/*css reset*/
*,
*::before,
*::after {
    box-sizing: border-box
}

body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd {
    margin: 0
}

ul[role="list"],
ol[role="list"] {
    list-style: none
}

html:focus-within {
    scroll-behavior: smooth
}

body {
    min-height: 100vh;
    text-rendering: optimizeSpeed;
    line-height: 1.5
}

a:not([class]) {
    text-decoration-skip-ink: auto
}

img,
picture {
    max-width: 100%;
    display: block
}

input,
button,
textarea,
select {
    font: inherit
}

@media(prefers-reduced-motion:reduce) {
    html:focus-within {
        scroll-behavior: auto
    }

    *,
    *::before,
    *::after {
        animation-duration: .01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: .01ms !important;
        scroll-behavior: auto !important
    }
}

a {
    text-decoration: none;
}


/*
共通
*/
.fl_wrap {
    display: flex;
}

.cl_white {
    color: #fff
}

.cl_red {
    color: #DC0000
}

.cl_gray {
    color: #919191
}

.cl_gold {
    color: #D2B862;
}

.fs9 {
    font-size: 9px;
}

.fs10 {
    font-size: 10px;
}

.fs11 {
    font-size: 11px;
}

.fs12 {
    font-size: 12px;
}

.fs13 {
    font-size: 13px;
}

.fs14 {
    font-size: 14px;
}

.fs15 {
    font-size: 15px;
}

.fs15_02 {
    font-size: 18px;
}

.fs16 {
    font-size: min(16px, 2.13333333vw);
}

.fs17 {
    font-size: 17px;
}

.fs20 {
    font-size: 20px;
}

.fs21 {
    font-size: 21px;
}

.fw-normal {
    font-weight: 400 !important;
}

.fw-medium {
    font-weight: 500 !important;
}

.fw-bold {
    font-weight: 700 !important;
}

.fw-black {
    font-weight: 900 !important;
}

.mt-1em {
    margin-top: 1.5em;
}

.fs18 {
    font-size: 18px;
}

.fs23 {
    font-size: 23px;
}

.fs25 {
    font-size: 25px;
}

.fs30 {
    font-size: 30px;
}

.font-14 {
    font-size: min(14px, 1.86666667vw);
}

.font-18 {
    font-size: min(18px, 2.4vw);
}

.font-16 {
    font-size: min(16px, 2.13333333vw);
}

.font-20 {
    font-size: min(20px, 2.66666667vw);
}

.font-24, .font-24_01 {
    font-size: min(24px, 3.2vw);
}

p.font-24_01 {
    padding-top: min(15px, 2vw);
}

.font-26 {
    font-size: min(26px, 3.46666667vw);
}

.font-30 {
    font-size: min(30px, 4vw);
}

.font-40 {
    font-size: min(40px, 5.33333333vw);
}

.font-50 {
    font-size: min(50px, 6.66666667vw);
}

.font-55 {
    font-size: min(55px, 7.33333333vw);
}

.font-56 {
    font-size: min(56px, 7.46666667vw);
}

.font-58 {
    font-size: min(58px, 7.73333333vw);
}

.font-60 {
    font-size: min(60px, 8vw);
}

.font-65 {
    font-size: min(65px, 8.66666667vw);
}

.font-68 {
    font-size: min(68px, 9.06666667vw);
}

.font-70 {
    font-size: min(70px, 9.33333333vw);
}

.font-75 {
    font-size: min(75px, 10vw);
}

.font-80 {
    font-size: min(80px, 10.66666667vw);
}

.font-85 {
    font-size: min(85px, 11.33333333vw);
}

.font-90 {
    font-size: min(90px, 12vw);
}

.font-96 {
    font-size: min(96px, 12.8vw);
}

.font-28 {
    font-size: min(28px, 3.73333333vw);
}

/*
全体
*/
body {
    font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    background-color: rgb(145, 14, 20);
    color: #262626
}

.page_container {
    width: 100%;
    max-width: 750px;
    margin: 0px auto;
    background-color: #fff;
}


/************ ヘッダー ************/
.header_wrap {
    position: relative;
    height: 64px;
    background-color: #fff;
    vertical-align: center;
    box-shadow: 0px 4px 4px 0px #0000002E;
    justify-content: space-between;
    align-items: center;
}

.header_wrap .left {
    display: block;
    width: 172px;
    padding: 5px 15px;
    margin-top: 35px;
}

.header_wrap .left img {
    width: 146px;
}

.header_wrap .left img.logo_mufg {
    position: relative;
    top: -38px;
}

.header_wrap .right {
    text-align: right;
    font-size: 11px;
    padding-right: 5px;
}

.header_wrap .right a {
    color: #000;
}

/* CTAボタン（下部固定） */
.cta,
.fixed_cta {
    text-align: center;
    position: relative;
    width: 100%;
}

.cta {
    width: min(680px, 90.66666667vw);
    margin: 0 auto;
}

.fixed_cta {
    display: none;
    bottom: 0;
    left: 0;
    z-index: 10001;

}

.fixed {
    display: block;
    position: fixed;
}

.fixed_cta_layer {
    width: 100%;
    height: 100%;
    background-color: #e6002d;
    position: absolute;
    visibility: hidden;
}

.dis_block {
    visibility: visible;
}

.fixed_cta_wrap {
    width: min(680px, 90.66666667vw);
    margin: 0 auto;
    position: relative;
    padding: min(40px, 5.33333333vw) 0;
    z-index: 9999;
}

.cta_wrap {
    width: min(680px, 90.66666667vw);
    margin: 0 auto;
    position: relative;
}

.cta_desc,
.fixed_cta_desc {
    display: inline-block;
    background-color: #fff;
    border-radius: min(10px, 1.33333333vw);
    padding: min(3px, 0.4vw) min(5px, 0.66666667vw);
    margin-bottom: min(25px, 3.33333333vw);
    font-weight: bold;
    position: relative;
}

.cta_desc .cl_red,
.fixed_cta_desc .cl_red {
    font-size: min(26px, 3.46666667vw);
    letter-spacing: -0.05em;
}

.cta_desc::before,
.fixed_cta_desc::before {
    position: absolute;
    content: "";
    bottom: max(-32px, -4.26666667vw);
    left: 50%;
    transform: translateX(-50%);
    border: min(17px, 2.26666667vw) solid transparent;
    border-top-color: #fff;
}

/************ KV ************/

#kv_section {
    text-align: center;
}

#kv_section .wrapper {
    width: 100%;
    max-width: 620px;
    margin: 0 auto;
}

#kv_section .kv_ribbon,
#kv_section .kv_visual {
    width: 100%;
}

.kv_main {
    position: relative;
}

.kv_bottom {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 0 min(5px, 0.74074074vw);
    gap: min(9px, 1.38888889vw);
}

.kv_page_link {
    margin-bottom: 10px;
}

.kv_page_link a,
.kv_page_link p {
    justify-content: center;
}

.kv_page_link a img {
    width: 67%;
}

#kv_section .cta {
    margin: 0 auto;
}

#kv_section .cta_btn a {
    display: inline-block;
    animation: pulse 2s ease-in-out infinite;
}

#kv_section .cta_btn a img {
    display: block;
    width: 100%;
}

@keyframes pulse {

    0%,
    100% {
        transform: scale(0.94);
    }

    50% {
        transform: scale(1);
    }
}

/************ プレゼント条件・詳細 ************/
#present_section {
    background-color: #F4E9D2;
    padding: 50px 0;
    position: relative;
}

#present_section .wrapper {
    max-width: 440px;
    width: calc(100% - 30px);
    margin: 0 auto;
    background-color: #fff;
    padding: 0 15px 2px;
    box-shadow: 3px 4px 6px rgba(0, 0, 0, 0.30);
    border-radius: 2px;
}

#present_section .present_title {
    position: absolute;
    width: 100%;
    max-width: 500px;
    top: 65px;
    left: 50%;
    transform: translateX(-50%);
}

#present_section .condition_section {
    margin-bottom: 47px;
    padding: 25vw 10px 10px 10px;
}

#present_section .section_title {
    font-weight: bold;
    margin-bottom: 5px;
}

@media screen and (max-width: 460px) {
    #present_section .section_title {
        font-size: 13px;
    }
}

#present_section .section_title span {
    font-weight: normal;
}

#present_section .condition_desc {
    font-weight: bold;
    margin-bottom: 5px;
    letter-spacing: -0.05em;
}

@media screen and (max-width: 460px) {
    #present_section .condition_desc {
        font-size: 13px;
    }
}

#present_section .condition_list {
    padding-left: 0;
    margin-bottom: 15px;
    list-style: none;
}

@media screen and (max-width: 460px) {
    #present_section .condition_list {
        font-size: 13px;
    }

    #present_section .condition_list_txt {
        font-size: 13px;
    }
}

#present_section .condition_list li {
    line-height: 1.6;
    margin-bottom: 5px;
    position: relative;
    font-size: 14px;
}

#present_section .condition_term {
    margin-bottom: 5px;
    font-family: HiraginoSans, "Hiragino Sans", sans-serif;
}

#present_section .condition_term_txt {
    font-size: 15.5px;

}

@media screen and (max-width: 460px) {
    #present_section .condition_term {
        font-size: 16px;
    }

    #present_section .condition_term_txt {
        font-size: 13px;
    }
}

#present_section .condition_note {
    line-height: 1.6;
    margin-bottom: 15px;
}

#present_section .pay_logo {
    margin: 14px 0;
    width: 152px;
}

#present_section .pay_logo img {
    width: 100%;
}

#present_section .accordion_item {
    margin-bottom: 20px;
}

#present_section .accordion_item:last-of-type {
    margin-bottom: 30px;
}

#present_section .accordion_header {
    background-color: #fff;
    color: #000;
    padding: 15px;
    cursor: pointer;
    position: relative;
    border: 2px solid #E60000;
    border-radius: 15px;
    font-size: 24px;
    font-weight: bold;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#present_section .accordion_header_inner {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

#present_section .accordion_icon {
    color: #E60000;
    font-size: 32px;
    line-height: 1;
    display: inline-block;
    transition: transform 0.4s;
}

#present_section .accordion_header.open {
    border-bottom: none;
    border-radius: 15px 15px 0 0;
}

#present_section .accordion_icon.open {
    content: "ー";
}

#present_section .accordion_content {
    background-color: #fff;
    padding: 0;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out, padding 0.2s ease;
    border-left: 0 solid #E60000;
    border-right: 0 solid #E60000;
    border-bottom: 0 solid #E60000;
    border-radius: 0 0 15px 15px;
    margin-top: 0;
}

#present_section .accordion_content.open {
    padding: 0;
    max-height: 1000px;
    border-left: 2px solid #E60000;
    border-right: 2px solid #E60000;
    border-bottom: 2px solid #E60000;
    margin-top: -2px;
    background-color: #FFF;
    transition: max-height 0.4s ease-out, padding 0.4s ease;
}

#present_section .accordion_content_inner {
    background-color: #eee;
    margin: 8px 15px 24px 15px;
    padding: 20px 15px 42px 15px;
    opacity: 1;
    transform: translateY(0);
    transition: opacity 0.3s ease, transform 0.3s ease;
    letter-spacing: -0.03em;
}

@media screen and (max-width: 460px) {
    #present_section .accordion_content_inner {
        font-size: 13px;
    }
}
#present_section .accordion_content_inner.inner2 {
    font-feature-settings: "palt";
    padding-bottom: 13px;
}
.accordion_content_inner.inner2.fs13_02 {
    font-size: 13px;
}

#present_section .accordion_content:not(.open) .accordion_content_inner {
    opacity: 0;
    transform: translateY(-10px);
}

#present_section .accordion_content_inner ol {
    list-style: none;
    padding-left: 0;
    margin-top: 0;
}

#present_section .accordion_content_inner ul {
    padding-left: 20px;
}

#present_section .accordion_content_inner ol li {
    margin-bottom: 10px;
    line-height: 1.5;
}

#present_section .accordion_content_dl + .accordion_content_dl {
    margin-top: 2.5em;
}

#present_section .accordion_content_dt {
    margin-bottom: 0.2em;
}

@media screen and (max-width: 460px) {
    #present_section .accordion_content_dd {
        font-size: 13px;
    }
}

#present_section .accordion_content_inner ul li {
    line-height: 1.6;
}

#present_section .accordion_content_link {
    text-decoration: underline;
}

#present_section .accordion_content p {
    margin-bottom: 15px;
    line-height: 1.25;
}

#present_section p.accordion_content_caution {
    margin-bottom: 0;
    line-height: 1.6;
    text-indent: -1em;
    padding-left: 1em;
}

@media screen and (min-width: 620px) {
    #present_section .present_title {
        top: 75px;
    }

    #present_section .condition_section {
        padding-top: 140px;
    }
}

#present_section .fs12 {
    font-size: 12px;
}

#present_section .fs13 {
    font-size: 12px;
}

#present_section .fs14 {
    font-size: 12px;
}

#present_section .fs15 {
    font-size: 16px;
}

#present_section .fs16 {
    font-size: 17px;
}
#present_section .fs16_01 {
    font-size: 16px;
}

#present_section .fs17 {
    font-size: 16px;
}

#present_section .fs18 {
    font-size: 18px;
}

#present_section .fs20 {
    font-size: 20px;
}

#present_section .fs21 {
    font-size: 21px;
}

/************ 3秒スピード診断 ************/
#shindan_section {
    background-color: #ffebef;
    padding-top: min(63px, 8.4vw);
    padding-bottom: min(85px, 11.33333333vw);
}

/* 入力フォーム */
#form-3sec {
    width: min(680px, 90.67vw);
    margin: 0 auto;
    background-color: #fff;
    padding-bottom: 20px;
    box-shadow: 0px min(10px, 1.33333333vw) 0 0px #e7a6a7ad;
    border-radius: min(10px, 1.33333333vw);
}

#form-3sec h2 img {
    width: 100%;
}

.form3sec_box {
    margin-bottom: min(63px, 8.4vw);
}

.form3sec_box dl {
    width: min(520px, 69.3vw);
    margin: min(63px, 8.4vw) auto 0;
    padding-left: 10px;
}

.form3sec_box dt {
    margin-bottom: 5px;
    position: relative;
}

.form3sec_box dt .form3sec_label {
    font-size: min(32px, 4.26666667vw);
}

.form3sec_box dt .form3sec_label .required_batch {
    font-size: min(18px, 2.4vw);
}

.form3sec_box dt .required_batch {
    background-color: #E60000;
    color: #fff;
    margin-left: 10px;
    position: relative;
    top: -2px;
    padding: 1px 8px;
    letter-spacing: 2px;
    font-size: min(18px, 2.4vw);
}

.form3sec_box dt .form3sec_age_annotation {
    display: inline-block;
    margin-left: min(10px, 1.33333333vw);
}

.form3sec_box dd {
    margin-bottom: min(35px, 4.66666667vw);
}

.form3sec_box dd input {
    width: min(415px, 55.33333333vw);
    height: min(72px, 9.6vw);
    padding: 0 13px;
    margin-right: 5px;
    background-color: #fcf8f0;
    border: none;
    box-shadow: inset 0px 9px 5px 0px #0000001c;
    font-size: min(26px, 3.46666667vw);
}

.form3sec_box dd input::placeholder {
    text-align: left;
    color: #C9C9C9;
}

.form3sec_box dd input:focus::placeholder {
    color: transparent;
}

.form3sec_box dd .slpo003_form3sec_text.form3sec_text {
    font-size: min(34px, 4.53333333vw);
}

.form3sec_box_inner .form3sec_caution {
    font-size: min(16px, 2.13333333vw);
    width: min(520px, 69.3vw);
    margin: 0 auto;
    text-align: left;
}

.form3sec_error {
    font-weight: bold;
    display: none;
}

.form3sec_error.is-active {
    display: block;
}

.form3sec_btn {
    margin-top: 20px;
    text-align: center;
}

.form3sec_btn a {
    position: relative;
    width: min(640px, 85.33333333vw);
    height: min(133px, 17.73333333vw);
    display: inline-block;
    background-color: #E60000;
    border-radius: 50vw;
    padding: min(35px, 4.66666667vw) 0;
    box-shadow: 0px min(8px, 1.06666667vw) 0 0px #e7a6a7ad;
    font-size: min(38px, 5.06666667vw);
    letter-spacing: 0.08em;
}

.form3sec_btn a::after {
    position: absolute;
    content: "";
    background-image: url("../img/btn_arrow.png");
    background-size: 100% 100%;
    width: min(17px, 2.26666667vw);
    height: min(26px, 3.46666667vw);
    top: 50%;
    right: 21%;
    transform: translateY(-50%);
}

/* モーダル */
.form3sec_modal {
    box-sizing: border-box;
    display: none;
    width: 90.66666667vw;
    max-width: 680px;
    margin: 0 auto;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    z-index: 200;
}

.form3sec_modal_close_layer {
    background-color: #000;
    opacity: 0.7;
    box-sizing: border-box;
    width: 500vw;
    height: 500vw;
    position: fixed;
    top: -250vw;
    left: -250vw;
    z-index: 150;
}

.form3sec_title {
    z-index: 170;
    position: relative;
}

.form3sec_modal_close_btn {
    position: absolute;
    top: -18px;
    right: 3px;
    width: 17px;
    z-index: 150;
}

.form3sec_modal_box {
    background-color: #fff;
    text-align: center;
    z-index: 170;
    position: relative;
}

.form3sec_modal.modal-overIncome .form3sec_modal_box {
    padding-top: min(55px, 7.33333333vw);
    padding-bottom: min(55px, 7.33333333vw);
}

.form3sec_modal_title {
    font-size: min(34px, 4.53333333vw);
    margin-bottom: min(57px, 7.6vw);
    font-weight: bold;
}

.form3sec_modal_text {
    font-size: min(22px, 2.93333333vw);
    margin-bottom: min(90px, 12vw);
}

.form3sec_modal.modal-overIncome .form3sec_modal_text {
    margin-bottom: min(40px, 5.33333333vw);
}

.form3sec_modal_text .cl_red {
    font-weight: bold;
}

.form3sec_modal_text .tx_bold {
    font-weight: bold;
}

.form3sec_modal_text p {
    margin-left: auto;
    margin-right: auto;
}

.form3sec_modal_text ul {
    width: min(570px, 76vw);
    margin: 0 auto;
    text-align: left;
    margin-top: min(55px, 7.33333333vw);
    margin-bottom: min(55px, 7.33333333vw);
}

.form3sec_modal_text .caution {
    font-weight: bold;
    margin-bottom: min(55px, 7.33333333vw);
}

.form3sec_modal_btn {
    margin: min(30px, 4vw) auto min(20px, 2.66666667vw) auto;
    width: min(628px, 83.73333333vw);
}

#form3sec_result_mount .form3sec_modal_btn.m-application-btn.theme-3sec {
    position: absolute;
    top: -194px;
    margin-left: 40px;
}

.form3sec_modal_close {
    text-decoration: underline;
    color: #919191;
}

.form3sec_modal .fs22 {
    font-size: min(22px, 2.93333333vw);
}

.form3sec_modal .fs26 {
    font-size: min(26px, 3.46666667vw);
}

/************ 借りるならアコム一択 ************/
#merit_section {
    background-color: #ffffff;
    padding-top: min(44px, 5.86666667vw);
}

#merit_section h3 {
    font-size: min(32px, 4.26666667vw);
    color: #da0010;
    text-align: center;
}

#merit_section .h3_span_1 {
    position: relative;
    font-size: min(54px, 7.2vw);
}

#merit_section .h3_span_1::before {
    position: absolute;
    content: "";
    background-color: #da0010;
    width: min(2px, 0.26666667vw);
    height: min(80px, 10.66666667vw);
    left: -20px;
    top: 0;
    transform: rotate(-30deg);
}

#merit_section .h3_span_1::after {
    position: absolute;
    content: "";
    background-color: #da0010;
    width: min(2px, 0.26666667vw);
    height: min(80px, 10.66666667vw);
    right: max(-20px, -2.66666667vw);
    top: 0;
    transform: rotate(30deg);
}

#merit_section .h3_span_2 {
    display: block;
    width: min(444px, 59.2vw);
    margin: min(10px, 1.33333333vw) auto 0;
}

#merit_section .wrapper {
    width: 100%;
    background-color: #fcf8f0;
    margin: min(236px, 31.46666667vw) auto 0;
    padding-top: min(33px, 4.4vw);
    padding-bottom: min(77px, 10.26666667vw);
}

#merit_section .points {
    width: min(700px, 93.33333333vw);
    margin: 0 auto min(55px, 7.33333333vw);
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    gap: min(48px, 6.4vw);
}

#merit_section .points::before {
    position: absolute;
    content: "";
    width: min(719px, 95.87vw);
    height: min(357px, 47.6vw);
    background-image: url('../img/merit_section_wrapper_bg.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    top: max(-321px, -42.8vw);
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
}

#merit_section .point {
    width: min(680px, 90.67vw);
    background-color: #fff;
    position: relative;
    border: 8px solid #da0010;
    border-radius: min(10px, 1.33333333vw);
    box-shadow: min(8px, 1.06666667vw) min(8px, 1.06666667vw) 0 0px #e7a6a7ad;
}

#merit_section .point::before {
    position: absolute;
    content: "";
    width: min(8px, 1.06666667vw);
    height: 30%;
    background: linear-gradient(to bottom, #c00026, #da0110);
    left: max(-8px, -1.06666667vw);
    top: min(100px, 13.33333333vw);
}

#merit_section .point::after {
    position: absolute;
    content: "";
    width: min(8px, 1.06666667vw);
    height: 30%;
    background: linear-gradient(to bottom, #c00026, #da0110);
    right: max(-8px, -1.06666667vw);
    top: min(100px, 13.33333333vw);
}

#merit_section .point_wrap {
    align-items: center;
    justify-content: flex-start;
}

#merit_section .point .title {
    width: 103%;
    margin-left: max(-8px, -1.06666667vw);
}

#merit_section .point .point_content {
    padding: min(70px, 9.33333333vw) min(70px, 9.33333333vw) 0 min(46px, 6.13333333vw);
}

#merit_section .point .point_content._2 {
    padding: min(46px, 6.13333333vw) 0 0;
}

#merit_section .point .point_content_title {
    margin-left: min(5px, 0.66666667vw);
}

#merit_section .point .point_content._2 .point_content_title {
    width: min(665px, 88.66666667vw);
    margin: 0;
}

#merit_section .point .text._1 {
    font-family: "M PLUS Rounded 1c", sans-serif;
    font-weight: 900;
    line-height: 1.2;
    margin-bottom: min(20px, 2.66666667vw);
}

#merit_section .point .text._2 {
    margin-bottom: 13px;
}
.graph_img {
    text-align: center;
    margin-top: min(26px, 3.46666667vw);
    margin-bottom: min(22px, 2.93333333vw);
    margin-left: min(6px, 0.8vw);
}

.graph_img img {
    margin-inline: auto;
}


/* アコーディオン */
#merit_section .point .point_content._2 .accordion {
    padding: min(50px, 6.66666667vw) min(38px, 5.06666667vw) min(47px, 6.26666667vw);
}

#merit_section .point .point_content._2 .accordion:last-child {
    padding: 0 min(38px, 5.06666667vw) min(47px, 6.26666667vw);
}

#merit_section .point .point_content._2 .accordion .step_no {
    width: min(121px, 16.13333333vw);
    height: min(42px, 5.6vw);
    background-color: #da0010;
    color: #fff;
    text-align: center;
    line-height: min(42px, 5.6vw);
    border-radius: min(20px, 2.66666667vw) min(20px, 2.66666667vw) 0 0;
    font-size: min(21px, 2.8vw);
    margin-bottom: max(-8px, -1.06666667vw);
}

#merit_section .point .point_content._2 .accordion .step_no .number {
    font-size: min(26px, 3.46666667vw);
    font-family: "M PLUS Rounded 1c", sans-serif;
}

#merit_section .point .point_content._2 .accordion .accordion_item_content {
    background-color: #ffebef;
    border-top: min(8px, 1.06666667vw) solid #da0010;
    padding: min(50px, 6.66666667vw) 0 0;
}

#merit_section .point .point_content._2 .accordion .accordion_item_content .step_title {
    position: relative;
    text-align: center;
    line-height: 1;
    padding-bottom: min(35px, 4.66666667vw);
    cursor: pointer;
    font-weight: 500;
}

#merit_section .point .point_content._2 .accordion .accordion_item_content .step_title::before {
    content: "";
    position: absolute;
    width: min(28px, 3.73333333vw);
    height: min(28px, 3.73333333vw);
    background-image: url('../img/plus_img.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    top: 30%;
    transform: translateY(-50%);
    right: min(26px, 3.46666667vw);
    transition: background-image 0.3s ease;
    /* スムーズな切り替え */
}

/* 開いた状態のスタイル */
#merit_section .point .point_content._2 .accordion .accordion_item_content .step_title.is-open::before {
    background-image: url('../img/minus_img.png');
}

#merit_section .point .point_content._2 .accordion .accordion_item_content .step_title::after {
    content: "";
    position: absolute;
    width: min(45px, 6vw);
    height: min(78px, 10.4vw);
    background-image: url('../img/step_title_phone_icon.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    top: 30%;
    left: 7%;
    transform: translateY(-50%);
}

#merit_section .point .point_content._2 .accordion._2 .accordion_item_content .step_title::after {
    content: "";
    position: absolute;
    width: min(91px, 12.13333333vw);
    height: min(72px, 9.6vw);
    background-image: url('../img/step_title_phone_hand.png');
    left: 5%;
}

#merit_section .point .point_content._2 .accordion._2 .step_title_img img {
    width: min(163px, 21.73333333vw);
    display: inline;
    vertical-align: text-bottom;
    margin-left: min(5px, 0.65vw);
}

.accordion_item_content_inner_wrap {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease, padding 0.3s ease;
    font-size: min(20px, 2.66666667vw);
}

/* 開いた状態 */
.accordion_item_content_inner_wrap.is-open {
    max-height: 2000px;
    padding-bottom: min(50px, 6.66666667vw);
}

.accordion._2 .accordion_item_content_inner_wrap .text {
    padding-left: min(30px, 4vw);
    padding-right: min(30px, 4vw);
}

#merit_section .point .point_content._2 .accordion .accordion_item {
    position: relative;
}

#merit_section .point .point_content._2 .accordion .accordion_item::after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-left: min(23.9px, 3.18666667vw) solid transparent;
    border-right: min(23.9px, 3.18666667vw) solid transparent;
    border-top: min(17.19px, 2.292vw) solid #da0010;
    bottom: max(-17.19px, -2.292vw);
    left: 50%;
    transform: translateX(-50%);
}

#merit_section .point .point_content._2 .accordion._2 .accordion_item::after {
    display: none;
}

#merit_section .point .point_content._2 .accordion .accordion_item_content_inner {
    width: min(562px, 74.93333333vw);
    margin: 0 auto;
    background-color: #fff;
}

#merit_section .accordion_item_content_inner .title {
    margin: 0;
    text-align: center;
    background-color: #737373;
    color: #fff;
    height: min(40px, 5.33333333vw);
    line-height: min(40px, 5.33333333vw);
}

#merit_section .accordion_item_content_inner .doc_wrap {
    display: flex;
    gap: min(19px, 2.53333333vw);
    align-items: center;
    padding: min(30px, 4vw) min(20px, 2.66666667vw);
}

#merit_section .accordion_item_content_inner .doc_wrap .doc_icon {
    width: min(107px, 14.26666667vw);
}

#merit_section .accordion_item_content_inner .doc_title {
    font-weight: 500;
}

#merit_section .accordion_item_content .title_bottom_text {
    text-align: center;
    margin-bottom: min(23px, 3.06666667vw);
}

#merit_section .accordion_item_content_inner .title {
    width: 100%;
}

#merit_section .accordion_item_content .accordion_item_btn {
    color: #fff;
    display: block;
    text-align: center;
    background-color: #da0010;
    width: min(542px, 72.26666667vw);
    height: min(89px, 11.86666667vw);
    line-height: min(89px, 11.86666667vw);
    border-radius: 50vw;
    margin: auto;
    border: 2px solid #fff;
    box-shadow: 5px 5px 0px 0 #fca6b8;
    position: relative;
    margin-bottom: min(47px, 6.26666667vw);
}

#merit_section .accordion_item_content .accordion_item_btn::before {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-top: min(8px, 1.06666667vw) solid transparent;
    border-left: min(9px, 1.2vw) solid #fff;
    /* border-right を border-left に変更 */
    border-bottom: min(8px, 1.06666667vw) solid transparent;
    top: 50%;
    transform: translateY(-50%);
    right: 10%;
}

/* step2 */
#merit_section .point .point_content._2 .accordion._2 .accordion_item_content {
    position: relative;
}

#merit_section .point .point_content._2 .accordion._2 .accordion_item_content .step_icon {
    position: absolute;
    width: min(122.83px, 16.37733333vw);
    top: min(25px, 3.33333333vw);
    left: min(25px, 3.33333333vw);
}


/* point2 便利 */
#merit_section .point.point2 .point_content {
    padding: min(72px, 9.6vw) 0 0 0;
}

#merit_section .point.point2 .text._1,
#merit_section .point.point2 .text._2 {
    padding-left: min(60px, 8vw);
}

#merit_section .point.point2 .text._2 {
    padding-right: min(60px, 8vw);
}

#merit_section .point.point2 .text._1 {
    line-height: 0.8;
}

#merit_section .point.point2 .text._1 .number {
    font-family: "Oswald", sans-serif;
    font-weight: 500;
    letter-spacing: 0.05em;
    margin-left: min(5px, 0.66666667vw);
    vertical-align: bottom;
}

#merit_section .point.point2 .text._1 .cl_red {
    margin-left: max(-10px, -1.33333333vw);
    font-weight: 600;
}

#merit_section .point.point2 .text._1 .point2-yen-wrap {
    position: relative;
    display: inline-block;
}

#merit_section .point.point2 .text._1 .point2-kome {
    position: absolute;
    left: 100%;
    top: 0;
    color: #262626;
    font-size: min(15px, 2vw);
    font-weight: 500;
    line-height: 1;
    margin-left: min(1px, 0.13333333vw);
    white-space: nowrap;
}

#merit_section .point.point2 .img._1 {
    width: min(622px, 82.93333333vw);
    margin: 0 auto;
}

#merit_section .point.point2 .img._2 {
    width: min(696px, 92.8vw);
    margin: min(20px, 2.66666667vw) 0 min(23px, 3.06666667vw) max(-20px, -2.66666667vw);
}

/* point3 安心 */
#merit_section .point.point3 .point_content {
    padding: min(72px, 9.6vw) 0 0 0;
}

#merit_section .point.point3 .text._1,
#merit_section .point.point3 .text._2 {
    padding-left: min(60px, 8vw);
    padding-right: min(44px, 5.86666667vw);
}

#merit_section .point.point3 .img._1 {
    width: min(622px, 82.93333333vw);
    margin: 0 auto min(8px, 1.06666667vw);
}

#merit_section .point.point3 .img._2 {
    width: min(618px, 82.4vw);
    margin: 0 auto min(17px, 2.26666667vw);
}

/*ご利用目的 */
#purpose_section .purpose_wrap {
    background-color: #da0010;
    padding: min(112px, 14.93333333vw) 0;
}

#purpose_section .purpose_wrap .title {
    color: #fff;
    text-align: center;
}

#purpose_section .purpose_item._1 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: min(20px, 2.66666667vw);
    row-gap: min(30px, 4vw);
    padding: min(70px, 9.33333333vw) min(103px, 13.73333333vw) min(180px, 24vw);
}

#purpose_section .purpose_item._1 .img {
    background-color: #fff;
    width: min(242px, 32.26666667vw);
    height: min(242px, 32.26666667vw);
    border-radius: 50vw;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 6px 10px 10px 0 rgba(0, 0, 0, 0.5);
}

#purpose_section .purpose_item._1 .img._1 img {
    width: 85%;
}

#purpose_section .purpose_item._1 .img._2 img {
    width: min(155px, 20.66666667vw);
}

#purpose_section .purpose_item._1 .img._3 img {
    width: min(150px, 20vw);
}

#purpose_section .purpose_item._1 .img._4 img {
    width: min(195px, 26vw);
}

/* .purpose_item._2 */
#purpose_section .purpose_item._2 {
    position: relative;
    background-color: #fff;
    padding: min(161px, 21.46666667vw) 0 min(140px, 18.66666667vw);
}

#purpose_section .purpose_item._2 .title {
    width: min(670px, 89.33333333vw);
    position: absolute;
    top: max(-90px, -12vw);
    left: 50%;
    transform: translateX(-50%);
}

#purpose_section .purpose_item._2 .img {
    width: min(460px, 61.33333333vw);
    margin: 0 auto;
}

#purpose_section .purpose_item._2 .text {
    text-align: center;
    margin-top: min(15px, 2vw);
}

/* purpose_item._3 */
#purpose_section .purpose_item._3 {
    position: relative;
}

#purpose_section .purpose_item._3::before {
    position: absolute;
    content: "";
    width: min(750px, 100vw);
    height: min(87px, 11.6vw);
    background-image: url('../img/purpose_item_3_bg.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    top: max(-87px, -11.6vw);
    left: 50%;
    transform: translateX(-50%);
}

#purpose_section .purpose_item._3 .title {
    width: min(505px, 67.33333333vw);
    height: min(123px, 16.4vw);
    margin: min(15px, 2vw) auto 0;
    font-weight: 600;
    border-top: min(2px, 0.26666667vw) solid #fcf8f0;
    border-bottom: min(2px, 0.26666667vw) solid #fcf8f0;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: min(88px, 11.73333333vw);
    position: relative;
}

#purpose_section .purpose_item._3 .title::before {
    position: absolute;
    content: "";
    width: min(13px, 1.73333333vw);
    height: min(54.63px, 7.284vw);
    background-image: url('../img/purpose_item_3_dot.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    bottom: -61%;
    left: 50%;
    transform: translateX(-50%);
}

#purpose_section .purpose_item._3 .img {
    width: min(667px, 88.93333333vw);
    height: min(840px, 112vw);
    margin: 0 auto;
    overflow: hidden;
    border-radius: min(45px, 6vw);
    box-shadow: 0 min(9px, 1.2vw) 0 #a50006;
}

#purpose_section .purpose_item._3 .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
}

/* voice_section */
#voice_section .wrapper {
    background-color: #fcf8f0;
    background-image: url('../img/voice_section_bg.png');
    background-size: 100% auto;
    background-repeat: repeat-y;
    padding: min(200px, 26.66666667vw) 0 0;
    text-align: center;
}

#voice_section .title {
    display: inline;
    text-align: center;
    background-size: 50%;
    background-color: rgba(252, 248, 240, 0.8);
    /* #fcf8f0 を rgba に変換（透明度80%） */
    backdrop-filter: blur(10px);
    /* ぼかし効果 */
    -webkit-backdrop-filter: blur(10px);
    /* Safari対応 */
    position: relative;
}

#voice_section .title::after {
    position: absolute;
    content: "";
    width: min(154px, 20.53333333vw);
    height: min(77px, 10.26666667vw);
    background-image: url('../img/voice_section_title_img.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    top: max(-105px, -14vw);
    left: 50%;
    transform: translateX(-50%);
}

/* スライダー */
#voice_section .voice_wrap {
    position: relative;
    margin-top: min(70px, 9.33333333vw);
}

#voice_section .voice_wrap .voice_img {
    padding-left: min(50px, 6.66666667vw);
    padding-right: min(50px, 6.66666667vw);
}

/* Slickの矢印スタイル調整（必要に応じて） */
#voice_section .voice_wrap .slick-prev,
#voice_section .voice_wrap .slick-next {
    z-index: 1;
}

#voice_section .voice_wrap .slick-prev {
    left: 10px;
}

#voice_section .voice_wrap .slick-next {
    right: 10px;
}

/* ドットナビゲーションのスタイル調整（必要に応じて） */
#voice_section .voice_wrap .slick-dots {
    bottom: -10px;
}

#voice_section .slick-dotted.slick-slider {
    padding-bottom: min(46px, 6.13333333vw);
}

#voice_section .voice_wrap .slick-prev:before,
#voice_section .voice_wrap .slick-next:after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-image: url('../img/voice_section_arrow_prev_next.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    width: min(49px, 6.53333333vw);
    height: min(49px, 6.53333333vw);
    opacity: 0.75;
    transition: opacity 0.3s ease;
}

#voice_section .voice_wrap .slick-prev:hover:before,
#voice_section .voice_wrap .slick-next:hover:after {
    opacity: 1;
}

#voice_section .voice_wrap .slick-prev:before {
    left: 0;
}

#voice_section .voice_wrap .slick-next:after {
    right: 0;
    transform: translateY(-50%) rotate(180deg);
}

#voice_section .slick-dots li {
    margin: 0 min(5px, 0.66666667vw);
}

#voice_section .slick-dots li button:before {
    font-size: min(17px, 2.26666667vw);
    opacity: 0.45;
}

#voice_section .slick-dots li.slick-active button:before {
    color: #da0010;
    opacity: 1;
}

#voice_section .voice_reference {
    text-align: left;
    background-color: #fff;
    padding: min(20px, 2.66666667vw) min(45px, 6vw) min(130px, 17.33333333vw);
}

#voice_section .voice_reference .cta {
    padding-top: min(35px, 4.66666667vw);
}

/************ q&a ************/
#qa_section {
    background-color: #F4F1E6;
    padding-top: min(100px, 13.33333333vw);
    padding-bottom: min(110px, 14.66666667vw);
}

#qa_section h3 {
    width: 100%;
    padding: 0 0 min(38px, 5.06666667vw) min(340px, 45.33333333vw);
    line-height: 1.75;
    position: relative;
}

#qa_section h3::before {
    position: absolute;
    content: "";
    width: min(252px, 33.6vw);
    height: min(412px, 54.93333333vw);
    background-image: url('../img/qa_title_img.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    top: max(-144px, -19.2vw);
    left: min(50px, 6.66666667vw);
}

#qa_section .qa_title_img {
    display: block;
    width: min(119px, 15.86666667vw);
}

#qa_section .qa_title_img img {
    position: relative;
    z-index: 1;
}

#qa_section .qa_wrap {
    text-align: center;
    background-color: #da0010;
    width: min(700px, 93.33333333vw);
    position: relative;
    padding: min(40px, 5.33333333vw) 0 0;
    margin: 0 auto min(50px, 6.66666667vw);
}

#qa_section .qa_wrap:last-child {
    margin-bottom: 0;
}

.qa_title {
    cursor: pointer;
    position: relative;
    color: #fff;
    padding: 0 0 min(40px, 5.33333333vw);
    box-shadow: 0px min(10px, 1.33333333vw) 0 #f7c8c4;
}

.qa_title::after {
    content: "";
    position: absolute;
    right: min(40px, 5.33333333vw);
    top: 31%;
    transform: translateY(-50%);
    width: min(26px, 3.46666667vw);
    height: min(26px, 3.46666667vw);
    background-image: url('../img/qa_section_plus.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.qa_title.is-open::after {
    width: min(25px, 3.33333333vw);
    height: min(4px, 0.53333333vw);
    background-image: url('../img/qa_section_minus.png');
}

.qa_list {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease, padding 0.3s ease;
    background-color: #fff;
}

.qa_list.is-open {
    max-height: 5000px;
    padding-top: min(42px, 5.6vw);
}

.ab_repayment {
    margin: 30px auto 10px auto;
}

.qa_wrap img.img_title {
    position: relative;
    top: -20px;
    width: 247px;
    margin: 0 auto;
}

.qa {
    width: min(650px, 86.66666667vw);
    margin: 0 auto min(65px, 8.66666667vw) auto;
}

.qa_wrap.ab_loans .qa:first-child {
    margin: 0 auto min(76px, 10.13333333vw) auto;
}

.qa_list .qa:last-child {
    margin-bottom: min(46px, 6.13333333vw);
}

.q {
    align-items: center;
    gap: min(40px, 5.33333333vw);
    padding-left: min(30px, 4vw);
    padding-bottom: min(44px, 5.86666667vw);
    position: relative;
}

.q::before {
    position: absolute;
    content: "";
    width: min(4px, 0.53333333vw);
    height: min(84.5px, 11.26666667vw);
    background-image: url('../img/qa_section_dot.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    top: 57%;
    left: 11.5%;
}

.q .left {
    width: min(88px, 11.73333333vw);
}

.q .right {
    font-weight: bold;
    text-align: left;
}

.a {
    width: 100%;
    background-color: #fff;
    border: min(10px, 1.33333333vw) solid #ffe4f0;
    border-radius: min(30px, 4vw);
    padding: min(28px, 3.73333333vw) 0 min(35px, 4.66666667vw);
    text-align: left;
    box-shadow: 0px 7px 13px 0 #aeaeae9e;
    letter-spacing: 0.05em;
}

.a .font-26 {
    width: min(555px, 74vw);
    margin: 0 auto;
}

.a_main {
    font-weight: bold;
    margin-bottom: min(15px, 2vw);
    text-align: center;
}

.a .a_text {
    margin: 0 auto min(45px, 6vw);
}

.a a {
    text-decoration: underline;
}

.pagetop-button {
    width: calc(100% - 30px);
    max-width: 440px;
    margin: 0 auto;
    text-align: right;
    margin-bottom: 30px;
}

.pagetop-button span {
    cursor: pointer;
}

.pagetop-button span:hover {
    text-decoration: underline;
}

.pagetop-button img {
    display: inline;
    width: 15px;
    height: 15px;
    position: relative;
    margin-left: 5px;
    top: 3px;
}

/* promise_section */
#promise_section h3.title {
    width: min(503px, 67.06666667vw);
    margin: 0 auto;
    padding: min(78px, 10.4vw) 0 min(80px, 10.66666667vw);
}

#promise_section .promise_wrap {
    width: min(642px, 85.6vw);
    margin: 0 auto min(110px, 14.66666667vw);
}

#promise_section .promise_item {
    position: relative;
    z-index: 1;
    margin-bottom: min(40px, 5.33333333vw);
}

#promise_section .promise_item:last-child {
    margin-bottom: 0;
}

#promise_section .promise_item::before {
    position: absolute;
    content: "";
    width: 102%;
    height: 103.5%;
    background-color: #da0010;
    border-radius: min(35px, 4.66666667vw) min(35px, 4.66666667vw) 0 min(35px, 4.66666667vw);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
    box-shadow: 2px 7px 13px #b1b1b1;
}

#promise_section .promise_item::after {
    position: absolute;
    content: "";
    background-size: 100% 100%;
    background-repeat: no-repeat;
    width: min(72px, 9.6vw);
    height: min(72px, 9.6vw);
    top: -7%;
    left: -4%;
    z-index: 1;
}

#promise_section .promise_item:nth-child(1)::after {
    background-image: url('../img/promise_item_num1.png');
}

#promise_section .promise_item:nth-child(2)::after {
    background-image: url('../img/promise_item_num2.png');
}

#promise_section .promise_item:nth-child(3)::after {
    background-image: url('../img/promise_item_num3.png');
}

#promise_section .promise_item:nth-child(4)::after {
    background-image: url('../img/promise_item_num4.png');
}

#promise_section .promise_item:nth-child(5)::after {
    background-image: url('../img/promise_item_num5.png');
}

#promise_section .promise_item .wrap {
    background: #fff;
    border-radius: min(30px, 4vw);
}

#promise_section .promise_item_title {
    text-align: center;
    font-size: min(34px, 4.53333333vw);
    font-weight: 500;
    padding: min(40px, 5.33333333vw) 0 min(15px, 2vw);
}

#promise_section .promise_item_text {
    width: min(580px, 77.33333333vw);
    margin: 0 auto;
    font-size: min(28px, 3.73333333vw);
    padding-bottom: min(45px, 6vw);
    letter-spacing: -0.06em;
}

/************ ご利用条件 ************/
#req_section {
    background-color: #fcf8ef;
    padding-top: min(88px, 11.73333333vw);
    padding-bottom: min(40px, 5.33333333vw);
}

.req_wrap {
    width: min(670px, 89.33333333vw);
    margin: 0 auto;
}

#req_section h3 {
    text-align: center;
    margin-bottom: min(80px, 10.66666667vw);
}

#req_section .loans {
    margin-bottom: min(70px, 9.33333333vw);
}

#req_section .shopping {
    margin-bottom: min(42px, 5.6vw);
}

#req_section table {
    width: 100%;
    border-collapse: collapse;
    margin-top: min(14px, 1.86666667vw);
    font-weight: 500;
}

#req_section td {
    border: 1px solid #000
}

#req_section td span.annotation {
    line-height: 1;
}

#req_section td:nth-of-type(1) {
    background: #fff3b9;
    text-align: center;
    padding: min(17px, 2.26666667vw) 0;
    width: min(170px, 22.66666667vw);
}

#req_section td:nth-of-type(2) {
    background-color: #fff;
    padding: min(10px, 1.33333333vw);
}

#req_section .caution {
    text-align: center;
    font-weight: bold;
}

#req_section .caution .cl_red {
    margin-bottom: min(40px, 5.33333333vw);
}

#req_section .shopping table tr:nth-child(4) td:nth-child(1) {
    padding: min(30px, 4vw) 0;
}

#req_section .shopping table tr:nth-child(5) td:nth-child(1) {
    padding: min(40px, 5.33333333vw) 0;
}

#req_section .shopping table tr:nth-child(6) td:nth-child(1) {
    padding: min(40px, 5.33333333vw) 0;
}

#req_section .shopping table tr:nth-child(6) td:nth-child(2) {
    padding: min(25px, 3.33333333vw) min(10px, 1.33333333vw);
}

/************ 会社情報 ************/
#company_section,
#company_section_footer {
    background-color: #fcf8ef;
}

.info,
.info_footer {
    width: min(670px, 89.33333333vw);
    margin: 0 auto;
}

.info {
    background-color: #fff;
}

.info ul,
.info_footer ul {
    list-style: none;
    margin: 0 auto;
    padding: min(35px, 4.66666667vw) min(91px, 12.13333333vw) min(32px, 4.26666667vw);
}

.info ul li.info-member-symbol-row {
    display: flex;
    align-items: center;
    gap:min(2px, 0.26666667vw);
    padding-top: min(2px, 0.26666667vw);
}

.info ul li.info-member-symbol-row .info-member-symbol-img {
    flex-shrink: 0;
    width: 1.5em;
    height: 1.5em;
    object-fit: contain;
}


/************ フッター ************/
footer {
    background-color: #E60000;
    padding-bottom: min(360px, 48vw);
    text-align: center;
}

footer .logo {
    padding-top: 20px;
    padding-bottom: 20px;
}

footer img {
    width: 146px;
    margin: 0 auto;
}

footer img.acom {
    margin-bottom: 5px;
}


/************ pc ************/
@media screen and (min-width: 751px) {
    .page_container {
        max-width: 500px;
    }

    /* フォントサイズ調整（500px幅に合わせて） */
    .fs9 {
        font-size: 6px;
    }

    .fs10 {
        font-size: 10px;
    }

    .fs11 {
        font-size: 7px;
    }

    .fs12 {
        font-size: 8px;
    }

    .fs13 {
        font-size: 9px;
    }

    .fs15 {
        font-size: 10px;
    }

    .fs16 {
        font-size: 10px;
    }

    .fs18 {
        font-size: 18px;
    }

    .fs23 {
        font-size: 15px;
    }

    .fs25 {
        font-size: 17px;
    }

    .fs30 {
        font-size: 20px;
    }

    .font-14 {
        font-size: 10px;
    }

    .font-16 {
        font-size: 11px;
        font-weight: 600;
    }

    .font-18 {
        font-size: 12px;
    }

    .font-20 {
        font-size: 13px;
    }

    .font-24, .font-24_01 {
        font-size: 16px;
    }

    .font-26 {
        font-size: 17px;
    }

    .font-28 {
        font-size: 19px;
    }

    .font-30 {
        font-size: 20px;
    }

    .font-40 {
        font-size: 27px;
    }

    .font-50 {
        font-size: 33px;
    }

    .font-55 {
        font-size: 36px;
    }

    .font-56 {
        font-size: 37px;
    }

    .font-58 {
        font-size: 39px;
    }

    .font-60 {
        font-size: 40px;
    }

    .font-65 {
        font-size: 44px;
    }

    .font-68 {
        font-size: 45px;
    }

    .font-70 {
        font-size: 47px;
    }

    .font-75 {
        font-size: 50px;
    }

    .font-80 {
        font-size: 53px;
    }

    .font-85 {
        font-size: 56px;
    }

    .font-90 {
        font-size: 60px;
    }

    .font-96 {
        font-size: 64px;
    }

    /* 個別指定のfont-size */
    .form3sec_box dt .form3sec_label {
        font-size: 21px;
    }

    .form3sec_box dt .form3sec_label .required_batch {
        font-size: 12px;
    }

    .form3sec_box dt .required_batch {
        font-size: 12px;
    }

    .form3sec_box dd input {
        font-size: 17px;
    }

    .form3sec_box dd .slpo003_form3sec_text.form3sec_text {
        font-size: 23px;
    }

    .form3sec_box_inner .form3sec_caution {
        font-size: 10px;
    }

    .form3sec_btn a {
        font-size: 25px;
    }

    .form3sec_modal_title {
        font-size: 12px;
    }

    .form3sec_modal .fs22 {
        font-size: 15px;
    }

    .form3sec_modal .fs26 {
        font-size: 17px;
    }

    .form3sec_modal_title {
        font-size: 21px;
    }

    #merit_section h3 {
        font-size: 21px;
    }

    #merit_section .h3_span_1 {
        font-size: 36px;
    }

    #merit_section .point .point_content._2 .accordion .step_no {
        font-size: 14px;
    }

    #merit_section .point .point_content._2 .accordion .step_no .number {
        font-size: 17px;
    }

    #merit_section .accordion_item_content_inner .title {
        font-size: 14px;
    }

    #promise_section .promise_item_title {
        font-size: 23px;
    }

    #promise_section .promise_item_text {
        font-size: 19px;
    }

    #merit_section .point .text.annotation {
        font-size: 11px;
    }

    .cta_desc,
    .fixed_cta_desc {
        font-size: 17px;
    }

    .form3sec_modal_title {
        font-size: 23px;
    }

    .cta_desc .cl_red,
    .fixed_cta_desc .cl_red {
        font-size: 15px;
    }

    /* CTAボタン */
    .fixed_cta_wrap {
        padding: 27px 0;
    }

    .cta_desc,
    .fixed_cta_desc {
        border-radius: 6px;
        padding: 2px 3px;
        margin-bottom: 14px;
    }

    .cta_desc::before,
    .fixed_cta_desc::before {
        bottom: -19px;
        border: 11px solid transparent;
        border-top-color: #fff;
    }

    .cta {
        width: 439px;
    }

    .fixed_cta_wrap {
        width: 453px;
    }

    .cta_wrap {
        max-width: 100%;
    }


    /* 3秒スピード診断 */
    #shindan_section {
        padding-top: 42px;
        padding-bottom: 30px;
    }

    #form-3sec {
        width: 453px;
        margin: 0 auto;
        padding-bottom: 14px;
        box-shadow: 0px 6px 0 0px #e7a6a7ad;
        border-radius: 6px;
    }

    .form3sec_box dd input {
        height: 48px;
    }

    .form3sec_btn a {
        height: 89px;
    }

    .form3sec_btn a::after {
        height: 17px;
    }

    .form3sec_modal.modal-overIncome .form3sec_modal_box {
        padding-top: 36px;
        padding-bottom: 36px;
    }

    .form3sec_modal_title {
        margin-bottom: 38px;
    }

    .form3sec_modal_text {
        margin-bottom: 60px;
    }

    .form3sec_modal.modal-overIncome .form3sec_modal_text {
        margin-bottom: 27px;
    }

    .form3sec_modal_text ul {
        margin-top: 36px;
        margin-bottom: 36px;
    }

    .form3sec_modal_text .caution {
        margin-bottom: 36px;
    }

    .form3sec_box {
        margin-bottom: 20px;
    }

    .form3sec_box dl {
        width: 347px;
        margin: 42px auto 0;
        padding-left: 6px;
    }

    .form3sec_box dt .required_batch {
        margin-left: 6px;
        padding: 1px 6px;
    }

    .form3sec_box dd {
        margin-bottom: 23px;
    }

    .form3sec_box dd input {
        width: 277px;
        padding: 0 9px;
        margin-right: 3px;
    }

    .form3sec_box_inner .form3sec_caution {
        width: 347px;
    }

    .form3sec_btn {
        margin-top: 21px;
    }

    .form3sec_btn a {
        width: 427px;
        padding: 23px 0;
        box-shadow: 0px 6px 0 0px #e7a6a7ad;
    }

    .form3sec_modal {
        max-width: 453px;
        width: 453px;
    }

    .form3sec_modal_btn {
        width: 419px;
        margin: 20px auto 14px auto;
    }

    .form3sec_modal_text ul {
        width: 380px;
    }

    /* 借りるならアコム一択 */
    #merit_section .h3_span_1::after {
        right: -14px;
    }

    #merit_section .h3_span_1::before {
        height: 53px;
    }

    #merit_section .h3_span_1::after {
        height: 53px;
    }

    #merit_section .h3_span_2 {
        width: 296px;
        margin: 6px auto 0;
    }

    #merit_section .wrapper {
        margin: 157px auto 0;
        padding-top: 22px;
        padding-bottom: 52px;
    }

    #merit_section .points {
        width: 467px;
        margin: 0 auto 36px;
    }

    #merit_section .points::before {
        width: 479px;
        height: 238px;
        top: -214px;
    }

    #merit_section .point {
        width: 453px;
        border: 6px solid #da0010;
        box-shadow: 6px 6px 0 0px #e7a6a7ad;
        border-radius: 6px;
    }

    #merit_section .point::before {
        width: 6px;
        left: -6px;
        top: 67px;
    }

    #merit_section .point::after {
        width: 6px;
        right: -6px;
    }

    #merit_section .point .title {
        width: 102.5%;
        margin-left: -6px;
    }

    #merit_section .point .point_content._2 .accordion .step_no {
        margin-bottom: -6px;
    }

    #merit_section .point .point_content._2 .accordion .accordion_item::after {
        bottom: -13px;
    }

    #merit_section .point.point2 .text._1 .cl_red {
        margin-left: -6px;
    }

    #merit_section .point.point2 .img._2 {
        margin: 14px 0 15px -14px;
    }

    #merit_section .point .point_content {
        padding: 47px 47px 0 31px;
    }

    #merit_section .point .point_content._2 {
        padding: 31px 0 0;
    }

    #merit_section .point .text._1 {
        margin-bottom: 14px;
    }

    #merit_section .point .text._2 {
        margin-bottom: 14px;
    }

    #merit_section .point .point_content._2 .accordion {
        padding: 33px 25px 31px;
    }

    #merit_section .point .point_content._2 .accordion:last-child {
        padding: 0 25px 31px;
    }

    #merit_section .point .point_content._2 .accordion .accordion_item_content {
        padding: 33px 0 0;
    }

    #merit_section .point .point_content._2 .accordion .accordion_item_content .step_title {
        padding-bottom: 23px;
    }

    #merit_section .point .point_content._2 .point_content_title {
        width: 444px;
    }

    #merit_section .point .point_content._2 .accordion .step_no {
        width: 81px;
        height: 28px;
        line-height: 28px;
        border-radius: 14px 14px 0 0;
    }

    #merit_section .point .point_content._2 .accordion .accordion_item_content .step_title::before {
        width: 19px;
        height: 19px;
    }

    #merit_section .point .point_content._2 .accordion .accordion_item_content .step_title::after {
        width: 30px;
        height: 52px;
    }

    #merit_section .point .point_content._2 .accordion._2 .accordion_item_content .step_title::after {
        width: 60px;
        height: 48px;
    }

    #merit_section .point .point_content._2 .accordion .accordion_item_content_inner {
        width: 375px;
    }

    #merit_section .accordion_item_content_inner .doc_wrap {
        padding: 20px 14px;
    }

    #merit_section .accordion_item_content .accordion_item_btn {
        width: 361px;
        height: 60px;
        line-height: 60px;
        border: 2px solid #fff;
        box-shadow: 3px 3px 0px 0 #fca6b8;
        margin-bottom: 31px;
    }

    #merit_section .point .point_content._2 .accordion._2 .accordion_item_content .step_icon {
        width: 81px;
    }

    #merit_section .point .point_content._2 .accordion._2 .step_title_img img {
        width: 109px;
    }

    #merit_section .accordion_item_content_inner .doc_wrap .doc_icon {
        width: 71px;
    }

    .accordion_item_content_inner_wrap.is-open {
        padding-bottom: 33px;
    }

    .accordion._2 .accordion_item_content_inner_wrap .text {
        padding-left: 20px;
        padding-right: 20px;
    }

    #merit_section .accordion_item_content_inner .title {
        width: 100%;
        height: 27px;
        line-height: 27px;
        margin-left: 0px;
    }

    #merit_section .accordion_item_content .title_bottom_text {
        margin-bottom: 15px;
    }

    #merit_section .point.point2 .point_content {
        padding: 48px 0 0 0;
    }

    #merit_section .point.point2 .text._1,
    #merit_section .point.point2 .text._2 {
        padding-left: 26px;
    }

    #merit_section .point.point2 .text._2 {
        padding-right: 40px;
    }

    #merit_section .point.point2 .img._1 {
        width: 415px;
        margin: 0 auto;
    }

    #merit_section .point.point2 .img._2 {
        width: 464px;
        margin: 14px 0 15px -14px;
    }

    #merit_section .point.point3 .point_content {
        padding: 48px 0 0 0;
    }

    #merit_section .point.point3 .text._1,
    #merit_section .point.point3 .text._2 {
        padding-left: 40px;
        padding-right: 29px;
    }

    #merit_section .point.point3 .img._1 {
        width: 415px;
        margin: 0 auto 6px;
        padding-bottom: 27px;
    }

    #merit_section .point.point3 .img._2 {
        width: 412px;
        margin: 0 auto 11px;
    }

    #merit_section .point.point2 .img._1 {
        width: 415px;
    }

    #merit_section .point.point2 .img._2 {
        width: 464px;
    }


    #merit_section .point.point3 .img._2 {
        width: 412px;
    }

    /* ご利用目的 */
    #purpose_section .purpose_wrap {
        padding: 75px 0;
    }

    #purpose_section .purpose_item._1 {
        padding: 47px 69px 120px;
    }

    #purpose_section .purpose_item._1 .img {
        width: 161px;
        height: 161px;
    }

    #purpose_section .purpose_item._1 .img._2 img {
        width: 103px;
    }

    #purpose_section .purpose_item._1 .img._3 img {
        width: 100px;
    }

    #purpose_section .purpose_item._1 .img._4 img {
        width: 130px;
    }

    #purpose_section .purpose_item._2 {
        padding: 107px 0 94px;
    }

    #purpose_section .purpose_item._2 .title {
        width: 447px;
        top: -60px;
    }

    #purpose_section .purpose_item._2 .img {
        width: 306px;
    }

    #purpose_section .purpose_item._2 .text {
        margin-top: 10px;
    }

    #purpose_section .purpose_item._3::before {
        width: 500px;
        height: 58px;
        top: -58px;
    }

    #purpose_section .purpose_item._3 .title {
        width: 337px;
        height: 82px;
        margin: 10px auto 0;
        margin-bottom: 59px;
    }

    #purpose_section .purpose_item._3 .title::before {
        width: 9px;
        height: 36px;
    }

    #purpose_section .purpose_item._3 .img {
        width: 444px;
        height: 560px;
        box-shadow: 0 6px 0 #a50006;
        border-radius: 30px;
    }

    /* お客様の声 */
    #voice_section .wrapper {
        padding: 133px 0 0;
    }

    #voice_section .voice_wrap {
        margin-top: 47px;
    }

    #voice_section .voice_wrap .voice_img {
        padding-left: min(44px, 5.86666667vw);
        padding-right: min(44px, 5.86666667vw);
    }

    #voice_section .slick-dotted.slick-slider {
        margin-bottom: 30px;
    }

    #voice_section .voice_reference {
        padding: 14px 30px 86px;
    }

    #voice_section .voice_reference .cta {
        padding-top: 23px;
    }

    #voice_section .title::after {
        width: 102px;
        height: 52px;
        top: -70px;
    }

    #voice_section .voice_wrap .slick-prev:before,
    #voice_section .voice_wrap .slick-next:after {
        width: 32px;
        height: 32px;
    }

    /* Q&A */
    #qa_section {
        padding-top: 67px;
        padding-bottom: 73px;
    }

    #qa_section h3 {
        padding: 0 0 25px 227px;
    }

    #qa_section h3::before {
        width: 168px;
        height: 274px;
        top: -96px;
    }

    #qa_section .qa_title_img {
        width: 79px;
    }

    #qa_section .qa_wrap {
        padding: 27px 0 0;
        margin: 0 auto 33px;
    }

    .qa_title {
        padding: 0 0 27px;
        box-shadow: 0px 6px 0 #f7c8c4;
    }

    .qa_title::after {
        width: 17px;
        height: 17px;
    }

    .qa_title.is-open::after {
        height: 2px;
    }

    .qa_list.is-open {
        padding-top: 28px;
    }

    .ab_repayment {
        margin: 20px auto 6px auto;
    }

    .qa_wrap img.img_title {
        top: -14px;
        width: 165px;
    }

    .qa {
        margin: 0 auto 44px auto;
    }

    .qa_wrap.ab_loans .qa:first-child {
        margin: 0 auto 51px auto;
    }

    .qa_list .qa:last-child {
        margin-bottom: 31px;
    }

    .q {
        gap: 27px;
        padding-left: 20px;
        padding-bottom: 29px;
    }

    .q::before {
        height: 56px;
    }

    .a {
        padding: 19px 0 23px;
        border: 6px solid #ffe4f0;
        box-shadow: 0px 5px 9px 0 #aeaeae9e;
        border-radius: 20px;
    }

    .a_main {
        margin-bottom: 10px;
    }

    .a .a_text {
        margin: 0 auto 30px;
    }

    .pagetop-button {
        margin-bottom: 20px;
    }

    .pagetop-button img {
        height: 10px;
    }

    /* Q&A */
    #qa_section .qa_wrap {
        width: 467px;
    }

    .qa {
        width: 433px;
    }

    .a .font-26 {
        width: 370px;
    }

    /* 約束 */
    #promise_section h3.title {
        width: 336px;
        padding: 52px 0 53px;
    }

    #promise_section .promise_wrap {
        width: 428px;
        margin: 0 auto 73px;
    }

    #promise_section .promise_item {
        margin-bottom: 27px;
    }

    #promise_section .promise_item::before {
        height: 103.5%;
        box-shadow: 2px 5px 9px #b1b1b1;
        border-radius: 23px 23px 0 23px;
    }

    #promise_section .promise_item::after {
        width: 48px;
        height: 48px;
    }

    #promise_section .promise_item .wrap {
        border-radius: 20px;
    }

    #promise_section .promise_item_title {
        padding: 27px 0 10px;
    }

    #promise_section .promise_item_text {
        width: 386px;
        padding-bottom: 30px;
    }

    /* ご利用条件 */
    #req_section {
        padding-top: 59px;
        padding-bottom: 27px;
    }

    #req_section h3 {
        margin-bottom: 53px;
    }

    #req_section .loans {
        margin-bottom: 47px;
    }

    #req_section .shopping {
        margin-bottom: 28px;
    }

    #req_section table {
        margin-top: 10px;
    }

    #req_section td {
        border: 1px solid #000;
    }

    #req_section td:nth-of-type(1) {
        padding: 11px 0;
    }

    #req_section td:nth-of-type(2) {
        padding: 6px;
    }

    #req_section .caution .cl_red {
        margin-bottom: 27px;
    }

    #req_section .shopping table tr:nth-child(4) td:nth-child(1) {
        padding: 20px 0;
    }

    #req_section .shopping table tr:nth-child(5) td:nth-child(1) {
        padding: 27px 0;
    }

    #req_section .shopping table tr:nth-child(6) td:nth-child(1) {
        padding: 27px 0;
    }

    #req_section .shopping table tr:nth-child(6) td:nth-child(2) {
        padding: 17px 6px;
    }

    .req_wrap {
        width: 447px;
    }

    /* 会社情報 */


    .info,
    .info_footer {
        width: 447px;
    }

    .info ul,
    .info_footer ul {
        padding: 23px 60px 21px;
    }

    /* フッター */
    footer {
        padding-bottom: 240px;
    }

    footer .logo {
        padding-top: 14px;
        padding-bottom: 14px;
    }

    footer img.acom {
        margin-bottom: 3px;
    }

    .pagetop-button img {
        margin-left: 3px;
    }
}

/* 425px以下 */
@media screen and (max-width: 425px) {
    p.text.annotation02.font-16,
    .font-16.point2-annotation {
        font-weight: normal;
    }
}

p.text.annotation02.font-16 {
    font-size: min(11px,2.4vw);
    line-height: min(20px, 4.6vw);
    font-weight: 600;
    padding-left: min(23px, 3vw);
    padding-right: min(26px, 3vw);
}

.font-16.point2-annotation {
    padding-left: min(28px,5.733333vw);
    font-weight: 600;
    font-size: 11px;
}


/* 751px以下 */
@media screen and (max-width: 751px) {
    #form3sec_result_mount .form3sec_modal_btn.m-application-btn.theme-3sec {
        top: -168px;
        margin-left: 38px;
    }
}

/*  */
@media screen and (max-width: 425px) {
    #form3sec_result_mount .form3sec_modal_btn.m-application-btn.theme-3sec {
        top: -146px;
        margin-left: 32px;
    }
}

@media screen and (max-width: 320px) {
    #form3sec_result_mount .form3sec_modal_btn.m-application-btn.theme-3sec {
        top: -126px;
        margin-left: 27px;
    }
}
