@charset "shift_jis";
@import url("https://fonts.googleapis.com/css2?family=BIZ+UDPGothic:wght@400;700&family=Noto+Sans+JP:wght@100;200;300;400;500;600;700;800;900&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@700&display=swap');


/* スクロールを無効にするためのスタイル */
.no-scroll {
  overflow: hidden;
  height: 100vh; /* 画面の高さを100%に固定 */
}

section.l-content .l-content-inner{
    max-width: 1040px;
    width: 90%;
    margin: auto;
    padding: 0;
}
section.l-products {
    margin: 0px;
    padding: 0;
    background-color: #fff;
}
.l-contents-gap-product {
    padding-top: 140px;
    background-color: #fff;
}
/* breadcrumbs */
.breadcrumbs .breadcrumbs-inner {
    margin:auto;
    max-width:1200px;
    padding:13px 0 1em;
    width:90%;
}
.breadcrumbs .breadcrumbs-inner ol {
    display:flex;
    overflow:hidden;
    zoom:1;
}
.breadcrumbs .breadcrumbs-inner ol li,
.breadcrumbs-inner ol li a {
    color:#838383;
    font-family:"Noto Sans JP";
    font-size:1em;
    line-height:150%;
}
.breadcrumbs .breadcrumbs-inner ol li a {
    margin-right:17px;
    position:relative;
}
.breadcrumbs .breadcrumbs-inner ol li a:hover{
    color: #838383;
    opacity: 0.7;
}
.breadcrumbs .breadcrumbs-inner ol li a::after {
    background-image:url(/tameru/monefit/assets/img/products/arrow_pkz.svg);
    background-position:center center;
    background-repeat:no-repeat;
    background-size:contain;
    content:"";
    display:inline-block;
    height:.625rem;
    margin-left:17px;
    width:0.3125rem;
}
@media only screen and (max-width: 768px) {
    .breadcrumbs{
        display: none;
    }
}
/* kv */
.kvarea{
    background: #FFFFFF url(/tameru/monefit/assets/img/space1/pc/kv_bg_pc.jpg) no-repeat top center / 100% auto;
}
.kvarea section.l-products{
    background-color: transparent;
}
.kvarea .l-products-quest-btn_b_cp.pc{
    background-color: transparent !important;
    padding-top: 40px !important;
}
#etrust_kv .kv_title{
    display: flex;
    padding: 40px 0 24px;
    gap: 24px;
    flex-direction: column;
}
#etrust_kv .kv_title h1{
    color: var(---, #1A1A1A);
    text-align: center;
    font-family: "Noto Sans JP";
    font-size: 30px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%; /* 36px */
    letter-spacing: 1.2px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}
#etrust_kv .kv_title .kv_title_sub{
    display: flex;
    gap: 0;
    color: var(---blue_strong, #0054A6);
    font-family: "Noto Sans JP";
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%; /* 36px */
    letter-spacing: 1.44px;
    align-items: flex-end;
    justify-content: center;
}
#etrust_kv .kv_title .kv_title_sub > span{
    color: var(---bk_bg, #000);
    font-family: "Noto Sans JP";
    font-size: 30px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    letter-spacing: 1.2px;
}
#etrust_kv .kv_title .kv_title_sub::before{
    content: "";
    background-image: url(/tameru/monefit/assets/img/space1/line_right.png);
    background-size: cover;
    width: 17px;
    height: 32px;
    margin-right: 16px;
}
#etrust_kv .kv_title .kv_title_sub::after{
    content: "";
    background-image: url(/tameru/monefit/assets/img/space1/line_left.png);
    background-size: cover;
    width: 17px;
    height: 32px;
    margin-left: 16px;
}
#etrust_kv .kv_title .kv_title_sub .font1{
    color: var(---, #1A1A1A);
    text-align: right;
    font-family: "Noto Sans JP";
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%; /* 20px */
    letter-spacing: 0.8px;
    padding: 4px 8px 6px 8px;
    border-radius: 4px;
    border: 1px solid var(---, #484848);
    margin-right: 20px;
}
#etrust_kv .kv_title .kv_title_sub img{
    width: 26px;
    height: 32px;
    margin-right: 1px;
}
#etrust_kv .kv_title .kv_title_sub .font3{
    color: var(---, #1A1A1A);
    text-align: center;
    font-family: "Noto Sans JP";
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%; /* 32px */
}
.kv-label-wrap{
    display: flex;
    padding: 24px 0;
    justify-content: center;
    align-items: flex-start;
    gap: 24px;
    align-self: stretch;
    border-radius: 8px;
    background: var(---gray_light, #ECECEC);
    max-width: 1040px;
    width: 90%;
    margin: 16px auto 0;
}
.kv-label-wrap .kv-label{
    display: flex;
    padding: 8px 16px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 4px;
    background: var(---blue_gradation, linear-gradient(180deg, #162E73 0%, #112352 100%));
}
.kv-label-wrap .kv-label p{
    color: var(---, #FFF);
    font-family: "Noto Sans JP";
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
    letter-spacing: 1.12px;
}
.kv-label-wrap .textbox{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
}
.kv-label-wrap .textbox .sub-title{
    color: var(---blue_strong, #0054A6);
    text-align: center;
    font-family: "Noto Sans JP";
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.96px;
}
.kv-label-wrap .textbox .text{
    color: var(---, #1A1A1A);
    text-align: center;
    font-family: "Noto Sans JP";
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.72px;
}
.kv-label-wrap .textbox .text > span.pc{
    display: inline-block;
}
.kv-label-wrap .textbox > ul > li{
    display: flex;
    color: var(---, #1A1A1A);

    /* module/text/pc sp注釈 */
    font-family: "Noto Sans JP";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%; /* 22.4px */
    letter-spacing: 0.56px;
}
.kv-label-wrap .textbox > ul > li::before{
    content: "※";
    display: inline-block;
}
@media only screen and (max-width: 768px) {
    .kvarea{
        background: #FFFFFF url(/tameru/monefit/assets/img/space1/sp/kv_bg_sp.jpg) no-repeat top center / 100% auto;
    }
    #etrust_kv .kv_title{
        padding: 24px 0 8px;
        gap: 16px;
    }
    #etrust_kv .kv_title h1{
        color: var(---, #1A1A1A);
        text-align: right;
        font-family: "Noto Sans JP";
        font-size: 20px;
        font-style: normal;
        font-weight: 500;
        line-height: 120%; /* 24px */
        letter-spacing: 0.8px;
        gap: 8px;
        align-items: flex-end;
    }
    #etrust_kv .kv_title h1 img{
        width: 137.879px;
    }
    #etrust_kv .kv_title .kv_title_sub{
        color: var(---blue_strong, #0054A6);
        text-align: center;
        font-family: "Noto Sans JP";
        font-size: 22px;
        font-style: normal;
        font-weight: 700;
        line-height: 120%; /* 26.4px */
        letter-spacing: 0.88px;
    }
    #etrust_kv .kv_title .kv_title_sub > span{
        display: contents;
        color: var(---bk_bg, #000);
        font-family: "Noto Sans JP";
        font-size: 18px;
        font-style: normal;
        font-weight: 500;
        line-height: 120%;
        letter-spacing: 0.72px;
    }
    
    #etrust_kv .kv_title .kv_title_sub::before{
        margin-right: 4px;
    }
    #etrust_kv .kv_title .kv_title_sub::after{
        margin-left: 4px;
    }
    #etrust_kv .kv_title .kv_title_sub .font1{
        color: var(---, #1A1A1A);
        text-align: right;
        font-family: "Noto Sans JP";
        font-size: 12px;
        font-style: normal;
        font-weight: 500;
        line-height: 100%; /* 12px */
        letter-spacing: 0.48px;
        padding: 4px 6px;
        border-radius: 2px;
        border: 1px solid var(---, #484848);
        margin-right: 8px;
    }
    #etrust_kv .kv_title .kv_title_sub .font3{
        color: var(---, #1A1A1A);
        text-align: center;
        font-family: "Noto Sans JP";
        font-size: 22px;
        font-style: normal;
        font-weight: 500;
        line-height: 100%; /* 22px */
    }
    #etrust_kv ul{
        margin-top: 4px;
    }
    #etrust_kv ul li{
        color: #1A1A1A;
        font-family: "Noto Sans JP";
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 160%;
        letter-spacing: 0.36px;
        padding: 0px 16px;
        display: flex;
    }
    #etrust_kv ul li::before{
        display: inline-block;
        content: "※";
    }
    .kv-label-wrap{
        padding: 16px;
        flex-direction: column;
        align-items: center;
        gap: 8px;
    }
    .kv-label-wrap .kv-label{
        padding: 4px 16px;
    }
    .kv-label-wrap .kv-label p{
        font-size: 18px;
        letter-spacing: 0.72px;
    }
    .kv-label-wrap .textbox{
        align-items: center;
        gap: 4px;
    }
    .kv-label-wrap .textbox .sub-title{
        font-size: 18px;
        letter-spacing: 0.72px;
    }
    .kv-label-wrap .textbox .text{
        font-size: 16px;
        line-height: 140%; /* 22.4px */
        letter-spacing: 0.64px;
    }
    .kv-label-wrap .textbox .text > span.pc{
        display: none;
    }
    .kv-label-wrap .textbox > ul{
        margin-top: 4px;
    }
    .kv-label-wrap .textbox > ul > li{
        text-align: center !important;
        font-size: 14px !important;
        letter-spacing: 0.56px !important;
        font-weight: 400 !important;
        line-height: 120% !important; /* 14.4px */
        padding: 0 !important;
    }
}
#etrust_kv .kv{
    max-width: 1440px;
    width: 100%;
    margin: auto;
}
@media only screen and (max-width: 768px) {
    #etrust_kv .kv{
        width: 100%;
        margin-bottom: 8px;
    }
}
/* kv */

/* 登録 */
.l-products-quest-btn_b_cp.pc {
    display: flex;
    padding: 0px 20px 0 !important;
    margin: 0 !important;
    justify-content: space-between;
    align-items: center;
    background-color: #fff !important;
}
.l-products-quest-btn_b_cp.sp {
    display: none;
}
.l-products-quest-btn_b_cp .l-content-inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 20px 40px !important;
    width: 100% !important;
    max-width: unset !important;
}
@media only screen and (max-width: 768px) {
    .l-products-quest-btn_b_cp.sp {
        display: flex;
        padding: 30px 0px 0 !important;
        margin: 0 !important;
        justify-content: space-between;
        align-items: center;
        background-color: transparent !important;
    }
}
@media only screen and (max-width: 768px) {
    .l-products-quest-btn_b_cp .l-content-inner {
        gap: 20px 10px !important;
    }
}
.l-contents .button_area-inner_a {
    width: unset;
    padding-left: unset;
    float: unset;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
}
.l-contents .button_area-inner_text {
    color: var(---, #1A1A1A);
    text-align: center;
    leading-trim: both;
    text-edge: cap;
    
    /* エスコン/エスコン_PC_詳細 */
    font-family: "Noto Sans JP";
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
}
@media only screen and (max-width: 768px) {
    .l-contents .button_area-inner_text {
        text-align: center;
        leading-trim: both;
        text-edge: cap;

        /* クエスト/詳細 */
        font-family: "Noto Sans JP";
        font-size: 10px;
        font-style: normal;
        font-weight: 700;
        line-height: 12px; /* 120% */
    }
}
.l-contents .button_area-inner_a .mf_point_cv_ac {
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(---, #FFF);
    text-align: center;
    leading-trim: both;
    text-edge: cap;
    
    /* エスコン/エスコン_PC_強調 */
    font-family: "Noto Sans JP";
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px; /* 120% */
    padding: 18px 60px;
    gap: 12px;
    border-radius: 60px;
    background: #E60000;
    box-shadow: 4px 6px 14px 0px rgba(0, 0, 0, 0.14);
    align-self: stretch;
}
.l-contents .button_area-inner_a .mf_point_cv_ac span {
    display: flex;
    padding: 8px 12px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 4px;
    background: var(---, #FFF);
    color: var(---, #E60000);
    leading-trim: both;
    text-edge: cap;

    /* エスコン/エスコン_PC_アンカー */
    font-family: "Noto Sans JP";
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 14px; /* 70% */
}
@media only screen and (max-width: 768px) {
    .l-contents .button_area-inner_a .mf_point_cv_ac {
        color: var(---, #FFF);
        text-align: center;
        leading-trim: both;
        text-edge: cap;

        /* クエスト/本文_太字 */
        font-family: "Noto Sans JP";
        font-size: 14px;
        font-style: normal;
        font-weight: 700;
        line-height: 22px; /* 157.143% */
        letter-spacing: 0.28px;
        display: flex;
        padding: 12px 18px;
        justify-content: center;
        align-items: center;
        gap: 4px;
        border-radius: 25px;
        background: var(---, #E60000);
    }
    .l-contents .button_area-inner_a .mf_point_cv_ac span {
        display: flex;
        padding: 4px;
        justify-content: center;
        align-items: center;
        gap: 10px;
        border-radius: 4px;
        background: var(--surface-surface-subtle, #FAEDED);
        color: var(---, #E60000);
        leading-trim: both;
        text-edge: cap;

        /* クエスト/アンカー */
        font-family: "Noto Sans JP";
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: 14px; /* 116.667% */
        letter-spacing: -0.24px;
    }
}
.l-contents .button_area-inner_a .mf_point_cv_ac:hover {
    background: #B80000;
}
.l-contents .button_area-inner_a .mf_point_cv_ac:hover span {
    color: #B80000;
    background: var(--surface-surface-subtle, #FAEDED);
}
.mf_point_cv_ac:visited, .mf_point_cv_ac:link {
    color: #FFF;
}
.l-contents .button_area-inner_b {
    width: unset;
    float: unset;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
}
.l-contents .button_area-inner_b .mf_point_cv_login {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
    align-self: stretch;
    border-radius: 70px;
    border: 2px solid var(--text-text-critical, #E60000);
    padding: var(--xs, 18px) var(--sm, 60px);
    color: var(---, #E60000);
    text-align: center;
    leading-trim: both;
    text-edge: cap;

    /* エスコン/エスコン_PC_強調 */
    font-family: "Noto Sans JP";
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px; /* 120% */
}
.l-contents .button_area-inner_b .mf_point_cv_login > img{
    width: 24px;
    height: 28px;
}
@media only screen and (max-width: 768px) {
    .l-contents .button_area-inner_b .mf_point_cv_login {
        display: flex;
        padding: 12px 15px;
        justify-content: center;
        align-items: center;
        gap: 4px;
        align-self: stretch;
        border-radius: 25px;
        border: 2px solid var(---, #E60000);
        background: var(---, #FFF);
        color: var(---, #E60000);
        text-align: center;
        leading-trim: both;
        text-edge: cap;

        /* クエスト/本文_太字 */
        font-family: "Noto Sans JP";
        font-size: 14px;
        font-style: normal;
        font-weight: 700;
        line-height: 22px; /* 157.143% */
        letter-spacing: 0.28px;
    }
    .l-contents .button_area-inner_b .mf_point_cv_login > img{
        width: 13px;
        height: 15px;
    }
}
.button_area-inner_c {
    width: 100%;
    display: flex;
    justify-content: center;
}
.button_area-inner_c > a {
    color: var(---, #E60000);
    leading-trim: both;
    text-edge: cap;
    
    /* エスコン/エスコン_PC_アンカー */
    font-family: "Noto Sans JP";
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 14px; /* 70% */
    display: flex;
    align-items: center;
}
.button_area-inner_c > a::before {
    content: "";
    display: inline-block;
    width: 28px;
    height: 28px;
    background-image: url(/tameru/monefit/assets/img/space1/txt-link.svg);
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
    margin-right: 8px;
    flex-shrink: 0;
}
#guide section.l-content.l-products-quest-btn_b_cp.pd-btn-a div.button_area-inner_c > a::before{
    background-image: url(/tameru/monefit/assets/img/space1/txt-link-white.svg);
}
@media only screen and (max-width: 768px) {
    .button_area-inner_c > a {
        font-size: 16px !important;
        font-weight: 500 !important;
        line-height: 150% !important; /* 24px */
        letter-spacing: 0.64px !important;
    }
    #guide > div > div > div.l-content.l-products-quest-btn_b_cp.pd-btn-a.sp > div > div.button_area-inner_c > a::before{
        background-image: url(/tameru/monefit/assets/img/space1/txt-link-white.svg) !important;
    }
    #guide > div > div > div.l-content.l-products-quest-btn_b_cp.pd-btn-a.sp > div > div > p{
        color: var(---, #FFF) !important;
    }
}
.button_area-inner_c > a:hover {
    opacity: 0.7;
    color: var(---, #E60000);
}
/* 登録 */

/* アンカー */
#anchor .anc-box{
    display: flex;
    flex-wrap: wrap;
    padding: 64px 0;
    align-items: flex-end;
    justify-content: center;
    gap: var(--md, 32px);
    align-self: stretch;
}
#anchor .anc-box div{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 12px;
}
#anchor .anc-box a{
    display: flex;
    flex-basis: calc(50% - 16px);
    width: 100%;
    height: 88px;
    padding: 30px var(--md, 32px);
    justify-content: space-between;
    gap: 8px;
    align-items: center;
    border-radius: 10px;
    border: 2px solid var(---blue_strong, #0054A6);
    background: var(---, #FFF);
    color: var(---blue_strong, #0054A6);
    leading-trim: both;
    text-edge: cap;

    /* エスコン/エスコン_PC_強調 */
    font-family: "Noto Sans JP";
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px; /* 120% */
}
#anchor .anc-box a:first-child{
    width: 100%;
    flex-basis: auto;
    max-width: none;
}
#anchor .anc-box a > div{
    flex-direction: unset;
    gap: 8px;
    align-items: baseline;
}
@media only screen and (max-width: 768px) {
    #anchor .anc-box{
        gap: 8px;
        padding: 24px 0 24px 0;
    }
    #anchor .anc-box a{
        flex-basis: calc(50% - 4px);
        width: 100%;
        height: 38px;
        padding: 8px;
        color: var(---blue_strong, #0054A6);

        /* エスコン/エスコン_アンカーリンク_SP */
        font-family: "Noto Sans JP";
        font-size: 10px;
        font-style: normal;
        font-weight: 700;
        line-height: 110%; /* 11px */
        letter-spacing: 0.4px;
        border-radius: 4px;
        border: 1.5px solid var(---blue_strong, #0054A6);
    }
    #anchor .anc-box a > div{
        flex-direction: column;
        align-items: baseline;
        gap: 0px;
    }
    #anchor .anc-box > *{
        width: 100% !important;
    }
}
#anchor .anc-box a::after{
    display: inline-block;
    vertical-align: baseline;
    content: "";
    width: 21.993px;
    height: 10.997px;
    flex-shrink: 0;
    background-image: url(/tameru/monefit/assets/img/space1/arrow.svg);
    background-repeat: no-repeat;
    background-size: contain;
}
@media only screen and (max-width: 768px) {
    #anchor .anc-box a::after{
        width: 8px;
        height: 4px;
    }
}
#anchor .anc-box a span{
    display: flex;
    padding: 0px 4px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 2px;
    border: 1px solid var(---_, #E94829);
    color: var(---_, #E94829);

    /* エスコン/エスコン_アンカー */
    font-family: "Noto Sans JP";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    letter-spacing: 0.64px;
}
#anchor .anc-box p{
    color: #E94829;
    leading-trim: both;
    text-edge: cap;

    /* エスコン/エスコン_PC_アンカー */
    font-family: "Noto Sans JP";
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 14px; /* 70% */
}
@media only screen and (max-width: 768px) {
    #anchor .anc-box a span{
        padding: 2px;
        border-radius: 1px;
        border: 0.5px solid var(---_, #E94829);
        color: var(---_, #E94829);
        font-family: "Noto Sans JP";
        font-size: 9px;
        font-style: normal;
        font-weight: 400;
        line-height: 100%; /* 9px */
        letter-spacing: 0.36px;
    }
    #anchor .anc-box p{
        /* エスコン/エスコン_アンカーリンク_SP */
        font-family: "Noto Sans JP";
        font-size: 10px;
        font-style: normal;
        font-weight: 700;
        line-height: 110%; /* 11px */
        letter-spacing: -1px;
    }
}
#anchor .anc-box a:hover{
    opacity: 0.7;
}
/* アンカー */

.quest{
    display: flex;
    align-items: flex-start;
    gap: 20px;
    align-self: stretch;
}
@media only screen and (max-width: 768px) {
    .quest{
        flex-direction: column;
        margin-top: 32px;
        gap: 24px;
    }
}
.quest .textbox{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: var(--lg, 40px);
    flex: 1 0 0;
}
.quest .textbox .title{
    display: block;
    color: var(---blue_strong, #0054A6);
    leading-trim: both;
    text-edge: cap;

    /* エスコン/エスコン_PC_h4 */
    font-family: "Noto Sans JP";
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px; /* 136.364% */
    width: 100%;
    margin: unset;
}
.quest .textbox .text{
    color: var(---, #1A1A1A);

    /* エスコン/エスコン_本文 */
    font-family: "Noto Sans JP";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 24px */
    letter-spacing: 0.64px;
}
.quest .textbox .linklist{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    align-self: stretch;
}
.quest .textbox .link{
    display: flex;
    flex-direction: row !important;
    gap: 8px !important;
    align-items: center;
    color: var(---, #E60000);
    font-family: "Noto Sans JP";
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%; /* 26px */
}
.quest .link::before{
    display: inline-block;
    vertical-align: baseline;
    content: "";
    width: 28px;
    height: 28px;
    background-image: url(/tameru/monefit/assets/img/space1/txt-link.svg);
    background-repeat: no-repeat;
    background-size: contain;
    margin-right: 8px;
}
@media only screen and (max-width: 768px) {
    .quest .textbox{
        gap: 16px;
    }
    .quest .textbox .title{
        leading-trim: both;
        text-edge: cap;

        /* エスコン/エスコン_h4 */
        font-family: "Noto Sans JP";
        font-size: 16px;
        font-style: normal;
        font-weight: 700;
        line-height: 30px; /* 166.667% */
    }
    .quest .textbox .text{
        color: var(---, #1A1A1A);

        /* エスコン/エスコン_本文 */
        font-family: "Noto Sans JP";
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 150%; /* 24px */
        letter-spacing: 0.64px;
    }
    .quest .textbox .link.pc{
        display: none;
    }
    .quest .linklist{
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 16px;
        align-self: stretch;
    }
    .quest .link.sp{
        display: flex;
        flex-direction: row !important;
        gap: 8px !important;
        color: var(---, #E60000);
        font-family: "Noto Sans JP";
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: 150%; /* 24px */
        letter-spacing: 0.64px;
    }

}
.quest .textbox .link:hover{
    opacity: 0.7;
}
.quest table{
    border: 1px solid var(---, #1A1A1A);
}
.quest table th,
.quest table td{
    border-bottom: 1px solid var(---, #1A1A1A);
    border-right: 1px solid var(---, #1A1A1A);
    vertical-align: middle;
    text-align: center;
}
.quest table thead th{
    padding: 5px 50px;
}
.quest table th:nth-child(1){
    border-right: 3px solid var(---blue_strong, #0054A6);
}
.quest table td:nth-child(2){
    border-right: 3px solid var(---blue_strong, #0054A6);
}
.quest table tr:nth-child(4) td:nth-child(2){
    border-bottom: 3px solid var(---blue_strong, #0054A6);
}
.quest table thead th:nth-child(2){
    border-top: 3px solid var(---blue_strong, #0054A6);
    border-right: 3px solid var(---blue_strong, #0054A6);
}
.quest table thead th:nth-child(3){
    padding-bottom: 10px;
}
@media only screen and (max-width: 768px) {
    .quest table{
        width: 100%;
    }
    .quest table th:nth-child(1){
        border-right: 2px solid var(---blue_strong, #0054A6);
    }
    .quest table td:nth-child(2){
        border-right: 2px solid var(---blue_strong, #0054A6);
    }
    .quest table tr:nth-child(4) td:nth-child(2){
        border-bottom: 2px solid var(---blue_strong, #0054A6);
    }
    .quest table thead th:nth-child(2){
        border-top: 2px solid var(---blue_strong, #0054A6);
        border-right: 2px solid var(---blue_strong, #0054A6);
    }
    .quest table thead th{
        padding: 5px 15px;
    }
    .quest table thead th:nth-child(2){
        padding: 5px 15px;
    }
    .quest table thead th:nth-child(3) {
        padding-bottom: 10px;
    }
}
.quest table th{
    background: rgb(226 226 226 / 0.8);
}
.quest table tr th > *,
.quest table tr td > *{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: column;
    width: 100%;
    height: 100%;
}
.quest table tr > *:first-child{
    background: #EBF7FF;
    padding: 25px 27px;
    color: var(---, #1A1A1A);
    text-align: center;
    leading-trim: both;
    text-edge: cap;

    /* エスコン/エスコン_PC_強調 */
    font-family: "Noto Sans JP";
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px; /* 120% */
}
@media only screen and (max-width: 768px) {
    .quest table tr > *:first-child{
        padding: 0 9px;
        color: var(---, #1A1A1A);
        text-align: center;
        font-family: "Noto Sans JP";
        font-size: 14px;
        font-style: normal;
        font-weight: 500;
        line-height: 150%; /* 21px */
        letter-spacing: 0.56px;
        white-space: nowrap;
    }
    .quest table tr td > *{
        gap: 8px;
    }
}
.quest table td:nth-child(2){
    background: #FFDEDE;
}
.quest table td:nth-child(3){
    background: var(---, #FFF);
}
.quest table tbody tr:last-child > *:last-child{
    border: none;
}
.quest table th:nth-child(2) img{
    width: 130px;
}
.quest table th:nth-child(3) img{
    width: 95px;
}
@media only screen and (max-width: 768px) {
    .quest table th:nth-child(2) img{
        width: 20vw;
    }
    .quest table th:nth-child(3) img{
        width: 15vw;
    }
}
.quest table td{
    color: var(---, #1A1A1A);
    text-align: center;
    leading-trim: both;
    text-edge: cap;
    font-family: "Noto Sans JP";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px; /* 144.444% */
    letter-spacing: 0.9px;
}
.quest table td span{
    color: #1A1A1A;
    text-align: center;
    leading-trim: both;
    text-edge: cap;
    font-family: "Noto Sans JP";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px; /* 157.143% */
    letter-spacing: -0.7px;
}
@media only screen and (max-width: 768px) {
    .quest table td{
        color: var(---, #1A1A1A);
        text-align: center;
        leading-trim: both;
        text-edge: cap;
        font-family: "Noto Sans JP";
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 120%; /* 16.8px */
        letter-spacing: 0.7px;
        padding: 18px 4px;
    }
    .quest table td span{
        color: #1A1A1A;
        text-align: center;
        font-family: "Noto Sans JP";
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: 120%; /* 14.4px */
        letter-spacing: 0.48px;
    }
}

/* 募集中の商品のご案内 */
#guide {
    padding: 80px 0;
    position: relative;
    background-color: #000;
}
#guide::before{
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0%);
    max-width: 1440px;
    width: 100%;
    height: 5679px;
    background-image: url(/tameru/monefit/assets/img/space1/pc/long_bg_over_pc.jpg);
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    z-index: 1;
}
#guide::after{
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0%);
    max-width: 1440px;
    width: 100%;
    height: 5526px;
    background-image: url(/tameru/monefit/assets/img/space1/pc/long_bg_under_pc.jpg);
    background-size: cover;
    background-position: center bottom;
    background-repeat: no-repeat;
}
#guide .l-content-inner{
    position: relative;
    z-index: 2;
}
@media only screen and (max-width: 768px) {
    #guide {
        padding: 64px 0 64px;
        background-image: url(/tameru/monefit/assets/img/space1/sp/long_bg_sp.jpg);
        background-size: 100% 100%;
    }
    #guide::before{
        content: unset;
    }
    #guide::after{
        content: unset;
    }
}
#guide .feature{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 60px;
}
#guide .feature .titlebox{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    align-self: stretch;
    margin-bottom: 64px;
}
#guide .feature .titlebox > div{
    display: flex;
    padding: 8px 0 16px 0;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-self: stretch;
    border-radius: 8px;
    background: var(---blue_strong, #0054A6);
    margin-bottom: 32px;
}
#guide .feature .titlebox > div > h2{
    color: var(---, #FFF);
    text-align: center;
    font-family: "Noto Sans JP";
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    letter-spacing: 1.12px;
}
#guide .feature .titlebox > div > h2 > span{
    font-size: var(--pch2-font-size, 40px);
    letter-spacing: 1.6px;
    line-height: 150%; /* 60px */
}
#guide .feature .titlebox > div > ul > li{
    display: flex;
    color: #FFF;
    text-align: left;
    leading-trim: both;
    text-edge: cap;
    font-family: "Noto Sans JP";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    letter-spacing: 0.56px;
    margin-top: 8px;
}
#guide .feature .titlebox > div > ul > li::before{
    content: "※";
    display: inline-block;
}
#guide .titlebox > p{
    color: var(---, #FFF);
    font-family: "Noto Sans JP";
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 170%; /* 30.6px */
    letter-spacing: 0.8px;
    margin-bottom: 8px;
}
#guide .titlebox > ul > li{
    display: flex;
    color: #F5F5F5;
    text-shadow: 0 0 5px #000;
    font-family: "Noto Sans JP";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px; /* 157.143% */
}
#guide .titlebox > ul > li::before{
    content: "※";
    display: inline-block;
}
#guide .feature .text{
    width: 100%;
}
#guide .feature .text h3{
    width: 100%;
    color: var(---, #FFF);
    text-align: center;

    /* エスコン/エスコン_h3 */
    font-family: var(--h3-font-family, "Noto Sans JP");
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%; /* 30px */
    letter-spacing: 0.8px;
    border-radius: 4px;
    background: var(---, #1BB8CE);
    padding: 8px 0px;
    margin-bottom: 32px;
}
#guide .feature .text p{
    color: var(--color-black-1000, #000);
    leading-trim: both;
    text-edge: cap;
    font-feature-settings: 'palt' on;

    /* エスコン/エスコン_PC_本文 */
    font-family: "Noto Sans JP";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28.8px; /* 160% */
    margin-bottom: 10px;
}
#guide .feature .text ul li{
    color: var(---, #838383);
    leading-trim: both;
    text-edge: cap;
    display: flex;

    /* エスコン/エスコン_PC_注釈 */
    font-family: "Noto Sans JP";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px; /* 157.143% */
}
#guide .feature .text ul li::before{
    display: inline-block;
    content: "※";
}
#guide .feature .cardarea{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 48px;
    margin-bottom: 80px;
}
#guide .feature .cardarea .card.card1{
    display: flex;
    padding: 40px 40px 32px 40px;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    align-self: stretch;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(5px);
    position: relative;
}
#guide .feature .cardarea .card1 p.title{
    color: var(---, #1A1A1A);
    text-align: center;
    font-family: "Noto Sans JP";
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%; /* 48px */
    letter-spacing: 1.28px;
}
#guide .feature .cardarea .card1 p.title span{
    color: var(---blue, #0693F6);
    font-family: "Noto Sans JP";
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    letter-spacing: 1.28px;
    border-bottom: 4px solid rgba(6, 147, 246, 0.40);
}
#guide .feature .cardarea .card1 .text{
    color: var(--module-text-normal, #1A1A1A);
    font-feature-settings: 'pwid' on;
    font-family: "Noto Sans JP";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 170%; /* 30.6px */
    letter-spacing: 0.72px;
}
#guide .feature .cardarea .card1 .text span{
    font-weight: 700;
}
#guide .feature .cardarea .card1 img{
    width: 100%;
}
#guide .feature .cardarea .card1 p:nth-child(3){
    color: var(---, #1A1A1A);
    font-feature-settings: 'palt' on;
    font-family: "Noto Sans JP";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28.8px;
}
#guide .feature .cardarea .button_area-inner_c{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 8px;
    align-self: stretch;
}
#guide .feature .cardarea .button_area-inner_c a{
    color: var(---, #E60000);
    font-family: "Noto Sans JP";
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
}
#guide .feature .cardarea .cards{
    display: flex;
    align-items: center;
    gap: 16px;
    align-self: stretch;
}
#guide .feature .cardarea .cards .card2,
#guide .feature .cardarea .cards .card3{
    display: flex;
    position: relative;
    padding: 40px 40px 32px 40px;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    flex: 1 0 0;
    align-self: stretch;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(5px);
}
#guide .feature .cardarea .cards .sub-title{
    color: var(---, #1A1A1A);
    text-align: center;
    font-family: "Noto Sans JP";
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%; /* 48px */
    letter-spacing: 1.28px;
}
#guide .feature .cardarea .cards .sub-title span{
    color: var(---blue, #0693F6);
}
#guide .feature .cardarea .cards img{
    width: 432px;
}
#guide .feature .cardarea .cards .text{
    color: var(---, #1A1A1A);
    font-feature-settings: 'palt' on;
    font-family: "Noto Sans JP";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28.8px;
    margin-bottom: 8px;
}
#guide .feature .cardarea .cards .text span{
    text-underline-offset: -0.1em;
    text-decoration-skip-ink: none;
    text-decoration: underline;
    text-decoration-thickness: 0.3em;
    text-decoration-color: #CFEBFF;
}
@media only screen and (max-width: 768px) {
    #guide .feature{
        margin-bottom: 48px;
    }
    #guide .feature .text h3{
        margin-bottom: 12px;
    }
    #guide .feature .text p{
        color: var(--color-black-1000, #000);

        /* エスコン/エスコン_本文 */
        font-family: "Noto Sans JP";
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 150%; /* 24px */
        letter-spacing: 0.64px;
    }
    #guide .feature .text ul li{
        color: var(---, #838383);

        /* エスコン/エスコン_注釈 */
        font-family: "Noto Sans JP";
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 150%; /* 18px */
        letter-spacing: 0.48px;
        display: flex;
    }
    #guide .feature .cardarea .cards{
        flex-direction: column;
        gap:45px;
    }
    #guide .feature .titlebox > div{
        padding: 16px 8px;
        margin-bottom: 24px;
    }
    #guide .feature .titlebox{
        margin-bottom: 46px;
    }
    #guide .feature .titlebox > div > h2{
        color: var(---, #FFF);
        text-align: center;
        leading-trim: both;
        text-edge: cap;

        /* module/title/h2-sp見出し */
        font-family: "Noto Sans JP";
        font-size: 28px;
        font-style: normal;
        font-weight: 700;
        line-height: 150%; /* 42px */
    }
    #guide .feature .titlebox > div > h2 > span{
        color: var(---, #FFF);
        text-align: center;
        leading-trim: both;
        text-edge: cap;

        /* module/title/h2-sp見出し */
        font-family: "Noto Sans JP";
        font-size: 28px;
        font-style: normal;
        font-weight: 700;
        line-height: 150%; /* 42px */
    }
    #guide .titlebox > p{
        font-size: 18px;
        line-height: 150%; /* 27px */
        letter-spacing: 0.72px;
    }
    #guide .feature .cardarea .card1 p.title{
        font-size: 24px;
        letter-spacing: 0.96px;
    }
    #guide .feature .cardarea .card1 p.title span{
        font-size: 24px;
        letter-spacing: 0.96px;
    }
    #guide .feature .cardarea .cards .sub-title{
        font-size: 24px;
        letter-spacing: 0.96px;
    }
    #guide .feature .cardarea .cards .card2 > img.sp{
        width: 232.565px;
    }
    #guide .feature .cardarea .cards .card3 > img.sp{
        width: 311px;
    }
}
@media only screen and (max-width: 768px) {
    #guide .feature .cardarea{
        width: 100%;
        flex-direction: column;
        gap: 45px;
        margin-bottom: 48px;
    }
}
@media only screen and (max-width: 768px) {
    #guide .feature .cardarea .card{
        width: 100%;
        height: auto;
        align-self: center;
        gap: 0px
    }
    #guide .feature .cardarea .card .imgbox{
        margin-bottom: 24px;
        height: auto !important;
    }
}
#guide .feature .cardarea .card1::before,
#guide .feature .cardarea .card2::before,
#guide .feature .cardarea .card3::before{
    position: absolute;
    display: inline-block;
    vertical-align: baseline;
    content: "";
    width: 45px;
    height: 45px;
    top: -20px;
    left: 50%;
    transform: translateX(-50%);
    background-repeat: no-repeat;
    background-size: contain;
}
#guide .feature .cardarea .card.card1:before{
    background-image: url(/tameru/monefit/assets/img/space1/number_01.svg);
}
#guide .feature .cardarea .cards .card2:before{
    background-image: url(/tameru/monefit/assets/img/space1/number_02.svg);
}
#guide .feature .cardarea .cards .card3:before{
    background-image: url(/tameru/monefit/assets/img/space1/number_03.svg);
}
#guide .feature .cardarea .card .imgbox{
    display: flex;
    height: 200px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 8px;
    align-self: stretch;
}
#guide .feature .cardarea .card .imgbox img{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    align-self: stretch;
    width: 100%;
}
@media only screen and (max-width: 768px) {
    #guide .feature .cardarea p{
        height: auto;
    }
    #guide .feature .cardarea .card.card1,
    #guide .feature .cardarea .cards .card2,
    #guide .feature .cardarea .cards .card3{
        gap: 24px;
        padding: 40px 16px 32px 16px;
    }
}
#guide .feature .cardarea ul{
    width: 100%;
}
#guide .feature .cardarea ul li{
    color: #1A1A1A;
    leading-trim: both;
    text-edge: cap;

    /* エスコン/エスコン_PC_注釈 */
    font-family: "Noto Sans JP";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px; /* 157.143% */
    display: flex;
    align-items: flex-start;
}
#guide .feature .cardarea ul li::before{
    display: inline-block;
    content: "※";
}
#guide .feature .cardarea .card:nth-child(3) ul li::before{
    content: "*";
}
@media only screen and (max-width: 768px) {
    #guide .feature .cardarea ul li{
        color: #1A1A1A;

        /* エスコン/エスコン_注釈 */
        font-family: "Noto Sans JP";
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 150%; /* 18px */
        letter-spacing: 0.48px;
    }
}
#guide .ReceiptMethod{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    align-self: stretch;
    font-family: "Noto Sans JP";
}
#guide .ReceiptMethod .title{
    margin-bottom: 48px;
}
#guide .ReceiptMethod p{
    color: var(--module-text-normal, #1A1A1A);
    font-feature-settings: 'pwid' on;
    font-family: "Noto Sans JP";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 170%; /* 30.6px */
    letter-spacing: 0.72px;
}
#guide .ReceiptMethod div h2{
    color: var(---_, #E94829);
    font-family: "Noto Sans JP";
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%; /* 48px */
    letter-spacing: 1.28px;
    margin-bottom: 16px;
    text-align: left;
}
@media only screen and (max-width: 768px){
    #guide .ReceiptMethod .title{
        margin-bottom: 40px;
    }
    #guide .ReceiptMethod div h2{
        font-size: 24px;
        letter-spacing: 0.96px;
    }
    #guide .ReceiptMethod .ReceiptMethod-group .ReceiptMethod-group-text{
        flex-direction: column;
        gap: 8px !important;
    }
    #guide .ReceiptMethod .ReceiptMethod-group .ReceiptMethod-group-text h3{
        font-size: 22px;
        letter-spacing: 0.88px;
    }
    #guide .ReceiptMethod .ReceiptMethod-group .ReceiptMethod-group-text p{
        font-size: 18px !important;
        letter-spacing: 0.72px !important;
    }
    #guide .ReceiptMethod .ReceiptMethod-group .sp{
        align-self: center;
        margin-top: 32px;
    }
    #guide .ReceiptMethod .ReceiptMethod-group .sp img{
        max-width: 343px;
        width: 100%;
    }
    #guide .ReceiptMethod .ReceiptMethod-group{
        margin-bottom: 62px !important;
    }
}
#guide .ReceiptMethod .ReceiptMethod-group{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    align-self: stretch;
    margin-bottom: 48px;
}
#guide .ReceiptMethod .ReceiptMethod-group .ReceiptMethod-group-text{
    display: flex;
    align-items: flex-start;
    gap: 16px;
    margin-bottom: 8px;
}
#guide .ReceiptMethod .ReceiptMethod-group h3{
    color: var(---, #1A1A1A);
    font-family: "Noto Sans JP";
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%; /* 36px */
    letter-spacing: 0.96px;
    display: flex;
    align-items: center;
    position: relative;
    justify-content: center;
}
#guide .ReceiptMethod .ReceiptMethod-group .new::before{
    display: inline-block;
    content: "";
    width: 61px;
    height: 30px;
    margin-right: 8px;
    background-image: url(/tameru/monefit/assets/img/toda/new_icon.svg);
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: middle;
}
#guide .ReceiptMethod .ReceiptMethod-group .ReceiptMethod-group-text div{
    display: flex;
    align-items: center;
    gap: 8px;
    align-self: center;
}
#guide .ReceiptMethod .ReceiptMethod-group .ReceiptMethod-group-text p{
    display: flex;
    height: 30px;
    padding: 7px 12px;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    border: 2px solid var(---_, #1BB8CE);
    color: var(---_, #1BB8CE);
    text-align: center;
    font-feature-settings: 'pwid' on;
    font-family: "Noto Sans JP";
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    letter-spacing: 0.8px;
}
#guide .ReceiptMethod .ReceiptMethod-group .pc img{
    max-width: 1040px;
    width: 100%;
    max-height: 600px;
    margin-top: 24px;
}
@media only screen and (min-width: 769px){
    #guide .ReceiptMethod .ReceiptMethod-wrapper{
        display: flex;
        position: relative;
        max-width: 1040px;
        width: 100%;
        justify-content: space-between;
        align-items: flex-start;
        margin-bottom: 48px;
    }
    #guide .ReceiptMethod .ReceiptMethod-group{
        max-width: 480px;
        width: 100%;
        margin-bottom: 0;
    }
    #guide .ReceiptMethod .ReceiptMethod-group p{
        height: 124px;
    }
    #guide .ReceiptMethod .ReceiptMethod-group .pc img{
        margin-top: 8px;
    }
}
#guide .simulation{
    display: flex;
    flex-direction: column;
    align-self: stretch;
    margin-bottom: 64px;
}
#guide .simulation > p.title{
    color: var(---, #FFF);
    text-shadow: 0 0 4px #000;
    font-family: "Noto Sans JP";
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    letter-spacing: 1.28px;
    margin-bottom: 24px;
}
#guide .simulation .cardwrap{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    align-self: stretch;
    font-family: "Noto Sans JP";
}
#guide .simulation > ul{
    display: flex;
    flex-direction: column;
    gap: 8px;
}
#guide .simulation > ul > li{
    display: flex;
    color: #F5F5F5;
    text-shadow: 0 0 4px #000;

    /* module/text/pc sp注釈 */
    font-family: "Noto Sans JP";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%; /* 22.4px */
    letter-spacing: 0.56px;
}
#guide .simulation > ul > li::before{
    content: "※";
    display: inline-block;
}
#guide > div > div > section{
    background-color: unset !important;
}
#guide > div > div > section > div > div > p{
    color: var(---, #FFF);
}
#guide .button_area-inner_c > a{
    color: var(---, #FFF);
}
#guide .l-products-quest-btn_b_cp.pc{
    margin-top: 130px !important;
}
@media only screen and (max-width: 768px) {
    #guide .simulation{
        margin-bottom: 8px;
    }
    #guide .simulation .cardwrap .title{
        color: var(--LY-sub_bg, #353A3F);

        /* エスコン/エスコン_h3 */
        font-family: var(--h3-font-family, "Noto Sans JP");
        font-size: 18px;
        font-style: normal;
        font-weight: 700;
        line-height: 150%; /* 27px */
        letter-spacing: 0.72px;
    }
    #guide .simulation > p.title{
        font-size: 22px;
        letter-spacing: 0.88px;
    }
}
#guide .simulation .cardarea{
    display: flex;
    align-items: flex-start;
    gap: var(--lg, 40px);
    align-self: stretch;
    margin-bottom: 8px;
    flex-direction: row;
}
#guide .simulation .cardarea .card{
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 16px;
    flex: 1 0 0;
    padding: 30px 0;
    border-radius: 8px;
    border: 1px solid var(---gray_light, #ECECEC);
    background: rgba(0, 84, 166, 0.55);
    backdrop-filter: blur(5px);
}
#guide .simulation .cardarea .card .title{
    color: var(---, #FFF);
    text-align: center;
    font-feature-settings: 'pwid' on;
    font-family: "Noto Sans JP";
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    letter-spacing: 0.8px;
    align-self: stretch;
}
#guide .simulation .cardarea .card .text{
    color: var(---, #FFF);
    leading-trim: both;
    text-edge: cap;
    font-feature-settings: 'palt' on;
    font-family: "Noto Sans JP";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
}
@media only screen and (max-width: 768px) {
    #guide .simulation .cardarea{
        gap: 16px;
        flex-direction: column;
        align-self: center;
        width: 100%;
    }
    #guide .simulation .cardarea .card{
        display: flex;
        max-width: 343px;
        width: 100%;
        padding: 8px 4px;
        flex-direction: column;
        align-items: center;
        align-self: center;
        gap: 8px;
        border-radius: 4px;
        border: 1px solid var(---, #FFF);
        background: rgba(0, 84, 166, 0.55);
        backdrop-filter: blur(5px);
    }
}
#guide .simulation div:nth-child(4) p:nth-child(2){
    font-size:18px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    letter-spacing: 0.72px;
    color: var(---, #1A1A1A);
    font-family: "Noto Sans JP";
}
#guide .simulation .cardarea .card .text .num{
    color: var(---, #FFF);
    font-family: "Noto Sans JP";
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    text-underline-offset: -0.2em;
    text-decoration-skip-ink: none;
    text-decoration: underline;
    text-decoration-thickness: 0.3em;
    text-decoration-color: rgba(6, 147, 246, 0.70);
}
#guide .simulation .cardarea .card li{
    color: var(--module-text-attention, #838383);

    /* module/text/pc sp注釈 */
    font-family: "Noto Sans JP";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%; /* 22.4px */
    letter-spacing: 0.56px;
}
#guide .simulation-note li{
    color: var(--module-text-attention, #838383);

    /* module/text/pc sp注釈 */
    font-family: "Noto Sans JP";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%; /* 22.4px */
    letter-spacing: 0.56px;
    display: flex;
}
#guide .simulation-note li::before{
    display: inline-block;
    content: "※";
}
@media only screen and (max-width: 768px) {
    #guide .simulation .cardarea .card .title{
        color: var(---, #FFF);
        text-align: center;
        font-feature-settings: 'pwid' on;
        font-family: "Noto Sans JP";
        font-size: 16px;
        font-style: normal;
        font-weight: 700;
        line-height: 170%; /* 27.2px */
        letter-spacing: 0.64px;
    }
    #guide .simulation .cardarea .card .text{
        color: var(---, #FFF);
        font-family: "Noto Sans JP";
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 130%; /* 20.8px */
        letter-spacing: 0.64px;
        text-align: center;
    }
    #guide .simulation .cardarea .card .text .num{
        color: var(---, #FFF);
        font-feature-settings: 'pwid' on;
        font-family: "Noto Sans JP";
        font-size: 22px;
        font-style: normal;
        font-weight: 700;
        line-height: 90%; /* 16.2px */
        letter-spacing: 0.88px;
    }
    #guide .simulation .cardarea .card .text .f14{
        font-size: 14px;

    }
    #guide .simulation ul li{
        color: #F5F5F5;
        font-family: "Noto Sans JP";
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 160%; /* 22.4px */
        letter-spacing: 0.56px;
    }
    #guide .simulation .cardarea .card li{
        color: #F5F5F5;
        font-family: "Noto Sans JP";
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 160%; /* 22.4px */
        letter-spacing: 0.56px;
    }
}
#guide .card-wrap{
    display: flex;
    padding: 16px 32px;
    flex-direction: column;
    align-items: flex-start;
    gap: var(--gap8, 8px);
    align-self: stretch;
    border-radius: 8px;
    border: 1px solid var(--module-icon-attenction, #838383);
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(5px);
    margin-bottom: 130px;
}
#guide .card-wrap .card{
    display: flex;
    flex-direction: column;
    gap: 8px; 
}
#guide .card-wrap .card .title{
    display: flex;
    gap: 8px;
    align-items: center;
    color: var(---_, #484848);
    leading-trim: both;
    text-edge: cap;
    font-family: "Noto Sans JP";
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    letter-spacing: 0.72px;
    width: unset;
    margin: unset;
}
#guide .card-wrap .card .title::before{
    display: inline-block;
    vertical-align: baseline;
    content: "";
    width: 28px;
    height: 31.896px;
    background-image: url(/tameru/monefit/assets/img/space1/point_icon.svg);
    background-repeat: no-repeat;
    background-size: contain;
    flex-shrink: 0;
}
#guide .card-wrap .card .text{
    color: var(---, #484848);
    font-family: "Noto Sans JP";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 170%; /* 27.2px */
    letter-spacing: 0.64px;
}
#guide .card-wrap .card .text > span.underline{
    text-underline-offset: -0.2em;
    text-decoration-skip-ink: none;
    text-decoration: underline;
    text-decoration-thickness: 0.3em;
    text-decoration-color: #CFEBFF;
}
@media only screen and (max-width: 768px) {
    #guide .card-wrap{
        margin-bottom: 0;
        margin-top: 48px;
        padding: 24px 16px;
    }
}
#guide .feature .content-block{
    display: flex;
    padding: 72px 60px;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    align-self: stretch;
    border-radius: 8px;
    background: #F2F2F2 !important;
}
#guide .feature .content-block h3{
    color: var(---blue_strong, #0054A6);
    font-family: "Noto Sans JP";
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%; /* 48px */
    letter-spacing: 1.28px;
}
#guide .feature .content-block h3 span{
    letter-spacing: 5px;
    padding-left: 2.5px;
}
#guide .feature .content-block h3 span > span{
    padding-left: 5px;
}
#guide .feature .content-block p{
    color: var(--module-text-normal, #1A1A1A);
    font-family: "Noto Sans JP";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 170%; /* 30.6px */
    letter-spacing: 0.72px;
}
#guide .feature .content-block .button_area-inner_c{
    justify-content: flex-start;
}
#guide .feature .content-block .button_area-inner_c a{
    color: var(---, #E60000);
    font-family: "Noto Sans JP";
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%; /* 26px */
}
#guide .feature .content-block .button_area-inner_c a::after{
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    background-image: url(/tameru/monefit/assets/img/space1/link-arrow.svg);
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
    margin-left: 8px;
}
#guide .feature .content-block img{
    width: 100%;
}
#guide .feature .content-block .content{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    align-self: stretch;
    margin-top: 48px;
}
#guide .feature .content-block .content > div{
    display: flex;
    align-items: flex-start;
    gap: 64px;
    align-self: stretch;
}
#guide .feature .content-block .content .textbox{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
}
#guide .feature .content-block .content .textbox p{
    color: var(--module-text-normal, #1A1A1A);
    font-family: "Noto Sans JP";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 170%;
    letter-spacing: 0.72px;
}
#guide .feature .content-block .content .textbox ul li{
    display: flex;
    color: #1A1A1A;
    font-family: "Noto Sans JP";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    letter-spacing: 0.56px;
}
#guide .feature .content-block .content .textbox ul li::before{
    content: "※";
    display: inline-block;
}
#guide .feature .content-block .content > div > img.pc{
    display: flex;
    padding: 3px 1.978px 13px 8px;
    justify-content: flex-end;
    align-items: center;
    max-width: 301px;
}
@media only screen and (max-width: 768px) {
    #guide .feature .content-block{
        padding: 32px 16px;
        gap: 24px;
    }
    #guide .feature .content-block p{
        font-size: 16px;
        letter-spacing: 0.64px;
    }
    #guide .feature .content-block .content{
        margin-top: 16px;
        gap: 24px;
    }
    #guide .feature .content-block .content > div{
        flex-direction: column;
        gap: 24px;
    }
    #guide .feature .content-block .content .textbox p{
        font-size: 16px;
        letter-spacing: 0.64px;
    }
    #guide .feature .content-block .content > div > img.sp{
        display: flex;
        padding: 3px 1.978px 13px 8px;
        justify-content: flex-end;
        align-items: center;
    }
}
/* 募集中の商品のご案内 */

/* 貸付先の紹介 */
#guide > div > div > #intro{
    border-radius: 8px;
    padding: 72px 0;
    background: rgba(255, 255, 255, 0.95) !important;
    margin-bottom: 130px;
}
.l-products-quest-btn_b_cp.intro{
    padding-bottom: 40px !important;
    background-color: #F2F2F2 !important;
}
#intro .l-content-inner{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 64px;
    align-self: stretch;
    width: 100%;
    margin: 0 60px;
    max-width: 920px;
}
#intro .title_box{
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 16px;
    align-self: stretch;
}
#intro .title_box > img{
    width: 157.386px;
}
#intro .title_box .title_inner{
    width: auto;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
}
#intro .title_box .title_inner > p{
    color: var(---, #1A1A1A);
    font-feature-settings: 'pwid' on;
    font-family: "Noto Sans JP";
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    letter-spacing: 0.8px;
}
#intro .title_box .title_inner > div{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 8px;
    align-self: stretch;
    padding: 32px 24px;
    border-top: 2px solid var(---, #1A1A1A);
    border-bottom: 2px solid var(---, #1A1A1A);
}
#intro .title_box .title_inner h2{
    color: var(---, #1A1A1A);
    text-align: left;
    font-feature-settings: 'pwid' on;
    font-family: "Noto Sans JP";
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    letter-spacing: 0.96px;
}
#intro .title_box .title_inner > div > h2 > span{
    display: inline-block;
    margin-top: 8px;
    color: var(---blue_strong, #0054A6);
    text-align: center;
    font-family: "Noto Sans JP";
    font-size: var(--pch2-font-size, 40px);
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
}
#intro > div > div:nth-child(1) div.button_area-inner_c{
    justify-content: left;
}
#intro > div > div:nth-child(1) ul li{
    display: flex;
    width: 404px;
    color: #1A1A1A;

    /* module/text/pc sp注釈 */
    font-family: "Noto Sans JP";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%; /* 22.4px */
    letter-spacing: 0.56px;
}
#intro > div > div:nth-child(1) ul li::before{
    content: "※";
    display: inline-block;
}
#intro .button_area-inner_c a{
    color: var(---, #E60000);
    font-family: "Noto Sans JP";
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%; /* 26px */
}
#intro > div > div:nth-child(1) > p{
    color: #B1002C;
    text-align: center;
    font-family: "Noto Sans JP";
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 170%; /* 30.6px */
    letter-spacing: 0.72px;
    margin-top: 16px;
}
#intro > div > div:nth-child(1) > p > sup{
    line-height: normal;
    vertical-align: top;
}
#intro > div > div:nth-child(1) > ul > li{
    display: flex;
    justify-content: center;
    margin-top: 8px;
    width: 100%;
    color: #1A1A1A;

    /* module/text/pc sp注釈 */
    font-family: "Noto Sans JP";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%; /* 22.4px */
    letter-spacing: 0.56px;
}
#intro > div > div:nth-child(1) > ul > li::before{
    content: "※";
    display: inline-block;
}
#intro .button_area-inner_c a span::after{
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    background-image: url(/tameru/monefit/assets/img/space1/link-arrow.svg);
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
    margin-left: 8px;
}
#intro .intro-mission{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    align-self: stretch;
}
#intro .intro-mission img{
    width: 100%;
}
#intro .intro-mission > h3,
#intro .intro-about > h3,
#intro .intro-strong > h3{
    color: var(---blue_strong, #0054A6);
    font-feature-settings: 'pwid' on;
    font-family: "Noto Sans JP";
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%; /* 48px */
    letter-spacing: 1.28px;
}
#intro .intro-about{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    align-self: stretch;
}
#intro .intro-about > p{
    color: var(--module-text-normal, #1A1A1A);
    font-feature-settings: 'pwid' on;
    font-family: "Noto Sans JP";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 170%; /* 30.6px */
    letter-spacing: 0.72px;
}
#intro .intro-about ul{
    counter-reset: num;
}
#intro .intro-about ul li{
    display: flex;
    counter-increment: num;
}
#intro .intro-about ul li::before{
    content: "（" counter(num) "）";
    display: inline-block;
    flex-shrink: 0;
    width: 43px;
}
#intro .intro-about > table{
    width: 100%;
}
#intro .intro-about > table tr{
    border-bottom: 1px solid #C5C5C5;
}
#intro .intro-about > table th{
    color: var(---, #1A1A1A);
    font-feature-settings: 'pwid' on;
    font-family: "Noto Sans JP";
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    letter-spacing: 0.8px;
    vertical-align: middle;
}
#intro .intro-about > table th span{
    color: var(---, #1A1A1A);
    font-family: "Noto Sans JP";
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 18px */
    letter-spacing: 0.48px;
}
#intro .intro-about > table td{
    color: var(---, #1A1A1A);
    font-feature-settings: 'pwid' on;
    font-family: "Noto Sans JP";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 170%;
    letter-spacing: 0.64px;
}
#intro .intro-about > table th,
#intro .intro-about > table td{
    padding: 8px 0;
    text-align: left;
}
#intro .intro-about > table td ul{
    display: flex;
    flex-direction: column;
    gap: 8px;
}
#intro .intro-strong{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    align-self: stretch;
}
#intro .intro-strong table{
    width: 100%;
    /* margin-top: 88px; */
}
#intro .intro-strong table th{
    width: 151px;
    padding: 0 24px;
    background: #C0E6FF;
}
#intro .intro-strong table td{
    background: #EBF7FF;
    vertical-align: unset !important;
}
#intro .intro-strong > div > table > tbody > tr:nth-child(1) > td:nth-child(2){
    border-right: 4px solid var(---blue_strong, #0054A6);
    border-left: 4px solid var(---blue_strong, #0054A6);
    vertical-align: middle !important;
}
#intro .intro-strong > div > table > tbody > tr:nth-child(2) > td:nth-child(2){
    border-right: 4px solid var(---blue_strong, #0054A6);
    border-left: 4px solid var(---blue_strong, #0054A6);
}
#intro .intro-strong > div > table > tbody > tr:nth-child(3) > td:nth-child(2){
    border-right: 4px solid var(---blue_strong, #0054A6);
    border-left: 4px solid var(---blue_strong, #0054A6);
}
#intro .intro-strong > div > table > tbody > tr:nth-child(4) > td:nth-child(2){
    border-right: 4px solid var(---blue_strong, #0054A6);
    border-left: 4px solid var(---blue_strong, #0054A6);
    border-bottom: 4px solid var(---blue_strong, #0054A6);
}
#intro > div > div.intro-strong > div > table > tbody > tr:nth-child(1) > td{
    background: var(---blue_strong, #0054A6);
    color: #FFF;
    text-align: center;
    font-family: "Noto Sans JP";
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%; /* 30.8px */
    letter-spacing: 2.058px;
}
#intro > div > div.intro-strong > div > table > tbody > tr:nth-child(1) > td:nth-child(3){
    background: var(---gray, #595959);
}
#intro .intro-strong table .bubble{
    height: 75px;
    position: absolute;
    bottom: calc(100% + 15px);
    left: 50%;
    transform: translateX(-50%);
    border-radius: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
    white-space: nowrap;
    background: var(---blue_strong, #0054A6);
    color: #FFF;
    text-align: center;
    font-family: "Noto Sans JP";
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
    letter-spacing: 1.12px;
    padding: 0 15px;
}
#intro .intro-strong table td:nth-child(3) > .bubble{
    background: var(---gray, #595959);
    font-size: 22px;
    letter-spacing: 0.88px;
}
#intro .intro-strong table .bubble::after{
    content: '';
    position: absolute;
    bottom: -8px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
}
#intro .intro-strong table td:nth-child(3){
    background: var(---gray_light, #ECECEC);
}
#intro .intro-strong table th,
#intro .intro-strong table td{
    max-width: 353px;
    position: relative;
    vertical-align: middle;
    text-align: center;
    padding: 16px;
    border: 1px solid #000;
    color: #1A1A1A;
    font-family: "Noto Sans JP";
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%; /* 28px */
    letter-spacing: 2.058px;
}
#intro .intro-strong table td > p{
    text-align: left;
    color: var(---blue_strong, #0054A6);
    font-size: 22px;
    letter-spacing: 2.058px;
    margin-bottom: 8px;
}
#intro .intro-strong table td ul{
    display: flex;
    flex-direction: column;
    gap: 8px;
}
#intro .intro-strong table td ul li{
    display: flex;
    text-align: left;
}
#intro .intro-strong table td ul li p{
    color: #1A1A1A;
    font-family: "Noto Sans JP";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 25.2px */
    letter-spacing: 2.058px;
}
#intro .intro-strong table td ul li::before{
    content: "・";
    color: var(---blue_strong, #0054A6);
    display: inline-block;
    margin-right: 8px;
    font-size: 36px;
}
#intro .intro-strong table td ul li span{
    font-weight: 700;
}
#intro .intro-strong table td ul li.note{
    margin-top: 8px;
    display: flex;
    color: #1A1A1A;
    font-family: "Noto Sans JP";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%; /* 22.4px */
    letter-spacing: 0.56px;
}
#intro .intro-strong table td ul li.note::before{
    content: "※";
    display: inline-block;
    margin-right: 0;
    color: var(--module-text-attention, #838383);
    font-size: unset;
}
#intro .intro-links{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    align-self: stretch; 
}
#intro > div > div.intro-links > div.button_area-inner_c{
    margin-top: 8px;
}
#intro > div > div.intro-links > div.button_area-inner_c:nth-child(2){
    margin-top: 0;
}
#intro .intro-links h3{
    color: var(---blue_strong, #0054A6);
    font-feature-settings: 'pwid' on;
    font-family: "Noto Sans JP";
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%; /* 48px */
    letter-spacing: 1.28px;
}
#intro .intro-links > .button_area-inner_c{
    justify-content: flex-start;

}
#intro .intro-links > .button_area-inner_c > a{
    color: var(---, #E60000);
    font-family: "Noto Sans JP";
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%; /* 26px */
}
#intro .intro-role{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    align-self: stretch; 
}
#intro .intro-role h3{
    color: var(---, #1A1A1A);
    font-family: "Noto Sans JP";
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%; /* 42px */
    letter-spacing: 0.96px;
    margin-bottom: 8px;
}
#intro .intro-role > div > p{
    color: var(--module-text-normal, #1A1A1A);
    font-feature-settings: 'pwid' on;
    font-family: "Noto Sans JP";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 170%; /* 30.6px */
    letter-spacing: 0.72px;
    margin-bottom: 24px;
}
#intro .intro-role > div > p > span{
    font-weight: 700;
}
#intro .intro-role > div > h3{
    color: var(---blue_strong, #0054A6);
    font-feature-settings: 'pwid' on;
    font-family: "Noto Sans JP";
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%; /* 48px */
    letter-spacing: 1.28px;
    margin-bottom: 16px;
}
#intro .intro-role > div:nth-child(2) > h3{
    color: var(---, #1A1A1A);
    font-family: "Noto Sans JP";
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%; /* 42px */
    letter-spacing: 1.12px;
    margin-bottom: 8px;
}
#intro .intro-role > div:nth-child(2) > p{
    color: var(---, #1A1A1A);
    font-family: "Noto Sans JP";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 170%; /* 27.2px */
    letter-spacing: 0.64px;
    margin-bottom: 0;
}
#intro .intro-role > div > div > p{
    color: var(---, #1A1A1A);
    font-family: "Noto Sans JP";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 170%; /* 27.2px */
    letter-spacing: 0.64px;
}
#intro .intro-role .circle-cards{
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 24px;
    align-self: stretch;
    margin: 24px 0;
}
#intro .intro-role .circle-cards > div{
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 138px;
    height: 138px;
    border-radius: 50%;
    background: linear-gradient(180deg, #162E73 0%, #112352 100%);
    color: var(---, #FFF);
    font-feature-settings: 'pwid' on;
    font-family: "Noto Sans JP";
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%; /* 28px */
    letter-spacing: 0.8px;
    padding-top: 8px;
}
#intro .intro-role .circle-cards > .card1::before{
    content: "01";
    position: absolute;
    display: block;
    top: 6px;
    color: var(---, #FFF);
    font-feature-settings: 'pwid' on;
    font-family: Roboto;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%; /* 27px */
    letter-spacing: 0.72px;
}
#intro .intro-role .circle-cards > .card1::before{
    content: "01";
    position: absolute;
    display: block;
    top: 6px;
    color: var(---, #FFF);
    font-feature-settings: 'pwid' on;
    font-family: Roboto;
    font-size: 26px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%; /* 39px */
    letter-spacing: 1.04px;
}
#intro .intro-role .circle-cards > .card2::before{
    content: "02";
    position: absolute;
    display: block;
    top: 6px;
    color: var(---, #FFF);
    font-feature-settings: 'pwid' on;
    font-family: Roboto;
    font-size: 26px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%; /* 39px */
    letter-spacing: 1.04px;
}
#intro .intro-role .circle-cards > .card3::before{
    content: "03";
    position: absolute;
    display: block;
    top: 6px;
    color: var(---, #FFF);
    font-feature-settings: 'pwid' on;
    font-family: Roboto;
    font-size: 26px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%; /* 39px */
    letter-spacing: 1.04px;
}
#intro .intro-role .step-block{
    display: flex;
    padding: 30px 0;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    align-self: stretch;
    border-radius: 8px;
    border: 2px solid var(---blue_strong, #0054A6);
    backdrop-filter: blur(5px);
}
#intro .intro-role .step-block > p{
    color: var(---, #1A1A1A);
    text-align: center;
    font-feature-settings: 'pwid' on;
    font-family: "Noto Sans JP";
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%; /* 27px */
    letter-spacing: 0.72px;
}
#intro .intro-role .step-block > p.fw700{
    color: var(---, #1A1A1A);
    text-align: center;
    font-feature-settings: 'pwid' on;
    font-family: "Noto Sans JP";
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%; /* 33px */
    letter-spacing: 0.88px;
}
@media only screen and (max-width: 768px) {
    #intro{
        padding: 32px 0 32px !important;
        margin: 72px auto 64px !important;
    }
    #intro .title_box{
        gap: 32px;
        flex-wrap: wrap;
    }
    #intro .title_box > img{
        width: 45%;
        height: auto;
    }
    #intro .l-content-inner{
        gap: 40px;
        margin: auto;
        padding: 0 16px;
    }
    #intro .title_box .title_inner{
        align-items: center;
        max-width: 335px;
        width: 100%;
    }
    #intro .title_box .title_inner > div{
        align-items: center;
        padding: 16px 0 16px;
        gap: 16px;
    }
    #intro .title_box .title_inner > div > img{
        width: 53px;
    }
    #intro .intro-links .button_area-inner_c a{
        margin-top: 0px;
    }
    #intro .title_box .title_inner > div > h2{
        color: var(---, #1A1A1A);
        text-align: center;
        font-feature-settings: 'pwid' on;
        font-family: "Noto Sans JP";
        font-size: 18px;
        font-style: normal;
        font-weight: 700;
        line-height: 150%; /* 27px */
        letter-spacing: 0.72px;
    }
    #intro .title_box .title_inner > div > h2 > span{
        color: var(---blue_strong, #0054A6);
        text-align: center;
        font-family: "Noto Sans JP";
        font-size: 24px;
        font-style: normal;
        font-weight: 700;
        line-height: 150%; /* 36px */
    }
    #intro .title_box .title_inner > div > h2 > span > span{
        color: var(--color-black-1000, #000);
        /* エスコン/エスコン_h3 */
        font-family: var(--h3-font-family, "Noto Sans JP");
        font-size: 20px;
        font-style: normal;
        font-weight: 700;
        line-height: 150%; /* 30px */
        letter-spacing: 0.8px;
    }
    #intro > div > div:nth-child(1) div.button_area-inner_c{
        justify-content: center;
    }
    #intro > div > div:nth-child(1) > p{
        font-size: 16px;
        letter-spacing: 0.64px;
        line-height: 150%; /* 24px */
        text-align: left;
    }
    #intro .title_box .title_inner > p{
        text-align: center;
        font-size: 16px;
        font-weight: 700;
        letter-spacing: 0.64px;
    }
    #intro .intro-mission{
        gap: 24px;
    }
    #intro .intro-about{
        gap: 24px;
    }
    #intro .intro-about > h3{
        margin-bottom: 0;
    }
    #intro .intro-links{
        margin-bottom: 0;
    }
    #intro > div > div > .button_area-inner_c{
        margin-top: 0;
    }
    #intro .intro-role{
        margin-bottom: 0;
    }
    #intro .intro-mission > h3,
    #intro .intro-about > h3,
    #intro .intro-strong > h3,
    #intro .intro-links h3,
    #intro .intro-role h3,
    #guide .feature .content-block h3{
        color: var(---blue_strong, #0054A6);
        text-align: center;
        font-family: "Noto Sans JP";
        font-size: 24px;
        font-style: normal;
        font-weight: 700;
        line-height: 150%;
        align-self: stretch;
    }
    #intro .intro-strong{
        gap: 24px;
    }
    #intro .intro-about > table tr{
        display: flex;
        flex-direction: column;
        padding: 16px 0;
        gap: 8px;
    }
    #intro .intro-about > p{
        font-size: 16px;
        letter-spacing: 0.64px;
        margin-bottom: 0;
    }
    #intro > div > div.intro-about > table > tbody > tr:nth-child(1){
        padding-top: 0;
    }
    #intro .intro-about > table th,
    #intro .intro-about > table td{
        padding: 0;
    }
    #intro .intro-about > table th{
       font-size: 18px;
       letter-spacing: 0.72px;
    }
    #intro .intro-strong > div{
        overflow: auto;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        align-self: stretch;
    }
    #intro .intro-strong table{
        width: 430px;
        border-collapse: collapse;
        border-spacing: 0;
        height: 100%;
        table-layout: fixed;
    }
    #intro > div > div:nth-child(1) ul li{
        width: 100%;
        margin-top: -8px;
    }
    #intro > div > div:nth-child(1) > ul > li{
        margin-top: 8px;
    }
    #intro .button_area-inner_c a::after{
        content: unset;
    }
    #intro .button_area-inner_c a span::after{
        content: "";
        display: inline-block;
        width: 16px;
        height: 16px;
        background-image: url(/tameru/monefit/assets/img/space1/link-arrow.svg);
        background-size: contain;
        background-repeat: no-repeat;
        vertical-align: middle;
        margin-left: 8px;
    }
    #intro > div > div.intro-strong > div > table > tbody > tr:nth-child(1) > td{
        font-size: 14px;
        letter-spacing: 0.56px;
        line-height: 130%; /* 18.2px */
    }
    #intro > div > div.intro-strong > div > table > tbody > tr:nth-child(1) > td:nth-child(3){
        font-size: 14px;
        letter-spacing: 0.56px;
        line-height: 130%; /* 18.2px */
        padding: 8px 4px;
    }
    #intro .intro-strong table colgroup col:nth-child(1){
        width: 71px;
    }
    #intro .intro-strong table colgroup col:nth-child(2){
        width: 180px;
    }
    #intro .intro-strong table colgroup col:nth-child(3){
        width: 179px;
    }
    #intro .intro-strong table th{
        font-size: 14px;
        letter-spacing: 2.058px;
        padding: 0 4px;
        max-width: 71px;
    }
    #intro .intro-strong table td > p{
        font-size: 14px;
        letter-spacing: 2.058px;
    }
    #intro .intro-strong table td ul li p{
        font-size: 12px;
        letter-spacing: 2.058px;
    }
    #intro .intro-strong table td ul li.note{
        font-size: 10px;
        letter-spacing: 0.4px;
    }
    #intro .intro-strong table td ul li::before{
        font-size: 20px;
        margin-right: 4px;
        position: relative;
        top: -5px;
    }
    #intro .intro-strong table td ul li.note::before{
        top: 0;
    }
    #intro .intro-strong > div > table > tbody > tr > td{
        padding: 16px 4px;
    }
}
#intro .intro-list{
    display: flex;
    width: 1040px;
    justify-content: center;
    align-items: center;
    gap: var(--md, 16px);
    width: fit-content;
    margin: 0 -20px;
}

#intro .intro-list li{
    display: flex;
    color: var(---, #1A1A1A);
    text-align: center;
    width: 336px;
    height: 128px;
    padding: 40px 16px 24px 16px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 12px;
    border: 1px solid var(---_, #494948);
    position: relative;

    /* エスコン/エスコン_PC_強調 */
    font-family: "Noto Sans JP";
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%; /* 30.8px */
    letter-spacing: 0;
}
#intro .intro-list li span{
    color: var(---, #1A1A1A);
    font-family: "Noto Sans JP";
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
}
#intro .intro-list li::before{
    display: inline-block;
    content: "";
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: middle;
    width: 58px;
    height: 58px;
    position: absolute;
    top: -28px;
}
@media only screen and (max-width: 768px) {
    #intro .intro-list{
        gap: var(--md, 44px);
        flex-direction: column;
    }
    #intro .intro-list li{
        display: flex;
        justify-content: center;
        gap: 0px;
        max-width: 326px;
        width: 100%;
        color: var(---, #1A1A1A);
        text-align: center;
        padding: 32px 16px 24px;
        height: auto;

        /* エスコン/エスコン_強調 */
        font-family: "Noto Sans JP";
        font-size: 20px;
        font-style: normal;
        font-weight: 700;
        line-height: 140%; /* 28px */
        letter-spacing: 0.64px;
    }
    #intro .intro-list li span{
        font-size: 18px;
    }
    #intro .intro-list li::before{
        width: 48px;
        height: 48px;
        top: -24px;
    }
}
#intro .ac{
    position: relative;
    display: flex;
        padding: 0px var(--lg, 40px);
    flex-direction: column;
    align-items: flex-start;
    align-self: stretch;
    background-position: center;
    overflow: hidden;
    border-radius: 8px;
    border: 3px solid var(---blue_strong, #0054A6);
    background: var(---gray_light, #ECECEC);
}
#intro .ac > *{
    z-index: 2;
}
#intro .ac .ac-title{
    display: flex;
    padding: 24px 0px;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
    color: var(---blue_strong, #0054A6);
    font-feature-settings: 'pwid' on;
    font-family: "Noto Sans JP";
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    letter-spacing: 0.96px;
}
#intro .ac .ac-title::after{
    display: inline-block;
    vertical-align: baseline;
    content: "";
    width: 32px;
    height: 32px;
    flex-shrink: 0;
    background-image: url(/tameru/monefit/assets/img/space1/ac_close.svg);
    background-repeat: no-repeat;
    background-size: contain;
}
#intro .ac .ac-title.active::after{
    background-image: url(/tameru/monefit/assets/img/space1/ac_open.svg);
}
@media only screen and (max-width: 768px) {
    #intro .ac{
        border: 2px solid var(---blue_strong, #0054A6);
        padding: 0px 20px;
        background-size: unset;
        background-position: bottom left;
    }
    #intro .ac .ac-title{
        color: var(---blue_strong, #0054A6);
        font-family: "Noto Sans JP";
        font-size: 20px;
        font-style: normal;
        font-weight: 700;
        line-height: 170%; /* 34px */
        letter-spacing: 0.8px;
    }
}
#intro .ac .ac-inner{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    align-self: stretch;
    margin-bottom: 40px;
    margin-top: 32px;
}
#intro .ac .ac-inner > p{
    color: var(---blue_strong, #0054A6);
    font-feature-settings: 'pwid' on;
    font-family: "Noto Sans JP";
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%; /* 33px */
    letter-spacing: 0.88px;
    margin-bottom: 16px;
}
#intro .ac .ac-inner > table{
    width: 100%;
    margin-bottom: 32px;
}
#intro .ac .ac-inner > table tr{
    border-bottom: 1px solid #C5C5C5;
}
#intro .ac .ac-inner > table th{
    color: var(---, #1A1A1A);
    font-feature-settings: 'pwid' on;
    font-family: "Noto Sans JP";
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    letter-spacing: 0.8px;
    vertical-align: middle;
}
#intro .ac .ac-inner > table th span{
    color: var(---, #1A1A1A);
    font-family: "Noto Sans JP";
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 18px */
    letter-spacing: 0.48px;
}
#intro .ac .ac-inner > table td{
    color: var(---, #1A1A1A);
    font-feature-settings: 'pwid' on;
    font-family: "Noto Sans JP";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 170%;
    letter-spacing: 0.64px;
}
#intro .ac .ac-inner > table th,
#intro .ac .ac-inner > table td{
    padding: 8px 0;
    text-align: left;
}
#intro > div > div.ac > div.ac-inner > table:nth-child(5) > tbody > tr{
    display: flex;
    align-items: center;
}
#intro > div > div.ac > div.ac-inner > table:nth-child(5) > tbody > tr:nth-child(1){
    margin-bottom: 8px;
}
#intro > div > div.ac > div.ac-inner > table:nth-child(5) > tbody > tr > th{
    max-width: 223.75px;
    width: 100%;
    white-space: nowrap;
}
#intro .ac .ac-inner > div{
    display: flex;
    padding: 0;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 24px;
    align-self: stretch;
    border-radius: 4px;
    background: var(---bk_bg, #000);
    margin-bottom: 48px;
    padding: 32px 40px;
}
#intro .ac .ac-inner > div:nth-child(6){
    margin-bottom: 0;
}
#intro .ac .ac-inner > div > p{
    color: var(---, #FFF);
    font-feature-settings: 'pwid' on;
    font-family: "Noto Sans JP";
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%; /* 30px */
    letter-spacing: 0.8px;
}
#intro .ac .ac-inner > div img{
    width: 100%;
}
#intro .ac .ac-inner > div > table{
    width: 100%;
}
#intro .ac .ac-inner > div > table tr{
    display: flex;
    gap: 24px;
    border-bottom: 1px solid #C5C5C5;
    align-items: center;
}
#intro .ac .ac-inner > div:nth-child(5) > table > tbody > tr:nth-child(1){
    padding-top: 0px !important;
}
#intro .ac .ac-inner > div > table th{
    width: 166px;
    color: var(---, #FFF);
    font-feature-settings: 'pwid' on;
    font-family: "Noto Sans JP";
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    letter-spacing: 0.8px;
    white-space: nowrap;
}
#intro .ac .ac-inner > div > table td{
    color: var(---, #FFF);
    font-feature-settings: 'pwid' on;
    font-family: "Noto Sans JP";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 170%;
    letter-spacing: 0.64px;
}
#intro .ac .ac-inner > div > table th,
#intro .ac .ac-inner > div > table td{
    padding: 8px 0;
    text-align: left;
}
@media only screen and (max-width: 768px) {
    #intro .ac .ac-inner{
        margin: 16px 0 24px;
    }
    #intro .ac .ac-inner > div{
        background:var(---, #1A1A1A);
    }
    #intro .ac .ac-inner > div .title{
        order: 1;
        color: var(---, #FFF);

        /* エスコン/エスコン_h3 */
        font-family: var(--h3-font-family, "Noto Sans JP");
        font-size: 20px;
        font-style: normal;
        font-weight: 700;
        line-height: 150%; /* 30px */
        letter-spacing: 0.8px;
    }
    #intro .ac .ac-inner > div .text{
        width: 100%;
        order: 3;
        color: var(---, #FFF);

        /* エスコン/エスコン_本文 */
        font-family: "Noto Sans JP";
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 170%; /* 30.6px */
        letter-spacing: 0.72px;
    }
    #intro .ac .ac-inner > div img{
        width: 100%;
        cursor: pointer;
    }
    #intro .ac .ac-inner > div img.expanded{
        position: fixed; /* 画面に固定 */
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: contain; /* 画像全体を表示 */
        background-color: rgba(0, 0, 0, 0.8); /* 背景を少し暗くする */
        z-index: 9999; /* 最前面に表示 */
        cursor: zoom-out; /* カーソルを縮小アイコンに変更 */
    }
    #intro .ac .ac-inner ul.sp{
        display: flex;
        justify-content: flex-end;
        align-self: stretch;
        margin-bottom: 36px;
    }
    #intro .ac .ac-inner ul.sp li{
        display: flex;
        align-items: center;
        gap: 8px;
        color: var(---, #1A1A1A);

        /* module/text/pc sp注釈 */
        font-family: "Noto Sans JP";
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 160%; /* 22.4px */
        letter-spacing: 0.56px;
    }
    #intro .ac .ac-inner ul.sp li::before{
        display: inline-block;
        vertical-align: baseline;
        content: "";
        width: 16px;
        height: 16px;
        flex-shrink: 0;
        background-image: url(/tameru/monefit/assets/img/space1/kakudai_icon.svg);
        background-repeat: no-repeat;
        background-size: contain;
    }
    #intro .ac .ac-inner ul:nth-child(8){
        margin-bottom: 0;
    }
    .image-modal {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        text-align: center;
        background: rgba(0, 0, 0, 0.6);
        padding: 40px 20px;
        overflow: auto;
        opacity: 0;
        visibility: hidden;
        transition: opacity 0.3s, visibility 0.3s;
        box-sizing: border-box;
        z-index: 9999;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        gap: 20px;
    }

    /* モーダルが表示された時のスタイル */
    .image-modal.is-active {
        opacity: 1;
        visibility: visible;
    }

    /* 拡大画像のスタイル */
    .image-modal img {
        max-width: 100%;
        height: auto;
        object-fit: contain;
        cursor: default; /* 画像上ではカーソルをデフォルトに */
    }
    .close-button {
        background-color: rgba(255, 255, 255, 1); /* 白背景 */
        color: var(---, #E60000);
        text-align: center;
        font-family: "Noto Sans JP";
        font-size: 18px;
        font-style: normal;
        font-weight: 700;
        line-height: 170%;
        letter-spacing: 0.72px;
        height: 59px;
        padding: 0px 56px;
        cursor: pointer;
        z-index: 10000; /* 画像よりも前面に表示 */
        border-radius: 60px;
    }
    .close-button.active {
        display: block; /* 拡大時に表示 */
    }
    #intro .ac .ac-inner > table tr{
        display: flex;
        flex-direction: column;
        gap: 8px;
        padding: 16px 0;
    }
    #intro .intro-role > div{
        width: 100%;
    }
    #intro .intro-role > div > h3{
        text-align: left;
        color: var(---blue_strong, #0054A6);
        text-align: center;
        font-family: "Noto Sans JP";
        font-size: 24px;
        font-style: normal;
        font-weight: 700;
        line-height: 150%; /* 36px */
    }
    #intro > div > div.intro-role > div:nth-child(1) > h3{
        margin-bottom: 24px;
    }
    #intro > div > div.intro-role > div:nth-child(1) > div > h3{
        text-align: left;
        color: var(---, #1A1A1A);
        font-family: "Noto Sans JP";
        font-size: 20px;
        font-style: normal;
        font-weight: 700;
        line-height: 150%; /* 30px */
        letter-spacing: 0.8px;
    }
    #intro .intro-role > div:nth-child(2) > h3{
        font-size: 20px;
        letter-spacing: 0.8px;
        text-align: left;
    }
    #intro .intro-role > div > p{
        font-size: 16px;
        line-height: 150%; /* 24px */
        letter-spacing: 0.64px;
        opacity: 0.9;
    }
    #intro .intro-role .circle-cards{
        gap: 8px;
    }
    #intro .intro-role .step-block{
        padding: 16px 0;
    }
    #intro .intro-role .circle-cards > div{
        width: 98px;
        height: 98px;
        font-size: 15px;
        letter-spacing: 0.6px;
    }
    #intro .intro-role .circle-cards > .card1::before,
    #intro .intro-role .circle-cards > .card2::before,
    #intro .intro-role .circle-cards > .card3::before{
        font-size: 18px;
        letter-spacing: 0.72px;
    }
    #intro .ac .ac-inner > table th,
    #intro .ac .ac-inner > table td{
        padding: 0;
    }
    #intro .ac .ac-inner > table th{
        font-size: 18px;
        letter-spacing: 0.72px;
    }
    #intro .ac .ac-inner > p{
        font-size: 20px;
        letter-spacing: 0.8px;
    }
    #intro .ac .ac-inner > table{
        margin-bottom: 24px;
    }
    #intro .ac .ac-inner > div{
        margin-bottom: 4px;
        padding: 0;
    }
    #intro .ac .ac-inner > div:nth-child(7){
        padding: 16px 8px;
        border-radius: 4px;
        background: var(---bk_bg, #000);
    }
    #intro .ac .ac-inner > div:nth-child(6){
        margin-bottom: 0;
    }
    #intro .ac .ac-inner > div > p{
        font-size: 18px;
        letter-spacing: 0.72px;
    }
    #intro > div > div.ac > div.ac-inner > table:nth-child(5) > tbody > tr{
        flex-direction: column;
        gap: 8px;
        align-items: flex-start;
        padding: 16px 0;
    }
    #intro > div > div.ac > div.ac-inner > table:nth-child(5) > tbody > tr:nth-child(1){
        margin-bottom: 0;
    }
    #intro > div > div.ac > div.ac-inner > table:nth-child(5) > tbody > tr > th,
    #intro > div > div.ac > div.ac-inner > table:nth-child(5) > tbody > tr > td{
        padding: 0;
    }
    #intro > div > div.ac > div.ac-inner > table:nth-child(5) > tbody > tr > th{
        font-size: 18px;
        letter-spacing: 0.72px;
    }
    #intro > div > div.ac > div.ac-inner > table:nth-child(5) > tbody > tr > td{
        font-size: 16px;
        letter-spacing: 0.64px;
    }
    #intro > div > div.ac > div.ac-inner > table:nth-child(5) > tbody > tr:nth-child(1){
        padding-top: 0;
    }
    #intro .intro-role .step-block > p{
        font-size: 14px;
        line-height: 170%; /* 23.8px */
        letter-spacing: 0.56px;
    }
    #intro .intro-role .step-block > p.fw700{
        font-size: 18px;
        line-height: 170%; /* 30.6px */
        letter-spacing: 0.72px;
    }
}
/* 貸付先の紹介 */

/* お申込み以降の流れ */
#process{
    padding: 80px 0 0;
}
#process .l-content-inner{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 40px;
    align-self: stretch;
}
@media only screen and (max-width: 768px) {
    #process{
        padding: 64px 0 48px;
    }
    #process .l-content-inner{
        gap: 32px;
    }
}
#process .l-content-inner h2{
    color: var(---blue_strong, #0054A6);
    text-align: center;
    leading-trim: both;
    text-edge: cap;

    /* エスコン/エスコン_PC_h2 */
    font-family: "Noto Sans JP";
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 52px; /* 130% */
}
#process .l-content-inner > div{
    width: 100%;
}
.procedure{
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 32px;
    counter-reset: num;
}
#process .procedure .procedure-card{
    display: grid;
    grid-template-columns: 100px 256px 1fr;
    padding: 32px;
    gap: 24px;
    position: relative;
    align-items: center;
    width: 100%;
    border-radius: 8px;
    border: 3px solid var(---blue_strong, #0054A6);
    background: var(---, #FFF);
}
#process .procedure .procedure-card .step{
    color: var(---blue_strong, #0054A6);
    font-family: Roboto;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    letter-spacing: 0.48px;
    display: inline-block;
    white-space: nowrap;
}
.procedure .procedure-card .step::after{
    display: inline-block;
    white-space: nowrap;
    counter-increment: num;
    content: counter(num, decimal-leading-zero);
    margin-left: 0.2em;
}
#process .procedure .procedure-card .text{
    width: 256px;
    min-width: 168px;
    color: var(---, #1A1A1A);
    font-family: "Noto Sans JP";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 170%;
    letter-spacing: 0.72px;
}
#process .procedure .procedure-card > *:nth-child(3){
    margin-left: 0;
    padding-left: 24px;
    border-left: 1px solid var(---blue_strong, #0054A6);
    height: 100%;
    display: flex;
    flex-flow: column;
    justify-content: center;
    gap: 24px;
}
#process .procedure .procedure-card .title{
    width: unset;
    color: var(---, #1A1A1A);
    font-feature-settings: "pwid" on;
    font-family: "Noto Sans JP";
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    letter-spacing: 0.8px;
}

#process .procedure .procedure-card .title_text{
    display: flex;
    flex-direction: column;
    width: unset;
    color: var(---, #1A1A1A);
    font-feature-settings: "pwid" on;
    font-family: "Noto Sans JP";
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    letter-spacing: 0.72px;
}
#process .procedure .procedure-card .title_text span{
    color: var(---, #1A1A1A);
    font-feature-settings: 'pwid' on;
    font-family: "Noto Sans JP";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: 0.72px;
}
@media only screen and (max-width:768px){
    #process .procedure .procedure-card{
        gap: 8px 16px;
    }
    #process .procedure .procedure-card .title_text{
        font-size: 16px;
        gap: 0;
        line-height: 170%;
    }
    #process .procedure .procedure-card .title_text span{
        font-size: 14px;
    }
}
#process .procedure .procedure-card::after{
    content: "";
    position: absolute;
    right: calc(50% - 25px);
    top: 100%;
    border: 25px solid transparent;
    border-top: 24px solid var(---blue_strong, #0054A6);
}
#process .procedure .procedure-card .title span{
    color: var(---, #1A1A1A);
    font-family: "Noto Sans JP";
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: 0.8px;
}
#process .procedure div:nth-child(4) div::after{
    content: none;
}
@media only screen and (max-width: 768px) {
    #process .procedure .procedure-card .title span{
        font-size: 18px;
    }
}
#process .procedure div:nth-child(5) div::after{
    content: none;
}
@media only screen and (min-width:769px){
    #process .procedure div:nth-child(4) .procedure-card .title {
        margin-bottom: 8px;
    }
}
#process .procedure div:nth-child(5) .procedure-card p.title_text{
    font-weight: 400;
}
#process .procedure .procedure-card ul li{
    color: #1A1A1A;
    display: flex;
    margin-top: -16px;

    /* module/text/pc sp注釈 */
    font-family: "Noto Sans JP";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%; /* 22.4px */
    letter-spacing: 0.56px;
}
#process .procedure .procedure-card ul li::before{
    display: inline-block;
    content: "※";
}
#process .l-content-inner .list > p{
    color: var(--module-text-attention, #838383);
    font-family: "Noto Sans JP";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%; /* 22.4px */
    letter-spacing: 0.56px;
    display: flex;
    align-items: flex-start;
    margin-top: 24px;
}
#process .l-content-inner .list > p::before {
    display: inline-block;
    content: "※";
}
#process .l-content-inner a{
    width: fit-content;
    display: flex;
    align-items: center;
    margin-top: 24px;
    margin-left: auto;
    color: var(---, #E60000);
    font-family: "Noto Sans JP";
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%; /* 26px */
}
#process .l-content-inner a::before {
    display: inline-block;
    vertical-align: baseline;
    content: "";
    width: 28px;
    height: 28px;
    background-image: url(/tameru/monefit/assets/img/space1/txt-link.svg);
    background-repeat: no-repeat;
    background-size: contain;
    margin-right: 8px;
}
#process .list ul{
    display: flex;
    gap: 60px;
    background-image:  url(/tameru/monefit/assets/img/toda/line2.png);
    background-position: top 50px left 20px;
    background-repeat: repeat-x;
}
#process .list ul li{
    display: flex;
    flex-direction: column;
    gap: 15px;
    width: 220px;
}
#process .list ul li p.title{
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 15px;
    color: var(---, #FFF);
    text-align: center;
    leading-trim: both;
    text-edge: cap;

    /* エスコン/エスコン_PC_強調 */
    font-family: "Noto Sans JP";
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px; /* 120% */
    border-radius: 4px;
    background: var(---_, #E94829);
}
#process .list ul li .text p{
    color: var(---, #1A1A1A);
    leading-trim: both;
    text-edge: cap;

    /* エスコン/エスコン_PC_h4 */
    font-family: "Noto Sans JP";
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px; /* 136.364% */
    letter-spacing: 0;
}
#process .list ul li .text p + p{
    margin-top: 10px;
}
@media only screen and (max-width: 768px) {
    #process .procedure .procedure-card{
        background: var(---, #FFF);
        grid-template-columns: 62px 1fr;
        padding: 16px;
    }
    #process .procedure .procedure-card .step{
        grid-column-start: 1;
        grid-row-start: 1;
        grid-row-end: 2;
        font-family: Roboto;
        font-size: 16px;
        font-style: normal;
        font-weight: 700;
        line-height: 90%;
        text-align: center;
    }
    .procedure .procedure-card .step::after{
        margin-left: 0;
        content: counter(num, decimal-leading-zero);
        white-space: unset;
        text-align: center;
        display: block;
        align-items: center;
        font-family: Roboto;
        font-size: 32px;
        font-style: normal;
        font-weight: 700;
        line-height: 90%;
    }
    #process .procedure .procedure-card > *:nth-child(3){
        height: unset;
        padding-top: 8px;
        padding-left: 0px;
        border-top: 1px solid var(---blue_strong, #0054A6);
        border-left: unset;
        grid-row: 2 / 3;
        grid-column: 1 / 3;
        gap: 16px;
    }
    #process .procedure .procedure-card .title{
        color: var(---, #1A1A1A);
        font-feature-settings: "pwid" on;
        font-family: "Noto Sans JP";
        font-size: 18px;
        font-style: normal;
        font-weight: 700;
        line-height: 170%;
        letter-spacing: 0.72px;
    }
    #process .procedure .procedure-card .text{
        width: 100%;
        color: var(---, #1A1A1A);
        font-feature-settings: "pwid" on;
        font-family: "Noto Sans JP";
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 150%;
        letter-spacing: 0.64px;
    }
    #process .procedure .procedure-card ul li{
        margin-top: -8px;
    }
    #process .l-content-inner h2{
        color: var(---blue_strong, #0054A6);
        text-align: center;

        /* エスコン/エスコン_h2 */
        font-family: var(--pch2-font-family, "Noto Sans JP");
        font-size: 28px;
        font-style: normal;
        font-weight: 700;
        line-height: 150%; /* 42px */
        letter-spacing: 1.12px;
    }
    #process .l-content-inner a{
        color: var(---, #E60000);
        leading-trim: both;
        text-edge: cap;

        /* クエスト/アンカー */
        font-family: "Noto Sans JP";
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 170%; /* 27.2px */
        letter-spacing: 0.64px;
        margin-left: 0px;
        margin-top: 32px;
    }
    #process .l-content-inner a::before {
        width: 24px;
        height: 24px;
    }
    #process .list ul{
        display: flex;
        flex-direction: column;
        gap: 20px;
        background-image:  url(/tameru/monefit/assets/img/toda/line3.png);
        background-position: top left 80px;
        background-repeat: repeat-y;
    }
    #process .list ul li{
        display: flex;
        flex-direction: row;
        justify-content: center;
        gap: 10px;
        width: 100%;
    }
    #process .list ul li p.title{
        width: 166px;
        min-width: 166px;
        height: 75px;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 10px 5px;
        color: var(---, #FFF);

        /* エスコン/エスコン_強調 */
        font-family: "Noto Sans JP";
        font-size: 16px;
        font-style: normal;
        font-weight: 700;
        line-height: 130%; /* 20.8px */
        letter-spacing: 0.64px;
        border-radius: 4px;
        background: var(---_, #E94829);
    }
    #process .list ul li:nth-child(4) p.title{
        height: 85px;
    }
    #process .list ul li .text{
        flex-grow: 1;
        display: flex;
        flex-flow: column;
        justify-content: center;
    }
    #process .list ul li .text p{
        color: var(---, #1A1A1A);

        /* エスコン/エスコン_強調 */
        font-family: "Noto Sans JP";
        font-size: 16px;
        font-style: normal;
        font-weight: 700;
        line-height: 130%; /* 20.8px */
        letter-spacing: 0.64px;
        letter-spacing: 0;
    }
    #process .list ul li .text p + p{
        margin-top: 6px;
    }
    #process .l-content-inner .list > p{
        margin-top: 32px;
    }
}
#process .l-content-inner a:hover{
    opacity: 0.7;
}
body > div.l-container > div.l-contents > section.l-content.l-products-quest-btn_b_cp.pd-btn-a.pc{
    margin-top: 80px !important;
}
/* お申込み以降の流れ */



/* 商品概要 */
#overview{
    padding: 120px 0 40px;
}
#overview .l-content-inner{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 72px;
}
@media only screen and (max-width: 768px) {
    #overview{
        padding: 64px 0 24px;
    }
    #overview .l-content-inner{
        gap: 24px;
    }
    #overview .l-content-inner .link{
        margin-top: 32px;
    }
    #overview .quest .linklist.sp .link{
        margin-top: 0px !important;
    }
}
#overview .l-content-inner h2{
    color: var(---blue_strong, #0054A6);
    text-align: center;
    leading-trim: both;
    text-edge: cap;

    /* エスコン/エスコン_PC_h2 */
    font-family: "Noto Sans JP";
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 52px; /* 130% */
}
@media only screen and (max-width: 768px) {
    #overview .l-content-inner h2{
        text-align: center;

        /* エスコン/エスコン_h2 */
        font-family: var(--pch2-font-family, "Noto Sans JP");
        font-size: 28px;
        font-style: normal;
        font-weight: 700;
        line-height: 150%; /* 42px */
        letter-spacing: 1.12px;
    }
}
#overview .l-content-inner .list{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
}
#overview .l-content-inner .list > div{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    width: 100%;
}
#overview .l-content-inner .list > div > div{
    width: 100%;
    padding: 0 8px;
}
@media only screen and (max-width: 768px) {
    #overview .l-content-inner .list{
        gap: 20px;
    }
    #overview .l-content-inner .list > div{
        gap: 12px;
    }
}
#overview .l-content-inner .list h4{
    display: flex;
    padding: 20px;
    flex-direction: column;
    align-items: flex-start;
    align-self: stretch;
    background: var(---, #F4F4F4);
    color: #313826;
    leading-trim: both;
    text-edge: cap;

    /* エスコン/エスコン_PC_強調 */
    font-family: "Noto Sans JP";
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px; /* 120% */
}
#overview .l-content-inner .list p{
    color: var(---, #1A1A1A);
    leading-trim: both;
    text-edge: cap;
    font-feature-settings: 'palt' on;

    /* エスコン/エスコン_PC_本文 */
    font-family: "Noto Sans JP";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28.8px; /* 160% */
}
#overview .l-content-inner .list p .small{
    color: var(--Black, #1A1A1A);
    font-family: "Noto Sans JP";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 170%; /* 30.6px */
    letter-spacing: 0.72px;
}
#overview .l-content-inner div.list div:nth-child(9) div p:nth-child(1){
    margin-bottom: 16px;
}
#overview .l-content-inner .list ul{
    margin-top: 6px;
}
#overview .l-content-inner .list ul li{
    color: #1A1A1A;
    leading-trim: both;
    text-edge: cap;

    /* エスコン/エスコン_PC_注釈 */
    font-family: "Noto Sans JP";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px; /* 157.143% */
    display: flex;
    align-items: flex-start;
}
#overview .l-content-inner .list ul li::before{
    display: inline-block;
    content: "※";
}
@media only screen and (max-width: 768px) {
    #overview .l-content-inner .list h4{
        padding: 8px 12px;
        color: #313826;

        /* エスコン/エスコン_強調 */
        font-family: "Noto Sans JP";
        font-size: 16px;
        font-style: normal;
        font-weight: 700;
        line-height: 130%; /* 20.8px */
        letter-spacing: 0.64px;
    }
    #overview .l-content-inner .list p{
        color: var(---, #1A1A1A);

        /* エスコン/エスコン_本文 */
        font-family: "Noto Sans JP";
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 150%; /* 24px */
        letter-spacing: 0.64px;
        padding: 0px 8px;
    }
    #overview .l-content-inner .list p .small{
        color: var(---, #1A1A1A);
        font-family: "Noto Sans JP";
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 150%; /* 21px */
        letter-spacing: 0.56px;
    }
    #overview .l-content-inner .list ul li{
        color: #1A1A1A;

        /* エスコン/エスコン_注釈 */
        font-family: "Noto Sans JP";
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 150%; /* 18px */
        letter-spacing: 0.48px;
        padding: 0px 8px;
    }
    #overview .l-content-inner .list ul li + li{
        margin-top: 8px;
    }
    #overview .l-content-inner div.list div:nth-child(9) div p:nth-child(1){
        margin-bottom: 8px;
    }
}
#overview .l-content-inner .link{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
    align-self: stretch;
}
#overview .l-content-inner .link a{
    display: flex;
    padding: 20px 52px;
    align-items: center;
    gap: var(--xxs, 8px);
    border-radius: 100px;
    border: 2px solid var(---, #E60000);
    color: var(---, #E60000);
    text-align: center;
    leading-trim: both;
    text-edge: cap;

    /* エスコン/エスコン_PC_強調 */
    font-family: "Noto Sans JP";
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px; /* 120% */
}
#overview .l-content-inner .link a::before {
    display: inline-block;
    content: "";
    width: 16px;
    height: 20px;
    background-image: url(/tameru/monefit/assets/img/etrust/icon.svg);
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: middle;
}
#overview .l-content-inner .link a:hover{
    background: var(--surface-surface-subtle, #FAEDED);
}
#overview .l-content-inner .link ul{
    display: flex;
    flex-direction: column;
    gap: var(--xs, 8px);
    align-self: stretch;
    counter-reset: num;
}
#overview .l-content-inner .link ul li{
    counter-increment: num;
    color: #1A1A1A;
    leading-trim: both;
    text-edge: cap;

    /* エスコン/エスコン_PC_注釈 */
    font-family: "Noto Sans JP";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px; /* 157.143% */
    display: flex;
    align-items: flex-start;
}
#overview .l-content-inner .link ul li::before{
    white-space: nowrap;
    display: inline-block;
    content: "*"counter(num);
    margin-right: 8px;
}
@media only screen and (max-width: 768px) {
    #overview .l-content-inner .link ul li{
        color: #1A1A1A;

        /* エスコン/エスコン_注釈 */
        font-family: "Noto Sans JP";
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 150%; /* 18px */
        letter-spacing: 0.48px;
    }
}
#overview .l-content-inner .link .linklist{
    display: flex;
    gap: 20px;
}
#overview .l-content-inner .link .linklist .linkbox{
    display: flex;
    flex-direction: column;
    align-items: center;
}
#overview .l-content-inner .link .linklist .linkbox p{
    color: var(--module-text-normal, #1A1A1A);
    font-feature-settings: "pwid" on;
    font-family: "Noto Sans JP";
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 170%;
    letter-spacing: 0.72px;
}
@media only screen and (max-width: 768px){
    #overview .l-content-inner .link .linklist{
        flex-flow: column;
        gap: 40px;
    }
    #overview .l-content-inner .link .linklist .linkbox{
        gap: 8px;
    }
    #overview .l-content-inner .link .linklist .linkbox p{
        font-size: 14px;
        letter-spacing: 0.56px;
    }
}
/* 商品概要 */

.mf_point{
    display: flex;
    width: 100%;
    padding: var(--xl, 64px) var(--lg, 40px) 40px;
    flex-direction: column;
    align-items: center;
    gap: var(--md, 32px);
    background-color: #F8F8F8;
    border-radius: var(--lg, 40px);
    background: var(--surface-surface-default, #F8F8F8);
    margin: 20px 0 100px;
  }
  @media only screen and (max-width: 768px) {
    .mf_point{
      padding: 32px 15px;
      gap: 40px;
      border-radius: 10px;
      margin-top: 0;
    }
  }
  .mf_point_cta_title{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: var(--sm, 4px);
    align-self: stretch;
    margin-bottom: 40px;
  }
  .mf_point_cta_title > img{
    width: 240px;
  }
  .mf_point_cta_title h3{
    color: var(--text-text-primary, #1A1A1A);
    text-align: center;
    font-family: "Noto Sans JP";
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%; /* 44.8px */
  }
  @media only screen and (max-width: 768px) {
    .mf_point_cta_title{
      gap: 24px;
    }
    .mf_point_cta_title h3{
      color: var(--text-text-primary, #1A1A1A);
      text-align: center;
      font-family: "Noto Sans JP";
      font-size: 28px;
      font-style: normal;
      font-weight: 700;
      line-height: 140%; /* 39.2px */
      word-break: keep-all;
      overflow-wrap: break-word;
    }
  }
  .mf_point_cta_title h3 > span{
    color: var(--text-text-primary, #1A1A1A);
    text-align: center;
    font-family: "Noto Sans JP";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%; /* 24px */
  }
  .mf_point_cta_textarea{
    display: flex;
    align-items: flex-end;
    gap: var(--lg, 40px);
  }
  @media only screen and (max-width: 768px) {
    .mf_point_cta_title h3 > span{
      display: inline-block;
      margin-bottom: 8px;
    }
    .mf_point_cta_textarea{
      flex-flow: column;
      align-items: center;
    }
  }
  .mf_point_cv{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: var(--sm, 24px);
    align-self: stretch;
    justify-content: flex-end;
  }
  .mf_point_cv_ac{
    display: flex;
    padding: 20px var(--lg, 40px);
    justify-content: center;
    align-items: center;
    gap: 10px;
    align-self: stretch;
    border-radius: 60px;
    background: #E60000;
    box-shadow: 4px 6px 14px 0px rgba(0, 0, 0, 0.14);
    color: var(--text-text-contrast, #FFF);
    font-family: "Noto Sans JP";
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%; /* 27px */
    letter-spacing: 0.72px;
  }
  .mf_point_cv_ac:visited,
  .mf_point_cv_ac:link{
    color: #FFF;
  }
  .mf_point_cv_ac:visited:hover{
    color: var(--text-text-contrast, #FFF);
  }
  .mf_point_cv_ac:hover{
    color: var(--text-text-contrast, #FFF);
    background: #B80000;
  }
  .mf_point_cv_ac span{
    color: var(--text-text-critical, #E60000);
    font-family: "Noto Sans JP";
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%; /* 21px */
    letter-spacing: 0.56px;
    padding: 0px var(--xxs, 8px) 2px var(--xxs, 8px);
    border-radius: var(--xxxs, 4px);
    background: var(--surface-surface-subtle, #FAEDED);
  }
  .mf_point_cv_ac:hover span{
    color: #B80000;
    background: var(--surface-surface-subtle, #FAEDED);
  }
  .mf_point_cv_login{
    display: flex;
    padding: var(--xs, 16px) var(--sm, 24px);
    justify-content: center;
    align-items: center;
    gap: 10px;
    align-self: stretch;
    border-radius: 70px;
    border: 2px solid var(--text-text-critical, #E60000);
    background: var(--color-white-100, #FFF);
    color: var(--text-text-critical, #E60000);
    font-family: "Noto Sans JP";
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%; /* 27px */
    letter-spacing: -0.72px;
  }
  .mf_point_cv_login:visited,
  .mf_point_cv_login:link{
    color: #E60000;
  }
  .mf_point_cv_login:hover{
    color: var(--text-text-critical, #E60000);
    background: var(--surface-surface-subtle, #FAEDED);
  }
  .mf_point_cta_text{
    display: flex;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }
  .mf_point_cta_text .cta_text_phone{
    color: var(--text-text-secondary, #5A5A5A);
    font-family: "Noto Sans JP";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 27px */
  }
  @media only screen and (max-width: 768px) {
    .mf_point_cta_text .cta_text_phone{
      text-align: center;
    }
  }
  .mf_point_cta_text .cta_text_number{
    color: var(--text-text-secondary, #5A5A5A);
    leading-trim: both;
    text-edge: cap;
    font-family: Roboto;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    margin: 7px 0;
  }
  .mf_point_cta_text .cta_text_number a{
    color: #5A5A5A;
  }
  @media only screen and (max-width: 768px) {
    .mf_point_cta_text .cta_text_number{
      font-size: 32px;
      text-align: center;
    }
  }
  .mf_point_cta_text .cta_text_number::before{
    display: inline-block;
    vertical-align: baseline;
    content: "";
    width: 28px;
    height: 28px;
    background-image: url(/tameru/monefit/assets/img/mf_image/phone.svg);
    background-repeat: no-repeat;
    background-size: contain;
    margin-right: 5px;
  }
  .mf_point_cta_text .cta_text_time{
    color: var(--text-text-secondary, #5A5A5A);
    font-family: "Noto Sans JP";
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 18px */
    margin-bottom: 15px;
  }
  @media only screen and (max-width: 768px) {
    .mf_point_cta_text .cta_text_time{
      word-break: keep-all;
      overflow-wrap: break-word;
      text-align: center;
    }
  }
  a.cta_text_link{
    width: fit-content;
    display: block;
    color: var(--text-text-secondary, #5A5A5A);
    font-family: "Noto Sans JP";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%; /* 24px */
    letter-spacing: -0.64px;
    padding: var(--xxs, 8px) var(--sm, 24px);
    border-radius: 70px;
    border: 1px solid var(--text-text-secondary, #5A5A5A);
  }
  a.cta_text_link:link{
    color: var(--text-text-secondary, #5A5A5A);
  }
  a.cta_text_link:visited{
    color: var(--text-text-secondary, #5A5A5A);
  }
  a.cta_text_link:visited:hover{
    color: var(--text-text-secondary, #5A5A5A);
  }
  .cta_text_link:hover{
    background: #FAEDED;
  }
  @media only screen and (max-width: 768px) {
    .cta_text_link{
      margin: auto;
    }
  }
  .mf_point_notes{
    padding: var(--xs, 16px) var(--sm, 24px) 40px var(--sm, 24px);
    border-radius: var(--xxxs, 4px);
    background: #FFF;
  }
  @media only screen and (max-width: 768px) {
    .mf_point_notes{
      padding: var(--xs, 16px) var(--sm, 15px);
      border-radius: unset;
      background: #FFF;
    }
  }
  .mf_point_notes p{
    color: var(--text-text-secondary, #5A5A5A);
    font-family: "Noto Sans JP";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
  }
  @media only screen and (max-width: 768px) {
    .mf_point_notes p{
      color: var(--text-text-secondary, #5A5A5A);
      font-family: "Noto Sans JP";
      font-size: 14px;
      font-style: normal;
      font-weight: 400;
      line-height: 170%;
    }
  }
  .mf_point_notes p span{
    color: var(--text-text-secondary, #5A5A5A);
    font-family: "Noto Sans JP";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%; /* 24px */
  }
  @media only screen and (max-width: 768px) {
    .mf_point_notes p span{
      color: var(--text-text-secondary, #5A5A5A);
      font-family: "Noto Sans JP";
      font-size: 14px;
      font-style: normal;
      font-weight: 700;
      line-height: 170%; /* 23.8px */
    }
  }
  .mf_point_notes .mf_point_notes_title{
    color: var(--text-text-secondary, #5A5A5A);
    font-family: "Noto Sans JP";
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%; /* 27px */
    margin-bottom: 14px;
  }
  @media only screen and (max-width: 768px) {
    .mf_point_notes .mf_point_notes_title{
      color: var(--text-text-secondary, #5A5A5A);
      font-family: "Noto Sans JP";
      font-size: 16px;
      font-style: normal;
      font-weight: 700;
      line-height: 150%; /* 24px */
    }
  }
  .mf_point_notes a{
    display: block;
    width: fit-content;
    margin-left: auto;
    color: var(--text-text-link, #E60000);
    font-family: "Noto Sans JP";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: -0.64px;
  }
  @media only screen and (max-width: 768px) {
    .mf_point_notes a{
      margin: auto;
    }
  }
  .mf_point_notes a:hover{
    opacity: 0.7;
  }
  .mf_point_notes a::before{
    display: inline-block;
      vertical-align: bottom;
      content: "";
      width: 1em;
      height: 1em;
      background-image: url(/tameru/monefit/assets/img/mf_image/txt-link.svg);
      background-repeat: no-repeat;
      background-size: contain;
  }
  .mf_point_notes p:nth-child(10){
    color: var(--module-text-secondary, #5A5A5A);
    text-align: right;
    font-family: "Noto Sans JP";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 24px */
  }
  section.l-contact{
    background: #fff;
  }
  .pagetop {
    position: fixed;
    right: 30px;
    bottom: 20px;
    z-index: 999;
}
.pagetop a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-flow: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 6px;
    width: 80px;
    height: 80px;
    border: 2px solid #E60000;
    background: #fff;
    border-radius: 100px;

    color: var(---, #E60000);
    text-align: center;
    leading-trim: both;
    text-edge: cap;
    
    /* エスコン/エスコン_PC_強調 */
    font-family: "Noto Sans JP";
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px; /* 120% */
    letter-spacing: 0;
}
@media (hover: none) {
    .pagetop a:active{
        opacity: 0.7;
    }
}
@media (hover: hover) {
    .pagetop a:hover{
        opacity: 0.7;
    }
}

.pagetop a img{
    width: 16px;
    height: 8px;
    flex-shrink: 0;
}
@media only screen and (max-width: 768px) {
    .pagetop{
        right: 11px;
        bottom: 5%;
    }
    
    .pagetop a {
        font-size: 16px;
        gap: 5px;
        width: 56px;
        height: 56px;
        border-radius: 100px;
        color: var(---, #E60000);
        text-align: center;
        leading-trim: both;
        text-edge: cap;

        /* クエスト/アンカー */
        font-size: 12px;
        font-style: normal;
        font-weight: 700;
        line-height: 14px; /* 116.667% */
        letter-spacing: -0.24px;
    }
}
.ac-title{
    cursor: pointer;
}