@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@800&display=swap');

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

	リセット

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

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;
}
ul { list-style: none;}
blockquote, q { quotes: none;}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table { border-collapse: collapse; border-spacing: 0;}
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;
	image-rendering: -webkit-optimize-contrast;
}
* { box-sizing: border-box;}
*:before, *:after { 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: 2;
	position: relative;
	margin: auto;
	max-width: 780px;
}

.fo_noto { font-family: "Noto Sans JP", sans-serif; font-weight: 800;}

p { margin-bottom: 20px;}
p:last-child { margin-bottom: 0px;}

a { color: #2b5bb4; text-decoration: none;}
a:hover, a:active { color: #87a5d6; text-decoration: underline;}

/* 文字装飾 */
.fo05 { font-size: 0.5em !important;}
.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;}
.lh16 { line-height: 1.6;}
.lh20 { line-height: 2;}

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

/* ボックス */
.container { padding: 0px 4%;}

.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 !important;}
.back_gray { background-color: #f0f3f8 !important;}

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

@media only screen and (max-width: 640px) {
	body { font-size: 0.9em;}
}
	
	
/* ------------------------
	ヘッダー
------------------------ */

.header h1 { padding: 0px 60px 0px 10px; line-height: 50px;}
.header h1 img { width: auto; height: 36px; vertical-align: middle;}


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

.humberger {
	cursor: pointer;
	display: block;
	position: fixed;
	top: 0px;
	right: 0px;
	width: 50px;
	height: 50px;
	background: #000;
	z-index: 100001;
	transition: 0.4s;
}
.humberger span {
	background: #fff;
	border-radius: 15px;
	position: absolute;
	left: 10px;
	width: 30px;
	height: 3px;
	transition: 0.4s;
}
.humberger span:nth-of-type(1) { top: 9px;}
.humberger span:nth-of-type(2) { top: 17px;}
.humberger span:nth-of-type(3) { top: 25px;}
.humberger:after {
	color: #fff;
	content: 'MENU';
	display: block;
	font-size: 10px;
	text-decoration: none;
	text-align: center;
	transition: 0.4s;
	position: absolute;
	left: 0;
	bottom: 1px;
	width: 100%;
}
.is-open .humberger:after { content: 'CLOSE';}
.is-open .humberger span:nth-of-type(1) {
  -webkit-transform: translateY(6px) rotate(-45deg);
	  -ms-transform: translateY(6px) rotate(-45deg);
		  transform: translateY(6px) rotate(-45deg);
}
.is-open .humberger span:nth-of-type(2) { opacity: 0;}
.is-open .humberger span:nth-of-type(3) {
  -webkit-transform: translateY(-10px) rotate(45deg);
	  -ms-transform: translateY(-10px) rotate(45deg);
		  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: 99999;
}
.sp-navi .sp-navi-inner {
	background: #fff;
	background-size: auto 3px, auto;
	overflow-y: auto;
	opacity: 0;
	visibility: hidden;
	position: fixed;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
	transition: .5s;
	padding: 50px 0px 30px;
}

.sp-navi .list01 a, .sp-navi .list01 span { display: block; text-decoration: none; border-bottom: dashed 1px #ccc; padding: 7px 5px 7px 40px; font-size: 1.15em; position: relative; color: #333;}
.sp-navi .list01 a:before, .sp-navi .list01 span:before { content: ""; position: absolute; left: 15px; top: 50%; margin-top: -1.5px; width: 10px; height: 3px; background-color: #533c32;}
.sp-navi .list01 > li:first-child a { border-top: dashed 1px #ccc;}


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

.footer h2 { padding: 0px 5%;}

.footer dl { display: flex; flex-wrap: wrap; align-items: center;}
.footer dt { width: 8rem; padding-bottom: 0.3rem;}
.footer dd { width: calc(100% - 8rem); padding-bottom: 0.3rem;}

.footer .list01 { display: flex; justify-content: center; align-items: center; padding: 0px 5%;}
.footer .list01 li { margin: 0px 4%;}

.footer iframe { width: 100%; height: 200px; vertical-align: bottom;}

.footer .copy { background: #000; padding: 0.4em;}


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

	コンテンツ

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

.show_sp { display: none;}
.over_hidden { overflow: hidden;}

.mainimage .text_area { top: 7%; left: 0px; z-index: 50; font-size: min(7.2vw,3em);}
.mainimage .text_area p { display: table; padding: 0px 0.4em; margin-bottom: 0.3em;}

.top_caution { margin: 40px 0px;}
.top_caution h2:before { content: ""; position: absolute; width: 100%; height: 1px; background: #000; left: 0px; top: 50%; z-index: -1;}
.top_caution h2 span { padding: 0px 1.5em;}

.heading_large { font-size: min(7.3vw,2em);}

.top_sec01 { padding: 45px 0px calc(45px - 4%);}
.top_sec01 h3 span { display: inline-block;}
.top_sec01 h3 span:before, .top_sec01 h3 span:after { content: ""; position: absolute; width: 2px; height: 1.2em; background: #000; top: 15%;}
.top_sec01 h3 span:before { transform: rotate(-35deg); left: -1em;}
.top_sec01 h3 span:after { transform: rotate(35deg); right: -1em;}
.top_sec01 .btn01 a { display: inline-block; border-radius: 60px; background: #000; color: #fff; text-decoration: none; font-size: min(5.5vw,1.4em); padding: 0.5em; width: 90%; max-width: 400px;}
.top_sec01 .btn01 a:before { content: ""; display: inline-block; vertical-align: middle; background: url("../images/common/ico_search.svg") no-repeat center center; background-size: 100% auto; width: 1.9em; height: 2.5em; margin-right: 0.2em;}
.top_sec01 .list01 { display: flex; justify-content: space-between; flex-wrap: wrap;}
.top_sec01 .list01 li { width: 48%; margin-bottom: 3%;}
.top_sec01 .list01 a { display: block; text-decoration: none; color: #000; background: #fff; border: solid 2px #000; border-radius: 60px; font-size: min(4.5vw,1.7em); padding: 0.3em 0px 0.3em 0.8em; position: relative;}
.top_sec01 .list01 a:before { content: ""; display: inline-block; vertical-align: middle; background-repeat: no-repeat; background-position: center center; background-size: 100% auto; width: 2.2em; height: 1.7em; margin-right: 0.3em; transform: translateY(-0.1em)}
.top_sec01 .list01 li:nth-child(1) a:before { background-image: url("../images/top/logo_suzuki.png");}
.top_sec01 .list01 li:nth-child(2) a:before { background-image: url("../images/top/logo_nissan.png");}
.top_sec01 .list01 li:nth-child(3) a:before { background-image: url("../images/top/logo_mitsubishi.png");}
.top_sec01 .list01 li:nth-child(4) a:before { background-image: url("../images/top/logo_daihatsu.png");}
.top_sec01 .list01 li:nth-child(5) a:before { background-image: url("../images/top/logo_honda.png");}
.top_sec01 .list01 a:after {
	content: "";
	right: 1em;
	top: 37%;
	position: absolute;
    width: 0.55em;
    height: 0.55em;
    border-top: 2px solid #000;
    border-right: 2px solid #000;
    transform: rotate(45deg);
}

.link_pad { margin-top: -50px; padding-top: 50px;}

.top_sec02 .list01 { display: flex; justify-content: space-between; flex-wrap: wrap;}
.top_sec02 .list01 li { width: 31%; margin-bottom: 25px;}
.top_sec02 .btn_area a { display: block; text-decoration: none; background: url("../images/top/top_bnr.jpg") no-repeat center center; background-size: cover; color: #fff; font-size: min(5vw,1.8em); letter-spacing: 0.05em; padding: 2em;}

.top_sec03 { padding: 45px 0px;}
.top_sec03 .back_white { border: solid 1px #000; padding: 5%;}

.archive_list dl { display: flex;}
.archive_list dl:not(:last-child) { border-bottom: solid 1px#000; padding-bottom: 1em; margin-bottom: 1em;}
.archive_list dt { width: 6.5em;}
.archive_list dd { width: calc(100% - 6.5em); white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}

.more_btn a { display: inline-block; font-family: "Noto Sans JP", sans-serif; font-weight: 800; color: #fff; text-align: center; text-decoration: none; background: #000; border-radius: 60px; width: 90%; max-width: 400px; position: relative; font-size: min(5vw,1.4em); line-height: 1.6; padding: 0.9em; letter-spacing: 0.05em;}
.more_btn a:after {
	content: "";
	right: 1.3em;
	top: 42%;
	position: absolute;
    width: 0.55em;
    height: 0.55em;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg);
}

.iframe_box { padding-top: 20px; height: calc(100vh - 50px);}
.iframe_box iframe { width: 100%; height: 100%;}
