@charset "UTF-8";
/*
Theme Name:シアーズインターナショナル
Author:シアーズインターナショナル
Version:1.0
*/

/****************************************

	セッティング

*****************************************/
html, body, div, span, applet, object, iframe, strong,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, legend, caption,
tbody, tfoot, thead, table, label, tr, th, td{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	list-style: none;
}

img{
	vertical-align: bottom;
}

body{
	font-family: 'Noto Sans JP', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #272727;
	font-size: 16px;
	line-height: 1.6;
	background-color: #FFF;
	-webkit-text-size-adjust: 100%;
}

a{
	color: #666;
	text-decoration: none;
	transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
	-webkit-transform: translateZ(0);
}
a:hover {
	opacity: 0.7;
	-webkit-opacity: 0.7;
	-moz-opacity: 0.7;
	filter: alpha(opacity=70);	/* IE lt 8 */
	-ms-filter: "alpha(opacity=70)"; /* IE 8 */
}
a:link img {
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	transition: opacity 0.5s ease-out;
}

::selection {
	background: #FBC600;
	color: #fff;
}

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

/* For modern browsers */
.clearfix:before,
.clearfix:after{
	content: "";
	display: block;
	overflow: hidden;
}
.clearfix:after{
	clear: both;
}
/* For IE 6/7 (trigger hasLayout) */
.clearfix{
	zoom: 1;
}


/*************************************************************

	サイズ調整

*************************************************************/
.taL {text-align: left !important;}
.taC {text-align: center !important;}
.taR {text-align: right !important;}
.uLine {text-decoration: underline !important;}
.vaTop {vertical-align: top !important;}
.vaMid {vertical-align: middle !important;}
.vaBot {vertical-align: bottom !important;}

.mt05{margin-top: 5px !important;}
.mt10{margin-top: 10px !important;}
.mt15{margin-top: 15px !important;}
.mt20{margin-top: 20px !important;}
.mt25{margin-top: 25px !important;}
.mt30{margin-top: 30px !important;}
.mt35{margin-top: 35px !important;}
.mt40{margin-top: 40px !important;}
.mt45{margin-top: 45px !important;}
.mt50{margin-top: 50px !important;}

.mb05{margin-bottom: 5px !important;}
.mb10{margin-bottom: 10px !important;}
.mb15{margin-bottom: 15px !important;}
.mb20{margin-bottom: 20px !important;}
.mb25{margin-bottom: 25px !important;}
.mb30{margin-bottom: 30px !important;}
.mb35{margin-bottom: 35px !important;}
.mb40{margin-bottom: 40px !important;}
.mb45{margin-bottom: 45px !important;}
.mb50{margin-bottom: 50px !important;}

.ml05{margin-left: 5px !important;}
.ml10{margin-left: 10px !important;}
.ml15{margin-left: 15px !important;}
.ml20{margin-left: 20px !important;}
.ml25{margin-left: 25px !important;}
.ml30{margin-left: 30px !important;}
.ml35{margin-left: 35px !important;}
.ml40{margin-left: 40px !important;}
.ml45{margin-left: 45px !important;}
.ml50{margin-left: 50px !important;}

.mr05{margin-right: 5px !important;}
.mr10{margin-right: 10px !important;}
.mr15{margin-right: 15px !important;}
.mr20{margin-right: 20px !important;}
.mr25{margin-right: 25px !important;}
.mr30{margin-right: 30px !important;}
.mr35{margin-right: 35px !important;}
.mr40{margin-right: 40px !important;}
.mr45{margin-right: 45px !important;}
.mr50{margin-right: 50px !important;}

.pt05{padding-top: 5px !important;}
.pt10{padding-top: 10px !important;}
.pt15{padding-top: 15px !important;}
.pt20{padding-top: 20px !important;}
.pt25{padding-top: 25px !important;}
.pt30{padding-top: 30px !important;}
.pt35{padding-top: 35px !important;}
.pt40{padding-top: 40px !important;}
.pt45{padding-top: 45px !important;}
.pt50{padding-top: 50px !important;}

.pb05{padding-bottom: 5px !important;}
.pb10{padding-bottom: 10px !important;}
.pb15{padding-bottom: 15px !important;}
.pb20{padding-bottom: 20px !important;}
.pb25{padding-bottom: 25px !important;}
.pb30{padding-bottom: 30px !important;}
.pb35{padding-bottom: 35px !important;}
.pb40{padding-bottom: 40px !important;}
.pb45{padding-bottom: 45px !important;}
.pb50{padding-bottom: 50px !important;}

.pl05{padding-left: 5px !important;}
.pl10{padding-left: 10px !important;}
.pl15{padding-left: 15px !important;}
.pl20{padding-left: 20px !important;}
.pl25{padding-left: 25px !important;}
.pl30{padding-left: 30px !important;}
.pl35{padding-left: 35px !important;}
.pl40{padding-left: 40px !important;}
.pl45{padding-left: 45px !important;}
.pl50{padding-left: 50px !important;}

.pr05{padding-right: 5px !important;}
.pr10{padding-right: 10px !important;}
.pr15{padding-right: 15px !important;}
.pr20{padding-right: 20px !important;}
.pr25{padding-right: 25px !important;}
.pr30{padding-right: 30px !important;}
.pr35{padding-right: 35px !important;}
.pr40{padding-right: 40px !important;}
.pr45{padding-right: 45px !important;}
.pr50{padding-right: 50px !important;}

.fs10{font-size: 10px !important;}
.fs11{font-size: 11px !important;}
.fs12{font-size: 12px !important;}
.fs13{font-size: 13px !important;}
.fs14{font-size: 14px !important;}
.fs15{font-size: 15px !important;}
.fs16{font-size: 16px !important;}
.fs17{font-size: 17px !important;}
.fs18{font-size: 18px !important;}
.fs19{font-size: 19px !important;}
.fs20{font-size: 20px !important;}
.fB{font-weight: bold !important;}
.fwN{font-weight: normal !important;}

.lh12{line-height: 1.2;}
.lh13{line-height: 1.3;}
.lh14{line-height: 1.4;}
.lh15{line-height: 1.5;}
.lh16{line-height: 1.6;}
.lh17{line-height: 1.7;}
.lh18{line-height: 1.8;}
.lh19{line-height: 1.9;}
.lh20{line-height: 2.0;}

.tRed {color: #FF0000;}

.fL{float: left;}
.fR{float: right;}
.clear{clear: both;}

/* 計算方法　HD動画（16:9）の場合100÷16×9=56.25% に設定 */
.movie_box{text-align: center; padding: 0 0 56.25% 0; position: relative; width: 100%;}
.movie_box iframe{position: absolute; top: 0; right: 0; width: 100% !important; height: 100% !important;}

/* 計算方法　正方形動画（4:4）の場合100÷4×4=100% に設定 */
.movie_box2{text-align: center; padding: 0 0 100% 0; position: relative; width: 100%;}
.movie_box2 iframe{position: absolute; top: 0; right: 0; width: 100% !important; height: 100% !important;}

/* 計算方法　長方形動画（4:3）の場合100÷4×3=75% に設定 */
.movie_box3{text-align: center; padding: 0 0 75% 0; position: relative; width: 100%;}
.movie_box3 iframe{position: absolute; top: 0; right: 0; width: 100% !important; height: 100% !important;}

.no_display{display: none;}

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

.br-sp{}
.pc{display:block !important;}
.sp{display:none !important;}



/****************************************

	header

*****************************************/
header {}
#header {
	position: relative;
}


.sliderArea {
	overflow: hidden;
}
.sliderWide {
	max-width: 100%;
	overflow: hidden;
	margin: 0 auto;
	position: relative;
	background-size: cover;
	height: 768px;
}


.slider {
	overflow: hidden; /* 画像がはみ出ないようにする */
	width: 100%;
}
.slick-img > img {
	height: auto;
	width: 100%;
}
@keyframes zoomUp {
	0% {
		transform: scale(1);
	}
	100% {
		transform: scale(1.15); /* 拡大率 */
	}
}
.add-animation {
	animation: zoomUp 10s linear 0s normal both;
}

.slider .slick-list {
	overflow: visible;
}
.slider .slick-track {}
.slider .slick-slide {
	transition-duration: 0.3s;
}
.slider .slick-slide.slick-current {
	opacity: 1;
}
.slider .slick-slide a {
	display: block;
}
.slider .slick-slide a:hover {
	display: block;
	opacity: .7;
}


.kv-catch p.catch {
	width: 100%;
	text-align: center;
	position: absolute;
	margin: 0 auto;
	top: 220px;
	font-family: 'Oswald', sans-serif;
	color: #fff;
	font-size: 91px;
	font-weight: 700;
	line-height: 1.9;
	text-shadow: 0px 0px 3px rgba(0,0,0,1);
}

.kv-catch p.catch02 {
	width: 100%;
	text-align: center;
	position: absolute;
	top: 312px;
	font-family: 'Oswald', sans-serif;
	padding: 0 0 0 200px;
	color: #fff;
	font-size: 91px;
	font-weight: 700;
	line-height: 1.9;
	text-shadow: 0px 0px 3px rgba(0,0,0,1);
}


span.smoothText {
	overflow: hidden;
	display: block;
}
/* アニメーションで傾斜がついている文字列を水平に戻す*/
span.smoothTextTrigger{
	transition: 1.5s ease-in-out;
	transform: translate3d(0,100%,0) skewY(40deg);
	transform-origin: left;
	display: block;
}
span.smoothTextTrigger.smoothTextAppear{
	transform: translate3d(0,0,0) skewY(0);
}

span.smoothText02 {
	overflow: hidden;
	display: block;
}
/* アニメーションで傾斜がついている文字列を水平に戻す*/
span.smoothTextTrigger02{
	transition: 1.5s ease-in-out;
	transform: translate3d(0,100%,0) skewY(40deg);
	transform-origin: left;
	display: block;
}
span.smoothTextTrigger02.smoothTextAppear02{
	transform: translate3d(0,0,0) skewY(0);
}


.kv-catch p.catch-with {
	width: 100%;
	text-align: center;
	position: absolute;
	top: 344px;
	margin: 0 0 0 -200px;
	animation-delay: 1.5s;
}

/*以下フェードイン表示の指定*/
.fadein {
	opacity: 0;
	animation: fadein 2s ease forwards;
}
@keyframes fadein {
	100% { opacity: 1; }
}

.kv-catch h2.catch-txt {
	width: 100%;
	text-align: center;
	position: absolute;
	padding: 0 0 0 28px;
	top: 470px;
	color: #fff;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.9;
	text-shadow: 0px 0px 3px rgba(0,0,0,1);
	animation-delay: 3s;
}


#header-home {}

#lower-car-visual {
	background-image: url("images/common/cars-visual.jpg");
	max-width: 100%;
	overflow: hidden;
	margin: 0 auto;
	background-size: cover;
	height: 440px;
	position: relative;
}
#lower-maintenance-visual {
	background-image: url("images/common/maintenance-visual.jpg");
	max-width: 100%;
	overflow: hidden;
	margin: 0 auto;
	background-size: cover;
	height: 440px;
	position: relative;
}
#lower-parts-visual {
	background-image: url("images/common/parts-visual.jpg");
	max-width: 100%;
	overflow: hidden;
	margin: 0 auto;
	background-size: cover;
	height: 440px;
	position: relative;
}
#lower-etc-visual {
	background-image: url("images/common/cars-visual.jpg");
	max-width: 100%;
	overflow: hidden;
	margin: 0 auto;
	background-size: cover;
	height: 440px;
	position: relative;
}
#lower-archives-visual {
	background-image: url("images/common/archives-visual.jpg");
	max-width: 100%;
	overflow: hidden;
	margin: 0 auto;
	background-size: cover;
	height: 440px;
	position: relative;
}
#lower-contact-visual {
	background-image: url("images/common/contact-visual.jpg");
	max-width: 100%;
	overflow: hidden;
	margin: 0 auto;
	background-size: cover;
	height: 440px;
	position: relative;
}
#lower-assesment-visual {
	background-image: url("images/common/assesment-visual.jpg");
	max-width: 100%;
	overflow: hidden;
	margin: 0 auto;
	background-size: cover;
	height: 440px;
	position: relative;
}


#lower-assesment-visual-title,
#lower-contact-visual-title,
#lower-archives-visual-title,
#lower-etc-visual-title,
#lower-parts-visual-title,
#lower-maintenance-visual-title,
#lower-car-visual-title {
	width: 100%;
	text-align: center;
	position: absolute;
	margin: 0 auto;
	top: 40%;
}
#lower-assesment-visual-title h2,
#lower-contact-visual-title h2,
#lower-archives-visual-title h2,
#lower-etc-visual-title h2,
#lower-parts-visual-title h2,
#lower-maintenance-visual-title h2,
#lower-car-visual-title h2 {
	text-align: center;
	font-family: 'Oswald', sans-serif;
	color: #fff;
	font-size: 72px;
	line-height: 1.1;
	font-weight: 700;
	position: relative;
}
#lower-assesment-visual-title h2 span,
#lower-contact-visual-title h2 span,
#lower-archives-visual-title h2 span,
#lower-etc-visual-title h2 span,
#lower-parts-visual-title h2 span,
#lower-maintenance-visual-title h2 span,
#lower-car-visual-title h2 span {
	font-family: 'Noto Sans JP', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #B1B1B1;
	font-size: 20px;
	line-height: 1.2;
	font-weight: 900;
	padding: 10px 0 35px 0;
	display: block;
}
#lower-assesment-visual-title h2:before,
#lower-contact-visual-title h2:before,
#lower-archives-visual-title h2:before,
#lower-etc-visual-title h2:before,
#lower-parts-visual-title h2:before,
#lower-maintenance-visual-title h2:before,
#lower-car-visual-title h2:before {
	display: inline-block;
	position: absolute;
	content: '';
	bottom: 0;
	left: 50%;
	width: 56px;
	height: 4px;
	-moz-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translate(-50%);
	background-color: #FBC600;
}


#header-contents {
	position: absolute;
	width: 100%;
	margin: 0 auto;
	top: 0;
	height: 100px;
}


/*JSを使いfixedクラスが付与された際の設定*/
#header-contents.fixed {
	position: fixed;/*fixedを設定して固定*/
	z-index: 999;/*最前面へ*/
	top:0;/*位置指定*/
	left:0;/*位置指定*/
	background: #FFF;
	box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}

#header-logo {
	width: 20%;
	float: left;
}
#header-logo h1 {
	padding: 30px 0 0 40px;
}

nav {
	width: 80%;
	float: right;
}
#gnavi {
	text-align: right;
	margin: 33px 0 0 0;
	position: relative;
	font-size: 0;
}
#gnavi > ul > li {
	display: inline-block;
	font-family: 'Oswald', sans-serif;
	color: #fff;
	font-size: 18px;
	line-height: 1.9;
	font-weight: 700;
	z-index: 30;
}

#gnavi > ul > li:nth-of-type(1) {
	padding: 0 40px 0 0;
}
#gnavi > ul > li:nth-of-type(2) {
	padding: 0 40px 0 0;
}
#gnavi > ul > li:nth-of-type(3) {
	padding: 0 40px 0 0;
}
#gnavi > ul > li:nth-of-type(4) {
	padding: 0 40px 0 0;
}
#gnavi > ul > li:nth-of-type(5) {
	padding: 0 48px 0 0;
}
#gnavi > ul > li:nth-of-type(6) {
	padding: 0 16px 0 0;
}
#header-contents.fixed #gnavi > ul > li:nth-of-type(6) img {
	-webkit-filter: grayscale(1) invert(1);
	filter: grayscale(1) invert(1);
}
#gnavi > ul > li:nth-of-type(7) {
	padding: 0 16px 0 0;
}
#header-contents.fixed #gnavi > ul > li:nth-of-type(7) img {
	-webkit-filter: grayscale(1) invert(1);
	filter: grayscale(1) invert(1);
}
#gnavi > ul > li:nth-of-type(8) {
	padding: 0 40px 0 0;
}
#header-contents.fixed #gnavi > ul > li:nth-of-type(8) img {
	-webkit-filter: grayscale(1) invert(1);
	filter: grayscale(1) invert(1);
}

#gnavi > ul > li a {
	color: #fff;
}
#header-contents.fixed #gnavi > ul > li a {
	color: #3B4043;
}
#gnavi > ul > li a:hover {
	color: #fff;
}
#header-contents.fixed #gnavi > ul > li a:hover {
	color: #3B4043;
}
#gnavi > ul > li a:active {
	border-bottom: none;
	color: #FBC600;
}
#header-contents.fixed #gnavi > ul > li a:active {
	color: #FBC600;
}


#lower-car-visual #gnavi > ul > li:nth-of-type(1) a {
	color: #FBC600;
}
#lower-maintenance-visual #gnavi > ul > li:nth-of-type(2) a {
	color: #FBC600;
}
#lower-parts-visual #gnavi > ul > li:nth-of-type(3) a {
	color: #FBC600;
}
#lower-archives-visual #gnavi > ul > li:nth-of-type(4) a {
	color: #FBC600;
}
#lower-assesment-visual #gnavi > ul > li:nth-of-type(5) a {
	color: #FBC600;
}



.header_navALine {
	padding-bottom: 8px;
	background: linear-gradient(#FBC600, #FBC600) 100% 100% / 0 2px no-repeat;
	transition: background-size .4s cubic-bezier(.23,1,.32,1) 0s;
}
.header_navALine:hover {
	background-position: 0 100%;
	background-size: 100% 2px;
}



#openbtn{
	display: none;
}
#sp-nav{
	display: none;
}



/****************************************

	共通

*****************************************/
#notfound {
	margin: 30px 40px 80px 40px;
}
#notfound h3 {
	border-left: 8px solid #FBC600;
	background: #F2F2F2;
	padding: 20px;
	color: #3B4043;
	font-size: 30px;
	font-weight: 700;
	line-height: 1.2;
	margin: 0 0 30px 0;
}
#notfound p.txt {
	text-align: center;
	color: #272727;
	font-size: 16px;
	line-height: 1.6;
	font-weight: 400;
	padding: 0 0 25px 0;
}
#notfound p.txt:last-child {
	margin: 0;
}
#notfound p.btn a {
	color: #fbc600;
	font-size: 16px;
	font-weight: 700;
	line-height: 48px;
	text-align: center;
	background: #323434;
	width: 220px;
	margin: 0 auto;
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
	-ms-border-radius: 25px;
	border-radius: 25px;
	display: block;
	position: relative;
}
#notfound p.btn a::before{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 18px;
	margin: auto;
	content: "";
	vertical-align: middle;
	width: 8px;
	height: 8px;
	border-top: 2px solid #fbc600;
	border-right: 2px solid #fbc600;
	-webkit-transform: rotate(225deg);
	transform: rotate(225deg);
}
#notfound p.btn a:hover {
	background: #555;
}



/****************************************

	wordpress側用設定

*****************************************/
.breadcrumbs {
	color: #707070;
	font-size: 12px;
	padding: 15px 40px 15px 40px;
}
.breadcrumbs a {
	text-decoration: none;
	color: #3B4043;
}
.breadcrumbs a:hover {
	text-decoration: underline;
}
.breadcrumbs-icon {
	color: #6E8795;
}


.alignright {
	float: right;
	margin: 0 0 30px 55px;
}
.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto 30px auto;
}
.alignleft {
	float: left;
	margin: 0 55px 30px 0;
}


.wp-pagenavi {
	text-align: center;
	margin: 20px 0 0 0;
	font-size: 14px;
}



/****************************************

	footer

*****************************************/
#pagetop{
	position: fixed;
	bottom: 30px;
	right: 30px;
	font-size: 77%;
	z-index: 9999;
}
#pagetop a{
	background-image: url("images/common/pagetop.png");
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	width: 64px;
	height: 64px;
}


footer {}
#footer {
	background: #272727;
}

#footer-link {}
#footer-link ul {
	font-size: 0;
	text-align: center;
	display: block;
	padding: 80px 0 64px 0;
}
#footer-link ul li {
	display: inline-block;
	color: #fff;
	line-height: 1.1;
	font-size: 18px;
	font-weight: 400;
	margin: 0 15px 0 0;
	padding: 0 15px 0 0;
	border-right: 1px solid #fff;
}
#footer-link ul li:first-child {
	margin: 0 15px 0 0;
	padding: 0 15px 0 0;
}
#footer-link ul li:last-child {
	margin: 0;
	padding: 0;
	border-right: none;
}
#footer-link ul li a {
	color: #fff;
	text-decoration: none;
}
#footer-link ul li a:hover {
	color: #aaa;
	text-decoration: none;
}

#footer-inner {
	width: 1090px;
	margin: 0 auto;
	padding: 0 0 50px 0;
}
#footer-contents {
	width: 450px;
	float: left;
}
#footer-map {
	width: 640px;
	float: right;
}

#footer-contents p.logo {
	margin: 0 0 25px 0;
}
#footer-contents p.name {
	font-size: 18px;
	font-weight: 700;
	line-height: 1.2;
	color: #fff;
	margin: 0 0 15px 0;
}
#footer-contents p.address {
	font-size: 15px;
	line-height: 1.2;
	color: #fff;
	margin: 0 0 10px 0;
}
#footer-contents p.time {
	font-size: 15px;
	line-height: 1.2;
	color: #fff;
	margin: 0 0 5px 0;
}

#footer-contents dl.tel {
	margin: 0 0 5px 0;
}
#footer-contents dl.tel dt {
	float: left;
	width: 55px;
	color: #fff;
	font-size: 15px;
	line-height: 1.6;
}
#footer-contents dl.tel dd {
	padding-left: 55px;
	color: #fff;
	font-size: 15px;
	line-height: 1.6;
}
#footer-contents dl.tel dd a {
	color: #fff;
}
#footer-contents dl.tel dd a:hover {
	color: #ccc;
}

#footer-contents dl.fax {
	margin: 0 0 5px 0;
}
#footer-contents dl.fax dt {
	float: left;
	width: 55px;
	color: #fff;
	font-size: 15px;
	line-height: 1.6;
}
#footer-contents dl.fax dd {
	padding-left: 55px;
	color: #fff;
	font-size: 15px;
	line-height: 1.6;
}

#footer-contents p.contact {
	font-size: 15px;
	line-height: 1.6;
	color: #fff;
	margin: 0 0 30px 0;
}
#footer-contents p.contact a {
	color: #fff;
	text-decoration: underline;
}
#footer-contents p.contact a:hover {
	color: #ccc;
	text-decoration: underline;
}

#footer-contents p.number {
	font-size: 12px;
	line-height: 1.6;
	color: #fff;
}
#footer-contents p.number a {
	color: #fff;
	text-decoration: underline;
}
#footer-contents p.number a:hover {
	color: #ccc;
	text-decoration: underline;
}

/* 計算方法　長方形動画（4:3）の場合100÷640×320=50% に設定 */
#footer-map-inner {text-align: center; padding: 0 0 50% 0; position: relative; width: 100%;}
#footer-map-inner iframe {position: absolute; top: 0; right: 0; width: 100% !important; height: 100% !important;}
#footer-map-inner iframe {
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%);
}

#footer-map-link {
	text-align: right;
	font-size: 14px;
	line-height: 1.2;
	color: #a8a8a8;
	padding: 10px 0 0 0;
}
#footer-number {
	display: none;
}
#footer-copyright {}
#footer-copyright p {
	text-align: center;
	color: #fff;
	font-size: 12px;
	line-height: 1.2;
	padding: 0 0 32px 0;
}



/****************************************

	home

*****************************************/
#top-instagram {}
#top-instagram h2 {
	text-align: center;
	padding: 103px 0 0 0;
	margin: 0 0 65px 0;
	position: relative;
}
#top-instagram h2:before {
	display: inline-block;
	position: absolute;
	content: '';
	bottom: -25px;
	left: 50%;
	width: 56px;
	height: 4px;
	-moz-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translate(-50%);
	background-color: #FBC600;
}
#top-instagram .dummy {}

#top-instagram p.txt {
	text-align: center;
	color: #272727;
	font-size: 15px;
	line-height: 1.5;
	padding: 50px 0 25px 0;
}
#top-instagram p.btn {
	text-align: center;
	padding: 0 0 195px 0;
}


#top-carsales {
	background: #F2F2F2;
	background-image: url("images/top/top-bg01.png");
	background-repeat: no-repeat;
	background-position: right bottom;
	background-size: 164px 330px;
	vertical-align: middle;
	margin: 0 0 254px 0;
}
#top-carsales-inner {
	width: 1090px;
	margin: 0 auto;
}
#top-carsales-contents {
	width: 488px;
	float: right;
}
#top-carsales-image {
	width: 544px;
	float: left;
	margin: -74px 0;
	box-shadow: -24px 24px 0 rgba(248, 239, 206, 1);
}
#top-carsales-image p {
	height: 762px;
	background-position: left top;
	background-repeat: no-repeat;
	background-size: cover;
	background-image: url("images/top/carsales-img01.jpg");
}

#top-carsales-contents h2 {
	font-family: 'Oswald', sans-serif;
	color: #3B4043;
	font-size: 78px;
	line-height: 1.1;
	font-weight: 700;
	padding: 80px 0 0 0;
	position: relative;
}
#top-carsales-contents h2 span {
	font-family: 'Noto Sans JP', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #A8A8A8;
	font-size: 20px;
	line-height: 1.2;
	font-weight: 900;
	padding: 10px 0 30px 5px;
	display: block;
}
#top-carsales-contents h2:before {
	display: inline-block;
	position: absolute;
	content: '';
	bottom: 0;
	left: 5px;
	width: 56px;
	height: 4px;
	background-color: #FBC600;
}

#top-carsales-contents h3 {
	color: #3B4043;
	font-size: 26px;
	line-height: 1.2;
	font-weight: 700;
	padding: 45px 0 20px 0;
	display: flex;
	align-items: center;
}
#top-carsales-contents h3:after {
	border-top: 1px solid #707070;
	content: "";
	width: 34px;
	margin-left: 10px;
}

#top-carsales-contents p.txt {
	color: #272727;
	font-size: 16px;
	line-height: 1.7;
	padding: 0 0 60px 0;
}

#top-carsales-contents p.btn a {
	color: #fbc600;
	font-size: 16px;
	font-weight: 700;
	line-height: 48px;
	text-align: center;
	background: #323434;
	width: 220px;
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
	-ms-border-radius: 25px;
	border-radius: 25px;
	display: block;
	position: relative;
}
#top-carsales-contents p.btn a::before{
	position: absolute;
	top: 0;
	bottom: 0;
	right: 18px;
	margin: auto;
	content: "";
	vertical-align: middle;
	width: 8px;
	height: 8px;
	border-top: 2px solid #fbc600;
	border-right: 2px solid #fbc600;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
#top-carsales-contents p.btn a:hover {
	background: #555;
}


#top-repair {
	background: #F2F2F2;
	background-image: url("images/top/top-bg02.png");
	background-repeat: no-repeat;
	background-position: left bottom;
	background-size: 164px 330px;
	vertical-align: middle;
	margin: 0 0 254px 0;
}
#top-repair-inner {
	width: 1090px;
	margin: 0 auto;
}
#top-repair-contents {
	width: 488px;
	float: left;
}
#top-repair-image {
	width: 544px;
	float: right;
	margin: -61px 0;
	box-shadow: 24px 24px 0 rgba(248, 239, 206, 1);
}
#top-repair-image p {
	height: 762px;
	background-position: right top;
	background-repeat: no-repeat;
	background-size: cover;
	background-image: url("images/top/repair-img01.jpg");
}

#top-repair-contents h2 {
	font-family: 'Oswald', sans-serif;
	color: #3B4043;
	font-size: 78px;
	line-height: 1.1;
	font-weight: 700;
	padding: 80px 0 0 0;
	position: relative;
}
#top-repair-contents h2 span {
	font-family: 'Noto Sans JP', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #A8A8A8;
	font-size: 20px;
	line-height: 1.2;
	font-weight: 900;
	padding: 10px 0 30px 5px;
	display: block;
}
#top-repair-contents h2:before {
	display: inline-block;
	position: absolute;
	content: '';
	bottom: 0;
	left: 5px;
	width: 56px;
	height: 4px;
	background-color: #FBC600;
}

#top-repair-contents h3 {
	color: #3B4043;
	font-size: 26px;
	line-height: 1.2;
	font-weight: 700;
	padding: 45px 0 20px 0;
}

#top-repair-contents p.txt {
	color: #272727;
	font-size: 16px;
	line-height: 1.7;
	padding: 0 0 60px 0;
}

#top-repair-contents p.btn a {
	color: #fbc600;
	font-size: 16px;
	font-weight: 700;
	line-height: 48px;
	text-align: center;
	background: #323434;
	width: 220px;
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
	-ms-border-radius: 25px;
	border-radius: 25px;
	display: block;
	position: relative;
}
#top-repair-contents p.btn a::before{
	position: absolute;
	top: 0;
	bottom: 0;
	right: 18px;
	margin: auto;
	content: "";
	vertical-align: middle;
	width: 8px;
	height: 8px;
	border-top: 2px solid #fbc600;
	border-right: 2px solid #fbc600;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
#top-repair-contents p.btn a:hover {
	background: #555;
}


#top-partssales {
	background: #F2F2F2;
	background-image: url("images/top/top-bg01.png");
	background-repeat: no-repeat;
	background-position: right bottom;
	background-size: 164px 330px;
	vertical-align: middle;
	margin: 0 0 234px 0;
}
#top-partssales-inner {
	width: 1090px;
	margin: 0 auto;
}
#top-partssales-contents {
	width: 488px;
	float: right;
}
#top-partssales-image {
	width: 544px;
	float: left;
	margin: -74px 0;
	box-shadow: -24px 24px 0 rgba(248, 239, 206, 1);
}
#top-partssales-image p {
	height: 762px;
	background-position: left top;
	background-repeat: no-repeat;
	background-size: cover;
	background-image: url("images/top/partssales-img01.jpg");
}

#top-partssales-contents h2 {
	font-family: 'Oswald', sans-serif;
	color: #3B4043;
	font-size: 78px;
	line-height: 1.1;
	font-weight: 700;
	padding: 80px 0 0 0;
	position: relative;
}
#top-partssales-contents h2 span {
	font-family: 'Noto Sans JP', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #A8A8A8;
	font-size: 20px;
	line-height: 1.2;
	font-weight: 900;
	padding: 10px 0 30px 5px;
	display: block;
}
#top-partssales-contents h2:before {
	display: inline-block;
	position: absolute;
	content: '';
	bottom: 0;
	left: 5px;
	width: 56px;
	height: 4px;
	background-color: #FBC600;
}

#top-partssales-contents h3 {
	color: #3B4043;
	font-size: 26px;
	line-height: 1.2;
	font-weight: 700;
	padding: 45px 0 20px 0;
}

#top-partssales-contents p.txt {
	color: #272727;
	font-size: 16px;
	line-height: 1.7;
	padding: 0 0 60px 0;
}

#top-partssales-contents p.btn a {
	color: #fbc600;
	font-size: 16px;
	font-weight: 700;
	line-height: 48px;
	text-align: center;
	background: #323434;
	width: 220px;
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
	-ms-border-radius: 25px;
	border-radius: 25px;
	display: block;
	position: relative;
}
#top-partssales-contents p.btn a::before{
	position: absolute;
	top: 0;
	bottom: 0;
	right: 18px;
	margin: auto;
	content: "";
	vertical-align: middle;
	width: 8px;
	height: 8px;
	border-top: 2px solid #fbc600;
	border-right: 2px solid #fbc600;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
#top-partssales-contents p.btn a:hover {
	background: #555;
}


#top-assessment {
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	background-image: url("images/top/assessment-bg01.jpg");
	padding: 96px 0 96px 0;
}
#top-assessment-box {
	width: 840px;
	margin: 0 auto;
	background: #fff;
	border: 2px solid #272727;
	padding: 45px 50px 55px 50px;
}

#top-assessment-box p.catch {
	position: relative;
	font-size: 22px;
	font-weight: 700;
	line-height: 1.6;
	text-align: center;
	color: #3b4043;
}
#top-assessment-box p.catch:before,
#top-assessment-box p.catch:after {
	position: relative;
	display: inline-block;
	content: "";
	background: #fbc600;
	width: 3px;
	height: 35px;
	margin: 0 25px 0 25px;
	vertical-align: middle;
}
#top-assessment-box p.catch:before {
	transform: rotate(-45deg);
}
#top-assessment-box p.catch:after {
	transform: rotate(45deg);
}

#top-assessment-box h2 {
	font-size: 60px;
	font-weight: 900;
	line-height: 1.2;
	text-align: center;
	color: #3b4043;
	margin: 0 0 40px 0;
}
#top-assessment-box h2 span {
	background: linear-gradient(transparent 75%, #fbc600 75%);
	padding: 0 20px;
}

#top-assessment-box h3 {
	font-size: 24px;
	font-weight: 700;
	line-height: 1.4;
	text-align: center;
	color: #3b4043;
	margin: 0 0 20px 0;
}

#top-assessment-box p.txt {
	font-size: 16px;
	line-height: 1.7;
	text-align: center;
	color: #272727;
	margin: 0 0 35px 0;
}

#top-assessment-box p.btn a {
	color: #fbc600;
	font-size: 17px;
	font-weight: 700;
	line-height: 48px;
	text-align: center;
	background: #323434;
	width: 290px;
	margin: 0 auto;
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
	-ms-border-radius: 25px;
	border-radius: 25px;
	display: block;
	position: relative;
}
#top-assessment-box p.btn a::before{
	position: absolute;
	top: 0;
	bottom: 0;
	right: 18px;
	margin: auto;
	content: "";
	vertical-align: middle;
	width: 8px;
	height: 8px;
	border-top: 2px solid #fbc600;
	border-right: 2px solid #fbc600;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
#top-assessment-box p.btn a:hover {
	background: #555;
}


#top-delivery {
	background: #f2f2f2;
	padding: 100px 0;
}
#top-delivery h2 {
	text-align: center;
	font-family: 'Oswald', sans-serif;
	color: #3B4043;
	font-size: 78px;
	line-height: 1.1;
	font-weight: 700;
	position: relative;
	margin: 0 0 40px 0;
}
#top-delivery h2 span {
	font-family: 'Noto Sans JP', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #A8A8A8;
	font-size: 20px;
	line-height: 1.2;
	font-weight: 900;
	padding: 10px 0 35px 0;
	display: block;
}
#top-delivery h2:before {
	display: inline-block;
	position: absolute;
	content: '';
	bottom: 0;
	left: 50%;
	width: 56px;
	height: 4px;
	-moz-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translate(-50%);
	background-color: #FBC600;
}

#top-delivery ul {
	width: 1080px;
	margin: 0 auto 50px auto;
}
#top-delivery ul li {
	width: 264px;
	float: left;
	margin: 0 8px 8px 0;
}
#top-delivery ul li:nth-of-type(4n) {
	margin: 0 0 8px 0;
}
#top-delivery ul li img {
	width: 264px;
	height: 264px;
}

#top-delivery p.btn a {
	color: #fbc600;
	font-size: 16px;
	font-weight: 700;
	line-height: 48px;
	text-align: center;
	background: #323434;
	width: 220px;
	margin: 0 auto;
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
	-ms-border-radius: 25px;
	border-radius: 25px;
	display: block;
	position: relative;
}
#top-delivery p.btn a::before{
	position: absolute;
	top: 0;
	bottom: 0;
	right: 18px;
	margin: auto;
	content: "";
	vertical-align: middle;
	width: 8px;
	height: 8px;
	border-top: 2px solid #fbc600;
	border-right: 2px solid #fbc600;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
#top-delivery p.btn a:hover {
	background: #555;
}


#top-banner {
	padding: 96px 0;
}
#top-banner p {
	text-align: center;
}


#top-contact {
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	background-image: url("images/common/contact-bg01.jpg");
	padding: 70px 0 110px 0;
}
#top-contact h2 {
	text-align: center;
	font-family: 'Oswald', sans-serif;
	color: #fff;
	font-size: 78px;
	line-height: 1.1;
	font-weight: 700;
	position: relative;
	margin: 0 0 40px 0;
}
#top-contact h2 span {
	font-family: 'Noto Sans JP', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #B1B1B1;
	font-size: 20px;
	line-height: 1.2;
	font-weight: 900;
	padding: 10px 0 35px 0;
	display: block;
}
#top-contact h2:before {
	display: inline-block;
	position: absolute;
	content: '';
	bottom: 0;
	left: 50%;
	width: 56px;
	height: 4px;
	-moz-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translate(-50%);
	background-color: #FBC600;
}

#top-contact-wrapper {
	width: 1090px;
	margin: 0 auto;
}

#top-contact-tel {
	width: 528px;
	float: left;
	border: 1px solid #fff;
	padding: 10px;
}
#top-contact-tel-inner {
	background: #fff;
	padding: 30px 30px 0 30px;
	min-height: 240px;
}
#top-contact-tel-inner h3 {
	font-size: 26px;
	font-weight: 700;
	line-height: 1.2;
	text-align: center;
	color: #3b4043;
	padding: 0 0 10px 0;
}
#top-contact-tel-inner p.tel {
	font-family: 'Oswald', sans-serif;
	font-size: 54px;
	font-weight: 900;
	line-height: 1.2;
	text-align: center;
	color: #3b4043;
	padding: 0 0 5px 0;
}
#top-contact-tel-inner p.tel a {
	color: #3b4043;
}
#top-contact-tel-inner p.tel a:hover {
	color: #999;
}
#top-contact-tel-inner p.tel::before {
	content: '';
	display: inline-block;
	width: 42px;
	height: 42px;
	background-image: url("images/common/contact-tel.png");
	background-size: contain;
	vertical-align: middle;
	margin: -7px 10px 0 0;
}
#top-contact-tel-inner p.part {
	font-size: 16px;
	font-weight: 700;
	line-height: 1.2;
	text-align: center;
	color: #3b4043;
	padding: 0 0 20px 0;
}
#top-contact-tel-inner p.part span {
	font-family: 'Oswald', sans-serif;
	font-size: 20px;
	font-weight: 900;
	color: #3B4043;
}
#top-contact-tel-inner p.part span a {
	color: #3B4043;
}
#top-contact-tel-inner p.part span a:hover {
	color: #999;
}
#top-contact-tel-inner p.time {
	font-size: 15px;
	font-weight: 400;
	line-height: 1.2;
	text-align: center;
	color: #7e7e7e;
}

#top-contact-form {
	width: 528px;
	float: right;
	border: 1px solid #fff;
	padding: 10px;
}
#top-contact-form-inner {
	background: #fff;
	padding: 30px 30px 0 30px;
	min-height: 240px;
}
#top-contact-form-inner h3 {
	font-size: 26px;
	font-weight: 700;
	line-height: 1.2;
	text-align: center;
	color: #3b4043;
	padding: 0 0 25px 0;
}
#top-contact-form-inner p.btn a {
	color: #fbc600;
	font-size: 24px;
	font-weight: 700;
	line-height: 75px;
	text-align: center;
	background: #323434;
	width: 390px;
	margin: 0 auto 25px auto;
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
	-ms-border-radius: 50px;
	border-radius: 50px;
	display: block;
	position: relative;
}
#top-contact-form-inner p.btn a::before{
	content: '';
	display: inline-block;
	width: 30px;
	height: 22px;
	background-image: url("images/common/contact-mail.png");
	background-size: contain;
	vertical-align: middle;
	margin: -4px 20px 0 0;
}
#top-contact-form-inner p.btn a:hover {
	background: #555;
}
#top-contact-form-inner p.txt {
	font-size: 15px;
	font-weight: 400;
	line-height: 1.2;
	text-align: center;
	color: #7e7e7e;
}



/****************************************

	CAR SALES

*****************************************/
#cars-box01 {
	width: 1200px;
	margin: 48px auto 270px auto;
	position: relative;
	height: 812px;
}

#cars-box01-image {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 1;
}
#cars-box01-image img {
	box-shadow: -24px 24px 0 rgba(248, 239, 206, 1);
}

#cars-box01-contents {
	position: absolute;
	top: 135px;
	left: 0;
	z-index: 5;
	width: 544px;
	float: left;
	background: rgba(255,255,255,0.9);
	padding: 50px;
	-moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.16);
	-webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.16);
	-ms-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.16);
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.16);
}
#cars-box01-contents h3 {
	color: #333;
	font-size: 30px;
	line-height: 1.4;
	font-weight: 700;
	margin: 0 0 25px 0;
	display: flex;
	align-items: center;
}
#cars-box01-contents h3:after {
	border-top: 1px solid #707070;
	content: "";
	width: 42px;
	margin: 45px 0 0 -40px;
}

#cars-box01-contents p {
	color: #333;
	font-size: 16px;
	line-height: 1.8;
	margin: 0 0 30px 0;
}

#cars-box01-contents ul {}
#cars-box01-contents ul li {
	color: #333;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.5;
	margin: 0 0 10px 0;
	padding: 0 0 0 20px;
	position: relative;
}
#cars-box01-contents ul li::before {
	content: '';
	display: block;
	position: absolute;
	top: .5em;
	left: 0;
	width: 10px;
	height: 5px;
	border-left: 3px solid #FBC600;
	border-bottom: 3px solid #FBC600;
	transform: rotate(-45deg);
}


#cars-cta {
	background: #F2F2F2;
	background-image: url("images/top/top-bg01.png");
	background-repeat: no-repeat;
	background-position: right bottom;
	background-size: 164px 330px;
	margin: 0 0 120px 0;
}
#cars-cta-inner {
	width: 930px;
	margin: 0 auto;
	padding: 72px 0;
}

#cars-cta-inner h3 {
	font-size: 38px;
	font-weight: 700;
	line-height: 1.2;
	text-align: center;
	color: #3b4043;
	margin: 0 0 35px 0;
}
#cars-cta-inner h3 span {
	background: linear-gradient(transparent 80%, #fbc600 80%);
	padding: 0 10px;
}
#cars-cta-inner p.txt {
	font-size: 20px;
	font-weight: 700;
	line-height: 1.2;
	text-align: center;
	color: #3b4043;
	margin: 0 0 40px 0;
}

#cars-cta-wrapper {
	width: 930px;
	margin: 0 auto;
}

#cars-cta-tel {
	width: 450px;
	float: left;
	border: 1px solid #A8A8A8;
	background: #fff;
	min-height: 125px;
}
#cars-cta-tel p.tel {
	font-family: 'Oswald', sans-serif;
	font-size: 44px;
	font-weight: 900;
	line-height: 1.2;
	text-align: center;
	color: #3b4043;
	padding: 20px 0 10px 0;
}
#cars-cta-tel p.tel a {
	color: #3b4043;
}
#cars-cta-tel p.tel a:hover {
	color: #999;
}
#cars-cta-tel p.tel::before {
	content: '';
	display: inline-block;
	width: 32px;
	height: 32px;
	background-image: url("images/common/contact-tel.png");
	background-size: contain;
	vertical-align: middle;
	margin: -7px 10px 0 0;
}
#cars-cta-tel p.time {
	font-size: 15px;
	font-weight: 400;
	line-height: 1.2;
	text-align: center;
	color: #7e7e7e;
}

#cars-cta-bnr {
	width: 450px;
	float: right;
	border: 1px solid #A8A8A8;
	background: #fff;
	min-height: 125px;
}
#cars-cta-bnr p {
	text-align: center;
	padding: 20px 0 0 0;
}



/****************************************

	REPAIR

*****************************************/
#maintenance-box01 {
	width: 1200px;
	margin: 48px auto 140px auto;
	position: relative;
	height: 812px;
}

#maintenance-box01-image {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 1;
}
#maintenance-box01-image img {
	box-shadow: -24px 24px 0 rgba(248, 239, 206, 1);
}

#maintenance-box01-contents {
	position: absolute;
	top: 135px;
	left: 0;
	z-index: 5;
	width: 544px;
	float: left;
	background: rgba(255,255,255,0.9);
	padding: 50px;
	-moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.16);
	-webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.16);
	-ms-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.16);
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.16);
}
#maintenance-box01-contents h3 {
	color: #333;
	font-size: 30px;
	line-height: 1.4;
	font-weight: 700;
	margin: 0 0 25px 0;
}

#maintenance-box01-contents p {
	color: #333;
	font-size: 16px;
	line-height: 1.8;
	margin: 0 0 30px 0;
}

#maintenance-box01-contents ul {}
#maintenance-box01-contents ul li {
	color: #333;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.5;
	margin: 0 0 10px 0;
	padding: 0 0 0 20px;
	position: relative;
}
#maintenance-box01-contents ul li::before {
	content: '';
	display: block;
	position: absolute;
	top: .5em;
	left: 0;
	width: 10px;
	height: 5px;
	border-left: 3px solid #FBC600;
	border-bottom: 3px solid #FBC600;
	transform: rotate(-45deg);
}


#maintenance-cta {
	background: #F2F2F2;
	background-image: url("images/top/top-bg01.png");
	background-repeat: no-repeat;
	background-position: right bottom;
	background-size: 164px 330px;
	margin: 0 0 120px 0;
}
#maintenance-cta-inner {
	width: 930px;
	margin: 0 auto;
	padding: 72px 0;
}

#maintenance-cta-inner h3 {
	font-size: 38px;
	font-weight: 700;
	line-height: 1.2;
	text-align: center;
	color: #3b4043;
	margin: 0 0 35px 0;
}
#maintenance-cta-inner h3 span {
	background: linear-gradient(transparent 80%, #fbc600 80%);
	padding: 0 10px;
}
#maintenance-cta-inner p.txt {
	font-size: 20px;
	font-weight: 700;
	line-height: 1.2;
	text-align: center;
	color: #3b4043;
	margin: 0 0 40px 0;
}

#maintenance-cta-wrapper {
	width: 930px;
	margin: 0 auto;
}

#maintenance-cta-tel {
	width: 450px;
	float: left;
	border: 1px solid #A8A8A8;
	background: #fff;
	min-height: 125px;
}
#maintenance-cta-tel p.tel {
	font-family: 'Oswald', sans-serif;
	font-size: 44px;
	font-weight: 900;
	line-height: 1.2;
	text-align: center;
	color: #3b4043;
	padding: 20px 0 10px 0;
}
#maintenance-cta-tel p.tel a {
	color: #3b4043;
}
#maintenance-cta-tel p.tel a:hover {
	color: #999;
}
#maintenance-cta-tel p.tel::before {
	content: '';
	display: inline-block;
	width: 32px;
	height: 32px;
	background-image: url("images/common/contact-tel.png");
	background-size: contain;
	vertical-align: middle;
	margin: -7px 10px 0 0;
}
#maintenance-cta-tel p.time {
	font-size: 15px;
	font-weight: 400;
	line-height: 1.2;
	text-align: center;
	color: #7e7e7e;
}

#maintenance-cta-bnr {
	width: 450px;
	float: right;
	border: 1px solid #A8A8A8;
	background: #fff;
	min-height: 125px;
}
#maintenance-cta-bnr p {
	text-align: center;
	padding: 20px 0 0 0;
}



/****************************************

	PARTS SALES

*****************************************/
#parts-box01 {
	width: 1200px;
	margin: 48px auto 140px auto;
	position: relative;
	height: 812px;
}

#parts-box01-image {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 1;
}
#parts-box01-image img {
	box-shadow: -24px 24px 0 rgba(248, 239, 206, 1);
}

#parts-box01-contents {
	position: absolute;
	top: 135px;
	left: 0;
	z-index: 5;
	width: 544px;
	float: left;
	background: rgba(255,255,255,0.9);
	padding: 50px;
	-moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.16);
	-webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.16);
	-ms-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.16);
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.16);
}
#parts-box01-contents h3 {
	color: #333;
	font-size: 30px;
	line-height: 1.4;
	font-weight: 700;
	margin: 0 0 25px 0;
}

#parts-box01-contents p {
	color: #333;
	font-size: 16px;
	line-height: 1.8;
	margin: 0 0 30px 0;
}

#parts-box01-contents ul {}
#parts-box01-contents ul li {
	color: #333;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.5;
	margin: 0 0 10px 0;
	padding: 0 0 0 20px;
	position: relative;
}
#parts-box01-contents ul li::before {
	content: '';
	display: block;
	position: absolute;
	top: .5em;
	left: 0;
	width: 10px;
	height: 5px;
	border-left: 3px solid #FBC600;
	border-bottom: 3px solid #FBC600;
	transform: rotate(-45deg);
}


#parts-cta {
	background: #F2F2F2;
	background-image: url("images/top/top-bg01.png");
	background-repeat: no-repeat;
	background-position: right bottom;
	background-size: 164px 330px;
	margin: 0 0 120px 0;
}
#parts-cta-inner {
	width: 930px;
	margin: 0 auto;
	padding: 72px 0;
}

#parts-cta-inner h3 {
	font-size: 38px;
	font-weight: 700;
	line-height: 1.2;
	text-align: center;
	color: #3b4043;
	margin: 0 0 35px 0;
}
#parts-cta-inner h3 span {
	background: linear-gradient(transparent 80%, #fbc600 80%);
	padding: 0 10px;
}
#parts-cta-inner p.txt {
	font-size: 20px;
	font-weight: 700;
	line-height: 1.2;
	text-align: center;
	color: #3b4043;
	margin: 0 0 40px 0;
}

#parts-cta-wrapper {
	width: 930px;
	margin: 0 auto;
}

#parts-cta-tel {
	width: 450px;
	float: left;
	border: 1px solid #A8A8A8;
	background: #fff;
	min-height: 125px;
}
#parts-cta-tel p.tel {
	font-family: 'Oswald', sans-serif;
	font-size: 44px;
	font-weight: 900;
	line-height: 1.2;
	text-align: center;
	color: #3b4043;
	padding: 20px 0 10px 0;
}
#parts-cta-tel p.tel a {
	color: #3b4043;
}
#parts-cta-tel p.tel a:hover {
	color: #999;
}
#parts-cta-tel p.tel::before {
	content: '';
	display: inline-block;
	width: 32px;
	height: 32px;
	background-image: url("images/common/contact-tel.png");
	background-size: contain;
	vertical-align: middle;
	margin: -7px 10px 0 0;
}
#parts-cta-tel p.time {
	font-size: 15px;
	font-weight: 400;
	line-height: 1.2;
	text-align: center;
	color: #7e7e7e;
}

#parts-cta-bnr {
	width: 450px;
	float: right;
	border: 1px solid #A8A8A8;
	background: #fff;
	min-height: 125px;
}
#parts-cta-bnr ul {
	padding: 34px 0 0 0;
	width: 366px;
	margin: 0 auto;
}
#parts-cta-bnr ul li {}
#parts-cta-bnr ul li:nth-of-type(1) {
	float: left;
	width: 170px;
}
#parts-cta-bnr ul li:nth-of-type(2) {
	float: right;
	width: 175px;
}



/****************************************

	DELIVERY

*****************************************/
#archives-catch {
	padding: 48px 0 0 0;
}
#archives-catch p {
	font-size: 18px;
	font-weight: 400;
	line-height: 1.4;
	text-align: center;
	color: #3B4043;
}


#archives-contens {
	width: 1090px;
	margin: 0 auto;
	padding: 65px 0 120px 0;
}

#archives-year {
	width: 200px;
	float: left;
}
#archives-year h3 {
	font-family: 'Oswald', sans-serif;
	color: #3B4043;
	font-size: 42px;
	line-height: 1.1;
	font-weight: 700;
	margin: 0 0 35px 0;
	position: relative;
	padding: 0 0 30px 0;
}
#archives-year h3:before {
	display: inline-block;
	position: absolute;
	content: '';
	bottom: 0;
	left: 0;
	width: 56px;
	height: 4px;
	background-color: #FBC600;
}

#archives-year ul {}
#archives-year ul li {
	color: #A8A8A8;
	font-size: 22px;
	line-height: 1.1;
	font-weight: 700;
	margin: 0 0 20px 0;
}
#archives-year ul li a {
	color: #A8A8A8;
}
#archives-year ul li.current a {
	color: #3B4043;
}


#archives-year .select_box {
	display: none;
}


#archives-list {
	width: 850px;
	float: right;
}
#archives-list ul {}
#archives-list ul li {
	width: 270px;
	float: left;
	background: #F2F2F2;
	margin: 0 20px 40px 0;
	box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.16);
}
#archives-list ul li:nth-of-type(3n) {
	margin: 0 0 40px 0;
}
#archives-list ul li p.archives-list-image {}
#archives-list ul li p.archives-list-image img {
	width: 270px;
	height: 270px;
}
#archives-list ul li p.archives-list-category {
	color: #A8A8A8;
	font-size: 14px;
	line-height: 1.2;
	font-weight: 700;
	padding: 10px 15px 2px 15px;
}
#archives-list ul li h1 {
	color: #3B4043;
	font-size: 24px;
	line-height: 1.2;
	font-weight: 700;
	padding: 0 15px 12px 15px;
}


#archives-single {
	width: 850px;
	float: right;
}

#archives-single-title {
	background: #f2f2f2;
	border-left: 8px solid #fbc600;
	margin: 0 0 50px 0;
}
#archives-single-title p.archives-single-category {
	color: #A8A8A8;
	font-size: 14px;
	line-height: 1.2;
	font-weight: 700;
	padding: 15px 15px 5px 15px;
}
#archives-single-title h1 {
	color: #3B4043;
	font-size: 24px;
	line-height: 1.2;
	font-weight: 700;
	padding: 0 15px 17px 15px;
}

#archives-single-article {
	margin: 0 0 50px 0;
}
#archives-single-article p {
	font-size: 16px;
	font-weight: 400;
	line-height: 1.75;
	color: #3B4043;
	margin: 0 0 30px 0;
}

#archives-single-article img {
	max-width: 80%;
	height: auto;
}
#archives-single-article img.alignright {
	max-width: 400px;
	height: auto;
}
#archives-single-article img.aligncenter {
	max-width: 80%;
	height: auto;
}
#archives-single-article img.alignleft {
	max-width: 400px;
	height: auto;
}


.archives-single-article-nav {}
.archives-single-article-nav-prev {
	width: 56px;
	float: left;
}
.archives-single-article-nav-prev a {
	width: 56px;
	height: 56px;
	position: relative;
	display: inline-block;
	padding: 0 0 0 16px;
	color: #000;
	vertical-align: middle;
	text-decoration: none;
	font-size: 15px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}
.archives-single-article-nav-prev a::before{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	content: "";
	vertical-align: middle;
	box-sizing: border-box;
	width: 56px;
	height: 56px;
	background: #f2f2f2;
	border: 1px solid #e5e5e5;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}
.archives-single-article-nav-prev a::after{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 25px;
	margin: auto;
	content: "";
	vertical-align: middle;
	width: 10px;
	height: 10px;
	border-top: 2px solid #3C4043;
	border-right: 2px solid #3C4043;
	-webkit-transform: rotate(225deg);
	transform: rotate(225deg);
}

.archives-single-article-nav-back {
	width: calc(100% - 112px);
	float: left;
	text-align: center;
}
.archives-single-article-nav-back a {
	font-size: 18px;
	font-weight: 700;
	line-height: 56px;
	color: #5481A2;
	position: relative;
}
.archives-single-article-nav-back a::after{
	position: absolute;
	top: 5px;
	bottom: 0;
	left: -20px;
	margin: auto;
	content: "";
	vertical-align: middle;
	width: 10px;
	height: 10px;
	border-top: 2px solid #A8A8A8;
	border-right: 2px solid #A8A8A8;
	-webkit-transform: rotate(225deg);
	transform: rotate(225deg);
}

.archives-single-article-nav-next {
	width: 56px;
	float: right;
}
.archives-single-article-nav-next a {
	width: 56px;
	height: 56px;
	position: relative;
	display: inline-block;
	padding: 0 0 0 16px;
	color: #000;
	vertical-align: middle;
	text-decoration: none;
	font-size: 15px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}
.archives-single-article-nav-next a::before{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	content: "";
	vertical-align: middle;
	box-sizing: border-box;
	width: 56px;
	height: 56px;
	background: #f2f2f2;
	border: 1px solid #e5e5e5;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}
.archives-single-article-nav-next a::after{
	position: absolute;
	top: 0;
	bottom: 0;
	right: 25px;
	margin: auto;
	content: "";
	vertical-align: middle;
	width: 10px;
	height: 10px;
	border-top: 2px solid #3C4043;
	border-right: 2px solid #3C4043;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}



/****************************************

	CONTACT

*****************************************/
#contact-area {
	width: 752px;
	margin: 56px auto 120px auto;
}

#contact-area p.contact-guidance {
	text-align: center;
	color: #3B4043;
	font-size: 16px;
	line-height: 1.75;
	margin: 0 0 20px 0;
}
#contact-area p.contact-caution {
	text-align: center;
	color: #707F89;
	font-size: 14px;
	line-height: 1.7;
	margin: 0 0 56px 0;
}

#contact-area p.contact-guidance02 {
	text-align: center;
	color: #3B4043;
	font-size: 16px;
	line-height: 1.75;
	margin: 0 0 70px 0;
}

#contact-area .contact-item {
	margin: 0 0 32px 0;
}
#contact-area .contact-item-ttl {
	width: 220px;
	float: left;
	padding: 11px 0 0 0px;
	color: #3B4043;
	font-size: 16px;
	font-weight: 700;
}
#contact-area .contact-item-ttl span.item-required {
	background: #e53b62;
	border-radius: 3px;
	padding: 5px 10px;
	font-size: 11px;
	font-weight: 700;
	line-height: 1.2;
	text-align: center;
	color: #fbe800;
	float: right;
	margin: 2px 0 0 0;
}

#contact-area .contact-item-contents {
	width: 512px;
	float: right;
}

.wpcf7-not-valid-tip {
	color: #E53B62 !important;
	font-size: 14px !important;
}
.wpcf7-not-valid {
	border: 1px solid #E53B62 !important;
}


#contact-area .contact-item-contents input[name="your-address"],
#contact-area .contact-item-contents input[name="your-email"],
#contact-area .contact-item-contents input[name="your-tel"],
#contact-area .contact-item-contents input[name="your-name"] {
	width: 100%;
	padding: 16px 20px;
	border: 1px solid #C7C7C7;
	font-size: 16px;
}
#contact-area .contact-item-contents input[name="your-address"]:focus,
#contact-area .contact-item-contents input[name="your-email"]:focus,
#contact-area .contact-item-contents input[name="your-tel"]:focus,
#contact-area .contact-item-contents input[name="your-name"]:focus {
	border: 1px solid #272727;
	outline: 0;
}


#contact-area .contact-item-contents textarea[name="your-message"] {
	width: 100%;
	padding: 16px 20px;
	height: 160px;
	border: 1px solid #C7C7C7;
	font-size: 16px;
}
#contact-area .contact-item-contents textarea[name="your-message"]:focus {
	border: 1px solid #272727;
	outline: 0;
}


#contact-area .contact-item-btn {
	width: 220px;
	margin: 60px auto 0 auto;
	position: relative;
}
#contact-area .contact-item-btn::before {
	position: absolute;
	top: 22px;
	right: 18px;
	margin: auto;
	content: "";
	vertical-align: middle;
	width: 8px;
	height: 8px;
	border-top: 2px solid #fbc600;
	border-right: 2px solid #fbc600;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
#contact-area .contact-item-btn input[type="submit"] {
	display: block;
	outline: 0;
	cursor: pointer;
	border: none;
	margin: 0 auto;
	transition: 0.3s;
	color: #fbc600;
	font-size: 16px;
	font-weight: 700;
	line-height: 48px;
	text-align: center;
	background: #323434;
	width: 220px;
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
	-ms-border-radius: 25px;
	border-radius: 25px;
}
#contact-area .contact-item-btn input[type="submit"]:hover {
	background: #555;
}



#contact-comfirm {
	width: 752px;
	margin: 56px auto 120px auto;
}

#contact-comfirm p.contact-guidance {
	text-align: center;
	color: #3B4043;
	font-size: 16px;
	line-height: 1.75;
	margin: 0 0 70px 0;
}

#contact-comfirm .contact-item {
	margin: 0 0 32px 0;
}
#contact-comfirm .contact-item-ttl {
	width: 220px;
	float: left;
	padding: 11px 0 0 0px;
	color: #3B4043;
	font-size: 16px;
	font-weight: 700;
}
#contact-comfirm .contact-item-ttl span.item-required {
	background: #e53b62;
	border-radius: 3px;
	padding: 5px 10px;
	font-size: 11px;
	font-weight: 700;
	line-height: 1.2;
	text-align: center;
	color: #fbe800;
	float: right;
	margin: 2px 0 0 0;
}

#contact-comfirm .contact-item-contents {
	width: 512px;
	float: right;
	border-bottom: 1px solid #C7C7C7;
	padding: 11px 0 8px 0px;
	color: #3B4043;
	font-size: 20px;
	font-weight: 700;
}


#contact-comfirm .contact-item-btnarea {
	width: 464px;
	margin: 64px auto 0 auto;
}

#contact-comfirm .contact-item-btnarea .contact-item-btn {
	width: 220px;
	float: right;
	position: relative;
}
#contact-comfirm .contact-item-btnarea .contact-item-btn::before {
	position: absolute;
	top: 22px;
	right: 18px;
	margin: auto;
	content: "";
	vertical-align: middle;
	width: 8px;
	height: 8px;
	border-top: 2px solid #fbc600;
	border-right: 2px solid #fbc600;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
#contact-comfirm .contact-item-btnarea .contact-item-btn input[type="submit"] {
	display: block;
	outline: 0;
	cursor: pointer;
	border: none;
	margin: 0 auto;
	transition: 0.3s;
	color: #fbc600;
	font-size: 16px;
	font-weight: 700;
	line-height: 48px;
	text-align: center;
	background: #323434;
	width: 220px;
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
	-ms-border-radius: 25px;
	border-radius: 25px;
}
#contact-comfirm .contact-item-btnarea .contact-item-btn input[type="submit"]:hover {
	background: #555;
}


#contact-comfirm .contact-item-btnarea .contact-item-back-btn {
	width: 220px;
	float: left;
	position: relative;
}
#contact-comfirm .contact-item-btnarea .contact-item-back-btn::before {
	position: absolute;
	top: 22px;
	left: 18px;
	margin: auto;
	content: "";
	vertical-align: middle;
	width: 8px;
	height: 8px;
	border-top: 2px solid #4782A5;
	border-right: 2px solid #4782A5;
	-webkit-transform: rotate(225deg);
	transform: rotate(225deg);
}
#contact-comfirm .contact-item-btnarea .contact-item-back-btn input[type="button"] {
	display: block;
	outline: 0;
	cursor: pointer;
	margin: 0 auto;
	transition: 0.3s;
	color: #4782A5;
	font-size: 16px;
	font-weight: 700;
	line-height: 48px;
	text-align: center;
	border: 1px solid #A8A8A8;;
	background: #fff;
	width: 220px;
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
	-ms-border-radius: 25px;
	border-radius: 25px;
}
#contact-comfirm .contact-item-btnarea .contact-item-back-btn input[type="button"]:hover {
	background: #eee;
}



#contact-thanks {
	margin: 56px 15px 100px 15px;
}

#contact-thanks h3 {
	text-align: center;
	color: #3B4043;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.1;
	margin: 0 0 56px 0;
}

#contact-thanks p.contact-guidance {
	text-align: center;
	color: #3B4043;
	font-size: 16px;
	line-height: 1.75;
	margin: 0 0 32px 0;
}
#contact-thanks p.contact-caution {
	text-align: center;
	color: #707F89;
	font-size: 14px;
	line-height: 1.7;
	margin: 0 0 40px 0;
}

#contact-thanks p.contact-top-btn a {
	color: #4782A5;
	font-size: 16px;
	font-weight: 700;
	line-height: 48px;
	text-align: center;
	border: 1px solid #A8A8A8;
	background: #fff;
	width: 220px;
	margin: 0 auto;
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
	-ms-border-radius: 25px;
	border-radius: 25px;
	display: block;
	position: relative;
	padding: 0 0 0 5px;
}
#contact-thanks p.contact-top-btn a::before {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 20px;
	margin: auto;
	content: "";
	vertical-align: middle;
	width: 8px;
	height: 8px;
	border-top: 2px solid #4782A5;
	border-right: 2px solid #4782A5;
	-webkit-transform: rotate(225deg);
	transform: rotate(225deg);
}
#contact-thanks p.contact-top-btn a:hover {
	background: #eee;
}



/****************************************

	ASSESMENT

*****************************************/
#assesment {
	width: 752px;
	margin: 56px auto 120px auto;
}

#assesment h3 {
	text-align: center;
	color: #3B4043;
	font-size: 24px;
	line-height: 1.5;
	margin: 0 0 35px 0;
}
#assesment p.assesment-guidance {
	text-align: center;
	color: #3B4043;
	font-size: 16px;
	line-height: 1.75;
	margin: 0 0 20px 0;
}
#assesment p.assesment-caution {
	text-align: center;
	color: #707F89;
	font-size: 14px;
	line-height: 1.7;
	margin: 0 0 56px 0;
}

#assesment h4 {
	background: #f2f2f2;
	border-left: 8px solid #fbc600;
	color: #3B4043;
	font-size: 20px;
	line-height: 1.2;
	font-weight: 700;
	padding: 13px 16px 13px 16px;
	margin: 0 0 32px 0;
}
#assesment h4 span {
	color: #3B4043;
	font-size: 13px;
	margin: 0 0 0 15px;
}

#assesment h5 {
	border-bottom: 6px double #C3C7CA;
	color: #707F89;
	font-size: 16px;
	line-height: 1.2;
	font-weight: 700;
	padding: 25px 0 10px 0;
	margin: 0 0 20px 0;
}


#assesment .assesment-item {
	margin: 0 0 32px 0;
}
#assesment .assesment-item-ttl {
	width: 300px;
	float: left;
	padding: 11px 0 0 0px;
	color: #3B4043;
	font-size: 16px;
	font-weight: 700;
}
#assesment .assesment-item-ttl span {
	font-size: 14px;
}
#assesment .assesment-item-ttl span.item-required {
	background: #e53b62;
	border-radius: 3px;
	padding: 5px 10px;
	font-size: 11px;
	font-weight: 700;
	line-height: 1.2;
	text-align: center;
	color: #fbe800;
	float: right;
	margin: 2px 0 0 0;
}
#assesment .assesment-item-contents {
	width: 432px;
	float: right;
}

#assesment .assesment-item-contents input[name="your-carcolor"],
#assesment .assesment-item-contents input[name="your-cargrade"],
#assesment .assesment-item-contents input[name="your-carname"],
#assesment .assesment-item-contents input[name="your-carserial"],
#assesment .assesment-item-contents input[name="your-address"],
#assesment .assesment-item-contents input[name="your-email"],
#assesment .assesment-item-contents input[name="your-tel"],
#assesment .assesment-item-contents input[name="your-name"] {
	width: 100%;
	padding: 16px 20px;
	border: 1px solid #C7C7C7;
	font-size: 16px;
}
#assesment .assesment-item-contents input[name="your-carcolor"]:focus,
#assesment .assesment-item-contents input[name="your-cargrade"]:focus,
#assesment .assesment-item-contents input[name="your-carname"]:focus,
#assesment .assesment-item-contents input[name="your-carserial"]:focus,
#assesment .assesment-item-contents input[name="your-address"]:focus,
#assesment .assesment-item-contents input[name="your-email"]:focus,
#assesment .assesment-item-contents input[name="your-tel"]:focus,
#assesment .assesment-item-contents input[name="your-name"]:focus {
	border: 1px solid #272727;
	outline: 0;
}

#assesment .assesment-item-contents input[name="your-birthday1"] {
	width: 100px;
	padding: 16px;
	border: 1px solid #C7C7C7;
	font-size: 16px;
	margin: 0 10px 0 0;
}
#assesment .assesment-item-contents input[name="your-birthday1"]:focus {
	border: 1px solid #272727;
	outline: 0;
}

#assesment .assesment-item-contents input[name="your-birthday3"],
#assesment .assesment-item-contents input[name="your-birthday2"] {
	width: 55px;
	padding: 16px;
	border: 1px solid #C7C7C7;
	font-size: 16px;
	margin: 0 10px 0 10px;
}
#assesment .assesment-item-contents input[name="your-birthday3"]:focus,
#assesment .assesment-item-contents input[name="your-birthday2"]:focus {
	border: 1px solid #272727;
	outline: 0;
}

#assesment .assesment-item-contents input[name="your-carmodelyear"] {
	width: 100px;
	padding: 16px;
	border: 1px solid #C7C7C7;
	font-size: 16px;
	margin: 0 15px 0 15px;
}
#assesment .assesment-item-contents input[name="your-carmodelyear"]:focus {
	border: 1px solid #272727;
	outline: 0;
}

#assesment .assesment-item-contents input[name="your-carmileage"],
#assesment .assesment-item-contents input[name="your-cardisplacement"] {
	width: 100px;
	padding: 16px;
	border: 1px solid #C7C7C7;
	font-size: 16px;
	margin: 0 15px 0 0;
}
#assesment .assesment-item-contents input[name="your-carmileage"]:focus,
#assesment .assesment-item-contents input[name="your-cardisplacement"]:focus {
	border: 1px solid #272727;
	outline: 0;
}

#assesment .assesment-item-contents input[name="your-carfirstyearreg01"] {
	width: 100px;
	padding: 16px;
	border: 1px solid #C7C7C7;
	font-size: 16px;
	margin: 0 15px 0 15px;
}
#assesment .assesment-item-contents input[name="your-carfirstyearreg01"]:focus {
	border: 1px solid #272727;
	outline: 0;
}
#assesment .assesment-item-contents input[name="your-carfirstyearreg02"] {
	width: 55px;
	padding: 16px;
	border: 1px solid #C7C7C7;
	font-size: 16px;
	margin: 0 15px 0 15px;
}
#assesment .assesment-item-contents input[name="your-carfirstyearreg02"]:focus {
	border: 1px solid #272727;
	outline: 0;
}


#assesment [data-name="your-carloan"] .wpcf7-list-item,
#assesment [data-name="your-season"] .wpcf7-list-item,
#assesment [data-name="your-basis"] .wpcf7-list-item,
#assesment [data-name="your-cartouroku"] .wpcf7-list-item,
#assesment [data-name="your-carhandle"] .wpcf7-list-item,
#assesment [data-name="your-carturbo"] .wpcf7-list-item,
#assesment [data-name="your-carfuel"] .wpcf7-list-item,
#assesment [data-name="your-cardriving"] .wpcf7-list-item,
#assesment [data-name="your-cardoor"] .wpcf7-list-item,
#assesment [data-name="your-caratmt"] .wpcf7-list-item,
#assesment [data-name="your-reason"] .wpcf7-list-item,
#assesment [data-name="your-waystocontact"] .wpcf7-list-item {
	margin: 0 40px 0 0;
	padding: 0 0 5px 0;
}


#assesment [data-name="your-carforeign"] .wpcf7-list-item {
	margin: 0 40px 0 0;
	padding: 0 0 5px 0;
}
#assesment [data-name="your-carforeign"] .wpcf7-list-item:last-of-type {
	margin: 0;
	padding: 0 0 5px 0;
}


#assesment .wpcf7-list-item-label {
	cursor: pointer;
	display: flex;
}
/* デフォルトのボタン */
#assesment input[type="radio"] {
	opacity: 0; /* デフォルトのボタンを非表示 */
	position: absolute;
}
/* チェック前のボタン */
#assesment .wpcf7-list-item-label::before {
	background: #fff;
	border: 1px solid #A8A8A8;
	border-radius: 100%; /* ラジオボタンっぽく丸くする */
	content: "";
	height: 1.2em;
	margin-bottom: auto;
	margin-right: .5em;
	margin-top: auto;
	transition: background-color .5s; /* 色をじんわり変化させる */
	width: 1.2em;
}
/* チェック後のボタン */
#assesment input[type="radio"]:checked + .wpcf7-list-item-label::before {
	background-color: #FBC600; /* チェック後の中心の色 */
	box-shadow: inset 0 0 0 3px #fff; /* 中心の色のスタイル */
}


#assesment .assesment-item02 {
	margin: 0 0 32px 0;
}
#assesment .assesment-item02-ttl {
	width: 300px;
	float: left;
	color: #3B4043;
	font-size: 16px;
	font-weight: 700;
}
#assesment .assesment-item02-contents {
	width: 432px;
	float: right;
}
#assesment .assesment-item02-contents .wpcf7-radio {
	color: #3B4043;
	font-size: 18px;
	font-weight: 700;
}

#assesment .assesment-item02-contents textarea[name="your-carsalespoint"] {
	width: 100%;
	padding: 16px 20px;
	height: 160px;
	border: 1px solid #C7C7C7;
	font-size: 16px;
}
#assesment .assesment-item02-contents textarea[name="your-carsalespoint"]:focus {
	border: 1px solid #272727;
	outline: 0;
}


#assesment .assesment-item02-box {
	margin: 10px 0 20px 0;
}
#assesment .assesment-item02-box input[name="your-carloan-ari"] {
	width: 100px;
	padding: 16px;
	border: 1px solid #C7C7C7;
	font-size: 16px;
	margin: 0 15px 0 15px;
}
#assesment .assesment-item02-box input[name="your-carloan-ari"]:focus {
	border: 1px solid #272727;
	outline: 0;
}


#assesment .assesment-item03 {
	margin: 0 0 32px 0;
}
#assesment .assesment-item03 .wpcf7-radio {
	color: #3B4043;
	font-size: 18px;
	font-weight: 700;
}

#assesment .assesment-item03-box {
	margin: 10px 0 20px 32px;
}
#assesment .assesment-item03-box input[name="your-reason05-cartype"],
#assesment .assesment-item03-box input[name="your-reason04-cartype"] {
	width: 35%;
	padding: 16px;
	border: 1px solid #C7C7C7;
	font-size: 16px;
	margin: 0 15px 0 15px;
}
#assesment .assesment-item03-box input[name="your-reason05-cartype"]:focus,
#assesment .assesment-item03-box input[name="your-reason04-cartype"]:focus {
	border: 1px solid #272727;
	outline: 0;
}
#assesment .assesment-item03-box input[name="your-reason05-carbudget"],
#assesment .assesment-item03-box input[name="your-reason04-carbudget"] {
	width: 35%;
	padding: 16px;
	border: 1px solid #C7C7C7;
	font-size: 16px;
	margin: 0 0 0 15px;
}
#assesment .assesment-item03-box input[name="your-reason05-carbudget"]:focus,
#assesment .assesment-item03-box input[name="your-reason04-carbudget"]:focus {
	border: 1px solid #272727;
	outline: 0;
}

#assesment .assesment-item03-box02 {
	margin: 10px 0 20px 0;
}
#assesment .assesment-item03-box02 input[name="your-reason06-etc"] {
	width: 80%;
	padding: 16px;
	border: 1px solid #C7C7C7;
	font-size: 16px;
}
#assesment .assesment-item03-box02 input[name="your-reason06-etc"]:focus {
	border: 1px solid #272727;
	outline: 0;
}


#assesment .assesment-item04 {
	margin: 0 0 32px 0;
}
#assesment .assesment-item04 input[name="your-desired-amount"] {
	width: 100px;
	padding: 16px;
	border: 1px solid #C7C7C7;
	font-size: 16px;
	margin: 0 15px 0 0;
}
#assesment .assesment-item04 input[name="your-desired-amount"]:focus {
	border: 1px solid #272727;
	outline: 0;
}


#assesment .assesment-item05 {
	margin: 0 0 32px 0;
}
#assesment .assesment-item05 .wpcf7-radio {
	color: #3B4043;
	font-size: 18px;
	font-weight: 700;
}
#assesment .assesment-item05-box {
	margin: 10px 0 20px 0;
}
#assesment .assesment-item05-box input[name="your-basis-etc"] {
	width: 80%;
	padding: 16px;
	border: 1px solid #C7C7C7;
	font-size: 16px;
}
#assesment .assesment-item05-box input[name="your-basis-etc"]:focus {
	border: 1px solid #272727;
	outline: 0;
}


#assesment .assesment-item06 {
	margin: 0 0 80px 0;
}
#assesment .assesment-item06 .wpcf7-radio {
	color: #3B4043;
	font-size: 18px;
	font-weight: 700;
}
#assesment .assesment-item06-box {
	margin: 10px 0 20px 0;
}
#assesment .assesment-item06-box input[name="your-season-etc"] {
	width: 80%;
	padding: 16px;
	border: 1px solid #C7C7C7;
	font-size: 16px;
}
#assesment .assesment-item06-box input[name="your-season-etc"]:focus {
	border: 1px solid #272727;
	outline: 0;
}


#assesment .assesment-item-btn {
	width: 220px;
	margin: 60px auto 0 auto;
	position: relative;
}
#assesment .assesment-item-btn::before {
	position: absolute;
	top: 22px;
	right: 18px;
	margin: auto;
	content: "";
	vertical-align: middle;
	width: 8px;
	height: 8px;
	border-top: 2px solid #fbc600;
	border-right: 2px solid #fbc600;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
#assesment .assesment-item-btn input[type="submit"] {
	display: block;
	outline: 0;
	cursor: pointer;
	border: none;
	margin: 0 auto;
	transition: 0.3s;
	color: #fbc600;
	font-size: 16px;
	font-weight: 700;
	line-height: 48px;
	text-align: center;
	background: #323434;
	width: 220px;
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
	-ms-border-radius: 25px;
	border-radius: 25px;
}
#assesment .assesment-item-btn input[type="submit"]:hover {
	background: #555;
}


#assesment-comfirm {
	width: 752px;
	margin: 56px auto 120px auto;
}

#assesment-comfirm p.assesment-guidance {
	text-align: center;
	color: #3B4043;
	font-size: 16px;
	line-height: 1.75;
	margin: 0 0 70px 0;
}

#assesment-comfirm h4 {
	background: #f2f2f2;
	border-left: 8px solid #fbc600;
	color: #3B4043;
	font-size: 20px;
	line-height: 1.2;
	font-weight: 700;
	padding: 13px 16px 13px 16px;
	margin: 0 0 32px 0;
}
#assesment-comfirm h4 span {
	color: #3B4043;
	font-size: 13px;
	margin: 0 0 0 15px;
}

#assesment-comfirm h5 {
	border-bottom: 6px double #C3C7CA;
	color: #707F89;
	font-size: 16px;
	line-height: 1.2;
	font-weight: 700;
	padding: 25px 0 10px 0;
	margin: 0 0 20px 0;
}


#assesment-comfirm .assesment-item {
	margin: 0 0 32px 0;
}
#assesment-comfirm .assesment-item-ttl {
	width: 300px;
	float: left;
	padding: 11px 0 0 0px;
	color: #3B4043;
	font-size: 16px;
	font-weight: 700;
}
#assesment-comfirm .assesment-item-ttl span {
	font-size: 14px;
}
#assesment-comfirm .assesment-item-ttl span.item-required {
	background: #e53b62;
	border-radius: 3px;
	padding: 5px 10px;
	font-size: 11px;
	font-weight: 700;
	line-height: 1.2;
	text-align: center;
	color: #fbe800;
	float: right;
	margin: 2px 0 0 0;
}
#assesment-comfirm .assesment-item-contents {
	width: 432px;
	float: right;
	border-bottom: 1px solid #C7C7C7;
	padding: 11px 0 8px 0px;
	color: #3B4043;
	font-size: 20px;
	font-weight: 700;
}


#assesment-comfirm .assesment-item02 {
	margin: 0 0 32px 0;
}
#assesment-comfirm .assesment-item02-ttl {
	width: 300px;
	float: left;
	padding: 11px 0 0 0px;
	color: #3B4043;
	font-size: 16px;
	font-weight: 700;
}
#assesment-comfirm .assesment-item02-contents {
	width: 432px;
	float: right;
	border-bottom: 1px solid #C7C7C7;
	padding: 11px 0 8px 0px;
	color: #3B4043;
	font-size: 20px;
	font-weight: 700;
}


#assesment-comfirm .assesment-item02-box {
	margin: 10px 0 20px 0;
}


#assesment-comfirm .assesment-item03 {
	margin: 0 0 32px 0;
	color: #3B4043;
	font-size: 18px;
	font-weight: 700;
}
#assesment-comfirm .assesment-item03-box {
	margin: 10px 0 10px 0;
	font-size: 16px;
	font-weight: 300;
	background: #F3F3F3;
	padding: 10px 15px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-ms-border-radius: 10px;
	border-radius: 10px;
}
#assesment-comfirm .assesment-item03-box span {
	margin: 0 30px 0 15px;
	font-size: 18px;
	font-weight: 700;
}

#assesment-comfirm .assesment-item03-box02 {
	margin: 10px 0 10px 0;
	font-size: 16px;
	font-weight: 300;
	background: #F3F3F3;
	padding: 10px 15px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-ms-border-radius: 10px;
	border-radius: 10px;
}
#assesment-comfirm .assesment-item03-box02 span {
	margin: 0;
	font-size: 18px;
	font-weight: 700;
}


#assesment-comfirm .assesment-item04 {
	margin: 0 0 32px 0;
	color: #3B4043;
	font-size: 16px;
	font-weight: 300;
}
#assesment-comfirm .assesment-item04 span {
	margin: 0 5px 0 0;
	font-size: 18px;
	font-weight: 700;
}


#assesment-comfirm .assesment-item05 {
	margin: 0 0 32px 0;
	color: #3B4043;
	font-size: 18px;
	font-weight: 700;
}
#assesment-comfirm .assesment-item05 .wpcf7-radio {
	color: #3B4043;
	font-size: 18px;
	font-weight: 700;
}
#assesment-comfirm .assesment-item05-box {
	margin: 10px 0 20px 0;
}


#assesment-comfirm .assesment-item06 {
	margin: 0 0 80px 0;
	color: #3B4043;
	font-size: 18px;
	font-weight: 700;
}
#assesment-comfirm .assesment-item06 .wpcf7-radio {
	color: #3B4043;
	font-size: 18px;
	font-weight: 700;
}
#assesment-comfirm .assesment-item06-box {
	margin: 10px 0 20px 0;
}


#assesment-comfirm .assesment-item07 {
	margin: 0 0 32px 0;
}
#assesment-comfirm .assesment-item07-ttl {
	width: 300px;
	float: left;
	padding: 11px 0 0 0px;
	color: #3B4043;
	font-size: 16px;
	font-weight: 700;
}
#assesment-comfirm .assesment-item07-ttl span {
	font-size: 14px;
}
#assesment-comfirm .assesment-item07-ttl span.item-required {
	background: #e53b62;
	border-radius: 3px;
	padding: 5px 10px;
	font-size: 11px;
	font-weight: 700;
	line-height: 1.2;
	text-align: center;
	color: #fbe800;
	float: right;
	margin: 2px 0 0 0;
}
#assesment-comfirm .assesment-item07-contents {
	width: 432px;
	float: right;
	border-bottom: 1px solid #C7C7C7;
	padding: 11px 0 8px 0px;
	color: #3B4043;
	font-size: 16px;
	font-weight: 300;
}
#assesment-comfirm .assesment-item07-contents span {
	color: #3B4043;
	font-size: 20px;
	font-weight: 700;
	margin: 0 10px 0 10px;
}


#assesment-comfirm .assesment-item08 {
	margin: 0 0 32px 0;
}
#assesment-comfirm .assesment-item08-ttl {
	width: 300px;
	float: left;
	padding: 11px 0 0 0px;
	color: #3B4043;
	font-size: 16px;
	font-weight: 700;
}
#assesment-comfirm .assesment-item08-ttl span {
	font-size: 14px;
}
#assesment-comfirm .assesment-item08-ttl span.item-required {
	background: #e53b62;
	border-radius: 3px;
	padding: 5px 10px;
	font-size: 11px;
	font-weight: 700;
	line-height: 1.2;
	text-align: center;
	color: #fbe800;
	float: right;
	margin: 2px 0 0 0;
}
#assesment-comfirm .assesment-item08-contents {
	width: 432px;
	float: right;
	border-bottom: 1px solid #C7C7C7;
	padding: 11px 0 8px 0px;
	color: #3B4043;
	font-size: 16px;
	font-weight: 300;
}
#assesment-comfirm .assesment-item08-contents span {
	color: #3B4043;
	font-size: 20px;
	font-weight: 700;
	margin: 0 10px 0 0;
}

#assesment-comfirm .assesment-item08-box {
	margin: 10px 0 10px 0;
	font-size: 16px;
	font-weight: 300;
	background: #F3F3F3;
	padding: 10px 15px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-ms-border-radius: 10px;
	border-radius: 10px;
}
#assesment-comfirm .assesment-item08-box span {
	font-size: 20px;
	font-weight: 700;
	margin: 0 10px 0 10px;
}


#assesment-comfirm .assesment-item-btnarea {
	width: 464px;
	margin: 64px auto 0 auto;
}

#assesment-comfirm .assesment-item-btnarea .assesment-item-btn {
	width: 220px;
	float: right;
	position: relative;
}
#assesment-comfirm .assesment-item-btnarea .assesment-item-btn::before {
	position: absolute;
	top: 22px;
	right: 18px;
	margin: auto;
	content: "";
	vertical-align: middle;
	width: 8px;
	height: 8px;
	border-top: 2px solid #fbc600;
	border-right: 2px solid #fbc600;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
#assesment-comfirm .assesment-item-btnarea .assesment-item-btn input[type="submit"] {
	display: block;
	outline: 0;
	cursor: pointer;
	border: none;
	margin: 0 auto;
	transition: 0.3s;
	color: #fbc600;
	font-size: 16px;
	font-weight: 700;
	line-height: 48px;
	text-align: center;
	background: #323434;
	width: 220px;
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
	-ms-border-radius: 25px;
	border-radius: 25px;
}
#assesment-comfirm .assesment-item-btnarea .assesment-item-btn input[type="submit"]:hover {
	background: #555;
}


#assesment-comfirm .assesment-item-btnarea .assesment-item-back-btn {
	width: 220px;
	float: left;
	position: relative;
}
#assesment-comfirm .assesment-item-btnarea .assesment-item-back-btn::before {
	position: absolute;
	top: 22px;
	left: 18px;
	margin: auto;
	content: "";
	vertical-align: middle;
	width: 8px;
	height: 8px;
	border-top: 2px solid #4782A5;
	border-right: 2px solid #4782A5;
	-webkit-transform: rotate(225deg);
	transform: rotate(225deg);
}
#assesment-comfirm .assesment-item-btnarea .assesment-item-back-btn input[type="button"] {
	display: block;
	outline: 0;
	cursor: pointer;
	margin: 0 auto;
	transition: 0.3s;
	color: #4782A5;
	font-size: 16px;
	font-weight: 700;
	line-height: 48px;
	text-align: center;
	border: 1px solid #A8A8A8;;
	background: #fff;
	width: 220px;
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
	-ms-border-radius: 25px;
	border-radius: 25px;
}
#assesment-comfirm .assesment-item-btnarea .assesment-item-back-btn input[type="button"]:hover {
	background: #eee;
}


#assesment-thanks {
	margin: 56px 15px 100px 15px;
}

#assesment-thanks h3 {
	text-align: center;
	color: #3B4043;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.1;
	margin: 0 0 56px 0;
}

#assesment-thanks p.assesment-guidance {
	text-align: center;
	color: #3B4043;
	font-size: 16px;
	line-height: 1.75;
	margin: 0 0 32px 0;
}
#assesment-thanks p.assesment-caution {
	text-align: center;
	color: #707F89;
	font-size: 14px;
	line-height: 1.7;
	margin: 0 0 40px 0;
}

#assesment-thanks p.assesment-top-btn a {
	color: #4782A5;
	font-size: 16px;
	font-weight: 700;
	line-height: 48px;
	text-align: center;
	border: 1px solid #A8A8A8;
	background: #fff;
	width: 220px;
	margin: 0 auto;
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
	-ms-border-radius: 25px;
	border-radius: 25px;
	display: block;
	position: relative;
	padding: 0 0 0 5px;
}
#assesment-thanks p.assesment-top-btn a::before {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 20px;
	margin: auto;
	content: "";
	vertical-align: middle;
	width: 8px;
	height: 8px;
	border-top: 2px solid #4782A5;
	border-right: 2px solid #4782A5;
	-webkit-transform: rotate(225deg);
	transform: rotate(225deg);
}
#assesment-thanks p.assesment-top-btn a:hover {
	background: #eee;
}



/****************************************

	CONTACT CTA

*****************************************/
#contact-cta {
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	background-image: url("images/common/contact-cta-bg01.jpg");
	padding: 90px 0 120px 0;
}
#contact-cta h2 {
	text-align: center;
	color: #fff;
	font-size: 36px;
	line-height: 1.1;
	font-weight: 900;
	position: relative;
	margin: 0 0 40px 0;
	padding: 0 0 30px 0;
}
#contact-cta h2:before {
	display: inline-block;
	position: absolute;
	content: '';
	bottom: 0;
	left: 50%;
	width: 56px;
	height: 4px;
	-moz-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translate(-50%);
	background-color: #FBC600;
}

#contact-cta-wrapper {
	width: 1090px;
	margin: 0 auto;
	border: 1px solid #fff;
	padding: 10px;
}
#contact-cta-inner {
	background: #fff;
	padding: 30px 0 30px 0;
}
#contact-cta-box {
	width: 850px;
	margin: 0 auto;
}


#contact-cta-representative {
	width: 400px;
	float: left;
}
#contact-cta-representative h3 {
	text-align: center;
	font-size: 26px;
	font-weight: 700;
	line-height: 1.2;
	color: #3B4043;
	padding: 0 0 5px 0;
}
#contact-cta-representative p.tel {
	text-align: center;
	font-family: 'Oswald', sans-serif;
	font-size: 54px;
	font-weight: 900;
	line-height: 1.2;
	color: #3b4043;
	padding: 0 0 5px 0;
}
#contact-cta-representative p.tel a {
	color: #3b4043;
}
#contact-cta-representative p.tel a:hover {
	color: #999;
}
#contact-cta-representative p.tel::before {
	content: '';
	display: inline-block;
	width: 42px;
	height: 42px;
	background-image: url("images/common/contact-tel.png");
	background-size: contain;
	vertical-align: middle;
	margin: -7px 10px 0 0;
}


#contact-cta-parts {
	width: 400px;
	float: right;
}
#contact-cta-parts h3 {
	text-align: center;
	font-size: 26px;
	font-weight: 700;
	line-height: 1.2;
	color: #3B4043;
	padding: 0 0 5px 0;
}
#contact-cta-parts p.tel {
	text-align: center;
	font-family: 'Oswald', sans-serif;
	font-size: 54px;
	font-weight: 900;
	line-height: 1.2;
	color: #3b4043;
	padding: 0 0 5px 0;
}
#contact-cta-parts p.tel a {
	color: #3b4043;
}
#contact-cta-parts p.tel a:hover {
	color: #999;
}
#contact-cta-parts p.tel::before {
	content: '';
	display: inline-block;
	width: 42px;
	height: 42px;
	background-image: url("images/common/contact-tel.png");
	background-size: contain;
	vertical-align: middle;
	margin: -7px 10px 0 0;
}


#contact-cta-time {
	text-align: center;
	font-size: 15px;
	font-weight: 400;
	line-height: 1.2;
	color: #7E7E7E;
	padding: 20px 0 0 0;
}



/****************************************

	以下レスポンシブ　記述終了用　削除禁止

*****************************************/
}
