@charset "UTF-8";

@media screen and (max-width: 767px){
img{
	max-width: 100%;
	height: auto;
	width /***/:auto;
}

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



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

	header

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


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


.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 0 0 -5px;
	top: 202px;
	font-family: 'Oswald', sans-serif;
	color: #fff;
	font-size: 42px;
	font-weight: 700;
	line-height: 1.2;
	text-shadow: 0px 0px 3px rgba(0,0,0,1);
}

.kv-catch p.catch02 {
	width: 100%;
	text-align: center;
	position: absolute;
	top: 250px;
	font-family: 'Oswald', sans-serif;
	padding: 0 0 0 60px;
	color: #fff;
	font-size: 42px;
	font-weight: 700;
	line-height: 1.2;
	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: 256px;
	margin: 0 0 0 -112px;
	animation-delay: 1.5s;
}
.kv-catch p.catch-with img {
	width: 50px;
}

/*以下フェードイン表示の指定*/
.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 10px;
	top: 315px;
	color: #fff;
	font-size: 15px;
	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-sp.jpg");
	max-width: 100%;
	overflow: hidden;
	margin: 0 auto;
	background-size: cover;
	height: 380px;
	position: relative;
}
#lower-maintenance-visual {
	background-image: url("images/common/maintenance-visual-sp.jpg");
	max-width: 100%;
	overflow: hidden;
	margin: 0 auto;
	background-size: cover;
	height: 380px;
	position: relative;
}
#lower-parts-visual {
	background-image: url("images/common/parts-visual-sp.jpg");
	max-width: 100%;
	overflow: hidden;
	margin: 0 auto;
	background-size: cover;
	height: 380px;
	position: relative;
}
#lower-etc-visual {
	background-image: url("images/common/cars-visual-sp.jpg");
	max-width: 100%;
	overflow: hidden;
	margin: 0 auto;
	background-size: cover;
	height: 380px;
	position: relative;
}
#lower-archives-visual {
	background-image: url("images/common/archives-visual-sp.jpg");
	max-width: 100%;
	overflow: hidden;
	margin: 0 auto;
	background-size: cover;
	height: 380px;
	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: 380px;
	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: 380px;
	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: 42%;
}
#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: 50px;
	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: 16px;
	line-height: 1.2;
	font-weight: 900;
	padding: 10px 0 30px 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: 40px;
	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: 80px;
}

/*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: 30%;
	float: left;
}
#header-logo h1 {
	padding: 25px 0 0 20px;
}
#header-logo h1 img {
	width: 80px;
}

nav {
	display: none;
}


/*ボタン外側*/
.openbtn{
	/*ボタン内側の基点となるためrelativeを指定。
	追従するナビゲーションの場合はfixed＋top、rightといった位置をセットで指定*/
	cursor: pointer;
	width: 30px;
	height: 23px;
	border-radius: 5px;
	position: fixed;
	z-index: 9999;/*ボタンを最前面に*/
	right: 20px;
	top: 25px;
}

/*ボタン内側*/
.openbtn span:nth-of-type(1) {
	display: inline-block;
	transition: all .4s;/*アニメーションの設定*/
	position: absolute;
	top: 0px;
	left: 0;
	height: 3px;
	border-radius: 5px;
	background: #fff;
	width: 30px;
}
.openbtn span:nth-of-type(2) {
	display: inline-block;
	transition: all .4s;/*アニメーションの設定*/
	position: absolute;
	top: 10px;
	left: 0;
	height: 3px;
	border-radius: 5px;
	background: #fff;
	width: 30px;
}
.openbtn span:nth-of-type(3) {
	display: inline-block;
	transition: all .4s;/*アニメーションの設定*/
	position: absolute;
	top: 20px;
	left: 0;
	height: 3px;
	border-radius: 5px;
	background: #fff;
	width: 20px;
}


/*activeクラスが付与されると線が回転して×に*/
.openbtn.active span:nth-of-type(1) {
	top: 12px;
	-webkit-transform: rotate(135deg);
	-moz-transform: rotate(135deg);
	transform: rotate(135deg);
	width: 30px;
	background: #FBC600;
}
.openbtn.active span:nth-of-type(2) {
	opacity: 0;
}
.openbtn.active span:nth-of-type(3){
	top: 12px;
	-webkit-transform: rotate(-135deg);
	-moz-transform: rotate(-135deg);
	transform: rotate(-135deg);
	width: 30px;
	background: #FBC600;
}


/*ヘッダー(SP)メニュー部分*/
#sp-nav {
	position: fixed;
	z-index: 999;
	top: 0;
	right: -120%;
	width: 100%;
	height: 100vh;
	background: #3B4043;
	transition: all 0.6s;
}
/*アクティブクラスがついたら位置を0に*/
#sp-nav.panelactive {
	right: 0;
}
/*ナビゲーションの縦スクロール*/
#sp-nav.panelactive #sp-nav-list {
	/*ナビの数が増えた場合縦スクロール*/
	position: fixed;
	z-index: 999;
	width: 100%;
	height: 100vh;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
}


#header-contents.fixed .openbtn span {
	background: #A8A8A8;
}
#header-contents.fixed .openbtn.active span {
	background: #FBC600;
}


#sp-logo {
	padding: 25px 0 0 20px;
}
#sp-logo img {
	width: 80px;
}

#sp-nav ul.type01 {
	margin: 20px 0 50px 0;
}
#sp-nav ul.type01 li {
	display: block;
	font-family: 'Oswald', sans-serif;
	text-align: center;
	color: #fff;
	font-size: 34px;
	line-height: 1.2;
	font-weight: 700;
	padding: 0 0 25px 0;
	z-index: 30;
}
#sp-nav ul.type01 li:last-of-type {
	padding: 0;
}
#sp-nav ul.type01 li a {
	color: #fff;
}
#sp-nav ul.type01 li a:hover {
	color: #fff;
}
#sp-nav ul.type01 li a:active {
	border-bottom: none;
	color: #FBC600;
}

#sp-nav ul.type02 {
	width: 176px;
	margin: 0 auto 20px auto;
}
#sp-nav ul.type02 li {
	float: left;
	margin: 0 16px 0 0;
}
#sp-nav ul.type02 li:last-of-type {
	margin: 0;
}
#sp-nav ul.type02 li img {
	width: 48px;
}

.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;
}



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

	共通

*****************************************/
#notfound {
	margin: 30px 15px 60px 15px;
}
#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 {
	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: 100%;
	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 15px 15px 15px;
}
.breadcrumbs a {
	text-decoration: none;
	color: #3B4043;
}
.breadcrumbs a:hover {
	text-decoration: underline;
}
.breadcrumbs-icon {
	color: #6E8795;
}


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


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



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

	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: 40px;
	height: 40px;
	background-size: 100%;
}


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

#footer-link {
	position: relative;
	overflow: hidden;
}
#footer-link ul {
	padding: 70px 0 40px 0;
	position: relative;
	left: 50%;
	float: left;
}
#footer-link ul li {
	color: #fff;
	line-height: 1.2;
	font-size: 15px;
	font-weight: 400;
	margin: 0 15px 15px 0;
	padding: 0 15px 0 0;
	border-right: 1px solid #fff;
	position: relative;
	left: -50%;
	float: left;
	list-style: none;
}
#footer-link ul li:first-child {
	margin: 0 15px 0 20px;
	padding: 0 15px 0 0;
}
#footer-link ul li:nth-of-type(4) {
	clear: both;
}
#footer-link ul li:nth-of-type(3) {
	margin: 0;
	padding: 0;
	border-right: none;
}
#footer-link ul li:nth-of-type(6) {
	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 {
	padding: 0 0 30px 0;
}
#footer-contents {
	margin: 0 15px;
}
#footer-map {}

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

#footer-contents dl.tel {
	width: 290px;
	margin: 0 0 5px 0;
}
#footer-contents dl.tel dt {
	float: left;
	width: 45px;
	color: #fff;
	font-size: 13px;
	line-height: 1.6;
}
#footer-contents dl.tel dd {
	padding-left: 45px;
	color: #fff;
	font-size: 13px;
	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 {
	width: 290px;
	margin: 0 0 5px 0;
}
#footer-contents dl.fax dt {
	float: left;
	width: 45px;
	color: #fff;
	font-size: 13px;
	line-height: 1.6;
}
#footer-contents dl.fax dd {
	padding-left: 45px;
	color: #fff;
	font-size: 13px;
	line-height: 1.6;
}

#footer-contents p.contact {
	font-size: 13px;
	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;
}

/* 計算方法　長方形動画（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 10px 0 0;
}

#footer-number {
	padding: 30px 0 0 0;
	text-align: center;
	font-size: 12px;
	line-height: 1.6;
	color: #fff;
}
#footer-number a {
	color: #fff;
	text-decoration: underline;
}
#footer-number a:hover {
	color: #ccc;
	text-decoration: underline;
}
#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: 48px 0 0 0;
	margin: 0 0 65px 0;
	position: relative;
}
#top-instagram h2 img {
	width: 200px;
}
#top-instagram h2:before {
	display: inline-block;
	position: absolute;
	content: '';
	bottom: -25px;
	left: 50%;
	width: 40px;
	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: 0 0 32px 0;
}
#top-instagram p.btn {
	text-align: center;
	padding: 40px 0 65px 0;
}
#top-instagram p.btn img {
	width: 180px;
}


#top-carsales {}
#top-carsales-inner {}
#top-carsales-contents {
	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;
}
#top-carsales-image {}
#top-carsales-image p {
	height: 500px;
	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: 50px;
	line-height: 1.1;
	font-weight: 700;
	padding: 50px 15px 0 15px;
	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: 16px;
	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: 20px;
	width: 56px;
	height: 4px;
	background-color: #FBC600;
}

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

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

#top-carsales-contents p.btn {
	padding: 0 0 80px 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;
	margin: 0 15px 0 15px;
}
#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 {}
#top-repair-inner {}
#top-repair-contents {
	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;
}
#top-repair-image {}
#top-repair-image p {
	height: 500px;
	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: 50px;
	line-height: 1.1;
	font-weight: 700;
	padding: 50px 15px 0 15px;
	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: 16px;
	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: 20px;
	width: 56px;
	height: 4px;
	background-color: #FBC600;
}

#top-repair-contents h3 {
	color: #3B4043;
	font-size: 22px;
	line-height: 1.4;
	font-weight: 700;
	padding: 45px 15px 20px 15px;
}

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

#top-repair-contents p.btn {
	padding: 0 0 80px 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;
	margin: 0 15px 0 15px;
}
#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 {
	margin: 0 0 80px 0;
}
#top-partssales-inner {}
#top-partssales-contents {
	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;
}
#top-partssales-image {}
#top-partssales-image p {
	height: 500px;
	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: 50px;
	line-height: 1.1;
	font-weight: 700;
	padding: 50px 15px 0 15px;
	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: 16px;
	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: 20px;
	width: 56px;
	height: 4px;
	background-color: #FBC600;
}

#top-partssales-contents h3 {
	color: #3B4043;
	font-size: 22px;
	line-height: 1.4;
	font-weight: 700;
	padding: 45px 15px 20px 15px;
}

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

#top-partssales-contents p.btn {
	padding: 0 0 80px 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;
	margin: 0 15px 0 15px;
}
#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-sp.jpg");
	padding: 64px 0 64px 0;
}
#top-assessment-box {
	margin: 0 15px;
	background: #fff;
	border: 2px solid #272727;
	padding: 30px 20px 30px 20px;
}

#top-assessment-box p.catch {
	position: relative;
	font-size: 12px;
	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: 15px;
	vertical-align: middle;
}
#top-assessment-box p.catch:before {
	transform: rotate(-45deg);
	margin: 0 15px 0 0;
}
#top-assessment-box p.catch:after {
	transform: rotate(45deg);
	margin: 0 0 0 15px;
}

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

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

#top-assessment-box p.txt {
	font-size: 15px;
	line-height: 1.7;
	color: #272727;
	margin: 0 0 30px 0;
}

#top-assessment-box p.btn {
	text-align: center;
}
#top-assessment-box p.btn a {
	color: #fbc600;
	font-size: 15px;
	font-weight: 700;
	line-height: 1.2;
	background: #323434;
	padding: 15px 35px;
	margin: 0 auto;
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
	-ms-border-radius: 25px;
	border-radius: 25px;
	display: inline-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: 50px 0;
}
#top-delivery h2 {
	text-align: center;
	font-family: 'Oswald', sans-serif;
	color: #3B4043;
	font-size: 50px;
	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: 16px;
	line-height: 1.2;
	font-weight: 900;
	padding: 10px 0 20px 0;
	display: block;
}
#top-delivery h2:before {
	display: inline-block;
	position: absolute;
	content: '';
	bottom: 0;
	left: 50%;
	width: 40px;
	height: 4px;
	-moz-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translate(-50%);
	background-color: #FBC600;
}

#top-delivery ul {
	margin: 0 15px 35px 15px;
}
#top-delivery ul li {
	width: 49%;
	float: left;
	margin: 0 2% 2% 0;
}
#top-delivery ul li:nth-of-type(2n) {
	margin: 0 0 2% 0;
}
#top-delivery ul li img {
	width: 100%;
	height: auto;
}

#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: 80px 0;
}
#top-banner p {
	margin: 0 15px;
	text-align: center;
}


#top-contact {
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	background-image: url("images/common/contact-bg01-sp.jpg");
	padding: 60px 0 80px 0;
}
#top-contact h2 {
	text-align: center;
	font-family: 'Oswald', sans-serif;
	color: #fff;
	font-size: 50px;
	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: 16px;
	line-height: 1.2;
	font-weight: 900;
	padding: 10px 0 20px 0;
	display: block;
}
#top-contact h2:before {
	display: inline-block;
	position: absolute;
	content: '';
	bottom: 0;
	left: 50%;
	width: 40px;
	height: 4px;
	-moz-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translate(-50%);
	background-color: #FBC600;
}

#top-contact-wrapper {
	margin: 0 15px;
}

#top-contact-tel {
	border: 1px solid #fff;
	padding: 5px;
	margin: 0 0 25px 0;
}
#top-contact-tel-inner {
	background: #fff;
	padding: 20px 5px 20px 5px;
}
#top-contact-tel-inner h3 {
	font-size: 18px;
	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: 34px;
	font-weight: 900;
	line-height: 1.2;
	text-align: center;
	color: #3b4043;
	padding: 0 0 2px 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: 28px;
	height: 28px;
	background-image: url("images/common/contact-tel.png");
	background-size: 100%;
	vertical-align: middle;
	margin: -4px 10px 0 0;
}
#top-contact-tel-inner p.part {
	font-size: 11px;
	font-weight: 700;
	line-height: 1.2;
	text-align: center;
	color: #3b4043;
	padding: 0 0 15px 0;
}
#top-contact-tel-inner p.part span {
	font-family: 'Oswald', sans-serif;
	font-size: 13px;
	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: 11px;
	font-weight: 400;
	line-height: 1.2;
	text-align: center;
	color: #7e7e7e;
}

#top-contact-form {
	border: 1px solid #fff;
	padding: 5px;
}
#top-contact-form-inner {
	background: #fff;
	padding: 20px 5px 20px 5px;
}
#top-contact-form-inner h3 {
	font-size: 18px;
	font-weight: 700;
	line-height: 1.2;
	text-align: center;
	color: #3b4043;
	padding: 0 0 15px 0;
}
#top-contact-form-inner p.btn {
	text-align: center;
}
#top-contact-form-inner p.btn a {
	color: #fbc600;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.2;
	padding: 15px 25px;
	background: #323434;
	margin: 0 auto 15px auto;
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
	-ms-border-radius: 50px;
	border-radius: 50px;
	display: inline-block;
	position: relative;
}
#top-contact-form-inner p.btn a::before{
	content: '';
	display: inline-block;
	width: 18px;
	height: 14px;
	background-image: url("images/common/contact-mail.png");
	background-size: 100%;
	vertical-align: middle;
	margin: -2px 15px 0 0;
}
#top-contact-form-inner p.btn a:hover {
	background: #555;
}
#top-contact-form-inner p.txt {
	font-size: 11px;
	font-weight: 400;
	line-height: 1.2;
	text-align: center;
	color: #7e7e7e;
}



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

	CAR SALES

*****************************************/
#cars-box01 {
	margin: 20px auto 90px auto;
}

#cars-box01-image {
	text-align: center;
}
#cars-box01-image img {}

#cars-box01-contents {
	padding: 0 15px;
}
#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 {
	margin: 0 0 50px 0;
}
#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;
	margin: 0 0 96px 0;
}
#cars-cta-inner {
	margin: 0 15px;
	padding: 50px 0 65px 0;
}

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

#cars-cta-wrapper {}

#cars-cta-tel {
	width: 100%;
	margin: 0 0 16px 0;
	border: 1px solid #A8A8A8;
	background: #fff;
}
#cars-cta-tel p.tel {
	font-family: 'Oswald', sans-serif;
	font-size: 33px;
	font-weight: 900;
	line-height: 1.2;
	text-align: center;
	color: #3b4043;
	padding: 15px 0 5px 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: 26px;
	height: 26px;
	background-image: url("images/common/contact-tel.png");
	background-size: contain;
	vertical-align: middle;
	margin: -4px 10px 0 0;
}
#cars-cta-tel p.time {
	font-size: 11px;
	font-weight: 400;
	line-height: 1.2;
	text-align: center;
	color: #7e7e7e;
	padding: 0 0 20px 0;
}

#cars-cta-bnr {
	width: 100%;
	border: 1px solid #A8A8A8;
	background: #fff;
}
#cars-cta-bnr p {
	text-align: center;
	padding: 20px 0 20px 0;
}
#cars-cta-bnr p img {
	height: 50px;
}



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

	REPAIR

*****************************************/
#maintenance-box01 {
	margin: 20px auto 90px auto;
}

#maintenance-box01-image {
	text-align: center;
}
#maintenance-box01-image img {}

#maintenance-box01-contents {
	padding: 0 15px;
}
#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 {
	margin: 0 0 50px 0;
}
#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;
	margin: 0 0 96px 0;
}
#maintenance-cta-inner {
	margin: 0 15px;
	padding: 50px 0 65px 0;
}

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

#maintenance-cta-wrapper {}

#maintenance-cta-tel {
	width: 100%;
	margin: 0 0 16px 0;
	border: 1px solid #A8A8A8;
	background: #fff;
}
#maintenance-cta-tel p.tel {
	font-family: 'Oswald', sans-serif;
	font-size: 33px;
	font-weight: 900;
	line-height: 1.2;
	text-align: center;
	color: #3b4043;
	padding: 15px 0 5px 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: 26px;
	height: 26px;
	background-image: url("images/common/contact-tel.png");
	background-size: contain;
	vertical-align: middle;
	margin: -4px 10px 0 0;
}
#maintenance-cta-tel p.time {
	font-size: 11px;
	font-weight: 400;
	line-height: 1.2;
	text-align: center;
	color: #7e7e7e;
	padding: 0 0 20px 0;
}

#maintenance-cta-bnr {
	width: 100%;
	border: 1px solid #A8A8A8;
	background: #fff;
}
#maintenance-cta-bnr p {
	text-align: center;
	padding: 20px 0 20px 0;
}
#maintenance-cta-bnr p img {
	height: 50px;
}



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

	PARTS SALES

*****************************************/
#parts-box01 {
	margin: 20px auto 90px auto;
}

#parts-box01-image {
	text-align: center;
}
#parts-box01-image img {}

#parts-box01-contents {
	padding: 0 15px;
}
#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 {
	margin: 0 0 50px 0;
}
#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;
	margin: 0 0 96px 0;
}
#parts-cta-inner {
	margin: 0 15px;
	padding: 50px 0 65px 0;
}

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

#parts-cta-wrapper {}

#parts-cta-tel {
	width: 100%;
	margin: 0 0 16px 0;
	border: 1px solid #A8A8A8;
	background: #fff;
}
#parts-cta-tel p.tel {
	font-family: 'Oswald', sans-serif;
	font-size: 33px;
	font-weight: 900;
	line-height: 1.2;
	text-align: center;
	color: #3b4043;
	padding: 15px 0 5px 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: 26px;
	height: 26px;
	background-image: url("images/common/contact-tel.png");
	background-size: contain;
	vertical-align: middle;
	margin: -4px 10px 0 0;
}
#parts-cta-tel p.time {
	font-size: 11px;
	font-weight: 400;
	line-height: 1.2;
	text-align: center;
	color: #7e7e7e;
	padding: 0 0 20px 0;
}

#parts-cta-bnr {
	width: 100%;
	border: 1px solid #A8A8A8;
	background: #fff;
	padding: 20px;
}
#parts-cta-bnr ul {
	width: 250px;
	margin: 0 auto;
}
#parts-cta-bnr ul li {}
#parts-cta-bnr ul li:nth-of-type(1) {
	float: left;
	width: 46%;
	margin: 0 7% 0 0;
}
#parts-cta-bnr ul li:nth-of-type(2) {
	float: right;
	width: 47%;
}
#parts-cta-bnr ul li img {
	width: 100%;
}



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

	DELIVERY

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


#archives-contens {
	padding: 25px 0 80px 0;
}

#archives-year {}
#archives-year h3 {
	text-align: center;
	font-family: 'Oswald', sans-serif;
	color: #3B4043;
	font-size: 26px;
	line-height: 1.1;
	font-weight: 700;
	padding: 0 15px 30px 15px;
}

#archives-year > ul {
	display: none;
}

#archives-year .select_box {
	-webkit-appearance: none;
	appearance: none;
	background: #fff;
	background-image: url("images/common/archives-prt01.png");
	background-size: 10px 7px;
	background-repeat: no-repeat;
	background-position: center right 18px;
	width: calc(100% - 30px);
	margin: 0 15px 30px 15px;
	border: 1px solid #e5e5e5;
	color: #333;
	font-weight: 400;
	font-size: 16px;
	line-height: 1.1;
	cursor: pointer;
	box-sizing: border-box;
	padding: 12px 15px;
	display: block;
}


.archives-year-single {
	display: none;
}


#archives-list {}
#archives-list ul {
	margin: 0 15px 0 15px;
}
#archives-list ul li {
	width: 100%;
	background: #F2F2F2;
	margin: 0 0 20px 0;
	box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.16);
}

#archives-list ul li p.archives-list-image {}
#archives-list ul li p.archives-list-image img {
	width: 100%;
}
#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 {
	margin: 0 15px;
}

#archives-single-title {
	background: #f2f2f2;
	border-left: 8px solid #fbc600;
	margin: 0 0 40px 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-nav {}
.archives-single-article-nav-prev {
	width: 40px;
	float: left;
}
.archives-single-article-nav-prev a {
	width: 40px;
	height: 40px;
	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: 40px;
	height: 40px;
	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: 17px;
	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% - 80px);
	float: left;
	text-align: center;
	margin: 50px 0 0 0;
}
.archives-single-article-nav-back a {
	font-size: 14px;
	font-weight: 700;
	line-height: 40px;
	color: #5481A2;
	position: relative;
	margin: 0 -15px 0 0;
}
.archives-single-article-nav-back a::after{
	position: absolute;
	top: 3px;
	bottom: 0;
	left: -15px;
	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: 40px;
	float: right;
}
.archives-single-article-nav-next a {
	width: 40px;
	height: 40px;
	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: 40px;
	height: 40px;
	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: 17px;
	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 {
	margin: 56px 15px 96px 15px;
}

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

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

#contact-area .contact-item {
	margin: 0 0 20px 0;
}
#contact-area .contact-item-ttl {
	width: 100%;
	float: left;
	padding: 0;
	color: #3B4043;
	font-size: 16px;
	font-weight: 700;
	margin: 0 0 8px 0;
}
#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: 100%;
}

.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: 50px 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 {
	margin: 56px 15px 96px 15px;
}

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

#contact-comfirm .contact-item {
	margin: 0 0 20px 0;
}
#contact-comfirm .contact-item-ttl {
	width: 100%;
	float: left;
	padding: 0;
	color: #3B4043;
	font-size: 16px;
	font-weight: 700;
	margin: 0 0 8px 0;
}
#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: 100%;
	border-bottom: 1px solid #C7C7C7;
	padding: 11px 0 8px 0px;
	color: #3B4043;
	font-size: 20px;
	font-weight: 700;
}


#contact-comfirm .contact-item-btnarea {}

#contact-comfirm .contact-item-btnarea .contact-item-btn {
	width: 220px;
	margin: 50px auto 0 auto;
	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;
	margin: 0 auto;
	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 80px 15px;
}

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

#contact-thanks p.contact-guidance {
	color: #3B4043;
	font-size: 16px;
	line-height: 1.75;
	margin: 0 0 32px 0;
}
#contact-thanks p.contact-caution {
	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 {
	margin: 56px 15px 96px 15px;
}

#assesment h3 {
	text-align: center;
	color: #3B4043;
	font-size: 20px;
	line-height: 1.5;
	margin: 0 0 35px 0;
}
#assesment p.assesment-guidance {
	color: #3B4043;
	font-size: 16px;
	line-height: 1.75;
	margin: 0 0 20px 0;
}
#assesment p.assesment-caution {
	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: 5px 0 0 0;
	display: block;
}

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


#assesment .assesment-item {
	margin: 0 0 20px 0;
}
#assesment .assesment-item-ttl {
	width: 100%;
	float: left;
	padding: 0;
	color: #3B4043;
	font-size: 16px;
	font-weight: 700;
	margin: 0 0 8px 0;
}
#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: 100%;
}

#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: 80px;
	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: 50px;
	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: 80px;
	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-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-waystocontact"] .wpcf7-list-item {
	margin: 0 40px 0 0;
	padding: 0 0 5px 0;
}

#assesment [data-name="your-season"] .wpcf7-list-item,
#assesment [data-name="your-basis"] .wpcf7-list-item,
#assesment [data-name="your-reason"] .wpcf7-list-item {
	margin: 0;
	padding: 0 0 5px 0;
	display: block;
}


#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 20px 0;
}
#assesment .assesment-item02-ttl {
	width: 100%;
	float: left;
	padding: 0;
	color: #3B4043;
	font-size: 16px;
	font-weight: 700;
	margin: 0 0 8px 0;
}
#assesment .assesment-item02-contents {
	width: 100%;
}
#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;
	text-align: right;
}
#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 0;
}
#assesment .assesment-item03-box label {
	display: block;
	margin: 0 0 8px 0;
	text-align: right;
}
#assesment .assesment-item03-box input[name="your-reason05-cartype"],
#assesment .assesment-item03-box input[name="your-reason04-cartype"] {
	width: 80%;
	padding: 16px;
	border: 1px solid #C7C7C7;
	font-size: 16px;
	margin: 0 0 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: 80%;
	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;
	text-align: right;
}
#assesment .assesment-item03-box02 input[name="your-reason06-etc"] {
	width: 90%;
	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;
	text-align: right;
}
#assesment .assesment-item05-box input[name="your-basis-etc"] {
	width: 90%;
	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 60px 0;
}
#assesment .assesment-item06 .wpcf7-radio {
	color: #3B4043;
	font-size: 18px;
	font-weight: 700;
}
#assesment .assesment-item06-box {
	margin: 10px 0 20px 0;
	text-align: right;
}
#assesment .assesment-item06-box input[name="your-season-etc"] {
	width: 90%;
	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: 50px 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 {
	margin: 56px 15px 96px 15px;
}

#assesment-comfirm p.assesment-guidance {
	text-align: center;
	color: #3B4043;
	font-size: 16px;
	line-height: 1.75;
	margin: 0 0 40px 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: 5px 0 0 0;
	display: block;
}

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


#assesment-comfirm .assesment-item {
	margin: 0 0 20px 0;
}
#assesment-comfirm .assesment-item-ttl {
	width: 100%;
	float: left;
	padding: 0;
	color: #3B4043;
	font-size: 16px;
	font-weight: 700;
	margin: 0 0 8px 0;
}
#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: 100%;
	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 20px 0;
}
#assesment-comfirm .assesment-item02-ttl {
	width: 100%;
	float: left;
	padding: 0;
	color: #3B4043;
	font-size: 16px;
	font-weight: 700;
	margin: 0 0 8px 0;
}
#assesment-comfirm .assesment-item02-contents {
	width: 100%;
	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 60px 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 20px 0;
}
#assesment-comfirm .assesment-item07-ttl {
	width: 100%;
	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: 100%;
	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 20px 0;
}
#assesment-comfirm .assesment-item08-ttl {
	width: 100%;
	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: 100%;
	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 {}
#assesment-comfirm .assesment-item-btnarea .assesment-item-btn {
	width: 220px;
	margin: 50px auto 0 auto;
	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;
	margin: 0 auto;
	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 80px 15px;
}

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

#assesment-thanks p.assesment-guidance {
	color: #3B4043;
	font-size: 16px;
	line-height: 1.75;
	margin: 0 0 32px 0;
}
#assesment-thanks p.assesment-caution {
	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-sp.jpg");
	padding: 50px 0 70px 0;
}
#contact-cta h2 {
	text-align: center;
	color: #fff;
	font-size: 30px;
	line-height: 1.3;
	font-weight: 900;
	position: relative;
	margin: 0 0 40px 0;
	padding: 0 0 25px 0;
}
#contact-cta h2:before {
	display: inline-block;
	position: absolute;
	content: '';
	bottom: 0;
	left: 50%;
	width: 40px;
	height: 4px;
	-moz-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translate(-50%);
	background-color: #FBC600;
}

#contact-cta-wrapper {
	margin: 0 15px;
	border: 1px solid #fff;
	padding: 5px;
}
#contact-cta-inner {
	background: #fff;
	padding: 20px 0 20px 0;
}
#contact-cta-box {}


#contact-cta-representative {
	margin: 0 0 20px 0;
}
#contact-cta-representative h3 {
	text-align: center;
	font-size: 18px;
	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: 36px;
	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: 28px;
	height: 28px;
	background-image: url("images/common/contact-tel.png");
	background-size: 100%;
	vertical-align: middle;
	margin: -4px 10px 0 0;
}


#contact-cta-parts {
	margin: 0 0 20px 0;
}
#contact-cta-parts h3 {
	text-align: center;
	font-size: 18px;
	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: 36px;
	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: 28px;
	height: 28px;
	background-image: url("images/common/contact-tel.png");
	background-size: 100%;
	vertical-align: middle;
	margin: -4px 10px 0 0;
}


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



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

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

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