@charset "utf-8";
/*------------------------------------------------------------
	トップページ
------------------------------------------------------------*/

@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@300;400;500&display=swap');


.mainVisual {
	height: 700px;
	position: relative;
	overflow: hidden;
}

.mainVisual .mainImg {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.mainVisual li {
	height: 700px;
}

.mainVisual .pic01 {
	background: url(../img/index/main_img01.jpg) no-repeat center center;
	background-size: cover;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/index/main_img01.jpg',sizingMethod='scale');
}

.mainVisual .pic02 {
	background: url(../img/index/main_img02.jpg) no-repeat center center;
	background-size: cover;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/index/main_img02.jpg',sizingMethod='scale');
}

.mainVisual .pic03 {
	background: url(../img/index/main_img03.jpg) no-repeat center center;
	background-size: cover;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/index/main_img03.jpg',sizingMethod='scale');
}

.mainVisual .pic04 {
	background: url(../img/index/main_img04.jpg) no-repeat center center;
	background-size: cover;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/index/main_img04.jpg',sizingMethod='scale');
}

.mainVisual .imgBox {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 10;
}

.mainVisual .imgBox .sub {
	margin: 0 auto;
	height: 100%;
	width: 1200px;
	position: relative;
}

.mainVisual .imgBox .photoBox {
	height: 90%;
	max-height: 529px;
	position: absolute;
	left: 0;
	bottom: 0;
}

.mainVisual .imgBox .photoBox img {
	height: 100%;
}

.mainVisual .imgBox .textImg {
	padding-top: 73px;
	width: auto;
	height: 100%;
	position: absolute;
	right: 30px;
	top: 0;
	text-align: right;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
}

.mainVisual .imgBox .textImg img {
	height: 90%;
	max-height: 418px;
}

.ipad.portrait .mainVisual {
	height: 772px !important;
}

#main {
	padding: 0;
}

#main .bannerLink {
	padding: 10px 0 0 0;
	background-color: #FFF;
}

#main .bannerLink ul {
	margin: 0 auto;
	width: 1200px;
}

#main .bannerLink li {
	margin:20px 0;
}

#main .bannerLink li a:hover {
	filter: alpha(opacity=70);
	opacity: 0.7;
}

#main .snsLink {
	padding: 45px 0 53px;
	background-color: #FFF;
}

#main .snsLink ul {
	margin: 0 auto;
	width: 1200px;
}

#main .snsLink li {
	margin-left: 24px;
	width: 588px;
	float: left;
	font-size: 18px;
	font-weight: bold;
	position: relative;
}

#main .snsLink li span {
	width: 170px;
	display: block;
	font-size: 16px;
	font-weight: normal;
	position: absolute;
	right: 30px;
	top: 20px;
	text-align: center;
}

#main .snsLink li:first-child {
	margin-left: 0;
}

#main .snsLink li a {
	padding: 18px 0 14px 32px;
	display: block;
	color: #FFF;
	position: relative;
	text-decoration: none;
	background: #3B5998 url(../img/common/icon12.png) no-repeat 96% center;
	border-radius: 3px;
	behavior: url(../../css/js/pie.htc);
}

#main .snsLink li a:hover {
	filter: alpha(opacity=70);
	opacity: 0.7;
}

#main .snsLink li a img {
	margin: -2px 13px 0 0;
	width: 30px;
	display: inline-block;
	vertical-align: middle;
}

#main .instagram {
	width: 1200px;
	margin: 0 auto;
	padding: 58px 0 63px;
}

#main .instagram h2 {
	margin: 0 auto 31px;
	width: 1200px;
	font-size: 20px;
	font-weight: normal;
	letter-spacing: 2px;
	position: relative;
	text-align: center;
}

#main .instagram h2 img {
	margin: -4px 15px 0 0;
	display: inline-block;
	vertical-align: middle;
}

#main .instagram h2 .btn {
	position: absolute;
	right: 0;
	top: -9px;
}

#main .instagram h2 a {
	padding: 11px 0 10px;
	width: 196px;
	display: block;
	color: #001426;
	font-size: 15px;
	letter-spacing: 0;
	position: relative;
	text-decoration: none;
	text-align: center;
	background: url(../img/common/icon14.png) no-repeat 92% center;
	border: 1px solid #04182A;
	border-radius: 3px;
	behavior: url(../../css/js/pie.htc);
}

#main .instagram h2 a:hover {
	filter: alpha(opacity=70);
	opacity: 0.7;
}

#main .instagram .slider {
	margin: 0 auto;
	padding-left: 3px;
	width: 1204px;
	position: relative;
}

#main .instagram .slider > ul {
	height: 198px;
	overflow: hidden;
}

#main .instagram .slider li {
	margin-right: 3px;
	float: left;
}

#main .instagram .slider li img {
	width: 100%;
	height: auto;
}

#main .instagram .slider li a:hover img {
	filter: alpha(opacity=70);
	opacity: 0.7;
}

#main .instagram .switch a {
	position: absolute;
	top: 82px;
}

#main .instagram .switch .prev {
	left: -38px;
}

#main .instagram .switch .next {
	right: -38px;
}

/**/
#main .appLink {
	padding: 5px 0 53px;
	background-color: #FFF;
	font-family: 'Noto Serif JP', serif;
}

#main .appLink div {
	width:1170px;
	height:70px;
	padding:15px;
	margin:-20px auto 0 auto;
	background:#FFD24D url(../img/index/app_qr_pc.png) no-repeat 790px 10px;
	border-radius:5px;
	position:relative;
}

#main .appLink div img.logo{
	width:70px;
	height:70px;
	float:left;
	margin-right:20px;
}

#main .appLink div h3 {
	font-size:18px;
	padding-top:8px;
}

#main .appLink div p {
	font-size:14px;
	padding-top:5px;
}

#main .appLink div img.hand {
	position:absolute;
	bottom:0;
	left:680px;
	height:130px;
	width:auto;
}


#main .about {
	padding-bottom: 55px;
	clear: both;
}

#main .about .sub {
	padding: 47px 0 0;
	background-color: #FFF;
}

#main .about .linkUl01 li {
	width: 33.3%;
	height: 350px;
	float: left;
	overflow: hidden;
}

#main .about .linkUl01 li a {
	position: relative;
	display: block;
	text-decoration: none;
}

#main .about .linkUl01 li .pic {
	height: 350px;
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

#main .about .linkUl01 .link01 .pic {
	background: url(../img/index/about_img01.jpg) no-repeat center center;
	background-size: cover;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/index/about_img01.jpg',sizingMethod='scale');
}

#main .about .linkUl01 .link02 {
	width: 33.4%;
}

#main .about .linkUl01 .link02 .pic {
	background: url(../img/index/about_img02.jpg) no-repeat center center;
	background-size: cover;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/index/about_img02.jpg',sizingMethod='scale');
}

#main .about .linkUl01 .link03 .pic {
	background: url(../img/index/about_img03.jpg) no-repeat center center;
	background-size: cover;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/index/about_img03.jpg',sizingMethod='scale');
}

#main .about .linkUl01 li .ttl {
	width: 100%;
	display: block;
	color: #FFF;
	font-family: 'YuMincho-Regular';
	font-size: 24px;
	position: absolute;
	left: 0;
	top: 122px;
	text-align: center;
}

#main .about .linkUl01 li .click {
	width: 100%;
	position: absolute;
	left: 0;
	top: 188px;
}

#main .about .linkUl01 li .click span{
	margin: 0 auto;
	padding: 11px 0;
	width: 228px;
	display: block;
	color: #FFF;
	font-size: 15px;
	position: relative;
	text-align: center;
	text-decoration: none;
	border: 1px solid #FFF;
	background: url(../img/common/icon12.png) no-repeat 93% center;
	border-radius: 3px;
	behavior: url(../../css/js/pie.htc);
}

#main .about .linkUl01 li a:hover .pic {
	transform: scale(1.05,1.05) rotate(0.01deg);
	-webkit-transform: scale(1.05,1.05) rotate(0.01deg);
}

#main .about .linkUl02 {
	margin: 0 auto;
	padding: 51px 0 0;
	width: 1200px;
  display: flex;
  justify-content: center;
}

#main .about .linkUl02 li {
	margin-left: 45px;
	width: 370px;
	float: left;
}

#main .about .linkUl02 li a {
	display: block;
	overflow: hidden;
}

#main .about .linkUl02 li a img {
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	width: 100%;
}

#main .about .linkUl02 li a:hover img {
	transform: scale(1.05,1.05) rotate(0.01deg);
	-webkit-transform: scale(1.05,1.05) rotate(0.01deg);
}

#main .about .linkUl02 li:first-child {
	margin-left: 0;
}

#main .about .linkUl02 li p {
	margin-top: 14px;
	color: #001527;
	font-family: 'YuMincho-Regular';
	font-size: 22px;
	position: relative;
}

#main .about .linkUl02 li p span {
	position: absolute;
	color: #CEB138;
	font-size: 13px;
	position: absolute;
	right: 0;
	top: 9px;
}

#main .company {
	padding: 48px 0 0;
	background-color: #FFF;
}

#main .company .linkUl01 li {
	width: 33.3%;
	height: 350px;
	float: left;
}

#main .company .linkUl01 li a {
	display: block;
	position: relative;
	overflow: hidden;
	text-decoration: none;
}

#main .company .linkUl01 li a .pic {
	height: 350px;
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

#main .company .linkUl01 .link01 .pic {
	background: url(../img/index/company_img01.jpg) no-repeat center center;
	background-size: cover;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/index/company_img01.jpg',sizingMethod='scale');
}

#main .company .linkUl01 .link02 {
	width: 33.4%;
}

#main .company .linkUl01 .link02 .pic  {
	background: url(../img/index/company_img02.jpg) no-repeat center center;
	background-size: cover;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/index/company_img02.jpg',sizingMethod='scale');
}

#main .company .linkUl01 .link03 .pic  {
	background: url(../img/index/company_img03.jpg) no-repeat center center;
	background-size: cover;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/index/company_img03.jpg',sizingMethod='scale');
}

#main .company .linkUl01 li .ttl {
	width: 100%;
	display: block;
	color: #FFF;
	font-family: 'YuMincho-Regular';
	font-size: 24px;
	text-align: center;
	position: absolute;
	left: 0;
	top: 122px;
}

#main .company .linkUl01 li .click {
	width: 100%;
	position: absolute;
	left: 0;
	top: 188px;
}

#main .company .linkUl01 li .click span {
	margin: 0 auto;
	padding: 11px 0;
	width: 228px;
	display: block;
	color: #FFF;
	font-size: 15px;
	position: relative;
	text-align: center;
	text-decoration: none;
	border: 1px solid #FFF;
	background: url(../img/common/icon12.png) no-repeat 93% center;
	border-radius: 5px;
	behavior: url(../../css/js/pie.htc);
}

#main .company .linkUl01 li a:hover .pic {
	transform: scale(1.05,1.05) rotate(0.01deg);
	-webkit-transform: scale(1.05,1.05) rotate(0.01deg);
}

#main .notice {
	margin: 0 auto;
	padding: 58px 0 65px;
	width: 1200px;
}

#main .notice h2 {
	padding-top: 36px;
	width: 160px;
	float: left;
	color: #001527;
}

#main .notice h2 span {
	padding-bottom: 7px;
	display: block;
	color: #001527;
	font-family: 'YuMincho-Regular';
	font-weight: normal;
	font-size: 34px;
}

#main .notice h2 .en {
	display: none;
}

#main .notice h2 a {
	padding-right: 20px;
	display: inline-block;
	color: #001527;
	font-size: 13px;
	font-weight: normal;
	text-decoration: none;
	background: url(../img/common/icon14.png) no-repeat right 3px;
}

#main .notice h2 a:hover {
	text-decoration: underline;
}

#main .notice dl {
	padding-left: 38px;
	width: 996px;
	min-height: 160px;
	float: right;
	font-size: 15px;
	border-left: 4px solid #011628;
}

#main .notice dt {
	padding-top: 4px;
	float: left;
}

#main .notice dt span {
	margin-left: 8px;
	width: 55px;
	display: inline-block;
	color: #FFF;
	font-size: 11px;
	text-align: center;
	vertical-align: middle;
	background-color: #7A0000;
}

#main .notice dt .info {
	background-color: #011628;
}

#main .notice dd {
	padding: 4px 0 6px 10.5em;
}

#main .notice dd:last-child {
	padding-bottom: 3px;
}

#main .notice dd a {
	text-decoration: none;
}

#main .notice dd a:hover {
	text-decoration: underline;
}

#main .notice .btn {
	display: none;
}

#products {
	width:100%;
	background:#fff;
	padding:30px 0;
}

#products .plist {
	width:1200px;
	margin:0 auto;
}

#products .plist ul {
	display:flex;
	flex-wrap:wrap;
}

#products .plist ul li {
	width:200px;
	margin-right:50px;
}

#products .plist ul li a {
	text-decoration:none;
}

#products .plist ul li a:hover img,
#products .plist ul li a:hover div,
#products .plist ul li a:hover p {
	opacity:0.8;
}

#products .plist ul li a:hover p {

}

#products .plist ul li:nth-child(5n) {
	margin-right:0;
}

#products .plist ul li img{
	width:200px!important;
	height:auto;
	border-top:1px solid #041726;
	border-bottom:1px solid #041726;
	margin-bottom:0;
}

#products .plist ul li div {
	font-family: 'YuMincho-Regular';
	font-weight: bold;
	font-size:17px;
	padding:0 0 18px;
}

#products .plist ul li p {
	font-size:13px;
	margin-bottom:30px;
}

@media all and (min-width: 768px)  {
	.sp { display:none;}
}

@media all and (min-width: 0) and (max-width: 767px)  {
	
	html {
	 	-webkit-text-size-adjust: 100%;
	}

	
	.mainVisual {
		height: 440px;
		min-height: 440px;
		position: relative;
	}
	
	.mainVisual .mainImg {
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
	}
	
	.mainVisual li {
		height: 440px;
		min-height: 440px;
	}
	
	.mainVisual .pic01 {
		background: url(../img/index/sp_main_img01.jpg) no-repeat center center;
		background-size: cover;
	}

	.mainVisual .pic02 {
		background: url(../img/index/sp_main_img02.jpg) no-repeat center center;
		background-size: cover;
	}
	
	.mainVisual .pic03 {
		background: url(../img/index/sp_main_img03.jpg) no-repeat center center;
		background-size: cover;
	}
	
	.mainVisual .pic04 {
		background: url(../img/index/sp_main_img04.jpg) no-repeat center center;
		background-size: cover;
	}
		
	.mainVisual .imgBox {
		width: 100%;
		position: absolute;
		left: 0;
		top: 0;
	}
	
	.mainVisual .imgBox .sub {
		margin: 0 auto;
		height: 440px;
		width: auto;
		position: relative;
	}
	
	.mainVisual .imgBox .photoBox {
		display: none;
	}

	.mainVisual .imgBox .textImg {
		padding: 35px 0 0;
		height: auto;
		float: none;
		position: static;
		right: inherit;
		top: inherit;
		text-align: center;
	}

	.mainVisual .imgBox .textImg img {
		margin: 0 auto;
		height: auto;
		max-height: 296px;
	}

	#main {
		padding: 0;
	}
	
	#main .bannerLink {
		padding: 18px 15px 0 15px;
	}
	
	#main .bannerLink ul {
		margin: 0;
		width: auto;
	}
	
	#main .bannerLink ul li {
		margin-left: 0;
		width: auto;
		float: none;
		font-weight: normal;
		font-size: 10px;
	}
	
	#main .bannerLink ul li img {
		width:100%;
	}
	
	#main .snsLink {
		padding: 9px 15px 21px;
		clear:both;
	}
	
	#main .snsLink ul {
		margin: 0;
		width: auto;
	}
	
	#main .snsLink li {
		margin-left: 0;
		width: auto;
		float: none;
		font-weight: normal;
		font-size: 10px;
	}

	#main .snsLink li:first-child {
		margin-bottom: 9px;
	}
	
	#main .snsLink li span {
		width: auto;
		display: block;
		font-size: 9px;
		font-weight: bold;
		position: relative;
		right: inherit;
		top: inherit;
		text-align: left;
	}
	
	#main .snsLink li a {
		padding: 8px 0 5px 45px;
		display: block;
		color: #FFF;
		line-height: 1.4;
		position: relative;
		text-decoration: none;
		background: #3B5998 url(../img/common/icon15.png) no-repeat 96% center;
		background-size: 7px 11px;
		border-radius: 3px
	}
	
	#main .snsLink li a:hover {
		filter: alpha(opacity=100);
		opacity: 1;
	}
	
	#main .snsLink li a img {
		margin: 0;
		width: 24px;
		display: block;
		position: absolute;
		left: 11px;
		top: 9px;
	}
	
	#main .instagram {
		max-width: 90%;
		padding: 23px 15px 85px;
		position: relative;
	}
	
	#main .instagram h2 {
		margin: 0 0 16px;
		width: auto;
		font-size: 12px;
		letter-spacing: 1px;
		position: static;
	}
	
	#main .instagram h2 img {
		margin: -2px 10px 0 0;
		width: 18px;
		display: inline-block;
		vertical-align: middle;
	}
	
	#main .instagram h2 .btn {
		width: 100%;
		right: inherit;
		left: 0;
		top: inherit;
		bottom: 28px;
	}

	#main .instagram h2 a {
		margin: 0 auto;
		padding: 9px 0 8px;
		width: 60%;
		font-size: 11px;
		background-size: 5px 7px;
		border-radius: 3px;
	}
	
	#main .instagram h2 a:hover {
		filter: alpha(opacity=100);
		opacity: 1;
	}
	
	#main .instagram .slider {
		margin: 0 auto;
		padding: 0;
		width: auto;
		height: auto;
		position: relative;
	}

	#main .instagram .slider > ul {
		height: auto;
	}
	
	#main .instagram .slider li {
		margin-right: 2px;
		width: 96px;
		float: left;
	}
		
	#main .instagram .slider li a:hover img {
		filter: alpha(opacity=100);
		opacity: 1;
	}

	#main .instagram .switch a {
		top: 50%;
		transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
	}

	#main .instagram .switch a img {
		width: 7px;
	}
	
	#main .instagram .switch .prev {
		left: -12px;
	}
	
	#main .instagram .switch .next {
		right: -12px;
	}
	
	/**/
	#main .appLink {
		padding: 9px 15px 21px;
		clear:both;
		font-family: 'Noto Serif JP', serif;
	}
	
	#main .appLink div {
		width:calc(100% - 30px);
		height:auto;
		padding:15px;
		margin:0 auto 30px auto;
		background:#FFD24D url(../img/index/app_img1.png) no-repeat 98% bottom;
		background-size:108px;
		border-radius:5px;
		position:relative;
	}
	
	#main .appLink div img.logo{
		width:65px;
		height:65px;
		float:left;
		margin-right:5px;
	}
	
	#main .appLink div img.hand{
		display:none;
	}
	
	#main .appLink div h3 {
		font-size:15px;
		padding:10px 0 20px 0;
		
	}
	
	#main .appLink div p {
		display:none;
	}
	
	#main .appLink div img.hand {
		position:absolute;
		bottom:0;
	}
	
	#main .appLink div ul {
		display:flex;
	}
	
	#main .appLink div ul li {
		width:110px;
		margin-right:10px;
	}
	
	#main .appLink div ul li img{
		width:100%;
	}
	
	
	#main .about {
		padding-bottom: 10px;
		clear: both;
	}
	
	#main .about .sub {
		padding: 22px 0 0;
	}
	
	#main .about .linkUl01 li {
		width: auto;
		height: 150px;
		float: none;
	}

	#main .about .linkUl01 li .pic {
		display: none;
	}
	
	#main .about .linkUl01 .link01 {
		background: url(../img/index/sp_about_img01.jpg) no-repeat center center;
		background-size: cover;
	}
	
	#main .about .linkUl01 .link02 {
		width: auto;
		background: url(../img/index/sp_about_img02.jpg) no-repeat center center;
		background-size: cover;
	}
	
	#main .about .linkUl01 .link03 {
		background: url(../img/index/sp_about_img03.jpg) no-repeat center center;
		background-size: cover;
	}
	
	#main .about .linkUl01 li .ttl {
		padding: 35px 0 17px;
		font-size: 17px;
		position: relative;
		left: inherit;
		top: inherit;
	}
	
	#main .about .linkUl01 li .click {
		position: relative;
		left: inherit;
		top: inherit;
	}
			
	#main .about .linkUl01 li .click span {
		padding: 8px 0;
		width: 64%;
		font-size: 11px;
		background: url(../img/common/icon12.png) no-repeat 95% center;
		background-size: 5px 7px;
		border-radius: 3px;
	}
	
	#main .about .linkUl01 li a:hover {
		filter: alpha(opacity=100);
		opacity: 1;
	}
	
	#main .about .linkUl02 {
		margin: 0;
		padding: 16px 15px 0;
		width: auto;
		display: block;
	}
	
	#main .about .linkUl02 li {
		margin: 0;
		padding-bottom: 18px;
		width: auto;
		float: none;
	}

	#main .about .linkUl02 li img {
		width: 100%;
	}
	
	#main .about .linkUl02 li a:hover img {
		filter: alpha(opacity=100);
		opacity: 1;
	}
	
	#main .about .linkUl02 li:first-child {
		margin-left: 0;
	}
	
	#main .about .linkUl02 li p {
		margin-top: 7px;
		font-size: 15px;
	}
	
	#main .about .linkUl02 li p span {
		font-size: 9px;
		top: 6px;
	}
	
	#main .about .linkUl02 li a img {
		-webkit-transition: all 0.3s ease-out;
		transition: all 0.3s ease-out;
	}
	
	#main .about .linkUl02 li a:hover img {
		transform: none;
		-webkit-transform: none;
	}
		
	#main .company {
		padding: 20px 0 0;
	}
	
	#main .company .linkUl01 li {
		width: auto;
		height: 150px;
		float: none;
	}

	#main .company .linkUl01 li .pic {
		display: none;
	}
	
	#main .company .linkUl01 .link01 {
		background: url(../img/index/sp_company_img01.jpg) no-repeat center center;
		background-size: cover;
	}
	
	#main .company .linkUl01 .link02 {
		width: auto;
		background: url(../img/index/sp_company_img02.jpg) no-repeat center center;
		background-size: cover;
	}
	
	#main .company .linkUl01 .link03 {
		background: url(../img/index/sp_company_img03.jpg) no-repeat center center;
		background-size: cover;
	}
	
	#main .company .linkUl01 li .ttl {
		padding: 35px 0 17px;
		font-size: 17px;
		position: relative;
		left: inherit;
		top: inherit;
	}
	
	#main .company .linkUl01 li .click {
		position: relative;
		left: inherit;
		top: inherit;
	}
	
	#main .company .linkUl01 li .click span {
		padding: 8px 0;
		width: 64%;
		font-size: 11px;
		background: url(../img/common/icon12.png) no-repeat 95% center;
		background-size: 5px 7px;
		border-radius: 3px;
	}
	
	#main .company .linkUl01 li a:hover {
		filter: alpha(opacity=100);
		opacity: 1;
	}
	
	#main .notice {
		margin: 0;
		padding: 20px 0 28px;
		position: relative;
		width: auto;
	}
	
	#main .notice h2 {
		padding: 0 0 19px;
		width: auto;
		float: none;
		text-align: center;
	}
	
	#main .notice h2 span {
		padding-bottom: 0;
		font-size: 23px;
	}
	
	#main .notice h2 .en {
		display: block;
		color: #CDB138;
		font-size: 8px;
	}
	
	#main .notice h2 a {
		display: none;
	}
	
	#main .notice h2 a:hover {
		text-decoration: underline;
	}
	
	#main .notice dl {
		margin-bottom: 20px;
		padding: 0 0 10px;
		width: auto;
		min-height: inherit;
		float: none;
		font-size: 17px;
		border-left: none;
		border-bottom: 1px solid #CCC;
	}
	
	#main .notice dt {
		padding: 17px 18px 0;
		float: none;
		border-top: 1px solid #CCC;
	}
	
	#main .notice dt span {
		margin-left: 5px;
		min-width: 33px;
		font-size: 12px;
		text-align: center;
	}
	
	#main .notice dt .info {
		background-color: #011628;
	}
	
	#main .notice dd {
		padding: 3px 18px 13px;
		word-break: break-all;
		line-height: 2;
	}
	
	#main .notice dd:last-child {
		padding-bottom: 3px;
	}
	
	#main .notice dd a {
		text-decoration: none;
	}
	
	#main .notice dd a:hover {
		text-decoration: none;
	}
	
	#main .notice .btn {
		display: block;
	}

	#main .notice .btn a {
		margin: 0 auto;
		padding: 9px 0 8px;
		width: 61%;
		display: block;
		font-size: 11px;
		text-align: center;
		text-decoration: none;
		background: url(../img/common/icon14.png) no-repeat 95% center;
		background-size: 5px 7px;
		border-radius: 3px;
		border: 1px solid #011628;
	}
	
	#products {
		width:100%;
		background:#fff;
		padding:30px 0;
	}
	
	#products .plist {
		width:92%;
		margin:0 auto;
	}
	
	#products .plist ul {
		width:100%;
		display:flex;
		flex-wrap:wrap;
		justify-content: space-between;
	}
	
	#products .plist ul li {
		width:47%;
		margin:0;
	}
	
	#products .plist ul li:nth-child(5n) {
		margin-right:0;
	}
	
	#products .plist ul li a {
		text-decoration:none;
	}
	
	#products .plist ul li a:hover img,
	#products .plist ul li a:hover div,
	#products .plist ul li a:hover p {
		opacity:0.8;
	}
	
	#products .plist ul li a:hover p {
	
	}
	
	#products .plist ul li:nth-child(5n) {
		margin-right:0;
	}
	
	#products .plist ul li img{
		width:100%!important;
		height:auto;
		border-top:1px solid #041726;
		border-bottom:1px solid #041726;
		margin-bottom:0;
	}
	
	#products .plist ul li div {
		font-family: 'YuMincho-Regular';
		font-weight: bold;
		font-size:17px;
		padding:0 0 18px;
	}
	
	#products .plist ul li p {
		font-size:13px;
		margin-bottom:30px;
	}
}

@media only screen and (min-device-width:320px) and (max-device-width:568px) {
	
	#main .appLink div {
		width:calc(100% - 30px);
		height:auto;
		padding:15px;
		margin:0 auto 20px auto;
		background:#FFD24D url(../img/index/app_img1.png) no-repeat 99% bottom;
		background-size:88px;
		border-radius:5px;
		position:relative;
	}
	
	#main .appLink div img.logo{
		width:46px;
		height:46px;
		float:left;
		margin-right:5px;
	}
	
	#main .appLink div img.hand{
		display:none;
	}
	
	#main .appLink div h3 {
		font-size:13px;
		letter-spacing:-1px;
		padding:0 0 10px 0;		
	}
	
	#main .appLink div ul {
		display:flex;
		width:76%;
		padding-top:10px;
	}
	
	#main .appLink div ul li {
		width:46%;
		margin-right:4%;
	}
	
	#main .appLink div ul li img{
		width:100%;
	}
	
}