@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');

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::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: #FBFBFB url(/tameru/monefit/assets/img/toda/pc/kvbg_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;
}
#etrust_kv .kv_title{
    padding: 20px 0 12px;
}
#etrust_kv .kv_title p{
    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(---_, #E94829);
    font-family: "Noto Sans JP";
    font-size: 30px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%; /* 30px */
    letter-spacing: 1.2px;
    margin-top: 32px;
}
#etrust_kv .kv_title .kv_title_sub::before,
#etrust_kv .kv_title .kv_title_sub::after{
    width: 1px;
    height: 30px;
    content: "";
    background-color: var(---_, #E94829);
}
#etrust_kv .kv_title .kv_title_sub::before{
    margin-right: 20px;
    transform: rotate(-20deg);
}
#etrust_kv .kv_title .kv_title_sub::after{
    margin-left: 20px;
    transform: rotate(20deg);
}
#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 */
}
@media only screen and (max-width: 768px) {
    .kvarea{
        background: #FBFBFB url(/tameru/monefit/assets/img/toda/sp/kvbg_sp.jpg) no-repeat top center / 100% auto;
    }
    #etrust_kv .kv_title{
        padding: 30px 0 8px;
    }
    #etrust_kv .kv_title p{
        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 p img{
        width: 137.879px;
    }
    #etrust_kv .kv_title .kv_title_sub{
        color: var(---, #E94829);
        font-family: "Noto Sans JP";
        font-size: 20px;
        font-style: normal;
        font-weight: 500;
        line-height: 100%; /* 20px */
        letter-spacing: 0.8px;
        margin-top: 24px;
    }
    #etrust_kv .kv_title .kv_title_sub::before,
    #etrust_kv .kv_title .kv_title_sub::after{
        width: 1px;
        height: 20px;
        content: "";
        background-color: #E94829;
    }
    #etrust_kv .kv_title .kv_title_sub::before{
        margin-right: 15px;
        transform: rotate(-20deg);
    }
    #etrust_kv .kv_title .kv_title_sub::after{
        margin-left: 15px;
        transform: rotate(20deg);
    }
    #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: 8px;
    }
    #etrust_kv ul li{
        color: var(---, #838383);
        font-family: "Noto Sans JP";
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: 150%;
        letter-spacing: 0.48px;
        padding: 0px 8px;
        display: flex;
    }
    #etrust_kv ul li::before{
        display: inline-block;
        content: "※";
    }
}
#etrust_kv .kv{
    max-width: 1200px;
    margin: auto;
}
@media only screen and (max-width: 768px) {
    #etrust_kv .kv{
        width: 95%;
    }
}
/* kv */

/* 登録 */
.l-products-quest-btn_b_cp.pc {
    display: flex;
    padding: 40px 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 20px 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 {
        color: var(---, #1A1A1A);
        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%;
    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: 1.5em;
    height: 1.5em;
    background-image: url(/tameru/monefit/assets/img/mf_image/txt-link.svg);
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
    margin-right: 0.5em;
}
@media only screen and (max-width: 768px) {
    .button_area-inner_c > 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: 14px; /* 116.667% */
        letter-spacing: -0.24px;
    }
    .button_area-inner_c > a::before {
        width: 15px;
        height: 15px;
    }
}
.button_area-inner_c > a:hover {
    opacity: 0.7;
    color: var(---, #E60000);
}
/* 登録 */

/* アンカー */
#anchor .anc-box{
    display: flex;
    padding: var(--lg, 40px) 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;
    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(---_, #E94829);
    background: var(---, #FFF);
    color: var(---_, #E94829);
    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 > div{
    flex-direction: unset;
    gap: 8px;
    align-items: baseline;
}
@media only screen and (max-width: 768px) {
    #anchor .anc-box{
        gap: 12px;
        padding: 20px 0 var(--lg, 40px) 0;
    }
    #anchor .anc-box a{
        width: 100%;
        height: 38px;
        padding: 8px;
        color: var(---_, #E94829);

        /* エスコン/エスコン_アンカーリンク_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(---_, #E94829);
    }
    #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/toda/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;
}
/* アンカー */

/* E-Trustとは？ */
#about{
    padding: 60px 0 140px;
    background: var(---, #F4F4F4);
}
#about .title{
    display: flex;
    width: 1040px;
    justify-content: center;
    align-items: flex-end;
    gap: 36px;
    margin-bottom: 60px;
}
@media only screen and (max-width: 768px) {
    #about{
        padding: 60px 0;
    }
    #about .title{
        width: 100%;
        flex-direction: column;
        margin-bottom: 32px;
        align-items: center;
    }
    #about .title img{
        width: 100%;
    }
}
#about .title > img{
    max-width: 465px;
}
#about .title > div{
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    gap: 8px;
}
#about .title 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% */
}
#about .title ul li{
    color: var(---, #838383);
    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% */
}
@media only screen and (max-width: 768px) {
    #about .title 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;
    }
    #about .title ul li{
        color: var(---, #838383);

        /* エスコン/エスコン_注釈 */
        font-family: "Noto Sans JP";
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: 150%; /* 18px */
        letter-spacing: 0.48px;
    }
}
#about .ac{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    border-radius: 12px;
    border: 3px solid var(---_, #E94829);
    background: var(---, #FFF);
    padding: 0px var(--lg, 40px);
    margin-bottom: 32px;
}
@media only screen and (max-width: 768px) {
    #about .ac{
        padding: 0px 20px;
        border-radius: 12px;
        border: 2px solid var(---_, #E94829);
        background: var(---, #FFF);
    }
}
#about .ac-title{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: var(--md, 32px) 0px;
    color: var(---_, #E94829);
    font-family: "Noto Sans JP";
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%; /* 30.8px */
    letter-spacing: 0.88px;
}
#about .ac-title::after{
    display: inline-block;
    vertical-align: baseline;
    content: "";
    width: 32px;
    height: 32px;
    flex-shrink: 0;
    background-image: url(/tameru/monefit/assets/img/toda/accordion.svg);
    background-repeat: no-repeat;
    background-size: contain;
}
#about .ac-title.active::after{
    background-image: url(/tameru/monefit/assets/img/toda/ac_open.svg);
}
@media only screen and (max-width: 768px) {
    #about .ac-title{
        color: var(---_, #E94829);

        /* エスコン/エスコン_アコーディオン */
        font-family: "Noto Sans JP";
        font-size: 16px;
        font-style: normal;
        font-weight: 700;
        line-height: 170%; /* 27.2px */
        letter-spacing: 0.64px;
    }
}
#about .ac-inner{
    width: 100%;
    margin-bottom: 40px;
}
#about .ac-inner .num{
    display: flex;
    flex-flow: column;
    align-items: center;
    gap: 80px;
    align-self: stretch;
    margin-bottom: 60px;
}
#about .ac-inner .num .content{
    display: flex;
    align-items: center;
    gap: 50px;
    align-self: stretch;
}
#about .ac-inner .num .content .textbox{
    display: flex;
    width: 580px;
    flex-direction: column;
    align-items: center;
    gap: var(--lg, 20px);
}
#about .ac-inner .num .content img{
    max-width: 320px;
}
@media only screen and (max-width: 768px) {
    #about .ac-inner .num .content{
        flex-direction: column;
    }
    #about .ac-inner .num .content img{
        width: 100%;
    }
    #about .ac-inner .num .content .textbox{
        width: 100%;
    }
}
#about .ac-inner .num .content .title{
    display: flex;
    align-items: center;
    gap: 20px;
    color: var(---, #484848);
    leading-trim: both;
    text-edge: cap;

    /* エスコン/エスコン_PC_h3 */
    font-family: "Noto Sans JP";
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px; /* 133.333% */
    width: 100%;
    justify-content: unset;
    margin: unset;
}
#about .ac-inner .num .content .title .text{
    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% */
}
#about .ac-inner .num .content .title span{
    color: var(---_, #E94829);
    leading-trim: both;
    text-edge: cap;
    font-family: Roboto;
    font-size: 70px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%; /* 98px */
    letter-spacing: -2.1px;
}
#about .ac-inner .num .content .text{
    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% */
}
#about .ac-inner .num .content .title .img{
    display: block;
    width: 200px;
}
@media only screen and (max-width: 768px) {
    #about .ac-inner .num .content .title{
        align-items: unset;

        /* エスコン/エスコン_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;
        gap: 8px;
    }
    #about .ac-inner .num .content .title span{
        color: var(---_, #E94829);
        leading-trim: both;
        text-edge: cap;
        font-family: Roboto;
        font-size: 70px;
        font-style: normal;
        font-weight: 700;
        line-height: 100%; /* 98px */
        letter-spacing: -2.1px;
    }
    #about .ac-inner .num .content .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;
    }
}
#about .ac-inner .card{
    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);
    margin-bottom: 60px;
}
#about .ac-inner .card .title{
    display: flex;
    gap: 12px;
    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%; /* 27px */
    letter-spacing: 0.72px;
    width: unset;
    margin: unset;
}
#about .ac-inner .card .title::before{
    display: inline-block;
    vertical-align: baseline;
    content: "";
    width: 34px;
    height: 38.732px;
    background-image: url(/tameru/monefit/assets/img/toda/point_icon.svg);
    background-repeat: no-repeat;
    background-size: contain;
}
@media only screen and (max-width: 768px) {
    #about .ac-inner .card{
        display: flex;
        padding: 28px 20px;
        flex-direction: column;
        align-items: flex-start;
        gap: 12px;
        align-self: stretch;
        border-radius: 8px;
        margin-bottom: 40px;
    }
    #about .ac-inner .card .title{
        flex-direction: unset;
        color: var(---_, #484848);
        leading-trim: both;
        text-edge: cap;

        /* エスコン/エスコン_h4 */
        font-family: "Noto Sans JP";
        font-size: 18px;
        font-style: normal;
        font-weight: 700;
        line-height: 30px; /* 166.667% */
        letter-spacing: 0;
    }
    #about .ac-inner .card .title::before{
        min-width: 34px;
    }

}
#about .ac-inner .card .text{
    color: var(---, #484848);
    font-feature-settings: 'palt' on;

    font-family: "Noto Sans JP";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 170%; /* 27.2px */
    letter-spacing: 0.64px;
}
@media only screen and (max-width: 768px) {
    #about .ac-inner .card .text{
        color: var(---, #484848);

        font-family: "Noto Sans JP";
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 150%; /* 24px */
        letter-spacing: 0.64px;
        text-align: left;
    }
}
#about .ac-inner .card ul{
    width: fit-content;
}
#about .ac-inner .card ul li{
    color: var(---, #838383);
    text-align: center;
    leading-trim: both;
    text-edge: cap;

    /* エスコン/エスコン_PC_注釈 */
    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;
}
#about .ac-inner .card ul li::before{
    display: inline-block;
    content: "※";
}
@media only screen and (max-width: 768px) {
    #about .ac-inner .card ul{
        width: 100%;
    }
    #about .ac-inner .card ul li{
        color: var(---, #838383);

        /* エスコン/エスコン_注釈 */
        font-family: "Noto Sans JP";
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 160%; /* 22.4px */
        letter-spacing: 0.56px;
        text-align: left;
    }
}
#about .ac-inner .quest{
    display: flex;
    align-items: flex-start;
    gap: 20px;
    align-self: stretch;
}
@media only screen and (max-width: 768px) {
    #about .ac-inner .quest{
        flex-direction: column;
    }
}
#about .ac-inner .quest .textbox{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: var(--lg, 40px);
    flex: 1 0 0;
}
#about .ac-inner .quest .textbox .title{
    display: block;
    color: var(---_, #E94829);
    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;
}
#about .ac-inner .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;
}
#about .ac-inner .quest .textbox .link{
    display: flex;
    align-items: center;
    color: var(---_, #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% */
}
#about .ac-inner .quest .link::before{
    display: inline-block;
    vertical-align: baseline;
    content: "";
    width: 28px;
    height: 28px;
    background-image: url(/tameru/monefit/assets/img/toda/txt-link.svg);
    background-repeat: no-repeat;
    background-size: contain;
    margin-right: 8px;
}
@media only screen and (max-width: 768px) {
    #about .ac-inner .quest .textbox{
        gap: 18px;
    }
    #about .ac-inner .quest .textbox .title{
        color: var(---_, #E94829);
        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% */
    }
    #about .ac-inner .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;
    }
    #about .ac-inner .quest .textbox .link.pc{
        display: none;
    }
    #about .ac-inner .quest .link.sp{
        display: flex;
        color: var(---_, #E94829);

        /* エスコン/エスコン_アンカー */
        font-family: "Noto Sans JP";
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: 150%; /* 24px */
        letter-spacing: 0.64px;
    }
}
#about .ac-inner .quest .textbox .link:hover{
    opacity: 0.7;
}
#about .ac-inner .quest table{
    border: 1px solid var(---, #1A1A1A);
}
#about .ac-inner .quest table th,
#about .ac-inner .quest table td{
    border-bottom: 1px solid var(---, #1A1A1A);
    border-right: 1px solid var(---, #1A1A1A);
    vertical-align: middle;
    text-align: center;
}
#about .ac-inner .quest table thead th{
    padding: 5px 50px;
}
#about .ac-inner .quest table th:nth-child(1){
    border-right: 3px solid var(---, #E94829);
}
#about .ac-inner .quest table td:nth-child(2){
    border-right: 3px solid var(---, #E94829);
}
#about .ac-inner .quest table tr:nth-child(4) td:nth-child(2){
    border-bottom: 3px solid var(---, #E94829);
}
#about .ac-inner .quest table thead th:nth-child(2){
    border-top: 3px solid var(---, #E94829);
    border-right: 3px solid var(---, #E94829);
}
#about .ac-inner .quest table thead th:nth-child(3){
    padding-bottom: 10px;
}
@media only screen and (max-width: 768px) {
    #about .ac-inner .quest table{
        width: 100%;
    }
    #about .ac-inner .quest table th:nth-child(1){
        border-right: 2px solid var(---, #E94829);
    }
    #about .ac-inner .quest table td:nth-child(2){
        border-right: 2px solid var(---, #E94829);
    }
    #about .ac-inner .quest table tr:nth-child(4) td:nth-child(2){
        border-bottom: 2px solid var(---, #E94829);
    }
    #about .ac-inner .quest table thead th:nth-child(2){
        border-top: 2px solid var(---, #E94829);
        border-right: 2px solid var(---, #E94829);
    }
    #about .ac-inner .quest table thead th{
        padding: 5px 15px;
    }
    #about .ac-inner .quest table thead th:nth-child(2){
        padding: 5px 15px;
    }
    #about .ac-inner .quest table thead th:nth-child(3) {
        padding-bottom: 10px;
    }
}
#about .ac-inner .quest table th{
    background: rgb(226 226 226 / 0.8);
}
#about .ac-inner .quest table tr th > *,
#about .ac-inner .quest table tr td > *{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: column;
    width: 100%;
    height: 100%;
}
#about .ac-inner .quest table tr > *:first-child{
    background: rgb(233 72 41 / 0.1);
    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) {
    #about .ac-inner .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;
    }
    #about .ac-inner .quest table tr td > *{
        gap: 8px;
    }
}
#about .ac-inner .quest table td:nth-child(2){
    background: rgb(27 184 206 / 0.16);
}
#about .ac-inner .quest table td:nth-child(3){
    background: var(---, #FFF);
}
#about .ac-inner .quest table tbody tr:last-child > *:last-child{
    border: none;
}
#about .ac-inner .quest table th:nth-child(2) img{
    width: 130px;
}
#about .ac-inner .quest table th:nth-child(3) img{
    width: 95px;
}
@media only screen and (max-width: 768px) {
    #about .ac-inner .quest table th:nth-child(2) img{
        width: 20vw;
    }
    #about .ac-inner .quest table th:nth-child(3) img{
        width: 15vw;
    }
}
#about .ac-inner .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;
}
#about .ac-inner .quest table td span{
    color: var(--module-text-attention, #838383);
    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) {
    #about .ac-inner .quest table td{
        color: var(---, #1A1A1A);
        text-align: center;
        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.6px;
        padding: 18px 4px;
    }
    #about .ac-inner .quest table td span{
        color: var(--module-text-attention, #838383);
        text-align: center;
        font-family: "Noto Sans JP";
        font-size: 10px;
        font-style: normal;
        font-weight: 400;
        line-height: 150%; /* 15px */
        letter-spacing: 0.4px;
    }
}
#about .about_link{
    display: flex;
    align-items: center;
    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% */
    margin-top: 32px;
    width: fit-content;
}
#about .about_link::before{
    display: inline-block;
    vertical-align: baseline;
    content: "";
    width: 28px;
    height: 28px;
    background-image: url(/tameru/monefit/assets/img/etrust/txt-link2.svg);
    background-repeat: no-repeat;
    background-size: contain;
    margin-right: 8px;
}
@media only screen and (max-width: 768px) {
    #about .about_link{
        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;
    }
}
#about .about_link:hover{
    opacity: 0.7;
}
/* E-Trustとは？ */

/* 募集中の商品のご案内 */
#guide {
    padding: 80px 0;
}
@media only screen and (max-width: 768px) {
    #guide {
        padding: 60px 0 40px;
    }
}
#guide h2{
    color: var(---_, #E94829);
    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% */
    margin-bottom: 60px;
}
@media only screen and (max-width: 768px) {
    #guide h2{
        color: var(---_, #E94829);
        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;
        margin-bottom: 20px;
    }
}
#guide .feature{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: var(--lg, 60px);
    margin-bottom: 60px;
}
#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: "※";
}
@media only screen and (max-width: 768px) {
    #guide .feature{
        gap: var(--lg, 37px);
        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{
    display: flex;
    width: 1040px;
    justify-content: space-between;
    align-items: flex-start;
}
@media only screen and (max-width: 768px) {
    #guide .feature .cardarea{
        width: 100%;
        flex-direction: column;
        gap: 45px;
    }
}
#guide .feature .cardarea .card{
    position: relative;
    display: flex;
    width: 312px;
    padding: 40px 12px 32px 12px;
    flex-direction: column;
    align-items: center;
    gap: 24px;
    flex-shrink: 0;
    align-self: stretch;
    border-radius: 8px;
    background: #F2F2F2;
}
@media only screen and (max-width: 768px) {
    #guide .feature .cardarea .card{
        max-width: 343px;
        width: 100%;
        height: auto;
        align-self: center;
        gap: 0px
    }
    #guide .feature .cardarea .card .imgbox{
        margin-bottom: 24px;
        height: auto !important;
    }
}
#guide .feature .cardarea .card::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:nth-child(1):before{
    background-image: url(/tameru/monefit/assets/img/toda/card1.svg);
}
#guide .feature .cardarea .card:nth-child(2):before{
    background-image: url(/tameru/monefit/assets/img/toda/card2.svg);
}
#guide .feature .cardarea .card:nth-child(3):before{
    background-image: url(/tameru/monefit/assets/img/toda/card3.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%;
}
#guide .feature .cardarea .card:nth-child(2) img{
    padding: 0 15%;
}
#guide .feature .cardarea p{
    color: var(--color-black-1000, #000);
    leading-trim: both;
    text-edge: cap;
    font-feature-settings: 'palt' on;
    height: 173px;

    /* エスコン/エスコン_PC_本文 */
    font-family: "Noto Sans JP";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28.8px; /* 160% */
    letter-spacing: 0;
    margin-right: auto;
}
@media only screen and (max-width: 768px) {
    #guide .feature .cardarea p{
        height: auto;
        margin-bottom: 8px;
    }
}
#guide .feature .cardarea p span{
    text-decoration: underline;
    text-decoration-thickness: 0.3em;
    text-decoration-color: #F6FFB0;
    text-underline-offset: -0.2em;
    text-decoration-skip-ink: none;
}
#guide .feature .cardarea ul{
    width: 100%;
}
#guide .feature .cardarea ul li{
    color: var(---, #838383);
    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: var(---, #838383);

        /* エスコン/エスコン_注釈 */
        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;
    gap: var(--lg, 32px);
    align-self: stretch;
    margin-bottom: 8px;
}
#guide .simulation .title{
    color: var(---_, #E94829);
    leading-trim: both;
    text-edge: cap;

    /* エスコン/エスコン_PC_h3 */
    font-family: "Noto Sans JP";
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px; /* 133.333% */
}
#guide .simulation .cardwrap{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    align-self: stretch;
    font-family: "Noto Sans JP";
}
#guide .simulation .cardwrap .title{
    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;
}
@media only screen and (max-width: 768px) {
    #guide .simulation{
        gap: 24px;
        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 .cardarea{
    display: flex;
    align-items: flex-start;
    gap: var(--lg, 40px);
    align-self: stretch;
}
#guide .simulation .cardarea .card{
    display: flex;
    padding: 16px 0px;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    flex: 1 0 0;
    border-radius: var(--xxs, 8px);
    border: 1px solid var(---, #484848);
    background: var(---, #FFF);
}
#guide .simulation div:nth-child(2) > div > .card{
    height: 99px;
}
#guide .simulation div:nth-child(3) > div > .card{
    height: 129px;
}
#guide .simulation div:nth-child(4) > div > .card{
    height: 151px;
}
@media only screen and (max-width: 768px) {
    #guide .simulation .cardarea{
        gap: var(--lg, 6px);
        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: 4px;
        flex: 1 0 0;
        border-radius: 8px;
        border: 1px solid var(---, #484848);
        background: var(---, #FFF);
    }
    #guide .simulation div:nth-child(2) > div > .card{
        height: 68px;
    }
    #guide .simulation div:nth-child(3) > div > .card{
        height: 90px;
    }
    #guide .simulation div:nth-child(4) > div > .card{
        gap: 4px;
    }
}
#guide .simulation .cardarea .card .title{
    color: var(--color-black-1000, #000);
    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%;
    letter-spacing: 0.72px;
}
#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{
    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: 100%;
    letter-spacing: 0.72px;
}
#guide .simulation .cardarea .card .text .num{
    color: var(---, #1A1A1A);

    /* エスコン/価格 */
    font-family: "Noto Sans JP";
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%; /* 28px */
    text-decoration: underline;
    text-decoration-thickness: 0.3em;
    text-decoration-color: #F6FFB0;
    text-underline-offset: -0.2em;
    text-decoration-skip-ink: none;
    letter-spacing: 1.12px;
}
#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(--color-black-1000, #000);
        text-align: center;

        /* エスコン/エスコン_強調 */
        font-family: "Noto Sans JP";
        font-size: 16px;
        font-style: normal;
        font-weight: 700;
        line-height: 170%;
        letter-spacing: 0.64px;
    }
    #guide .simulation .cardarea .card p:nth-child(2){
        color: var(---, #1A1A1A);
        font-feature-settings: 'palt' on;
        font-family: "Noto Sans JP";
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 120%; /* 19.2px */
        letter-spacing: 0.64px;
    }
    #guide .simulation .cardarea .card .text{
        color: var(---, #1A1A1A);
        font-family: "Noto Sans JP";
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 100%;
        letter-spacing: 0.52px;
        text-align: center;
    }
    #guide .simulation .cardarea .card .text .num{
        color: var(---, #1A1A1A);

        /* エスコン/エスコン_価格 */
        font-family: "Noto Sans JP";
        font-size: 18px;
        font-style: normal;
        font-weight: 700;
        line-height: 20px; /* 111.111% */
        letter-spacing: 0;
    }
    #guide .simulation .cardarea .card .text .f14{
        font-size: 14px;

    }
    #guide .simulation ul li{
        color: var(---, #838383);

        /* エスコン/エスコン_注釈 */
        font-family: "Noto Sans JP";
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: 150%; /* 18px */
        letter-spacing: 0.48px;
    }
    #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;
    }
}
/* 募集中の商品のご案内 */

/* 貸付先の紹介 */
#intro{
    padding: 80px 0 0;
    background: #F2F2F2;
}
.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: 40px;
    align-self: stretch;
}
#intro .title_box{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 32px;
}
#intro .title_box > img{
    width: 320px;
}
#intro .title_box .title_inner{
    width: 567px;
    display: flex;
    flex-flow: column;
    gap: 16px;
}
#intro .title_box .title_inner > h2{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
    color: var(--color-black-1000, #000);
    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% */
}
#intro .title_box .title_inner > h2 > span{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 16px;
}
#intro .title_box .title_inner > h2 > span > span{
    color: var(--color-black-1000, #000);
    leading-trim: both;
    text-edge: cap;

    /* エスコン/エスコン_PC_h3 */
    font-family: "Noto Sans JP";
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px; /* 133.333% */
}
#intro .title_box .title_inner > p{
    border-radius: 5px;
    background: var(---_, #E94829);
    color: var(---, #FFF);
    text-align: center;
    leading-trim: both;
    text-edge: cap;
    font-family: "Noto Sans JP";
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
    padding: 12px 0px;
}
@media only screen and (max-width: 768px) {
    #intro{
        padding: 40px 0 20px;
    }
    #intro .title_box{
        gap: 32px;
        flex-wrap: wrap;
    }
    #intro .title_box > img{
        width: 45%;
        height: auto;
    }
    #intro .l-content-inner{
        gap: 24px;
    }
    #intro .title_box .title_inner{
        max-width: 335px;
        width: 100%;
    }
    #intro .title_box .title_inner > h2{
        display: block;
        color: var(--color-black-1000, #000);
        /* エスコン/エスコン_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;
    }
    #intro .title_box .title_inner > h2 > span{
        align-items: center;
        gap: 0px;
        flex-direction: column;
    }
    #intro .title_box .title_inner > 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 .title_box .title_inner > p{
        color: var(---, #FFF);
        text-align: center;

        /* エスコン/エスコン_強調 */
        font-family: "Noto Sans JP";
        font-size: 16px;
        font-style: normal;
        font-weight: 700;
        line-height: 130%; /* 20.8px */
        letter-spacing: 0.64px;
        padding: 8px 0px;
        border-radius: 5px;
        background: var(---_, #E94829);
    }
}
#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-box{
    display: flex;
    gap: 16px;
    justify-content: center;
    margin-top: 29px;
}

#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;
}
#intro .intro-list li:nth-child(1):before{
    background-image: url(/tameru/monefit/assets/img/toda/card1.svg);
}
#intro .intro-list li:nth-child(2):before{
    background-image: url(/tameru/monefit/assets/img/toda/card2.svg);
}
#intro .intro-list li:nth-child(3):before{
    background-image: url(/tameru/monefit/assets/img/toda/card3.svg);
}
@media only screen and (max-width: 768px) {
    #intro .intro-list{
        gap: var(--md, 44px);
        flex-direction: column;
    }
    #intro .intro-box{
        margin: 24px 0 16px;
    }
    #intro .intro-box::before,
    #intro .intro-box::after{
        content: none;
    }
    #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;
    border-radius: 12px;
    background: var(---_, #0098B7);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center;
    overflow: hidden;
}
#intro .ac > *{
    z-index: 2;
}
#intro .ac .ac-title{
    display: flex;
    padding: var(--md, 32px) 0px;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
    color: var(---, #FFF);
    font-family: "Noto Sans JP";
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%; /* 30.8px */
    letter-spacing: 0.88px;
}
#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/toda/accordion1.svg);
    background-repeat: no-repeat;
    background-size: contain;
}
#intro .ac .ac-title.active::after{
    background-image: url(/tameru/monefit/assets/img/toda/ac_open1.svg);
}
@media only screen and (max-width: 768px) {
    #intro .ac{
        padding: 0px 20px;
        background-size: unset;
        background-position: bottom left;
    }
    #intro .ac .ac-title{
        color: var(---, #FFF);

        /* エスコン/エスコン_アコーディオン */
        font-family: "Noto Sans JP";
        font-size: 16px;
        font-style: normal;
        font-weight: 700;
        line-height: 170%; /* 27.2px */
        letter-spacing: 0.64px;
    }
}
#intro .ac .ac-inner{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 60px;
    align-self: stretch;
    margin-bottom: 40px;
    margin-top: 60px;
}
#intro .ac .ac-inner > div{
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: var(--lg, 40px);
    align-self: stretch;
    flex-wrap: wrap;
}
#intro .ac .ac-inner > div .title{
    width: 100%;
    color: var(---, #FFF);
    leading-trim: both;
    text-edge: cap;

    /* エスコン/エスコン_PC_h3 */
    font-family: "Noto Sans JP";
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px; /* 133.333% */
}
#intro .ac .ac-inner > div .tablebox{
    width: 100%;
    order: 2;
    gap: 20px;
}
#intro .ac .ac-inner > div .text{
    color: var(---, #FFF);
    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% */
    width: 65%;
    flex-grow: 1;
}
#intro > div > div.ac > div.ac-inner > div:nth-child(4) > div > p{
    margin-bottom: 20px;
}
#intro .ac .ac-inner .pc img{
    max-width: 960px;
    width: 100%;
    margin-bottom: 31px;
}
#intro .ac .ac-inner > div .imgbox{
    display: flex;
    flex-direction: column;
    gap: 16px;
}
#intro .ac .ac-inner > div .imgbox > p{
    text-align: right;
    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: 28.8px;
}
#intro .ac .ac-inner > div .tablebox .tablebox_inner{
    margin-top: 20px;
    border-radius: 8px;
    padding: 20px 20px 40px;
    background: #FFF;
    margin-bottom: 30px;
}
#intro .ac .ac-inner > div .tablebox .tablebox_inner table{
    width: 100%;
    margin-bottom: 14px;
}
#intro .ac .ac-inner > div .tablebox .tablebox_inner table thead tr th{
    height: auto;
    vertical-align: middle;
}
#intro .ac .ac-inner > div .tablebox .tablebox_inner table thead tr th div{
    margin: 2px;
    padding: 4px 0;
}
#intro .ac .ac-inner > div .tablebox .tablebox_inner table thead tr:nth-child(2) th:nth-child(1) div{
    color: var(---, #1A1A1A);
    leading-trim: both;
    text-edge: cap;

    /* エスコン/エスコン_h4 */
    font-family: "Noto Sans JP";
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px; /* 166.667% */
    padding-left: 10px;
}
@media only screen and (max-width: 768px) {
    #intro .ac .ac-inner > div .tablebox .tablebox_inner{
        padding: 7px 5px 12px;
    }
    #intro .ac .ac-inner > div .tablebox .tablebox_inner table th,
    #intro .ac .ac-inner > div .tablebox .tablebox_inner table td{
        word-break: keep-all;
        overflow-wrap: break-word;
    }
    #intro .ac .ac-inner > div .tablebox .tablebox_inner table thead tr th{
        height: auto;
    }
    #intro .ac .ac-inner > div .tablebox .tablebox_inner table thead tr th div{
        margin: 1px;
        padding: 5px 0;
    }
    #intro .ac .ac-inner > div .tablebox .tablebox_inner table thead tr:nth-child(2) th:nth-child(1) div{
        color: var(---, #1A1A1A);
        leading-trim: both;
        text-edge: cap;
        font-family: "Noto Sans JP";
        font-size: 18px;
        font-style: normal;
        font-weight: 700;
        line-height: 1;
        letter-spacing: 0;
        padding: 0 0 4px;
    }
}
#intro .ac .ac-inner > div .tablebox .tablebox_inner table thead tr:nth-child(1) th:nth-child(3),
#intro .ac .ac-inner > div .tablebox .tablebox_inner table thead tr:nth-child(1) th:nth-child(4),
#intro .ac .ac-inner > div .tablebox .tablebox_inner table thead tr:nth-child(2) th:nth-child(2),
#intro .ac .ac-inner > div .tablebox .tablebox_inner table thead tr:nth-child(2) th:nth-child(3){
    width: 15%;
}
#intro .ac .ac-inner > div .tablebox .tablebox_inner table thead tr:nth-child(1) th:nth-child(5),
#intro .ac .ac-inner > div .tablebox .tablebox_inner table thead tr:nth-child(2) th:nth-child(4){
    width: 22%;
}
#intro .ac .ac-inner > div .tablebox .tablebox_inner table thead tr:nth-child(1) th:nth-child(3) div,
#intro .ac .ac-inner > div .tablebox .tablebox_inner table thead tr:nth-child(1) th:nth-child(4) div,
#intro .ac .ac-inner > div .tablebox .tablebox_inner table thead tr:nth-child(1) th:nth-child(5) div,
#intro .ac .ac-inner > div .tablebox .tablebox_inner table thead tr:nth-child(2) th:nth-child(2) div,
#intro .ac .ac-inner > div .tablebox .tablebox_inner table thead tr:nth-child(2) th:nth-child(3) div,
#intro .ac .ac-inner > div .tablebox .tablebox_inner table thead tr:nth-child(2) th:nth-child(4) div{
    color: var(---, #FFF);
    font-family: "Noto Sans JP";
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 28.8px; /* 120% */
    text-align: center;
}
#intro .ac .ac-inner > div .tablebox .tablebox_inner table thead tr:nth-child(1) th:nth-child(3) div,
#intro .ac .ac-inner > div .tablebox .tablebox_inner table thead tr:nth-child(1) th:nth-child(4) div,
#intro .ac .ac-inner > div .tablebox .tablebox_inner table thead tr:nth-child(2) th:nth-child(2) div,
#intro .ac .ac-inner > div .tablebox .tablebox_inner table thead tr:nth-child(2) th:nth-child(3) div{
    background: var(---_, #494948);
}
#intro .ac .ac-inner > div .tablebox .tablebox_inner table thead tr:nth-child(1) th:nth-child(5) div,
#intro .ac .ac-inner > div .tablebox .tablebox_inner table thead tr:nth-child(2) th:nth-child(4) div{
    background: var(---_, #1BB8CE);
}
#intro .ac .ac-inner > div .tablebox .tablebox_inner table thead tr:nth-child(2) th div{
    margin: 2px 2px 12px;
}
@media only screen and (max-width: 768px) {
    #intro .ac .ac-inner > div .tablebox .tablebox_inner table thead tr:nth-child(1) th:nth-child(3),
    #intro .ac .ac-inner > div .tablebox .tablebox_inner table thead tr:nth-child(1) th:nth-child(4),
    #intro .ac .ac-inner > div .tablebox .tablebox_inner table thead tr:nth-child(2) th:nth-child(2),
    #intro .ac .ac-inner > div .tablebox .tablebox_inner table thead tr:nth-child(2) th:nth-child(3){
        width: 16%;
    }
    #intro .ac .ac-inner > div .tablebox .tablebox_inner table thead tr:nth-child(1) th:nth-child(5),
    #intro .ac .ac-inner > div .tablebox .tablebox_inner table thead tr:nth-child(2) th:nth-child(4){
        width: 25%;
    }

    #intro .ac .ac-inner > div .tablebox .tablebox_inner table thead tr:nth-child(1) th:nth-child(3) div,
    #intro .ac .ac-inner > div .tablebox .tablebox_inner table thead tr:nth-child(1) th:nth-child(4) div,
    #intro .ac .ac-inner > div .tablebox .tablebox_inner table thead tr:nth-child(1) th:nth-child(5) div,
    #intro .ac .ac-inner > div .tablebox .tablebox_inner table thead tr:nth-child(2) th:nth-child(2) div,
    #intro .ac .ac-inner > div .tablebox .tablebox_inner table thead tr:nth-child(2) th:nth-child(3) div,
    #intro .ac .ac-inner > div .tablebox .tablebox_inner table thead tr:nth-child(2) th:nth-child(4) div{
        font-size: 16px;
        font-weight: 400;
        line-height: 150%;
        letter-spacing: 0.64px;
        line-height: 1; 
    }
    #intro .ac .ac-inner > div .tablebox .tablebox_inner table thead tr:nth-child(2) th div{
        margin: 0px 1px 7px;
    }
}
#intro .ac .ac-inner > div .tablebox .tablebox_inner table tbody tr th,
#intro .ac .ac-inner > div .tablebox .tablebox_inner table tbody tr td{
    border-top: 2px solid #494948;
    border-bottom: 2px solid #494948;
}
#intro .ac .ac-inner > div .tablebox .tablebox_inner table tbody tr th{
    color: var(---, #484848);
    leading-trim: both;
    text-edge: cap;

    /* エスコン/エスコン_PC_本文_太字 */
    font-family: "Noto Sans JP";
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 1; /* 160% */
    vertical-align: middle;
}
#intro .ac .ac-inner > div .tablebox .tablebox_inner table tbody tr th sup{
    width: 0;
    display: inline-block;
    transform: translateY(-10px) translateX(-5px);
}
#intro .ac .ac-inner > div .tablebox .tablebox_inner table tbody tr th span{
    color: var(---, #484848);
    leading-trim: both;
    text-edge: cap;
    font-family: "Noto Sans JP";
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 1; /* 205.714% */
}
#intro .ac .ac-inner > div .tablebox .tablebox_inner table tbody tr th.font1{
    color: var(---, #484848);
    leading-trim: both;
    text-edge: cap;
    font-family: "Noto Sans JP";
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px; /* 120% */
    padding-left: 10px;
    vertical-align: middle;
}
@media only screen and (max-width: 768px) {
    #intro .ac .ac-inner > div .tablebox .tablebox_inner table tbody tr th{
        color: var(---, #484848);
        font-family: "Noto Sans JP";
        font-size: 12px;
        font-style: normal;
        font-weight: 700;
        line-height: 1;
        letter-spacing: 0.48px;
    }
    #intro .ac .ac-inner > div .tablebox .tablebox_inner table tbody tr th sup{
        transform: translateY(-0.5em) translateX(-5px);
    }
    #intro .ac .ac-inner > div .tablebox .tablebox_inner table tbody tr th span{
        color: var(---, #484848);
        leading-trim: both;
        text-edge: cap;
        font-family: "Noto Sans JP";
        font-size: 11px;
        font-style: normal;
        font-weight: 500;
    }
    #intro .ac .ac-inner > div .tablebox .tablebox_inner table tbody tr th.font1{
        font-size: 16px;
        font-style: normal;
        line-height: 1;
        letter-spacing: 0.64px;
        padding-left: 0;
    }
}
#intro .ac .ac-inner > div .tablebox .tablebox_inner table tbody tr td{
    color: var(---, #484848);
    font-family: "Noto Sans JP";
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 28.8px; /* 120% */
    vertical-align: middle;
    text-align: right;
    padding: 15px 0;
}
#intro .ac .ac-inner > div .tablebox .tablebox_inner table tbody tr td span{
    color: var(---, #484848);
    font-family: "Noto Sans JP";
    font-size: 17px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%; /* 25.5px */
    letter-spacing: 0.68px;
}
#intro .ac .ac-inner > div .tablebox .tablebox_inner table tbody tr td{
    padding: 5px 35px 5px 0;
}
#intro .ac .ac-inner > div .tablebox .tablebox_inner table tbody tr td:last-child{
    background-color: rgb(27 184 206 / 0.2);
    padding: 5px 45px 5px 0;
}
@media only screen and (max-width: 768px) {
    #intro .ac .ac-inner > div .tablebox .tablebox_inner table tbody tr td span{
        color: var(---, #484848);
        font-family: "Noto Sans JP";
        font-size: 10px;
        font-style: normal;
        font-weight: 700;
        line-height: 150%; /* 15px */
        letter-spacing: 0.4px;
    }
    #intro .ac .ac-inner > div .tablebox .tablebox_inner table tbody tr td{
        color: var(---, #484848);
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: 28.8px; /* 180% */
        letter-spacing: -0.64px;
        padding: 8px 3px 8px 0;
    }
    #intro .ac .ac-inner > div .tablebox .tablebox_inner table tbody tr td:last-child{
        padding: 8px 1.5vw 8px 0;
    }
}
#intro .ac .ac-inner > div .tablebox .tablebox_inner ul li{
    color: var(---, #838383);
    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;
}
#intro .ac .ac-inner > div .tablebox .tablebox_inner ul li::before{
    display: inline-block;
    content: "※";
}
@media only screen and (max-width: 768px) {
    #intro .ac .ac-inner > div .tablebox .tablebox_inner ul li{
        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;
    }
}
#intro .ac .ac-inner > div .tablebox a{
    display: flex;
    width: fit-content;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    color: #FFF;
    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% */
}
#intro .ac .ac-inner > div .tablebox a::before{
    display: inline-block;
    vertical-align: baseline;
    content: "";
    width: 28px;
    height: 28px;
    background-image: url(/tameru/monefit/assets/img/toda/txt-link2.svg);
    background-repeat: no-repeat;
    background-size: contain;
    margin-right: 8px;
}
#intro .ac .ac-inner > div .tablebox a::after{
    display: inline-block;
    vertical-align: baseline;
    content: "";
    width: 14px;
    height: 14px;
    background-image: url(/tameru/monefit/assets/img/toda/txt-link3.svg);
    background-repeat: no-repeat;
    background-size: contain;
    margin-left: 4px;
}
#intro .ac .ac-inner > div img{
    width: 280px;
    border-radius: 12px;
    box-shadow: 0px 4px 20px 0px rgba(0, 3, 101, 0.30);
}
@media only screen and (max-width: 768px) {
    #intro .ac .ac-inner{
        gap: 40px;
        margin-top: 0;
    }
    #intro .ac .ac-inner > div{
        gap: 16px;
    }
    #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 > div > div.ac > div.ac-inner > div:nth-child(4) > div > p{
        margin-bottom: 16px;
    }
    #intro .ac .ac-inner > div img{
        order: 2;
        width: 100%;
        box-shadow: 0px 4px 20px 0px rgba(0, 3, 101, 0.30);
    }
    #intro .ac .ac-inner > div .imgbox{
        width: 100%;
        order: 2;
    }
    #intro .ac .ac-inner > div .imgbox > img{
        order: 1;
    }
    #intro .ac .ac-inner > div .imgbox > p{
        text-align: left;
        order: 2;
    }
    #intro .ac .ac-inner > div .tablebox a{
        color: var(---, #FFF);
        leading-trim: both;
        text-edge: cap;
        margin-top: 24px;
        /* クエスト/アンカー */
        color: var(---, #FFF);
        font-family: "Noto Sans JP";
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: 120%; /* 14.4px */
        letter-spacing: -0.24px;
    }
    #intro .ac .ac-inner > div .tablebox a::before{
        content: "";
        width: 15px;
        height: 15px;
    }
    #intro .ac .ac-inner > div .tablebox a::after{
        width: 8px;
        height: 8px;
    }
}
#intro .ac .ac-inner > div .tablebox a:hover{
    opacity: 0.7;
}
/* 貸付先の紹介 */

/* 継続投資機能 */
#news .l-content-inner{
    display: flex;
    padding: var(--xxl, 80px) 0px var(--lg, 40px) 0px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 60px;
    align-self: stretch;
}
@media only screen and (max-width: 768px) {
    #news .l-content-inner{
        padding: 40px 0px;
        gap: 32px;
    }
}
#news .title{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
    width: 100%;
}
#news .title h2{
    display: flex;
    align-items: center;
    gap: 20px;
    color: var(---_, #E94829);
    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% */
}
#news .title h2 span{
    display: flex;
    padding: 4px 16px 6px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 4px;
    border: 1px solid var(---_, #E94829);
    color: var(---_, #E94829);
    leading-trim: both;
    text-edge: cap;
    font-family: "Noto Sans JP";
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 52px; /* 144.444% */
}
@media only screen and (max-width: 768px) {
    #news .title{
        gap: 8px;
    }
    #news .title h2{
        color: var(---_, #E94829);

        /* エスコン/エスコン_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;
        gap: 4px;
    }
    #news .title h2 span{
        display: flex;
        padding: 8px 4px;
        justify-content: center;
        align-items: center;
        border-radius: 4px;
        border: 1px solid var(---_, #E94829);
        color: var(---_, #E94829);
        leading-trim: both;
        text-edge: cap;
        font-family: "Noto Sans JP";
        font-size: 18px;
        font-style: normal;
        font-weight: 700;
        line-height: 15px; /* 288.889% */
    }
}
#news .title .text{
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 100%;
}
#news .title .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% */
}
#news .title .text ul li{
    color: var(---, #838383);
    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;
}
#news .title .text ul li::before{
    display: inline-block;
    content: "※";
}
@media only screen and (max-width: 768px) {
    #news .title .text{
        gap: 8px;
    }
    #news .title .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;
    }
    #news .title .text ul li{
        color: var(---, #838383);

        /* エスコン/エスコン_注釈 */
        font-family: "Noto Sans JP";
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: 150%; /* 18px */
        letter-spacing: 0.48px;
    }
}
#news .content{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: var(--lg, 40px);
    width: 100%;
}
#news .content .main{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 5px;
    align-self: stretch;
}
#news .content .main h3{
    color: var(---, #1BB8CE);
    leading-trim: both;
    text-edge: cap;

    /* エスコン/エスコン_PC_h3 */
    font-family: "Noto Sans JP";
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px; /* 133.333% */
}
#news .content .main 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% */
}
@media only screen and (max-width: 768px) {
    #news .content{
        gap: 36px;
    }
    #news .content .main{
        gap: 8px;
    }
    #news .content .main h3{
        color: var(---, #1BB8CE);

        /* エスコン/エスコン_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;
    }
    #news .content .main 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;
    }
}
#news .content .list ul{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: var(--xs, 10px);
    align-self: stretch;
}
#news .content .list ul li{
    display: flex;
    align-items: center;
    color: var(--text-text-primary, #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% */
}
#news .content .list ul li::before{
    content: "";
    display: inline-block;
    vertical-align: bottom;
    width: 1em;
    height: 1em;
    margin-right: 0.5em;
    background-image: url(/tameru/monefit/assets/img/mf_image/icon_check.svg);
    background-repeat: no-repeat;
    background-size: contain;
}
@media only screen and (max-width: 768px) {
    #news .content .list ul{
        margin-top: -28px;
    }
    #news .content .list ul li{
        color: var(--text-text-primary, #1A1A1A);

        /* エスコン/エスコン_本文 */
        font-family: "Noto Sans JP";
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 150%; /* 24px */
        letter-spacing: 0.64px;
    }
    #news .content .list ul li::before{
        width: 20px;
        height: 20px;
        margin-right: 8px;
    }
}
#news .content .img{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: var(--xxl, 80px);
}
#news .content .img > div{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
}
#news .content .img > div > img{
    width: 100%;
}
@media only screen and (max-width: 768px) {
    #news .content .img{
        width: 100%;
        gap: 40px;
    }
}
#news .content .img > div ul li{
    color: var(---, #838383);
    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;
}
#news .content .img > div ul li::before{
    display: inline-block;
    content: "※";
}
#news .content .img > div p{
    color: var(--color-black-1000, #000);
    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% */
}
#news .content .img > div p span.line{
    text-decoration: underline;
    text-decoration-thickness: 0.3em;
    text-decoration-color: #F6FFB0;
    text-underline-offset: -0.2em;
    text-decoration-skip-ink: none;
}
@media only screen and (max-width: 768px) {
    #news .content .img > div ul li{
        color: var(---, #838383);
        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% */
    }
    #news .content .img > div ul li + li{
        margin-top: 8px;
    }
    #news .content .img > div.img-ac{
        padding: 20px;
        border-radius: 12px;
        border: 2px solid #606060;
        width: 100%;
        gap: 32px;
    }
    #news .content .img > div.img-ac p{
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 32px;
        align-self: stretch;
        color: #606060;

        /* エスコン/エスコン_アコーディオン */
        font-family: "Noto Sans JP";
        font-size: 16px;
        font-style: normal;
        font-weight: 700;
        line-height: 170%; /* 27.2px */
        letter-spacing: 0.64px;
    }
    #news .content .img > div.img-ac p::after{
        display: inline-block;
        vertical-align: baseline;
        content: "";
        width: 32px;
        height: 32px;
        flex-shrink: 0;
        background-image: url(/tameru/monefit/assets/img/etrust/accordion2.svg);
        background-repeat: no-repeat;
        background-size: contain;
    }
    #news .content .img > div.img-ac p.active::after{
        background-image: url(/tameru/monefit/assets/img/etrust/ac_open2.svg);
    }
}
#news .ac{
    display: flex;
    padding: 0 var(--lg, 40px) 0 var(--lg, 40px);
    flex-direction: column;
    align-items: flex-start;
    align-self: stretch;
    border-radius: 12px;
    border: 3px solid var(---_, #E94829);
}
@media only screen and (max-width: 768px) {
    #news .ac{
        border-radius: 12px;
        border: 2px solid var(---_, #E94829);
        padding: 0 20px;
    }
}
#news .ac .ac-title{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 32px 0;
    color: var(---_, #E94829);
    font-family: "Noto Sans JP";
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%; /* 30.8px */
    letter-spacing: 0.88px;
}
#news .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/toda/accordion.svg);
    background-repeat: no-repeat;
    background-size: contain;
}
#news .ac .ac-title.active::after{
    background-image: url(/tameru/monefit/assets/img/toda/ac_open.svg);
}
#news .ac .ac-inner{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: var(--md, 32px);
    align-self: stretch;
    margin-bottom: 60px;
}
#news .ac .ac-inner 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% */
}
#news .ac .ac-inner ul{
    width: 100%;
}
#news .ac .ac-inner ul li{
    padding-left: 55px;
    padding: 0 0 35px 50px;
    background-size: 40px auto, 2px 100%;
    background-repeat: no-repeat, repeat-y;
    background-position: top 10px left, top left 20px;
}
#news .ac .ac-inner ul li:nth-child(1){
    background-image: url(/tameru/monefit/assets/img/toda/step_1.svg), url(/tameru/monefit/assets/img/toda/line.png);
    background-position: top 10px left, top 10px left 20px;
    background-repeat: no-repeat;
}
#news .ac .ac-inner ul li:nth-child(2){
    padding: 0 0 20px 50px;
    background-image: url(/tameru/monefit/assets/img/toda/step_2.svg), url(/tameru/monefit/assets/img/toda/line.png);
}
#news .ac .ac-inner ul li:nth-child(3),
#news .ac .ac-inner ul li:nth-child(4),
#news .ac .ac-inner ul li:nth-child(5),
#news .ac .ac-inner ul li:nth-child(6){
    padding: 0 0 20px 50px;
    background-image: url(/tameru/monefit/assets/img/toda/dot.svg), url(/tameru/monefit/assets/img/toda/line.png);
    background-size: 12px auto, 2px 100%;
    background-position: top 10px left 15px, top 10px left 20px;
}
#news .ac .ac-inner ul li:nth-child(7){
    background-image: url(/tameru/monefit/assets/img/toda/step_3.svg), url(/tameru/monefit/assets/img/toda/line.png);
    background-size: 40px auto, 2px 20px;
    background-repeat: no-repeat, no-repeat;
    padding-bottom: 0;
}
#news .ac .ac-inner ul li > p{
    color: var(---, #1A1A1A);
    leading-trim: both;
    text-edge: cap;

    /* エスコン/エスコン_PC_本文_太字 */
    font-family: "Noto Sans JP";
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 28.8px; /* 160% */
    align-items: baseline;
    gap: 0;
}
#news .ac .ac-inner ul li > p.title span{
    color: var(---_, #E94829);
    leading-trim: both;
    text-edge: cap;

    /* エスコン/エスコン_PC_本文_太字 */
    font-family: "Noto Sans JP";
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 28.8px; /* 160% */
}
#news .ac .ac-inner a{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    align-self: stretch;
    padding: 18px 40px;
    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% */
    border-radius: 40px;
    border: 2px solid var(---, #E60000);
    background: var(---, #FFF);
    width: fit-content;
    margin-top: 14px;
}
#news .ac .ac-inner a > img{
    width: 24px;
    height: 28px;
}
#news .ac .ac-inner ul li .list.sp{
    display: none !important;
}
#news .ac .ac-inner ul li .list.pc{
    padding: 55px 45px;
    display: flex !important;
    border-radius: 12px;
    background: var(---, #F4F4F4);
    justify-content: center;
    align-items: center;
    gap: 30px;
    margin: 20px 0 10px;
}
#news .ac .ac-inner ul li .list.pc div{
    display: flex;
    flex-flow: column;
    justify-content: center;
    gap: 15px;
}
#news .ac .ac-inner ul li .list img{
    width: 50%;
}
#news .ac .ac-inner ul li .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% */
    display: flex;
    gap: 10px;
}
#news .ac .ac-inner ul li .list p span{
    color: var(---, #1A1A1A);
    leading-trim: both;
    text-edge: cap;
    font-family: Roboto;
    font-size: 30px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%; /* 42px */
    letter-spacing: -0.9px;
}
#news .ac .ac-inner ul li .list p.annotation{
    color: var(---, #838383);
    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% */
}
@media only screen and (max-width: 768px) {
    #news .ac .ac-title{
        color: var(---_, #E94829);

        /* エスコン/エスコン_アコーディオン */
        font-family: "Noto Sans JP";
        font-size: 16px;
        font-style: normal;
        font-weight: 700;
        line-height: 170%; /* 27.2px */
        letter-spacing: 0.64px;
        padding: 20px 0;
    }
    #news .ac .ac-inner{
        margin-top: 12px;
        margin-bottom: 32px;
    }
    #news .ac .ac-inner a{
        padding: 12px 18px;
        color: var(---, #E60000);
        text-align: center;
        leading-trim: both;
        text-edge: cap;

        /* クエスト/本文_太字 */
        font-family: "BIZ UDPGothic";
        font-size: 14px;
        font-style: normal;
        font-weight: 700;
        line-height: 22px; /* 157.143% */
        letter-spacing: 0.28px;
        border-radius: 25px;
        border: 2px solid var(---, #E60000);
        background: var(---, #FFF);
    }
    #news .ac .ac-inner a > img{
        width: 13px;
        height: 15px;
    }
    #news .ac .ac-inner ul li{
        padding-left: 55px;
        padding: 0 0 35px 40px;
        background-size: 32px auto, 2px 100%;
        background-repeat: no-repeat, repeat-y;
        background-position: top 2px left, top left 16px;
    }
    #news .ac .ac-inner ul li:nth-child(1){
        background-image: url(/tameru/monefit/assets/img/toda/step_1.svg), url(/tameru/monefit/assets/img/toda/line.png);
        background-position: top 10px left, top 12px left 16px;
    }
    #news .ac .ac-inner ul li:nth-child(2){
        background-position: top 10px left, top 12px left 16px;
        padding: 0 0 20px 40px;
        background-image: url(/tameru/monefit/assets/img/toda/step_2.svg), url(/tameru/monefit/assets/img/toda/line.png);
    }
    #news .ac .ac-inner ul li:nth-child(3),
    #news .ac .ac-inner ul li:nth-child(4),
    #news .ac .ac-inner ul li:nth-child(5),
    #news .ac .ac-inner ul li:nth-child(6){
        padding: 0 0 20px 40px;
        background-image: url(/tameru/monefit/assets/img/toda/dot.svg), url(/tameru/monefit/assets/img/toda/line.png);
        background-size: 10px auto, 2px 100%;
        background-position: top 10px left 12px, top 12px left 16px;
    }
    #news .ac .ac-inner ul li:nth-child(6){
        background-position: top 40% left 12px, top left 16px;
    }
    #news .ac .ac-inner ul li:nth-child(7){
        background-image: url(/tameru/monefit/assets/img/toda/step_3.svg), url(/tameru/monefit/assets/img/toda/line.png);
        background-size: 30px auto, 2px 30px;
        background-repeat: no-repeat, no-repeat;
        background-position: top 10px left, top left 16px;
    }
    #news .ac .ac-inner ul li > p{
        color: var(---, #1A1A1A);
        leading-trim: both;
        text-edge: cap;
    
        /* エスコン/エスコン_PC_本文_太字 */
        font-family: "Noto Sans JP";
        font-size: 18px;
        font-style: normal;
        font-weight: 700;
        line-height: 28.8px; /* 160% */
        align-items: baseline;
        gap: 0;
    }
    #news .ac .ac-inner ul li > p.title span{
        color: var(---_, #E94829);
        leading-trim: both;
        text-edge: cap;
    
        /* エスコン/エスコン_PC_本文_太字 */
        font-family: "Noto Sans JP";
        font-size: 18px;
        font-style: normal;
        font-weight: 700;
        line-height: 28.8px; /* 160% */
    }
    #news .ac .ac-inner ul li .list.sp{
        padding: 20px 24px 10px;
        display: flex !important;
        border-radius: 12px;
        background: var(---, #F4F4F4);
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 50px;
        margin-top: 20px;
    }
    #news .ac .ac-inner ul li .list.pc{
        display: none !important;
    }
    #news .ac .ac-inner ul li .list img{
        width: 90%;
        max-width: 300px;
        display: block;
        margin: auto;
    }
    #news .ac .ac-inner ul li .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;
        display: flex;
        gap: 10px;
        margin-top: 10px;
    }
    #news .ac .ac-inner ul li .list p span{
        color: var(---, #1A1A1A);
        leading-trim: both;
        text-edge: cap;
        font-family: Roboto;
        font-size: 30px;
        font-style: normal;
        font-weight: 500;
        line-height: 140%; /* 42px */
        letter-spacing: -0.9px;
    }
    #news .ac .ac-inner ul li .list p.annotation{
        color: var(---, #838383);

        /* エスコン/エスコン_注釈 */
        font-family: "Noto Sans JP";
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: 150%; /* 18px */
        letter-spacing: 0.48px;
        margin-top: 10px;
    }
}
#news .ac .ac-inner a:hover{
    background: var(--surface-surface-subtle, #FAEDED);
}
/* 継続投資機能 */

/* お申込み以降の流れ */
#process{
    padding: var(--xxl, 80px) 0 40px;
}
#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;
    }
    #process .l-content-inner{
        gap: 32px;
    }
}
#process .l-content-inner h2{
    color: var(---_, #E94829);
    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(---_, #E94829);
    background: var(---, #FFF);
}
#process .procedure .procedure-card .step{
    color: var(---_, #E94829);
    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 #E94829;
    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(---_, #E94829);
}
#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;
}
@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: var(--module-text-attention, #838383);
    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);
    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% */
}
#process .l-content-inner a::before {
    display: inline-block;
    vertical-align: baseline;
    content: "";
    width: 28px;
    height: 28px;
    background-image: url(/tameru/monefit/assets/img/etrust/txt-link2.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 #E94829;
        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(---_, #E94829);
        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;
}
/* お申込み以降の流れ */

/* 商品概要 */
#overview{
    padding: var(--xxl, 80px) 0px 40px;
}
#overview .l-content-inner{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 60px;
}
@media only screen and (max-width: 768px) {
    #overview{
        padding: 0;
    }
    #overview .l-content-inner{
        gap: 20px;
    }
}
#overview .l-content-inner h2{
    color: var(---_, #E94829);
    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{
        color: var(---_, #E94829);
        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(7) div p:nth-child(1){
    margin-bottom: 16px;
}
#overview .l-content-inner div.list div:nth-child(9) div p:nth-child(1){
    margin-bottom: 16px;
}
#overview .l-content-inner div.list div:nth-child(10) p:nth-child(1){
    margin-bottom: 16px;
}
#overview .l-content-inner .list ul{
    margin-top: 6px;
}
#overview .l-content-inner .list ul li{
    color: var(---, #838383);
    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: var(---, #838383);

        /* エスコン/エスコン_注釈 */
        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: 20px;
    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: var(---, #838383);
    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: var(---, #838383);

        /* エスコン/エスコン_注釈 */
        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;
    }
  }
  .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;
}