@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-backface-visibility: hidden;
}
* {
	-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;
}

@media only screen and (max-width: 640px) {
	body { font-size: 0.85em;}
}

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

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

.fo_white { color: #FFFFFF;}
.fo_orange { color: #f15a24;}
.fo_red { color: #ff3366;}

.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: #ffff83;}
.back_blue { background-color: #28c0da;}
.back_pink { background-color: #ffc5e1;}

.container { padding: 0px 15px;}

.fp15 { padding: 15px;}

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

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

.list_disc { padding-left: 1em;}
.list_disc li { list-style: outside disc;}

/* 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;}

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

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

/* ハンバーガーメニュー */
.humberger {
	background: #000;
	cursor: pointer;
	position: fixed;
	top: 10px;
	right: 10px;
	width: 50px;
	height: 50px;
	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: 70px;
}
.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 .map iframe { width: 100%; height: 200px; vertical-align: bottom;}
.footer .copy { background-color: #333333; padding: 5px;}

.pagetop {
	width: 45px;
	display: none;
	position: fixed;
	right: 10px;
	padding-bottom: 75px;
	bottom: 0px;
	z-index: 999;
}

body { padding-bottom: 56px;}
.fixed_btn {
	position: fixed;
	width: 100%;
	max-width: 750px;
	bottom: 0px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 9999;
	display: flex;
}
.fixed_btn li { width: 50%;}
.fixed_btn li a { display: block; width: 100%; height: 100%; padding: 10px;}
.fixed_btn li:first-child a { background-image:linear-gradient(45deg, #ff7bac 25%, #ff709d 25%, #ff709d 50%, #ff7bac 50%, #ff7bac 75%, #ff709d 75%, #ff709d); background-size: 20px 20px;}
.fixed_btn li:last-child a { background-image:linear-gradient(45deg, #00adce 25%, #00a3ca 25%, #00a3ca 50%, #00adce 50%, #00adce 75%, #00a3ca 75%, #00a3ca); background-size: 20px 20px;}
.fixed_btn img { width: auto; height: 36px;}


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

.more_btn a { display: inline-block; background: #ff3366; border-radius: 70px; box-shadow: 0px 8px 0px #b2123a;}

.sec02 .box01 { border-bottom: solid 1px #000;}
.sec02 .box01:first-of-type { padding-top: 20px; border-top: solid 1px #000;}
.sec02 .box01:first-of-type:before { content: ""; position: absolute; background: url("../images/sec02_bg.png") no-repeat center bottom; background-size: 100% auto; width: 20px; height: 25px; top: -20px; left: 50%; transform: translateX(-50%);}
.sec02 .box01 h3 { margin: auto -10px;}

.sec02 .back_yellow { padding-bottom: 25px;}
.sec02 .back_pink { padding-top: 25px;}

.sec03 { margin-bottom: 13%;}
.sec03 h2 .pos_ab { display: block; width: 100%; bottom: 25%;}
.sec03 section { border-bottom: solid 1px #000; padding: 0px 15px 55px;}
.sec03 section:last-of-type { border-bottom: none; padding-bottom: 30px;}
.sec03 .num img { width: 80px; height: auto; margin-top: -45px; position: relative; z-index: 100; vertical-align: bottom;}
.sec03 section h3 { font-size: 1.6em; line-height: 1.4;}
.sec03 .box01 { display: flex; justify-content: space-between;}
.sec03 .box01 figure { width: 45%;}
.sec03 .box01 .box_inner { width: 50%;}
.sec03 .text01 { margin: auto -15px;}

.sec04 { padding-bottom: 8%;}
.sec04 h2 img { margin-top: -9%; vertical-align: top;}

.sec05 h2 img { margin-top: -6%; vertical-align: top;}
.sec05 .back_blue { padding-bottom: 20px;}

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

.list_box { display: flex; justify-content: space-between; flex-wrap: wrap;}
.list_box > li { width: calc(50% - 7px); border-radius: 20px; padding: 3%; position: relative; z-index: 100; margin-bottom: 15px;}
.list_box > li a { display: block; color: #000; text-decoration: none;}

.car_list h3 { border-bottom: dashed 2px #000; font-size: 1.8em;}
.car_list .text01 { font-size: 1.45em; line-height: 1.4;}
.price li { display: inline-block; vertical-align: bottom;}
.price li span { vertical-align: bottom;}
.price .border { display: inline-block; border: solid 1px #000; padding: 4px 5px; margin-bottom: 3px;}
.price li:first-child { margin: 0.9em 0.5em 0px 0px; vertical-align: top;}
.price li:last-child { font-size: 1.6em;}
.price .num01 { font-size: 2.6em; z-index: 100;}
.price .num01:before { content: ""; position: absolute; z-index: -1; width: 100%; height: 0.25em; background: #eee021; left: 0px; bottom: 0.2em;}
.price .num02 { font-size: 1.2em;}

.btn_orange a, .btn_orange span {
	display: inline-block;
	width: 100%;
	font-size: 1.8em;
	font-weight: bold;
	color: #fff !important;
	text-decoration: none;
	background: #dc5a24;
	padding: 7px 13px 7px 7px;
	border-radius: 50px;
	position: relative;
}
.btn_orange a:after, .btn_orange span:after {
	content: "";
	right: 8%;
	top: 35%;
	position: absolute;
    width: 15px;
    height: 15px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg);
}


@media only screen and (max-width: 750px) {
	.car_list { font-size: 2.1vw;}

	.sec03 section h3 { font-size: 4.7vw;}
	.sec03 section .text02 { font-size: 3.6vw !important;}
}

@media only screen and (max-width: 580px) {
	.btn_orange a:after, .btn_orange span:after { width: 10px; height: 10px;}
}

.sec06 { padding-top: 20px;}
.sec06 .back_pink { padding: 20px 0px 30px;}

.sec09 { background-image:linear-gradient(45deg, #fff 25%, #eee 25%, #eee 50%, #fff 50%, #fff 75%, #eee 75%, #eee); background-size: 25px 25px;}
.sec09 section { border: solid 1px #000; background: #fff;}
.sec09 .head_dl { display: table; width: 100%; padding: 10px 10px 0px 10px;}
.sec09 .head_dl dt, .sec09 .head_dl dd { display: table-cell; vertical-align: middle;}
.sec09 .head_dl dt { width: 20%; padding-right: 5%;}
.sec09 .head_dl dt > div { display: inline-block; z-index: 10;}
.sec09 .head_dl dt > div:before { content: ""; position: absolute; z-index: -1; border-radius: 100%; background-size: auto auto; background-image: repeating-linear-gradient(-45deg, transparent, transparent 3px, rgba(0, 0, 0, 1) 3px, rgba(0, 0, 0, 1) 4px ); width: 100%; height: 100%; top: 5px; left: 5px;}
.sec09 .head_dl dd { font-size: 1.6em; line-height: 1.4;}
.sec09 .voice_dl dt { cursor: pointer;}
.sec09 .voice_dl dt span { display: inline-block; vertical-align: bottom; background: #000; border-top-left-radius: 8px; color: #fff; padding: 3px 7px 3px 10px;}
.sec09 .voice_dl dt span:after { display: inline-block; content: "+"; font-size: 16px; font-weight: bold; width: 1em; height: 1em; border-radius: 100%; background: #fff; color: #000; vertical-align: middle; line-height: 1em; text-align: center; margin: -0.2em 0px 0px 0.4em;}
.sec09 .voice_dl dt.open span:after { content: "-";}
.sec09 .voice_dl dd { padding: 15px; display: none; background: #ffffda;}

@media only screen and (max-width: 750px) {
	.sec09 .head_dl dd { font-size: 4vw;}
}

.sec07 .more_btn a, .sec08 .more_btn a { background: #f15a24; box-shadow: 0px 8px 0px #883314;}

.sec08 section { border: solid 1px #000; background: #fff;}
.faq_q { padding: 15px; display: table; width: 100%; position: relative; cursor: pointer;}
.faq_q:after { content: ""; position: absolute; top: 50%; transform: translateY(-50%); right: 12px; width: 30px; height: 30px; background: url("../images/ico_plus.png") no-repeat center center; background-size: 100% auto;}
.faq_q.open:after { background-image: url("../images/ico_minus.png");}
.faq_q > * { display: table-cell; vertical-align: middle;}
.faq_q dt { width: 40px; padding-right: 10px;}
.faq_q dd { font-size: 1.35em; padding-right: 35px;}
.faq_a { background: #ffffda; padding: 15px; display: none;}

.sec10 { background: #caecfa;}
.contact_box { font-size: 13px;}
.contact_box p.bold { font-size: 1.2em;}
.contact_box input[type="text"], .contact_box input[type="email"], .contact_box input[type="tel"], .contact_box textarea, .contact_box select { width: 100%; border: none; padding: 5px; font-family: "Hiragino Maru Gothic W4 JIS2004", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, Arial, sans-serif; font-size: 16px;}
.contact_box select { width: auto;}
.contact_box .datepicker input[type="text"] { max-width: 250px;}
.contact_box input[type="submit"] {
	display: inline-block;
	width: 100%;
	background: url("../images/btn03.png") no-repeat center center #39b54a;
	background-size: 80% auto;
	height: 100px;
	border-radius: 70px;
	box-shadow: 0px 8px 0px #009245;
	border: none;
	cursor: pointer;
	-webkit-appearance: none;
}

@media only screen and (max-width: 640px) {
	.contact_box input[type="submit"] { height: 60px;}

	.sec10 .fo13 { font-size: 4vw !important;}
}

.contact_box textarea { width: 100% !important; min-height: 100px !important;}
.contact_box label { display: block; margin-bottom: 5px;}
.contact_box .hissu { display: inline-block; font-size: 0.75em; background: #ff3366; color: #fff; vertical-align: middle; padding: 1px 0.4em; margin-left: 0.4em;}
.privacy { border: solid 1px #000; padding: 13px; height: 120px; overflow-y: scroll;}

.ui-widget.ui-widget-content { font-size: 1.2em !important;}

/* loan */
.loan_box { background: #f3c517;}
.loan_box .btn_area { padding: 0px 14%;}


/* 車種個別 */
.back_stripe { background-size: auto auto; background-color: rgba(51, 51, 53, 1); background-image: repeating-linear-gradient(135deg, transparent, transparent 5px, rgba(45, 45, 47, 1) 5px, rgba(45, 45, 47, 1) 10px );}

.single_box { padding: 15px 15px 1px;}
.single_box:after {
	content: "";
	position: absolute;
	bottom: -25px;
	left: 50%;
	transform: translateX(-50%);
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 25px 30px 0 30px;
	border-color: #b9e2f8 transparent transparent transparent;
}
.single_box > .back_white { border-radius: 15px;}
.single_box .box_inner { padding: 0px 15px;}

.logo_box { display: table; width: 100%; padding: 20px; font-size: 1.25em; line-height: 1;}
.logo_box > * { display: table-cell; vertical-align: middle;}
.logo_box dt { width: 50px; padding-right: 15px;}

.single_box section.box_inner { padding-bottom: 15px;}
.single_box h2 { border-top: dashed 2px #000; border-bottom: dashed 2px #000; font-size: 1.7em; padding: 13px;}
.single_box h3 { font-size: 1.35em; padding: 7px;}
.single_box h3:before { content: ""; display: inline-block; vertical-align: middle; background: url("../mira/images/ico_yen.png") no-repeat center center; background-size: 100% auto; width: 23px; height: 35px; margin-right: 1em;}
.single_box h4 { border-bottom: dashed 2px #000; font-size: 1.2em; padding-bottom: 5px;}
.single_box .price { font-size: 1.15em; line-height: 1;}
.single_box .price02 { font-size: 1.6em;}
.single_box .price02 .fo_red { font-size: 1.5em;}
.single_box .price02 .num01 { font-size: 2em; line-height: 1;}
.single_box .price02 .num02 { font-size: 1.3em; margin-right: 0.05em;}
.single_box section dl { display: table; width: 100%;}
.single_box section dl > * { display: table-cell; vertical-align: top;}
.single_box section dt { width: 10em;}
.single_box hr { border: none; border-bottom: solid 2px #000;}

.daihatsu { background: #b9e2f8;}
.suzuki { background: #d4de67;}
.single_box.suzuki:after { border-color: #d4de67 transparent transparent transparent;}
.suzuki .logo_box dt { padding-right: 5px; width: 40px;}
.honda { background: #f6c54d;}
.single_box.honda:after { border-color: #f6c54d transparent transparent transparent;}
.honda .logo_box dt { padding-right: 10px; width: 45px;}
.nisssan { background: #f4ec72;}
.single_box.nisssan:after { border-color: #f4ec72 transparent transparent transparent;}
.nisssan .logo_box dt { padding-right: 10px; width: 50px;}
.mitsubishi { background: #f3cadc;}
.single_box.mitsubishi:after { border-color: #f3cadc transparent transparent transparent;}
.mitsubishi .logo_box dt { padding-right: 10px; width: 50px;}

.list_btn { padding: 40px 20px 5px;}
.list_btn ul { display: flex; flex-wrap: wrap; justify-content: space-between;}
.list_btn li { width: calc(50% - 10px); margin-bottom: 20px;}
.list_btn a { display: block; background: #fff; border-radius: 5px; text-decoration: none; color: #000; font-weight: bold; font-size: 1.3em; line-height: 1.2; position: relative; padding: 23px 20px 23px 65px;}
.list_btn a:before { content: ""; position: absolute; top: 50%; transform: translateY(-50%); background-repeat: no-repeat; background-position: center center; background-size: 100% auto; width: 45px; height: 65px; left: 10px;}
.list_btn a:after {
	content: "";
	right: 12px;
	position: absolute;
    width: 10px;
    height: 10px;
    border-top: 2px solid #000;
    border-right: 2px solid #000;
    transform: rotate(45deg);
	top: 50%;
	margin-top: -5px;
}
.list_btn li:nth-child(1) a:before { background-image: url("../mira/images/logo_daihatsu.png");}
.list_btn li:nth-child(2) a:before { background-image: url("../mira/images/logo_suzuki.png");}
.list_btn li:nth-child(3) a:before { background-image: url("../mira/images/logo_honda.png");}
.list_btn li:nth-child(4) a:before { background-image: url("../mira/images/logo_nissan.png");}
.list_btn li:nth-child(5) a:before { background-image: url("../mira/images/logo_mitsubishi.png");}

.op_box { background: #ffc5e1; padding-bottom: 20px;}
.op_box .box01 { padding: 20px 20px 0px;}
.op_box .box01 img { margin-bottom: -30px; vertical-align: bottom;}
.op_box .box02 { border-radius: 15px; padding: 15px 20px 10px;}
.op_box .box02 dl { display: table; width: 100%; margin-bottom: 5px; font-size: 1.1em;}
.op_box .box02 dl > * { display: table-cell; vertical-align: middle;}
.op_box .box02 dt { position: relative; width: calc(10em + 30px); padding-left: 30px;}
.op_box .box02 dt:before { content: ""; position: absolute; background: url("../mira/images/ico_check.png") no-repeat center center; background-size: 100% auto; left: 3px; top: 50%; transform: translateY(-60%); width: 23px; height: 23px;}

@media only screen and (max-width: 750px) {
	.single_box { font-size: 3vw;}
}

@media only screen and (max-width: 480px) {
	.op_box .box02 { padding: 15px 10px 10px;}
	.op_box .box02 dl { font-size: 0.95em;}
}

