@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css?family=Anton');
@import url('https://fonts.googleapis.com/css?family=M+PLUS+1p');

body{font-family: "Hiragino Kaku Gothic ProN","メイリオ", sans-serif;}

img#logo {
    height: 50px;
    margin: 5px 0;
}
ul.left-info {
    text-align: right;
}
ul.left-info {
    text-align: right;
    color: #ffffff;
}
img#second_logo {
    width: 100%;
    height: auto;
}

/********** 見出し ************/
.section-heading {margin-bottom: 1rem;}

/************** SECTION ***************/
.request-form { 
    text-align: center;
    font-size: 2.4rem;
    font-weight: 900;
}

.sub-header .row{
    align-items: center;
}

.sub-header ul.left-info li:last-child {
    background-color: #e70012;
    color: #ffffff;
    border-radius: 4px;
    padding: 0.2rem 1rem;
    line-height: 1;
    margin-left: 0.4rem;
}
.sub-header ul.left-info li:last-child a{
    color: yellow;    
    font-size: 1.6rem;
    font-weight: 900;
}
@media (max-width:767px){
.request-form {font-size: 1.8rem;}
	.tencho_txt h5 {
    font-size: 1rem;
}
	.container {
    padding-right: 0;
    padding-left: 0;
	}
}

section#about-kei {
    background-color: yellow;
}
section#about-kei .row.card-body {
    background-color: white;
    margin: 1rem;
    border-radius: 10px;
    box-shadow: 0 0 6px rgb(0 0 0 / 20%);
}
section#about-kei .card-header {
    background-color: #e3017f;
    border-top-left-radius: 10px;
     border-top-right-radius: 10px;
   color: white;
}
section#about-kei .card-header p{
	color:white;
}
section#about-kei h3 {
    color: #e3017f;
}
section#about-kei .card-header strong {
    color: yellow;
}

/********* SLIDER *********/
#slider01{margin-top:4px; }
.ms{
    background-color: #fff200;
    text-align: center;
}
.ms .img-fill{
    margin: 0 auto;
}
.request-form .col-md-9 br {display: none;}

/*********** コミコミ **********/
.komikomi{
    background-color: #E94609;
    padding: 3rem 3vh;
}
@media (max-width:767px){
    .komikomi {padding: 1rem;}
	.container {
    padding-right: 3px;
		padding-left: 3px;}
}

/********** 5大プレゼント *********/
.present .mb-3{
    background-image: url(../images/5daipre_bg.png);
    background-size: 100%;
    background-position: center;
}
@media (max-width:767px){
   .present .mb-3{
    background-size: cover;
    background-position: center;
}
}

/**************************/
.more-info-content .more-info_title{
    font-size: 2rem;
    font-weight: 900;
    text-align: center;
    background-color: #ffcc00;
    padding-top: 0.5rem;
    padding-right: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 0.5rem;
    margin-bottom: 2rem;
    background-image: url(../images/yuryou_bg.png);
}

@media (max-width:767px){
    .more-info-content .more-info_title {
    font-size: 1.6rem;
    margin-bottom: 1rem;
}
}

/********* requestform ***********/
.triangle{
width: 0;
height: 0;
border-style: solid;
border-width: 60px 20px 0 20px;
border-color: #e94509 transparent transparent transparent;
 margin: 0 auto;
}

/*--------------プラン------------*/
/*.row.item.econoriplan {
    background-color: #ffdad7;
    padding: 1rem 0;
    /*margin: 0 -15px;
}*/
.title_plan_econori{
	text-align: center;
	background-image: url("../images/tencho_bg.png");
	color: #ffffff;
	font-size: 2rem;
	display: block;
}
.title_plan_newcar{
	text-align: center;
	background-image: url("../images/newcar_bg.png");
	color: #ffffff;
	font-size: 2rem;
	display: block;
	width: 100%;
	padding: 0.5rem 0;
}
.plan_price{
	display: block;
	margin: 0 auto;
}


/*************** しくみ **************/
.car_header {
    background-image: url(../images/stripe.png);
    margin-bottom: 1rem;
    text-align: center;
    background-size: auto 100%;
    padding: 1rem 0;
    font-size: 2rem;
    font-weight: 900;
}
.color-dc4613{color:#dc4613;}

.case1 {
    /* [disabled]padding: 2rem; */
}
.case2 {
    background-color: #ffffff;
    padding: 2rem;
    border-radius: 8px;
}
.sikumi{background-color: #fff7f5;}

@media (max-width:767px){
   .car_header {font-size: 1.75rem;}
    .case2 {padding: 1rem 0px;}
    }

/************ お悩み *************/
.fun-facts .row{
    position: relative;
}
.fun-facts h4{
    font-weight: 900;
    line-height: 2; 
    border-mottom: 6px double rgb(255 255 255 / 0.3);
}
ul.check {
max-width: max-content;
    margin: 0 auto;
}
ul.check li{
    display: flex;
    vertical-align: middle;
    /* justify-content: flex-start; */
    align-items: center;
    font-size: 1.2rem;
    font-weight: 900;
}
ul.check li::before{content: url("../images/check.png");float: left;display: inline-block;margin-right: 0.5em;}

.box_main {
    border-radius: 8px;
    border: 4px solid #EC1234;
    padding-top: 0.8rem;
    padding-right: 0.5rem;
    padding-bottom: 0.8rem;
    padding-left: 0.5rem;
    margin-bottom: 1.6rem;
    background-color: #FFFFFF;
    color: #EC1234;
    font-weight: 900;
    font-size: 1.6rem;
}


@media (max-width:767px){
    ul.check {
    padding-bottom: 0;
}
    .fun-facts h4 {
    font-size: 1.2rem;
    text-align: center;
}
    ul.check li { font-size: 1rem;    margin-bottom: 0;}
    .box_main {     font-size: 1.3rem;
    padding: 0.5rem;
    margin-bottom: 0.5rem;}
}

/************ おススメする理由 ************/
.reason_title{
    background-color: #EC1234;
    color: #ffffff;
    padding: 0.5rem 0;
    font-weight: 900;
    font-size: 1.25rem;
}

/******** 優良車 *********/
.yuryou{background-image: url("../images/yuryou_bg.png");font-size: 140%;padding:1.2rem 0.5rem 0.9rem 0.5rem;}
.yuryou strong{
    font-size: 110%;
    line-height: 1.8;
    text-shadow: 2px 2px 0 rgb(255 255 255 / 0.7);
}
@media (max-width:767px){
    .yuryou {font-size: 110%;}
}

/********* ローンより **********/
.than_loan{
    background-color: #FFF6E9;
    padding: 2vh 1rem;
}

.catch{font-size: 2rem;font-weight: 900;}
.catch span{font-size: 3rem; color:#e84709;line-height: 1.4;}
.cash {
    background-color: aliceblue;
    border: 4px solid #2196F3;
    padding: 2rem;
    border-radius: 8px;
    margin: 0 auto 1rem;
    width: 100%;
    max-width: 800px;
    box-shadow: 6px 6px 0 #ccc;
}
.cash h3{color:#2196F3;}

.cash img,.lease img{max-width: 600px;}

.lease {
    background-color: #fff2ed;
    border: 4px solid #e94609;
    padding: 2rem;
    border-radius: 8px;
    margin: 0 auto 1rem;
    width: 100%;
    max-width: 800px;
    box-shadow: 6px 6px 0 #ccc;
}
.lease h3{color: #e94609}

@media (max-width:767px){
    .than_loan { padding: 0;}
    .cash,.lease{padding: 1rem 0.5rem;margin: 0 1rem;}
	.cash img, .lease img {max-width: 100%;}
}

/************** スタイルに合った車選び **************/
.tencho{background-image: url("../images/tencho_bg.png");padding: 4vh 0;}
.tencho_txt {
    background-color: #ffffff;
    padding: 2rem 1rem 0;
    border-radius: 10px;
    border: 6px solid #ffcc00;
}
.tencho_txt h4 {
	margin: 0.5em -1em;
    background-image: url(../images/tencho_bg.png);
    color: #ffffff;
    font-weight: 900;
    line-height: 2;
}
.tencho_txt h5{color:#333333; font-weight: 900;}

.tencho_txt p{font-size: 100%;}




.price{color: red;font-weight: 900;font-size: 140%;}
.price strong{font-size: 140%;}
.balloon h3{margin-bottom: 0;}
.balloon {
  position: relative;
  display: inline-block;
  margin: 1.5em 15px 1.5em 0;
  padding: 1rem;
  min-width: 120px;
  max-width: 100%;
  color: #555;
  font-size: 16px;
  background: #ffcc00;
  border-radius: 8px;
}

.balloon:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 100%;
  margin-top: -15px;
  border: 15px solid transparent;
  border-left: 15px solid #ffcc00;
}

/*.row.item.econoriplan {
    padding: 1rem 0;
}*/


@media (max-width:767px){
.tencho_txt {
    padding: 0.4rem;
    font-size: 0.8rem;margin-bottom: 1em;
}
	.tencho_txt .col-md-3.col-6 {
    position: relative;
    min-height: 250px;
		margin-bottom: 1em;text-align: center;
}
.balloon h3 {
    font-size: 1.1rem;
    margin: 0px !important;
}
.balloon {
  position: relative;
  display: inline-block;
  margin: 1.5em 0;
  padding: 10px 9px;
  min-width: 120px;
  max-width: 100%;
  color: #555;
  font-size: 16px;
  background: #ffcc00;
    border-radius: 8px;
    }

.balloon:before {
  content: "";
  position: absolute;  
    top: calc(100% + 15px);
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #ffcc00;
}

}

/************* 流れ *************/
 .testimonials {
    background-color: #f7f7f7;
    padding: 6vh 0px;
}
    
.testimonial-item.first {
    background-color: #7fa301;
    padding: 0.4rem;
}
.testimonial-item.first h4{ color: #7fa301; }
.testimonial-item.sec {
    background-color: #009912;
    padding: 0.4rem;
}
.testimonial-item.sec h4{ color: #009912; }

.testimonial-item.third {
    background-color: #2d90cf;
    padding: 0.4rem;
}
.testimonial-item.third h4{ color: #2d90cf; }

.testimonial-item.fourth {
    background-color: #8c2dcf;
    padding: 0.4rem;
}
.testimonial-item.fourth h4{ color: #8c2dcf; }
    
.arrow {
    position: relative;
    margin-bottom: 1rem;
}
.testimonial-item.first.arrow::after {
    border-top: 4px solid #7fa301;
    border-right: 4px solid #7fa301;
    }
.testimonial-item.sec.arrow::after {
    border-top: 4px solid #009912;
    border-right: 4px solid #009912;
    }
.testimonial-item.third.arrow::after {
    border-top: 4px solid #2d90cf;
    border-right: 4px solid #2d90cf;
    }
.testimonial-item.fourth.arrow::after {
    border-top: 4px solid #8c2dcf;
    border-right: 4px solid #8c2dcf;
    }

.yuryou span {
    display: inline-block;
    border: 2px solid orange;
    padding: 0.4rem 0.8rem;
    margin: 0 1% 0.5rem 1%;
    background-color: rgb(255 255 255 / 80%);
    border-radius: 10px;
    line-height: 1.1;
    box-shadow: 3px 3px 0 hsl(0deg 0% 0% / 10%);
}
    
@media (min-width:769px){
	.yuryou span {
		font-size: 2rem;}
.arrow::after{
  content: "";
    display: block;
    width: 18px;
    height: 18px;
    margin: 0 10px;
    border-top: 4px solid #000;
    border-right: 4px solid #000;
    transform: rotate(45deg);
    position: absolute;
    right: -26px;
    top: 50%;
}

}

@media (max-width:767px){
 .arrow::after{
    content: "";
    display: block;
    width: 18px;
    height: 18px;
    /* border-bottom: 4px solid #fff; */
    /* border-right: 4px solid #fff; */
    transform: rotate(135deg);
    margin: 0 auto;
    position: absolute;
    z-index: 999999;
    left: 48%;
    bottom: -0.5rem;
}
    .testimonial-item.first.arrow::after {background-color: #7fa301;}
    .testimonial-item.sec.arrow::after {background-color: #009912;}
    .testimonial-item.third.arrow::after {background-color: #2d90cf;}
    .testimonial-item.fourth.arrow::after {background-color: #8c2dcf;}

    
     .fun-facts { padding: 0;}
    .yuryou { text-align: center;padding: 1.5rem 1rem !important;}
    .yuryou .col-md-9 span {
    display: block;
}
.testimonials { margin-top: 0;}
    }

/************ 商品 ***************/
.item .col-md-4{margin-bottom: 5vh;}
.item p{margin-bottom: 0;}
.item .price{font-size: 150%;}

/********* お問合せ **********/
.contact {padding: 5vh 0.5rem;}
table.formTable {
   margin: 4vh 0 ;
    border-top: 1px solid #efefef;
    border-bottom: 1px solid #efefef;
    width: 90%;
    max-width:600px;
    
}
table.formTable tr th,table.formTable tr td{padding: 1em 0;    border-bottom: 1px solid #efefef;
}
table.formTable tr th {
    padding: 1em 1em 1em 0;
    white-space: nowrap;
}
.contact input[type="submit"] {
    background-color: #e94609;
    color: #ffffff;
    border: none;
    box-shadow: 3px 3px 0 #dedede;
}

.far,.fab { 
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
}

div#formWrap { margin: 0 1rem;}
div#formWrap h4 {margin-bottom: 2rem;}
.contact_text{
    font-size: 2rem;
    font-weight: 900;
}
.contact_text a{
    max-width: max-content;
    margin: 0 auto ;
    color: #ffffff;
    font-weight: 700;
    background-color: #e94609;
    padding: 1vh 2vw;
    border-radius: 6px;
    display: block;
    text-align: center;
    letter-spacing: 2px;
    font-family: math;
    margin-bottom: 2vh;
    box-shadow: 3px 3px 0 rgb(0 0 0 / 0.15);
}
.chkbox {
    text-align: left;
}
.chkbox fieldset {
    display: inline-block;
    margin-right: 1em;
}
.chkbox input[type=checkbox] {
    display: none;
}
.chkbox .checkbox01 {
    box-sizing: border-box;
    cursor: pointer;
    display: inline-block;
    padding: 5px 30px;
    position: relative;
    width: auto;
}
.chkbox .checkbox01::before {
    background: #fff;
    content: '';
    display: block;
    height: 16px;
    left: 5px;
    margin-top: -8px;
    position: absolute;
    top: 50%;
    width: 16px;
}
.chkbox .checkbox01::after {
    border-right: 3px solid #e94609;
    border-bottom: 3px solid #e94609;
    content: '';
    display: block;
    height: 12px;
    left: 10px;
    margin-top: -7px;
    opacity: 0;
    position: absolute;
    top: 50%;
    transform: rotate(45deg);
    width: 5px;
}
.chkbox input[type=checkbox]:checked + .checkbox01::after {
    opacity: 1;
}

@media (max-width:767px){
    .callback-form h1{font-size: 1.4rem;}
    .fun-facts h2 {font-size: 1.4rem;margin-bottom: 1rem;}
}

/************* RESPONSIVE *************/
@media (max-width: 767px){
.sub-header { 
    display: inherit;
    text-align: center;
    }
img#slider01 {
    height: auto;
    width: 100%;
    max-width: inherit;
}
.Modern-Slider .text-content {
    text-align: left;
    width: auto;
    position: relative;
    top: auto;
    left: auto;
    transform: inherit;
}
    .Modern-Slider .item .img-fill {height: auto;}
    img#second_logo {
    width: auto;
    height: 50px;
}
    .request-form .col-md-9 {
    font-size: 2rem;
    justify-content: center;
    line-height: 1.2;
}
    .request-form .col-md-9 br {display: inherit;}
    .sub-header ul.left-info li:last-child{margin-bottom: 5px;}
    
    ul.left-info { text-align: center;}

.section-heading img{}
    
    /*---------仕組み--------*/
    .fun-facts h2 {
    font-size: 1.4rem;
    margin-bottom: 1rem;
}
    .fun-facts img#family{
    position: relative;
    top: auto;
    left: auto;
    bottom: auto;
    right: auto;
    width: 80%;
    max-width: max-content;
    margin: 0 auto 1em auto;
    display: block;
}
    .catch span { font-size: 2rem;}
    img#icon_card,img#icon_house{display: none;}
    .catch {
    font-size: 1.1rem;
}
}

/************** FOOTER ***************/
footer a{margin-bottom: 2vh; box-shadow: 3px 3px 0 rgb(0 0 0 / 0.15);}
footer a#f_tel{
    color: #ffffff;
    font-weight: 700;
    background-color: #e94609;
    padding: 1vh 2vw;
    border-radius: 6px;
    display: block;
    text-align: center;
    line-height: 1.3;
}
footer a#mail{
    color: #ffffff;
    font-weight: 900;
    background-color: #ff00ae;
    padding: 0.4rem;
    border-radius: 6px;
    display: block;
    text-align: center;
    /* width: 47%; */
    margin-bottom: 0;
}
footer a#home{
     color: #ffffff;
    font-weight: 900;
    background-color: #00c200;
    padding: 0.4rem;
    border-radius: 6px;
    display: inline-block;
    text-align: center;
    width:47%;  
    margin-bottom: 0;
}
footer p {
    margin-bottom: 0px;
    color: #efefef;
}
a#home img {
    display: inline-block;
    height: 1.1em;
    margin-right: 0.2rem;
    vertical-align: middle;
}

@media (min-width: 992px) {footer a#f_tel,footer a#mail,footer a#home{font-size: 1.4rem;}}

@media (max-width: 767px) {
    footer a#mail,footer a#home{
		padding: 0.5em 1.4em;
    width: auto;
    display: block;
    height: fit-content;
		line-height: 1;
	}
    footer img.img-fill { max-width: 50%;}
	
}

@media (max-width:639px){
  footer .f_call{
	display: flex;
    justify-content: space-evenly;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 999999;
    width: 100%;
    background-color: rgb(255 255 255 / 80%);
    padding: 0.5rem 0 0 0;
    font-size: 5.2vw;        
    }
    .sub-footer { padding: 25px 0px 14vh 0;}
}


/******************STYLE******************/

.pc{display: inherit;}
.sp{display: none;}

.col-md-4.footer-item.f_call.pc {
    display: grid;
}


.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 { font-weight: 900;}

.text_EC1234{color:#EC1234;}

.img-fill { max-width: max-content;}
.lh-sm{line-height:1.25;}
.lh-base{line-height: 1.5;}
@media (max-width:765px){
.pc{display: none !important;}
.sp{display: inherit !important;}

.h2, h2 {font-size: 1.3rem;}
.h3, h3 { font-size: 1.25rem;}
    
.pt-5, .py-5 { padding-top: 2rem!important;}
.pb-5, .py-5 { padding-bottom: 2rem!important;}
.mb-5, .my-5 { margin-bottom: 1rem!important;}
	
.container {overflow: hidden;}
	.row {
    margin-right: -14px;
    margin-left: -14px;
}
	
}

/*****************************
エコノリ特選　ムービー追加
**************************/


.recommend {
    padding: 1rem 1rem 0 1rem;
    background-color: #FFF266;
	box-shadow: 0 0 0px 7px inset #ffd712;
}



@media (max-width:767px){

}

/*----------BOMB---------*/

/*---------RIBBON-----------*/
.ribbon1 {
  display: inline-block;
    position: relative;
    height: 70px;
    line-height: 1;
    text-align: center;
    padding: 0 30px;
    font-size: 1rem;
    background: #f57a78;
    color: #FFF;
    box-sizing: border-box;
    width: 80%;
    margin-top: -1rem;
    margin-bottom: 0.5rem;
	margin-left: auto;
	margin-right: auto;
}

.ribbon1:before, .ribbon1:after {
  position: absolute;
  content: '';
  width: 0px;
  height: 0px;
  z-index: 1;
}

.ribbon1:before {
  top: 0;
  left: 0;
  border-width: 35px 0px 35px 15px;
  border-color: transparent transparent transparent #fff;
  border-style: solid;
}

.ribbon1:after {
  top: 0;
  right: 0;
  border-width: 35px 15px 35px 0px;
  border-color: transparent #fff transparent transparent;
  border-style: solid;
}
.ribbon1 strong{
	display: block;
	font-size: 2rem;
    line-height: 1.4;
}

.recommend_price {
    font-size: 1.2rem;
    font-weight: 900;
    position: absolute;
    bottom: 0px;
    z-index: 9999999999;
    line-height: 1;
}

.recommend_price span strong {
    font-size: 0.8rem;
    margin-bottom: 0px;
    color: black;
    text-shadow: none;
    -webkit-text-stroke: 0px;
    text-stroke: none;
    letter-spacing: 0;
}

/************新車プラン*************/

.newcar{
    /* [disabled]background-color: aliceblue; */
}


@media (max-width:767px){

	.reccomend_car .medal {
   width: 50px !important;
    height: 60px;
    top: -10px;
    padding: 10px 0 0;
    text-align: center;
}
	.reccomend_car .medal span {
    font-size: 1.2rem !important;
}
	.reccomend_car .spec {
    margin-left: 35px;
    text-align: left;
}
.recommend_price {
    /* font-size: 1.2rem; */
    font-weight: normal;
    position: relative;
    bottom: auto;
    z-index: auto;
    /* line-height: 1; */
}
}

/*----------*/
.item .col-12{
	margin: 0px;
	padding: 0px;
}


.youtube {
  position: relative;
  width: 100%;
  padding-top: 0;
    line-height: 0;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}


/*-------目玉------*/
.medama{
    background-image: url(../images/medama/bg.png);
    border: 9px solid #ffffff;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.medama .col-6{
	padding-left: 5px !important;
	padding-right: 5px !important;
}


#top .news {
    background-color: #FF0004;
    color: #FFFFFF;
    border-top: 3px solid #FFFFFF;
    border-bottom: 3px solid #FFFFFF;
}

/* table */
.conTbl { border-collapse:separate; border-spacing:1px; }
.conTbl tr > * { padding:10px 16px;  }
.conTbl th { width:200px; color:#fff; background:#ff7112; }
.conTbl td { background:#ffffff;text-align: left;}

@media (max-width:767px){
	.conTbl th {
    width: 7em;
}
}

.sp_only { display: none;}


.window label.close {
    font-size: 3rem;
}

.row.card-body p {
    margin-bottom: 0px;
}

#medama{
	background-color: #fed118;
}

.require{
	display: inline-block;
	background-color: red;
	color: white;
	line-height: 1;
	font-size: 12px;
	padding: 0.2rem 0.4rem;
	border-radius: 4px;
}


div#contact_bnr {
    padding: 0;
    background-color: #0049cf;
}
div#lineup {
    padding: 0;
    background-color: #d0101c;
}
