@charset "utf-8";
/* CSS Document */


/* #＃＃### 共通項目 ＃＃#### */

/* ## menu ## */
#menu ul.nMenu > li a {
	background-color: #fcfcfc;
}

/* submit box */
.subBox {
	text-align: center;
	padding: 0 0 24px 0;
}
.subBox input[type="submit"] {
	width: 50%;
}

/* ## category title ## */
h2.cTitle {
	background-image: url(../img/service_h2.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 100%;
}

.service h3.tTitle {
	margin-bottom: 14px;
}
.svBox {
	width: 100%;
	box-sizing: border-box;
	background-color: #ffffff;
	margin-bottom: 24px;
}
.svBox h4 {
	font-weight: bold;
}
.svBox p.prologe {
	font-size: 16px;
	line-height: 1.8;
	margin-bottom: 24px;
}

/* ## support.php ## */
h3.sp_title {
	width: 100%;
	box-sizing: border-box;
	margin-bottom: 14px;
}
h3.sp_title img {
	max-width: 100%;
}
.svBox .supImg {
	max-width: 100%;
	margin-bottom: 14px;
}
.service .prologe {
	font-size: 20px;
	color: #dc3442;
	margin-bottom: 14px;
}
.imgRight {
	margin:  0 0 10px 0;
	float: right;
}
.imgCentr {
	max-width: 100%;
	text-align: center;
	margin-bottom: 14px;
}
.imgBox {
	max-width: 100%;
	box-sizing: border-box;
	text-align: center;
	margin: 14px auto;
	padding: 0 10px;
}
.imgBox.box2 {
	padding: 0;
}
.imgBox img {
	max-width: 100%;
}

/* ## purchase.php ## */
.purchase h4 {
	color: #3d85cc;
	font-size: 24px;
	font-weight: normal;
	text-align: center;
}
.flexslider:before {
    content:"";
    display: block;
    padding-top: 36.92%;
}
.buyBox a {
	width: 100%;
	max-width: 840px;
	box-sizing: border-box;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #ed6f00), color-stop(0.00, #eda600));
	background: -webkit-linear-gradient(top, #eda600 0%, #ed6f00 100%);
	background: -moz-linear-gradient(top, #eda600 0%, #ed6f00 100%);
	background: -o-linear-gradient(top, #eda600 0%, #ed6f00 100%);
	background: -ms-linear-gradient(top, #eda600 0%, #ed6f00 100%);
	background: linear-gradient(top, #eda600 0%, #ed6f00 100%);
	-ms-filter:"progid:DXImageTransform.Microsoft.gradient(GradientType=0,startcolorstr=#eda600, endcolorstr=#ed6f00))";
	zoom: 1;
	color: #ffffff;
	border-radius: 14px;
	margin: 14px auto 24px auto;
	padding: 20px 24px 20px 40px;
	display: block;
	position: relative;
}
.buyBox a h3 {
	font-size: 24px;
	font-weight: bold;
}
.buyBox a i {
	font-size: 18px;
	position: absolute;
	top: 40%;
	right: 14px;
}
.buyBox a:hover {
	background-color: #eda600;
	opacity: 0.84;
	text-decoration: none;
}

.bmLogo {
	margin-bottom: 44px;
	overflow: hidden;
}
.bmLogo li {
	width: 140px;
	box-sizing: border-box;
	text-align: center;
	display: inline-block;
	padding: 4px 4px;
}
.bmLogo li img {
	max-width: 100%;
	max-height: 54px;
	box-sizing: border-box;
	vertical-align: bottom;
}

.btBox2 {
	width: 100%;
	box-sizing: border-box;
	border-radius: 8px;
	background-color: #eae8dd;
	margin-bottom: 24px;
	overflow: hidden;
}
/* clearfix */
.btBox2:after {
  content: "";
  clear: both;
  display: block;
}

.btBox2 .boxF {
	width: 50%;
	box-sizing: border-box;
	float: left;
	overflow: hidden;
}
.btBox2 .boxF img {
	width: 100%;
	vertical-align: bottom;
}

.btBox2 .boxS {
	width: 50%;
	box-sizing: border-box;
	text-align: left;
	padding: 44px;
	float: left;
}
.btBox2 .boxS h4 {
	font-size: 30px;
	font-weight: bold;
	color: #242424;
	text-align: left;
	border: none;
	margin-bottom: 24px;
}
.btBox2 .boxS p {
	font-size: 16px;
	line-height: 1.8;
}
.btBox2 .boxS .point {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 14px;
}
.btBox2 .boxS .point span {
	font-size: 34px;
}

.btBox2.leftTitle .boxF {
	float: right;
}
.btBox2.leftTitle .boxS {
	float: left;
}

.attUl {
	width: 74%;
	height: 100px;
	box-sizing: border-box;
	text-align: center;
	margin: 0 auto;
	overflow: hidden;
}
.attUl li {
	width: 45%;
	max-width: 400px;
	box-sizing: border-box;
	padding: 0 24px;
	display: inline-block;
}
.attUl li a {
	width: 100%;
	font-weight: bold;
	font-size: 16px;
	color: #444444;
	background-color: #ffffff;
	border: solid 2px #dcdcdc;
	border-radius: 24px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all  0.3s ease;
	margin: 0 auto;
	padding: 14px 14px;
	position: relative;
	display: block;
}
.attUl li a i {
	color: #2580f0;
	margin-top: 4px;
	position: absolute;
	top: 28%;
	right: 22px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

/* ## attention ## */
section#main.attention {
	max-width: 980px;
	margin: 0 auto;
}
section#main.attention .inner {
	margin-bottom: 54px;
	overflow: hidden;
}

.attention p.intro {
	text-align: center;
	font-size: 16px;
	line-height: 2;
	margin-bottom: 24px;
}
.attention .boxSf {
	width: 46%;
	box-sizing: border-box;
	float: left;
}
.attention .boxSm {
	width: 8%;
	height: 244px;
	box-sizing: border-box;
	text-align: center;
	padding-right: 14px;
	float: left;
	position: relative;
}
.attention .boxSm:before {
	font-size: 68px;
	color: #2580f0;
	text-align: center;
	font-family: FontAwesome;
	content: "\f0da";
	position: absolute;
	top: 46%;
}
.attention .boxSs {
	width: 46%;
	box-sizing: border-box;
	float: left;
}
.attention .boxSs .batIll {
	width: 100%;
	max-width: 180px;
	box-sizing: border-box;
	margin: 0 0 4px 10px;
	float: right;
}
.attention .boxSs .batSml {
	width: 26px;
	vertical-align: bottom;
}

.attention .atTable01 {
	width: 100%;
	border-collapse: collapse;
	background-color: #eae8dd;
	box-sizing: border-box;
}
.attention .atTable01 th {
	color: #ffffff;
	font-size: 18px;
	background-color: #999999;
	padding: 8px 14px;
}
.attention .atTable01 td {
	line-height: 1.8;
	height: 228px;
	padding: 4px 14px;
}
.attention .atTable01 {
	width: 100%;
	border: solid 1px #dcdcdc;
	border-collapse: collapse;
	background-color: #eae8dd;
	box-sizing: border-box;
}
.attention .atTable02 {
	width: 100%;
	border-collapse: collapse;
	background-color: #eae8dd;
	box-sizing: border-box;
}
.attention .atTable02 th {
	color: #ffffff;
	font-size: 18px;
	background-color: #4196ff;
	padding: 10px 8px;
}
.attention .atTable02 td {
	font-size: 18px;
	font-weight: bold;
	line-height: 1.8;
	height: 228px;
	padding: 4px 24px;
}

/* ## attention visit ## */
.attention #visit.inner {
	width: 100%;
	max-width: 980px;
	box-sizing: border-box;
	margin: 0 auto;
}
.attention .avBox {
	width: 100%;
	max-width: 980px;
	box-sizing: border-box;
	border-radius: 18px;
	background-color: #dcdcdc;
	margin-bottom: 14px;
	padding: 18px 24px;
	overflow: hidden;
}
.attention .avBox h4 {
	color: #d81e52;
	font-size: 24px;
	font-family: "proxima-nova", YakuHanJP, "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", Meiryo, sans-serif;
	font-weight: bold;
	margin-bottom: 8px;
}

.attention .avBox .batSml {
	width: 128px;
	vertical-align: bottom;
	margin: 0 0 0 14px;
	float: right;
}
.attention .avBox #illat01.batSml {
	width: 100px;
}
.attention .avBox #illat02.batSml {
	width: 64px;
}
.attention .avBox #illat04.batSml {
	width: 100px;
}

/* ## inspection.php ## */
.inspe h4 {
	font-size: 16px;
	margin-bottom: 14px;
}
.inspe ul.disc {
	margin: 0 0 24px 0;
}
.siRight {
	width: 100%;
	box-sizing: border-box;
}
.siRight img {
	width: 100%;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.siRight img:hover {
	opacity: 0.74;
}
.svBox .boxL {
	width: 100%;
	box-sizing: border-box;
}
.svBox .boxL .sfBox {
	border-bottom: dotted 1px #cccccc;
	padding: 4px 0;
	overflow: hidden;
}
.svBox .boxL .sfBox:last-child {
	border-bottom: none
}
.svBox .boxL .sfLeft {
	width: 34%;
	box-sizing: border-box;
	float: left;
}
.svBox .boxL .sfLeft img {
	width: 100%;
	vertical-align: bottom;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.svBox .boxL .sfLeft img:hover {
	opacity: 0.74;
}
.svBox .boxL .sfRight {
	width: 66%;
	box-sizing: border-box;
	padding-left: 14px;
	float: left;
}
.inspe .sfRight h4 {
	font-size: 16px;
	font-weight: normal;
	border-radius: 6px;
	text-align: center;
	border: solid 1px #242424;
	padding: 2px 4px;
}
.svBox .boxR {
	width: 100%;
	box-sizing: border-box;
}
.svBox .boxR th {
	padding: 8px 0;
}
.svBox .boxR td {
	text-align: center;
	padding: 8px 0;
}

/* ## oasis ## */
.oasis table {
	margin-top: 8px;
}
.oasis table th {
	width: 18%;
	padding: 8px 0;
}
.oasis table td {
	padding: 8px 8px 8px 14px;
}
.oasis table td iframe {
	width: 100%;
	height: 300px;
}

/* ## rent ## */
.exp {
	font-size: 16px;
	margin: 14px 0;
	overflow: hidden;
}
.rLogo {
	max-width: 100%;
}
.rbWrapp {
	border-left: solid 1px #cccccc;
	margin: 24px 0 44px 0;
	overflow: hidden;
}
.rbBox {
	width: 33.44%;
	box-sizing: border-box;
	border: solid 1px #cccccc;
	border-left: none;
	text-align: center;
	margin: -1px 0 0 -1px;
	float: left;
}
.rbBox a {
	width: 100%;
	box-sizing: border-box;
	padding: 8px;
	display: block;
}
.rbBox a:hover {
	background-color: #f4f4f4;
}
.rntBox {
	text-align: center;
	padding: 24px 0;
}
.rntBox a {
	width: 100%;
	box-sizing: border-box;
	border: solid 1px #dcdcdc;
	padding: 8px 0;
	display: block;
}
.rntBox img {
	max-width: 100%;
}
h5.rsTitle {
	font-size: 16px;
	text-align: center;
	background-color: #dcdcdc;
	border: solid 1px #cccccc;
	border-left: none;
	padding: 8px;
}

/* ## hakone ## */
.evifBox {
	width: 100%;
	box-sizing: border-box;
	border-radius: 10px;
	border: solid 1px #3d85cc;
	margin: 14px 0;
	overflow: hidden;
}
.evifBox table {
	margin: 0;
}
.evifBox th {
	box-sizing: border-box;
	text-align: center;
	color: #ffffff;
	background-color: #3d85cc;
}
.evifBox td {
	box-sizing: border-box;
	color: #3d85cc;
	padding: 14px;
}

/* ## video ## */
.vWrapp .vdBox {
	width: 50%;
	padding-left: 1%;
	padding-right: 1%;
	box-sizing: border-box;
	overflow: hidden;
	float: left;
}
/* youtube */
.vWrapp .vdBox .utBox {
	border: solid 1px #dcdcdc;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
	background-color: #fcfcfc;
}
.vWrapp .vdBox .utBox h4 {
	font-weight: bold;
	margin-bottom: 8px;
}
.vWrapp .vdBox .utBox .tex {
	padding: 10px 14px 14px 14px;
}
.vWrapp .vdBox .utBox .tex p {
	font-size: 12px;
}
.vWrapp .vdBox iframe {
	width: 100%;
	height: 236px;
}

video {
	width: 100%;
}

.onlineBox {
	text-align: center;
}
.onlineBox p {
	line-height: 2;
	margin-top: 10px;
	margin-bottom: 10px;
}
.onlineBox .disc {
	font-weight: bold;
	text-align: center;
	margin: 10px; 
}
.onlineBox .disc li {
	width: 124px;
	height: 124px;
	font-size: 11px;
	box-sizing: border-box;
	color: #ffffff;
	border-radius: 62px;
	background-color: #19207C;
	margin-right: 10px;
	margin-bottom: 4px;
	padding-top: 50px;
	padding-right: 10px;
	padding-left: 10px;
	display: inline-block;
}
.onlineBox p.prologue {
	font-size: 20px;
	font-weight: bold;
}
.onlineBox p.jisshi {
	width: 70%;
	color: #ffffff;
	line-height: 1.5;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	background-color: #ff718f;
	margin: 24px auto;
	padding: 14px;
}
.onlineBox p.jisshi span {
	font-size: 11px;
}

/* ## garage ## */
.ggBox {
	line-height: 1.5;
}
.ggBox h4 {
	font-size: 40px;
}
.ggBox h4 .sub {
	font-size: 28px;
}
.ggBox .tex {
	font-size: 24px;
}
.ggBox .size {
	width: 100%;
	box-sizing: border-box;
	color: #ffffff;
	border-radius: 14px;
	background-color: #838180;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	margin: 14px 0;
	padding: 10px 4px;
}
.faqBox {
	width: 100%;
	box-sizing: border-box;
	margin-bottom: 14px;
	overflow: hidden;
}
.faqBox .fbWrapp {
	margin-bottom: 10px;
	clear: left;
	overflow: hidden;
}
.faqBox .faqIco {
	color: #ffffff;
	font-size: 24px;
	width: 50px;
	height: 50px;
	box-sizing: border-box;
	background-color: #bc0000;
	border-radius: 25px;
	text-align: center;
	margin-right: 24px;
	padding-top: 8px;
	float: left;
}
.faqBox .faqIco.icoAns {
	background-color: #ffd304;
}
.faqBox h3 {
	width: 90%;
	box-sizing: border-box;
	font-weight: bold;
	border: solid 1px #e4e4e4;
	background-color: #f4f4f4;
	border-radius: 10px;
	text-align: left;
	padding: 14px 14px 14px 24px;
	float: left;
}
.faqBox p {
	width: 90%;
	box-sizing: border-box;
	border: solid 1px #e4e4e4;
	background-color: #f4f4f4;
	border-radius: 10px;
	text-align: left;
	padding: 14px 14px 14px 24px;
	float: left;
}

/* app */
.codeBox {
	width: 100%;
	box-sizing: border-box;
	text-align: center;
}
.codeBox img {
	width: 90px;
	margin-right: 24px;
	vertical-align: bottom;
}
.codeBox p {
	font-size: 18px;
	font-weight: bold;
	line-height: 2;
	text-align: left;
	padding-bottom: 8px;
	display: inline-block;
}
.alUl {
	width: 100%;
	box-sizing: border-box;
	text-align: center;
}
.alUl li {
	width: 100%;
	box-sizing: border-box;
	max-width: 268px;
	display: inline-block;
}
.alUl li img {
	width: 100%;
	box-sizing: border-box;
	vertical-align: bottom;
}

/* ## menkyo ## */
.supBox {
	width: 33.3333%;
	box-sizing: border-box;
	padding: 10px 10px;
	float: left;
	overflow: hidden
}
.supBox a {
	width: 100%;
	height: 248px;
	box-sizing: border-box;
	color: #545454;
	border: solid 1px #cccccc;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #e4e4e4), color-stop(0.00, #ffffff));
	background: -webkit-linear-gradient(top, #ffffff 0%, #e4e4e4 100%);
	background: -moz-linear-gradient(top, #ffffff 0%, #e4e4e4 100%);
	background: -o-linear-gradient(top, #ffffff 0%, #e4e4e4 100%);
	background: -ms-linear-gradient(top, #ffffff 0%, #e4e4e4 100%);
	background: linear-gradient(top, #ffffff 0%, #e4e4e4 100%);
	-ms-filter:"progid:DXImageTransform.Microsoft.gradient(GradientType=0,startcolorstr=#ffffff, endcolorstr=#e4e4e4))";
	zoom: 1;
	padding: 14px;
	display: block;
	position: relative;
}
.supBox a .boxF {
	width: 100%;
	box-sizing: border-box;
	text-align: center;
}
.supBox a .boxF img {
	width: 100%;
	max-width: 174px;
}
.supBox a .boxS h4 {
	color: #3d85cc;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 8px;
}
.supBox a .boxS .date {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 8px;
}
.supBox a .boxS .naiyo {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 8px;
}
.supBox a .boxS .other {
	font-size: 13px;
}
.supBox a .toDet {
	width: 100%;
	box-sizing: border-box;
	text-align: center;
	position: absolute;
	left: 0;
	bottom: 8px;
}
.supBox a .toDet span {
	width: 140px;
	box-sizing: border-box;
	color: #3d85cc;
	font-size: 11px;
	background-color: #ffffff;
	border: solid 1px	#3d85cc;
	border-radius: 10px;
	padding: 2px 14px;
	display: inline-block;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.supBox .utsr {
	font-size: 12px;
	background-color: #888888;
	color: #ffffff;
	border-radius: 2px;
	margin-right: 10px;
	padding: 2px 14px;
}
.supBox .utt {
	font-size: 12px;
	background-color: #00aa68;
	color: #ffffff;
	border-radius: 2px;
	margin-right: 10px;
	padding: 2px 14px;
}

/* 教習所 */
.ksTitle {
	width: 100%;
	box-sizing: border-box;
	background-color: #93f800;
	text-align: center;
	margin-top: 24px;
	margin-bottom: 14px;
	padding: 10px 10px 24px 24px;
}
.ksTitle img {
	width: 100%;
	max-width: 500px;
	vertical-align: bottom;
}

.ksBox {
	width: 23.24%;
	box-sizing: border-box;
	margin: 0.84%;
	float: left;
	position: relative;
}
.ksBox a {
	width: 100%;
	box-sizing: border-box;
	color: #242424;
	display: block;
}
.ksBox a:hover {
	text-decoration: none;
}
.ksBox a h4 {
	color: #242424;
	font-size: 15px;
	font-weight: bold;
	border-top-left-radius: 14px;
	border-bottom-left-radius: 14px;
	background-color: #93f800;
	padding: 4px 18px 4px 14px;
}
.ksBox a .area {
	width: 42px;
	height: 42px;
	box-sizing: border-box;
	font-size: 9px;
	font-weight: bold;
	border-radius: 21px;
	border: solid 2px #242424;
	text-align: center;
	background-color: #ffffff;
	color: #242424;
	padding-top: 14px;
	position: absolute;
	top: -5px;
	right: -8px;
}
.ksBox a .ksTex {
	width: 92.4%;
	box-sizing: border-box;
	background-color: #f4f4f4;
	margin: 0 auto;
	padding: 10px 14px 10px 14px;
}
.ksBox a .tel {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 4px;
}
.ksBox a .add {
	font-size: 14px;
	margin-bottom: 8px;
}
.ksBox a .ksj {
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	color: #ffffff;
	background-color: #ff6701;
	margin-bottom: 4px;
	padding: 2px;
}

/* ## mainte_price.php ## */
.mpBox {
	padding: 0 14px;
}
.mpBox .table02 {
	font-size: 12px;
}
.mpBox .table02 {
	font-size: 12px;
}
.mpBox .table02 th {
	text-align: center;
	padding: 4px 4px;
}
.mpBox .table02 td {
	text-align: center;
	padding: 4px 4px;
}
.mpBox .table02 caption {
	color: #ffffff;
	font-size: 16px;
	text-align: center;
	background-color: #888888;
	margin-top: 8px;
	margin-bottom: 2px;
	padding: 4px 0;
}
.mpBox .ikTex {
    text-align: center;
    font-weight: bold;
    font-size: 18px;
}


/* #### width 359px以下の場合の設定 (for SP Only) #### */
@media (max-width: 359px) {

/* ## rent ## */
.exp {
}
.rbBox {
	width: 100%;
	margin: -1px 0 0 0;
}
h5.rsTitle {
}

/* ## garage ## */
.faqBox h3 {
	width: 80%;
}
.faqBox p {
	width: 80%;
}

}

/* #### width 360px～500pxの場合の設定 (for SP Wide Only) #### */
@media (min-width: 360px) and (max-width: 500px) {

/* ## rent ## */
.exp {
}
.rbBox {
	width: 100%;
	margin: -1px 0 0 0;
}
h5.rsTitle {
}

/* ## garage ## */
.faqBox h3 {
	width: 84%;
}
.faqBox p {
	width: 84%;
}

}

/* ## width 501px～767pxの場合の設定 (for Tub Only) ## */
@media (min-width: 501px) and (max-width: 767px) {

/* ## rent ## */
.exp {
}
.rbBox {
	width: 50.11%;
}
h5.rsTitle {
}

/* ## garage ## */
.faqBox h3 {
	width: 90%;
}
.faqBox p {
	width: 90%;
}
	
}

/* #### width 767px 以下の場合の設定 (for All Mobile Dvices) #### */
@media (max-width: 767px) {

/* ## menu ## */
aside#menu {
	margin-bottom: 24px;
}

/* #### wrapper #### */
#wrapper {
}
section#main {
	padding-top: 10px;
	padding-bottom: 0;
}

.abWrapp {
}

.svBox {
	margin-bottom: 14px;
	padding-left: 10px;
	padding-right: 10px;
}

/* ## support.php ## */
.service .prologe {
	font-size: 14px;
}
.imgRight {
	width: 34%;
}

/* ## history.php ## */
/* dl.dt.dd 設定 */
section#main dl {
}
section#main .hisBox dt {
	font-size: 13px;
	width: 100%;
	padding: 8px 0 0 0;
}
section#main .hisBox dd {
	margin: 0 ;
	padding: 8px 0;
}

/* ## inspectino.php ## */
.inspe h4 {
	font-size: 14px;
	margin-bottom: 8px;
}
.inspe ul.disc {
	margin: 0 0 18px 0;
}
.siRight img:active {
	opacity: 0.74;
}
.svBox .boxL .sfLeft {
	width: 30%;
}
.svBox .boxL .sfLeft img:active {
	opacity: 0.74;
}
.svBox .boxL .sfRight {
	width: 70%;
	padding-left: 8px;
}
.inspe .sfRight h4 {
	font-size: 13px;
}
.svBox .boxR table {
	margin-top: 8px;
}
.svBox .boxR th {
	padding: 4px 0;
}
.svBox .boxR td {
	padding: 4px 0;
}
.svBox p.prologe {
	font-size: 13px;
	line-height: 1.7;
	margin-bottom: 14px;
}
	
/* ## purchase.php ## */
.purchase h4 {
	font-size: 24px;
}
#kaitoriTel {
	width: 100%;
	text-align: center;
	overflow: hidden;
}
#kaitoriTel.nButton a {
	width: 70%;
	font-size: 12px;
	margin: 0 auto 8px auto;
	padding: 8px 0;
}
.buyBox a {
	border-radius: 10px;
	margin: 10px auto;
	padding: 10px 10px 10px 20px;
}
.buyBox a h3 {
	font-size: 16px;
}
.buyBox a i {
	font-size: 14px;
	top: 40%;
	right: 14px;
}
.buyBox a:active {
	background-color: #eda600;
	opacity: 0.84;
	text-decoration: none;
}
.buyBox .bbTex {
	font-size: 10px;
}

.bmLogo {
	margin-bottom: 24px;
}
.bmLogo li {
	width: 84px;
	padding: 4px 4px;
}
.bmLogo li img {
	max-height: 38px;
}
	
.btBox2 {
	width: 96%;
	border-radius: 8px;
	margin: 0 auto 18px auto;
}
	
.btBox2 .boxF {
	width: 100%;
	float: none;
}
.btBox2 .boxF img {
	height: 164px;
	object-fit: cover; /* この一行を追加するだけ！ */
}

.btBox2 .boxS {
	width: 100%;
	padding: 10px 24px 14px 24px;
	float: none;
}
.btBox2 .boxS h4 {
	font-size: 20px;
	margin-bottom: 10px;
}
.btBox2 .boxS p {
	font-size: 12px;
	line-height: 1.6;
}
.btBox2 .boxS .point {
	font-size: 15px;
	margin-bottom: 4px;
}
.btBox2 .boxS .point span {
	font-size: 20px;
}

.attUl {
	width: 100%;
	height: 60px;
}
.attUl li {
	width: 44%;
	max-width: 300px;
	padding: 0 14px;
}
.attUl li a {
	font-size: 11px;
	padding: 10px 8px;
}
.attUl li a:active {
	color: #2580f0;
	opacity: 1;
}
.attUl li a i {
	margin-top: 4px;
	position: absolute;
	top: 28%;
	right: 14px;
}
.attUl li a:active i {
	right: 10px;
}
	
/* ## attention ## */
section#main.attention {
}
section#main.attention .inner {
	margin-bottom: 34px;
	padding-right: 14px;
	padding-left: 14px;
}

.attention p.intro {
	text-align: center;
	font-size: 13px;
	line-height: 1.4;
	margin-bottom: 18px;
}
.attention .boxSf {
	width: 100%;
	float: none;
}
.attention .boxSm {
	width: 100%;
	height: 24px;
	padding-right: 0;
	float: none;
}
.attention .boxSm:before {
	font-size: 34px;
	content: "\f0d7";
	position: absolute;
	top: -4px;
}
.attention .boxSs {
	width: 100%;
	float: none;
}
.attention .boxSs .batIll {
	max-width: 100px;
	margin: 0 0 4px 8px;
}
.attention .boxSs .batSml {
	width: 26px;
}

.attention .atTable01 {
}
.attention .atTable01 th {
	font-size: 14px;
	padding: 8px 8px;
}
.attention .atTable01 td {
	height: auto;
	line-height: 1.7;
	padding: 24px 14px;
}
.attention .atTable01 {
}
.attention .atTable02 {
}
.attention .atTable02 th {
	font-size: 14px;
	background-color: #4196ff;
	padding: 8px 8px;
}
.attention .atTable02 td {
	font-size: 14px;
	line-height: 1.6;
	height: auto;
	padding: 24px 14px;
}


/* ## attention visit ## */
.attention .avBox {
	margin-bottom: 10px;
	padding: 14px 14px;
}
.attention .avBox h4 {
	font-size: 18px;
	margin-bottom: 6px;
}
.attention .avBox .batSml {
	width: 100px;
	margin: 0 0 0 14px;
}
.attention .avBox #illat01.batSml {
	width: 80px;
}
.attention .avBox #illat02.batSml {
	width: 50px;
}
.attention .avBox #illat04.batSml {
	width: 74px;
}
	
/* ## rent ## */
.exp {
	font-size: 12px;
	margin: 14px 0;
	overflow: hidden;
}
.rbBox {
}
h5.rsTitle {
	font-size: 14px;
}

/* ## hakone ## */
.evifBox {
	margin: 14px 0;
}
.evifBox table {
}
.evifBox th {
	width: 50%;
}
.evifBox td {
	font-size: 11px;
	padding: 8px 8px 8px 0;
}

/* ## video ## */
.vWrapp {
	margin-bottom: 10px;
	padding-left: 8px;
	padding-right: 8px;
	overflow: hidden;
}
.vWrapp .vdBox {
	width: 100%;
	text-align: center;
	margin-bottom: 8px;
	padding-left: 0;
	padding-right: 0;
	box-sizing: border-box;
	overflow: hidden;
	float: none;
}

/* youtube */
.vWrapp .vdBox .utBox .tex {
	text-align: left;
}

.onlineBox p {
	margin-top: 8px;
	margin-bottom: 8px;
}
.onlineBox .disc {
	margin: 8px; 
}
.onlineBox .disc li {
	width: 100px;
	height: 100px;
	font-size: 9px;
	border-radius: 50px;
	margin-right: 8px;
	margin-bottom: 4px;
	padding-top: 38px;
	padding-right: 4px;
	padding-left: 4px;
}
.onlineBox p.prologue {
	font-size: 16px;
}
.onlineBox p.jisshi {
	font-size: 14px;
	margin: 18px auto;
	padding: 10px;
}
.onlineBox p.jisshi span {
	font-size: 9px;
}
	
/* ## garage ## */
.ggBox {
	line-height: 1.3;
}
.ggBox h4 {
	font-size: 24px;
	line-height: 1.1;
	margin-bottom: 10px;
}
.ggBox h4 .sub {
	font-size: 14px;
}
.ggBox .tex {
	font-size: 16px;
}
.ggBox .size {
	font-size: 14px;
	margin: 10px 0;
	padding: 8px 4px;
}
.faqBox {
	margin-bottom: 10px;
	padding-left: 10px;
}
.faqBox .faqIco {
	font-size: 18px;
	width: 38px;
	height: 38px;
	box-sizing: border-box;
	background-color: #bc0000;
	border-radius: 19px;
	margin-right: 8px;
	padding-top: 6px;
	float: left;
}
.faqBox h3 {
	border-radius: 10px;
	padding: 10px 10px 10px 18px;
}
.faqBox p {
	border-radius: 10px;
	padding: 10px 10px 10px 18px;
}
	
/* app */
.codeBox {
}
.codeBox img {
	display: none;
}
.codeBox p {
	font-size: 15px;
	line-height: 1.5;
	text-align: center;
	padding-bottom: 4px;
	display: block;
}
.alUl {
}
.alUl li {
	max-width: 148px;
}

/* ## menkyo ## */
.supWrapp {
	padding: 0 10px 24px 10px;
}
.supBox {
	width: 50%;
	padding: 8px 4px;
}
.supBox a {
	height: 214px;
	padding: 4px 10px 10px 10px;
}
.supBox a:active{
	background-color: #e4e4e4;
	text-decoration: none;
	color: #3d85cc;
	opacity: 0.84;
}
.supBox a .boxF img {
	width: 100%;
	max-width: 114px;
}
.supBox a .boxS h4 {
	line-height: 1.3;
	font-size: 15px;
	margin-bottom: 5px;
}
.supBox a .boxS .date {
	font-size: 13px;
	margin-bottom: 4px;
}
.supBox a .boxS .naiyo {
	font-size: 12px;
	margin-bottom: 5px;
}
.supBox a .boxS .other {
	font-size: 11px;
}
.supBox a .toDet {
	bottom: 5px;
}
.supBox a .toDet span {
	width: 124px;
	font-size: 10px;
	border-radius: 10px;
	padding: 2px 14px;
}
.supBox a:active {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #eeeeee), color-stop(0.00, #ffffff));
	background: -webkit-linear-gradient(top, #ffffff 0%, #eeeeee 100%);
	background: -moz-linear-gradient(top, #ffffff 0%, #eeeeee 100%);
	background: -o-linear-gradient(top, #ffffff 0%, #eeeeee 100%);
	background: -ms-linear-gradient(top, #ffffff 0%, #eeeeee 100%);
	background: linear-gradient(top, #ffffff 0%, #eeeeee 100%);
	-ms-filter:"progid:DXImageTransform.Microsoft.gradient(GradientType=0,startcolorstr=#ffffff, endcolorstr=#eeeeee))";
	zoom: 1;
	text-decoration: none;
	color: #3d85cc;
}
.supBox a:active .toDet span {
	color: #ffffff;
	font-size: 11px;
	background-color: #3d85cc;
}
.supBox .utsr {
	font-size: 9px;
	margin-right: 8px;
	padding: 2px 8px;
}
.supBox .utt {
	font-size: 9px;
	margin-right: 8px;
	padding: 2px 8px;
}
	
/* 教習所 */
.ksTitle {
	margin-top: 18px;
	margin-bottom: 14px;
	padding: 10px 14px 18px 14px;
}
.ksTitle img {
	max-width: 380px;
}
.ksTitle p {
	font-size: 12px;
}
.ksBox {
	width: 48%;
	margin: 1%;
}
.ksBox:nth-child(2n+1) {
	clear: left;
}
.ksBox a:active {
	opacity: 0.78;
}
.ksBox a h4 {
	font-size: 12px;
	border-radius: 12px;
	padding: 4px 18px 4px 10px;
}
.ksBox a .area {
	top: -8px;
	right: -2px;
}
.ksBox a .ksTex {
	padding: 6px 10px 8px 10px;
}
.ksBox a .tel {
	font-size: 16px;
	margin-bottom: 4px;
}
.ksBox a .add {
	font-size: 12px;
	margin-bottom: 5px;
}
.ksBox a .ksj {
	font-size: 11px;
	margin-bottom: 4px;
	padding: 2px;
}
	
/* ## mainte_price.php ## */
.mpBox .table02 {
	font-size: 10px;
}
.mpBox .table02 th {
	padding: 4px 4px;
}
.mpBox .table02 td {
	padding: 4px 4px;
}
.table02.sTable caption {
	font-size: 13px;
	padding: 2px 0;
}
.mpBox .ikTex {
    font-size: 14px;
}

}

/* #### width 768px 以上の場合の設定 (for PC) #### */
@media (min-width: 768px) {

/* ## purchase.php ## */
.buyBox a:hover {
	background-color: #eda600;
	opacity: 0.84;
	text-decoration: none;
}

/* contests */
#bdPurchase #contents {
	margin-top: 0;
}

/* wrapper */
#bdPurchase #wrapper {
	margin-top: 24px;
	padding-bottom: 24px;	
}


#kaitoriTel {
	display: none;
}

.attUl li a:hover {
	color: #2580f0;
	opacity: 1;
}
.attUl li a:hover i {
	right: 14px;
}

/* ## contests ## */
#contents {
	background-color: #ffffff;
}

/* service box */
.svBox {
	margin-bottom: 24px;
}

/* ## support.php ## */
/* service box */
.svBox.spBox {
}

/* ## inspectino.php ## */
.siRight {
	width: 40%;
	box-sizing: border-box;
	margin-bottom: 14px;
	margin-left: 14px;
	float: right;
}
.siRight img {
	width: 100%;
}

.svBox .boxL {
	width: 55%;
	padding-bottom: 24px;
	float: left;
}
.svBox .boxR {
	width: 45%;
	padding-left: 24px;
	float: left;
}

/* ## rent ## */
.exp {
}
.rbBox {
	width: 50.1%;
}

/* ## hakone ## */
.evifBox {
	margin: 14px 0;
}
.evifBox table {
}
.evifBox th {
}
.evifBox td {
}

/* ## video ## */
.vWrapp {
	margin-bottom: 14px;
	overflow: hidden;
}
.vWrapp .vdBox {
	width: 50%;
	margin-bottom: 14px;
	padding-left: 1%;
	padding-right: 1%;
	box-sizing: border-box;
	overflow: hidden;
	float: left;
}
.vWrapp .vdBox:nth-child(2n-1) {
	padding-left: 0;
	clear: left;
}
.vWrapp .vdBox:nth-child(2n) {
	padding-right: 0;
}

/* ## menkyo ## */
.supBox a:hover {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #eeeeee), color-stop(0.00, #ffffff));
	background: -webkit-linear-gradient(top, #ffffff 0%, #eeeeee 100%);
	background: -moz-linear-gradient(top, #ffffff 0%, #eeeeee 100%);
	background: -o-linear-gradient(top, #ffffff 0%, #eeeeee 100%);
	background: -ms-linear-gradient(top, #ffffff 0%, #eeeeee 100%);
	background: linear-gradient(top, #ffffff 0%, #eeeeee 100%);
	-ms-filter:"progid:DXImageTransform.Microsoft.gradient(GradientType=0,startcolorstr=#ffffff, endcolorstr=#eeeeee))";
	zoom: 1;
	text-decoration: none;
	color: #3d85cc;
}
.supBox a:hover .toDet span {
	color: #ffffff;
	font-size: 11px;
	background-color: #3d85cc;
}

	
.ksBox:nth-child(4n-1) {
	clear: left;
}
.ksBox a:hover {
	opacity: 0.78;
}
	
}


/* #### width 1248px 以上の場合の設定 #### */
@media (min-width: 1248px) {
	
/* ## rent ## */
.rbBox {
	width: 33.44%;
}

}