@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Oswald:500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Noto+Sans+JP:wght@100..900&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: 90px;
}

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

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_noto { font-family: 'Noto Sans JP', sans-serif;}

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

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

.ver-align_bottom{vertical-align: bottom;}

/* リスト */
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;}
.mb60 { margin-bottom: 60px !important;}

.mb50-30 { margin-bottom: 50px !important;}
.mb60-30 { margin-bottom: 60px !important;}


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

.container { padding: 0px 15px;}

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

@media (min-width: 641px) {
	.hidden_l { display: none !important;}
}

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

.header {padding: 22px 10px 22px 30px;}
.header h1{font-size: 2.0em;}

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

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

/* ナビ本体 */
.sp-navi { -webkit-text-size-adjust: 100%;}

.sp-navi.is-open {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 9999;
	background: rgba(3,3,3,.5);
	display: block;
}

.sp-navi.is-open .sp-navi-inner {
	opacity: 1;
	visibility: visible;
	z-index: 9999;
	display: flex;
	flex-flow: column;
}

.sp-navi .sp-navi-inner {
	background: #FFFFFF;
	overflow-y: auto;
	opacity: 0;
	visibility: hidden;
	position: fixed;
	top: 0;
	/*left: 0px;*/
	right: 0px;
	height: 100%;
	width: 100%;
    max-width: 390px;
	transition: .5s;
	padding: 32px 30px;
}

.sp-navi .sp-navi-inner p{font-size: 1.75em;}
.sp-navi li{border-bottom: 2px solid #1E2896;}
.sp-navi li a {
	display: block;
	text-decoration: none;
	color: #000;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: bold;
    font-size: 1.3em;
	padding: 10px 10px 10px 0px;
}
.sp-navi li a:hover{opacity: 0.7;}
.sp-navi .sp-navi-inner div a{display: block; transition: all .3s;}
.sp-navi .sp-navi-inner div a:hover{transform: scale(0.95,0.95);}


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

.footer{
    background-color: #000000;
    padding: 20px 30px 10px;
}

.footer .box01{
    display: flex;
    padding-bottom: 25px;
    border-bottom: 2px solid #FFFFFF;
    margin-bottom: 20px;
}

.footer .box01 ul:nth-of-type(2){
    margin-left: 20%;
}

.footer .box01 ul li{
    display: flex;
    align-items: center;
}

.footer .box01 ul li:not(:last-of-type){
    margin-bottom: 20px;
}

.footer .box01 ul li::before{
    content: '';
    background-color: white;
    height: 2px;
    width: 25px;
    display: block;
    margin-right: 10px;
}


.footer .box01 ul li a{
    color: white;
    font-size: 1.375em;
    font-weight: bold;
    text-decoration: none;
}

.footer .box01 ul li a:hover{
    text-decoration: underline;
}

.footer .campany_name{
    font-size: 1.375em;
    margin-bottom: 20px;
}

.footer .address{
    font-size: 1.375em;
    font-weight: 500;
    margin-bottom: 40px;
}

.footer .copy {text-align: center;}

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

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

.fixed_btn03 .fo15 img { width: 2em; margin-right: 0.3em;}

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


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

/* 共通 */
.mainimage .btn_area { max-width: 530px; min-width: 530px; bottom: -2%; left: 50%; z-index: 100;transform: translate(-50%, -50%);}
.mainimage .btn_area a{display: block; transition: all .3s;}
.mainimage .btn_area a:hover{transform: scale(0.95,0.95);}

.heading{font-size: 2.0em;display: inline-block; background-color: #1E2896;border-radius: 35px;padding: 12px 34px;position: relative;}
.heading-wrapper {
    display: flex; /* Flexboxコンテナにする */
    align-items: center; /* 垂直方向の中央揃え */
    justify-content: center; /* 水平方向の中央揃え */
    width: 100%; /* 親要素いっぱいに広げる */
    margin-left: auto;
    margin-right: auto;
}

/* 【新規追加】左側の線 */
.heading-wrapper::before {
    content: '';
    height: 3px;
    width: 50px;
    background-color: #1E2896;
}

/* 【新規追加】右側の線 */
.heading-wrapper::after {
    content: '';
    height: 3px;
    width: 50px;
    background-color: #1E2896;
}


/* sec01 */
.sec01{
    background-image: url("../images/back_mesh_pattern.png");
    background-color: white;
    background-repeat: repeat;
    background-size: cover;
    padding: 30px 15px 30px 0;
}

.sec01 .box01{
    display: flex;
    align-items: center; 
}

.sec01 .box01 .line-wrapper {
    left: 0;
    right: 50%;
    top: 50%;
    transform: translateY(-50%);
    max-width: 107px;
}

.sec01 .box01{
    display: flex;
    align-items: center; 
    gap: 0;
    margin: 0 auto;
    width: 100%;
}

.sec01 .box01 .line-wrapper{
    display: flex;
    align-items: center;
    flex-grow: 1;  
    height: 3px;
    position: relative;
}

.sec01 .box01 .line-content{
    /* 線の本体 */
    background-color: #FFE60F;
    height: 3px; /* 線の太さ */
    width: 100%; /* line-wrapper の幅いっぱいに広がる */
}

.sec01 .box01 .label-container{
    display: flex;
    align-items: center;
}


.sec01 .box01 .label-container p{
    background-color: #FFE60F;
    font-size: 2em;
    padding: 0.375em 0.875em;
    border-radius: 35px;
    color: #1E2896;
}


.sec01 .box01 > p{
    font-size: 1.375em;
    font-weight: 500;
    margin-left: 3em;
}

/* sec02 */
.sec02 { background-color: #FBF5E7; padding:30px 15px 20px;}
.sec02 .sec02_heading{border-bottom: 2px solid #1E2896;font-size: 2em;width: 11em;margin: 0 auto 20px;}
.sec02 > p{font-size: 1.375em;font-weight: 500;}
.sec02 .box01 ul{display: flex;justify-content: center;gap:20px;}
.sec02 .box01 ul li{max-width: 90px;}


/* sec03 */
.sec03 {background-color:#28BEF0; padding: 50px 15px 80px;}
.sec03 figure{max-width: 630px;margin-left: auto;margin-right: auto;}

/* sec04 */
.sec04{
    position: relative;
}

.sec04 .heading-wrapper{
    position: absolute;
    transform: translate(-50%, 0%);
    left: 50%;
    top: 50px;
    z-index: 10; /* 必要に応じて追加 */
}

.sec04 .box01{
    background-color: #28BEF0;
    width: 92%;
    margin-left: auto;
    padding: 260px 0;
    border-radius: 10px 0px 0px 10px;
}

.sec04 figure{
    position: absolute;
    transform: translate(5%, -50%);
    top: 60%;
    max-width: 660px;
}

.sec05{
    padding: 50px 50px 0;
}

.sec05 .box01 ul{
    width: 100%;
    display: flex;
    justify-content: center;
    gap: 25px;
}

.sec05 .box01 ul li{
    width: 30%;
}

.sec05 .box01 ul .price_box{
    
}

.sec05 .box01 ul .price_box p:nth-of-type(1){
    background-color: #000000;
    color: #FFFFFF;
    font-size: 1.375em;
    border-radius: 10px 10px 0 0;
    padding: 15px 0;
}

.sec05 .box01 ul .price_box p:nth-of-type(2){
    background-color: #FBF5E7;
    color: #000000;
    font-size: 2em;
    border-radius: 0 0 10px 10px;
    padding: 22px 0;
}
.sec05 > p:nth-of-type(1),.sec05 > p:nth-of-type(2){font-size: 2.0em;}
.sec05 .box02{
    display: flex;
    justify-content: center;
    gap: 70px;
}

.sec05 .box02 table{
    width: 280px;
}

.sec05 .box02 table tr{
    
}

.sec05 .box02 table tr th{
    border-bottom: 1px solid #707070;
    font-size: 1.375em;
    font-weight: bold;
    text-align: left;
}

.sec05 .box02 table tr td{
    border-bottom: 1px solid #707070;
    font-size: 1.375em;
    font-weight: 500;
    text-align: right;
}
.sec05 .box02 table:nth-of-type(1) tr:nth-of-type(2) td{
    border-bottom: none;
}

.sec06{
    background-color: #28BEF0;
    padding: 50px 15px;
    position: relative;
}


.slider {
   /*width:94%;*/
    margin:0 auto;
}

.slider img {
    height:auto;
    max-width: 500px; /* 最大幅を500pxに設定 */
    margin-left: auto;  /* 中央寄せ */
    margin-right: auto; /* 中央寄せ */
    display: block;     /* 中央寄せのためにブロック要素化 */
}

.slider .slick-slide {margin:0 15px;}
.sec07{padding: 50px 15px 0;}
.sec07 .question{
    background-color: #A1E5FC;
    font-size: 1.375em;
    padding: 15px 45px 15px 45px;
    cursor: pointer;
    position: relative;
    border-bottom: 1px solid #C4F1FF;
}

.sec07 .answer{
    background-color: #FBF5E7;
    font-size: 1.375em;
    font-weight: 500;
    padding: 15px 45px;
}

.sec07 dd {display: none;}
.sec07 .question.is-open {background-color: #A1E5FC;border-bottom: none;}
.sec07 .question.is-open + dd {}

/* ---------------------------------------------------- */
/* 【新規追加】プラス/マイナス アイコンのCSS */
/* ---------------------------------------------------- */

/* プラス (+) アイコンを生成 */
.sec07 .question::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 15px;
    width: 20px;
    height: 3px;
    background-color: #FFFFFF; /* 白い横棒 */
    transform: translateY(-50%);
    transition: all 0.3s ease;
}

.sec07 .question::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 23px;
    width: 3px;
    height: 20px;
    background-color: #FFFFFF; /* 白い縦棒 */
    transform: translateY(-50%);
    transition: all 0.3s ease;
}

/* 質問が開いている時のマイナス (-) アイコン */
.sec07 .question.is-open::before {
    transform: translateY(-50%) rotate(90deg); /* 縦棒を横棒と同じ角度に回転 (マイナスに見せる) */
    opacity: 0; /* または display: none; */
}
/* 質問が開いている時は横棒だけが残る */
.sec07 .question.is-open::after {
    transform: translateY(-50%) rotate(0deg); 
}

.sec08{background-color: #1E2896;padding: 50px 15px;}
.sec08 > p:nth-of-type(1){font-size: 2em;}
.sec08 > p:nth-of-type(2){
    font-size: 1.375em;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sec08 > p:nth-of-type(2)::before, .sec08 > p:nth-of-type(2)::after {
    content: "";
    width: 3px;
    height: 1.375em;
    background-color: #FFFFFF;
    display: block;
}
.sec08 > p:nth-of-type(2)::before {margin-right: 20px; transform: rotate(-30deg);}
.sec08 > p:nth-of-type(2)::after {margin-left: 20px;transform: rotate(30deg);}
.sec08 div{max-width: 530px; margin-left: auto; margin-right: auto;}
.sec08 a{display: block; transition: all .3s;}
.sec08 a:hover{transform: scale(0.95,0.95);}

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

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

.heading_large { font-size: 3em;}
.sec10 section { margin: auto 15px; border-bottom: solid 1px #000; padding-bottom: 1em;}
.sec10 .faq_q { display: table; width: 100%; cursor: pointer; font-size: min(4vw,1.9em);}
.sec10 .faq_q dt, .sec10 .faq_q dd { display: table-cell; vertical-align: middle;}
.sec10 .faq_q dt { width: 2.6em; padding-right: 0.7em;}
.sec10 .faq_q dd { color: #ea5514; line-height: 1.4; position: relative; padding-right: 2.3em;}
.sec10 .faq_q dd:after { content: ""; position: absolute; background: url("../images/ico_plus.png") no-repeat center center; background-size: 100% auto; width: 1.8em; height: 1.8em; right: 0px; top: 50%; transform: translateY(-50%);}
.sec10 .faq_a dt { padding: 10px 10px 5px; cursor: pointer;}
.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;}

@media only screen and (min-width: 751px) {
	.car_list .price_box { font-size: 2.3em;}
}

.sec11 { background-image:linear-gradient(-45deg, #fff 25%, #eee 25%, #eee 50%, #fff 50%, #fff 75%, #eee 75%, #eee); background-size: 10px 10px; padding-bottom: 20px;}
.sec11 .text01 { font-size: 2.2em;}
.sec11 .text02 { font-size: min(2.5vw,1em);}

.sec12{padding: 40px 0;}

.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 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_area { padding: 3% 15px 4% 3%;}
.tel_area p, .tel_area h2 { padding-right: 20%;}
.tel_area .img01 { right: 2px; bottom: 0px; width: 20%}
.tel_area .box01 { display: flex; align-items: center;}
.tel_area dl { display: flex; align-items: center; margin: 3px 0.6em 0px 0px;}
.tel_area dl > * { font-weight: bold; font-size: min(2.2vw,0.95em); line-height: 1.4; display: inline-block; vertical-align: middle;}
.tel_area dt { color: #fff; background: #f39300; padding: 0px 0.3em; text-align: center; margin-right: 0.2em;}

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

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

/* 即納車 */
.sokunou .btn_area { z-index: 100; width: 100%; left: 0px; bottom: 4%; padding: 0px 7%;}

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

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

/* accordion */
.aco_ttl { cursor: pointer; padding-right: 20%}
.aco_ttl:after { content: ""; position: absolute; top: 50%; transform: translateY(-50%); background: url("../images/ico_plus.png") no-repeat center center; background-size: 100% auto; width: 1.3em; height: 1.3em; right: 1%;}
.aco_ttl img { transform: translateY(4%)}



.grad_wrap { height: 4.3em; overflow: hidden; transition: 0.3s;}
.grad_wrap:before { content: ""; position: absolute; left: 0px; bottom: 0px; width: 100%; height: 3em; background: linear-gradient(0deg, rgba(255,255,255,0.7) 40%, rgba(255,255,255,0) 100%); transition: 0.3s;}
.grad_wrap.active:before { opacity: 0; visibility: hidden;}
.grad_btn { margin-top: -1.5em; z-index: 100; padding: 0px 17%; cursor: pointer;}

button { border: none; outline: none; padding: 0px; margin: 0px; background: none; cursor: pointer; appearance: none;}


/* topics */
.topics_wrap { background: url("../images/bg.jpg"); padding: 20px;}
.topics_wrap h2 span { font-size: 5vw; display: inline-block;}
.topics_wrap h2 span:before, .topics_wrap h2 span:after { content: ""; position: absolute; background: url("../images/topics_ttl.svg") no-repeat center center; background-size: 100% auto; width: 4em; height: 1em; top: 50%; transform: translateY(-50%);}
.topics_wrap h2 span:before { left: -4.7em;}
.topics_wrap h2 span:after { right: -4.7em; transform: scale(-1,1) translateY(-50%);}
.topics_wrap h3 span { background: linear-gradient(transparent 50%, #f0e221 0%);}

.topics_wrap h2 span.fo_blue:before, .topics_wrap h2 span.fo_blue:after { background-image: url("../images/topics_ttl02.svg");}

@media only screen and (min-width: 751px) {
	.topics_wrap h2 span { font-size: 2.2em;}
}

/* style.css の既存の .slick-prev, .slick-next の部分を修正 */

/* 矢印の位置を上書き */
.slick-prev, 
.slick-next {
	position: absolute;
	cursor: pointer;
	width: 50px; 
	height: 50px;
	border-radius: 50%; 
	background: #fff; /* 背景は白 */
	border: 1px solid #ccc; /* 枠線 */
	box-shadow: 0 2px 4px rgba(0,0,0,0.1);
	top: 50%; 
	transform: translateY(-50%); /* 垂直方向の中央配置 */
	z-index: 500;
    /* 既存の背景画像の設定は削除または上書きされます */
    background-image: none;
    transform: none; /* 既存の scale(-1,1) や translateY(-50%) をリセット */
    
}

/* 矢印の位置調整 */
.slick-prev {
    left: calc(50% - 250px - 70px);
}

.slick-next {
    right: calc(50% - 250px - 70px);
}

/* 矢印アイコンの描画 (青いシェブロン) */
.slick-prev::before,
.slick-next::before {
    content: '';
    position: absolute;
    top: 50%;
    width: 15px;
    height: 15px;
    border-top: 3px solid #1E2896; /* 青色 */
    border-right: 3px solid #1E2896; /* 青色 */
    transform: translateY(-50%);
}

.slick-prev::before { /* 戻る矢印 (左向き) */
    left: 19px;
    transform: translateY(-50%) rotate(225deg);
}

.slick-next::before { /* 次へ矢印 (右向き) */
    right: 19px;
    transform: translateY(-50%) rotate(45deg);
}

/* ページネーション（ドット）のスタイル */
.slick-dots {
    position: absolute;
    bottom: -40px; /* スライドの下からの距離 (適宜調整) */
    width: 100%;
    text-align: center;
    padding: 0;
    margin: 0;
    z-index: 100;
}

.slick-dots li {
    display: inline-block;
    margin: 0 5px; 
}

.slick-dots li button {
    display: block;
    width: 10px; 
    height: 10px;
    padding: 0;
    border: none;
    border-radius: 50%;
    background: #000; /* 非アクティブ時の色（黒） */
    font-size: 0;
    line-height: 0;
    cursor: pointer;
}

.slick-dots li.slick-active button {
    background: #FFE60F; /* アクティブ時の色（黄色） */
}

.slick-dots li button:before{
    display: none;
}

.slick-next:focus, .slick-next:hover, .slick-prev:focus, .slick-prev:hover{
    background-color: white;
    opacity: 0.7;
}

/* style.css の修正 */

/* ------------------------
	フローティングバナー
------------------------ */

.fixed_tel_banner {
    /* 画面下部に固定 */
    position: fixed; 
    bottom: 0;
    left: 0;
    width: 100%;
    
    /* ページの最大幅に合わせるための設定 */
    max-width: 750px;
    left: 50%;
    transform: translateX(-50%);
    
    z-index: 9990; 
    
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s, visibility 0.3s;
    
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3); 
    
    padding: 15px;
    
    
    background-color: #FFFFFF; 
    
    display: flex;
    justify-content: center;
    /* 【修正】中央に寄せることで、コンテンツの高さに自動調整 */
    align-items: center; 
}

/* スクロールで表示された時のクラス */
.fixed_tel_banner.is-visible {
    opacity: 1;
    visibility: visible;
}

.fixed_tel_banner a {
    display: block;
    max-width: 530px; /* 画像サイズに合わせて調整 */
}

/* 751px以上の時 (bodyのpadding-bottomが121pxの時) の対応 */
@media only screen and (min-width: 751px) {
    .fixed_tel_banner {
        /* 【修正】大きい画面でも適切なpadding-bottomに調整 */
        padding-bottom: 15px; /* 固定値で調整 */
    }
}