@charset "UTF-8";
/* ----------------------------------------
FV
---------------------------------------- */
.fv{
    position: relative;
    width: 100%;
    background: url(../img/fv_bg.jpg) center center no-repeat;
    background-size: cover;
    padding-top: 45.714285714285715%;
    height: 0;
}
.fv .fv_inner{
    position: absolute;
    width: 90%;
    justify-content: center;
    align-items: center;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}
.fv .fv_inner .txt_Box{
    width: calc(48% - 40px);
    margin-right: 40px;
}
.fv .fv_inner .txt_Box .fv_txt{
    font-size: 2rem;
    line-height: 1.6;
    margin-top: 10px;
}
.fv .fv_inner figure.pctab{
    display: block;
    width: 36%;
}
.fv .fv_inner figure.tabsp{
    display: none;
}

/* ----------------------------------------
報酬の仕組み
---------------------------------------- */
.lead_Wrap{
    width: 100%;
    background: url(../img/page_bg.jpg) center center no-repeat;
    background-size: cover;
}
.lead_Wrap .inner{
    background: #fff;
    box-shadow: 0 0 10px #ccc;
    padding: 30px ;
}
.lead_Wrap .lead_List{
    margin-top: 30px;
}
.lead_Wrap .lead_List li{
    position: relative;
    padding-left: 1em;
    margin-bottom: 10px;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1.4;
}
.lead_Wrap .lead_List li .line{
    text-decoration: underline;
    text-decoration-thickness: 1em;
    text-decoration-color: var(--yellow);
    text-underline-offset: -0.8em;
    text-decoration-skip-ink: none;
}
.lead_Wrap .lead_List li .txt_link{
    text-decoration: underline;
}
.lead_Wrap .lead_List li .txt_link:hover{
    text-decoration: none;
}
.lead_Wrap .lead_List li::before{
    position: absolute;
    content: "";
    width: 16px;
    height: 16px;
    background: url(../img/list-head.png) center center no-repeat;
    background-size: contain;
    top: 0.2em;
    left: -0.1em;
}
.lead_Wrap .lead_List li .head-ic{
    position: relative;
    display: inline-block;
    top: 0;
    left: 0;
    width: 16px;
}

/* ----------------------------------------
ご利用方法
---------------------------------------- */
.howto_Wrap .howto_List{
    margin-top: 50px;
}
.howto_Wrap .howto_List li{
    align-items: center;
}
.howto_Wrap .howto_List li:not(:last-child){
    margin-bottom: 30px;
}
.howto_Wrap .howto_List li figure{
    width: 36%;
}
.howto_Wrap .howto_List li .txt_Box{
    width: 60%;
}
.howto_Wrap .howto_List li .txt_Box a{
    text-decoration: underline;
}
.howto_Wrap .howto_List li .txt_Box a:hover{
    opacity: 0.7;
    text-decoration: none;
}
.howto_Wrap .howto_List li .txt_Box h4{
    font-size: 2rem;
    font-weight: 600;
    color: var(--blue);
    margin-bottom: 15px;
}
.howto_Wrap .howto_List li .txt_Box .txt{
    font-size: 1.6rem;
    line-height: 1.4;
}
.howto_Wrap .howto_List li .txt_Box .note{
    font-size: 1.2rem;
    line-height: 1.2;
    margin-top: 10px;
}

/* ----------------------------------------
CTA部分
---------------------------------------- */
.cta_Wrap{
    background: var(--lightblue);
}
.cta_Wrap .cta_Btn{
    max-width: 600px;
    margin-right: auto;
    margin-left: auto;
}
.cta_Wrap .cta_Btn:not(:first-child){
    margin-top: 20px;
}

/* ----------------------------------------
MS Agentとは
---------------------------------------- */
.jmsc_Wrap figure{
    margin-top: 30px;
}

/* ============================================================
PC（1600px~）
============================================================ */
@media screen and (min-width:1600px) {
}

/* ============================================================
PC(~1200px)
============================================================ */
@media screen and (max-width:1200px) {

}

/* ============================================================
TAB（768~1100px）
============================================================ */
@media screen and (max-width:1000px) {

    /* ----------------------------------------
    FV
    ---------------------------------------- */
    .fv {
        background: url(../img/fv_bg_sp.jpg) center top no-repeat;
        background-size: cover;
        padding-top: 120%;
    }
    .fv .fv_inner {
        top: 53%;
    }
    .fv .fv_inner .txt_Box {
        width: 100%;
        margin-right: 0;
    }
    .fv .fv_inner figure.pctab{
        display: none;
    }
    .fv .fv_inner figure.tabsp {
        display: block;
        width: 70%;
        margin: 20px auto 0;
    }

}

/* ============================================================
SP（~768px）
============================================================ */
@media screen and (max-width:768px) {

    /* ----------------------------------------
    FV
    ---------------------------------------- */
    .fv {
        background: url(../img/fv_bg_sp.jpg) center top no-repeat;
        padding-top: calc(150% + 45px);
    }
    .fv .fv_inner .txt_Box .fv_txt {
        font-size: 1.4rem;
        line-height: 1.4;
    }
    .fv .fv_inner figure.tabsp {
        margin: 5px auto 0;
    }

    /* ----------------------------------------
    報酬の仕組み
    ---------------------------------------- */
    .lead_Wrap .inner{
        padding: 25px 20px 15px;
    }
    .lead_Wrap .lead_List{
        width: 100%;
    }
    .lead_Wrap .lead_List li{
        font-size: 1.4rem;
    }
    .lead_Wrap .lead_List li::before {
        width: 14px;
        height: 14px;
    }

    /* ----------------------------------------
    ご利用方法
    ---------------------------------------- */
    .howto_Wrap .howto_List li:not(:last-child) {
        margin-bottom: 50px;
    }
    .howto_Wrap .howto_List li figure{
        width: 100%;
    }
    .howto_Wrap .howto_List li .txt_Box{
        width: 100%;
    }
    .howto_Wrap .howto_List li figure {
        width: 50%;
        margin: 0 auto 10px;
    }
    .howto_Wrap .howto_List li .txt_Box h4 {
        font-size: 1.8rem;
        margin-bottom: 10px;
        text-align: center;
    }
    .howto_Wrap .howto_List li .txt_Box .cta_Btn{
        margin-top: 10px;
    }

    /* ----------------------------------------
    CTA部分
    ---------------------------------------- */
    .cta_Wrap .cta_Btn{
        width: 90%;
    }
    .cta_Wrap .join_Btn{
        margin-top: 0;
    }
}