@charset "UTF-8";
/*======================================================= 
 乗り換え訴求LP_5年目ユーザー用スタイル
=======================================================*/
* {
    margin: 0;
    padding: 0;
}
*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    font-style: normal;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
    line-break: strict;
    word-break: break-word;
    word-wrap: break-word;
    overflow-wrap: break-word;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
*,
*:focus,
a:focus {
    outline: none;
}
body {
    font-family: 'Noto Sans JP', sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 15px;
    line-height: 1.5;
    letter-spacing: 0.04em;
    -webkit-text-size-adjust: 100%;
    color: #333;
    width: 100%;
    background-color:#ffffff;
    margin: 0 auto;
}
.wrapper{
    width: 100%;
}
img{
    vertical-align:top;
    width: 100%;
}
h2{
    font-size: 28px;
    line-height: 1.3;
    text-align: center;
}
h3{
    font-size: 17px;
    text-align: center;
}
ul{
    padding: 0;
}

/* 共通 */
.section{
    overflow: hidden;
}
.section-inner{
    padding: 15px;
}
.inner{
    padding: 0 15px 20px 15px;
}
.bg-free{
    background-image: url(../../img/lp_b/back_graph.png);
    background-repeat: repeat;
}
.bg-yellow{
    background-color: #ffd039;
}
.bg-gold{
    background-color: #f5eec9;
}
.bg-lightblue{
    background-color: #bfc2db;
}
.bg-darkblue{
    background-color: #2e3192;
}
.bg-white{
    background-color: #fff;
}
.bg-beige{
    background-color: #f5f5f5;
}
.tx-red{
    color: #e50012;
}
.tx-blue{
    color: #0077a8;
}
.tx-darkblue{
    color: #2e3192;
}
.tx-yellow{
    color: #fcee21;
}
.tx-gold{
    color: #89721d;
}
.tx-white{
    color: #fff;
}
.tx-shadow-white{
    text-shadow:2px 2px 2px #fff,
                -2px 2px 2px #fff,
                2px -2px 2px #fff,
                -2px -2px 2px #fff,
                2px 0px 2px #fff,
                0px 2px 2px #fff,
                -2px 0px 2px #fff,
                0px -2px 2px #fff;
}
.line-lightblue{
    background: linear-gradient(transparent 60%, #e4eff9 60%, #e4eff9 90%, transparent 90%);
}
.line-yellow{
    background: linear-gradient(transparent 60%, #ffd039 60%, #ffd039 90%, transparent 90%);
}
.line-lightyellow{
    background: linear-gradient(transparent 60%, #fcee21 60%, #fcee21 90%, transparent 90%);
}
.line-white{
    background: linear-gradient(transparent 60%, #fff 60%, #fff 90%, transparent 90%);
}
.underline-blue{
    text-decoration: underline;
    text-underline-offset: 5px;
    text-decoration-color: #0077a8;
}
.underline-yellow{
    text-decoration: underline;
    text-underline-offset: 5px;
    text-decoration-color: #fcee21;
}
.underline-white{
    text-decoration: underline;
    text-underline-offset: 5px;
    text-decoration-color: #fff;
}
.tx-center{
    text-align: center;
}
.tx-bold{
    font-weight: bold;
}
.small{
    font-size: 0.7em;
}
.large{
    font-size: 1.3em;
}

/* 見出し */
.balloown-title-gradation,
.balloown-title-darkblue,
.balloown-title-blue,
.balloown-title-yellow{
    position: relative;
    color: #fff;
    padding: 20px 0;
    margin-bottom: 30px;
}
.balloown-title-gradation{
    background: linear-gradient(to right, #f78b35, #f35829);
}
.balloown-title-darkblue{
    background-color: #2e3192;
}
.balloown-title-blue{
    background-color: #0077a8;
}
.balloown-title-yellow{
    background-color: #d8ae00;
}
.balloown-title-gradation::before,
.balloown-title-darkblue::before,
.balloown-title-blue::before,
.balloown-title-yellow::before{
    content: "";
    position: absolute;
    border: 20px solid transparent;
    top: 100%;
    left: 50%;
    margin-left: -15px;
}
.balloown-title-gradation::before{
    border-top: 20px solid #f5712f;
}
.balloown-title-darkblue::before{
    border-top: 20px solid #2e3192;
}
.balloown-title-blue::before{
    border-top: 20px solid #0077a8;
}
.balloown-title-yellow::before{
    border-top: 20px solid #d8ae00;
}

/* Fv */
.bg-fv{
    background-image: url(../../img/carchange/bg_fv.png);
    background-repeat: repeat;
    padding: 15px;
}
.bg-fv h2{
    padding-bottom: 15px;
}
.fv-top, .main{
    position: relative;
    padding-top: 50px;
}
.fv-item{
    width: 250px;
    position: absolute;
    display: inline-block;
    border-radius: 5px;
    padding: 10px;
    margin: 10px;
    bottom: 0;
    left: 0;
}
.fv-tx{
    font-size: 15px;
    line-height: 1.3;
    color: #000;
    padding-bottom: 10px;
}
.fv-btn{
    width: 100%;
}
.qa-box-q, .qa-box-a{
    display: flex;
    background-color: #fff;
}
.qa-box-q p, .qa-box-a p{
    font-size: 17px;
    padding: 10px;
}
.qa-box-q{
    border: 3px solid #e50012;
    margin-top: 15px;
}
.qa-box-q .q{
    background-color: #e50012;
}
.qa-box-a{
    border: 3px solid #0077a8;
    margin-top: 5px;
}
.qa-box-a .a{
    background-color: #0077a8;
}

/* Reason */
.reason-flex{
    display: flex;
    align-items: center;
    font-size: 16px;
    padding-bottom: 10px;
}
.reason-flex img{
    width: 30px;
    padding-right: 10px;
}

/* Point  */
.point-item{
    margin-bottom: 30px;
}
.point-title{
    display: flex;
    padding-bottom: 15px;
}
.point-title p{
    display: inline-block;
    font-size: 17px;
}
.point-num{
    width: 30px;
    height: 30px;
    background-color: #2e3192;
    color: #fff;
    border-radius: 50px;
    padding-top: 2px;
    margin-right: 5px;
}

/* Trade */
.trade-item{
    border: 3px solid #2e3192;
    border-radius: 5px;
    margin: 3px;
}
.trade-item p{
    padding: 5px 0;
}
.trade-name{
    border-top: 2px solid #2e3192;
}
.trade-info{
    display: grid;
    grid-template-columns: 1fr 1fr;
    border-top: 2px solid #2e3192;
}
.trade-info-color{
    border-right: 2px solid #2e3192;
}
.trade-price{
    display: flex;
    justify-content: center;
    align-items: center;
}
.trade-price-tx{
    line-height: 1.3;
}
.trade-price-total{
    font-size: 50px;
    padding-left: 5px;
}

/* Voice */
.bg-voice{
    position: relative;
    background-color: #2e3192;
}
.bg-voice::before{
    content: "";
    position: absolute;
    height: 50px;
    width: 100%;
    clip-path: polygon(0 0,50% 100%,100% 0);
    background-color: #fff;
    top: 0;
    left: 0;
}
.voice-item-title{
    font-size: 16px;
}
.voice-title{
    width: 100%;
    position: relative;
    border-bottom: 2px solid #fff;
    padding: 50px 0 15px 0;
}
.voice-icon01{
    position: absolute;
    width: 40px;
    top: 10%;
    left: 10%;
}
.voice-icon02{
    position: absolute;
    width: 50px;
    top: 20%;
    right: 10%;
}
.voice-item{
    background-color: #fff;
    padding: 15px 10px;
    margin: 15px auto;
}
.voice-item-title{
    color: #2e3192;
}
.voice-inner{
    display: grid;
    grid-template-columns: 20% 80%;
    padding: 15px 0;
}
.voice-item-comment{
    background-color: #efefef;
    padding: 10px;
    margin-left: 5px;
    border-radius: 5px;
}
.example1{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
}
.example2{
    display: grid;
    grid-template-columns: 2fr 1fr;
}
.example2-content{
    display: block;
    width: fit-content;
    text-align: left;
    padding: 0 3px;
    margin: auto;
}
.blue-box{
    background-color: #bfc2db;
    margin: 10px 3px 5px 3px;
}
.strikethrough{
    text-decoration: line-through;
    text-decoration-thickness: 2px;
}
.otoku{
    position: relative;
}
.otoku img{
    width: 100px;
}
.otoku p{
    width: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, 60%);
    line-height: 1.2;
}
.white-box{
    display: inline-block;
    background-color: #fff;
    color: #2e3192;
    font-size: 15px;
    padding: 5px 10px;
    margin-top: 15px;
}
.voice-under .tx-white{
    font-size: 30px;
    padding-top: 15px;
}
.voice-under .tx-yellow{
    font-size: 15px;
    padding: 15px 0;
}

/* Introduction */
.introduction-item{
    width: 100%;
    display: block;
    background-color: #fff;
    border: 2px solid #89721d;
    box-shadow: 3px 3px 0 #89721d;
    font-weight: bold;
    padding: 10px;
    margin: 0 auto 15px auto;
}
.step-title{
    display: block;
}
.step{
    margin-right: 15px;
}
.introduction-kome{
    text-align: left;
    text-indent: -1em;
    padding: 15px;
}

/* Merit */
.merit-item{
    width: 100%;
    background-color: #fff;
    border: 2px solid #ddd;
    padding: 15px;
    margin: 0 auto 10px auto;
}
.merit-title{
    display: flex;
}
.merit-title p{
    font-size: 18px;
}
.merit-num{
    width: 30px;
    height: 30px;
    background-color: #f1921b;
    color: #fff;
    border-radius: 50px;
    padding-top: 2px;
    margin-right: 5px;
}
.merit-content{
    margin-top: 15px;
}

/* 検索フォーム */
.search{
    background-color: #fff;
    border: 1.5px solid #ebe9e4;
    border-top: 5px solid #ff6010;
    margin-bottom: 15px;
}
.search section{
    border-top: 1.5px solid #ebe9e4;
    border-bottom: 1.5px solid #ebe9e4;
}
.search .title{
    color: #ff6010;
    margin: 15px 30px;
}
.search h2{
    margin: 15px 30px;
}
.search h2 span{
    font-size: 0.8em;
}
.fa-search{
    padding-right: 10px;
}
.tab, .car-tab {
    display: flex;
    flex-wrap: wrap;
    margin: 30px;
}
.car-tab .tab-label{
    height: 55px;
    line-height: 60px;
    color:#333;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.76) 76%, rgb(246, 246, 246) 100%);
    font-weight: bold;
    white-space: nowrap;
    text-align: center;
    order: -1;
    position: relative;
    z-index: 1;
    cursor: pointer;
    border-radius: 5px 5px 0 0;
    flex: 1;
    border-top: 3px solid #1f71b5;
}
.car-tab .tab-label{
    border-top: 3px solid #ff6010;
    border: 1px solid #f0ede9;
}
.tab-label:not(:last-of-type) {
    margin-right: 5px;
}
.tab-content {
    width: 100%;
    height: 0;
    overflow: hidden;
    opacity: 0;
}
  
/* アクティブタブ */
.tab-active:checked+.tab-label {
    color:#fff;
    background:#1f71b5;
}
.car-tab .tab-active:checked+.tab-label {
    color:#ff6010;
    background:#fff;
    border-top: 3px solid #ff6010;
    border-bottom: none;
}
.tab-active:checked+.tab-label+.tab-content {
    height: auto;
    overflow: auto;
    padding: 15px;
    opacity: 1;
    transition: .5s opacity;
    box-shadow: 0 0 3px rgba(0,0,0,.2);
}
  
/* ラジオボタン非表示 */
.tab-active {
    display: none;
}
  
/* メーカー・ボディタイプ */
.maker{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
}
.bodytype img{
    width: 75%;
}
.bodytype{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
}
.maker a, .bodytype a{
    text-decoration: none;
    text-align: center;
    color: #333;
    padding-bottom: 10px; 
    margin: 0 auto;
}
.bodytype a{
    font-size:12px;
}
.maker a:hover, .bodytype a:hover{
    opacity: 0.8;
}
.hibrid-check{
    margin-left:10px;
}
.hibrid-check input[type='checkbox']{
    margin-right:5px;
    font-size:12px;
}

/* Qa */
.qa-list{
    width: 100%;
    margin: auto;
}
.qa-item{
    margin-bottom:10px;
}
.qa-title{
    position: relative;
    font-size: 15px;
    padding: 15px 30px 15px 50px;
    background-color: #fff;
    border: 2px solid #ddd;
}
.qa-title.active{
    color: #2e3192;
}
.qa-title::before{
    position: absolute;
    content: 'Ｑ．';
    top: 15px;
    left: 15px;
    color: #2e3192;
}
.qa-title::after{
    font-family: "Font Awesome 5 Free";
    content: '\f107';
    display: block;
    transition: 0.3s;
    position: absolute;
    right: 15px;
    top: 25%;
}
.qa-title.open::after{
    transform: rotate(180deg) translateY(3px);
}
.qa-text{
    display: none;
    position: relative;
    background-color:#efefef;
    border: 2px solid #ddd;
    padding:15px;
    margin-top: -2px;
}
.qa-txt .active{
    display: block;
}
.qa-text p{
    padding-left: 45px;
}
.qa-text::before{
    position: absolute;
    content: 'Ａ．';
    top: 15px;
    left: 15px;
    font-size: 20px;
    font-weight: bold;
    color: #2e3192;
}

/* Contact */
.cta-btn{
    display: grid;
    grid-template-columns: 38% 1fr;
}
.cta-img{
    padding-bottom: 10px;
}
.carchange-form{
    max-width: 750px;
    margin: auto;
}
.carchange-form-item{
    border: 2px solid #ddd;
}
.carchange-form-item-title{
    font-weight: bold;
    text-align: center;
    background-color: #ddd;
    padding: 10px 0;
}
.carchange-form-item-content {
    padding: 10px 15px 20px 15px;
}
.input-line{
    padding: 5px 0;
}
.input-line span.hissu {
    background-color: #c12910;
    color: #fff;
    margin-left: 10px;
    padding: 0 3px;
    border-radius: 3px;
    font-size: 12px;
    font-weight: bold;
}
.form-item{
    margin-top: 3px;
}
input[type='submit'] {
    font-family: 'LineSeed';
    font-size: 1.3em;
    background-color: #eb6812;
    color: #ffffff;
    border-radius: 7px;
    min-width: 250px;
    margin: 0 auto 15px auto;
    text-decoration: none;
    display: table;
    text-align: center;
    padding: 10px;
}

/* ShopInfo */
table{
    width: 90%;
    border: 2px solid #ddd;
    border-collapse: collapse;
    margin: 0 auto;
}
table th, table td{
    text-align: left;
    padding: 15px 15px 15px 30px;
}
table th{
    background-color: #bfc2db!important;
    color: #2e3192!important;
    border-bottom: 2px solid #ddd!important;
}
table td{
    background-color: #fff;
    border-bottom: 2px solid #ddd!important;
}

/* フッター */
footer{
    background-color: #333;
    padding: 10px 0;
}
footer p{
    color:#ffffff;
    font-size:10px;
}

/* 紹介キャンペーン */
.fv-block{
    background-color: #e4eff9;
    padding: 30px 15px;
}
.fv-block .item{
    border-radius: 5px;
    padding: 15px;
}
.lightblue-box{
    background-color: #e4eff9;
    padding: 5px 0;
    margin: 15px 0;
}
.step-text{
    padding: 15px 0;
}
.kome{
    text-align: left;
    text-indent: -1em;
    padding: 0 0 0 1em;
}
/* form */
.pc{
    display: none;
}
.sp{
    display: block;
}
.introduction-form-item{
    border: 2px solid #ddd;
}
.introduction-form-item-title{
    font-weight: bold;
    text-align: center;
    background-color: #ddd;
    padding: 10px 0;
}
.introduction-form-item-content{
    padding: 10px 15px 20px 15px;
}
.introduction-form .input-line span.hissu{
    background-color: #c12910;
    color: #fff;
    padding: 0 3px;
}
.introduction-form .input-line .form-item input[type='text'],
.introduction-form .input-line .form-item input[type='tel']{
    border: 2px solid #ddd;
    margin-top: 3px;
}
.introduction-form input[type='submit']{
    background-color: #fd5300;
    border-bottom: 5px solid #db4003;
    padding: 15px;
}
.privacypolicy{
    text-align: center;
    margin: 15px 0;
}

/* 950px以上 */
@media screen and (min-width: 950px){
    .fv-top, .main{
        padding-top: 70px;
    }
}

/* 750px以上 */
@media screen and (min-width:751px){
    body{
        font-size: 18px;
    }
    .wrapper{
        max-width: 750px;
        width: 100%;
        margin: 0 auto;
    }
    h2{
        font-size: 50px;
    }
    h3{
        font-size: 25px;
    }
    .underline-yellow, .underline-white{
        text-underline-offset: 10px;
    }
    .tx-shadow-white{
        text-shadow:3px 3px 2px #fff,
                    -3px 3px 2px #fff,
                    3px -3px 2px #fff,
                    -3px -3px 2px #fff,
                    3px 0px 2px #fff,
                    0px 3px 2px #fff,
                    -3px 0px 2px #fff,
                    0px -3px 2px #fff;
        letter-spacing: 0.05em;
        padding: 0 1px;
    }
    .large{
        font-size: 1.5em;
    }
    .balloown-title-gradation,
    .balloown-title-darkblue,
    .balloown-title-blue,
    .balloown-title-yellow{
        padding: 30px 0;
    }
    /* Fv */
    .bg-fv{
        padding: 30px 15px;
    }
    .bg-fv h2{
        padding-bottom: 20px;
    }
    .fv-item{
        width: 350px;
        padding: 15px;
        margin: 20px;
    }
    .fv-tx{
        font-size: 22px;
    }
    .fv-btn{
        width: 100%;
    }
    .qa-box-q{
        margin-top: 30px;
    }
    .qa-box-q p, .qa-box-a p{
        font-size: 30px;
        padding: 15px;
    }
    /* Reason */
    .reason-flex{
        font-size: 30px;
    }
    .reason-flex img{
        width: 60px;
        padding-right: 20px;
    }
    /* Point */
    .point-item{
        margin-bottom: 50px;
    }
    .point-title{
        padding-bottom: 30px;
    }
    .point-title p{
        font-size: 35px;
    }
    .point-num{
        width: 70px;
        height: 70px;
        padding-top: 7px;
        margin-right: 20px;
    }
    /* Voice */
    .voice-icon01{
        width: 60px;
    }
    .voice-icon02{
        width: 80px;
    }
    .voice-item{
        width: 90%;
    }
    .voice-title{
        width: 90%;
        margin: auto;
    }
    .voice-item-title{
        font-size: 25px;
    }
    .example2-content{
        width: 100%;
        display: grid;
        grid-template-columns: 1fr 1fr;
        text-align: center;
    }
    .otoku img{
        width: 150px;
    }
    .otoku p{
        transform: translate(-50%, 70%);
    }
    .white-box{
        font-size: 20px;
        padding: 10px 15px;
        margin-top: 30px;
    }
    .voice-under .tx-white{
        font-size: 50px;
        padding-top: 30px;
    }
    .voice-under .tx-yellow{
        font-size: 23px;
        padding: 30px 0;
    }
    /* Introduction */
    .introduction-item{
        width: 90%;  
        padding: 15px;
    }
    .step-title{
        display: flex;
    }
    .introduction-kome{
        text-align: center;
    }
    /* merit */
    .merit-item{
        width: 90%;
    }
    .merit-title p{
        font-size: 32px;
    }
    .merit-num{
        width: 60px;
        height: 60px;
        padding-top: 5px;
        margin-right: 20px;
    }
    /* Carsearch */
    .search .title{
        margin: 20px 30px;
    }
    /* Qa */
    .qa-list{
        width: 90%;
    }
    .qa-title{
        font-size: 20px;
        padding: 15px 30px 15px 60px;
    }
    .pc{
        display: block;
    }
    .sp{
        display: none;
    }
}