li {
    list-style: none;
}
.rfpt_wrap {
    max-width: 1080px;
    margin: 0 auto 97px;
}
.section-title {
    margin-top: 88px;
}
.section-title .ttl {
    font-size: 38px;
    line-height: 1.4;
    margin-bottom: 2rem;
    position: relative;
    display: inline-block;
    padding: 0 0 20px;
    text-transform: capitalize;
    font-weight: 600;
    letter-spacing: 1.4px;
}
.section-title .ttl::before {
    content: "";
    position: absolute;
    display: inline-block;
    bottom: 0;
    width: 200px;
    height: 2px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-35%);
    color: #f3169d;
    border-bottom: solid 2px #f3169d;
    z-index: 200;
}
.section-title .ttl::after {
    content: "";
    position: absolute;
    display: inline-block;
    bottom: 0;
    width: 200px;
    height: 2px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-65%);
    color: #b19a56;
    border-bottom: solid 2px #b19a56;
    z-index: 100;
}
.rfpt-txt {
    font-size: 16px;
    line-height: 1.625;
    font-weight: 600;
}
.rfpt_in {
    margin-top: 70px;
}
.rfpt_ct {
    margin-bottom: 90px;
}
.structure_wrap {
}
.border-sl {
    padding-bottom: 23px;
    font-size: 22px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 1;
    margin-bottom: 34px;
}
.structure-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 16px;
}
.structure-table th,
.structure-table td {
    border: 1px solid #dddddd;
    font-weight: 600;
}
.structure-table td {
    padding: 24px 28px 21px;
}
.structure-table th {
    background-color: #f7f7f7 !important;
    width: 160px;
    text-align: center;
}
tr:nth-child(odd) td, tr:nth-child(odd) th {
    background: none;
}
.rfpt_ct.usescene_wrap {
}
.usescene-img {
    margin-bottom: 40px;
}
.usescene-img img {
    width: 100%;
    height: auto;
}
.usescene_lst {
    background: #fdf8fe;
    padding: 47px 36px 38px 36px;
    border-radius: 8px;
    box-sizing: border-box;
    display: flex;
    justify-content: left;
    flex-wrap: wrap;
    gap: 36px 50px;
}
.usescene_lst li {
    position: relative;
    padding: 0 0 18px 28px;
    box-sizing: border-box;
    font-size: 18px;
    line-height: 1;
    font-weight: 600;
}
.usescene_lst li:first-child {
    margin-right: 30px;
}
.usescene_lst li::before,
.usescene_lst li::after {
    content: "";
    position: absolute;
    left: 0;
    z-index: 9;
}
.usescene_lst li::before {
    width: 22px;
    height: 16px;
    background: url(../img/icon/icn_check.svg) no-repeat center / 100% auto;
    top: 1px;
}
.usescene_lst li::after {
    width: 101%;
    height: 4px;
    background: url(../img/contents/referral-partner_dott.png) repeat-x left;
    bottom: 0;
}
.rfpt_ct.flow_wrap {
}
.flow-lst {
    display: flex;
    justify-content: space-between;
    max-width: 1010px;
    margin: 82px auto 0;
    padding: 0;
}
.flow-lstitem {
    width: 21.4%;
}
.fitem_box {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.flow-lst .flow-lstitem:not(:last-child) .fitem-img {
    position: relative;
}
.fitem-img {
    margin-bottom: 24px;
}
.fitem-img img {
    width: 100%;
    height: auto;
}
.flow-lst .flow-lstitem:not(:last-child) .fitem-img::after {
    content: "";
    width: 100%;
    height: 1px;
    background: #cccccc;
    position: absolute;
    top: 50%;
    left: 100%;
    transform: translateY(-50%);
    z-index: -1;
}
.fitem_txt .catch {
    font-size: 18px;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 25px;
    letter-spacing: 0.025em;
    text-align: center;
}
.fitem_txt .txt {
    font-size: 14px;
    letter-spacing: 0.025em;
    line-height: 1.571;
}
.ano-txt {
    font-size: 12px;
    line-height: 2.166;
}
.rfpt_ct.reason_wrap {
    margin-bottom: 45px;
}
.reason-lst li:not(:last-child) {
    margin-bottom: 20px;
}
.reason-lst li {
    padding-left: 24px;
    position: relative;
    font-size: 16px;
    line-height: 1;
    font-weight: 600;
}
.reason-lst li::before {
    content: "";
    width: 15px;
    height: 11px;
    background: url(../img/icon/icn_check.svg) no-repeat center / 100% auto;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9;
}
.summary_wrap {
    position: relative;
    padding-top: 94px;
}
.summary_wrap::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 8px;
    background-image: repeating-linear-gradient(45deg, #b19a56 0px, #b19a56 1px, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 50%);
    background-size: 8px 8px;
}
.summary-cat {
    text-align: center;
    color: #b5a060;
    font-size: 24px;
    line-height: 1.71;
    font-weight: bold;
}
p {
    margin: 0;
}
@media(min-width: 768px) {
    .c-sp {
        display: none;
    }
    .theme-btn, .theme-btn2 {
        margin: 34px 0 24px;
    }
}
@media(max-width:767px) {
    body {
        min-width: 320px;
        width: 100%;
        height: auto;
    }
    .flow-lst li:not(:last-child) {
        margin: 0 0 40px;
    }
    .container {
        padding-right: 20px;
        padding-left: 20px;
    }
    .inquiry_btn .theme-btn2 {
        font-size: 14px;
        padding: 15px 12px;
    }
    .c-sp {
        display: block;
    }
    .rfpt_wrap {
        margin: 0 0 47px;
    }
    .section-title {
        margin: 30px 0 0 0;
    }
    .section-title .ttl {
        font-size: 20px;
        line-height: 1.375;
        margin: 0 0 40px;
        padding: 0 0 18px;
    }
    .section-title .ttl::before,
    .section-title .ttl::after {
        width: 100px;
    }
    .rfpt-txt {
        font-size: 14px;
        line-height: 1.643;
    }
    .rfpt_in {
        margin-top: 32px;
    }
    .rfpt_ct {
        margin-bottom: 42px;
    }
    .border-sl {
        padding-bottom: 14px;
        font-size: 18px;
        margin-bottom: 19px;
    }
    .border-sl::after {
        height: 6px;
        background-size: 6px 6px;
    }
    .structure-table {
        font-size: 13px;
    }
    .structure-table td {
        padding: 11px 6px 6px 10px;
    }
    .structure-table th {
        width: 78px;
    }
    .usescene-img {
        margin-bottom: 19px;
    }
    .usescene_lst {
        padding: 33px 17px 25px;
        border-radius: 4px;
        flex-direction: column;
        gap: 16px 0;
    }
    .usescene_lst li {
        padding: 0 0 10px 20px;
        font-size: 16px;
        line-height: 1.5625;
    }
    .usescene_lst li:first-child {
        margin-right: 0;
    }
    .usescene_lst li::before {
        width: 15px;
        height: 11px;
        background: url(../img/icon/icn_check.svg) no-repeat center / 100% auto;
        top: 6px;
    }
    .usescene_lst li::after {
        width: 100%;
        height: 3px;
        background: url(../img/contents/referral-partner_dott_sp.png) repeat-x left / 9px auto;
        bottom: 0;
    }
    .flow-lst {
        justify-content: left;
        flex-direction: column;
        margin: 30px 0 0;
        padding: 0 9px;
        box-sizing: border-box;
    }
    .flow-lstitem {
        width: 100%;
    }
    .fitem_box {
        display: flex;
        justify-content: left;
        align-items: flex-start;
        flex-direction: row;
        gap: 0 18px;
    }
    .fitem-img {
        margin-bottom: 0;
    }
    .fitem-img img {
        max-width: 90px;
    }
    .fitem_txt {
        width: calc(100% - 108px);
    }
    .flow-lst .flow-lstitem:not(:last-child) .fitem-img::after {
        width: 1px;
        height: 100%;
        position: absolute;
        top: 100%;
        left: 50%;
        transform: translateX(-50%);
    }
    .fitem_txt .catch {
        font-size: 16px;
        font-weight: bold;
        line-height: 1.2;
        letter-spacing: 0;
        text-align: left;
        margin: 14px 0 11px;
    }
    .fitem_txt .txt {
        font-size: 12px;
        letter-spacing: 0;
        line-height: 1.666;
    }
    .ano-txt {
        font-size: 10px;
        line-height: 1.3;
    }
    .rfpt_ct.reason_wrap {
        margin-bottom: 30px;
    }
    .reason-lst li:not(:last-child) {
        margin-bottom: 16px;
    }
    .reason-lst li {
        padding-left: 20px;
        font-size: 14px;
        line-height: 1.285;
    }
    .reason-lst li::before {
        top: 3px;
    }
    .summary_wrap {
        padding-top: 35px;
    }
    .summary_wrap::before {
        height: 6px;
        background-size: 6px 6px;
    }
    .summary-cat {
        font-size: 18px;
        line-height: 1.55;
        letter-spacing: -0.025em;
    }
}
@media(max-width:374px) {
    .section-title .ttl {
        font-size: 18px;
    }
    .summary-cat {
        font-size: 16px;
    }
}