@charset "UTF-8";


/* マッハタッチシステム ---------------------------------------*/
#system .pageKv{
	border-bottom: 2px solid #C8C8C8;
	padding-bottom: 20px;
}
#system .pageKv h2,
#knowledge .pageKv h2,
#tenken .pageKv h2,
#shop .pageKv h2{
	text-align: center;
	font-size: 48px;
	font-weight: bold;
	margin: 10px 0 20px;
}

#system .pageKvImg{
	display: flex;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	align-items: center;
	margin-bottom: 40px;
}
#system .pageKvContentWrapper{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 20px 0;
}

#system .pageKvContent{
	display: flex;
	justify-content: center;
	align-items: center;
	border: 5px solid #B6000F;
	border-radius: 70px;
	width: 428px;
	height: 110px;
}
#system .pageMovieTitle{
	padding: 25px 0;
}
#system .pageMovieTitle img{
	display: block;
	margin: 0 auto;
}
#system .pageMovie{
	display: flex;
	justify-content: space-between;
}
#system .pageMovieContent{
	display: block;
	margin: 0 auto;
}
#system .pageMovieContent p{
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	padding: 10px;
}
#system .pageMovieContent iframe{
	width: 440px;
	height: 274px;
}

#system .demo{
	height: 476px;
	border: 2px solid #C8C8C8;
	margin: 40px 0 0;
	padding: 40px 50px;
}
#system .demoTitle{
	background: #B6000F;
	border-radius: 40px;
	padding: 15px 20px;
	margin-bottom: 10px;
}
#system .demoTitle img{
	display: block;
	margin: 0 auto;
}
#system .demo p{
	text-align: center;
	font-size: 15px;
	font-weight: bold;
	line-height: 2;
}

/* 車検の基礎知識 ---------------------------------------*/
#knowledge .pageKv span{
	font-size: 18px;
	line-height: 1.2;
	display: block;
	color: #B6000F;
}
#knowledge .knowledge01{
	background: url(../img/page/03_1-01sub.png) no-repeat top center;
	margin-bottom: 20px;
}
#knowledge .knowledge02{
	background: url(../img/page/03_2-01sub.png) no-repeat top center;
	margin-bottom: 50px;
}
#knowledge .knowledge03{
	background: url(../img/page/03_3-01sub.png) no-repeat top center;
	margin-bottom: 50px;
}
#knowledge .knowledge04{
	background: url(../img/page/03_4-01sub.png) no-repeat top center;
	margin-bottom: 50px;
}
#knowledge .knowledge05{
	background: url(../img/page/03_5-01sub.png) no-repeat top center;
	margin-bottom: 100px;
}
.knowledge01 h2,
.knowledge02 h2,
.knowledge03 h2,
.knowledge04 h2,
.knowledge05 h2{
	font-size: 23px;
	font-weight: bold;
	position: relative;
	left: 60px;
	line-height: 50px;
}
.knowledge05 h2{
	left: 60px;
}
.knowledge01ContentWrapper{
	display: flex;
	justify-content: space-between;
	margin: 20px 0 30px 0;
}
.knowledge01Img{
	width: 138px;
	height: 138px;
	border: 1px solid #C6C6C6;
	position: relative;
}
.knowledge01Img img{
	position: absolute;
	margin: auto;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
}
.knowledge01Content p{
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	margin: 10px 0;
}
.knowledge01Content span{
	display: block;
	font-size: 11px;
}
.knowledge01Content .font12{
	font-size:12px;
}
.knowledge01Content .font10{
	font-size:10px;
}
.knowledge02Catch{
	border: 2px solid #B6000F;
	border-radius: 50px;
	padding: 25px;
	margin: 20px 0;
}
.knowledge02Catch img{
	display: block;
	margin: 0 auto;
}
.knowledge02ContentWrapper{
	display: flex;
	justify-content: space-between;
}
.knowledge02Content{
	border: 1px solid #C6C6C6;
	width: 228px;
	height: 168px;
	padding: 30px;
	text-align:center;
}
.knowledge02Content img{
	margin: 0 auto;
	display: block;
}
.knowledge02Content .knowledge02ContentObl{
	background: #B6000F;
	border-radius: 20px;
	width: 150px;
	height: 30px;
	color: #FFF;
	font-weight: bold;
	align-items: center;
	display: inline-flex;
	justify-content: center;
	margin: 18px 0;
}
.knowledge02Content .knowledge02ContentAny{
	background: #727171;
	border-radius: 20px;
	width: 150px;
	height: 30px;
	color: #FFF;
	font-weight: bold;
	align-items: center;
	display: inline-flex;
	justify-content: center;
	margin: 18px 0;
}
.knowledge02Content p{
	font-size: 14px;
	font-weight: bold;
}
.knowledge03 p{
	margin: 25px 0 0;
	font-size: 14px;
	font-weight: bold;
}
.knowledge04 p{
	font-size: 14px;
	font-weight: bold;
	margin: 25px 0 20px;
}
.knowledge04ContentWrapper{
	display: flex;
	justify-content: space-between;
	margin: 20px 0 30px 0;
}
.knowledge04Content{
	width: 290px
}
.knowledge04Content .knowledge04ContentUser{
	border: 3px solid #979797;
	height: 54px;
	width: 284px;
	text-align: center;
	line-height: 56px;
	font-size: 20px;
	font-weight: bold;
}
.knowledge04Content .knowledge04ContentDetial01{
	font-size: 14px;
	font-weight: bold;
	border-bottom: 1px solid #C6C6C6;
	height: 174px;
}
.knowledge04Content .knowledge04ContentDetial02{
	font-size: 14px;
	font-weight: bold;
	border-bottom: 1px solid #C6C6C6;
	height: 234px;
}
.knowledge04Content .knowledge04ContentDetial01 span,
.knowledge04Content .knowledge04ContentDetial02 span{
	color: #C0222F;
	display: block;
	margin: 15px 0 5px;
}
.knowledge04Content .knowledge04ContentDetial01 li,
.knowledge04Content .knowledge04ContentDetial02 li{
	line-height:1.8;
	text-indent: -1em;
	padding-left: 1em;
}
.knowledge04Content .knowledge04ContentDetial01 li:before,
.knowledge04Content .knowledge04ContentDetial02 li:before{
	content: "●";
	font-size: 14px;
	margin-right: 5px;
}
.knowledge04Content .knowledge04ContentAuth{
	border: 3px solid #909090;
	background: #909090;
	color: #FFF;
	height: 54px;
	width: 284px;
	text-align: center;
	line-height: 56px;
	font-size: 20px;
	font-weight: bold;
}

.knowledge04Content .knowledge04ContentDesi{
	border: 3px solid #B6000F;
	background: #B6000F;
	color: #FFF;
	height: 54px;
	width: 284px;
	text-align: center;
	line-height: 56px;
	font-size: 20px;
	font-weight: bold;
}
.arrowDownGray:after{
	content: "";
	width: 0;
	height: 0;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-top: 8px solid #909090;
	display: block;
	margin: 10px auto;
}
.arrowDownRed:after{
	content: "";
	width: 0;
	height: 0;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-top: 8px solid #B6000F;
	display: block;
	margin: 10px auto;
}
.knowledge04ContentDetial03ImgGray{
	border: 3px solid #222;
	border-radius: 45px;
	padding: 18px;
}
.knowledge04ContentDetial03ImgRed{
	border: 3px solid #B6000F;
	border-radius: 45px;
	padding: 18px;
}
.knowledge04ContentDetial03ImgGray img,
.knowledge04ContentDetial03ImgRed img{
	display: block;
	margin: 0 auto;
}

.knowledge05 p{
	font-size: 14px;
	font-weight: bold;
	margin: 25px 0 20px;
}

/* touch */
#touch_area{
	overflow:hidden;
	width:800px;
	margin-left:auto;
	margin-right:auto;
	position:relative;
}
#touch_img .img{
	margin-bottom:10px;
}
#touch_img .img img{
	width: 400px;
	height: 300px;
}
#touch_img .txt{
	font-weight:bold;
	font-size:14px;
}
#touch_menu{
	width:390px;
	padding-left:10px;
	padding-bottom:60px;
	position:absolute;
	top:0;
	right:0;
	z-index:10;
}
#touch_menu p{
	color:#cc0000;
	font-weight:bold;
	margin-bottom:4px;
}
#touch_menu li{
	margin-bottom:2px;
	font-size:14px;
}
#touch_menu li a{
	background-color: #efefef;
	display:block;
	padding-top:10px;
	padding-left:45px;
	height:28px;
	background-repeat:no-repeat;
	background-position:10px center;
	font-weight:bold;
	color:#222;
	border-radius:4px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
}
#touch_menu li#menu01 a{
	background: url(../img/page/touch_icon01.png),linear-gradient(90deg,#B6000F 35px,#DADADA 0%);
	background-repeat: no-repeat,no-repeat;
	background-position: 3.6%;
}
#touch_menu li#menu02 a{
	background: url(../img/page/touch_icon02.png),linear-gradient(90deg,#B6000F 35px,#DADADA 0%);
	background-repeat: no-repeat,no-repeat;
	background-position: 3.6%;
}
#touch_menu li#menu03 a{
	background: url(../img/page/touch_icon03.png),linear-gradient(90deg,#B6000F 35px,#DADADA 0%);
	background-repeat: no-repeat,no-repeat;
	background-position: 3.6%;
}
#touch_menu li#menu04 a{
	background: url(../img/page/touch_icon04.png),linear-gradient(90deg,#B6000F 35px,#DADADA 0%);
	background-repeat: no-repeat,no-repeat;
	background-position: 3.6%;
}
#touch_menu li#menu05 a{
	background: url(../img/page/touch_icon05.png),linear-gradient(90deg,#B6000F 35px,#DADADA 0%);
	background-repeat: no-repeat,no-repeat;
	background-position: 3.6%;
}
#touch_menu li#menu06 a{
	background: url(../img/page/touch_icon06.png),linear-gradient(90deg,#B6000F 35px,#DADADA 0%);
	background-repeat: no-repeat,no-repeat;
	background-position: 3.6%;
}
#touch_menu li#menu07 a{
	background: url(../img/page/touch_icon07.png),linear-gradient(90deg,#B6000F 35px,#DADADA 0%);
	background-repeat: no-repeat,no-repeat;
	background-position: 3.6%;
}
#touch_menu li#menu01 a:hover,
#touch_menu li#menu01 a.active{
	background: url(../img/page/touch_icon01.png),linear-gradient(90deg,#570008 35px,#B6000F 0%);
	background-repeat: no-repeat,no-repeat;
	background-position: 3.6%;
	color: #FFF;
}
#touch_menu li#menu02 a:hover,
#touch_menu li#menu02 a.active{
	background: url(../img/page/touch_icon02.png),linear-gradient(90deg,#570008 35px,#B6000F 0%);
	background-repeat: no-repeat,no-repeat;
	background-position: 3.6%;
	color: #FFF;
}
#touch_menu li#menu03 a:hover,
#touch_menu li#menu03 a.active{
	background: url(../img/page/touch_icon03.png),linear-gradient(90deg,#570008 35px,#B6000F 0%);
	background-repeat: no-repeat,no-repeat;
	background-position: 3.6%;
	color: #FFF;
}
#touch_menu li#menu04 a:hover,
#touch_menu li#menu04 a.active{
	background: url(../img/page/touch_icon04.png),linear-gradient(90deg,#570008 35px,#B6000F 0%);
	background-repeat: no-repeat,no-repeat;
	background-position: 3.6%;
	color: #FFF;
}
#touch_menu li#menu05 a:hover,
#touch_menu li#menu05 a.active{
	background: url(../img/page/touch_icon05.png),linear-gradient(90deg,#570008 35px,#B6000F 0%);
	background-repeat: no-repeat,no-repeat;
	background-position: 3.6%;
	color: #FFF;
}
#touch_menu li#menu06 a:hover,
#touch_menu li#menu06 a.active{
	background: url(../img/page/touch_icon06.png),linear-gradient(90deg,#570008 35px,#B6000F 0%);
	background-repeat: no-repeat,no-repeat;
	background-position: 3.6%;
	color: #FFF;
}
#touch_menu li#menu07 a:hover,
#touch_menu li#menu07 a.active{
	background: url(../img/page/touch_icon07.png),linear-gradient(90deg,#570008 35px,#B6000F 0%);
	background-repeat: no-repeat,no-repeat;
	background-position: 3.6%;
	color: #FFF;
}

#touch_menu li#touch_home{
	display:none;
}
#tabs .panel {display:none;
}
#tabs{
	display: flex;
	justify-content: space-between;
}
#touch_img{
	margin-top: 32px;
}
#touch_menu ul{
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	height: 300px;
}

/* 最短45分で終了 車検が早い ---------------------------------------*/
#syaken .pageKv .kv{
	display: block;
	margin: 0 auto;
	padding: 20px 0 40px;
}

#syaken .syaken01{
	text-align: center;
	padding: 40px;
	border: 1px solid #C6C6C6;
	margin-bottom: 50px;
}
#syaken .syaken01 h2{
	font-size: 25px;
	font-weight: bold;
	color: #B6000F;
}
#syaken .syaken01 p{
	font-weight: bold;
	font-size: 18px;
	line-height: 1.2;
	margin: 10px 0 15px;
}
#syaken .syaken02 .contentTitle{
	background-color: #efefef;
	display: block;
	font-size: 22px;
	padding-left: 60px;
	font-weight: bold;
	height: 50px;
	line-height: 50px;
	background-repeat: no-repeat;
	background-position: 10px center;
	font-weight: bold;
	color: #222;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	background: url(../img/page/04_2-01img.png),linear-gradient(90deg,#B6000F 50px,#DADADA 0%);
	background-repeat: no-repeat,no-repeat;
	background-position: 0.5%;
}
#syaken .syakenTime{
	position: absolute;
	left: -10px;
}
#syaken .contentWrapper{
	margin-left: 100px;
}
#syaken .content01{
	height: 93px;
	border: 3px solid #B6000F;
	border-radius: 10px;
	background: linear-gradient(180deg,#B6000F 50px,#FFF 50px);
	margin-top: 20px;
	position: relative;
}
#syaken .content01:after{
	content: " ";
	width: 24px;
	display: block;
	margin: 0 auto;
	height: 19px;
	background: url(../img/page/bottom_arrow.png) no-repeat bottom center;
	background-size: 24px;
	position: absolute;
	bottom: -19px;
	left: 0;
	right: 0;
}
#syaken .content01 h3,
#syaken .content02 h3,
#syaken .content03 h3,
#syaken .content04 h3,
#syaken .content06OkBox h3,
#syaken .content07 h3,
#syaken .content08 h3,
#syaken .content09 h3{
	font-size: 25px;
	color: #FFF;
	font-weight: bold;
	text-align: center;
	line-height: 50px;
}
#syaken .content01 p,
#syaken .content02 p,
#syaken .content03 p,
#syaken .content04 p,
#syaken .content06OkBox p,
#syaken .content07 p,
#syaken .content08 p,
#syaken .content09 p{
	margin: 10px;
	text-align: center;
	font-weight:bold;
}
#syaken .content02{
	height: 185px;
	border: 3px solid #B6000F;
	border-radius: 10px;
	background: linear-gradient(180deg,#B6000F 50px,#FFF 50px);
	margin-top: 20px;
	position: relative;
}
#syaken .content02:after{
	content: " ";
	width: 24px;
	display: block;
	margin: 0 auto;
	height: 19px;
	background: url(../img/page/bottom_arrow.png) no-repeat bottom center;
	background-size: 24px;
	position: absolute;
	bottom: -19px;
	left: 0;
	right: 0;
}
#syaken .content02sub{
	background: #F4D9DB;
	border-radius: 10px;
	height: 44px;
	margin: 0 25px;
	padding: 13px;
}
#syaken .content02sub h4{
	font-weight: bold;
	text-align: center;
	color: #B6000F;
	font-size: 17px;
}
#syaken .content02sub ul{
	display: flex;
	justify-content: center;
}
#syaken .content02sub li{
	margin-right: 15px;
	font-size: 16px;
}
#syaken .content02sub li:before{
	content: "●";
	font-size: 16px;
	margin-right: 5px;
	color: #B6000F;
}
#syaken .content03{
	height: 215px;
	border: 3px solid #B6000F;
	border-radius: 10px;
	background: linear-gradient(180deg,#B6000F 50px,#FFF 50px);
	margin-top: 20px;
	position: relative;
	padding: 0 0 25px;
}
#syaken .content03:after{
	content: " ";
	width: 24px;
	display: block;
	margin: 0 auto;
	height: 19px;
	background: url(../img/page/bottom_arrow.png) no-repeat bottom center;
	background-size: 24px;
	position: absolute;
	bottom: -19px;
	left: 0;
	right: 0;
}
#syaken .content03Img{
	display: flex;
	justify-content: center;
}
#syaken .content03Img img:first-child{
	margin-right: 20px;
}
#syaken .content04{
	height: 243px;
	border: 3px solid #B6000F;
	border-radius: 10px;
	background: linear-gradient(180deg,#B6000F 50px,#FFF 50px);
	margin-top: 20px;
	position: relative;
	padding: 0 0 25px;
}
#syaken .content04:after{
	content: " ";
	width: 24px;
	display: block;
	margin: 0 auto;
	height: 19px;
	background: url(../img/page/bottom_arrow.png) no-repeat bottom center;
	background-size: 24px;
	position: absolute;
	bottom: -19px;
	left: 0;
	right: 0;
}
#syaken .content04Img{
	display: flex;
	justify-content: center;
}
#syaken .content05{
	margin-top: 20px;
	height: 32px;
	background: #B6000F;
	border-radius: 10px;
	padding: 20px;
	text-align: center;
}
#syaken .content05 h3{
	font-size: 25px;
	font-weight: bold;
	color: #FFF;
	line-height: 32px;
}
.arrowDownSquareRed::before{
content: "";
	left: 221px;
	top: 102px;
	box-sizing: border-box;
	width: 6px;
	height: 6px;
	border: 15px solid transparent;
	border-left: 20px solid #B6000F;
	transform: rotate(90deg);
	position: absolute;
	z-index: -1;
}
.arrowDownSquareRed::after{
content: "";
	left: 235px;
	width: 8px;
	height: 100px;
	border-left: 8px solid #B6000F;
	position: absolute;
	top: 0;
	z-index: -1;
}
.arrowDownSquareGray::before{
	content: "";
	right: 229px;
	top: 280px;
	box-sizing: border-box;
	width: 6px;
	height: 6px;
	border: 15px solid transparent;
	border-left: 20px solid #666666;
	transform: rotate(90deg);
	position: absolute;
	z-index: -1;
}
.arrowDownSquareGray::after{
	content: "";
	right: 235px;
	width: 8px;
	height: 285px;
	border-left: 8px solid #666666;
	position: absolute;
	top: 0;
	z-index: -1;
}

#syaken .content06{
	display: flex;
	position: relative;
}
#syaken .content06Ok{
	border: 3px solid #B6000F;
	border-radius: 30px;
	width: 194px;
	height: 28px;
	color: #B6000F;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	line-height: 28px;
	padding: 5px 0;
	margin-left: 140px;
	background: #FFF;
	margin-top: 28px;
}
#syaken .content06Ng{
	border: 3px solid #666666;
	border-radius: 30px;
	width: 194px;
	height: 28px;
	color: #666666;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	line-height: 28px;
	padding: 5px 0;
	margin-left: -28px;
	background: #FFF;
	margin-top: 28px;
}
#syaken .content06OkBox{
	height: 148px;
	width: 476px;
	border: 3px solid #B6000F;
	border-radius: 10px;
	background: linear-gradient(180deg,#B6000F 50px,#FFF 50px);
	margin-top: 55px;
	position: relative;
}
#syaken .content06OkBox span:first-child{
	display: block;
	color: #B6000F;
	font-size: 22px;
	line-height: 1;
}
#syaken .content06OkBox span:last-child{
	font-size: 12px;
}
#syaken .content07,
#syaken .content09{
	height: 100px;
	width: 594px;
	border: 3px solid #666666;
	border-radius: 10px;
	background: linear-gradient(180deg,#666666 50px,#FFF 50px);
	margin-top: 20px;
	position: relative;
	padding: 0 0 20px;
	margin-left: 200px;
	font-size:15px;
}
#syaken .content08{
	height: 80px;
	width: 594px;
	border: 3px solid #666666;
	border-radius: 10px;
	background: linear-gradient(180deg,#666666 50px,#FFF 50px);
	margin-top: 20px;
	position: relative;
	padding: 0 0 20px;
	margin-left: 200px;
	font-size:14px;
}

#syaken .syaken03{
	margin: 30px 0 0;
	text-align:center;
}
#syaken .syaken03 span{
	font-size: 14px;
	font-weight: bold;
}

/* 100項目点検 安心の車検 ---------------------------------------*/
#tenken .pageKv span{
	font-size: 18px;
	line-height: 1.2;
	display: block;
	color: #B6000F;
}
#tenken .tenken01 .contentTitle,
#tenken .tenken02 .contentTitle,
#tenken .tenken03 .contentTitle,
#tenken .tenken04 .contentTitle{
	background-color: #E6E6E6;
	display: block;
	font-size: 20px;
	padding-left: 60px;
	font-weight: bold;
	height: 50px;
	line-height: 50px;
	background-repeat: no-repeat;
	background-position: 10px center;
	font-weight: bold;
	color: #222;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	background: url(../img/page/06_1-01img.png),linear-gradient(90deg,#B6000F 50px,#E6E6E6 0%);
	background-repeat: no-repeat,no-repeat;
	background-position: 1.6%;
}
#tenken .tenken01 .content01,
#tenken .tenken01 .content02{
	width: 696px;
	margin: 20px auto;
	position: relative;
	padding: 40px 50px;
	border: 3px solid #C6C6C6;
}
#tenken .tenken01,
#tenken .tenken02,
#tenken .tenken03,
#tenken .tenken04{
	margin-bottom: 50px;
}
#tenken .tenken01 .content01 p{
	font-size: 18px;
	font-weight: bold;
}
#tenken .tenken01 .content01 span{
	color: #B6000F;
}
#tenken .tenken01 .content01 .tenkenImg{
	position: absolute;
	right: 40px;
	top: 20px;
}
#tenken .tenken01 .content01 .content01Img{
	display: flex;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	margin-top: 50px;
	justify-content: space-between;
}
#tenken .tenken01 .content01 .content01Img div{
	width: 160px;
	margin-bottom: 20px;
}
#tenken .tenken01 .content01 .content01Img p{
	font-size: 14px;
	font-weight: 100;
	text-align: center;
	margin-top: 5px;
}
#tenken .tenken02 .content02,
#tenken .tenken03 .content03,
#tenken .tenken04 .content04{
	display: flex;
	margin-top: 25px;
}
#tenken .tenken02 .content02 .content02Img p{
	font-size: 14px;
	font-weight: bold;
	margin-right: 30px;
}
#tenken .tenken02 .content02 .content02Img img{
	margin-top: 20px;
}
#tenken .tenken02 .content02 .content02Img a:hover{
	opacity: 0.7;
}
#tenken .tenken02 .content02 .content02Img01{
	margin-right: 10px;
}
#tenken .tenken03 .content03 p,
#tenken .tenken04 .content04 p{
	font-size: 14px;
	font-weight: bold;
	margin-right: 20px;
}
#tenken .tenken03 .content03 .content03Link{
	border: 2px solid #B6000F;
	width: 296px;
	font-size: 15px;
	font-weight: bold;
	text-align: center;
	margin: 20px 0;
}
#tenken .tenken03 .content03 .content03Link a{
	color: #B6000F;
	display: block;
	padding: 10px;
}
#tenken .tenken03 .content03 .content03Link a:hover{
	opacity: 0.7;
}

/* お客様からの感動の声 ---------------------------------------*/
#voice .pageKv{
	margin: 15px 0;
	position: relative;
}
#voice .pageKv h2{
	font-size: 32px;
	font-weight: bold;
	color: #B6000F;
}
#voice .pageKv img{
	position: absolute;
	bottom: -20px;
	right: 0;
}
#voice .pageWrapper section:nth-child(2){
	display: flex;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	margin-top: 40px;
	justify-content: space-between;
}
#voice .voiceContent{
	width: 236px;
	height: 144px;
	border: 2px solid #B6000F;
	display: flex;
	-webkit-align-items: center;
	-webkit-justify-content: center;
	align-items: center;
	justify-content: center;
	font-size: 14px;
	font-weight: bold;
	padding: 0 25px;
	margin-bottom: 15px;
}
/* 店舗案内 ---------------------------------------*/
#shop .pageKv span{
	font-size: 18px;
	line-height: 1.2;
	display: block;
	color: #B6000F;
}

#shop .pageWrapper{
	width: 1080px;
}
#shop .shop01{
	display: flex;
	justify-content: space-between;
}
#shop .shop01 .content01{
	width: 536px;
}
#shop .shop01 .content01 li{
	height: 59px;
	border-top: 1px solid #989898;
	background: linear-gradient(90deg,#EFEFEF 148px,#FFF 0%);
	line-height: 60px;
}
#shop .shop01 .content01 li:last-child{border-bottom: 1px solid #989898;}
#shop .shop01 .content01 dl{
	border-top: 1px solid #989898;
	display: block;
	box-sizing: border-box;
}
#shop .shop01 .content01 dl:last-child{border-bottom: 1px solid #989898;}

#shop .shop01 .content01 dl dt{
	width: 148px;
	display: inline-block;
	text-align: center;
	background: #EFEFEF;
	font-size: 16px;
	margin-right: 20px;
	padding: 17.5px 0;
}
#shop .shop01 .content01 dl dd{
	display: inline-block;
	padding: 17.5px 0;
}
#shop .shop01 .content02 img:first-child{margin-bottom: 10px;}
#shop .shop02{margin-top: 50px;}
#shop .shop02 iframe{
	width: 1080px;
	height: 500px;
}


@media screen and (max-width: 768px){

	#system .pageMovie {
		display: block;
	}
	#touch_area{
		width: 100%;
	}

	#system .pageKv h2, #knowledge .pageKv h2, #tenken .pageKv h2, #shop .pageKv h2{
		font-size: 28px;
		margin: 20px 0;
	}

	#system .pageKvImg {
		display: block;
		margin: 0 auto 20px;
		width : -webkit-calc(100% - 40px) ;
		width : calc(100% - 40px) ;
	}
	#system .pageKvImg img{
		margin: 0 0 10px;
	}

	#system .pageKvContent {
		display: block;
		border: none;
		width : -webkit-calc(100% - 40px) ;
		width : calc(100% - 40px) ;
		height: auto;
		margin:0 auto 10px;
	}
	#system .pageKvContentWrapper {
		display: block;
		margin: 0;
	}
	#system .movieBlock{
		width : -webkit-calc(100% - 40px) ;
		width : calc(100% - 40px) ;
		display: block;
		margin:0 auto;
	}
	#system .pageMovieTitle{padding: 15px 0 10px;}
	#system .pageMovieTitle img{
		width: 78%;
		display: block;
		margin: 0 auto;
	}

	.movieBlock .pageMovie .pageMovieContent{
		position: relative;
		display: block;
		width: 100%;
		padding-top: 56.25%;
	}
	.movieBlock .pageMovie .pageMovieContent iframe{
		position: absolute;
		top: 0;
		right: 0;
		width: 100% !important;
		height: 100% !important;
	}
	.movieBlock p.inSentence{
		display: block;
		text-align:center;
		font-size:14px;
		font-weight:bold;
		margin: 0 0 15px;
	}

	#system .demo{
		margin: 15px 0 0;
		border-top: 2px solid #c8c8c8;
		border-left: none;
		border-right: none;
		border-bottom: none;
		padding: 25px 20px;
		height: auto;
	}

	#system .demoTitle {
		background: none;
		border-radius: 0;
		padding: 0;
		width: 88%;
		display: block;
		margin: 0 auto 10px;
	}

	#system .demo p {
		text-align: center;
		font-size: 14px;
		font-weight: normal;
		line-height: 1.7em;
	}

	#tabs{display: block;}
	#touch_img{margin-top: 15px;}

	#touch_menu {
		width: 100%;
		padding: 20px 0 0 0;
		position: relative;
		top: auto;
		right: auto;
		z-index: 10;
	}
	#touch_menu li{font-size: 13px;}
	#touch_menu li a{
		height: 36px;
		padding-left: 35px;
		padding-top: 9px;
	}
	#touch_menu li a span{
		transform: scale(0.94, 1);
		display: block;
		text-align: left;
	}
	#touch_img .img img{
		width: 100%;
		height: auto;
	}


	.knowledge01ContentWrapper{
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		width : -webkit-calc(100% - 60px) ;
		width : calc(100% - 60px) ;
		margin: 20px auto;
	}

	#knowledge .pageKv span {font-size: 16px;}
	#knowledge .knowledge01{
		width : -webkit-calc(100% - 20px) ;
		width : calc(100% - 20px) ;
		display: block;
		margin: 0 auto;
		background: none;
	}
	.knowledge01ContentWrapper .knowledge01Content{
		width: 48%;
		margin-bottom: 15px;
	}
	.knowledge01ContentWrapper .knowledge01Content .font12{font-size: 14px;}
	.knowledge01 h2{
		background: url(../img/page/bg_h2_knowledge01.png) no-repeat top left;
		background-size: 100%;
		padding-left: 40px;
		font-size: 3.7vw;
		font-weight: bold;
		line-height: 14px;
		padding: 3vw 0 3vw 11vw;
	}


	#knowledge .knowledge02{
		width : -webkit-calc(100% - 20px) ;
		width : calc(100% - 20px) ;
		display: block;
		margin: 0 auto 40px;
		background: none;
	}
	.knowledge02 h2{
		background: url(../img/page/bg_h2_knowledge02.png) no-repeat top left;
		background-size: 100%;
		padding-left: 40px;
		font-size: 3.7vw;
		font-weight: bold;
		line-height: 14px;
		padding: 3vw 0 3vw 11vw;
	}

	.knowledge01Content p{margin: 7px 0 10px;}
	.knowledge01Img{
		width: 100%;
		height: auto;
		border:none;
	}
	.knowledge01Img img{position: relative;}
	.knowledge01 h2, .knowledge02 h2, .knowledge03 h2, .knowledge04 h2, .knowledge05 h2{left: 0;}
	.knowledge02Catch {
		border: none;
		border-radius: 0;
		padding: 0;
		margin: 15px 0;
	}

	.knowledge02ContentWrapper {
		display: block;
		width : -webkit-calc(100% - 60px) ;
		width : calc(100% - 60px) ;
		display: block;
		margin: 0 auto;
	}

	.knowledge02Content{
		width: 100%;
		margin-bottom: 15px;
		padding: 15px 25px;
		height: auto;
	}
	.knowledge02Content img{width: 89px;}
	.knowledge02Content .knowledge02ContentObl {
		background: #B6000F;
		border-radius: 20px;
		width: 106px;
		height: 26px;
		color: #FFF;
		font-size: 14px;
		font-weight: bold;
		align-items: center;
		display: inline-flex;
		justify-content: center;
		margin: 6px 0 12px;
	}
	.knowledge02Content p {
		font-size: 13px;
		font-weight: normal;
	}

	.knowledge04ContentWrapper {
		display: block;
		margin: 20px 0 30px 0;
	}

	.knowledge02Content .knowledge02ContentAny{
		border-radius: 20px;
		width: 106px;
		height: 26px;
		color: #FFF;
		font-size: 14px;
		font-weight: bold;
		align-items: center;
		display: inline-flex;
		justify-content: center;
		margin: 6px 0 12px;
	}

	#knowledge .knowledge03 {
		width: -webkit-calc(100% - 20px);
		width: calc(100% - 20px);
		display: block;
		margin: 0 auto 30px;
		background: none;
	}
	.knowledge03 h2 {
		background: url(../img/page/bg_h2_knowledge03.png) no-repeat top left;
		background-size: 100%;
		padding-left: 40px;
		font-size: 3.7vw;
		font-weight: bold;
		line-height: 14px;
		padding: 3vw 0 3vw 11vw;
	}
	.knowledge03 p{
		margin: 10px 0 0;
		font-size: 14px;
		line-height: 1.7em;
		font-weight: normal;
	}

	#knowledge .knowledge04 {
		width: -webkit-calc(100% - 20px);
		width: calc(100% - 20px);
		display: block;
		margin: 0 auto 40px;
		background: none;
	}
	.knowledge04 h2 {
		background: url(../img/page/bg_h2_knowledge04.png) no-repeat top left;
		background-size: 100%;
		padding-left: 40px;
		font-size: 3.7vw;
		font-weight: bold;
		line-height: 14px;
		padding: 3vw 0 3vw 11vw;
	}
	.knowledge04 p {
		font-size: 14px;
		line-height: 1.7em;
		font-weight: normal;
		margin: 10px 0 10px;
	}
	.knowledge04Content{
		width: 310px;
		display: block;
		margin: 0 auto;
	}
	.knowledge04Content .knowledge04ContentDetial01 li, .knowledge04Content .knowledge04ContentDetial02 li{
		letter-spacing: 0.5px;
		margin-left: 5px;
		text-indent: -1.4em;
	}

	.knowledge04Content .knowledge04ContentUser{
		width: 100%;
		height: 60px;
		padding: 10px 0;
		line-height: 32px;
	}
	.knowledge04Content .knowledge04ContentDetial01{
		height: auto;
		padding-bottom: 30px;
		border-bottom: none;
	}

	.knowledge04Content.list02{margin:0 auto 30px;}
	.knowledge04Content.list02 .knowledge04ContentDetial01{
		height: auto;
		padding-bottom: 15px;
		border-bottom: 1px solid #C6C6C6;
	}
	.knowledge04Content.list02 .knowledge04ContentDetial02{
		height: auto;
		padding-bottom: 15px;
	}
	.knowledge04ContentDetial03ImgGray{
		width: 271px;
		display: block;
		margin: 0 auto;
		padding: 12px 0px;
	}
	.knowledge04ContentDetial03ImgGray p{
		text-align:center;
		font-size: 16px;
		font-weight:bold;
		margin: 0;
	}

	.knowledge04Content .knowledge04ContentAuth{
		width: 100%;
		height: 60px;
		padding: 10px 0;
		line-height: 32px;
	}
	.knowledge04Content .knowledge04ContentDesi{
		width: 100%;
		height: 60px;
		padding: 10px 0;
		line-height: 32px;
	}

	.knowledge04Content.list03 .knowledge04ContentDetial01{
		border-bottom: 1px solid #C6C6C6;
		padding-bottom: 15px;
	}
	.knowledge04ContentDetial03ImgRed{
		width: 271px;
		display: block;
		margin: 0 auto;
		padding: 12px 0px;
	}
	.knowledge04ContentDetial03ImgRed p{
		text-align:center;
		font-size: 16px;
		font-weight:bold;
		margin: 0;
	}
	.knowledge04Content.list03 .knowledge04ContentDetial02{
		height: auto;
		padding-bottom: 15px;
	}

	#knowledge .knowledge05 {
		width: -webkit-calc(100% - 20px);
		width: calc(100% - 20px);
		display: block;
		margin: 0 auto 40px;
		background: none;
	}
	.knowledge05 h2 {
		background: url(../img/page/bg_h2_knowledge05.png) no-repeat top left;
		background-size: 100%;
		padding-left: 40px;
		font-size: 3.7vw;
		font-weight: bold;
		line-height: 14px;
		padding: 3vw 0 3vw 11vw;
		margin-bottom: 10px;
	}
	.knowledge05 p {
		font-size: 14px;
		font-weight: normal;
		line-height: 1.7em;
		margin: 0 0 15px;
	}

	#syaken .pageKv .kv {
		display: block;
		margin: 0 auto;
		width: 315px;
		padding: 25px 0 20px;
	}
	#syaken .syaken01.sp{
		width: -webkit-calc(100% - 60px);
		width: calc(100% - 60px);
		display: block;
		margin: 0 auto 25px;
		border:none;
		padding: 0;
	}
	#syaken .syaken01.sp .innerBox{
		border: 1px solid #C6C6C6;
		box-sizing: border-box;
		padding: 20px 25px;
		margin-bottom: 25px;
	}
	#syaken .syaken01.sp h2{
		font-size: 18px;
	}
	#syaken .syaken01.sp p{
		font-size: 14px;
		line-height: 1.6em;
		margin: 10px 0 0;
	}
	img.flowMainImg{margin: 0 0 40px;}

	.syaken02.sp{
		width: -webkit-calc(100% -20px);
		width: calc(100% - 20px);
		display: block;
		margin: 0 auto;
	}
	#syaken .syaken02.sp .contentTitle{
		background-color: #efefef;
		display: block;
		color: #222;
		height: auto;
		background: url(../img/page/04_2-01img_sp.png) no-repeat top left;
		background-size: 100%;
		padding-left: 40px;
		font-size: 3.7vw;
		font-weight: bold;
		line-height: 14px;
		padding: 3.2vw 0 3.3vw 11vw;
		margin-bottom: 15px;
	}

	.syaken02.sp .flow01{
		background:url(../img/page/bg_flow_01_sp.png) no-repeat top center;
		background-size: 100%;
		height: 27.6vw;
		position: relative;
	}
	.syaken02.sp .flow01 p{
		position: absolute;
		top:11.2vw;
		text-align:center;
		font-size: 3.5vw;
		line-height: 1.38em;
		width: 100%;
	}

	.syaken02.sp .flow02{
		background:url(../img/page/bg_flow_02_sp.png) no-repeat top center;
		background-size: 100%;
		height: 62.2vw;
		position: relative;
	}
	.syaken02.sp .flow02 p{
		position: absolute;
		top:11.2vw;
		text-align:center;
		font-size: 3.5vw;
		line-height: 1.38em;
		width: 100%;
	}
	.syaken02.sp .flow02 .innerBox{
		position: absolute;
		top: 23.2vw;
		left: 0;
		right: 0;
		background: #f4d9db;
		line-height: 1.38em;
		width: 83%;
		display: block;
		margin: 0 auto;
		border-radius: 12px;
		padding: 3.2vw 0;
	}
	.syaken02.sp .flow02 .innerBox strong{
		display: block;
		text-align:center;
		font-size: 3.5vw;
		margin-bottom: 2%;
		color: #b6000f;
	}
	.syaken02.sp .flow02 .innerBox ul{
		width: 70%;
		display: block;
		margin: 0 0 0 17vw;
	}
	.syaken02.sp .flow02 .innerBox ul li{
		font-size: 3.5vw;
		display: inline-block;
		line-height: 1.6em;
	}
	.syaken02.sp .flow02 .innerBox ul li:nth-child(1),.syaken02.sp .flow02 .innerBox ul li:nth-child(3){width: 36%;}
	.syaken02.sp .flow02 .innerBox ul li:nth-child(2),.syaken02.sp .flow02 .innerBox ul li:nth-child(4){width: 48%;}
	.syaken02.sp .flow02 .innerBox ul li:nth-child(5){width: 100%;}
	.syaken02.sp .flow02 .innerBox ul li span{
		display: inline-block;
		color:#b6000f;
		padding-right: 3px;
	}

	.syaken02.sp .flow03{
		background:url(../img/page/bg_flow_03_sp.png) no-repeat top center;
		background-size: 100%;
		height: 56.4vw;
		position: relative;
	}
	.syaken02.sp .flow03 p{
		position: absolute;
		top:11.8vw;
		text-align:center;
		font-size: 3.5vw;
		line-height: 1.38em;
		width: 100%;
	}

	.syaken02.sp .flow04{
		background:url(../img/page/bg_flow_04_sp.png) no-repeat top center;
		background-size: 100%;
		height: 70.8vw;
		position: relative;
	}
	.syaken02.sp .flow04 p{
		position: absolute;
		top:12vw;
		text-align:center;
		font-size: 3.5vw;
		line-height: 1.38em;
		width: 100%;
	}

	.syaken02.sp .flow05{
		background:url(../img/page/bg_flow_05_sp.png) no-repeat top center;
		background-size: 100%;
		height: 96.8vw;
		position: relative;
	}
	.syaken02.sp .flow05 p{
		position: absolute;
		top: 55.4vw;
		left: 3vw;
		text-align: center;
		font-size: 3.5vw;
		line-height: 1.38em;
		width: 77%;
	}
	.syaken02.sp .flow05 p strong{
		display: block;
		font-size: 22px;
		font-weight: bold;
		line-height: 1.27em;
		margin:8px 0;
		color: #b6000f;
	}

	.syaken02.sp .flow06{
		background:url(../img/page/bg_flow_06_sp.png) no-repeat top center;
		background-size: 100%;
		height: 39vw;
		position: relative;
	}
	.syaken02.sp .flow06 p{
		position: absolute;
		top: 12vw;
		left: 19vw;
		text-align: center;
		font-size: 3.5vw;
		line-height: 1.38em;
		width: 77%;
	}

	.syaken02.sp .flow07{
		background:url(../img/page/bg_flow_07_sp.png) no-repeat top center;
		background-size: 100%;
		height: 33.7vw;
		position: relative;
	}
	.syaken02.sp .flow07 p{
		position: absolute;
		top: 12vw;
		left: 19vw;
		text-align: center;
		font-size: 3.5vw;
		line-height: 1.38em;
		width: 77%;
	}

	.syaken02.sp .flow08{
		background:url(../img/page/bg_flow_08_sp.png) no-repeat top center;
		background-size: 100%;
		height: 31.3vw;
		position: relative;
	}
	.syaken02.sp .flow08 p{
		position: absolute;
		top: 12vw;
		left: 19vw;
		text-align: center;
		font-size: 3.5vw;
		line-height: 1.38em;
		width: 77%;
	}

	#syaken .syaken03{margin:20px 0;}
	#syaken .syaken03 span{font-weight: normal;}

	#tenken .pageKv span{line-height: 1.5em;}
	#tenken .tenken01, #tenken .tenken02, #tenken .tenken03, #tenken .tenken04{
		display: block;
		margin: 0 auto 12%;
		width : -webkit-calc(100% - 30px) ;
		width : calc(100% - 30px) ;
	}
	#tenken .tenken01 .content01, #tenken .tenken01 .content02{
		width: 100%;
		padding: 0;
		border:none;
	}
	#tenken .tenken01 .content01 .tenkenImg{
		position: relative;
		top: 0;
		right: 0;
		width: 50%;
		display: block;
		margin: 0 auto 6%;
	}

	#tenken .tenken01 .contentTitle,#tenken .tenken02 .contentTitle,#tenken .tenken03 .contentTitle,#tenken .tenken04 .contentTitle{
		height: auto;
		line-height: 1.6em;
		font-size: 14px;
		padding: 2% 0 2% 43px;
		background: url(../img/page/06_1-01img.png) center left 9px/18px,linear-gradient(90deg,#B6000F 35px,#E6E6E6 0%);
		background-repeat: no-repeat,no-repeat;
	}

	#tenken .tenken01 .content01 p{
		font-size: 15px;
		line-height: 1.8em;
	}
	#tenken .tenken01 .content01 .content01Img{margin-top: 5%;}
	#tenken .tenken01 .content01 .content01Img div{width: 48%;}
	#tenken .tenken01 .content01 .content01Img p{
		font-size: 13px;
		font-weight: normal;
		line-height: 1.38em;
	}
	#tenken .tenken02 .content02, #tenken .tenken03 .content03, #tenken .tenken04 .content04{
		display: block;
		margin-top: 5%;
	}
	#tenken .tenken02 .content02 .content02Img p{
		margin: 3% 0 3%;
		font-weight: normal;
		line-height: 1.71em;
	}
	#tenken .tenken02 .content02 .content02Img01{
		margin:0 auto 0;
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	#tenken .tenken02 .content02 .content02Img01 img{
		width: 48%;
		height: 100%;
	}
	#tenken .tenken02 .content02 a img{
		display: block;
		margin:0 auto;
	}
	#tenken .tenken03 .content03 img{
		display: block;
		margin:0 auto;
	}
	#tenken .tenken03 .content03 p, #tenken .tenken04 .content04 p{
		font-size: 14px;
		font-weight: normal;
		margin:5% 0;
	}
	#tenken .tenken03 .content03 .content03Link{
		display: block;
		margin:0 auto;
	}
	#tenken .tenken04 .content04 img{
		display: block;
		margin:0 auto;
	}

	#voice .pageKv{margin: 15px 0 10px;}
	#voice .pageKv h2{
		font-size: 20px;
		text-align: center;
		font-weight: bold;
		margin-top: 22px;
	}

	#voice .pageKv img{
		position: relative;
		width: 150px;
		display: block;
		margin:0 auto;
		bottom: 0;
		right: 0;
	}
	#voice .pageWrapper section:nth-child(2){
		margin-top: 0;
		display: block;
		margin: 0 auto 12%;
		width : -webkit-calc(100% - 40px) ;
		width : calc(100% - 40px) ;
	}
	#voice .voiceContent{
		width: 100%;
		padding: 24px 22px;
		box-sizing: border-box;
		height: auto;
		font-weight: normal;
		line-height: 1.74em;
	}

	#shop .pageWrapper{
		display: block;
		margin: 0 auto 12%;
		width : -webkit-calc(100% - 30px) ;
		width : calc(100% - 30px) ;
	}
	#shop .shop01{display: block;}
	#shop .shop01 .content01{
		width: 100%;
		margin-bottom: 6%;
	}
	#shop .shop01 .content01 dl dt{
		width: 30%;
		display: inline-block;
		font-size: 14px;
		margin-right: 3%;
		padding: 6% 0;
	}
	#shop .shop01 .content01 dl dd{
		font-size: 14px;
		width: 67%;
		padding: 6% 0;
	}
	#shop .shop01 .content01 dl dd.double{
		padding: 0;
		vertical-align: middle;
	}
	#shop .shop02{margin-top: 5%;}
	#shop .shop02 iframe{
		width: 100%;
		height: auto;
		min-height: 350px;
	}


}


/* iphone5 iphoneSE用 */
@media screen and (max-width: 370px){
	#touch_menu li {
		font-size: 11px;
	}
}