@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Oswald:500&display=swap');
.fo_oswald { font-family: 'Oswald', sans-serif;}

/*------------------------------------------------------

	リセット

------------------------------------------------------*/

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	font-style: normal;
	font-weight: normal;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
a {
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
/* change colours to suit your needs */
ins {
	background-color: #ff9;
	color: #000;
	text-decoration: none;
}
/* change colours to suit your needs */
mark {
	background-color: #ff9;
	color: #000;
	font-style: italic;
	font-weight: bold;
}
del {
	text-decoration: line-through;
}
abbr[title], dfn[title] {
	border-bottom: 1px dotted;
	cursor: help;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* change border colour to suit your needs */
hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #cccccc;
	margin: 0;
	padding: 0;
}
input, select {
	vertical-align: middle;
}
img {
	max-width: 100%;
	height: auto;
	border: none;
	vertical-align: bottom;
}
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
*:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}


/*------------------------------------------------------

	グローバル

------------------------------------------------------*/

body {
	font-family: "Hiragino Maru Gothic W4 JIS2004", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 500;
	color: #000;
	font-size: 1em;
	line-height: 1.6;
	position: relative;
	max-width: 750px;
	margin: auto;
	border: solid 10px #000;
	padding-bottom: 12.5%;
}

@media only screen and (min-width: 751px) {
	body { padding-bottom: 121px;}
}

a { color: #29A2D9;}
a:hover, a:active { color: #6ECAEA; text-decoration: none;}

/* 文字装飾 */
.fo06 { font-size: 0.6em !important;}
.fo07 { font-size: 0.7em !important;}
.fo075 { font-size: 0.75em !important;}
.fo08 { font-size: 0.8em !important;}
.fo085 { font-size: 0.85em !important;}
.fo09 { font-size: 0.9em !important;}
.fo105 { font-size: 1.05em !important;}
.fo11 { font-size: 1.1em !important;}
.fo115 { font-size: 1.15em !important;}
.fo12 { font-size: 1.2em !important;}
.fo13 { font-size: 1.3em !important;}
.fo14 { font-size: 1.4em !important;}
.fo15 { font-size: 1.5em !important;}
.fo16 { font-size: 1.6em !important;}
.fo17 { font-size: 1.7em !important;}
.fo19 { font-size: 1.9em !important;}
.fo21 { font-size: 2.1em !important;}
.fo25 { font-size: 2.5em !important;}

.lh12 { line-height: 1.2;}
.lh14 { line-height: 1.4;}
.lh18 { line-height: 1.8;}
.lh20 { line-height: 2;}

.fo_white { color: #FFFFFF;}
.fo_red { color: #e7336e;}

.fo_rounded { font-weight: bold;}

.left { float: left;}
.right { float: right;}

.pos_rel { position: relative;}
.pos_ab { position: absolute;}

.bold { font-weight: bold;}

.ta_center { text-align: center;}
.ta_right { text-align: right;}
.ta_left { text-align: left;}

.back_white { background-color: #fff;}
.back_yellow { background-color: #ffe33f;}

/* リスト */
ol { padding-left: 2em;}
ol li { list-style: outside decimal;}

.list_indent { padding-left: 1em;}
.list_indent li { text-indent: -1em;}

/* margin */
.mb00 { margin-bottom: 0px !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;}
.mb40 { margin-bottom: 40px !important;}
.mb50 { margin-bottom: 50px !important;}

/* padding */
.fp15 { padding: 15px;}

/* clearFix */
.clearFix { zoom: 100%; }
.clearFix:after {
	content: "";
	clear: both;
	height: 0;
	display: block;
	visibility: hidden;
}

/* ------------------------
	ヘッダー
------------------------ */

.header { border-bottom: solid 10px #000; padding: 15px 10px 15px 20px;}


/* ------------------------
	グローバルナビ
------------------------ */

/* ハンバーガーメニュー */
.humberger {
	background: #000;
	cursor: pointer;
	position: fixed;
	top: 32px;
	right: 20px;
	width: 50px;
	height: 50px;
	border-radius: 100%;
	z-index: 10000;
}
.humberger span {
	background: #fff;
	position: absolute;
	left: 10px;
	width: 30px;
	height: 5px;
	transition: 0.4s;
}
.humberger span:nth-of-type(1) { top: 12px;}
.humberger span:nth-of-type(2) { top: 22px;}
.humberger span:nth-of-type(3) { top: 32px;}
.is-open .humberger span:nth-of-type(1) { transform: translateY(10px) rotate(-45deg);}
.is-open .humberger span:nth-of-type(2) { opacity: 0;}
.is-open .humberger span:nth-of-type(3) { transform: translateY(-10px) rotate(45deg);}

/* ナビ本体 */
.sp-navi { -webkit-text-size-adjust: 100%;}
.sp-navi.is-open .sp-navi-inner {
	opacity: 1;
	visibility: visible;
	z-index: 9999;
}
.sp-navi .sp-navi-inner {
	background: #efefef;
	overflow-y: auto;
	opacity: 0;
	visibility: hidden;
	position: fixed;
	top: 0;
	left: 0px;
	width: 100%;
	transition: .5s;
	padding-top: 90px;
}
.sp-navi li a {
	display: block;
	text-decoration: none;
	color: #000;
	padding: 10px 10px 10px 20px;
}
.sp-navi li:nth-child(odd) a { background-color: #e3e3e3;}
.sp-navi li a:before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 10px 0 10px 14px;
	border-color: transparent transparent transparent #ff9933;
}

/* ------------------------
	フッター
------------------------ */

.footer .topics { border: solid 3px #eee; padding: 20px 3%;}
.footer .topics h3 span { position: relative; z-index: 100;}
.footer .topics h3 span:after { content: ""; position: absolute; left: 0px; bottom: 10%; width: 100%; height: 10px; background-color: #f0e221; z-index: -1;}

.footer_logo { display: table; margin: auto;}
.footer_logo > * { display: table-cell; vertical-align: middle;}
.footer_logo dt { width: 45px; padding-right: 10px;}

.footer .copy { background-color: #ff9933; padding: 5px 5px 30px;}

.footer h3.fo_rounded { font-size: 1.5em; line-height: 1.2;}
.footer .btn_area:before { content: ""; display: inline-block; vertical-align: middle; background: url("../images/ico_pin.png") no-repeat center center; background-size: 100% auto; width: 20px; height: 29px; margin-right: 0.5em;}
.footer hr { border: none; border-bottom: dashed 2px #000; margin: auto -10px}

.pagetop {
	display: none;
	position: fixed;
	right: 10px;
	padding-bottom: 135px;
	bottom: 0px;
	z-index: 500;
}

@media only screen and (min-width: 751px) {
	.footer .copy { padding-bottom: 5px;}
}

.fixed_btn {
	position: fixed;
	width: 100%;
	max-width: 750px;
	bottom: 0px;
	left: 50%;
	transform: translateX(-50%);
	border: solid 10px #000;
	border-top: none;
	z-index: 500;
	display: flex;
}

.fixed_btn03 {
	position: fixed;
	width: 100%;
	max-width: 730px;
	bottom: 0px;
	left: 50%;
	transform: translateX(-50%);
	border-bottom: solid 10px #000;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
	box-shadow: 0px -2px 8px rgba(0,0,0,0.5);
	z-index: 999;
	display: flex;
	background: #fff;
}
.fixed_btn03 > li > a, .fixed_btn03 > li >  span { display: block; padding: 9% 7% 15%;}

.tel_btn { cursor: pointer;}
.tel_wrap { position: absolute; width: 100%; left: 0px; bottom: 0px; border-top-left-radius: 20px; border-top-right-radius: 20px; box-shadow: 0px -2px 8px rgba(0,0,0,0.2); z-index: 999; padding: 20px 80px; display: none;}
.tel_wrap img { max-width: 450px; width: 100%;}
.tel_wrap .pos_ab { width: 1.5em; right: 5%; top: 3%; cursor: pointer;}

@media only screen and (max-width: 750px) {
	.fixed_btn03 { width: calc(100% - 20px);}
	.tel_wrap { font-size: 3.4vw; padding: 13% 14% 5%;}
	.tel_wrap .pos_ab { right: 50%; transform: translateX(50%); top: 3%;}
}

/* ------------------------
	コンテンツ
------------------------ */

/* 共通 */
.more_btn { padding: 0px 7%;}
.more_btn a {
	font-family: 'Rounded', sans-serif;
	display: inline-block;
	width: 100%;
	font-size: 1.6em;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	background: #ea5514;
	padding: 7px;
	border: solid 5px #000;
	border-radius: 10px;
	box-shadow: 3px 3px 0px #000;
	position: relative;
	transition: 0.3s;
}
.more_btn a:before, .more_btn a:after { content: ""; top: 50%; transform: translateY(-50%); position: absolute;}
.more_btn a:before {
	right: 10px;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: #fff;
}
.more_btn a:after {
	right: 7px;
    box-sizing: border-box;
    width: 10px;
    height: 8px;
    border: 8px solid transparent;
    border-left: 8px solid #ea5514;
}
.more_btn a:hover { box-shadow: none; transform: translate(3px, 3px);}

.bottom_border { border-bottom: solid 10px #000;}

.line01 { border: none; height: 12px; background-color: #000; overflow: visible;}
.line01:after {
	content: "";
	position: absolute;
	background: url("../images/line_bg.png") no-repeat center top;
	width: 60px;
	height: 58px;
	left: 3%;
	top: -41px;
}

.arrow:after {
	content: "";
	display: inline-block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 30px 45px 0 45px;
	border-color: #231815 transparent transparent transparent;
}

.hvr-sink {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}
.hvr-sink:hover, .hvr-sink:focus, .hvr-sink:active {
	-webkit-transform: translateY(-3px);
	transform: translateY(-3px);
}

@keyframes vertical {
    0% { transform: translateY(-4px) translateX(-50%); }
  100% { transform: translateY(  0px) translateX(-50%); }
}

/* sec01 */
.sec01 .fp15 { padding-bottom: 20px;}
.sec01 .box01 { display: flex; justify-content: space-between; align-items: center; background-image: radial-gradient(#f6ab00 20%, transparent 35%), radial-gradient(#f6ab00 20%, transparent 35%); background-color: #fff; background-size: 10px 10px; background-position: 0 0, 5px 5px;}
.sec01 .text02 { padding: 42px 5%; border-right: solid 10px #000;}
.sec01 .text02 .pos_ab { right: -48px;}
.sec01 .box01 figure { align-self: flex-end;}
.sec01 .box01 figure img { margin-top: -20%;}
.sec01 .box02 { padding: 0px 5px 10px;}
.sec01 .text03 img { margin-top: -3%; margin-bottom: -10px; position: relative; z-index: 10;}
.sec01 .btn_area { z-index: 500;}

/* sec02 */
.sec02 .box01 { background-color: #8fc31f; padding: 5px 0px 25px;}
.sec02 .fit { padding: 0px 15px;}
.sec02 dl { display: table; width: 100%; border-bottom: solid 3px #000; padding: 15px}
.sec02 dt, .sec02 dd { display: table-cell; vertical-align: top;}
.sec02 dt { width: 18%; padding-right: 2%;}

/* sec03 */
.sec03 { background-image:linear-gradient(-45deg, #ffe33f 25%, #ffdb3f 25%, #ffdb3f 50%, #ffe33f 50%, #ffe33f 75%, #ffdb3f 75%, #ffdb3f); background-size: 20px 20px;}
.sec03 .box01 { padding: 35px 5% 15px;}
.sec03 .btn_area { padding: 10px 5px 5px}

/* sec04 */
.sec04 section { padding: 30px 4% 100px;}
.sec04 section .num { background-color: #fff; color: #ff9933; width: 160px; border-radius: 80px 80px 0px 0px; height: 90px; border: solid 10px #000; left: 50%; transform: translateX(-50%); top: -90px; font-size: 60px; line-height: 1.6;}
.sec04 section .num:after { content: ""; position: absolute; height: 10px; width: 100%; background-color: #fff; left: 0px; bottom: -10px;}
.sec04 section h3 { font-size: 4.5vw; color: #ea5514; line-height: 1.4;}
.sec04 section .box01 { display: flex; justify-content: space-between;}
.sec04 section .box01 figure { width: 46%;}
.sec04 section .box01 p { width: 50%;}
.sec04 section .text01 { font-size: 3.7vw;}
.sec04 section:nth-of-type(4) { padding-bottom: 25px;}

.sec04 .youtube { padding: 0px 6% 20px;}

.sec05 { background-image:linear-gradient(-45deg, #ee869a 25%, #ed7a94 25%, #ed7a94 50%, #ee869a 50%, #ee869a 75%, #ed7a94 75%, #ed7a94); background-size: 20px 20px; padding-top: 20px;}
.sec05 .btn_area { padding: 25px 15px;}

.slider_wrap section { padding: 30px 15px;}
.slider_wrap section:not(:last-child) { border-bottom: dashed 4px #000;}
.slider_wrap section:nth-child(1) { background-color: #bae3f9;}
.slider_wrap section:nth-child(2) { background-color: #d9e367;}
.slider_wrap section:nth-child(3) { background-color: #fbca4d;}
.slider_wrap section:nth-child(4) { background-color: #f9f172;}
.slider_wrap section:nth-child(5) { background-color: #f8cfe1;}

.btn_orange a {
	display: inline-block;
	width: 600px;
	font-size: 1.8em;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	background: url(../images/ico_arrow.png) no-repeat 95% 50% #dc5a24;
	padding: 7px;
	border-radius: 8px;
	box-shadow: 0px 6px 0px #a2441b;
	position: relative;
}
.btn_orange a:hover { box-shadow: none; bottom: -6px;}

.sec06 section h2:before { content: ""; display: inline-block; vertical-align: middle; margin: -0.3em 0.3em 0px 0px; background-repeat: no-repeat; background-position: center center; background-size: auto 100%; height: 1.2em;}
.sec06 h2.ttl_daihatsu:before { background-image: url("../images/logo_daihatsu.png"); width: 1.7em;}
.sec06 h2.ttl_suzuki:before { background-image: url("../images/logo_suzuki.png"); width: 1.4em;}
.sec06 h2.ttl_honda:before { background-image: url("../images/logo_honda.png"); width: 1.6em;}
.sec06 h2.ttl_nissan:before { background-image: url("../images/logo_nissan.png"); width: 1.6em;}
.sec06 h2.ttl_mitsubishi:before { background-image: url("../images/logo_mitsubishi.png"); width: 1.6em;}

.car_list > ul > li { background-color: #fff; border-radius: 20px; border: solid 4px; margin-bottom: 40px;}
.car_list figure { padding: 20px 10% 5px;}
.car_list .box_inner { padding: 0px 30px 25px;}
.car_list h3 { z-index: 10; font-size: 1.1em !important;}
.car_list h3:before { content: ""; position: absolute; left: 0px; width: 100%; top: 50%; border-bottom: dashed 2px #000; z-index: -1;}
.car_list h3 > span { display: inline-block; background-color: #000; padding: 4px 8px 4px 4px;}
.car_list h3 > span span { color: #000; display: inline-block; vertical-align: middle; padding: 3px 5px; margin-right: 8px;}
.car_list .box01 { background: none !important; border-radius: 0px !important; padding: 0px !important;}
.car_list .box01 h4 { text-align: center; letter-spacing: -0.05em; font-size: 0.9em;}
.car_list .box01 dl { display: table; width: 100%;}
.car_list .box01 dl:first-of-type dt, .car_list .box01 dl:first-of-type dd { color: #ff1d25; font-weight: bold;}
.car_list .box01 dt, .car_list .box01 dd { display: table-cell; vertical-align: middle;}
.car_list .box01 dt { width: 7.5em;}
.car_list .price { margin-top: 10px;}
.car_list .price li { display: inline-block; vertical-align: bottom;}
.car_list .price .border { display: inline-block; border: solid 1px #000; padding: 1px 5px; margin-bottom: 3px;}
.car_list .price li:first-child { margin: 0px 3px 5px 0px;}
.car_list .price li:last-child { font-size: 1.6em;}
.car_list .price .num01 { font-size: 2.6em; background: url("../images/underline.png") repeat-x left 80%; background-size: auto 12px;}
.car_list .price .num02 { font-size: 1.2em;}
.car_list .btn_orange a { font-size: 1.1em; width: 100%;}
.car_list .box02 { width: 30%; left: 5%; top: 15px;}

.swiper-container { padding-top: 40px; margin-top: -25px; margin-right: -15px;}
.swiper-slide { background-color: #fff; border-radius: 20px;}
.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction { bottom: auto; top: 15px;}
.swiper-pagination-bullet { width: 15px; height: 15px; border: solid 1px #999; background-color: #fff; opacity: 1;}
.swiper-pagination-bullet-active { background-color: #999;}
.swiper-button-next, .swiper-button-prev { width: 40px; height: 40px; background-repeat: no-repeat; background-position: center center; transform: translateY(-50%); top: 50%; background-size: 100% 100%; margin: auto;}
.swiper-button-prev { background-image: url("../images/ico_prev.png");}
.swiper-button-next { background-image: url("../images/ico_next.png");}
.swiper-button-next:after, .swiper-button-prev:after { display: none;}

.car_list .ico_new { right: 20px; top: 20px; padding: 0px;}

@media only screen and (max-width: 640px) {
	.car_list .ico_new { right: 15px; top: 15px; width: 40px;}
}

.sec07 { background-image:linear-gradient(-45deg, #f6ab00 25%, #f5a200 25%, #f5a200 50%, #f6ab00 50%, #f6ab00 75%, #f5a200 75%, #f5a200); background-size: 20px 20px;}
.sec07 .text01 { padding: 40px 15px 50px;}
.sec07 .text02 { padding: 0px 15px 30px;}
.sec07 .text03 { font-size: 3.1vw;}

.sec08 p:first-child { padding-left: 10px;}
.sec08 .pos_ab { width: 52%; max-width: 351px; left: 20px; bottom: 20px;}

.sec09 { background-image:linear-gradient(-45deg, #ffe33f 25%, #ffdb3f 25%, #ffdb3f 50%, #ffe33f 50%, #ffe33f 75%, #ffdb3f 75%, #ffdb3f); background-size: 20px 20px; padding: 25px 20px}
.sec09 h2 { padding: 0px 10% 0px 15%;}
.sec09 .head_dl { display: table; width: 100%; padding: 12px 3%;}
.sec09 .head_dl dt, .sec09 .head_dl dd { display: table-cell; vertical-align: middle;}
.sec09 .head_dl dt { width: 20%; padding-right: 3%;}
.sec09 .head_dl dd { color: #ea5514; font-size: 4.2vw; line-height: 1.4;}
.sec09 .voice_dl { background-color: #e6e6e6; margin-bottom: 20px;}
.sec09 .voice_dl dt { padding: 5px; cursor: pointer;}
.sec09 .voice_dl dd { padding: 15px 5% 15px; display: none;}

.heading_large { font-size: 3em;}
.sec10 section { margin: auto 15px;}
.sec10 .faq_q { display: table; width: 100%; border-bottom: solid 2px #000; padding-bottom: 10px; cursor: pointer;}
.sec10 .faq_q dt, .sec10 .faq_q dd { display: table-cell; vertical-align: middle;}
.sec10 .faq_q dt { width: 75px;}
.sec10 .faq_q dd { color: #ea5514; font-size: 3.75vw; line-height: 1.2;}
.sec10 .faq_a dt { padding: 10px 10px 5px; cursor: pointer;}
.sec10 .faq_a dt:after {
	content: "";
	display: inline-block;
	vertical-align: top;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 15px 15px 0 15px;
	border-color: #f6ac00 transparent transparent transparent;
}
.sec10 .faq_a dd { display: none; background-image:linear-gradient(-45deg, #fff 25%, #eee 25%, #eee 50%, #fff 50%, #fff 75%, #eee 75%, #eee); background-size: 6px 6px; padding: 15px 10px;}

.tel_area { padding: 0px 15px; margin-top: -7px;}
.tel_area p { padding-right: 23%;}
.tel_area .img01 { right: 2px; bottom: 0px; width: 22%}

@media only screen and (min-width: 751px) {
	.sec04 section h3 { font-size: 2.2em;}
	.sec04 section .text01 { font-size: 1.8em;}

	.tab li { font-size: 1.6em;}
	.car_list .price_box { font-size: 2.3em;}

	.sec07 .text03 { font-size: 1.3em;}

	.sec09 .head_dl dd { font-size: 2em;}
	
	.sec10 .faq_q dd { font-size: 1.9em;}
}

.sec11 { background-image:linear-gradient(-45deg, #fff 25%, #eee 25%, #eee 50%, #fff 50%, #fff 75%, #eee 75%, #eee); background-size: 10px 10px; padding: 35px 4%;}
.sec11 .text01 { font-size: 2.2em;}

.contact_box p.bold { font-size: 1.3em;}
.contact_box input[type="text"], .contact_box input[type="email"], .contact_box input[type="tel"], .contact_box textarea, .contact_box select { width: 100%; border: solid 1px #ccc; padding: 5px; border-radius: 4px; font-family: "Hiragino Maru Gothic W4 JIS2004", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, Arial, sans-serif; font-size: 1.1em;}
.contact_box select { -webkit-appearance: menulist-button;}
.contact_box input[type="submit"] {
	display: inline-block;
	width: 100%;
	font-weight: bold;
	font-size: 2em;
	color: #fff;
	text-decoration: none;
	background: #ea5514;
	padding: 7px 10px;
	border-radius: 10px;
	border: none;
	cursor: pointer;
	position: relative;
	-webkit-appearance: none;
}
.contact_box .btn_area span { display: inline-block; position: relative; width: 100%; transition: 0.3s;}
.contact_box .btn_area span:before, .contact_box .btn_area span:after { content: ""; top: 50%; transform: translateY(-50%); position: absolute;}
.contact_box .btn_area span:before {
	right: 20px;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: #fff;
	z-index: 10;
}
.contact_box .btn_area span:after {
	right: 15px;
    box-sizing: border-box;
    width: 10px;
    height: 12px;
    border: 11px solid transparent;
    border-left: 12px solid #ea5514;
	z-index: 15;
}
.contact_box .btn_area span:hover { transform: translateY(3px);}
.contact_box textarea { width: 100% !important; min-height: 200px !important;}
.contact_box label { display: inline-block; margin-right: 1em;}

.contact_box .hissu { display: inline-block; font-size: 0.7em; color: #fff; background: #f29700; font-weight: bold; line-height: 1.4; padding: 1px 5px; vertical-align: middle;}

.contact_box .datepicker input[type="text"] { max-width: 250px;}

.tel_box { padding: 0px 15px;}

.page_wrap { padding: 25px 15px 0px;}


/* loan */
.loan_box { background: #c4f1ff;}

/* 即納車 */
.sokunou { background-image:linear-gradient(-45deg, #fff 25%, #f6f6f6 25%, #f6f6f6 50%, #fff 50%, #fff 75%, #f6f6f6 75%, #f6f6f6); background-size: 17px 17px; padding: 0px 10px;}
.sokunou .btn_area { margin: -2% 15px 3%;}
