@charset "UTF-8";
/*======================================================= 
 A版LP用スタイル
=======================================================*/

/*================ 月毎キャンペーン-style =================*/

.campaign-slider{
    position: absolute!important;
    top: 43.3%;
    margin-left: 5%;
    width: 90%;
}
.campaign-slider2{
    position: absolute!important;
    top: 78.3%;
    margin-left: 3%;
    width: 95%;
}
.campaign-slider .slick-dots, .campaign-slider2 .slick-dots{
    bottom: -0px!important;
}
  
@media screen and (max-width: 480px){
    .campaign-slider{
      top: 44%;
    }
    .campaign-slider2{
        top: 78.5%;
    }
}
@media screen and (min-width: 751px){
    .campaign-slider{
        top: 44.3%;
    }
    .campaign-slider2{
        top: 79.3%;
    }
}

/*=================== common-style ====================*/
* {
    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.6;
    letter-spacing: 0.04em;
    -webkit-text-size-adjust: 100%;
    color: #555;
    width: 100%;
    background-color:#ffffff;
    margin-top:0!important;
    margin-bottom: 80px!important;
}
p{
    font-size:15px;
}
h2, h3 {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 800;
    margin-bottom: 0.5em;
}
h2{
    font-size:21px;
}
h3{
    font-size:18px;
}
img{
    line-height: 0;
}
input[type="text"], input[type="password"], input[type="date"], input[type="datetime"], input[type="email"], input[type="number"], input[type="search"], input[type="tel"], input[type="time"], input[type="url"], textarea, select{
    font-size:15px;
}

/*共通あしらい*/
.font-kosugi{
    font-family: 'Kosugi Maru', sans-serif;
}
.section{
    overflow: hidden;
}
.section-inner{
    padding:15px;
}
.infomation-table{
    font-size:15px;
    border: 0px;
}
.infomation-table tr,
table tr:nth-child(2n),
table tr:nth-child(2n+1){
    background-color: transparent;
}
.infomation-table th{
    background-color: transparent;
    vertical-align: text-top;
    border:0px;
    font-size: 15px;
    width: 100px;
}
.infomation-table th span{
    background-color: #ffffff;
    border-radius: 12px;
    font-weight: 600;
    color: #555555;
    width: 80px;
    display: block;
}
.infomation-table td{
    text-align: left;
    border:0px;
    font-size: 15px;
}
.marker-title{
    font-size:20px;
    text-align: center;
}
.marker-title span{
    position: relative;
    display: inline-block;
    background:linear-gradient(transparent 60%, #fff24d 60%);
}
.marker-title span.accent::after{
    position: absolute;
    content: '';
    background-image: url(../../img/lp_b/title-accent.png);
    background-size: cover;
    width: 30px;
    height:30px;
    right: -35px;
    top: -10px;
}
.lineballoon-title{
    position: relative;
    padding: 15px 20px;
    border-bottom: 3px solid #0075a6;
    border-left: 3px solid #0075a6;
    border-radius: 0 0 0 20px;
    color:#0075a6;
}
.lineballoon-title::before{
    position: absolute;
    right: 50px;
    bottom: -21px;
    width: 0;
    height: 0;
    content: '';
    border-width: 21px 21px 0 0;
    border-style: solid;
    border-color: #0075a6 transparent transparent transparent;
}
.lineballoon-title::after{
    position: absolute;
    right: 54px;
    bottom: -14px;
    width: 0;
    height: 0;
    content: '';
    border-width: 14px 14px 0 0;
    border-style: solid;
    border-color: #fff transparent transparent transparent;  
}
.lineballoon-title span{
    color: #dfebef;
    font-size: 50px;
    position: absolute;
    right: 0;
    top: 0;
    line-height: 1;
}
.text-orange{
    color:#ea6000;
}
.text-blue{
    color:#0075a6;
}
.text-bold{
    font-weight: 800;
}
.text-maker{
    background:linear-gradient(transparent 60%, #fff24d 60%);
}
.text-small{
    font-size:10px;
}
.mb-30{
    margin-bottom:30px;
}
.mb-50{
    margin-bottom:50px
}

/*ヘッダー&ナビゲーション*/
h1{
    position: absolute;
    width: 135px;
    line-height: 1.5;
    left: 15px;
}
.menu{
    position: fixed;
    z-index: 999;
    top:0;
    right:0;
    background-color: #0075a6;
    border:1px solid;
    color:#ffffff;
    font-size:12px;
    text-align: center;
    width: 95px;
    height:50px;
    padding: 15px;
}
.menu::after{
    position: absolute;
    font-family: "Font Awesome 5 Free";
    content: '\f107';
    font-weight: bold;
    right:5px;
    top:30%;
    transition: 0.3s;
}
.menu.active::after{
    top:35%;
    transform: rotate(180deg) translateY(3px);
}
.gnav{
    position: fixed;
    z-index : 2;
    top  : 0;
    color: #fff;
    background-color: #0075a8;
    text-align: center;
    width: 100%;
    transform: translateY(-100%);
    transition: all 0.6s;
    max-width: 750px;
}
.gnav.active {
    opacity: 100;
    display: block;
    transform: translateX(0%);
}
.gnav ul{
    margin: 50px auto 0;
    padding: 0;
    width: 100%;
}
.gnav ul li{
    list-style-type: none;
    padding: 0;
    width: 100%;
    transition: .4s all;
}
.gnav ul li:hover{
    background :#ddd;
}
.gnav ul li:hover a{
    color:#0075a8;
}
.gnav ul li a {
    display: block;
    color: #fff;
    padding: 1.5em 0;
    text-decoration :none;
}
.fix-navi{
    position: fixed;
    z-index: 999;
    bottom:0;
    width: 100%;
    background:rgba(0,0,0,0.8);
    max-width: 750px;
}
.fix-navi .pr-text{
    text-align: center;
    font-size: 12px;
    color:#ffffff;
    padding:7px 0;
}
.fix-navi .pr-text span{
    font-weight: bold;
    color:#fae35b;
}
.fix-navi-buttons{
    display: grid;
    grid-template-columns: 1fr 1fr;
}
.fix-navi-buttons.full{
    grid-template-columns: 1fr;
}
.fix-navi-item{
    display: block;
    height:auto;
    /*font-family: 'Kosugi Maru', sans-serif;*/
    text-align: center;
    font-weight: bold;
    font-size:14px;
    color:#ffffff;
    text-decoration: none;
    line-height: 1.2;
    opacity: 1.0;
    background: linear-gradient(0deg, #e6732d,#ffbb1e);
    border-radius: 10px;
    border:1px solid #bf5216;
    border-bottom:3px solid #bf5216;
}
a.fix-navi-item:hover{
    opacity: 0.8;
    color:#ffffff;
}
.fix-navi-item .fas{
    margin-right:5px;
}
.fix-navi-item span{
    font-size:9px;
    display: block;
    margin-top: 5px;
}
.fix-navi-item.tel{
    padding: 10px 0;
    margin: 0 10px 10px 20px;
}
.fix-navi-item.mail{
    padding: 10px 0;
    margin: 0 20px 10px 10px;
}
.fix-navi-buttons.full .fix-navi-item.mail{
    margin: 10px 20px;
}

/*fv*/
.section.fv{
    line-height:0;
}
.fv img{
    width: 100%;
}

/*お客様の声*/
.section.voice{
    background-color:#cfeeff;
}
.voice-inner{
    padding: 15px;
}
.manzokudo{
    text-align: center;
}
.manzokudo img{
    width: 100%;
    max-width: 620px;
}
.voice-block{
    background-color: #f8f8f8;
}
.voice-main-title{
    position: relative;
    background-color: #0075c2;
    color: #fff;
    text-align: center;
    padding: 15px;
}
.voice-main-title::before{
    position: absolute;
    content: "";
    top: 100%;
    left: 50%;
    margin-left: -15px;
    border: 15px solid transparent;
    border-top: 20px solid #0075c2;
}
.bluebox-title{
    width: fit-content;
    background-color: #0075c2;
    color: #fff;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    padding: 10px 20px;
    margin-top: 15px;
}
.voice-title{
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    display: inline-block;
    font-size: 18px;
    font-weight: bold;
    padding: 15px;
}
.voice-title::before,
.voice-title::after {
    position: absolute;
    top: 0.7em;
    height: 1.5em;
    content: '';
    color: #f15a24;
}
.voice-title::before {
    border-left: solid 3px;
    left: 0;
    transform: rotate(-30deg);
}
.voice-title::after {
    border-right: solid 3px;
    right: 0;
    transform: rotate(30deg);
}
.voice-title .small{
    font-size: 0.8em;
}
.tx-orange{
    color: #f15a24;
}
.voice-content{
    display: block;
    margin: 0 30px;
}
.voice-item{
    padding: 10px 15px 15px 15px;
    margin-bottom: 15px;
    border: 2px solid #0075c2;
    border-radius: 0 10px 0 10px;
    box-shadow: 5px 5px 0 #e9ae89;
}
.voice-item p{
    font-size: 16px;
}
.voice-info{
    display: grid;
    grid-template-columns: 1fr 2fr;
    align-items: center;
    padding-bottom: 10px;
}
.voice-info p{
    text-align: right;
}
.voice-btn{
    position: relative;
    width: 90%;
    background-color: #f15a24;
    box-shadow: 5px 5px 0 #e9ae89;
    font-weight: bold;
    text-align: center;
    border-radius: 50px;
    margin: 30px auto 15px auto;
}
.voice-btn::after{
    position: absolute;
    content: "\f138";
    font-family: "Font Awesome 5 Free";
    font-weight: bold;
    color: #fff;
    top: 16px;
    right: 20px;
}
.voice-btn a{
    display: block;
    text-decoration: none;
    color: #fff;
    padding: 15px 15px 15px 0;
}


/*冒頭PR*/
.section.pr{
    padding-top:20px;
    line-height:0;
}
.pr-qa{
    overflow: hidden;
}
.pr-q,
.pr-a{
    font-family: 'Kosugi Maru', sans-serif;
    font-size:21px;
    margin-bottom:15px;
    position: relative;
    padding: 10px 15px 10px 55px;
    line-height: 1.4;
    width: 80%;
    font-weight: 800;
}
.pr-q{
    color:#ffffff;
    background-color: #0075a6;
    border-radius: 0 40px 40px 0;
}
.pr-a{
    color:#ea6000;
    background-color: #ffdc15;
    border-radius: 40px 0 0 40px;
    padding: 15px 15px 15px 65px;
    float: right;
}
.pr-a span{
    border-bottom:2px solid #ffffff;
    padding-bottom: 5px;
}
.pr-q::before,
.pr-a::before{
    position: absolute;
    font-family: 'Noto Sans JP', sans-serif;
    font-size:33px;
    left: 15px;
    font-weight: 400;
}
.pr-q::before{
    content: 'Q';
}
.pr-a::before{
    content: 'A';
    top: 5px;
    left: 25px;
}
.pr-a-text{
    display: grid;
    grid-template-columns: 38% 1fr;
    padding: 0 15px;
    text-align: justify;
    line-height: 1.4;
}
.pitfall-point{
    background-color:#727272;
    color:#ffffff;
    border-radius: 5px;
    padding:20px;
    margin-top: 20px;
}
.pitfall-point-inner{
    background-image:url(../../img/lp_b/back_otoshiana.png);
    background-repeat: no-repeat;
    background-size: contain;
}
.pitfall-point h3{
    margin-left: 110px;
    line-height: 1.4;
}
.pitfall-point p{
    width: 65%;
    text-align: justify;
    margin-top: 150px;
    line-height: 1.4;
}
.conclusion{
    position: relative;
}
.conclusion-title{
    position: absolute;
    font-size:21px;
    font-weight: 800;
    color:#0075a6;
    text-align: center;
    width: 100%;
    top: 13%;
    line-height: 1.3;
}
.conclusion-title span{
    padding-bottom:7px;
    background-image:url(../../img/lp_b/underline-wave.png);
    background-position-y: bottom;
    background-repeat: no-repeat;
}
.conclusion-text{
    position: absolute;
    font-family: 'Kosugi Maru', sans-serif;
    font-size: 14px;
    width: 52%;
    top: 50%;
    left: 6%;
    line-height: 1.5;
}

/*金額比較スライダー*/
.section.hikaku h2{
    background-image:url(../../img/lp_b/hikaku-title.png);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 20px 15px 30px 70px;
    color: #0075a6;
}
.section.hikaku .list-slider img{
    margin:0 5px;
}

/*期間限定キャンペーン*/
.section.campaign{
    position: relative;
}
.section.campaign .section-inner{
    background-image:url(../../img/lp_b/campaign-title.png);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 0;
}
.section.campaign h2{
    font-size:30px;
    text-align: right;
    padding-top: 2.4em;
    margin-bottom: 0;
}
.section.campaign .nomal-slider{
    position: absolute;
    bottom: 2%;
    left: 50%;
    margin-left: -37%;
    width: 75%;
}

/* 検索フォーム */
.search{
    background-color: #fff;
    border: 1.5px solid #ebe9e4;
    border-top: 5px solid #ff6010;
    margin: 0;
}
.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: 15px;
}
.car-tab .tab-label{
    height: 50px;
    line-height: 50px;
    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-size: 14px;
    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 #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, .bodytype{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
}
.sokunou{
    display: grid;
    grid-template-columns: 1fr 1fr;
}
.maker img, .bodytype img{
    width: 75%;
}
.sokunou img{
    width: 85%;
}
.maker a, .bodytype a, .sokunou a{
    font-size:12px;
    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 .sokunou a:hover{
    opacity: 0.8;
}
.hibrid-check{
    margin-left:10px;
}
.hibrid-check input[type='checkbox']{
    margin-right:5px;
    font-size:12px;
}
.sokunou-item p{
    font-size: 12px;
    font-weight: bold;
    line-height: 1.2;
    padding-top: 10px;
}
.sokunou-item p span{
    display: block;
    color: #aaa;
}
.sokunou-btn{
    width: 90%;
    background-color: #eb6812;
    border-bottom: 5px solid #ba4d02;
    border-radius: 5px;
    text-align: center;
    padding: 5px;
    margin: 10px auto;
}
.sokunou-btn a{
    display: block;
    font-size: 14px;
    text-decoration: none;
    font-weight: bold;
    color: #fff;
}
  
/*冒頭CTA*/
.section.freecta {
    background-image: url(../../img/lp_b/back_graph.png);
    background-repeat: repeat;
    padding: 15px 0;
}
.cta-buttons{
    display: grid;
    grid-template-columns: 38% 1fr;
    margin: 25px 0 10px;
    padding:15px;
}
.cta-buttons img{
    padding: 5px 0;
}
.cta-tokuten{
    position: relative;
    padding:0 15px;
}
.cta-tokuten a{
    position: absolute;
    top: 35%;
    right: 20px;
    width: 55%;
}

/* ローン審査 */


/*新車のお店の秘密*/
.section.point{
    background-color: #dfebef;
    background-image:  url(../../img/lp_b/back_point.png);
    background-repeat: no-repeat;
    background-position: top 10px right 10px;
    padding: 15px 0;
}
.section.point h2{
    color:#0075a6;
    font-size:31px;
    padding:15px;
    margin-bottom: 0;
}
.section.point h2.point-title-accent{
    color:#ea6000;
    border-bottom:3px solid #ea6000;
}
.catch-title{
    background-image: url(../../img/lp_b/back_pointtitle.png);
    font-family: 'Kosugi Maru', sans-serif;
    font-size:15px;
    display: table-cell;
    padding: 10px 20px;
    background-size: contain;
    background-repeat: no-repeat;
}
.whitebox-title{
    color: #0075a6;
    font-size: 21px;
    font-weight: 800;
    padding: 15px;
    background-color: #ffffff;
    margin-right: 20%;
}
.point-introduction{
    padding:15px;
}
.point-item{
    background-color:#ffffff;
    border-radius: 5px;
    padding:20px;
    box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.35);
    margin: 30px 15px 50px;
    position: relative;
    text-align: justify;
}
.section.point .point-item:last-child{
    margin: 30px 15px 20px;
}
.point-item-num{
    position: absolute;
    top: -20px;
}
.point-item h3{
    margin: 5px 0 20px;
}
.point-item-img{
    display: block;
    margin: 0 auto 20px;
}
.note-item{
    margin-top:30px;
    background-color:#efefef;
    padding:15px;
    position: relative;
}
.note-item::before{
    position: absolute;
    content: '';
    background-image: url(../../img/lp_b/note-icon.png);
    width: 27px;
    height: 37px;
    background-size: cover;
    background-repeat: no-repeat;
    top: -10px;
    left: 10px;
}
.note-item h4{
    font-size:15px;
    font-weight: 800;
    color:#0075a6;
    text-align: center;
    margin-bottom: 10px;
}
.note-item ul{
    padding-left: 20px;
}
.note-item ul li{
    font-size: 12px;
    list-style: none;
    font-weight: 800;
    position: relative;
}
.note-item ul li::before{
    position: absolute;
    font-family: "Font Awesome 5 Free";
    content: '\f14a';
    left:-20px;
    top:0px;
}
.award-list{
    margin-top:20px;
    padding-left: 20px;
}
.award-list li{
    list-style: none;
    position: relative;
}
.award-list li::before{
    position: absolute;
    font-family: "Font Awesome 5 Free";
    content: '\f5de';
    color:#ea6000;
    left:-20px;
    top:0px;
    font-weight: bold;
}

/*中間店舗情報CTA*/
.section.cta{
    background-color:#0075a6;
    padding: 15px 0;
}
.section.cta h2{
    text-align: center;
    color:#ffffff;
}
.section.cta h2 span{
    font-size:15px;
    position: relative;
    border-bottom: 2px solid;
    display: table;
    margin: 0 auto 20px;
    font-family: 'Kosugi Maru', sans-serif;
}
.section.cta h2 span::before,
.section.cta h2 span::after{
    position: absolute;
    top: 100%;
    left: 50%;
    content: "";
    height: 0;
    width: 0;
}
.section.cta h2 span::before{
    border: 10px solid;
    border-color: transparent;
    border-top-color: #ffffff;
    margin-left: -10px;
}
.section.cta h2 span::after{
    border: 7px solid;
    border-color: transparent;
    border-top-color: #0075a6;
    margin-left: -7px;
}
.cta-info{
    background-color: #ffffff;
    border-radius: 5px;
    padding:15px;
    margin-top: -6px;
}
.nomal-slider{
    width: 90%;
    margin:auto;
}
.nomal-slider .slick-next:before, .slick-prev:before{
    color:#555;
}
.section.cta .infomation-table th span{
    background-color:#dfebef;
}

/*ご納車までの流れ*/
.section.flow{
    padding: 15px 0;
}
.flow-list{
    display: block;
    margin: 50px 15px 15px 15px;
}
.flow-item{
    position: relative;
    background-color: #ffffff;
    border: 2px solid #0075a6;
    padding: 30px 15px 20px 15px;
    margin-bottom: -2px;
}
.flow-list .flow-item:last-child{
    margin: 0;
}
.flow-item::before{
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-left: 25px solid transparent;
    border-right: 25px solid transparent;
    border-top: 25px solid #0075a6;
    bottom: -25px;
    right: calc(50% - 25px);
    z-index: 1;
}
.flow-item::after{
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-left: 25px solid transparent;
    border-right: 25px solid transparent;
    border-top: 25px solid #fff;
    bottom: -22px;
    right: calc(50% - 25px);
    z-index: 1;
}
.flow-item:last-child::before,
.flow-item:last-child::after{
    border: none;
}
.flow-num{
    position: absolute;
    border-radius: 100%;
    background-color: #fff;
    color:#ea6000;
    border: 2px solid #0075c2;
    width: 60px;
    height: 60px;
    left: 45px;
    margin-left:-30px;
    top:-30px;
    font-size: 27px;
    text-align: center;
    line-height: 60px;
}
.flow-content{
    display: grid;
    grid-template-columns: 40% 58%;
    justify-content: space-between;
}
.flow-item h3{
    font-size: 18px;
    color: #ea6000;
    text-align: left;
    margin-bottom: 5px;
}
.flow-item img{
    margin: 30px auto 5px auto;
    width: auto;
}
.flow-text{
    font-size: 16px;
}

/*人気車種スライダーデザイン*/
.section.cars{
    background-image: url(../../img/lp_b/back_dot.png);
    background-repeat: repeat;
    padding-top:10px;
}
.section.cars h2{
    background-color: rgba(255,255,255,0.5);
    padding: 15px 0;
}
.maker-title{
    display: table;
    margin: auto;
    background-color: #ffffff;
    padding: 0 20px;
    color: #0075a6;
    border: 2px solid #0075a6;
    box-shadow: 5px 5px 0px 0px #fae35b;
    margin-bottom: 15px;
}
.list-slider.slick-dotted.slick-slider{
    margin-bottom: 50px;
}
.slick-dots li{
    margin:0!important;
}
.car-item{
    border:1px solid #0075a6;
    background-color: #ffffff;
    border-radius: 5px;
    padding:15px 20px;
    margin: 0 5px;
}

.list-slider .slick-list {
    padding: 0 10% 0 0 !important;
}
.slick-slide {
    margin-right: 10px;
}
.slick-dots{
    display: block!important;
}
.slick-dots li button{
    padding:3px!important;
}
.car-image{
    position: relative;
}
.car-image img{
    max-width:250px;
}
.pr-badge{
    position: absolute;
    right:0;
    top:0;
    background-image: url(../../img/lp_b/badge.png);
    width: 100px;
    height:100px;
    background-size: cover;
    background-repeat: no-repeat;
}
.pr-badge p{
    text-align: center;
    font-weight: 800;
    color:#ea6000;
    line-height: 1.1;
    margin-top: 15px;
}
.pr-badge p span{
    font-size:26px;
    display: block;
}
.car-grade{
    font-weight: 800;
    margin:5px 20px;
}
table.car-info{
    border:0;
    margin: 0 20px 15px;
    width: auto;
}
table.car-info th,
table.car-info td{
    background-color: transparent;
    border:0px;
    color:#555;
    text-align: left;
    font-weight: 400;
    padding: 0;
    font-size:15px;
}
table.car-info th{
    min-width: 120px;
}
.car-price{
    margin: 0 0 15px;
    display: grid;
    grid-template-columns:45px 1fr;
}
.price-label p{
    text-align: center;
}
.price-label p span{
    display: block;
    border: 1px solid;
}
.price-text{
    font-weight: 800;
    margin-left: 15px;
}
.price-text p span{
    font-size: 32px;
    line-height: 1.0;
}
.slash-title{
    font-weight: bold;
    padding: 3px 20px;
    color: #fff;
    position: relative;
    font-size: 16px;
    z-index: 1;
}
.slash-title::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #0075a6;
    transform: skew(-20deg);
    z-index: -1;
}
.slash-title::after{
    content: '';
    position: absolute;
    border-left: 10px double #fff;
    height: 100%;
    top: 0;
    right: 50px;
    transform: skew(-20deg);
}
.round-btn{
    position: relative;
    text-decoration: none;
    display: block;
    background-color: #ffffff;
    border-radius: 25px;
    border:2px solid #0075a6;
    border-bottom:5px solid;
    color:#0075a6;
    text-align: center;
    padding: 7px;
    font-weight: 800;
    opacity: 1.0;
}
.round-btn::after{
    font-family: "Font Awesome 5 Free";
    content: '\f054';
    color:#0075a6;
    display: block;
    transition: 0.3s;
    position: absolute;
    right: 15px;
    top: 20%;
}
.round-btn:hover{
    opacity: 0.8;
}
.maker-cta{
    background-color: rgba(255,255,255,0.7);
    padding: 30px 15px;
    margin-bottom: 30px;
}
.maker-cta h3{
    text-align: center;
    margin-bottom: 1.5em;
}
.maker-cta h3 span{
    border-bottom:2px solid;
}
.hukidashi-kosugi{
    font-family: 'Kosugi Maru', sans-serif;
    display: flex;
	justify-content: center;
	align-items: center;
    text-align: center;
}
.hukidashi-kosugi::before,
.hukidashi-kosugi::after{
    content: '';
	width: 2px;
	height: 40px;
	background-color: #555555;
}
.hukidashi-kosugi::before{
    margin-right: 30px;
	transform: rotate(-35deg)
}
.hukidashi-kosugi::after{
    margin-left: 30px;
	transform: rotate(35deg)
}
.maker-banners{
    max-width:80%;
    margin:5px auto;
    display: block;
}
.blue-arrow-link{
    font-family: 'Kosugi Maru', sans-serif;
    color:#0075a6;
    font-size:14px;
    text-align: right;
    margin-right: 10%;
    margin-bottom:20px;
}
.blue-arrow-link a{
    margin-left:10px;
}

/*よくあるご質問デザイン*/
.section.qa{
    background-color:#f9f7f2;
    padding-top: 15px;
}
.section.qa h2{
    margin-bottom: 30px;
}
.qa-item{
    margin-bottom:10px;
}
.qa-title{
    position: relative;
    font-weight:800;
    padding: 10px 30px 10px 35px;
    color:#ffffff;
    background-color: #0075a6;
    margin-bottom: 0;
    font-size:15px;
}
.qa-title::before{
    position: absolute;
    content: 'Q';
    left: 15px;
    top: 9px;
}
.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{
    /*top: 45%;*/
    /*transform: rotate(-45deg);*/
    transform: rotate(180deg) translateY(3px);
}
.qa-text{
    background-color: #ffffff;
    padding:15px;
    display: none;
}
.qa-under p{
    color:#0075a6;
    background-color:#ffffff;
    padding: 20px 15px;
    font-size: 18px;
    font-weight: 800;
}
.qa-under img{
    margin-top:-15px;
}

/*お問合せデザイン*/
.section.contact{
    background-image: url(../../img/lp_b/back_graph.png);
    background-repeat: repeat;
    padding-top:25px;
}
.section.contact a{
    display: block;
    line-height: 0;
}
img.shadow{
    box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.35);
    border-radius: 5px;
}
.contact-form{
    width: 100%;
    padding: 15px;
    background-color: #ffffff;
    box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.35);
}
.input-line{
    display: block;
    border-bottom: 2px solid #ddd;
    padding: 15px;
    margin: 0;
}
.mailform-item .input-line:last-child{
  border: none;
}
.input-line .label{
    font-weight: 800;
    line-height: 2.0em;
}
.input-line .hissu{
    display: inline-block;
    width: 40px;
    text-align: center;
    color:#ffffff;
    background-color: #ce0000;
    line-height: 1.2;
    border-radius: 3px;
    font-size: 13px;
    padding:2px 5px;
    margin: 0 0 0 5px;
}
.privacy-policy{
    border:1px solid #dddddd;
    background-color:#efefef;
    color: #333333;
    padding:15px;
    height:100px;
    overflow-y: scroll;
    margin-bottom:20px;
}
.privacy-policy p{
    font-size:10px;
}
input[type='submit']{
    display: block;
    max-width: 400px;
    background-color:#e96000;
    border-bottom:3px solid #bc4d02;
    margin:auto;
    position: relative;
    color:#ffffff;
    font-size:18px;
    font-weight: 800;
    border-radius: 5px;
}
/* 追記 */
.mailform h2{
    background-color: #f5f5f5;
    font-size: 14px;
    padding: 15px;
}
.mailform-item{
    margin-bottom: 30px;
}
.time-schedule{
    display: none;
}
.mailform .privacypolicy{
    text-align: center;
    margin-bottom: 1em;
}
.mailform .privacypolicy a{
    display: inline;
}
.tx-small{
    font-size: 10px;
}

/*店舗情報デザイン*/
.section.infomation{
    background-color: #dfebef;
}
.balloon-title{
    position: relative;
    background-color: #0075a6;
    padding: 15px;
    color: #333;
    text-align: center;
    line-height: 0;
}
.balloon-title::before{
    content: "";
    position: absolute;
    border: 12px solid transparent;
    border-top: 12px solid #0075a6;
    top: 100%;
    left: 50%;
    margin-left: -6px;
}
.section.infomation iframe{
    max-height: 200px;
}

/*フッターデザイン*/
footer{
    background-color: #0075a6;
    padding: 5px 0;
}
footer p{
    text-align: center;
    color:#ffffff;
    font-size:10px;
}

/*youtube動画埋め込み*/
.youtube-ratio{
    padding:0 20px 20px;
  }
  .youtube-ratio .video-container{
    margin:0;
    max-width:none;
  }
  .youtube-ratio .video-container .video{
    margin:0;
  }
  .youtube-ratio iframe {
    width: 100%;
    height:auto;
    aspect-ratio: 16 / 9;
  }

/* 事前審査フォーム */
.examination{
    padding: 15px 0;
  }
  .examination h2{
    text-align: center;
    font-size: 40px;
    line-height: 1.3;
  }
  .title-big{
    font-size: 60px;
  }
  .text-darkorange{
    color: #fd5300;
  }
  .examination img{
    display: block;
    margin: 0 auto;
  }
  .examination-content{
    display: grid;
    grid-template-columns: 30% 1fr;
    background-color: #0075a6;
    color: #ffffff;
    padding: 15px;
    position: relative;
  }
  .examination-content:after{
    content: "";
    position: absolute;
    right: 0;
    bottom: -18px;
    left: 0;
    width: 0px;
    height: 0px;
    margin: auto;
    border-style: solid;
    border-color: #0075a6 transparent transparent transparent;
    border-width: 20px 20px 0 20px;
  }
  .examination-content .text-border{
    display: inline-block;
    border-bottom: 2px solid #ffff00;
    margin: 0 0 5px 15px;
  }
  .loan-list li{
    list-style: none;
    position: relative;
    font-size: 18px;
  }
  .loan-list li::before{
    position: absolute;
    font-family: "Font Awesome 5 Free";
    content: '\f14a';
    left: -20px;
    top: 0px;
    font-size: 18px;
  }
  .examination a img{
    margin: 30px auto;
  }

/*下取り実績ブロック*/
.trade{
    background-color: #fd0200;
}
.trade h2{
    text-align: center;
    margin-top:0.5em;
    color:#ffffff;
}
.trade h2 span{
    font-size:1.2em;
    color:#F4E511;
}
.trade p.green-label{
    display: table;
    margin:auto;
    background-color: #008000;
    border-radius: 3px;
    padding:5px;
    margin-bottom: 15px;
    font-weight: bold;
    color:#ffffff;
}
.trade-block{
    display: grid;
    grid-template-columns: 1fr 1fr;
    padding:10px;
    grid-row-gap:5px;
    column-gap: 5px;
    background-color: #e6fcff;
}
.trade-block a,.trade-block a:hover{
    text-decoration: none;
    color:#333333;
}
.trade-item{
    border-radius: 5px;
    background-color: #ffffff;
    border:1px solid #dddddd;
    padding:10px;
    display: grid;
    grid-template-columns: 1fr;
    grid-column-gap: 10px;
}
.trade-name{
    font-weight: 900;
}
.trade-price{
    background-color: #fedbff;
    padding:10px;
    font-weight: 900;
}
.trade-price p{
    font-size:14px;
    line-height:1.2;
}
.trade-price p span{
    font-size:34px;
    margin-right:5px;
}
.red-text{
    color:#fd0200;
}
.more-block{
    background-color: #e6fcff;
    padding:20px;
}
.more-block a.link-button{
    margin:0;
}

/*紹介キャンペーン*/
.shoukai{
    margin-bottom:20px;
}

@media screen and (max-width: 480px){
    .examination h2{
      font-size: 21px;
    }
    .title-big{
      font-size: 31px;
    }
    .examination-content{
      grid-template-columns: 25% 1fr;
    }
    .loan-list li{
      font-size: 12px;
    }
    .loan-list li::before{
      font-size: 12px;
    }
  }


/*GalaxyA8+以下*/
@media screen and (max-width:360px){
    h2{
        font-size:19px;
    }
    .pr-q, .pr-a{
        width: 85%;
    }
}
/*iPhone14 Pro Max以上*/
@media screen and (min-width:430px){
}

/*iphoneMini以上*/
@media screen and (min-width:751px){
    body {
        min-width: 750px;
        max-width: 750px;
        margin:auto;
        margin-bottom: 110px!important;
    }
    footer p{
        font-size:0.8em;
    }
    h1{
        width: 250px;
        left: 5%;
        margin-top: 20px;
    }
    h2{
        font-size: 31px;
    }
    h3{
        font-size: 26px;
    }
    p{
        font-size:18px;
    }
    .menu{
        right: 5%;
        top: 10px;
    }
    .fix-navi{
        grid-template-columns: 200px 275px 275px;
    }
    .fix-navi .pr-text{
        font-size:18px;
    }
    .fix-navi-item{
        height: auto;
        font-size: 21px;
    }
    .fix-navi-item span{
        font-size:15px;
    }
    .fix-navi-item.car{
        padding: 25px 0;
    }
    .fix-navi-item.tel,
    .fix-navi-item.mail{
        padding: 15px 0;
    }
    /*お客様の声*/
    .voice-main-title::before{
        margin-left: -25px;
        border: 25px solid transparent;
        border-top: 30px solid #0075c2;
    }
    .voice-title{
        font-size: 30px;
    }
    .voice-content{
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        gap: 15px;
        margin: 15px;
    }
    .voice-item{
        padding: 10px;
        margin: 0;
    }
    .voice-item p{
        font-size: 16px;
    }
    .voice-btn{
        width: 50%;
    }
    .customer-info{
        font-size:15px;
    }
    .pr-q, .pr-a{
        font-size:31px;
        padding:10px 15px 10px 75px;
    }
    .pr-q::before, .pr-a::before{
        font-size: 43px;
        left: 25px;
    }
    .pr-a-text p{
        font-size: 1.3em;
    }
    .pitfall-point{
        padding:50px;
    }
    .pitfall-point-inner{
        background-position-x: center;
    }
    .pitfall-point h3{
        margin-left: 310px;
    }
    .pitfall-point p{
        margin-top:350px;
        font-size: 18px;
        margin-bottom: 20px;
    }
    .conclusion-title{
        font-size:38px;
    }
    .conclusion-text{
        font-size:28px;
    }
    .section.hikaku h2{
        padding: 60px 15px 70px 150px;
    }
    .section.campaign h2{
        font-size:60px;
    }
    .marker-title{
        font-size:40px;
    }
    .cta-tokuten a{
        right: 50px;
    }
    .section.point{
        background-position: top 50px right 50px;
    }
    .section.point h2{
        font-size:60px;
    }
    .catch-title{
        font-size:26px;
        padding: 20px 30px;
    }
    .whitebox-title{
        font-size:31px;
        padding: 25px;
    }
    .point-introduction{
        padding:25px;
    }
    .point-item{
        padding:50px;
        margin: 30px 30px 50px;
    }
    .note-item h4{
        font-size:18px;
    }
    .note-item ul{
        padding-left: 40px;
    }
    .note-item ul li{
        font-size: 18px;
    }
    .note-item ul li::before{
        left: -25px;
    }
    .text-small{
        font-size:14px;
    }
    .section.cta h2 span{
        font-size:20px;
    }
    .cta-staff{
        margin: auto;
        display: block;
        width: 400px;
    }
    .cta-info{
        margin-top:0;
        padding: 30px;
    }
    img.shadow{
        border-radius: 10px;
    }
    /* flow */
    .flow-list{
        display: grid;
        grid-template-columns: 1fr 1fr 1fr 1fr;
        margin: 60px 0 15px 0;
    }
    .flow-item{
        padding: 15px;
        margin-right: -2px;
        margin-bottom: 0;
    }
    .flow-item::before{
        border-left: 20px solid #0075a6;
        border-top: 25px solid transparent;
        border-bottom: 25px solid transparent;
        border-right: 0;
        top: 38%;
        right: -20px;
    }
    .flow-item::after{
        border-left: 20px solid #fff;
        border-top: 25px solid transparent;
        border-bottom: 25px solid transparent;
        border-right: 0;
        top: 38%;
        right: -17px;
    }
    .flow-num{
        left:50%;
    }
    .flow-content{
        display: block;
    }
    .flow-item h3{
        text-align: center;
        margin-bottom: 5px;
    }
    .flow-text{
        font-size: 16px;
    }
    .price-label p{
        font-size:15px;
    }
    .pr-badge p{
        font-size:15px;
    }
    .qa-title{
        font-size:21px;
        padding:15px 30px 15px 55px
    }
    .qa-title::before{
        top:13px;
    }
    .qa-text{
        padding:25px;
    }
    .qa-under p{
        padding:20px 30px;
        font-size:31px;
    }
    .section.infomation iframe{
        width: 100%;
        max-height: none;
    }
    .section.point .point-item:last-child{
        margin: 30px 30px 20px;
    }
    .top-slider .slick-dots {
        bottom: 3px!important;
    }
    .car-tab .tab-label{
        height: 55px;
        line-height: 55px;
        font-size: 18px;
    }
    .car-tab{
        margin: 30px;
    }
    .tab-active:checked+.tab-label+.tab-content {
        padding: 30px 30px 20px;
    }
    .maker{
        grid-template-columns: 1fr 1fr 1fr 1fr;
    }
    .maker img{
        width: 100%;
    }
    .bodytype img{
        width: 90%;
    }
    .maker a, .bodytype a{
        font-size: 14px;
    }
    .sokunou-item p{
        font-size: 15px;
        padding-top: 15px;
    }
    .sokunou-btn{
        padding: 10px;
        margin: 15px auto;
    }
    .sokunou-btn a{
        font-size: 18px;
    }
    .contact-form{
        padding: 15px 25px;
      }
    .mailform h2{
        font-size: 18px;
    }
    .input-line{
        display: grid;
        grid-template-columns: 1fr 2fr;
    }
    .input-line .hissu{
        display: block;
    }
}
/*ipadAir以上*/
@media screen and (min-width:820px){
    h1{
        left: 50%;
        margin-left: -340px;
    }
    .menu{
        right: 50%;
        margin-right: -350px;
    }
}
