@import url('https://fonts.googleapis.com/css2?family=Work+Sans:ital,wght@1,900&display=swap');

/* CSS Document */
#contents section {
    margin: 40px auto 0;
}
.center {
	text-align: center;
}
.marker {
	color:#0095ea;
	font-weight:bold;
	font-size: 18px;
	margin: 0;
}
#topComment {
	box-shadow: 0px 6px 2px -2px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 6px 2px -2px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 6px 2px -2px rgba(0,0,0,0.6);
	text-align: center;
	position: relative;
	margin:0;
    padding:0;
	/* top: -15px; */
}

/*----- lease_disp01 -----*/
#about_txt{
	line-height: 1.7;
	font-size: 1.1rem;
	margin: 15px 0 25px;
}

#about_txt-2{
	line-height:1.9;
	margin:15px 0 0;
	color: #222fae;
}
.support_opack{
	margin:50px 0 0;
}
.support_opack dt{
	font-family:Bokutachino;
	background-image: url(../images/yellow_stripe.jpg);
	background-repeat: no-repeat;
	background-position: bottom center;
	font-size: 23px;
	font-weight: bold;
	text-align:center;
	padding:0 0 3px 10px;
}
.support_opack dd{
	text-align:center;
	margin:20px 0 0;
}
.car-list-disp{
	background-image: url(../images/blue_bck.jpg);
	background-repeat:repeat;
	text-align: center;
	padding: 0 0 40px;
}
.car-list-disp a{
	font-family: toppan-bunkyu-midashi-go-std, sans-serif;
	font-weight: 900;
	background:yellow;
	border-radius:7px;
	font-size:27px;
	color:black;
	text-decoration: none;
	width: 480px;
	display: block;
	text-align: center;
	padding: 20px 0;
	margin: 25px auto 0;
	box-shadow: 0 8px 0 #0c0079;
	transition:0.5s;
}
.car-list-disp a:hover{
	opacity:0.8;
}

.car-list-disp-2{
	background-image: url(../images/light_blue_bck.jpg);
	background-repeat:repeat;
	padding: 65px 0;
	margin: 50px 0;
	color: white;
	text-align: center;

}

/*こんな方におすすめ*/
.osusume{
	float:left;
	position:relative;
	width:48%;
	margin-bottom:70px;
	background-color: #3021c2;
    border-radius: 10px;
	margin-right:4%;
}

.osusume h3{
	color:#fff;
	font-weight:bold;
	margin:15px 30px;
	text-align:left;
}

.osusume img{
	position:absolute;
	top:-25px;
	right:15px;
}
.osusume_white{
	background-color:#fff;
	border-radius:0 0 10px 10px;
	padding:30px;
	text-align:left;
}
.osusume_white span{
	color:#2689f9;
	font-weight:bold;
}

.cb{clear:both;}

/*プランが選べます*/
.plan{
	background-color:#33ae4a;
	width:49%;
	margin-right:2%;
	float:left;
	overflow:auto;
	margin-bottom:20px;
	padding:10px 0 20px;
}
.plan h3{
	color:#fff;
}

.plan_in{
	text-align:center;
	background-color:#fff;
	width:75%;
	margin-inline:auto;
	margin-top:5px;
}

.free{
	clear:both;
	text-align:center;
	color:#fff;
	font-weight:bold;
	background-color:#3021c2;
	width:100%;
	padding:20px 0;
	font-size:22px;
	margin-top:30px;
}
.mr0{margin-right:0!important;}
.mt50{margin-top:50px;}

/*ご契約の流れ*/
.contract_area{
	overflow: auto;
}

.flow_left{
	width:30%;
	background-color:#e2f8fe;
	border-radius:10px;
	float:left;
	text-align:center;
	padding:52px 0;
	font-weight:bold;
}
.flow_left h3{
	color:#3021c2;
}

.flow_right{
	width:60%;
	background-color:#f4f4f4;
	border-radius:10px;
	float:right;
	text-align:center;
	padding:30px;
}

.flow_right img{
	float:left;
}
.flow_right p{
	float:left;
	text-align:left;
	margin-left:20px;
}

.flow_triangle-bottom{
display: inline-block;
  border-style: solid;
  border-width: 20px 20px 0 20px;
  border-color: red transparent transparent transparent;
  margin:30px 125px;
  float:left;
}

.p65{
	padding:65px 0;
}


/*----- merit-wrap -----*/
#merit-wrap .inner{
	text-align: left;
	padding: 30px 30px;
	background-image: url(../images/section04.jpg);
	background-repeat: no-repeat;
	background-position: bottom left;
	background-size: 100% auto;
	/* border-radius: 7px; */
}
.merit_list dt,.demerit_list dt{
	position:relative;
	font-weight:bold;
	margin: 0 0 3px;
	padding: 0px 0 0 20px;
	line-height: 1.4;
	font-size: 18px;
}

.merit_list dt span,.demerit_list dt span{
	background: #fb464b;
	width: 26px;
	height: 26px;
	display: inline-block;
	border-radius: 50%;
	text-align: center;
	color:#FFF;
	line-height: 26px;
	position:absolute;
	left:0;
	top: 2px;
	font-size:15px;
}

.demerit_list dt span{
	background: #2f82d8;
}
#merit-wrap dl dt{
	margin: 40px 0 0;
}
#merit-wrap dl dd{
	margin: 6px 0 50px;
}
.merit_list dl{
	margin: 30px 13px 0;
}
.merit_list dl dt{
	margin: 0 0 10px !important;
	position: relative;
}
.merit_list  dl dd{
	margin: 0 38px 12px !important;
}
.merit_list h3{font-size:18px;}

.merit_green{
	background-color:#33ae4a;
	color:#fff;
	text-align:center;
	line-height:28px;
	padding:14px 0;
	font-size:24px;
}

.merit_purple{
	background-color:#5120c7;
	color:#fff;
	text-align:center;
	line-height:28px;
	padding:14px 0;
	font-size:24px;
	border-radius:10px;
}
.merit_purple small span{color:#fcff00;}

.m_top{
	float:left;
}

#m_title1{
	color:#fff;
	background-color:#05a3f5;
	font-weight:bold;
	text-align:center;
	font-size: 24px;
	padding: 14px 0;
	border-radius: 10px 10px 0 0;
	width:470px;
}

#m_title2{
	color:#fff;
	background-color:#ff5f5f;
	font-weight:bold;
	text-align:center;
	font-size: 24px;
	padding: 10px 0;
	border-radius: 10px 10px 0 0;
	line-height: 23px;
	width:470px;
}

#m_title3{
	color:#fff;
	background-color:#05a3f5;
	font-weight:bold;
	text-align:center;
	font-size: 24px;
	padding: 14px 0;
	border-radius: 10px 10px 0 0;
	width:470px;
}

#m_title4{
	color:#fff;
	background-color:#ff5f5f;
	font-weight:bold;
	text-align:center;
	font-size: 24px;
	padding: 14px 0;
	border-radius: 10px 10px 0 0;
	width:470px;
}

#m_title5{
	color:#fff;
	background-color:#05a3f5;
	font-weight:bold;
	text-align:center;
	font-size: 24px;
	padding: 14px 0;
	border-radius: 10px 10px 0 0;
	width:100%;
}

#m_title6{
	color:#fff;
	background-color:#ff5f5f;
	font-weight:bold;
	text-align:center;
	font-size: 24px;
	padding: 14px 0;
	border-radius: 10px 10px 0 0;
	width:100%;
}

.m_txt{
	width:440px;
	padding:15px;
	background: #fff;
    border-radius: 0 0 10px 10px;
    margin-bottom: 30px;
	height:400px;
	font-weight:bold;
}
.m_txt p{margin-bottom:15px;}
.m_txt p span{color:red;}

.m_txt_2{
	width:97%;
	padding:15px 15px 30px;
	background: #fff;
    border-radius: 0 0 10px 10px;
    margin-bottom: 30px;
	font-weight:bold;
}
.m_txt_2 p{margin:15px 0 0 35px;}
.m_txt_2 p span{color:red;}

.m30{margin:30px auto;}
.mb30{margin-bottom:30px;}

/*----- kaitoriDisp14 -----*/
#company table {
	width: 100%;
}
#company th {
	width: 195px;
	height: 20px;
	text-align: center;
	border-bottom:5px solid #0095ea;
	box-sizing: border-box;
}
#company td {
	padding: 20px 20px 20px 30px;
	border-bottom:1px solid #000;
	box-sizing: border-box;
	line-height: 1.3 !important;
}
#map {
	width:100%;
	height: 450px;
	margin: 20px auto ;
}

/*------ bannerArea -----*/
#bannerArea {
	margin: 40px auto 0;
	padding: 15px 0;
	background-color: #dcdddf
}
#bannerArea li {
	display: inline-block;
	margin: 0 8px;
}


/*------ contactDisp -----*/
#contact {
	margin:40px auto 0;
}

/*youtube text*/
.yt_txt{margin-bottom:50px;}
.yt_txt li{list-style: none!important;}
.yt_txt p{margin:20px auto;}
.yt_txt p{margin:20px auto;}
.yt_txt h3{
	margin: 10px auto;
    background: rgba(0, 0, 0, 0) linear-gradient(transparent 60%, yellow 10%) repeat scroll 0 0;
    display: inline-block;
    text-decoration: none;
    font-size: 25px;
    color: red;
}


/*--------取り扱い車種-----*/
.car_list{
	background-color: #f4f4f4;
	padding:30px 0;
	
}
.car_list dt{
	background-image: url("/lease/images/maker_title.png");
	background-repeat: no-repeat;
	font-family: toppan-bunkyu-midashi-go-std, sans-serif;
	font-weight: 900;
	font-style: normal;
	color: #000;
	font-size: 26px;
	background-position: center bottom;
	text-align: center;
}
.car_list dd ul{
	display:flex;
	flex-wrap: wrap;
	margin:35px 0;
}
.car_list dd ul li{
	background-color:#FFF;
	border-radius:10px;
	width: calc(100% / 3 - 14px);
	margin-right: 20px;
	margin-bottom: 20px;
	padding: 38px 20px 20px;
	box-sizing:border-box;
	position: relative;
}
.car_list dd ul li:nth-child(3n) {
    margin-right: 0;
}


.car_name{
	font-family: toppan-bunkyu-midashi-go-std, sans-serif;
	font-weight: 900;
	font-style: normal;
	font-size: 20px;
	position: absolute;
	line-height: 1.2;
	top: 16px;
}
.car_list dd ul li a{
	background-color:#2634bf;
	font-family: toppan-bunkyu-midashi-go-std, sans-serif;
	font-weight: 900;
	font-style: normal;
	font-size: 19px;
	display:block;
	text-align:center;
	color:#FFF;
	text-decoration:none;
	padding:10px 0;
	border-radius:8px;
}
.price_disp{
	display: flex;
	width: 100%;
	align-items: flex-end;
	justify-content: flex-end;
	padding: 0 15px 0 0;
	margin: -14px 0px 12px;
}
.price_disp span{
	margin: 0 5px;
}
.price_disp span:first-child{
	position:relative;
	top: 11px;
	/* left:0px; */
}
.price_txt{
	font-family: 'Work Sans', sans-serif;
	font-weight: 700;
	font-style: italic;
	color: #ff0000;
	font-size: 44px;
	line-height: 36px;
	top: 0px;
	position: relative;
}

.tx{
	font-family: 'Work Sans', sans-serif;
	font-weight: 900;
	font-style: italic;
	color: white;
	font-size: 60px;
	line-height: 60px;
	top: 4px;
	position: relative;
}
.price_disp div{
	width:100px;
}
.price_disp div span{
	display: block;
	font-size:12px;
}
.price_tani{
	color: #ff0000;
	line-height: 1.3;
	font-weight: bold;
	top: 0px;
	font-size: 13px;
}
.price_tani small{display: block;}
img-fluid {
    width: 100%;
    height: auto
}

/*白　三角*/
.triangle-bottom {
  display: inline-block;
  border-style: solid;
  border-width: 40px 40px 0 40px;
  border-color: #f4f4f4 transparent transparent transparent;
  top:0;
}

/*------トップコンテンツ　ふき出し-------*/

.text-fukidashi{
	font-style: normal;
    font-size: 21px;
}



#contents{
    position: relative;
}

#contents img.star{
position: absolute;
top: 300px;
left: 150px;
}

.back_photo{
    position:absolute;
    height:750px;
    /*top:0.7%;*/
}

.top_photo {
	position:absolute;
	left:0;
	right:0;
	margin:auto;
	/*top:0.7%;*/
	margin-bottom: 0;
	max-width:1269px;
}

.top_ribbon{
	position: absolute;
	left: 0;
	right: -14px;
	top: 193px;
	margin: auto;
	margin-bottom: 0;
	max-width: 1089px;
}

.ribbon_inner{
	max-width:200px;
	position:absolute;
	right:0;
	line-height:22px;
}


.ribbon_inner p{
	font-size:14px;
	text-align:center;
}
.ribbon_inner p span{
	color:red;
	font-size: 24px;
}
.ribbon_inner p small{
	text-align:right;
}


.text-right {
    text-align:right;
    bottom:0;
    font-size: 0;
}

.white{
    color: white;
}

.red{
    color: red;
}

.blue{
    color: #222fae;
}

.orange{
    color: #ff6347;
}

.size-purple{
    color: purple;
    font-size: 22px;
}

.size-red{
    color: red;
    font-size: 22px;
}


.under_line {
    background:rgba(0, 0, 0, 0) linear-gradient(transparent 60%, yellow 10%) repeat scroll 0 0;
    display: inline-block;
    text-decoration: none;
    font-size: 25px;
    color: red;
}
.under_line h3{font-size:25px!important;}

.under_line_black {
    background:rgba(0, 0, 0, 0) linear-gradient(transparent 75%, yellow 10%) repeat scroll 0 0;
    display: inline-block;
    text-decoration: none;
    font-size: 25px;
    color: black;
}

.back_yellow{
   background-color: #F8F9DE;
   background-repeat: no-repeat;
   margin: 0;
   padding: 0;
}

.back_blue{
   border-top:5px solid #0000bb;
   background-color: #e2f8fe;
   background-repeat: no-repeat;
   margin:0 -200%;
   padding:40px 200%;
}

.center-left {
    text-align: left;
    display: inline-block;
}


.my-parts {
    background: red;
    padding: .4em .8em;
    margin: 0 0 1em;
    color: white;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
}

/*カーリースの特徴青枠線*/
.my-parts-2 {
    background: #00bfff;
    padding: .4em .8em;
    margin: 0 0 0em;
    color: white;
    font-size: 18px;
    font-weight: bold;
}

.font-back{
   background-color: black;
   color: white;
}


/*-----新車はお得って知っていますか？-----*/
.do_you_know{
	margin:20px 0 100px;
}
.do_you_know dd{
	margin-top: 15px;
	margin-bottom: 30px;
	
}
.do_you_know dd span{
	color: red;
	font-size: 1.5rem;
}



/*-----Gutsのカーリースとは-----*/
.car_lease{
   position:relative;
}

.thumbnail150 {
   width:24.15%;
   height:20%;
   object-fit:cover;
   margin:10px 2px;
 }

.plus{
   position:absolute;
   top:0;
   left:0;
   margin:auto;
}


/*Gutsのカーリースはココがお得♪低金利&自由な乗り方！*/
.otoku{
	position:relative;
}

#otoku_1{
	top:38px;
	left:55%;
}
.otoku h3{
	position: absolute;
    color: #fff;
    top: 8px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}
.otoku h3 span{
	color:#fff603;
}

/*-----低金利のひみつは？残価の意味は？-----*/
.tei-kinri{
    padding: 0.5em 1em;
    margin: 2em 0;
    background: -webkit-repeating-linear-gradient(-45deg, #f0f8ff, #f0f8ff 3px,#e9f4ff 3px, #e9f4ff 7px);
    background: repeating-linear-gradient(-45deg, #f0f8ff, #f0f8ff 3px,#e9f4ff 3px, #e9f4ff 7px);

	background-image: url(../images/blue-2.png);
	background-repeat:repeat;
    width:100%;
    padding: 0px;
    margin:0px;
    margin:0 -80%;
    padding:50px 80%;
}


.blue-box {
    position: absolute;
    background-color: #0000bb;
    background-repeat:repeat;
    height: 460px;
    left:0;
    right:0;
    margin:auto;
}


.yellow-box {
    position: absolute;
    background-color: #F7C114;
    background-repeat:repeat;
    height: 460px;
    left:0;
    right:0;
    margin:auto;
}


.gray-box2 {
    position: absolute;
    background-color: #666666;
    background-repeat:repeat;
    height: 460px;
    left:0;
    right:0;
    margin:auto;
}





.white-box{
    position: absolute;
    background-color: white;
    width: 900px;
    height: 398px;
    top: 0;
    bottom:0;
    left: 0;
    right:0;
    margin:auto;
}

a#line_inx_link {
    background: #00b921;
    border-radius: 4px;
    display: block;
    width: 464px;
    margin: 5px auto 0;
    height: 85px;
    box-shadow: 0 0 5px #80807b;
    line-height: 89px;
    text-decoration: none;
    text-align: center;
    color: #FFF;
    font-size: 28px;
    font-weight: bold;
    font-family: toppan-bunkyu-midashi-go-std, sans-serif;
}
a#line_inx_link i{
	font-size: 54px;
	margin: 0px 11px 0 0;
	color: #FFF;
	font-weight: normal;
	position: relative;
	bottom: -9px;
}


.h3-black{
	text-align: center;
    font-size: 24px;
}

.h2-red{
     font-size: 23px;
     color: red;
}

.text-shadow{
  	text-shadow:0 0 10px yellow;
  	color:blue;
}




/*------カーリース期間中には-----*/
.gray-box{
    background-color: #666666;
    background-repeat: no-repeat;
    margin: 40px 0 0;
    padding: 30px;
    color: white;
    font-size: 14px;
    text-align: center;
}

.gray_white-box {
    background:#999999;
    width: 90.5%;
    padding: .4em .8em;
    margin: 0 0 1em;
    color: white;
    font-weight: bold;
    text-align: left;
}

.gray_black-box {
    background: #323232;
    width: 90%;
    padding: 15px;
    margin: 0 0 1em;
    color: #CCFFFF;
    font-size: 12px;
    /* font-weight: bold; */
    text-align: left;
    margin: 15px 0 0;
}

/*-----納車式----*/

.line{
   border-bottom:4px solid #E189A7;
   /* margin-top:-40px; */
   margin-bottom:0;
   font-size: 10px;
}

.flag-left{
   background-image: url(../images/flag-left.png);
   background-repeat: no-repeat;
}

.flag-right{
   background-image: url(../images/flag-right.png);
   background-repeat: no-repeat;
   background-position: right top;
}




.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */

#voice {
	margin:-25px auto 0;
	text-align:left;


}
#voice li {
	vertical-align:top;

	display:inline-block;
	width:45%;
	height:auto;
	box-sizing:border-box;
	padding:25px;
	margin:0 2% !important;
}

.voiceImg {
	width:100%;
	margin:0 0 15px;
	overflow:hidden;
}

.voiceText {
	width:90%;
	padding: 1.5em;
}


.voiceText dd {
	margin-left:5px;
    margin-right:5px;
}

.voice-text{
    padding-left: 15px;
    padding-right: 15px;
}

.nousya-box{
    background-color:white;
    border-radius: 10px;
    width: 395px;
    height: 620px;
}

.nousya-box_2{
    background-color:white;
    border-radius: 10px;
    width: 395px;
    height: 540px;
}

.nousya-box_3{
   background-color:white;
   border-radius: 10px;
   width: 395px;
   height: 520px;
}


/*----保険のメリット----*/

.hoken-box{
    
    background-color:white;
    width: 980px;
    height: 2630px;
}

.hoken-text{
 position:relative;
 left:100px;
}

/*------質問-----*/

#QandA-2 {
	margin: 0px 0px 60px;
	width: 100%;
	 /*全体のフォントサイズ*/
}
#QandA-2 h3 {
	font-size: 16px;
	/*margin-top: 32px;*/
}
#QandA-2 dl {
	border: 1px solid #ccc;
	margin: 0 0 10px;
}
#QandA-2 dt {font-weight: bold;color: #111;background: #f4f4f4; /* 「Q」タイトルの背景色 */padding: 8px 12px;border-top: 1px solid #ccc;border-bottom: 1px solid #ccc;}
#QandA-2 dt:first-child {
	border-top: none;
}
#QandA-2 dt:before {
	content: "Q.";
	font-weight: bold;
	margin-right: 8px;
	color: #00bfff;
	font-size: 22px;
}
#QandA-2 dd {
	padding: 16px 16px 24px 61px;
	margin: 0;
	line-height: 140%;
}
#QandA-2 dd:first-line {


}
#QandA-2 dd:before {
	content: "A.";
	font-weight: bold;
	margin-right: 8px;
	margin-left: -21px;
	color: #bf0000;
	font-weight: bold;
	font-size: 22px;
}

/*--------*/


.inner2 {
	padding:20px 15px;
	background-color: white;
	text-align: left;
}

.pic-left{
    position:absolute;
    left:350px;
    top:auto;
}


.privacy_list{
	padding:30px 0;
}


.back_gray{
    background-color: #f0f0f0;
    background-repeat: no-repeat;
    margin:0 -200%;
    /*padding:0 200%;*/
	padding:20px 200% 0;
	text-align:center;
}

.br-2{height:35px;}
.br-3{height:80px;}
.br-18{height:500px;}
.br-27{height:720px;}

.margin-7{margin:0px 0px 0px 40px;}
.margin-9{margin:0px 0px 0px 140px;}

.mt40{ margin-top: 40px;}



#kariire{
	margin: 0 20px 0 -10px;
	display: inline-block;
	display: none;
}

.yt_center{
	text-align:center;
	margin:40px auto;
}

.tc{text-align:center;}

/**/
._mt20{margin-top:20px!important;}
._mt40{margin-top:40px;}
._mt60{margin-top:60px;}