@charset "utf-8";
.lowerWrap {
    margin: 0 auto;
    padding: 0 19px;
    max-width: 918px;
}
.lower_wrap_subcont {
    margin: 0 auto;
    max-width: 800px;
    width: 100%;
}
@media screen and (max-width: 834px) {
    .lowerWrap {
        width: 100%;
        padding: 0 19px;
    }
}
@media screen and (max-width: 834px) {
    .lowerWrap {
        padding: 0 19px;
    }
        .lower_wrap_subcont {
        width: calc(100% - 20px);
    }
}

/* /_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_
 PC
/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_*/

/* fv
----------------------------------------- */
#generalFv.exLineFv {
    margin-bottom: 30px;
    height: 380px;
    border-bottom: 1px solid #aaa;
}
.exLineFv .generalFv_tWrap {
    padding-right: 360px;
    background: url(/mega/wp-content/themes/site/images/line/exLineFV_bg.png) 90% 50%/auto 85% no-repeat;
}
.exLineFv .generalFvTWrap_h1 {
    margin-bottom: 15px;
    font-size: 4rem;
    font-feature-settings: "halt";
    color:#d80014;
}
.exLineFv .generalFvTWrap_sub {
    margin-top: 0;
    margin-bottom: 25px;
    font-size: 3rem;
    color:#202020;
}
.exLineFv .generalFvTWrap_sub2 {
    margin-top: 30px;
    font-size: 2rem;
    color:#202020;
}
.exLineFv_cap {
    margin-right: auto;
    padding: 15px;
    font: 700 2.5rem/1.3 'YuGothic', 'Yu Gothic', sans-serif;
    border: 2px solid #d80014;
    background-color: #fff;
}
.exLineFvCap_red {
    margin-bottom: 10px;
    color: #d80014;
    font-size: 2.3rem;
}
.exLineFvCap_red del {
    color: #424242;
    font-size: 75%;
}
.exLineFvCap_txt {
    margin-bottom: 0;
}

/* Annotation
----------------------------------------- */
.generalFvTWrap_annotation_pc {
    margin-top: 20px;
    font-size: 2rem;
    font-weight: bold;
}
/* lineStep
----------------------------------------- */
.lineStep {
    position: relative;
    display: flex;
    border: 2px solid #93840b;
    margin-top: 50px;
    margin-bottom: 20px;
}
.lineStep_num {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 23px;
    color: #93840b;
    font: 900 5rem/1.4 YakuHanMP, 'Hiragino Mincho ProN', 'Noto Serif JP', serif;
    background-color: #fffbdb;
}
.ie .lineStep_num {
    font-family: YakuHanMP, "NotoSerifCJKjp", "YuMincho", "Yu Mincho", serif;
}
.lineStep_ttl {
    align-self: center;
    padding: 15px 20px;
    font: 900 3.2rem/1.2 YakuHanMP, 'Noto Serif JP', serif;
}
.ie .lineStep_ttl {
    font-family: YakuHanMP, "NotoSerifCJKjp", "YuMincho", "Yu Mincho", serif;
}
.lineStep_ttl .txtCap {
    margin-top: 5px;
    margin-bottom: 0;
}
.movieTtl {
    display: flex;
    align-items: center;
    margin: 40px 0 15px;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1;
}
.movieTtl::before,
.movieTtl::after {
    content: "";
    flex-grow: 1;
    height: 1px;
    background-color: #8a8a8a;
}
.movieTtl::before {
    margin-right: 40px;
}
.movieTtl::after {
    margin-left: 40px;
}
.inMovie {
    position: relative;
    margin-bottom: 30px;
    padding: 24px 25px 24px 20px;
    width: 100%;
    height: 398px;
    /*background: url(/mega/wp-content/themes/site/images/line/lineMovie.svg) 50% 50%/contain no-repeat;*/
}
.inMovie::before,
.inMovie::after {
    content: "";
    position: absolute;
}
.inMovie::before {
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    background: url(/mega/wp-content/themes/site/images/line/lineMovie.svg) 0 0/contain no-repeat;
}
.inMovie::after {
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
         -o-transform: translateY(-50%);
            transform: translateY(-50%);
    top: 50.4%;
    right: 3%;
    width: 3.48%;
    height: 51.73%;
    background: url(/mega/wp-content/themes/site/images/line/lineMovie_after.svg) 0 0/contain no-repeat;
}
.inMovie iframe {
    width: 100%;
    height: 100%;
    border-radius: 38px;
}
img.lower_wrap_subcont{
    margin-bottom: 20px;
}
.lineEntry {
    margin: 80px auto;
}
.lineEntry_btn {
    margin-bottom: 15px;
    height: 80px;
    font-size: 2.8rem;
}
.lineEntry_btn::before {
    content: none;
}
.lineEntry_btn::after {
    transform: translateY(-50%) rotate(90deg);
    top: 50%;
    right: 4%;
    left: auto;
    width: 5%;
    height: 50%;
    background-size: contain;
}
.lineEntry_cap {
    margin-bottom: 0;
    text-align: center;
    color: #d80014;
    font-size: 2rem;
    font-weight: 700;
}
@media screen and (max-width: 1140px) and (min-width: 769px){
    .inMovie {
        height: 389px;
    }
}


/* quesWrap
----------------------------------------- */
.quesWrap {
    margin-bottom: 20px;
    padding: 40px 40px 50px;
    /*background-color: #d3e1ff;
    border: 2px solid #6787c7;*/
    background-color: #cfe6cf;
    border: 2px solid #00b900;
}
.faqWrap {
    margin-bottom: 80px;
}
.quesBox {
    display: block;
    margin-bottom: 50px;
    width: 100%;
    border-radius: 10px;
}
.quesBox:last-of-type {
    margin-bottom: 0;
}
.quesBox p {
    margin-bottom: 0;
}
.quesBox_q,
.quesBox_a {
    position: relative;
    padding: 20px;
    border-radius: 10px;
    background-color: #fff;
}
.quesBox_q {
    margin-left: 100px;
    margin-bottom: 20px;
}
.quesBox_a {
    margin-right: 100px;
    margin-bottom: 0;
}
.quesBox_q::before,
.quesBox_a::after {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 0;
    width: 70px;
    height: 70px;
    color: #fff;
    font: 700 4rem/1 'YuGothic', 'Yu Gothic', sans-serif;
    border-radius: 100px;
    background-color: #fff;
}
.quesBox_q::before {
    content: "Q";
    background-color: #4979d9;
    left: -100px;
}
.quesBox_a::after {
    content: "A";
    background-color: #f74c4c;
    right: -100px;
}

.quesBox_q::after,
.quesBox_a::before {
    content: "";
    position: absolute;
    top: 28px;
    border: 10px solid rgba(0,0,0,0);
    border-top-color: #fff;
}
.quesBox_q::after {
    right: 100%;
    border-right-color: #fff;
}
.quesBox_a::before {
    left: 100%;
    border-left-color: #fff;
}
.quesBox_a span {
    display: block;
}


/* sysWrap
----------------------------------------- */
.sysWrap {
    margin-top: 30px;
    margin-bottom: 20px;
    padding: 0 40px 30px;
    border: 3px solid #e6e6e6;
    text-align: center;
}
.sysWrap_target {
    display: inline-block;
    transform: translateY(-50%);
    padding: 7px 50px;
    color: #fff;
    font-size: 2.2rem;
    font-weight: 700;
    line-height: 1;
}
.ms .sysWrap_target {
    background-color: #ed9100;
}
.hs .sysWrap_target {
    background-color: #e33049;
}
.sysWrap_txt {
    margin-bottom: 20px;
    font-size: 2rem;
    line-height: 1;
}
.sysWrap_box {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
    border-width: 2px;
    border-style: solid;
    border-radius: 10px;
    overflow: hidden;
}
.sysWrap_box:last-child {
    margin-bottom: 0;
}
.ms .sysWrap_box {
    border-color: #ed9100;
    background-color: #fdf3cf;
}
.hs .sysWrap_box {
    border-color: #e33049;
    background-color: #ffebef;
}
.sysWrapBox_ttl,
.sysWrapBox_txt {
    padding: 15px 20px;
}
.sysWrapBox_ttl {
    width: 40%;
    font-weight: 700;
}
.sysWrapBox_txt {
    flex-grow: 1;
    background-color: #fff;
}
.sysWrap_cap {
    display: flex;
    text-align: left;
}
.sysWrap_cap span {
    white-space: nowrap;
}
.sysWrap .txtCap {
    margin-bottom: 0;
    text-align: left;
}


.capWrap {
    margin: 30px 0 40px;
}
.capWrap:last-of-type {
    margin-bottom: 50px;
}
.capWrapTxt_mb0 {
    margin-bottom: 0;
}
.capWrap_txt .txtCap {

}
.capWrap_ttl {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}
.capWrap_ttl::after {
    content: "";
    flex-grow: 1;
    margin-left: 20px;
    height: 1px;
    background: linear-gradient(to right, #000, #000 3px, rgba(0,0,0,0) 3px, rgba(0,0,0,0) 8px) 0 0/8px 1px repeat-x;
}


/* confTxt
----------------------------------------- */
.confTxt {
    display: flex;
    align-items: center;
    margin-top: 40px;
    margin-bottom: 40px;
}
.confTxt::before,
.confTxt::after {
    content: "";
    flex-grow: 1;
    height: 1px;
    background-color: #4a4a4a;
}
.confTxt::before {
    margin-right: 30px;
}
.confTxt::after {
    margin-left: 30px;
}
.confTxt p {
    position: relative;
    display: flex;
    align-items: center;
    margin-bottom: 0;
    line-height: 1;
    color: #b9b9b9;
    font-size: 2rem;
    font-weight: 700;
    pointer-events: none;
}
.sOk + .confTxt p {
    color: #000;
    cursor: pointer;
    pointer-events: auto;
}
.confTxt p::before {
    content: "";
    margin-right: 20px;
    width: 1em;
    height: 1em;
    border: 2px solid #b9b9b9;
}
.sOk + .confTxt p::before {
    border-color: #4a4a4a;
}
.ok .confTxt p::after {
    content: "";
    position: absolute;
    transform: translateY(-50%);
    top: 50%;
    left: 0;
    width: 1.5em;
    height: 1.5em;
    background: url(/mega/wp-content/themes/site/images/common/icon_check.svg) 0 0/contain no-repeat;
}

.termsWrap {
    margin-top: 50px;
    padding: 15px 30px;
    height: 160px;
    font-size: 1.4rem;
    line-height: 1.4;
    overflow-y: scroll;
    border: 1px solid #b9b9b9;
}
.termsWrap .capWrap {
    margin: 30px auto;
}
.termsWrap .circleList::before {
    width: .4em;
    height: .4em;
}
.termsWrap .txtCap {
    font-size: 1.2rem;
}

@media screen and (max-width: 1120px){
    #generalFv.exLineFv {
        background-position: 779px 100%;
    }
}

@media screen and (min-width: 769px){
    .only_768 {
        display: none;
    }
}
@media screen and (max-width: 480px){
    .only_768 {
        display: none;
    }
}

/* /_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_
 tablet
/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_*/

@media screen and (max-width: 768px){

    .general_h2_container {
        margin-bottom: 20px;
    }

    /* fv (@768px ~ )
    ----------------------------------------- */
    #generalFv.exLineFv {
        height: 400px;
    }
    .exLineFv .generalFv_tWrap {
        padding-right: 0;
        background-size: 45% auto;
        background-position: 100% 78%;
    }
    .exLineFv .generalFvTWrap_h1 {
        font-size: 3.4rem;
    }
    .exLineFv .generalFvTWrap_sub {
        margin-bottom: 15px;
        font-size: 2.6rem;
    }
    .exLineFv_cap {
        font-size: 2rem;
    }
    .exLineFvCap_red {
        font-size: 2rem;
    }


    /* lineStep (@768px ~ )
    ----------------------------------------- */
    .lineStep {
        margin-top: 50px;
    }
    .lineStep:first-of-type {
        margin-top: 30px;
    }
    .lineStep_num,
    .lineStep_ttl {
        padding: 5px 15px;
    }
    .lineStep_num {
        align-items: center;
        font-size: 4rem;
    }
    .lineStep_ttl {
        font-size: 2.5rem;
    }
    .inMovie {
        padding: 2.8vw 3vw 2.8vw 2.4vw;
        height: 46vw;
    }
    .inMovie iframe {
        border-radius: 4.4vw;
    }
    .lineEntry {
        margin: 40px auto;
    }
    .lineEntry_btn {
        margin-bottom: 5px;
        padding: 20px 0;
        height: auto;
        font-size: 2.4rem;
    }
    .lineEntry_cap {
        font-size: 1.8rem;
    }


    /* quesWrap (@768px ~ )
    ----------------------------------------- */
    .quesWrap {
        margin-top: 20px;
        margin-bottom: 10px;
        padding: 20px 30px 40px;
    }
    .faqWrap {
        margin-bottom: 40px;
    }
    .quesBox {
        margin-bottom: 40px;
    }
    .quesBox_q,
    .quesBox_a {
        padding: 15px;
    }
    .quesBox_q {
        margin-left: 95px;
    }
    .quesBox_a {
        margin-right: 95px;
    }
    .quesBox_q::before,
    .quesBox_a::after {
        width: 65px;
        height: 65px;
        font-size: 3.5rem;
    }
    .quesBox_q::before {
        left: -95px;
    }
    .quesBox_a::after {
        right: -95px;
    }


    /* sysWrap
    ----------------------------------------- */
    .sysWrap {
        margin-top: 40px;
        margin-bottom: 10px;
        padding: 0 20px 30px;
        border-width: 2px;
    }
    .sysWrap_target {
        padding: 7px 40px;
        font-size: 2rem;
    }
    .sysWrap_box {
        margin-bottom: 15px;
    }
    .sysWrapBox_ttl,
    .sysWrapBox_txt {
        padding: 10px 15px;
    }
    .sysWrapBox_ttl {
        width: 50%;
    }


    /* confTxt
    ----------------------------------------- */
    .confTxt p {
        font-size: 2rem;
    }

}
@media screen and (max-width: 600px){
    .inMovie {
        padding: 2.6vw 2.8vw 2.6vw 2.1vw;
        height: 45vw;
    }
}
@media screen and (max-width: 480px){
    .other_480 {
        display: none !important;
    }

    /* fv (@480px ~ )
    ----------------------------------------- */
    #generalFv.exLineFv {
        padding-right: 19px;
        height: 80vw;
    }
    .exLineFv .generalFv_tWrap {
        background: none;
    }
    .exLineFv .generalFv_tWrap::after {
        content: "";
        display: block;
        margin-top: 1vw;
        height: 36vw;
        background: url(/mega/wp-content/themes/site/images/line/exLineFV_bg_sp.png) center bottom/contain no-repeat;
    }
    .exLineFv .generalFvTWrap_h1 {
        margin-bottom: 2vw;
        font-size: 5.8vw;
    }
    .exLineFv .generalFvTWrap_sub {
        margin-bottom: 2.5vw;
        font-size: 5vw;
    }
    .exLineFvCap_red {
        margin-bottom: 1vw;
        font-size: 3.8vw;
    }
    .exLineFv_cap {
        position: relative;
        align-self: start;
        margin-right: 0;
        padding: 2vw;
        font-size: 3.6vw;
    }
    /*.exLineFv_cap::before,
    .exLineFv_cap::after {
        content: "";
        position: absolute;
        top: 0;
        width: 10px;
        height: 100%;
        border-top: 1px solid #f75656;
        border-bottom: 1px solid #f75656;
    }
    .exLineFv_cap::before {
        left: 0;
        border-left: 1px solid #f75656;
    }
    .exLineFv_cap::after {
        right: 0;
        border-right: 1px solid #f75656;
    }*/

    /* Annotation
    ----------------------------------------- */
    .generalFvTWrap_annotation_sp {
        width: calc(100% - 40px);
        margin:0 auto;
    }
    .generalFvTWrap_annotation_sp p {
        font-size: 1.8rem;
        line-height: 1.3;
        font-weight: bold;
        padding-left: 1em;
        text-indent: -1em;
    }

    /* lineStep (@480px ~ )
    ----------------------------------------- */
    .lineStep {
        margin-top: 40px;
    }
    .lineStep_num {
        font-size: 3rem;
    }
    .lineStep_ttl {
        font-size: 2rem;
    }
    .movieTtl {
        font-size: 1.6rem;
    }
    .movieTtl::before {
        margin-right: 13px;
    }
    .movieTtl::after {
        margin-left: 13px;
    }
    .inMovie {
        height: 43.7vw;
    }
    .lineEntry_btn {
        margin-bottom: 5px;
        padding: 15px 0;
        font-size: 2.2rem;
    }


    /* quesWrap (@480px ~ )
    ----------------------------------------- */
    .quesWrap {
        padding: 20px 20px 30px;
    }
    .quesBox {
        margin-bottom: 30px;
    }
    .quesBox_q,
    .quesBox_a {
        padding: 10px 15px;
    }
    .quesBox_q {
        margin-bottom: 10px;
        margin-left: 70px;
    }
    .quesBox_a {
        margin-right: 70px;
    }
    .quesBox_q::before,
    .quesBox_a::after {
        width: 51px;
        height: 51px;
        font-size: 2.8rem;
    }
    .quesBox_q::before {
        left: -70px;
    }
    .quesBox_a::after {
        right: -70px;
    }
    .quesBox_q::after,
    .quesBox_a::before {
        top: 19px;
        border-width: 7px;
    }


    /* sysWrap (@480px ~ )
    ----------------------------------------- */
    .sysWrap {
        padding: 0 10px 20px;
    }
    .sysWrap_target,
    .sysWrap_txt {
        font-size: 1.8rem;
    }
    .sysWrap_box {
        margin-bottom: 15px;
        text-align: left;
    }
    .sysWrapBox_ttl,
    .sysWrapBox_txt {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        padding: 10px 7px;
        line-height: 1.3;
        -webkit-font-feature-settings: "halt";
        font-feature-settings: "halt";
    }
    .sysWrapBox_ttl {
        flex-shrink: 0;
        width: 120px;
        font-size: 1.5rem;
    }


    /* confTxt (@480px ~ )
    ----------------------------------------- */
    .confTxt p {
        font-size: 2rem;
        line-height: 1.4;
    }

    .termsWrap {
        padding: 15px;
        height: 200px;
    }
    .termsWrap .capWrap {
        margin: 20px auto;
    }

}
@media screen and (max-width: 414px){
    .inMovie {
        padding: 2.4vw 2.7vw 2.4vw 1.9vw;
        height: 42.4vw;
    }
    .inMovie iframe {
        border-radius: 3.9vw;
    }
}