@charset "utf-8";
/*
Theme Name: repair-glass-solution
Theme URI: http://www.solution-sy.com/
Author: Fyy
Description: This is a default wordpress themes
Version: 1.0
License: GNU General Public License v2 or later
License URI: LICENSE
*/

/* Start Reset Css */
*{margin:0;padding:0;border:0;outline:0;font-size:100%;background:0 0;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}

:after,:before{
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}

html{font-size:100%;overflow-x:hidden;
	-webkit-text-size-adjust:100%;
	-ms-text-size-adjust:100%;
}

body{margin:0 auto;width:100%;max-width:1920px;background:#fff;line-height:1.8;font-size:16px;color:#181818;letter-spacing:1px;
	font-family:"Noto Sans JP",sans-serif;
}
@media (max-width:1380px){
	body{font-size:15px;}
}
@media (max-width:1180px){
	body{font-size:14px;}
}

address,caption,code,figcaption,pre,th{font-size:1em;font-weight:normal;font-style:normal;}

blockquote,q{quotes:none;}

blockquote:after,blockquote:before,q:after,q:before{content:'';content:none;}

fieldset,iframe,img{border:0;}

ins{background-color:#ff9;color:#000;text-decoration:none;}

caption,th{text-align:left;}

table{border-collapse:collapse;border-spacing:0;}

article,aside,details,figcaption,figure,footer,header,hgroup,nav,section{display:block;}

audio,canvas,progress,video{display:inline-block;vertical-align:baseline;}

sup{vertical-align:text-top;}

sub{vertical-align:text-bottom;}

hr{display:block;margin:1em 0;padding:0;height:1px;border:0;border-top:1px solid #ccc;}

input,select{vertical-align:middle;}

button{background:0 0;border:0;color:inherit;cursor:pointer;font:inherit;line-height:inherit;overflow:visible;vertical-align:inherit;
	-webkit-box-sizing:content-box;
	-moz-box-sizing:content-box;
	box-sizing:content-box;
}

button:disabled{cursor:default;}

audio:not([controls]){display:none;}

:focus[data-focus-method=mouse]:not(input):not(textarea):not(select),:focus[data-focus-method=touch]:not(input):not(textarea):not(select){outline:0;}

::-moz-focus-inner{border:0;padding:0;}

a,a:link,a:visited{text-decoration:none;
	-webkit-transition:0.3s;
	transition:0.3s;
}

a:hover,a:active{text-decoration:none;}

ul,ol{list-style:none;}

img{display:block;height:auto;max-width:100%;}

:-moz-placeholder{
  /* Mozilla Firefox 4 to 18 */
  color:#999;opacity:1;}

::-moz-placeholder{
  /* Mozilla Firefox 19+ */
  color:#999;opacity:1;}

input:-ms-input-placeholder{color:#999;opacity:1;}

input::-webkit-input-placeholder{color:#999;opacity:1;}

::-webkit-scrollbar{width:6px;background-color:#f3f3f3;border-left:1px solid #dddddd;}

::-webkit-scrollbar:hover{background-color:transparent;}

::-webkit-scrollbar-thumb{cursor:pointer;background-color:#666;}

::-webkit-scrollbar-thumb:hover{background-color:#333;}

::-webkit-scrollbar-button:start:decrement,::-webkit-scrollbar-button:end:increment{display:none;}

.f-fl{float:left;}
.f-fr{float:right;}
.f-cb:after{content:".";display:block;clear:both;height:0;visibility:hidden;overflow:hidden;}
.f-cb{zoom:1;}

.hasbg{background-repeat:no-repeat;background-size:cover;background-position:center center;}
.hasbg:after{display:block;content:"";padding-top:100%;}
.hasbg>img{display:none;}

em{font-style:normal;}
i{font-style:normal;}
/* Start Reset Css */

/*loading*/
#loading{position:fixed;top:0;right:0;bottom:0;left:0;z-index:99999;width:100%;height:100%;background:#fff;}
#loading>figure{position:absolute;top:50%;left:50%;margin:-100px 0 0 -100px;width:200px;height:200px;
	background-image:url(img/loading.gif);
	background-size:200px 200px;
	background-repeat:no-repeat;
	background-position:center;
}

/*repair-glassM*/
.repair-glassM{position:relative;left:0;z-index:50;
	-webkit-transition:all 500ms cubic-bezier(0.86,0,0.07,1);
	transition:all 500ms cubic-bezier(0.86,0,0.07,1);
}
.repair-glassM .repair-glassMbg{display:none;position:absolute;top:0;left:0;width:100%;height:100%;z-index:50;background:rgba(0,0,0,0.5);}
.repair-glassM-move{left:-240px;overflow:hidden;}

/*mobile-btn*/
.mobile-btn{display:none;margin-left:15px;}
.mobile-btn div{position:relative;right:0;top:0;display:block;width:30px;height:20px;cursor:pointer;
	-webkit-transition:all 500ms cubic-bezier(0.86,0,0.07,1);
	transition:all 500ms cubic-bezier(0.86,0,0.07,1);
}
.mobile-btn div span{position:absolute;left:50%;top:9px;z-index:5;display:block;margin:0 0 0 -15px;width:25px;height:3px;background:#fff;   
	-webkit-transform-origin:center;
	-moz-transform-origin:center;
	-ms-transform-origin:center;
	-o-transform-origin:center;
	transform-origin:center;
	
	-webkit-transition:all 0.4s;
	-moz-transition:all 0.4s;
	-ms-transition:all 0.4s;
	-o-transition:all 0.4s;
	transition:all 0.4s;
}
.mobile-btn div span:nth-child(1){width:20px;
	-webkit-transform:translateY(-9px);
	-moz-transform:translateY(-9px);
	-ms-transform:translateY(-9px);
	-o-transform:translateY(-9px);    
	transform:translateY(-9px);
}
.mobile-btn div span:nth-child(3){width:30px;
	-webkit-transform:translateY(9px);
	-moz-transform:translateY(9px);
	-ms-transform:translateY(9px);
	-o-transform:translateY(9px);    
	transform:translateY(9px);
}
.mobile-btn div:hover span{width:30px;}
.mobile-btn .active{
	-webkit-transform:translateX(0) rotate(180deg);
    transform:translateX(0) rotate(180deg);
}
.mobile-btn .active span:nth-child(1){width:20px !important;
	-webkit-transform-origin:0.71429px center !important;
  	transform-origin:0.71429px center !important; 	
  	-webkit-transform:rotate3d(0,0,1,-40deg) !important;
    transform:rotate3d(0,0,1,-40deg) !important;
}	
.mobile-btn .active span:nth-child(3){width:20px !important;
	-webkit-transform:rotate3d(0,0,1,40deg) !important;
    transform:rotate3d(0,0,1,40deg) !important;   
    -webkit-transform-origin:0.71429px center !important;
    transform-origin:0.71429px center !important;
}
@media (max-width:1140px){
	.mobile-btn{display:block;}
}

/*sp-wrapper*/
.sp-wrapper{position:fixed;top:0;right:0;z-index:50;padding:20px 10px;width:240px;text-align:center;height:100vh;background:#515151;
	-webkit-transform:translateX(240px);
	transform:translateX(240px);
	-webkit-transition:all 500ms cubic-bezier(0.86,0,0.07,1);
	transition:all 500ms cubic-bezier(0.86,0,0.07,1);
}
.sp-wrapper.sp-wrapper-move{
	-webkit-transform:translateX(0px) !important;
	transform:translateX(0px) !important;
}

.sp-wrapper>h2{font-family:"Outfit",sans-serif;font-size:20px;color:#fff;}
.sp-wrapper>ul{margin-top:20px;}
.sp-wrapper>ul>li{border-top:1px solid rgba(255,255,255,0.2);}
.sp-wrapper>ul>li>a{display:block;padding:10px;font-size:14px;color:#fff;}
.sp-wrapper>ul>li>a:hover{background:#fff;color:#181818;}

body.logged-in .sp-wrapper{top:auto;bottom:0;height:calc(100vh - 32px);}
@media (max-width:782px){
	body.logged-in .sp-wrapper{height:calc(100vh - 46px);}
}
@media (max-width:600px){
	body.logged-in .sp-wrapper.wordpress-logged-in{height:100vh;}
}

/*bkt*/
.bkt{position:fixed;bottom:20px;right:20px;z-index:999;display:flex;justify-content:center;align-items:center;width:45px;height:45px;
	background:#333;border-radius:50%;cursor:pointer;
	-webkit-transition:0.3s;
	transition:0.3s;
}
.bkt>i{margin-top:-4px;line-height:1;font-size:18px;color:#fff;}
.bkt:hover{opacity:0.6;}

/*common*/
.wrapperMain{margin:0 auto;width:100%;max-width:1320px;}

/*common_tit*/
.common_tit{display:flex;flex-direction:column;justify-content:center;align-items:center;line-height:1;}
.common_tit>h2{font-family:"Outfit",sans-serif;font-size:80px;}
.common_tit>h3{margin-top:25px;font-size:28px;}
.common_tit>h3>font{font-family:"Outfit",sans-serif;}
@media (max-width:1380px){
	.common_tit>h2{font-size:70px;}
	.common_tit>h3{margin-top:20px;font-size:24px;}
}
@media (max-width:1180px){
	.common_tit>h2{font-size:60px;}
	.common_tit>h3{margin-top:15px;font-size:20px;}
}
@media (max-width:980px){
	.common_tit>h2{font-size:50px;}
	.common_tit>h3{font-size:16px;}
}
@media (max-width:780px){
	.common_tit>h2{font-size:40px;}
}

/*more*/
.more{display:flex;justify-content:center;margin-top:40px;line-height:1;}
.more>a{display:block;padding:20px 50px;background:#fff;border:2px solid #28292c;font-family:"Noto Serif JP",serif;color:#28292c;font-weight:bold;}
.more>a:hover{background:#28292c;color:#fff;}
@media (max-width:1380px){
	.more{margin-top:35px;}
	.more>a{padding:17px 40px;}
}
@media (max-width:1180px){
	.more{margin-top:30px;}
	.more>a{padding:14px 30px;}
}

/*googlemap*/
.googlemap{position:relative;width:100%;overflow:hidden;background:#ccc url(img/lgm.png) no-repeat center center;background-size:40% auto;}
.googlemap iframe{position:absolute;top:0;left:0;width:100%;height:100%;}

/*header*/
.header{display:flex;justify-content:space-between;align-items:center;width:100%;line-height:1;text-transform:uppercase;
	background:linear-gradient(to right,#313131,#161616);
	border-bottom:2px solid #404040;
	-webkit-transition:all 500ms cubic-bezier(0.86,0,0.07,1);
	transition:all 500ms cubic-bezier(0.86,0,0.07,1);
}
.header .logo{display:block;margin-left:40px;width:100%;max-width:138px;}
.header .logo:hover{opacity:0.6;}
.header .headerNav{display:flex;align-items:center;margin-left:40px;}
.header .headerNav>ul{display:flex;}
.header .headerNav>ul>li{display:flex;align-items:center;}
.header .headerNav>ul>li:not(:first-child):before{display:block;content:"";margin:0 40px;width:2px;height:30px;
	background:url(img/navLine.png) no-repeat;
}
.header .headerNav>ul>li>a{color:#fff;font-weight:bold;}
.header .headerNav>ul>li>a:after{display:block;content:"";width:100%;height:2px;background:#fff;opacity:0;
	-webkit-transform:translateY(-10px);
	transform:translateY(-10px);
	-webkit-transition:0.3s;
	transition:0.3s;
}
.header .headerNav>ul>li>a:hover:after{opacity:1;
	-webkit-transform:translateY(4px);
	transform:translateY(4px);
}
.header .headerNav>a{display:flex;align-items:center;margin-left:40px;padding:35px 40px;
	background:linear-gradient(to right,#323232,#1f1f1f,#353535);
	color:#fff;
}
.header .headerNav>a>h6{font-family:"Outfit",sans-serif;font-size:20px;}
.header .headerNav>a>i{display:block;margin-left:15px;width:100%;max-width:77px;
	-webkit-transition:0.3s;
	transition:0.3s;
}
.header .headerNav>a:hover>i{
	-webkit-transform:translateX(10px);
	transform:translateX(10px);
}
@media (max-width:1600px){
	.header .logo{margin-left:30px;max-width:118px;}
	.header .headerNav{margin-left:30px;}
	.header .headerNav>ul>li:not(:first-child):before{margin:0 30px;height:25px;}
	.header .headerNav>ul>li>a{font-size:15px;}
	.header .headerNav>a{margin-left:30px;padding:30px;}
	.header .headerNav>a>h6{font-size:18px;}
	.header .headerNav>a>i{margin-left:12px;max-width:67px;}
	.header .headerNav>a:hover>i{
		-webkit-transform:translateX(8px);
		transform:translateX(8px);
	}
}
@media (max-width:1350px){
	.header .logo{margin-left:20px;max-width:98px;}
	.header .headerNav{margin-left:20px;}
	.header .headerNav>ul>li:not(:first-child):before{margin:0 20px;height:20px;}
	.header .headerNav>ul>li>a{font-size:14px;}
	.header .headerNav>a{margin-left:20px;padding:25px 20px;}
	.header .headerNav>a>h6{font-size:16px;}
	.header .headerNav>a>i{margin-left:9px;max-width:57px;}
	.header .headerNav>a:hover>i{
		-webkit-transform:translateX(6px);
		transform:translateX(6px);
	}
}
@media (max-width:1140px){
	.header{padding:17px 20px;}
	.header .logo{margin-left:0;max-width:78px;}
	.header .headerNav>ul{display:none;}
	.header .headerNav>a{margin-left:0;padding:10px;}
	.header .headerNav>a>h6{display:none;}
	.header .headerNav>a>i{margin-left:0;max-width:47px;}
	.header .headerNav>a:hover>i{
		-webkit-transform:translateX(4px);
		transform:translateX(4px);
	}
}

.header.header_fixed{position:fixed;top:0;left:0;z-index:9999;
	box-shadow:0px 3px 3px 0px rgba(0,0,0,0.4);
}

body.logged-in .header.header_fixed{top:32px;}
@media (max-width:782px){
	body.logged-in .header.header_fixed{top:46px;}
}
@media (max-width:600px){
	body.logged-in .header.header_fixed{top:0;}
}

/*banner*/
.banner{position:relative;}
.banner>h1{position:absolute;top:6.5vw;left:10vw;width:29vw;height:24vw;background:#fff;opacity:0;}
.banner .bannerMo{display:none;}
@media (max-width:420px){
	.banner .bannerPc{display:none;}
	.banner .bannerMo{display:block;}
	.banner>h1{top:17.5vw;left:5vw;width:42vw;height:35vw;}
}

/*indexMain*/
/*aboutUs*/
.aboutUs{padding:80px 40px;}
.aboutUs .aboutUsMat{display:flex;justify-content:space-between;align-items:center;}
.aboutUs .aboutUsMat>dd{width:calc(50% - 20px);}
.aboutUs .aboutUsMat>dd>hgroup>h4{line-height:0.9;font-family:"Outfit",sans-serif;font-size:60px;}
.aboutUs .aboutUsMat>dd>hgroup>h2{margin:20px 0 20px;font-size:20px;}
.aboutUs .aboutUsMat>dd>hgroup>h2>font{font-family:"Outfit",sans-serif;}
.aboutUs .aboutUsMat>dd>hgroup>h3{line-height:1;font-family:"Outfit",sans-serif;font-size:60px;}
.aboutUs .aboutUsMat>dd>hgroup>h3>font{font-size:120px;}
.aboutUs .aboutUsMat>dd>figcaption{margin-top:40px;}
.aboutUs .aboutUsMat>dd>figcaption>*:not(:first-child){margin-top:20px;}
.aboutUs .aboutUsMat>dt{width:calc(50% - 20px);border-radius:30px;overflow:hidden;}
.aboutUs .aboutUsMat>dt:after{padding-top:70%;}
@media (max-width:1380px){
	.aboutUs{padding:70px 30px;}
	.aboutUs .aboutUsMat>dd{width:calc(50% - 15px);}
	.aboutUs .aboutUsMat>dd>hgroup>h4{font-size:50px;}
	.aboutUs .aboutUsMat>dd>hgroup>h2{margin:17px 0 17px;font-size:18px;}
	.aboutUs .aboutUsMat>dd>hgroup>h3{font-size:50px;}
	.aboutUs .aboutUsMat>dd>hgroup>h3>font{font-size:100px;}
	.aboutUs .aboutUsMat>dd>figcaption{margin-top:35px;}
	.aboutUs .aboutUsMat>dd>figcaption>*:not(:first-child){margin-top:15px;}
	.aboutUs .aboutUsMat>dt{width:calc(50% - 15px);border-radius:20px;}
}
@media (max-width:1180px){
	.aboutUs{padding:60px 20px;}
	.aboutUs .aboutUsMat>dd{width:calc(50% - 10px);}
	.aboutUs .aboutUsMat>dd>hgroup>h4{font-size:40px;}
	.aboutUs .aboutUsMat>dd>hgroup>h2{margin:14px 0 14px;font-size:16px;}
	.aboutUs .aboutUsMat>dd>hgroup>h3{font-size:40px;}
	.aboutUs .aboutUsMat>dd>hgroup>h3>font{font-size:80px;}
	.aboutUs .aboutUsMat>dd>figcaption{margin-top:30px;}
	.aboutUs .aboutUsMat>dd>figcaption>*:not(:first-child){margin-top:10px;}
	.aboutUs .aboutUsMat>dt{width:calc(50% - 10px);border-radius:10px;}
}
@media (max-width:980px){
	.aboutUs .aboutUsMat{display:block;}
	.aboutUs .aboutUsMat>dd{width:100%;}
	.aboutUs .aboutUsMat>dd>hgroup{text-align:center;}
	.aboutUs .aboutUsMat>dd>hgroup>h4{font-size:30px;}
	.aboutUs .aboutUsMat>dd>hgroup>h2{margin:11px 0 11px;font-size:14px;}
	.aboutUs .aboutUsMat>dd>hgroup>h3{font-size:30px;}
	.aboutUs .aboutUsMat>dd>hgroup>h3>font{font-size:60px;}
	.aboutUs .aboutUsMat>dt{margin-top:30px;width:100%;}
	.aboutUs .aboutUsMat>dt:after{padding-top:40%;min-height:320px;}
}

/*features*/
.features{position:relative;padding:80px 40px;}
.features .featuresBg{position:absolute;top:0;left:0;width:100%;height:80%;}
.features .featuresBg:after{padding-top:0;width:100%;height:100%;}

.features .featuresTit{position:relative;z-index:5;display:flex;justify-content:center;align-items:center;}
.features .featuresTit>hgroup{position:relative;display:flex;align-items:flex-end;}
.features .featuresTit>hgroup>h3{line-height:0.7;font-family:"Outfit",sans-serif;font-size:160px;}
.features .featuresTit>hgroup>h4{margin-left:40px;line-height:0.8;font-family:"Outfit",sans-serif;font-size:80px;}
.features .featuresTit>hgroup>h2{position:absolute;top:0;right:0;font-size:20px;}
.features .featuresTit>hgroup>h2>font{font-family:"Outfit",sans-serif;}

.features .featuresMat{position:relative;z-index:5;margin-top:60px;}
.features .featuresMat>ul{display:flex;flex-wrap:wrap;justify-content:center;margin-top:-40px;margin-left:-40px;}
.features .featuresMat>ul>li{margin-top:40px;padding-left:40px;width:33.33333333%;}
.features .featuresMat>ul>li>dl>dt{padding:3px;
	box-shadow:0 0 8px 0px rgba(0,0,0,0.25);
	border:3px solid transparent;
	background-clip:padding-box;
	background-image:radial-gradient(circle,#000,#fff);
}
.features .featuresMat>ul>li>dl>dt>fieldset{padding:5px;background:#fff;}
.features .featuresMat>ul>li>dl>dt>fieldset>figure{border-radius:10px;overflow:hidden;}
.features .featuresMat>ul>li>dl>dt>fieldset>figure:after{padding-top:80%;}
.features .featuresMat>ul>li>dl>dd{margin-top:40px;}
.features .featuresMat>ul>li>dl>dd>h3{text-align:center;line-height:1.4;font-family:"Noto Serif JP",serif;font-size:22px;}
.features .featuresMat>ul>li>dl>dd>figcaption{margin-top:25px;font-weight:bold;}
.features .featuresMat>ul>li>dl>dd>figcaption>*:not(:first-child){margin-top:29px;}
@media (max-width:1380px){
	.features{padding:70px 30px;}
	.features .featuresTit>hgroup>h3{font-size:140px;}
	.features .featuresTit>hgroup>h4{margin-left:30px;font-size:70px;}
	.features .featuresTit>hgroup>h2{font-size:18px;}
	
	.features .featuresMat{margin-top:50px;}
	.features .featuresMat>ul{margin-top:-30px;margin-left:-30px;}
	.features .featuresMat>ul>li{margin-top:30px;padding-left:30px;}
	.features .featuresMat>ul>li>dl>dd{margin-top:35px;}
	.features .featuresMat>ul>li>dl>dd>h3{font-size:20px;}
	.features .featuresMat>ul>li>dl>dd>figcaption{margin-top:20px;}
	.features .featuresMat>ul>li>dl>dd>figcaption>*:not(:first-child){margin-top:27px;}
}
@media (max-width:1200px){
	.features{padding:60px 20px;}
	.features .featuresTit>hgroup>h3{font-size:120px;}
	.features .featuresTit>hgroup>h4{margin-left:20px;font-size:60px;}
	.features .featuresTit>hgroup>h2{font-size:16px;}
	
	.features .featuresMat{margin-top:40px;}
	.features .featuresMat>ul{margin-top:-20px;margin-left:-20px;}
	.features .featuresMat>ul>li{margin-top:20px;padding-left:20px;}
	.features .featuresMat>ul>li>dl>dd{margin-top:30px;}
	.features .featuresMat>ul>li>dl>dd>h3{font-size:18px;}
	.features .featuresMat>ul>li>dl>dd>figcaption{margin-top:15px;font-size:14px;}
	.features .featuresMat>ul>li>dl>dd>figcaption>*:not(:first-child){margin-top:25px;}
}
@media (max-width:1080px){
	.features .featuresTit>hgroup>h3{font-size:100px;}
	.features .featuresTit>hgroup>h4{font-size:50px;}
	.features .featuresTit>hgroup>h2{font-size:14px;}
	
	.features .featuresMat>ul>li{width:50%;}
	.features .featuresMat>ul>li>dl>dd>figcaption>*:not(:first-child){margin-top:10px;}
}
@media (max-width:780px){
	.features .featuresTit>hgroup>h3{font-size:80px;}
	.features .featuresTit>hgroup>h4{font-size:40px;}
	.features .featuresTit>hgroup>h2{font-size:12px;}
}
@media (max-width:720px){
	.features .featuresMat>ul>li{width:100%;}
	.features .featuresMat>ul>li>dl{margin:0 auto;width:100%;max-width:460px;}
}

/*choose*/
.choose{padding:0 40px 80px;}
.choose .choose-hd{display:flex;border-radius:30px 30px 0 0;overflow:hidden;}
.choose .choose-hd>li{padding:30px 40px;width:50%;text-align:center;line-height:1;background:#868686;font-size:20px;color:#fff;cursor:pointer;}
.choose .choose-hd>li>h2{font-weight:normal;}
.choose .choose-hd>li.current{background:#28292c;}
.choose .choose-bd{border:2px solid #28292c;border-top:none;border-bottom:none;}
.choose .choose-bd>div{display:none;padding:60px;}
.choose .choose-bd>div>ul{display:flex;flex-wrap:wrap;justify-content:center;margin-top:-40px;margin-left:-40px;}
.choose .choose-bd>div>ul>li{margin-top:40px;padding-left:40px;width:20%;}
.choose .choose-bd>div>ul>li>a{display:block;}
.choose .choose-bd>div>ul>li>a>figure{position:relative;
	background:radial-gradient(circle,#d7d7d7,#b8b8b8);
	border-radius:50%;
	-webkit-transition:0.3s;
	transition:0.3s;
}
.choose .choose-bd>div>ul>li>a>figure:after{display:block;content:"";padding-top:100%;}
.choose .choose-bd>div>ul>li>a>figure>img{position:absolute;top:50%;left:50%;width:100%;max-width:209px;
	-webkit-transform:translate(-50%,-50%);
	transform:translate(-50%,-50%);
}
.choose .choose-bd>div>ul>li>a>h6{display:flex;justify-content:center;align-items:center;margin-top:30px;text-align:center;height:65px;
	font-family:"Noto Serif JP",serif;font-size:18px;color:#28292c;font-weight:bold;
}
.choose .choose-bd>div>ul>li>a:hover>figure{
	box-shadow:0 0 10px rgba(0,0,0,0.5);
}
@media (max-width:1380px){
	.choose{padding:0 30px 70px;}
	.choose .choose-hd{border-radius:25px 25px 0 0;}
	.choose .choose-hd>li{padding:25px 30px;font-size:18px;}
	.choose .choose-bd>div{padding:50px;}
	.choose .choose-bd>div>ul{margin-top:-30px;margin-left:-30px;}
	.choose .choose-bd>div>ul>li{margin-top:30px;padding-left:30px;}
	.choose .choose-bd>div>ul>li>a>figure>img{max-width:176px;}
	.choose .choose-bd>div>ul>li>a>h6{margin-top:25px;height:58px;font-size:16px;}
}
@media (max-width:1180px){
	.choose{padding:0 20px 60px;}
	.choose .choose-hd{border-radius:20px 20px 0 0;}
	.choose .choose-hd>li{padding:20px;font-size:16px;}
	.choose .choose-bd>div{padding:40px;}
	.choose .choose-bd>div>ul{margin-top:-20px;margin-left:-20px;}
	.choose .choose-bd>div>ul>li{margin-top:20px;padding-left:20px;}
	.choose .choose-bd>div>ul>li>a>figure>img{max-width:159px;}
	.choose .choose-bd>div>ul>li>a>h6{margin-top:20px;height:51px;font-size:14px;}
}
@media (max-width:1000px){
	.choose .choose-bd>div{padding:30px;}
	.choose .choose-bd>div>ul>li{width:25%;}
	.choose .choose-bd>div>ul>li:nth-of-type(5)>dl>dd{height:auto;}
}
@media (max-width:800px){
	.choose .choose-bd>div{padding:30px 20px;}
	.choose .choose-bd>div>ul>li{width:33.3333333%;}
	.choose .choose-bd>div>ul>li:nth-of-type(4)>a>h6{height:auto;}
}
@media (max-width:620px){
	.choose .choose-bd>div>ul>li{width:50%;}
	.choose .choose-bd>div>ul>li:nth-of-type(3)>a>h6{height:auto;}
}
@media (max-width:440px){
	.choose .choose-bd>div>ul>li{width:100%;}
	.choose .choose-bd>div>ul>li>a{margin:0 auto;width:100%;max-width:245px;}
	.choose .choose-bd>div>ul>li:nth-of-type(1)>a>h6{height:auto;}
	.choose .choose-bd>div>ul>li:nth-of-type(2)>a>h6{height:auto;}
}

/*repairGlassNews*/
.repairGlassNews{padding:80px 40px;
	background-image:url(img/newsBg.png);
	background-repeat:no-repeat;
	background-position:center center;
	background-size:cover;
}
.repairGlassNews .repairGlassNewsTit>.common_tit{align-items:flex-start;}
.repairGlassNews .repairGlassNewsMat{margin-top:60px;}
.repairGlassNews .repairGlassNewsMat>ul>li{display:flex;align-items:center;padding:20px 40px;border-top:2px solid #888;}
.repairGlassNews .repairGlassNewsMat>ul>li:last-child{border-bottom:2px solid #888;}
.repairGlassNews .repairGlassNewsMat>ul>li>hgroup{display:flex;align-items:center;font-size:15px;width:202px;}
.repairGlassNews .repairGlassNewsMat>ul>li>hgroup>span{display:block;width:88px;font-family:"Outfit",sans-serif;}
.repairGlassNews .repairGlassNewsMat>ul>li>hgroup>em{display:block;margin-left:20px;padding:10px 0 12px;width:94px;
	text-align:center;line-height:1;background:#22a4c7;color:#fff;
}
.repairGlassNews .repairGlassNewsMat>ul>li>a{display:flex;align-items:center;padding-left:30px;width:calc(100% - 202px);}
.repairGlassNews .repairGlassNewsMat>ul>li>a>h6{padding-right:20px;width:calc(100% - 93px);color:#181818;font-weight:normal;
	-webkit-transition:0.4s;
	transition:0.4s;
}
.repairGlassNews .repairGlassNewsMat>ul>li>a>i{display:block;width:93px;
	-webkit-transition:0.4s;
	transition:0.4s;
}
.repairGlassNews .repairGlassNewsMat>ul>li>a:hover>h6{color:#22a4c7;}
.repairGlassNews .repairGlassNewsMat>ul>li>a:hover>i{
	-webkit-transform:translateX(20px);
	transform:translateX(20px);
}
@media (max-width:1380px){
	.repairGlassNews{padding:70px 30px;}
	.repairGlassNews .repairGlassNewsMat{margin-top:50px;}
	.repairGlassNews .repairGlassNewsMat>ul>li{padding:17px 30px;}
	.repairGlassNews .repairGlassNewsMat>ul>li>hgroup{font-size:14px;width:188px;}
	.repairGlassNews .repairGlassNewsMat>ul>li>hgroup>span{width:83px;}
	.repairGlassNews .repairGlassNewsMat>ul>li>hgroup>em{margin-left:15px;width:90px;}
	.repairGlassNews .repairGlassNewsMat>ul>li>a{padding-left:20px;width:calc(100% - 188px);}
	.repairGlassNews .repairGlassNewsMat>ul>li>a>h6{width:calc(100% - 83px);}
	.repairGlassNews .repairGlassNewsMat>ul>li>a>i{width:83px;}
}
@media (max-width:1180px){
	.repairGlassNews{padding:60px 20px;}
	.repairGlassNews .repairGlassNewsMat{margin-top:40px;}
	.repairGlassNews .repairGlassNewsMat>ul>li{padding:14px 20px;}
	.repairGlassNews .repairGlassNewsMat>ul>li>hgroup{font-size:13px;width:174px;}
	.repairGlassNews .repairGlassNewsMat>ul>li>hgroup>span{width:78px;}
	.repairGlassNews .repairGlassNewsMat>ul>li>hgroup>em{margin-left:10px;width:86px;}
	.repairGlassNews .repairGlassNewsMat>ul>li>a{padding-left:10px;width:calc(100% - 174px);}
	.repairGlassNews .repairGlassNewsMat>ul>li>a>h6{width:calc(100% - 73px);}
	.repairGlassNews .repairGlassNewsMat>ul>li>a>i{width:73px;}
}
@media (max-width:830px){
	.repairGlassNews .repairGlassNewsMat>ul>li{display:block;}
	.repairGlassNews .repairGlassNewsMat>ul>li>hgroup{font-size:12px;width:154px;}
	.repairGlassNews .repairGlassNewsMat>ul>li>hgroup>span{width:74px;}
	.repairGlassNews .repairGlassNewsMat>ul>li>hgroup>em{width:76px;}
	.repairGlassNews .repairGlassNewsMat>ul>li>a{margin-top:10px;padding-left:0;width:100%;}
	.repairGlassNews .repairGlassNewsMat>ul>li>a>h6{padding-right:0;width:100%;}
	.repairGlassNews .repairGlassNewsMat>ul>li>a>i{display:none;}
}

/*repairGlassBlog*/
.repairGlassBlog{padding:80px 40px;}
.repairGlassBlog .repairGlassBlogTit>.common_tit{align-items:flex-start;}
.repairGlassBlog .repairGlassBlogMat{margin-top:60px;}
.repairGlassBlog .repairGlassBlogMat>ul>li{display:flex;align-items:center;padding:20px 40px;border-top:2px solid #888;}
.repairGlassBlog .repairGlassBlogMat>ul>li:last-child{border-bottom:2px solid #888;}
.repairGlassBlog .repairGlassBlogMat>ul>li>hgroup{display:flex;align-items:center;font-size:15px;width:202px;}
.repairGlassBlog .repairGlassBlogMat>ul>li>hgroup>span{display:block;width:88px;font-family:"Outfit",sans-serif;}
.repairGlassBlog .repairGlassBlogMat>ul>li>hgroup>em{display:block;margin-left:20px;padding:10px 0 12px;width:94px;
	text-align:center;line-height:1;background:#22a4c7;color:#fff;
}
.repairGlassBlog .repairGlassBlogMat>ul>li>a{display:flex;align-items:center;padding-left:30px;width:calc(100% - 202px);}
.repairGlassBlog .repairGlassBlogMat>ul>li>a>h6{padding-right:20px;width:calc(100% - 93px);color:#181818;font-weight:normal;
	-webkit-transition:0.4s;
	transition:0.4s;
}
.repairGlassBlog .repairGlassBlogMat>ul>li>a>i{display:block;width:93px;
	-webkit-transition:0.4s;
	transition:0.4s;
}
.repairGlassBlog .repairGlassBlogMat>ul>li>a:hover>h6{color:#22a4c7;}
.repairGlassBlog .repairGlassBlogMat>ul>li>a:hover>i{
	-webkit-transform:translateX(20px);
	transform:translateX(20px);
}
@media (max-width:1380px){
	.repairGlassBlog{padding:70px 30px;}
	.repairGlassBlog .repairGlassBlogMat{margin-top:50px;}
	.repairGlassBlog .repairGlassBlogMat>ul>li{padding:17px 30px;}
	.repairGlassBlog .repairGlassBlogMat>ul>li>hgroup{font-size:14px;width:188px;}
	.repairGlassBlog .repairGlassBlogMat>ul>li>hgroup>span{width:83px;}
	.repairGlassBlog .repairGlassBlogMat>ul>li>hgroup>em{margin-left:15px;width:90px;}
	.repairGlassBlog .repairGlassBlogMat>ul>li>a{padding-left:20px;width:calc(100% - 188px);}
	.repairGlassBlog .repairGlassBlogMat>ul>li>a>h6{width:calc(100% - 83px);}
	.repairGlassBlog .repairGlassBlogMat>ul>li>a>i{width:83px;}
}
@media (max-width:1180px){
	.repairGlassBlog{padding:60px 20px;}
	.repairGlassBlog .repairGlassBlogMat{margin-top:40px;}
	.repairGlassBlog .repairGlassBlogMat>ul>li{padding:14px 20px;}
	.repairGlassBlog .repairGlassBlogMat>ul>li>hgroup{font-size:13px;width:174px;}
	.repairGlassBlog .repairGlassBlogMat>ul>li>hgroup>span{width:78px;}
	.repairGlassBlog .repairGlassBlogMat>ul>li>hgroup>em{margin-left:10px;width:86px;}
	.repairGlassBlog .repairGlassBlogMat>ul>li>a{padding-left:10px;width:calc(100% - 174px);}
	.repairGlassBlog .repairGlassBlogMat>ul>li>a>h6{width:calc(100% - 73px);}
	.repairGlassBlog .repairGlassBlogMat>ul>li>a>i{width:73px;}
}
@media (max-width:980px){
	.repairGlassBlog{padding:50px 20px;}
}
@media (max-width:830px){
	.repairGlassBlog .repairGlassBlogMat>ul>li{display:block;}
	.repairGlassBlog .repairGlassBlogMat>ul>li>hgroup{font-size:12px;width:154px;}
	.repairGlassBlog .repairGlassBlogMat>ul>li>hgroup>span{width:74px;}
	.repairGlassBlog .repairGlassBlogMat>ul>li>hgroup>em{width:76px;}
	.repairGlassBlog .repairGlassBlogMat>ul>li>a{margin-top:10px;padding-left:0;width:100%;}
	.repairGlassBlog .repairGlassBlogMat>ul>li>a>h6{padding-right:0;width:100%;}
	.repairGlassBlog .repairGlassBlogMat>ul>li>a>i{display:none;}
}

/*shopInfo*/
.shopInfo{padding:80px 40px;background:#f9f9f9;}
.shopInfo .shopInfoTit>.common_tit{align-items:flex-start;}
.shopInfo .shopInfoMat{margin-top:60px;}
.shopInfo .shopInfoMat>ul{display:flex;flex-wrap:wrap;margin-top:-40px;margin-left:-40px;}
.shopInfo .shopInfoMat>ul>li{margin-top:40px;padding-left:40px;width:50%;}
.shopInfo .shopInfoMat>ul>li>dl>dt:after{padding-top:60%;}
.shopInfo .shopInfoMat>ul>li>dl>dd{margin-top:40px;}
.shopInfo .shopInfoMat>ul>li>dl>dd>hgroup>h3{line-height:1;font-family:"Noto Serif JP",serif;font-size:30px;}
.shopInfo .shopInfoMat>ul>li>dl>dd>hgroup>hr{position:relative;margin:20px auto 0;width:100%;height:2px;background:#888;border:none;}
.shopInfo .shopInfoMat>ul>li>dl>dd>hgroup>hr:before{position:absolute;top:0;left:0;display:block;content:"";width:220px;height:2px;background:#000;}
.shopInfo .shopInfoMat>ul>li>dl>dd>figcaption{margin-top:30px;}
.shopInfo .shopInfoMat>ul>li>dl>dd>.more{justify-content:flex-start;}
@media (max-width:1380px){
	.shopInfo{padding:70px 30px;}
	.shopInfo .shopInfoMat{margin-top:50px;}
	.shopInfo .shopInfoMat>ul{margin-top:-30px;margin-left:-30px;}
	.shopInfo .shopInfoMat>ul>li{margin-top:30px;padding-left:30px;}
	.shopInfo .shopInfoMat>ul>li>dl>dd{margin-top:35px;}
	.shopInfo .shopInfoMat>ul>li>dl>dd>hgroup>h3{font-size:26px;}
	.shopInfo .shopInfoMat>ul>li>dl>dd>hgroup>hr{margin:17px auto 0;}
	.shopInfo .shopInfoMat>ul>li>dl>dd>hgroup>hr:before{width:180px;}
	.shopInfo .shopInfoMat>ul>li>dl>dd>figcaption{margin-top:25px;}
}
@media (max-width:1180px){
	.shopInfo{padding:60px 20px;}
	.shopInfo .shopInfoMat{margin-top:40px;}
	.shopInfo .shopInfoMat>ul{margin-left:-20px;}
	.shopInfo .shopInfoMat>ul>li{padding-left:20px;}
	.shopInfo .shopInfoMat>ul>li>dl>dd{margin-top:30px;}
	.shopInfo .shopInfoMat>ul>li>dl>dd>hgroup>h3{font-size:22px;}
	.shopInfo .shopInfoMat>ul>li>dl>dd>hgroup>hr{margin:14px auto 0;}
	.shopInfo .shopInfoMat>ul>li>dl>dd>hgroup>hr:before{width:140px;}
	.shopInfo .shopInfoMat>ul>li>dl>dd>figcaption{margin-top:20px;}
}
@media (max-width:980px){
	.shopInfo{padding:50px 20px;}
}
@media (max-width:780px){
	.shopInfo .shopInfoMat>ul>li{width:100%;}
	.shopInfo .shopInfoMat>ul>li>dl{margin:0 auto;width:100%;max-width:580px;}
}

/*footer*/
.footer .footerNav{display:flex;flex-direction:column;justify-content:center;align-items:center;
	padding:60px 40px;line-height:1;background:#a2a2a2;
}
.footer .footerNav>a{display:block;width:100%;max-width:138px;}
.footer .footerNav>a:hover{opacity:0.6;}
.footer .footerNav>ul{display:flex;flex-wrap:wrap;justify-content:center;margin-top:40px;}
.footer .footerNav>ul>li:not(:first-child){margin-left:40px;}
.footer .footerNav>ul>li>a{color:#fff;font-weight:bold;}
.footer .footerNav>ul>li>a:after{display:block;content:"";width:100%;height:2px;background:#fff;opacity:0;
	-webkit-transform:translateY(-10px);
	transform:translateY(-10px);
	-webkit-transition:0.3s;
	transition:0.3s;
}
.footer .footerNav>ul>li>a:hover:after{opacity:1;
	-webkit-transform:translateY(4px);
	transform:translateY(4px);
}

.footer .footerCopy{padding:20px 40px;text-align:center;background:#000;font-size:15px;color:#fff;}
.footer .footerCopy>font{font-family:"Outfit",sans-serif;}
@media (max-width:1380px){
	.footer .footerNav{padding:50px 30px;}
	.footer .footerNav>a{max-width:118px;}
	.footer .footerNav>ul{margin-top:35px;}
	.footer .footerNav>ul>li:not(:first-child){margin-left:30px;}
	
	.footer .footerCopy{padding:17px 30px;font-size:14px;}
}
@media (max-width:1180px){
	.footer .footerNav{padding:40px 20px;}
	.footer .footerNav>a{max-width:98px;}
	.footer .footerNav>ul{margin-top:30px;}
	.footer .footerNav>ul>li:not(:first-child){margin-left:20px;}
	
	.footer .footerCopy{padding:14px 20px;font-size:13px;}
}
@media (max-width:940px){
	.footer .footerNav>ul{margin-top:15px;}
	.footer .footerNav>ul>li{margin:15px 10px 0 !important;}
	.footer .footerNav>ul>li:not(:first-child){margin-left:0;}
}

/*pageBan*/
.pageBan{padding:60px 60px 0;background:#f6f6f6;}
.pageBan .pageBanCon{position:relative;height:700px;overflow:hidden;}
.pageBan .pageBanBg{position:absolute;top:0;left:0;display:flex;width:100%;height:100%;}
.pageBan .pageBanBg>dd{width:35%;}
.pageBan .pageBanBg>dt{width:65%;background-position:left center;}
.pageBan .pageBanBg>dt:after{padding-top:0;width:100%;height:100%;}
.pageBan .pageBanMat{position:absolute;top:50%;left:50%;z-index:5;max-width:1520px;
	text-shadow:0 0 8px #fff,0 0 8px #fff,0 0 8px #fff,0 0 8px #fff;
	-webkit-transform:translate(-50%,-50%);
	transform:translate(-50%,-50%);
}
.pageBan .pageBanMat>h1{line-height:1;font-size:22px;}
.pageBan .pageBanMat>h3{margin:35px 0;line-height:1;font-family:"Outfit",sans-serif;font-size:56px;text-transform:capitalize;}
.pageBan .pageBanMat>h2{font-size:24px;}
.pageBan .pageBanMat>h2>span{display:block;}
.pageBan .pageBanMat>h2>em{display:block;}
@media (max-width:1380px){
	.pageBan{padding:50px 50px 0;}
	.pageBan .pageBanCon{height:600px;}
	.pageBan .pageBanBg>dd{width:30%;}
	.pageBan .pageBanBg>dt{width:70%;}
	.pageBan .pageBanMat>h1{font-size:20px;}
	.pageBan .pageBanMat>h3{margin:30px 0;font-size:50px;}
	.pageBan .pageBanMat>h2{font-size:22px;}
}
@media (max-width:1180px){
	.pageBan{padding:40px 40px 0;}
	.pageBan .pageBanCon{height:500px;}
	.pageBan .pageBanBg>dd{width:25%;}
	.pageBan .pageBanBg>dt{width:75%;}
	.pageBan .pageBanMat>h1{font-size:18px;}
	.pageBan .pageBanMat>h3{margin:25px 0;font-size:44px;}
	.pageBan .pageBanMat>h2{font-size:20px;}
}
@media (max-width:980px){
	.pageBan{padding:30px 30px 0;}
	.pageBan .pageBanCon{height:400px;}
	.pageBan .pageBanBg>dd{width:20%;}
	.pageBan .pageBanBg>dt{width:80%;}
	.pageBan .pageBanMat>h1{font-size:16px;}
	.pageBan .pageBanMat>h3{margin:20px 0;font-size:38px;}
	.pageBan .pageBanMat>h2{font-size:18px;}
}
@media (max-width:780px){
	.pageBan{padding:20px 20px 0;}
	.pageBan .pageBanCon{height:300px;}
	.pageBan .pageBanBg>dd{width:15%;}
	.pageBan .pageBanBg>dt{width:85%;}
	.pageBan .pageBanMat>h1{font-size:14px;}
	.pageBan .pageBanMat>h3{margin:15px 0;font-size:32px;}
	.pageBan .pageBanMat>h2{font-size:16px;}
}
@media (max-width:420px){
	.pageBan .pageBanMat>h2>span{display:inline;}
}

/*breadNav*/
.breadNav{padding:60px 40px;background:#f6f6f6;}
.breadNav>ul{display:flex;line-height:1;font-size:18px;text-transform:capitalize;}
.breadNav>ul>li>a{display:flex;align-items:center;color:#222;}
.breadNav>ul>li:nth-of-type(1)>a{font-family:"Outfit",sans-serif;}
.breadNav>ul>li>a:after{display:block;content:"";margin:0 10px;width:8px;height:8px;
    border:solid #222;
    border-width:2px 2px 0 0;
    -webkit-transform:rotate(45deg);
    transform:rotate(45deg);
}
.breadNav>ul>li>a:hover{color:#22a4c7;}
.breadNav>ul>li>h1{font-weight:normal;}
.breadNav>ul>li>h1>a{color:#222;}
.breadNav>ul>li>h1>a:hover{color:#22a4c7;}
@media (max-width:1380px){
	.breadNav{padding:50px 30px;}
	.breadNav>ul{font-size:16px;}
}
@media (max-width:1180px){
	.breadNav{padding:40px 20px;}
	.breadNav>ul{font-size:14px;}
}


/*page_for-first-time-users*/
.page_forFirTimUsePic .forFirTimUsePicMo{display:none;}
@media (max-width:420px){
	.page_forFirTimUsePic .forFirTimUsePicPc{display:none;}
	.page_forFirTimUsePic .forFirTimUsePicMo{display:block;}
}

.page_forFirTimUseFea{position:relative;padding:80px 40px;}
.page_forFirTimUseFea .featuresBg{position:absolute;top:0;left:0;width:100%;height:80%;}
.page_forFirTimUseFea .featuresBg:after{padding-top:0;width:100%;height:100%;}

.page_forFirTimUseFea .featuresTit{position:relative;z-index:5;display:flex;justify-content:center;align-items:center;}
.page_forFirTimUseFea .featuresTit>hgroup{position:relative;display:flex;align-items:flex-end;}
.page_forFirTimUseFea .featuresTit>hgroup>h3{line-height:0.7;font-family:"Outfit",sans-serif;font-size:160px;}
.page_forFirTimUseFea .featuresTit>hgroup>h4{margin-left:40px;line-height:0.8;font-family:"Outfit",sans-serif;font-size:80px;}
.page_forFirTimUseFea .featuresTit>hgroup>h2{position:absolute;top:0;right:0;font-size:20px;}
.page_forFirTimUseFea .featuresTit>hgroup>h2>font{font-family:"Outfit",sans-serif;}

.page_forFirTimUseFea .featuresMat{position:relative;z-index:5;margin-top:60px;}
.page_forFirTimUseFea .featuresMat>ul{display:flex;flex-wrap:wrap;justify-content:center;margin-top:-40px;margin-left:-40px;}
.page_forFirTimUseFea .featuresMat>ul>li{margin-top:40px;padding-left:40px;width:33.33333333%;}
.page_forFirTimUseFea .featuresMat>ul>li>dl>dt{padding:3px;
	box-shadow:0 0 8px 0px rgba(0,0,0,0.25);
	border:3px solid transparent;
	background-clip:padding-box;
	background-image:radial-gradient(circle,#000,#fff);
}
.page_forFirTimUseFea .featuresMat>ul>li>dl>dt>fieldset{padding:5px;background:#fff;}
.page_forFirTimUseFea .featuresMat>ul>li>dl>dt>fieldset>figure{border-radius:10px;overflow:hidden;}
.page_forFirTimUseFea .featuresMat>ul>li>dl>dt>fieldset>figure:after{padding-top:80%;}
.page_forFirTimUseFea .featuresMat>ul>li>dl>dd{margin-top:40px;}
.page_forFirTimUseFea .featuresMat>ul>li>dl>dd>h3{text-align:center;line-height:1.4;font-family:"Noto Serif JP",serif;font-size:22px;}
.page_forFirTimUseFea .featuresMat>ul>li>dl>dd>figcaption{margin-top:25px;font-weight:bold;}
.page_forFirTimUseFea .featuresMat>ul>li>dl>dd>figcaption>*:not(:first-child){margin-top:29px;}
@media (max-width:1380px){
	.page_forFirTimUseFea{padding:70px 30px;}
	.page_forFirTimUseFea .featuresTit>hgroup>h3{font-size:140px;}
	.page_forFirTimUseFea .featuresTit>hgroup>h4{margin-left:30px;font-size:70px;}
	.page_forFirTimUseFea .featuresTit>hgroup>h2{font-size:18px;}
	
	.page_forFirTimUseFea .featuresMat{margin-top:50px;}
	.page_forFirTimUseFea .featuresMat>ul{margin-top:-30px;margin-left:-30px;}
	.page_forFirTimUseFea .featuresMat>ul>li{margin-top:30px;padding-left:30px;}
	.page_forFirTimUseFea .featuresMat>ul>li>dl>dd{margin-top:35px;}
	.page_forFirTimUseFea .featuresMat>ul>li>dl>dd>h3{font-size:20px;}
	.page_forFirTimUseFea .featuresMat>ul>li>dl>dd>figcaption{margin-top:20px;}
	.page_forFirTimUseFea .featuresMat>ul>li>dl>dd>figcaption>*:not(:first-child){margin-top:27px;}
}
@media (max-width:1200px){
	.page_forFirTimUseFea{padding:60px 20px;}
	.page_forFirTimUseFea .featuresTit>hgroup>h3{font-size:120px;}
	.page_forFirTimUseFea .featuresTit>hgroup>h4{margin-left:20px;font-size:60px;}
	.page_forFirTimUseFea .featuresTit>hgroup>h2{font-size:16px;}
	
	.page_forFirTimUseFea .featuresMat{margin-top:40px;}
	.page_forFirTimUseFea .featuresMat>ul{margin-top:-20px;margin-left:-20px;}
	.page_forFirTimUseFea .featuresMat>ul>li{margin-top:20px;padding-left:20px;}
	.page_forFirTimUseFea .featuresMat>ul>li>dl>dd{margin-top:30px;}
	.page_forFirTimUseFea .featuresMat>ul>li>dl>dd>h3{font-size:18px;}
	.page_forFirTimUseFea .featuresMat>ul>li>dl>dd>figcaption{margin-top:15px;font-size:14px;}
	.page_forFirTimUseFea .featuresMat>ul>li>dl>dd>figcaption>*:not(:first-child){margin-top:25px;}
}
@media (max-width:1080px){
	.page_forFirTimUseFea .featuresTit>hgroup>h3{font-size:100px;}
	.page_forFirTimUseFea .featuresTit>hgroup>h4{font-size:50px;}
	.page_forFirTimUseFea .featuresTit>hgroup>h2{font-size:14px;}
	
	.page_forFirTimUseFea .featuresMat>ul>li{width:50%;}
	.page_forFirTimUseFea .featuresMat>ul>li>dl>dd>figcaption>*:not(:first-child){margin-top:10px;}
}
@media (max-width:780px){
	.page_forFirTimUseFea .featuresTit>hgroup>h3{font-size:80px;}
	.page_forFirTimUseFea .featuresTit>hgroup>h4{font-size:40px;}
	.page_forFirTimUseFea .featuresTit>hgroup>h2{font-size:12px;}
}
@media (max-width:720px){
	.page_forFirTimUseFea .featuresMat>ul>li{width:100%;}
	.page_forFirTimUseFea .featuresMat>ul>li>dl{margin:0 auto;width:100%;max-width:460px;}
}

.page_forFirTimUseSep{padding:80px 40px;background:url(img/mark1.png);}
.page_forFirTimUseSep .forFirTimUseSepTit{text-align:center;line-height:1.4;font-size:42px;}
.page_forFirTimUseSep .forFirTimUseSepMat{margin-top:60px;}
.page_forFirTimUseSep .forFirTimUseSepMat>dl{display:flex;justify-content:space-between;align-items:center;}
.page_forFirTimUseSep .forFirTimUseSepMat>dl:not(:first-child){margin-top:60px;}
.page_forFirTimUseSep .forFirTimUseSepMat>dl>dt{width:calc(50% - 20px);}
.page_forFirTimUseSep .forFirTimUseSepMat>dl>dt:after{padding-top:65%;}
.page_forFirTimUseSep .forFirTimUseSepMat>dl>dd{width:calc(50% - 20px);}
.page_forFirTimUseSep .forFirTimUseSepMat>dl>dd>h3{padding:25px 20px;border-left:6px solid #cbcbcb;line-height:1.4;font-size:32px;
	background:linear-gradient(to right,rgba(231,231,231,1),rgba(231,231,231,0));
}
.page_forFirTimUseSep .forFirTimUseSepMat>dl>dd>figcaption{margin-top:30px;}
.page_forFirTimUseSep .forFirTimUseSepMat>dl>dd>figcaption>*:not(:first-child){margin-top:15px;}
.page_forFirTimUseSep .forFirTimUseSepMat>dl:nth-child(2n-1){
	-webkit-box-orient:horizontal;
	-webkit-box-direction:reverse;
	-moz-box-orient:horizontal;
	-moz-box-direction:reverse;
	-ms-flex-direction:row-reverse;
	flex-direction:row-reverse;
}
@media (max-width:1380px){
	.page_forFirTimUseSep{padding:70px 30px;}
	.page_forFirTimUseSep .forFirTimUseSepTit{font-size:36px;}
	.page_forFirTimUseSep .forFirTimUseSepMat{margin-top:50px;}
	.page_forFirTimUseSep .forFirTimUseSepMat>dl:not(:first-child){margin-top:50px;}
	.page_forFirTimUseSep .forFirTimUseSepMat>dl>dt{width:calc(50% - 15px);}
	.page_forFirTimUseSep .forFirTimUseSepMat>dl>dd{width:calc(50% - 15px);}
	.page_forFirTimUseSep .forFirTimUseSepMat>dl>dd>h3{padding:22px 20px;border-left-width:5px;font-size:26px;}
	.page_forFirTimUseSep .forFirTimUseSepMat>dl>dd>figcaption{margin-top:25px;}
	.page_forFirTimUseSep .forFirTimUseSepMat>dl>dd>figcaption>*:not(:first-child){margin-top:10px;}
}
@media (max-width:1180px){
	.page_forFirTimUseSep{padding:60px 20px;}
	.page_forFirTimUseSep .forFirTimUseSepTit{font-size:30px;}
	.page_forFirTimUseSep .forFirTimUseSepMat{margin-top:40px;}
	.page_forFirTimUseSep .forFirTimUseSepMat>dl:not(:first-child){margin-top:40px;}
	.page_forFirTimUseSep .forFirTimUseSepMat>dl>dt{width:calc(50% - 10px);}
	.page_forFirTimUseSep .forFirTimUseSepMat>dl>dd{width:calc(50% - 10px);}
	.page_forFirTimUseSep .forFirTimUseSepMat>dl>dd>h3{padding:19px 20px;border-left-width:4px;font-size:20px;}
	.page_forFirTimUseSep .forFirTimUseSepMat>dl>dd>figcaption{margin-top:20px;}
	.page_forFirTimUseSep .forFirTimUseSepMat>dl>dd>figcaption>*:not(:first-child){margin-top:5px;}
}
@media (max-width:980px){
	.page_forFirTimUseSep .forFirTimUseSepTit{font-size:24px;}
}
@media (max-width:780px){
	.page_forFirTimUseSep .forFirTimUseSepMat>dl{display:block;}
	.page_forFirTimUseSep .forFirTimUseSepMat>dl>dt{width:100%;}
	.page_forFirTimUseSep .forFirTimUseSepMat>dl>dt:after{padding-top:40%;min-height:320px;}
	.page_forFirTimUseSep .forFirTimUseSepMat>dl>dd{margin-top:30px;width:100%;}
}

/*page_faq*/
.page_faq{padding:80px 40px;background:url(img/mark1.png);}
.page_faq .faqMat>dl{padding:60px;}
.page_faq .faqMat>dl:not(:first-child){border-top:2px dashed #d9d9d9;}
.page_faq .faqMat>dl>*>span{position:relative;display:block;width:80px;text-align:center;height:80px;line-height:80px;border-radius:50%;
	font-family:"Outfit",sans-serif;font-size:50px;color:#fff;
}
.page_faq .faqMat>dl>*>span:before{position:absolute;display:block;content:"";background:#d1d1d1;}
.page_faq .faqMat>dl>dt{display:flex;align-items:flex-start;}
.page_faq .faqMat>dl>dt>span{background:#000;}
.page_faq .faqMat>dl>dt>span:before{bottom:-70px;left:50%;width:2px;height:70px;
	-webkit-transform:translateX(-50%);
	transform:translateX(-50%);
}
.page_faq .faqMat>dl>dt>h3{margin-top:16px;padding-left:30px;width:calc(100% - 80px);font-size:26px;}
.page_faq .faqMat>dl>dd{display:flex;align-items:flex-start;margin-top:30px;padding-left:80px;}
.page_faq .faqMat>dl>dd>span{background:#555;}
.page_faq .faqMat>dl>dd>span:before{top:50%;left:-40px;width:40px;height:2px;
	-webkit-transform:translateY(-50%);
	transform:translateY(-50%);
}
.page_faq .faqMat>dl>dd>div{padding-left:30px;width:calc(100% - 80px);}
.page_faq .faqMat>dl>dd>div>*:not(:first-child){margin-top:20px;}
@media (max-width:1380px){
	.page_faq{padding:70px 30px;}
	.page_faq .faqMat>dl{padding:50px;}
	.page_faq .faqMat>dl>*>span{width:70px;height:70px;line-height:70px;font-size:44px;}
	.page_faq .faqMat>dl>dt>span:before{bottom:-60px;height:60px;}
	.page_faq .faqMat>dl>dt>h3{margin-top:14px;padding-left:25px;width:calc(100% - 70px);font-size:22px;}
	.page_faq .faqMat>dl>dd{margin-top:25px;padding-left:70px;}
	.page_faq .faqMat>dl>dd>span:before{left:-35px;width:35px;}
	.page_faq .faqMat>dl>dd>div{padding-left:25px;width:calc(100% - 70px);}
	.page_faq .faqMat>dl>dd>div>*:not(:first-child){margin-top:15px;}
}
@media (max-width:1180px){
	.page_faq{padding:60px 20px;}
	.page_faq .faqMat>dl{padding:40px;}
	.page_faq .faqMat>dl>*>span{width:60px;height:60px;line-height:60px;font-size:38px;}
	.page_faq .faqMat>dl>dt>span:before{bottom:-50px;height:50px;}
	.page_faq .faqMat>dl>dt>h3{margin-top:12px;padding-left:20px;width:calc(100% - 60px);font-size:18px;}
	.page_faq .faqMat>dl>dd{margin-top:20px;padding-left:60px;}
	.page_faq .faqMat>dl>dd>span:before{left:-30px;width:30px;}
	.page_faq .faqMat>dl>dd>div{padding-left:20px;width:calc(100% - 60px);}
	.page_faq .faqMat>dl>dd>div>*:not(:first-child){margin-top:10px;}
}
@media (max-width:980px){
	.page_faq .faqMat>dl{padding:30px;}
	.page_faq .faqMat>dl>*>span{width:50px;height:50px;line-height:50px;font-size:32px;}
	.page_faq .faqMat>dl>dt>span:before{bottom:-40px;height:40px;}
	.page_faq .faqMat>dl>dt>h3{margin-top:10px;padding-left:15px;width:calc(100% - 50px);font-size:16px;}
	.page_faq .faqMat>dl>dd{margin-top:15px;padding-left:50px;}
	.page_faq .faqMat>dl>dd>span:before{left:-25px;width:25px;}
	.page_faq .faqMat>dl>dd>div{padding-left:15px;width:calc(100% - 50px);}
	.page_faq .faqMat>dl>dd>div>*:not(:first-child){margin-top:5px;}
}
@media (max-width:780px){
	.page_faq .faqMat>dl{padding:30px 20px;}
	.page_faq .faqMat>dl>*>span{width:40px;height:40px;line-height:40px;font-size:26px;}
	.page_faq .faqMat>dl>*>span:before{display:none;}
	.page_faq .faqMat>dl>dt>h3{margin-top:6px;width:calc(100% - 40px);}
	.page_faq .faqMat>dl>dd>div{width:calc(100% - 40px);}
	.page_faq .faqMat>dl>dd{padding-left:0;}
}

/*page_corporate-customers*/
.corporateCusTit{text-align:center;line-height:1;}
.corporateCusTit>h2{font-size:42px;}
.corporateCusTit>h2>font{font-family:"Outfit",sans-serif;}
@media (max-width:1380px){
	.corporateCusTit>h2{font-size:36px;}
}
@media (max-width:1180px){
	.corporateCusTit>h2{font-size:30px;}
}
@media (max-width:980px){
	.corporateCusTit>h2{font-size:24px;}
}
@media (max-width:460px){
	.corporateCusTit>h2>font{display:block;margin-bottom:15px;}
}

.page_corporateCusVer{padding:80px 40px;background:url(img/mark1.png);}
.page_corporateCusVer .corporateCusVerMat{margin-top:40px;max-width:1120px;}
.page_corporateCusVer .corporateCusVerMat>*:not(:first-child){margin-top:20px;}
@media (max-width:1380px){
	.page_corporateCusVer{padding:70px 30px;}
	.page_corporateCusVer .corporateCusVerMat{margin-top:30px;}
	.page_corporateCusVer .corporateCusVerMat>*:not(:first-child){margin-top:15px;}
}
@media (max-width:1180px){
	.page_corporateCusVer{padding:60px 20px;}
	.page_corporateCusVer .corporateCusVerMat{margin-top:20px;}
	.page_corporateCusVer .corporateCusVerMat>*:not(:first-child){margin-top:10px;}
}

.page_corporateCusSep{padding:80px 40px;}
.page_corporateCusSep .corporateCusSepMat{margin-top:40px;}
.page_corporateCusSep .corporateCusSepMat>ul{display:flex;flex-wrap:wrap;justify-content:center;margin-top:-40px;margin-left:-40px;}
.page_corporateCusSep .corporateCusSepMat>ul>li{margin-top:40px;padding-left:40px;width:33.3333333%;}
.page_corporateCusSep .corporateCusSepMat>ul>li>dl>dd>h3{padding-left:20px;border-left:6px solid #cbcbcb;font-size:24px;}
.page_corporateCusSep .corporateCusSepMat>ul>li>dl>dd>ol{margin-top:30px;}
.page_corporateCusSep .corporateCusSepMat>ul>li>dl>dd>ol>li{display:flex;font-size:15px;}
.page_corporateCusSep .corporateCusSepMat>ul>li>dl>dd>ol>li:not(:first-child){margin-top:10px;}
.page_corporateCusSep .corporateCusSepMat>ul>li>dl>dd>ol>li>hgroup{display:flex;justify-content:space-between;width:85px;}
.page_corporateCusSep .corporateCusSepMat>ul>li>dl>dd>ol>li>h6{padding-left:15px;width:calc(100% - 85px);font-weight:normal;}
.page_corporateCusSep .corporateCusSepMat>ul>li>dl>dt{margin-top:30px;}
@media (max-width:1380px){
	.page_corporateCusSep{padding:70px 30px;}
	.page_corporateCusSep .corporateCusSepMat{margin-top:35px;}
	.page_corporateCusSep .corporateCusSepMat>ul{margin-top:-30px;margin-left:-30px;}
	.page_corporateCusSep .corporateCusSepMat>ul>li{margin-top:30px;padding-left:30px;}
	.page_corporateCusSep .corporateCusSepMat>ul>li>dl>dd>h3{padding-left:15px;border-left-width:5px;font-size:21px;}
	.page_corporateCusSep .corporateCusSepMat>ul>li>dl>dd>ol{margin-top:25px;}
	.page_corporateCusSep .corporateCusSepMat>ul>li>dl>dd>ol>li{font-size:14px;}
	.page_corporateCusSep .corporateCusSepMat>ul>li>dl>dd>ol>li:not(:first-child){margin-top:7px;}
	.page_corporateCusSep .corporateCusSepMat>ul>li>dl>dd>ol>li>hgroup{width:75px;}
	.page_corporateCusSep .corporateCusSepMat>ul>li>dl>dd>ol>li>h6{padding-left:10px;width:calc(100% - 75px);}
	.page_corporateCusSep .corporateCusSepMat>ul>li>dl>dt{margin-top:25px;}
}
@media (max-width:1180px){
	.page_corporateCusSep{padding:60px 20px;}
	.page_corporateCusSep .corporateCusSepMat{margin-top:30px;}
	.page_corporateCusSep .corporateCusSepMat>ul{margin-left:-20px;}
	.page_corporateCusSep .corporateCusSepMat>ul>li{padding-left:20px;}
	.page_corporateCusSep .corporateCusSepMat>ul>li>dl>dd>h3{padding-left:10px;border-left-width:4px;font-size:18px;}
	.page_corporateCusSep .corporateCusSepMat>ul>li>dl>dd>ol{margin-top:20px;}
	.page_corporateCusSep .corporateCusSepMat>ul>li>dl>dd>ol>li{font-size:13px;}
	.page_corporateCusSep .corporateCusSepMat>ul>li>dl>dd>ol>li:not(:first-child){margin-top:4px;}
	.page_corporateCusSep .corporateCusSepMat>ul>li>dl>dd>ol>li>hgroup{width:65px;}
	.page_corporateCusSep .corporateCusSepMat>ul>li>dl>dd>ol>li>h6{padding-left:5px;width:calc(100% - 65px);}
	.page_corporateCusSep .corporateCusSepMat>ul>li>dl>dt{margin-top:20px;}
}
@media (max-width:1010px){
	.page_corporateCusSep .corporateCusSepMat>ul>li>dl>dd>ol>li{display:block;}
	.page_corporateCusSep .corporateCusSepMat>ul>li>dl>dd>ol>li>hgroup{color:#22a4c7;}
	.page_corporateCusSep .corporateCusSepMat>ul>li>dl>dd>ol>li>hgroup>i{display:none;}
	.page_corporateCusSep .corporateCusSepMat>ul>li>dl>dd>ol>li>h6{padding-left:0;width:100%;}	
}
@media (max-width:910px){
	.page_corporateCusSep .corporateCusSepMat>ul>li{width:50%;}
}
@media (max-width:620px){
	.page_corporateCusSep .corporateCusSepMat>ul>li{width:100%;}
	.page_corporateCusSep .corporateCusSepMat>ul>li>dl{margin:0 auto;width:100%;max-width:430px;}
}

/*page_shop*/
.page_shop{padding:80px 40px;}
.page_shop .shop-hd{display:flex;}
.page_shop .shop-hd>li{margin:10px 13px 0;padding:20px 40px;line-height:1;background:#333;border-radius:5px;color:#fff;cursor:pointer;}
.page_shop .shop-hd>li.current{background:#22a4c7;}
.page_shop .shop-bd>div{display:none;margin-top:40px;}
.page_shop .shop-bd>div>ul{display:flex;flex-wrap:wrap;margin-top:-40px;margin-left:-40px;}
.page_shop .shop-bd>div>ul>li{margin-top:40px;padding-left:40px;width:50%;}
.page_shop .shop-bd>div>ul>li>dl>dt:after{padding-top:60%;}
.page_shop .shop-bd>div>ul>li>dl>dd{margin-top:40px;}
.page_shop .shop-bd>div>ul>li>dl>dd>hgroup>h3{line-height:1;font-family:"Noto Serif JP",serif;font-size:30px;}
.page_shop .shop-bd>div>ul>li>dl>dd>hgroup>hr{position:relative;margin:20px auto 0;width:100%;height:2px;background:#888;border:none;}
.page_shop .shop-bd>div>ul>li>dl>dd>hgroup>hr:before{position:absolute;top:0;left:0;display:block;content:"";width:220px;height:2px;background:#000;}
.page_shop .shop-bd>div>ul>li>dl>dd>figcaption{margin-top:30px;}
.page_shop .shop-bd>div>ul>li>dl>dd>.more{justify-content:flex-start;}
@media (max-width:1380px){
	.page_shop{padding:70px 30px;}
	.page_shop .shop-hd>li{margin:10px 10px 0;padding:17px 30px;}
	.page_shop .shop-bd>div{margin-top:35px;}
	.page_shop .shop-bd>div>ul{margin-top:-30px;margin-left:-30px;}
	.page_shop .shop-bd>div>ul>li{margin-top:30px;padding-left:30px;}
	.page_shop .shop-bd>div>ul>li>dl>dd{margin-top:35px;}
	.page_shop .shop-bd>div>ul>li>dl>dd>hgroup>h3{font-size:26px;}
	.page_shop .shop-bd>div>ul>li>dl>dd>hgroup>hr{margin:17px auto 0;}
	.page_shop .shop-bd>div>ul>li>dl>dd>hgroup>hr:before{width:180px;}
	.page_shop .shop-bd>div>ul>li>dl>dd>figcaption{margin-top:25px;}
}
@media (max-width:1180px){
	.page_shop{padding:60px 20px;}
	.page_shop .shop-hd>li{margin:10px 7px 0;padding:14px 20px;}
	.page_shop .shop-bd>div{margin-top:30px;}
	.page_shop .shop-bd>div>ul{margin-left:-20px;}
	.page_shop .shop-bd>div>ul>li{padding-left:20px;}
	.page_shop .shop-bd>div>ul>li>dl>dd{margin-top:30px;}
	.page_shop .shop-bd>div>ul>li>dl>dd>hgroup>h3{font-size:22px;}
	.page_shop .shop-bd>div>ul>li>dl>dd>hgroup>hr{margin:14px auto 0;}
	.page_shop .shop-bd>div>ul>li>dl>dd>hgroup>hr:before{width:140px;}
	.page_shop .shop-bd>div>ul>li>dl>dd>figcaption{margin-top:20px;}
}
@media (max-width:780px){
	.page_shop .shop-bd>div>ul>li{width:100%;}
	.page_shop .shop-bd>div>ul>li>dl{margin:0 auto;width:100%;max-width:540px;}
	.page_shop .shop-bd>div>ul>li>dl>dd>hgroup{margin-top:25px;}
}

/*page_shop-detail*/
.pageBan#shopDetBan .pageBanMat>h3{margin:0;font-family:"Noto Sans JP",sans-serif;text-transform:none;}
.pageBan#shopDetBan .pageBanMat>h3>font{font-family:"Outfit",sans-serif;}
@media (max-width:430px){
	.pageBan#shopDetBan .pageBanMat>h3>span{display:block;margin-top:15px;}
}

.shopDetTit{display:flex;justify-content:center;line-height:1;}
.shopDetTit>h2{font-size:34px;color:#22a4c7;}
.shopDetTit>h2>font{font-family:"Outfit",sans-serif;}
@media (max-width:1380px){
	.shopDetTit>h2{font-size:28px;}
}
@media (max-width:1180px){
	.shopDetTit>h2{font-size:22px;}
}
@media (max-width:430px){
	.shopDetTit>h2{text-align:center;}
	.shopDetTit>h2>span{display:block;margin-top:15px;}
}

.page_shopDet{padding:80px 40px;}
.page_shopDet .shopDetInfo{display:flex;justify-content:space-between;align-items:center;
	-webkit-box-orient:horizontal;
    -webkit-box-direction:reverse;
    -moz-box-orient:horizontal;
    -moz-box-direction:reverse;
    -ms-flex-direction:row-reverse;
    flex-direction:row-reverse;
}
.page_shopDet .shopDetInfo>dt{width:calc(60% - 20px);}
.page_shopDet .shopDetInfo>dt>ul{display:flex;margin-top:-20px;margin-left:-20px;}
.page_shopDet .shopDetInfo>dt>ul>li{margin-top:20px;padding-left:20px;width:50%;}
.page_shopDet .shopDetInfo>dt>ul>li>figure{
	box-shadow:0px 0px 5px 0px rgba(0,0,0,0.24);
}
.page_shopDet .shopDetInfo>dt>ul>li>figure:after{padding-top:150%;}
.page_shopDet .shopDetInfo>dd{width:calc(40% - 20px);}
.page_shopDet .shopDetInfo>dd>figure{width:100%;max-width:308px;}
.page_shopDet .shopDetInfo>dd>ul{margin-top:40px;}
.page_shopDet .shopDetInfo>dd>ul>li{display:flex;}
.page_shopDet .shopDetInfo>dd>ul>li:not(:first-child){margin-top:20px;}
.page_shopDet .shopDetInfo>dd>ul>li>span{display:block;width:120px;}
.page_shopDet .shopDetInfo>dd>ul>li>h6{width:calc(100% - 120px);font-weight:normal;}
.page_shopDet .shopDetInfo>dd>ul>li>h6>a{font-family:"Outfit",sans-serif;color:#22a4c7;}
.page_shopDet .shopDetInfo>dd>ul>li>h6>a:hover{text-decoration:underline;}
.page_shopDet .shopDetInfo>dd>ul>li>ol{display:flex;flex-wrap:wrap;margin-top:-15px;width:calc(100% - 120px);}
.page_shopDet .shopDetInfo>dd>ul>li>ol>li{display:flex;flex-direction:column;justify-content:center;align-items:center;margin:15px 10px 0;}
.page_shopDet .shopDetInfo>dd>ul>li>ol>li>i{display:block;width:100%;max-width:48px;}
.page_shopDet .shopDetInfo>dd>ul>li>ol>li>em{display:block;margin-top:4px;font-size:12px;}
@media (max-width:1380px){
	.page_shopDet{padding:70px 30px;}
	.page_shopDet .shopDetInfo>dt{width:calc(60% - 15px);}
	.page_shopDet .shopDetInfo>dt>ul{margin-top:-15px;margin-left:-15px;}
	.page_shopDet .shopDetInfo>dt>ul>li{margin-top:15px;padding-left:15px;}
	.page_shopDet .shopDetInfo>dt>ul>li>figure:after{padding-top:120%;}
	.page_shopDet .shopDetInfo>dd{width:calc(40% - 15px);}
	.page_shopDet .shopDetInfo>dd>figure{max-width:268px;}
	.page_shopDet .shopDetInfo>dd>ul{margin-top:35px;}
	.page_shopDet .shopDetInfo>dd>ul>li:not(:first-child){margin-top:17px;}
	.page_shopDet .shopDetInfo>dd>ul>li>span{width:100px;}
	.page_shopDet .shopDetInfo>dd>ul>li>h6{width:calc(100% - 100px);}
	.page_shopDet .shopDetInfo>dd>ul>li>ol{width:calc(100% - 100px);}
	.page_shopDet .shopDetInfo>dd>ul>li>ol>li>i{max-width:38px;}
	.page_shopDet .shopDetInfo>dd>ul>li>ol>li>em{font-size:11px;}
}
@media (max-width:1180px){
	.page_shopDet{padding:60px 20px;}
	.page_shopDet .shopDetInfo>dt{width:calc(60% - 10px);}
	.page_shopDet .shopDetInfo>dt>ul{margin-top:-10px;margin-left:-10px;}
	.page_shopDet .shopDetInfo>dt>ul>li{margin-top:10px;padding-left:10px;}
	.page_shopDet .shopDetInfo>dd{width:calc(40% - 10px);}
	.page_shopDet .shopDetInfo>dd>figure{max-width:228px;}
	.page_shopDet .shopDetInfo>dd>ul{margin-top:30px;}
	.page_shopDet .shopDetInfo>dd>ul>li:not(:first-child){margin-top:14px;}
	.page_shopDet .shopDetInfo>dd>ul>li>span{width:80px;}
	.page_shopDet .shopDetInfo>dd>ul>li>h6{width:calc(100% - 80px);}
	.page_shopDet .shopDetInfo>dd>ul>li>ol{width:calc(100% - 80px);}
	.page_shopDet .shopDetInfo>dd>ul>li>ol>li>i{max-width:28px;}
	.page_shopDet .shopDetInfo>dd>ul>li>ol>li>em{font-size:10px;}
}
@media (max-width:980px){
	.page_shopDet .shopDetInfo{display:block;}
	.page_shopDet .shopDetInfo>dt{width:100%;}
	.page_shopDet .shopDetInfo>dd{margin-top:30px;width:100%;}
}
@media (max-width:640px){
	.page_shopDet .shopDetInfo>dd>ul>li{display:block;}
	.page_shopDet .shopDetInfo>dd>ul>li{margin-top:5px;width:100%;}
	.page_shopDet .shopDetInfo>dd>ul>li>ol{margin-top:-5px;width:100%;}
}

.page_shopDet .shopDetMap{margin-top:60px;}
.page_shopDet .shopDetMap>.googlemap{height:450px;}
@media (max-width:1380px){
	.page_shopDet .shopDetMap{margin-top:50px;}
	.page_shopDet .shopDetMap>.googlemap{height:400px;}
}
@media (max-width:1180px){
	.page_shopDet .shopDetMap{margin-top:40px;}
	.page_shopDet .shopDetMap>.googlemap{height:350px;}
}
@media (max-width:640px){
	.page_shopDet .shopDetMap>.googlemap{height:300px;}
}

.page_shopDet .shopDetAccess{margin-top:60px;}
.page_shopDet .shopDetAccess .common_tit>h2{font-size:34px;}
.page_shopDet .access-hd{display:flex;margin-top:40px;border-radius:20px 20px 0 0;overflow:hidden;}
.page_shopDet .access-hd>li{display:flex;justify-content:center;align-items:center;padding:20px;width:50%;line-height:1;background:#333;
	color:#fff;cursor:pointer;
}
.page_shopDet .access-hd>li>i{font-size:22px;}
.page_shopDet .access-hd>li>h3{margin-left:10px;font-size:18px;}
.page_shopDet .access-hd>li.current{background:#22a4c7;}
.page_shopDet .access-bd{margin-top:40px;}
.page_shopDet .access-bd>dt{display:none;}
.page_shopDet .access-bd>dt>ul{display:flex;flex-wrap:wrap;margin-top:-30px;margin-left:-30px;}
.page_shopDet .access-bd>dt>ul>li{margin-top:30px;padding-left:30px;width:25%;}
.page_shopDet .access-bd>dt>ul>li>figure:after{padding-top:80%;}
.page_shopDet .access-bd>dt>ul>li>hgroup{display:flex;margin-top:25px;}
.page_shopDet .access-bd>dt>ul>li>hgroup>i{display:flex;justify-content:center;align-items:center;width:22px;height:22px;background:#22a4c7;border-radius:50%;
	font-family:"Outfit",sans-serif;font-size:14px;color:#fff;
}
.page_shopDet .access-bd>dt>ul>li>hgroup>h6{padding-left:15px;width:calc(100% - 22px);line-height:1.6;font-size:15px;font-weight:normal;}
@media (max-width:1380px){
	.page_shopDet .shopDetAccess{margin-top:50px;}
	.page_shopDet .shopDetAccess .common_tit>h2{font-size:28px;}
	.page_shopDet .access-hd{margin-top:35px;border-radius:15px 15px 0 0;}
	.page_shopDet .access-hd>li{padding:17px 20px;}
	.page_shopDet .access-hd>li>i{font-size:20px;}
	.page_shopDet .access-hd>li>h3{margin-left:7px;font-size:16px;}
	.page_shopDet .access-bd{margin-top:35px;}
	.page_shopDet .access-bd>dt>ul{margin-top:-20px;margin-left:-20px;}
	.page_shopDet .access-bd>dt>ul>li{margin-top:20px;padding-left:20px;}
	.page_shopDet .access-bd>dt>ul>li>figure:after{padding-top:70%;}
	.page_shopDet .access-bd>dt>ul>li>hgroup{margin-top:20px;}
	.page_shopDet .access-bd>dt>ul>li>hgroup>i{width:20px;height:20px;font-size:13px;}
	.page_shopDet .access-bd>dt>ul>li>hgroup>h6{padding-left:10px;width:calc(100% - 20px);font-size:14px;}
}
@media (max-width:1180px){
	.page_shopDet .shopDetAccess{margin-top:40px;}
	.page_shopDet .shopDetAccess .common_tit>h2{font-size:22px;}
	.page_shopDet .access-hd{margin-top:30px;border-radius:10px 10px 0 0;}
	.page_shopDet .access-hd>li{padding:14px 20px;}
	.page_shopDet .access-hd>li>i{font-size:18px;}
	.page_shopDet .access-hd>li>h3{margin-left:4px;font-size:14px;}
	.page_shopDet .access-bd{margin-top:30px;}
	.page_shopDet .access-bd>dt>ul{margin-left:-10px;}
	.page_shopDet .access-bd>dt>ul>li{padding-left:10px;}
	.page_shopDet .access-bd>dt>ul>li>figure:after{padding-top:60%;}
	.page_shopDet .access-bd>dt>ul>li>hgroup{margin-top:15px;}
	.page_shopDet .access-bd>dt>ul>li>hgroup>i{width:18px;height:18px;font-size:12px;}
	.page_shopDet .access-bd>dt>ul>li>hgroup>h6{padding-left:5px;width:calc(100% - 18px);font-size:13px;}
}
@media (max-width:880px){
	.page_shopDet .access-bd>dt>ul>li{width:33.3333333%;}
}
@media (max-width:680px){
	.page_shopDet .access-bd>dt>ul>li{width:50%;}
}
@media (max-width:520px){
	.page_shopDet .shopDetAccess .common_tit>h2{text-align:center;}
	.page_shopDet .shopDetAccess .common_tit>h2>span{display:block;margin-top:15px;}
	
	.page_shopDet .access-hd{flex-wrap:wrap;border-radius:0;}
	.page_shopDet .access-hd>li{width:100%;}
	.page_shopDet .access-hd>li:not(:first-child){margin-top:10px;}
}

.page_shopDet .shopDetComp{margin-top:60px;}
.page_shopDet .shopDetCompList{margin-top:40px;}
.page_shopDet .shopDetCompList>dl{display:flex;align-items:center;padding:20px;}
.page_shopDet .shopDetCompList>dl:not(:first-child){border-top:2px solid #ccc;}
.page_shopDet .shopDetCompList>dl>dt{width:140px;}
.page_shopDet .shopDetCompList>dl>dd{width:calc(100% - 140px);}
.page_shopDet .shopDetCompList>dl>dd>*:not(:first-child){margin-top:15px;}
@media (max-width:1380px){
	.page_shopDet .shopDetComp{margin-top:50px;}
	.page_shopDet .shopDetCompList{margin-top:35px;}
	.page_shopDet .shopDetCompList>dl{padding:17px 20px;}
	.page_shopDet .shopDetCompList>dl>dt{width:120px;}
	.page_shopDet .shopDetCompList>dl>dd{width:calc(100% - 120px);}
	.page_shopDet .shopDetCompList>dl>dd>*:not(:first-child){margin-top:10px;}
}
@media (max-width:1180px){
	.page_shopDet .shopDetComp{margin-top:40px;}
	.page_shopDet .shopDetCompList{margin-top:30px;}
	.page_shopDet .shopDetCompList>dl{padding:14px 20px;}
	.page_shopDet .shopDetCompList>dl>dt{width:100px;}
	.page_shopDet .shopDetCompList>dl>dd{width:calc(100% - 100px);}
}
@media (max-width:640px){
	.page_shopDet .shopDetCompList>dl{display:block;}
	.page_shopDet .shopDetCompList>dl>dd{margin-top:5px;width:100%;}
}

.page_shopDet .shopDetNotice{margin-top:60px;}
.page_shopDet .shopDetNotice>div{margin-top:40px;padding-right:30px;height:420px;overflow-y:scroll;}
.page_shopDet .shopDetNotice>div>ul>li{display:flex;align-items:center;padding:20px 40px;border-bottom:2px solid #888;}
.page_shopDet .shopDetNotice>div>ul>li>hgroup{display:flex;align-items:center;font-size:15px;width:202px;}
.page_shopDet .shopDetNotice>div>ul>li>hgroup>span{display:block;width:88px;font-family:"Outfit",sans-serif;}
.page_shopDet .shopDetNotice>div>ul>li>hgroup>em{display:block;margin-left:20px;padding:10px 0 12px;width:94px;
	text-align:center;line-height:1;background:#22a4c7;color:#fff;
}
.page_shopDet .shopDetNotice>div>ul>li>a{display:flex;align-items:center;padding-left:30px;width:calc(100% - 202px);}
.page_shopDet .shopDetNotice>div>ul>li>a>h6{padding-right:20px;width:calc(100% - 93px);color:#181818;font-weight:normal;
	-webkit-transition:0.4s;
	transition:0.4s;
}
.page_shopDet .shopDetNotice>div>ul>li>a>i{display:block;width:93px;
	-webkit-transition:0.4s;
	transition:0.4s;
}
.page_shopDet .shopDetNotice>div>ul>li>a:hover>h6{color:#22a4c7;}
.page_shopDet .shopDetNotice>div>ul>li>a:hover>i{
	-webkit-transform:translateX(20px);
	transform:translateX(20px);
}
@media (max-width:1380px){
	.page_shopDet .shopDetNotice{margin-top:50px;}
	.page_shopDet .shopDetNotice>div{margin-top:35px;padding-right:25px;}
	.page_shopDet .shopDetNotice>div>ul>li{padding:17px 30px;}
	.page_shopDet .shopDetNotice>div>ul>li>hgroup{font-size:14px;width:188px;}
	.page_shopDet .shopDetNotice>div>ul>li>hgroup>span{width:83px;}
	.page_shopDet .shopDetNotice>div>ul>li>hgroup>em{margin-left:15px;width:90px;}
	.page_shopDet .shopDetNotice>div>ul>li>a{padding-left:20px;width:calc(100% - 188px);}
	.page_shopDet .shopDetNotice>div>ul>li>a>h6{width:calc(100% - 83px);}
	.page_shopDet .shopDetNotice>div>ul>li>a>i{width:83px;}
}
@media (max-width:1180px){
	.page_shopDet .shopDetNotice{margin-top:40px;}
	.page_shopDet .shopDetNotice>div{margin-top:30px;padding-right:20px;}
	.page_shopDet .shopDetNotice>div>ul>li{padding:14px 20px;}
	.page_shopDet .shopDetNotice>div>ul>li>hgroup{font-size:13px;width:174px;}
	.page_shopDet .shopDetNotice>div>ul>li>hgroup>span{width:78px;}
	.page_shopDet .shopDetNotice>div>ul>li>hgroup>em{margin-left:10px;width:86px;}
	.page_shopDet .shopDetNotice>div>ul>li>a{padding-left:10px;width:calc(100% - 174px);}
	.page_shopDet .shopDetNotice>div>ul>li>a>h6{width:calc(100% - 73px);}
	.page_shopDet .shopDetNotice>div>ul>li>a>i{width:73px;}
}
@media (max-width:830px){
	.page_shopDet .shopDetNotice>div>ul>li{display:block;}
	.page_shopDet .shopDetNotice>div>ul>li>hgroup{font-size:12px;width:154px;}
	.page_shopDet .shopDetNotice>div>ul>li>hgroup>span{width:74px;}
	.page_shopDet .shopDetNotice>div>ul>li>hgroup>em{width:76px;}
	.page_shopDet .shopDetNotice>div>ul>li>a{margin-top:10px;padding-left:0;width:100%;}
	.page_shopDet .shopDetNotice>div>ul>li>a>h6{padding-right:0;width:100%;}
	.page_shopDet .shopDetNotice>div>ul>li>a>i{display:none;}
}

.page_shopDet .shopDetBlog{margin-top:60px;}
.page_shopDet .shopDetBlog>div{margin-top:40px;padding-right:30px;height:420px;overflow-y:scroll;}
.page_shopDet .shopDetBlog>div>ul>li{display:flex;align-items:center;padding:20px 40px;border-bottom:2px solid #888;}
.page_shopDet .shopDetBlog>div>ul>li>hgroup{display:flex;align-items:center;font-size:15px;width:202px;}
.page_shopDet .shopDetBlog>div>ul>li>hgroup>span{display:block;width:88px;font-family:"Outfit",sans-serif;}
.page_shopDet .shopDetBlog>div>ul>li>hgroup>em{display:block;margin-left:20px;padding:10px 0 12px;width:94px;
	text-align:center;line-height:1;background:#22a4c7;color:#fff;
}
.page_shopDet .shopDetBlog>div>ul>li>a{display:flex;align-items:center;padding-left:30px;width:calc(100% - 202px);}
.page_shopDet .shopDetBlog>div>ul>li>a>h6{padding-right:20px;width:calc(100% - 93px);color:#181818;font-weight:normal;
	-webkit-transition:0.4s;
	transition:0.4s;
}
.page_shopDet .shopDetBlog>div>ul>li>a>i{display:block;width:93px;
	-webkit-transition:0.4s;
	transition:0.4s;
}
.page_shopDet .shopDetBlog>div>ul>li>a:hover>h6{color:#22a4c7;}
.page_shopDet .shopDetBlog>div>ul>li>a:hover>i{
	-webkit-transform:translateX(20px);
	transform:translateX(20px);
}
@media (max-width:1380px){
	.page_shopDet .shopDetBlog{margin-top:50px;}
	.page_shopDet .shopDetBlog>div{margin-top:35px;padding-right:25px;}
	.page_shopDet .shopDetBlog>div>ul>li{padding:17px 30px;}
	.page_shopDet .shopDetBlog>div>ul>li>hgroup{font-size:14px;width:188px;}
	.page_shopDet .shopDetBlog>div>ul>li>hgroup>span{width:83px;}
	.page_shopDet .shopDetBlog>div>ul>li>hgroup>em{margin-left:15px;width:90px;}
	.page_shopDet .shopDetBlog>div>ul>li>a{padding-left:20px;width:calc(100% - 188px);}
	.page_shopDet .shopDetBlog>div>ul>li>a>h6{width:calc(100% - 83px);}
	.page_shopDet .shopDetBlog>div>ul>li>a>i{width:83px;}
}
@media (max-width:1180px){
	.page_shopDet .shopDetBlog{margin-top:40px;}
	.page_shopDet .shopDetBlog>div{margin-top:30px;padding-right:20px;}
	.page_shopDet .shopDetBlog>div>ul>li{padding:14px 20px;}
	.page_shopDet .shopDetBlog>div>ul>li>hgroup{font-size:13px;width:174px;}
	.page_shopDet .shopDetBlog>div>ul>li>hgroup>span{width:78px;}
	.page_shopDet .shopDetBlog>div>ul>li>hgroup>em{margin-left:10px;width:86px;}
	.page_shopDet .shopDetBlog>div>ul>li>a{padding-left:10px;width:calc(100% - 174px);}
	.page_shopDet .shopDetBlog>div>ul>li>a>h6{width:calc(100% - 73px);}
	.page_shopDet .shopDetBlog>div>ul>li>a>i{width:73px;}
}
@media (max-width:830px){
	.page_shopDet .shopDetBlog>div>ul>li{display:block;}
	.page_shopDet .shopDetBlog>div>ul>li>hgroup{font-size:12px;width:154px;}
	.page_shopDet .shopDetBlog>div>ul>li>hgroup>span{width:74px;}
	.page_shopDet .shopDetBlog>div>ul>li>hgroup>em{width:76px;}
	.page_shopDet .shopDetBlog>div>ul>li>a{margin-top:10px;padding-left:0;width:100%;}
	.page_shopDet .shopDetBlog>div>ul>li>a>h6{padding-right:0;width:100%;}
	.page_shopDet .shopDetBlog>div>ul>li>a>i{display:none;}
}

/*page_journalism*/
.page_journalism{padding:80px 40px;}
.page_journalism .journalismMat>ul>li{display:flex;align-items:center;padding:20px 40px;border-top:2px solid #888;}
.page_journalism .journalismMat>ul>li:last-child{border-bottom:2px solid #888;}
.page_journalism .journalismMat>ul>li>hgroup{display:flex;align-items:center;font-size:15px;width:202px;}
.page_journalism .journalismMat>ul>li>hgroup>span{display:block;width:88px;font-family:"Outfit",sans-serif;}
.page_journalism .journalismMat>ul>li>hgroup>em{display:block;margin-left:20px;padding:10px 0 12px;width:94px;
	text-align:center;line-height:1;background:#22a4c7;color:#fff;
}
.page_journalism .journalismMat>ul>li>a{display:flex;align-items:center;padding-left:30px;width:calc(100% - 202px);}
.page_journalism .journalismMat>ul>li>a>h6{padding-right:20px;width:calc(100% - 93px);color:#181818;font-weight:normal;
	-webkit-transition:0.4s;
	transition:0.4s;
}
.page_journalism .journalismMat>ul>li>a>i{display:block;width:93px;
	-webkit-transition:0.4s;
	transition:0.4s;
}
.page_journalism .journalismMat>ul>li>a:hover>h6{color:#22a4c7;}
.page_journalism .journalismMat>ul>li>a:hover>i{
	-webkit-transform:translateX(20px);
	transform:translateX(20px);
}
@media (max-width:1380px){
	.page_journalism{padding:70px 30px;}
	.page_journalism .journalismMat>ul>li{padding:17px 30px;}
	.page_journalism .journalismMat>ul>li>hgroup{font-size:14px;width:188px;}
	.page_journalism .journalismMat>ul>li>hgroup>span{width:83px;}
	.page_journalism .journalismMat>ul>li>hgroup>em{margin-left:15px;width:90px;}
	.page_journalism .journalismMat>ul>li>a{padding-left:20px;width:calc(100% - 188px);}
	.page_journalism .journalismMat>ul>li>a>h6{width:calc(100% - 83px);}
	.page_journalism .journalismMat>ul>li>a>i{width:83px;}
}
@media (max-width:1180px){
	.page_journalism{padding:70px 30px;}
	.page_journalism .journalismMat>ul>li{padding:14px 20px;}
	.page_journalism .journalismMat>ul>li>hgroup{font-size:13px;width:174px;}
	.page_journalism .journalismMat>ul>li>hgroup>span{width:78px;}
	.page_journalism .journalismMat>ul>li>hgroup>em{margin-left:10px;width:86px;}
	.page_journalism .journalismMat>ul>li>a{padding-left:10px;width:calc(100% - 174px);}
	.page_journalism .journalismMat>ul>li>a>h6{width:calc(100% - 73px);}
	.page_journalism .journalismMat>ul>li>a>i{width:73px;}
}
@media (max-width:830px){
	.page_journalism .journalismMat>ul>li{display:block;}
	.page_journalism .journalismMat>ul>li>hgroup{font-size:12px;width:154px;}
	.page_journalism .journalismMat>ul>li>hgroup>span{width:74px;}
	.page_journalism .journalismMat>ul>li>hgroup>em{width:76px;}
	.page_journalism .journalismMat>ul>li>a{margin-top:10px;padding-left:0;width:100%;}
	.page_journalism .journalismMat>ul>li>a>h6{padding-right:0;width:100%;}
	.page_journalism .journalismMat>ul>li>a>i{display:none;}
}

/*page_contribute*/
.page_contribute{padding:80px 40px;}
.page_contribute .contributeTit>h3{font-size:18px;}
.page_contribute .contributeTit>hr{margin:20px 0;width:100%;height:2px;background:#22a4c7;border:none;}
.page_contribute .contributeTit>hgroup{display:flex;align-items:center;line-height:1;font-size:15px;}
.page_contribute .contributeTit>hgroup>span{font-family:"Outfit",sans-serif;}
.page_contribute .contributeTit>hgroup>em{display:block;margin-left:20px;padding:10px 15px 12px;background:#22a4c7;color:#fff;}
.page_contribute .contributeVer{margin-top:30px;font-size:15px;}
.page_contribute .contributeVer>*:not(:first-child){margin-top:15px;}
@media (max-width:1380px){
	.page_contribute{padding:70px 30px;}
	.page_contribute .contributeTit>h3{font-size:17px;}
	.page_contribute .contributeTit>hr{margin:17px 0;}
	.page_contribute .contributeTit>hgroup{font-size:14px;}
	.page_contribute .contributeTit>hgroup>em{margin-left:15px;}
	.page_contribute .contributeVer{margin-top:25px;font-size:14px;}
	.page_contribute .contributeVer>*:not(:first-child){margin-top:10px;}
}
@media (max-width:1180px){
	.page_contribute{padding:60px 20px;}
	.page_contribute .contributeTit>h3{font-size:16px;}
	.page_contribute .contributeTit>hr{margin:14px 0;}
	.page_contribute .contributeTit>hgroup>em{margin-left:10px;}
	.page_contribute .contributeVer{margin-top:20px;}
}

/*page_choose*/
.page_choose{padding:80px 40px;}
.page_choose .chooseMat>ul{display:flex;flex-wrap:wrap;justify-content:center;margin-top:-40px;margin-left:-40px;}
.page_choose .chooseMat>ul>li{margin-top:40px;padding-left:40px;width:20%;}
.page_choose .chooseMat>ul>li>a{display:block;}
.page_choose .chooseMat>ul>li>a>figure{position:relative;overflow:hidden;
	background:radial-gradient(circle,#d7d7d7,#b8b8b8);
	border-radius:50%;
	-webkit-transition:0.3s;
	transition:0.3s;
}
.page_choose .chooseMat>ul>li>a>figure:after{display:block;content:"";padding-top:100%;}
.page_choose .chooseMat>ul>li>a>figure>img{position:absolute;top:50%;left:50%;width:100%;max-width:209px;
	-webkit-transform:translate(-50%,-50%);
	transform:translate(-50%,-50%);
}
.page_choose .chooseMat>ul>li>a>h6{display:flex;justify-content:center;align-items:center;margin-top:30px;text-align:center;height:65px;
	font-family:"Noto Serif JP",serif;font-size:18px;color:#28292c;font-weight:bold;
}
.page_choose .chooseMat>ul>li>a:hover>figure{
	box-shadow:0 0 10px rgba(0,0,0,0.5)
}
@media (max-width:1380px){
	.page_choose{padding:70px 30px;}
	.page_choose .chooseMat>ul{margin-top:-30px;margin-left:-30px;}
	.page_choose .chooseMat>ul>li{margin-top:30px;padding-left:30px;}
	.page_choose .chooseMat>ul>li>a>figure>img{max-width:176px;}
	.page_choose .chooseMat>ul>li>a>h6{margin-top:25px;height:58px;font-size:16px;}
}
@media (max-width:1180px){
	.page_choose{padding:60px 20px;}
	.page_choose .chooseMat>ul{margin-top:-20px;margin-left:-20px;}
	.page_choose .chooseMat>ul>li{margin-top:20px;padding-left:20px;}
	.page_choose .chooseMat>ul>li>a>figure>img{max-width:159px;}
	.page_choose .chooseMat>ul>li>a>h6{margin-top:20px;height:51px;font-size:14px;}
}
@media (max-width:1000px){
	.page_choose .chooseMat>ul>li{width:25%;}
	.page_choose .chooseMat>ul>li:nth-of-type(5)>a>h6{height:auto;}
}
@media (max-width:800px){
	.page_choose .chooseMat>ul>li{width:33.3333333%;}
	.page_choose .chooseMat>ul>li:nth-of-type(4)>a>h6{height:auto;}
}
@media (max-width:620px){
	.page_choose .chooseMat>ul>li{width:50%;}
	.page_choose .chooseMat>ul>li:nth-of-type(3)>a>h6{height:auto;}
}
@media (max-width:440px){
	.page_choose .chooseMat>ul>li{width:100%;}
	.page_choose .chooseMat>ul>li>a{margin:0 auto;width:100%;max-width:245px;}
	.page_choose .chooseMat>ul>li:nth-of-type(1)>a>h6{height:auto;}
	.page_choose .chooseMat>ul>li:nth-of-type(2)>a>h6{height:auto;}
}

/*page_choose-detail*/
.page_chooseDet{padding:80px 40px;}
.page_chooseDet .chooseDetTit{line-height:1;}
.page_chooseDet .chooseDetTit>h3{font-size:28px;color:#22a4c7;}
.page_chooseDet .chooseDetTit>hr{position:relative;margin:20px auto 0;width:100%;height:2px;background:#ccc;border:none;}
.page_chooseDet .chooseDetTit>hr:before{position:absolute;top:0;left:0;display:block;content:"";width:200px;height:100%;background:#22a4c7;}
.page_chooseDet .chooseDetTxt{margin-top:40px;font-size:15px;}
.page_chooseDet .chooseDetTxt>*:not(:first-child){margin-top:20px;}
@media (max-width:1380px){
	.page_chooseDet{padding:70px 30px;}
	.page_chooseDet .chooseDetTit>h3{font-size:24px;}
	.page_chooseDet .chooseDetTit>hr{margin:17px auto 0;}
	.page_chooseDet .chooseDetTit>hr:before{width:160px;}
	.page_chooseDet .chooseDetTxt{margin-top:35px;font-size:14px;}
	.page_chooseDet .chooseDetTxt>*:not(:first-child){margin-top:15px;}
}
@media (max-width:1180px){
	.page_chooseDet{padding:60px 20px;}
	.page_chooseDet .chooseDetTit>h3{font-size:20px;}
	.page_chooseDet .chooseDetTit>hr{margin:14px auto 0;}
	.page_chooseDet .chooseDetTit>hr:before{width:120px;}
	.page_chooseDet .chooseDetTxt{margin-top:30px;font-size:13px;}
	.page_chooseDet .chooseDetTxt>*:not(:first-child){margin-top:10px;}
}
@media (max-width:980px){
	.page_chooseDet{padding:50px 20px;}
	.page_chooseDet .chooseDetTit>h3{line-height:1.4;font-size:16px;}
}

/*page_contact*/
select,input,textarea{font-family:"Yu Gothic Medium",sans-serif;}
.wpcf7-not-valid-tip{font-weight:bold;}
.wpcf7-spinner{display:none;}

.page_contact{padding:80px 40px;}
.page_contact .contactForm>dl:not(:first-child){margin-top:30px;}
.page_contact .contactForm>dl>dt{display:flex;align-items:center;line-height:1;}
.page_contact .contactForm>dl>dt>font{display:block;margin-left:15px;padding:10px;background:#237b92;font-size:12px;color:#fff;}
.page_contact .contactForm>dl>dd{margin-top:20px;}
.page_contact .contactForm>dl>dd span>select,
.page_contact .contactForm>dl>dd span>input,
.page_contact .contactForm>dl>dd span>textarea{padding:15px;width:100%;border:2px solid #ccc;}
.page_contact .contactForm>dl>dd span>textarea{height:200px;}
.page_contact .send{display:flex;justify-content:center;margin-top:40px;line-height:1;}
.page_contact .send input{margin:0 10px;padding:25px 50px;line-height:1;background:#237b92;color:#fff;cursor:pointer;}

.page_contact .contactTxt>*:not(:first-child){margin-top:20px;}
@media (max-width:1380px){
	.page_contact{padding:70px 30px;}
	.page_contact .contactForm>dl:not(:first-child){margin-top:25px;}
	.page_contact .contactForm>dl>dt>font{margin-left:12px;padding:8px;}
	.page_contact .contactForm>dl>dd{margin-top:15px;}
	.page_contact .contactForm>dl>dd span>select,.page_contact .contactForm>dl>dd span>input,.page_contact .contactForm>dl>dd span>textarea{padding:13px;}
	.page_contact .contactForm>dl>dd>textarea{height:170px;}
	.page_contact .send{margin-top:35px;}
	.page_contact .send input{margin:0 8px;padding:20px 40px;}
	
	.page_contact .contactTxt>*:not(:first-child){margin-top:17px;}
}
@media (max-width:1180px){
	.page_contact{padding:60px 20px;}
	.page_contact .contactForm>dl:not(:first-child){margin-top:20px;}
	.page_contact .contactForm>dl>dt>font{margin-left:9px;padding:6px;}
	.page_contact .contactForm>dl>dd{margin-top:10px;}
	.page_contact .contactForm>dl>dd span>select,.page_contact .contactForm>dl>dd span>input,.page_contact .contactForm>dl>dd span>textarea{padding:11px;}
	.page_contact .contactForm>dl>dd>textarea{height:140px;}
	.page_contact .send{margin-top:30px;}
	.page_contact .send input{margin:0 6px;padding:15px 30px;}
	
	.page_contact .contactTxt>*:not(:first-child){margin-top:14px;}
}
