body {
    background: #fff;
    line-height: 1.4;
    -webkit-text-size-adjust: none;
    font:14px sans-serif;
}

body img {
    width: 100%;
    vertical-align: bottom;
    display: block;
}

body a {
    text-decoration: none;
}

header {
    padding: 10px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #d0d0d0;
}

.lpo-2504-A header {
    border-bottom: none;
}

header h1 {
    width: 25%;
    margin-left: 3.3%;
}

header p {
    width: 70%;
    color: #000;
    font-size: 14px;
    font-weight: bold;
    text-align: right;
    margin-right: 3.3%;
}

/*--------------------------------------------
kv
--------------------------------------------*/
.kv_note {
    width: 100%;
    box-sizing: border-box;
    background-color: #fff;
    padding: 2.721vw 5.986vw 0;
    font-size: 2.6vw;
}

/*--------------------------------------------
kv-B
--------------------------------------------*/
.kv_img {
    position: relative;
    padding-bottom: 13.73vw;
}

.kv_btn {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    margin: 0 auto;
    width: 86.666vw;
    display: flex;
    justify-content: space-between;
}

.kv_btn li:nth-child(2) { width: 27.333vw; }

.kv_btn li:nth-child(1),
.kv_btn li:nth-child(3) { width: 27.466vw; }


/*--------------------------------------------
kv（lpo-2504-A／B）
--------------------------------------------*/
.lpo-2504-A .kv_sec,
.lpo-2504-B .kv_sec {
        width: 100%;
    background-color: #fff;
}

.lpo-2504-A .kv_note {
    width: 92vw;
    margin: 2.666vw auto 0;
    padding: 0;
}

.lpo-2504-B .kv_note {
    width: 92vw;
    margin: 0 auto;
    padding: 0;
}

.lpo-2504-A .kv_note li,
.lpo-2504-B .kv_note li {
    color: #003990;
    font-size: 0.5rem;
    line-height: 1.5;
}



/*--------------------------------------------
catch
--------------------------------------------*/
.catch_sec {
    width: 100%;
    background-color: #fff;
    padding: 30px 0 25px;
}

.catch_txt {
    width: 78.933%;
    margin: 0 auto;
}

.catch_btn {
    display: block;
    width: 92%;
    margin: 20px auto 0;
    font-size: 1.2rem;
    font-weight: bold;
    color: #003990;
    text-align: center;
    padding: 10px 0;
    border: 1px solid #003990;
}

.catch_btn span {
    position: relative;
}

.catch_btn span::before,
.catch_btn span::after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.catch_btn span::before {
    width: 40px;
    height: 40px;
    background: url(/assets/img/nlp/loan/lp-jl/btn_shop_icon.webp) no-repeat center center / contain;
    left: -50px;
}

.catch_btn span::after {
    width: 25px;
    height: 25px;
    background: url(/assets/img/nlp/loan/lp-jl/btn_serch_icon.webp) no-repeat center center / contain;
    right: -40px;
}

.catch_line {
    display: block;
    width: 95.466%;
    margin: 20px auto 0;
}

.catch_note {
    width: 90%;
    text-align: left;
    margin: 10px auto 0;
    color: #003990;
    font-size: 0.6rem;
}

/*--------------------------------------------
catch（lpo-2504-A／B）
--------------------------------------------*/
.lpo-2504-A .catch_sec {
    width: 100%;
    background-color: #fff;
    padding: 3.333vw 0 6vw;
}

.lpo-2504-B .catch_sec {
    width: 100%;
    background-color: #fff;
    padding: 0 0 6vw;
}

.lpo-2504-A .catch_point {
    width: 92vw;
    margin: 0 auto;
    display: flex;
    justify-content:space-between;
}

.lpo-2504-A .catch_point li {
    width: 29.333vw;
}

.lpo-2504-B .catch_txt {
    width: 88.533vw;
    margin: 0 auto;
}

.lpo-2504-A .catch_btn,
.lpo-2504-B .catch_btn {
        display: block;
    width: 84.533vw;
    margin: 4.4vw auto 0;
    border: none;
}

/*--------------------------------------------
goseiyaku（lpo-2504-A／B）
--------------------------------------------*/
.lpo-2504-A .goseiyaku_sec,
.lpo-2504-B .goseiyaku_sec {
    width: 100%;
    padding-bottom: 2vw;
    background-color: #fff;
}


/*--------------------------------------------
form
--------------------------------------------*/
.form_sec {
    width: 100%;
    background-color: #d0dbeb;
    padding-bottom: 20px;
}

.form_sec_inner {
    padding: 20px 6.66% 0;
}

form .q-ttl {
    color: #003990;
    font-weight: bold;
    font-size: 1rem;
    vertical-align: middle;
    margin-bottom: 5px;
}

form .ico_required {
    background-color: #df032e;
    font-size: 0.6rem;
    font-weight: bold;
    color: #fff;
    flex-shrink: 0;
    padding: 4px 10px;
    margin: 0 5px 0 0;
    border-radius: 3px;
    vertical-align: middle;
}

form .ico_any {
    background-color: #003990;
    font-size: 0.6rem;
    font-weight: bold;
    color: #fff;
    flex-shrink: 0;
    padding: 4px 10px;
    margin: 0 5px 0 0;
    border-radius: 3px;
    vertical-align: middle;
}

form input {
    width: 100%;
    background-color: #fff;
    border: #afc6be solid 2px;
    padding: 10px;
    box-sizing: border-box;
    font-size: 1rem;
    margin-bottom: 20px;
}

form .vl-addressCode input {
    margin-bottom: 5px;
}

form .vl-addressCode {
    margin-bottom: 20px;
}

form .checkbox {
    color: #003990;
    font-weight: bold;
    font-size: 0.8rem;
    text-align: center;
    margin-bottom: 20px;
}

form .checkbox a {
    color: #003990;
    font-weight: bold;
    padding-bottom: 3px;
    border-bottom: 2px #003990 solid;
}

form .checkbox input {
    width: 15px;
    height: 15px;
    margin: 0;
}

form .privacypolicy {
    text-align: center;
}

form .privacypolicy a {
    font-size: 0.8rem;
    color: #df032e;
    font-weight: bold;
    padding-bottom: 3px;
    border-bottom: 2px #df032e solid;
}

form .btn-submit {
    padding: 0;
    border: none;
    cursor: pointer;
}

form .error-txt {
    color: #cc0000;
    font-size: 0.8rem;
}

.form_note {
    padding: 15px 6.66% 10px;
    font-size: 0.6rem;
}

.btn-submit img{
    display:none;
}

button.btn-submit {
    position: relative;
    width: 100%;
    font-size: 1.4rem;
    letter-spacing: 0.12em;
    padding: 15px 0;
    color: #ffc43e;
    background: #003990;
    box-shadow: 0 5px 0 #002256;
    cursor: pointer;
}

button.btn-submit::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%) rotate(45deg);
    width: 12px;
    height: 12px;
    border-top: 2px solid #ffc43e;
    border-right: 2px solid #ffc43e;
}

/*--------------------------------------------
form SNSボタン追加
--------------------------------------------*/
.has_sms_block .tel-wrap input {
    margin-bottom: 0;
}

.has_sms_block .tel-wrap ul.errorList {
    margin-top: 0;
    margin-bottom: 0;
}

.has_sms_block .sns_note {
    font-size: 0.62rem;
}

.has_sms_block .sns_note a {
    color: #005d38;
    padding-bottom: 3px;
    border-bottom: 1px #005d38 solid;
}

.sms-modal {
    display: block;
    margin: 15px auto 0;
}

#sms-modal {
    background-color: #fff;
}

.has_sms_block #formbox10 {
    margin-bottom: 20px;
}

.has_sms_block .checkbox_confirmation {
    font-size: 0.8rem;
    font-weight: bold;
    margin-bottom: 10px;
}

.has_sms_block .checkbox_confirmation input {
    width: auto;
}

.sms-modal-txt {
    font-size: 0.9rem;
    font-weight: 700;
    margin: 30px auto 10px;
    color: #000;
    text-align: center
 }

.sms-modal-code input {
    display: block;
    width: 70%;
    margin: 0 auto 5px;
    border: #afc6be solid 2px;
    padding: 10px;
    text-align: center;
    font-size: 1rem;
    font-weight: 700;
    background: #fff;
    color: #111
}

.sms-modal-error {
    color: #e72600;
    font-size: 90%
}

.certification_btn {
    display: block;
    width: 50%;
    margin: 10px auto 30px;
}

.has_sms_block #form-modal {
    display: none;
    width: 92%;
    margin: 0 auto;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 30;
}

.has_sms_block #form-modal-close {
    width: 100%;
    margin: 20px auto 0;
}

body.l-body-fixed-form {
    position: fixed;
    width: 100%;
}

.hc02js-sms-check--error,
.hc02js-sms-check-error--notFound,
.hc02js-sms-check-error--maxSend,
.sns_note-ok,
.sms-modal-ok {
    text-align: center
}


/*--------------------------------------------
2重クリック禁止
--------------------------------------------*/
.btn-submit:disabled {
    opacity: 0.6;
    cursor: default;
}

/*--------------------------------------------
こんな理由で自動車ローンをあきらめていませんか？
--------------------------------------------*/
.riyuu_sec {
    width: 100%;
    background: url(/assets/img/nlp/loan/lp-jl/bk_riyuu.webp) repeat-y center;
    background-size: contain;
    padding: 20px 0 0;
}

.riyuu_ttl {
    width: 87.3%;
    margin: 0 auto 20px;
}

.riyuu_list {
    width: 86.26%;
    margin: 0 auto 25px;
}

.riyuu_list li {
    margin-bottom: 3.066vw;
}

.riyuu_list li:last-child {
    margin-bottom: 0;
}

.riyuu_bottom {
    width: 100%;
}

.riyuu_note {
    font-size: 2.133vw;
    text-align: right;
}

/*--------------------------------------------
そんなあなたに！
--------------------------------------------*/
.anatani_sec {
    width: 100%;
    background-color: #003990;
}

.anatani_ttl {
    position: relative;
}

.anatani_ttl_btn {
    display: block;
    width: 36vw;
    position: absolute;
    left: 9.333vw;
    bottom: 6vw;
    z-index: 10;
}

.anatani_ttl_img {
    z-index: 1;
}

.anatani_box {
    width: 92%;
    box-sizing: border-box;
    margin: 0 auto;
    border-radius: 10px;
    padding: 25px 0 15px;
    background-color: #fff;
}

.anatani_img01 {
    width: 70%;
    margin: 0 auto 20px;
}

.anatani_img02 {
    width: 93.91%;
    margin: 0 auto 10px;
}

.anatani_note {
    width: 93.91%;
    margin: 0 auto;
    color: #000;
    font-size: 0.5rem;
}

/*--------------------------------------------
さらに2つのメリットも！
--------------------------------------------*/
.merit_sec {
    width: 100%;
    padding: 20px 0 20px;
}

.merit_ttl {
    width: 64.4%;
    margin: 0 auto;
}

.merit_box {
    position: relative;
    width: 92%;
    box-sizing: border-box;
    margin: 0 auto 10px;
    border-radius: 10px;
    padding-bottom: 10px;
    background-color: #003990;
}

.merit_img01,
.merit_img05 {
    position: absolute;
    top: 0;
    left: 0;
    width: calc(167 / 750 * 100vw);
    transform: translateY(-35%);
}

.merit_01_txt,
.merit_02_txt {
    font-size: 1rem;
    color: #fff;
    font-weight: bold;
    text-align: center;
    padding-top: 20px;
    margin-top: 30px;
}

.merit_02_txt {
    margin-top: 40px;
}

.merit_01_ttl,
.merit_02_ttl {
    font-size: 1.5rem;
    color: #ffc43e;
    font-weight: bold;
    text-align: center;
    padding-top: 7px;
    letter-spacing: 0.06em;
}

.merit_02_ttl span {
    font-size: 1.4rem;
    display: flex;
    justify-content: center;
    align-items: baseline;
    gap: 0 3px;
}

.merit_02_ttl img {
    width: auto;
    height: 1.15rem;
    display: inline;
}

.merit_01_desc,
.merit_02_desc {
    width: 90%;
    margin: 0 auto;
    font-size: 0.8rem;
    color: #fff;
    text-align: left;
    padding-top: 10px;
    padding-bottom: 10px;
}

.merit_01_desc span {
    font-size: 80%;
}

.merit_01_desc sup {
    font-size: 60%;
    font-weight: normal;
    vertical-align: super;
}

.merit_02_desc {
    text-align: center;
}

.merit_img02 {
    width: 94.20%;
    margin: 0 auto;
}

.merit_note01 {
    width: 94.20%;
    padding: 10px 0;
    margin: 0 auto;
    color: #fff;
    font-size: 2.666vw;
}

.merit_innerbox {
    width: 94.20%;
    box-sizing: border-box;
    margin: 0 auto;
    border-radius: 10px;
    background-color: #fff;
}

.merit_note02 {
    width: 94.20%;
    padding: 10px 3.07%;
    margin: 0 auto;
    color: #000;
    font-size: 0.5rem;
}

.merit_img03_box {
    position: relative;
    margin-top: 20px;
}

.merit_img03 {
    position: relative;
    width: 100%;
    top: -20px;
}

.merit_img03_ttl,
.merit_img03_txt_01,
.merit_img03_txt_02 {
    position: absolute;
    width: fit-content;
    text-align: center;
    color: #013991;
    font-weight: bold;
    line-height: 1.2;
}
.merit_img03_ttl {
    font-size: 1.1rem;
    top: 5%;
    left: 50%;
    transform: translateX(-50%);
}
.merit_img03_txt_01 {
    display: inline-block;
    font-size: 0.8rem;
    line-height: 1.2;
    width: 100%;
    top: 18%;
    left: 50%;
    transform: translateX(-50%);
}
.merit_img03_txt_01 .small {
    font-size: 80%;
}
.merit_img03_txt_02 {
    display: inline-block;
    font-size: 0.9rem;
    line-height: 1.2;
    top: 47%;
    left: 7%;
}

.merit_img03_txt_02 sup {
    font-size: 0.6rem;
    font-weight: normal;
    vertical-align: super;
} 

.merit_img03_note {
    position: absolute;
    width: 65%;
    bottom: 0;
    left: 8%;
    font-size: 2.666vw;
    color: #003990;
    text-indent: -1.5em;
}

.merit_list {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: center;
    gap: 0 4vw;
    padding: 2vw 0;
    width: 94.20%;
    margin: auto;
}

.merit_list li {
    display: flex;
    align-items: center;
    gap: 1vw;
    width: fit-content;
}

.merit_list li:nth-child(4) {
    width: 100%;
}

.merit_list li span.ttl {
    display: inline-block;
    font-size: 0.7rem;
    color: #fff;
    line-height: 1;
    padding: 1vw 1.8vw;
    background: #003990;
    border-radius: 1vw;
    min-width: 4em;
    text-align: center;
}

.merit_list li span.content {
    display: inline-block;
    font-size: 0.9rem;
    font-weight: bold;
    color: #003990;
    line-height: 1.2;
}

.merit_list li span.number {
    font-size: 1.5rem;
}

.merit_list li.small span.ttl {
    font-size: 0.55rem;
}

.merit_list li.small span.content {
    font-size: 0.65rem;
}

.merit_list li span.content sup {
    font-size: 0.5rem;
    font-weight: normal;
    vertical-align: super;
}

.merit_02_01 {
    width: 94%;
    margin: 0 auto;
    color: #d92233;
    background-color: #fff;
    border-radius: 5px;
    padding: 10px 0;
    font-size: 1.4rem;
    font-weight: bold;
    text-align: center;
    padding: 20px 0;
    margin-top: 10px;
}

.merit_02_01 span {
    display: block;
    font-size: 0.8rem;
    color: #003990;
    font-size: 0.7rem;
    text-align: center;
}

.merit_02_puls {
    font-size: 2rem;
    font-weight: bold;
    line-height: 1.5;
    color: #fff;
    text-align: center;
}

.merit_02_02_box {
    width: 94%;
    margin: 0 auto;
    background-color: #fff;
    border-radius: 5px;
    padding: 20px 0;
    font-size: 1.4rem;
    font-weight: bold;
}

.merit_02_02 {
    font-size: 1.3rem;
    color: #003990;
    text-align: center;
    margin-bottom: 10px;
}

.merit_02_02 span {
    display: block;
    color: #d92233;
}

.merit_img07 {
    width: 100%;
    margin: 0 auto;
}

/*--------------------------------------------
さらに2つのメリットも！追加：事例
    202506 インクルード化に伴い以下共通ファイルに集約
    /assets/css/nlp/loan/common/jirei/jirei_sp.css
--------------------------------------------*/

/*--------------------------------------------
120万台突破
--------------------------------------------*/
.toppa_sec {
    width: 100%;
    background-color: #005e39;
    position: relative;
}

.toppa_note {
    position: absolute;
    left: 15px;
    bottom: 8px;
    font-size: 0.6rem;
    color: #fff;
    z-index: 10;
}

/*--------------------------------------------
Gulliverの整備、保証で新たなカーライフも安全安心に！
--------------------------------------------*/
.anshinanzen_sec {
    width: 100%;
    padding: 30px 0 15px;
}

/*--------------------------------------------
でもどうやったら自社ローンでクルマが買えるの？
--------------------------------------------*/
.kaeruno_sec {
    width: 100%;
    background: url(/assets/img/nlp/loan/lp-jl/bk_kaeruno.webp) repeat-y center;
    background-size: contain;
    padding: 0 0 30px;
}

.kaeruno_ttl {
    width: 100%;
}

.kaeruno_list {
    width: 86.26%;
    margin: 0 auto;
}

.kaeruno_list li {
    margin-bottom: 10px;
}

.kaeruno_list02 {
    background-color: #fff;
    padding-bottom: 10px;
}

.kaeruno_list02_note {
    width: 90%;
    text-align: left;
    margin: 10px auto 0;
    color: #003990;
    font-size: 0.6rem;
}

.kaeruno_list02_btn {
    display: block;
    width:66.666vw;
    margin: 10px 0 0 5.718vw;
    font-size: 1.05rem;
    font-weight: bold;
    color: #003990;
    text-align: left;
    padding: 7px 0 7px 10px;
    border: 1px solid #003990;
}

.kaeruno_list02_btn span {
    position: relative;
}

.kaeruno_list02_btn span::after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 25px;
    height: 25px;
    background: url(/assets/img/nlp/loan/lp-jl/btn_serch_icon.webp) no-repeat center center / contain;
    right: -33px;
}

.kaeruno_list li:first-child {
    padding: 15px 0 15px;
}

.kaeruno_list li:last-child {
    margin-bottom: 0;
}

/*--------------------------------------------
よくあるご質問
--------------------------------------------*/
.faq_sec {
    width: 100%;
    padding: 35px 4% 45px;
    box-sizing: border-box;
}

.faq_ttl {
    width: 37.73%;
    margin: 0 auto ;
}

.faq_sttl {
    width: 100%;
    margin: 6.666vw auto 0;
    background-color: #e2f0f9;
    font-size: 4vw;
    color: #013991;
    text-align: center;
    font-weight: 700;
    margin-bottom: 10px;
    padding: 1.8vw 0;
}

.faq_list {
    width: 100%;
    margin: 0 auto;
}

.faq_list li {
    margin-bottom: 10px;
}

.faq_list li:last-child {
    margin-bottom: 0;
}

.q_btn {
    width: 100%;
    display: block;
    margin: 0 auto;
    border-radius: 10px;
    background-color: #ffc327;
    color: #003990;
    font-weight: bold;
    padding: 10px 0;
    box-sizing: border-box;
    position: relative;
    transition: .5s;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
  
.q_btn:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 15px;
    width: 10px;
    height: 10px;
    border-top: 2px solid #003990;
    border-right: 2px solid #003990;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    transition: .5s;
    margin-top: -8px;
}

.faq_ico {
    width: 15%;
    text-align: center;
    box-sizing: border-box;
    padding: 0 5%;
}

.faq_txt {
    width: 85%;
    text-align: left;
    box-sizing: border-box;
    padding: 10px 60px 10px 5%;
    border-left: 1px solid #003990;
}

.faq_note {
    font-size: 0.6rem;
    color: #003990;
    text-align: left;
    margin-top: 10px;
}
.q_btn.on {
    border-radius: 10px 10px 0 0;
    transition: .5s;
}
  
.q_btn.on:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 15px;
    width: 10px;
    height: 10px;
    border-top: 2px solid #003990;
    border-right: 2px solid #003990;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    transition: .5s;
}
   
.a_content {
    display: none;
    background-color: #ffebb6;
    color: #003990;
    font-weight: bold;
    box-sizing: border-box;
    padding: 10px 0;
    border-radius: 0 0 10px 10px;
}

.a_content_inner {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.a_shop_btn {
    display: block;
    width:66.666vw;
    margin: 10px 0 0 0;
}

.a_loan_btn {
    display: block;
    width: 66vw;
    margin: 10px 0 0 0;
}

/*--------------------------------------------
footer
--------------------------------------------*/
footer{
    clear: both;
    text-align:center;
}
.cp {
    padding: 10px 2% 8px;
    text-shadow: none;
    font-size: 10px;
    color: #444;
}
#ft {
    padding: 0;
    position: relative;
    background: #fff;
}
.ftlogo {
    text-align: center;
    margin: 0 auto;
    padding: 3% 0 0;
}
.ftlogo img {
    width: 30%;
    margin: 0 auto;
}
.ftlink {
    position: absolute;
    right: 0;
    padding: 2%;
    width: 20%;
}
#ft a {
    display: block;
    color: #474B50;
}
a#privacy {
    display: block;
    background-color: #ececec;
    margin-bottom: 5px;
    padding: 10px 0;
    text-align: center;
    text-decoration: none;
    width: 100%;
    font-size: 12px;
    color: #000;
}

.fix-btn {
    left: 0;
    bottom: 0;
    width: 100%;
    margin: 0 auto;
    padding: 10px 0;
    background-color: rgba(255,255,255,0.9);
    z-index: 1000;
    position: fixed;
    opacity: 0;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    transition: all .5s;
}

.fix-btn_line {
    padding: 10px 0;
    background-color:rgba(255,255,255,0.9);
}

.fix-btn_line ul {
    width: 95.466%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: baseline;
}

.fix-btn_line li:first-child {
    width: 48.6%;
}

.fix-btn_line li:last-child {
    width: 46.787%;
    margin-right: 1.815%;
}

/*--------------------------------------------
完了ページ
--------------------------------------------*/
.thanks_ttl_sec {
    width: 100%;
    padding: 30px 0 20px;
    text-align: center;
}

.thanks_ttl {
    width: 70%;
    margin: 0 auto 10px;
}

.thanks_ttl_txt {
    color: #df032e;
    font-size: 0.5rem;
}

.thanks_flow_sec {
    width: 92%;
    background-color: #ebebeb;
    margin: 0 auto;
    text-align: center;
    box-sizing: border-box;
    padding: 30px 10px;
}

.thanks_flow_txt {
    font-size: 1rem;
    color: #000;
    font-weight: bold;
    margin-bottom: 10px;
}

.thanks_flow_img {
    width: 100%;
}

.thanks_oshirase_sec {
    width: 92%;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 20px 0 30px;
}

.thanks_oshirase_ttl {
    font-size: 1rem;
    color: #000;
    font-weight: bold;
    margin-bottom: 10px;
    text-align: center;
}

.thanks_oshirase_txt {
    font-size: 0.6rem;
    color: #000;
    font-weight: bold;
    margin-bottom: 10px;
    text-align: center;
}

.thanks_oshirase_img {
    width: 25%;
    margin: 0 auto;
}

.thanks_step_sec {
    width: 92%;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 0 0 30px;
}

.thanks_step_ttl {
    font-size: 1rem;
    color: #000;
    font-weight: bold;
    margin-bottom: 10px;
    text-align: center;
}

.thanks_step_list li {
    margin-bottom: 10px;
}

.thanks_step_txt {
    font-size: 0.6rem;
    color: #000;
}


/*--------------------------------------------
取扱店一覧
--------------------------------------------*/
.shop-modal-innerbox {
    max-height: 80vh;
    overflow-y: auto;
    background-color: #fff;
}

.shoplist-link {
    width: 80%;
    margin: 20px auto;
    display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}

.shoplist-link li p {
    display: block;
    padding: 5px 10px;
    font-size: 1rem;
    color: #003990;
    font-weight: bold;
    text-decoration: underline;
    cursor: pointer;
}

.shoplist_ttl {
    display: block;
    background-color: #d0dbeb;
    padding: 10px 20px;
    font-size: 1.4rem;
    color: #003990;
    font-weight: bold;
    margin: 20px auto 0;
}

.shoplist {
    width: 90%;
    margin: 0 auto;
}

.shoplist li {
    padding: 20px 10px;
    border-bottom: 1px #003990 solid;
}

.btn-type .shoplist li,
.shoplist li.btn-type {
    position: relative;
}

.btn-line_inpop {
    position: absolute;
    top: 20px;
    right: 0;
    width: 27.866vw;
    height: 8.933vw;
}

.shoplist li:last-child {
    border-bottom: none;
}

.shoplist_sttl {
    font-size: 1rem;
    color: #003990;
    font-weight: bold;
}

.btn-type .shoplist_sttl {
    width: 40vw;
}

.shoplist_txt {
    font-size: 0.8rem;
    color: #003990;
    margin-top: 10px;
    font-weight: bold;
}

/*--------------------------------------------
LINEで無料相談
--------------------------------------------*/
.linefree_sec {
    background-color: #02388f;
    padding-bottom: 6.666vw;
}

.linefree_btn {
    display: block;
    width: 86.4vw;
    margin: 0 auto;
}

.linefree_link {
    display: block;
    width: 53.7vw;
    margin: 2vw auto 0;
}

.line-modal_btn {
    display: block;
    margin: 3vw auto 0;
}

/*--------------------------------------------
D ボタン追加
--------------------------------------------*/
a.cta_btn {
    display: flex;
    width: 88%;
    margin: 0 auto;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    color: #003990;
    background-color: #ffbf00;
    padding: 10px 0;
    border-radius: 10px;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    box-shadow: 0px 10px 10px -6px rgba(0, 0, 0, 0.5);  
}

a.cta_btn span {
    position: relative;
}

a.cta_btn span::before,
a.cta_btn span::after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

a.cta_btn span::before {
    width: 20px;
    height: 20px;
    background: url("/assets/img/nlp/loan/lp-jl/cta_check.svg") no-repeat center center / contain;
    left: -30px;
}

a.cta_btn span::after {
    width: 35px;
    height: 35px;
    background: url("/assets/img/nlp/loan/lp-jl/cta_arrow.svg") no-repeat center center / contain;
    right: -45px;
}

.btnbox_sec {
    width: 100%;
}

.anatani_sec .btnbox_sec {
    padding: 3vw 0 7vw;
}

.anshinanzen_sec .btnbox_sec {
    padding: 3vw 0 2vw;
}

.kaeruno_sec .btnbox_sec {
    padding: 5vw 0 0;
}

.osusume_sec .btnbox_sec a {
    margin: 4vw auto 0;
}

a.btn-shinsa {
    position: absolute;
    top: 20px;
    right: 0;
    display: flex;
    width: 30vw;
    margin: 0 auto;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    color: #003990;
    background-color: #ffbf00;
    padding: 10px 20px 10px 0;
    border-radius: 5px;
    font-size: 11px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    box-shadow: 0 3px 0 0 rgba(167, 126, 9, 1);
}
a.btn-shinsa span {
    position: relative;
    line-height: 1;
}

a.btn-shinsa span::after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 15px;
    height: 15px;
    background: url("/assets/img/nlp/loan/lp-jl/cta_arrow.svg") no-repeat center center / contain;
    right: -22px;
}


/*--------------------------------------------
こんな人にオススメ！
--------------------------------------------*/
.osusume_sec {
    width: 100%;
    background-color: #003990;
    padding: 6.666vw 0 9.333vw;
}

.osusume_box {
    width: 92vw;
    margin: 0 auto;
}
.osusume_note {
    background-color: #fff;
    padding: 2.666vw 5.5vw 0;
    font-size: 2.666vw;
}
/*--------------------------------------------
どうすれば車を買える？
--------------------------------------------*/
.should_sec {
    width: 100%;
}

/*--------------------------------------------
車サービスの選び方
--------------------------------------------*/
.service_sec {
    width: 100%;
    background-color: #003990;
    padding-bottom: 6.666vw;
}

.service_box {
    width: 92vw;
    margin: 0 auto;
    background-color: #fff;
    border-radius: 2.666vw;
    padding: 4vw 0 6.666vw;
}

.service_control {
    width: 72.8vw;
    margin: 0 auto;
}

.service_table {
    width: 88vw;
    margin: 5.333vw 0 0 4vw;
    display: flex;
    justify-content: space-between;
}

.service_table_head {
    width: 21.333vw;
}

.service_table_inner {
    width: 66.666vw;
    overflow-x: scroll;
}

.service_table_inner p {
    width: 160.8vw;
}

.service_note {
    width: 86.666vw;
    margin: 2.666vw auto 0;
    font-size: 2.666vw;
}

.service_catch {
    width: 76vw;
    margin: 6vw auto 4vw;
}

.service_check {
    width: 84vw;
    margin: 5.333vw auto 0;
}

/*--------------------------------------------
あなたに合った選択肢は？
--------------------------------------------*/
.choice_sec {
    width: 100%;
    background-color: #fff;
    padding: 2.666vw 0 6.666vw;
}

.choice_ttl {
    width: 92.8vw;
    margin: 0 auto;
}

.choice_btn {
    width: 86.666vw;
    margin: 2.666vw auto 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.choice_btn li {
    width: 42vw;
}

.choice_btn li:nth-child(2) {
    margin-bottom: 3.6vw;
}

.choice_catch01 {
    width: 77.6vw;
    margin: 5.333vw auto 0;
}

.choice_catch02 {
    width: 68.666vw;
    margin: 5.333vw auto 0;
}

.choice_catch03 {
    width: 88.4vw;
    margin: 3.333vw auto 0;
}

.choice_modal {
    display: none;
    height: 100vh;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999;
}

.choice_modal_bg {
    background: rgba(0,0,0,0.8);
    height: 100vh;
    position: absolute;
    width: 100%;
}

.choice_modal_content {
    width: 76vw;
    height: 58.666vw;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.choice_modal_close {
    width: 8.133vw;
    height: 8.133vw;
    position: absolute;
    top: -4.066vw;
    right: 5vw;
    z-index: 100;
}

/*--------------------------------------------
じしゃロンの特長は？
--------------------------------------------*/
.features_sec {
    width: 100%;
    background-image: url(/assets/img/nlp/loan/lp-jl/bk_blue.webp) ;
    background-size: 3.066vw 3.066vw;
    padding-bottom: 6.666vw;
}

.features_box {
    width: 92vw;
    margin: 4.666vw auto 0;
    background-color: #fff;
    border-radius: 2.666vw;
    padding: 6.666vw 0 4vw;
}

.features_catch {
    width: 85.866vw;
    margin: 0 auto;
}

.features_open_box {
    width: 85.333vw;
    margin: 2.666vw auto 0;
}

.features_btn {
    width: 100%;
    height: 16.666vw;
    display: block;
    border-radius: 1.6vw;
    background-color: #ffbf00;
    padding-left: 3.2vw;
    box-sizing: border-box;
    position: relative;
    transition: .5s;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
  
.features_btn:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 15px;
    width: 10px;
    height: 10px;
    border-top: 2px solid #003990;
    border-right: 2px solid #003990;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    transition: .5s;
    margin-top: -8px;
}

.features_btn.on {
    border-radius: 1.6vw 1.6vw 0 0;
    transition: .5s;
}
  
.features_btn.on:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 15px;
    width: 10px;
    height: 10px;
    border-top: 2px solid #003990;
    border-right: 2px solid #003990;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    transition: .5s;
}

.features_txt01 {
    width: 48.8vw;
}

.features_txt02 {
    width: 61.2vw;
}
   
.features_content {
    display: none;
    background-color: #ffeab6;
    padding: 5.333vw 0;
    border-radius: 0 0 1.6vw 1.6vw;
}

.features_content_inner {
    width: 69.733vw;
    margin: 0 auto;
}

.features_note {
    width: 85.333vw;
    margin: 2.666vw auto 0;
    font-size: 2.666vw;
}


