@charset "UTF-8";

/*2*/
@media screen and (max-width:767px) { /*SP*/
}
@media screen and (min-width:768px) , print { /*PC&TB*/
}

/*3*/
@media screen and (max-width:767px) { /*SP*/
}
@media screen and (min-width:768px) and ( max-width:1023px) { /*TB*/
}
@media screen and (min-width:1024px) , print { /*PC*/
}

/* COMMON---------------------------------------------------------- */
@media screen and (max-width:767px) { /*SP*/
    .CMM_wrap{
        width: 100%;
    }

    /* LINK */
    .CMM_link01{
        display: block; padding: 10px 10px 10px 50px;
        border: 2px solid #004da0; border-radius: 20px;
        font-size: 1.0rem; color: #004da0; line-height: 1.2;
        position: relative;
    }
    .CMM_link01::before{
        content: ''; position: absolute;
        top: 0; bottom: 0; left: 10px; margin: auto;
        width: 30px; height: 30px;
        background-image: url(/seikatsu-ouentai/img/common/arrIcon_bl.png);
        background-repeat: no-repeat;
        border-spacing: 0 0;
        background-size: contain;
    }
    .CMM_link02{
        display: block; padding: 10px 10px 10px 50px;
        border: 2px solid #645D59; border-radius: 20px;
        font-size: 1.0rem; color: #645D59; line-height: 1.2;
        position: relative;
    }
    .CMM_link02::before{
        content: ''; position: absolute;
        top: 0; bottom: 0; left: 10px; margin: auto;
        width: 30px; height: 30px;
        background-image: url(/seikatsu-ouentai/img/common/arrIcon_gr.png);
        background-repeat: no-repeat;
        border-spacing: 0 0;
        background-size: contain;
    }
}
@media screen and (min-width:768px) , print { /*PC&TB*/
    .CMM_wrap{
        width: 100%; max-width: 900px; margin: 0 auto;
    }

    /* LINK */
    .CMM_link01{
        display: inline-block; padding: 10px 10px 10px 50px;
        border: 2px solid #004da0; border-radius: 20px;
        font-size: 1.2rem; color: #004da0; line-height: 1.4;
        position: relative;
    }
    .CMM_link01::before{
        content: ''; position: absolute;
        top: 0; bottom: 0; left: 10px; margin: auto;
        width: 30px; height: 30px;
        background-image: url(/seikatsu-ouentai/img/common/arrIcon_bl.png);
        background-repeat: no-repeat;
        border-spacing: 0 0;
        background-size: contain;
        transition: 0.3s ease;
    }
    .CMM_link01:hover{
        opacity: 1;
        background-color: #004da0;
        color: #fff;
    }
    .CMM_link02{
        display: inline-block; padding: 10px 10px 10px 50px;
        border: 2px solid #645D59; border-radius: 20px;
        font-size: 1.2rem; color: #645D59; line-height: 1.4;
        position: relative;
    }
    .CMM_link02::before{
        content: ''; position: absolute;
        top: 0; bottom: 0; left: 10px; margin: auto;
        width: 30px; height: 30px;
        background-image: url(/seikatsu-ouentai/img/common/arrIcon_gr.png);
        background-repeat: no-repeat;
        border-spacing: 0 0;
        background-size: contain;
        transition: 0.3s ease;
    }
    .CMM_link02:hover{
        opacity: 1;
        background-color: #645D59;
        color: #fff;
    }
    .CMM_link01:hover:before,
    .CMM_link02:hover:before{
        background-image: url(/seikatsu-ouentai/img/common/arrIcon_wh.png);
    }
}

/* TEXT */
.CMM_textLine{
    display: inline; padding-right: 10px;
    background:linear-gradient(transparent 60%, #FFE100 60%);
}

/* HD---------------------------------------------------------- */
@media screen and (max-width:1023px) { /*TB&SP*/
    #HD{
        background-color: #fff;
        position: fixed; z-index: 2000;
        top: 0; left: 0;
        width: 100%; height: 60px;
    }
    .HD_set{
        width: 100%; height: 100%;
        display: flex; flex-wrap: nowrap; align-items: center;
    }
    .HD_logoBox{
        width: 70%; max-width: 215px;
    }
    .HD_logoBox a{
        display: block;
    }
    .HD_telBox{
        display: none;
    }
}
@media screen and (min-width:1024px) , print { /*PC*/
    #HD{
        background-color: #fff;
        height: 115px;
    }
    .HD_set{
        width: 100%; padding: 40px 0;
        display: flex; flex-wrap: nowrap; justify-content: space-between; align-items: center;
    }
    .HD_logoBox{
        width: 215px;
    }
    .HD_logoBox a{
        display: block;
    }
    .HD_logoBox a:hover{
        opacity: 1 !important;
    }
    .HD_telBox{
        width: 320px;
        display: flex; flex-wrap: nowrap; justify-content: space-between; align-items: center;
    }
    .HD_telBox p{
        display: inline-block; background-color: #FFE100;
        border-radius: 2px;
        color: #004da0; line-height: 1;
        padding: 2px 10px 4px;
    }
    .HD_telBox a{
        display: block; width: 210px;
    }
}

/* GN---------------------------------------------------------- */
@media screen and (max-width:1023px) { /*TB&SP*/
    .GNBR{
        display: none;
    }
}
@media screen and (min-width:1024px) and ( max-width:1259px) { /*TB*/
    .GNBR{
        display: inline;
    }
}
@media screen and (min-width:1260px) , print { /*PC*/
    .GNBR{
        display: none;
    }
}

@media screen and (max-width:1023px) { /* TB&SP */
    .GN_openSP{
        position: fixed; z-index: 3000;
        top: 0; right: 0;
        width: 60px; height: 60px; padding: 20px 14px;
        display: flex; flex-wrap: nowrap; justify-content: space-between; align-items: center;
        flex-direction: column;
    }
    .GN_openSP span{
        display: block;
        width: 100%; height: 2px;
        background-color: #004da0;
        transition: 0.3s ease;
    }
    .GN_openSP.active span:nth-of-type(1){
        transform: translate(0px,9px) rotate(45deg);
    }
    .GN_openSP.active span:nth-of-type(2){
        opacity: 0;
    }
    .GN_openSP.active span:nth-of-type(3){
        transform: translate(0px,-9px) rotate(-45deg);
    }

    #GN{
        position: fixed; z-index: 1000;
        top: 0; right: 0;
        width: 100%; height: 100vh;
        background-color: #fff;
        justify-content: flex-start;
        transform: translateY(-100%);
        transition: 0.3s ease;
    }
    #GN.active{
        transform: translateY(0%);
    }
    .GN_set{
        width: 100%; margin-top: 60px;
    }
    .GN_box{
        width: 100%;
        border-bottom: 1px solid #ededed;
    }
    .GN_box a{
        display: block; padding: 15px 0;
        text-align: center;
        font-size: 1rem; color: #004da0;
    }
    .GN_telBox{
        width: 100%; margin-top: 30px;
        display: flex; flex-wrap: nowrap; justify-content: center; align-items: center;
    }
    .GN_telBox p{
        display: inline-block; background-color: #FFE100;
        border-radius: 2px; text-align: center;
        color: #004da0; line-height: 1.2;
        padding: 2px 10px 4px; margin-right: 10px;
    }
    .GN_telBox a{
        display: block; width: 207px;
    }
}
@media screen and (min-width:1024px) , print { /*PC&TB*/
    .GN_openSP,
    .GN_telBox{
        display: none;
    }
    #GN{
        background-color: #004da0;
    }
    .GN_set{
        width: 100%; height: 80px;
        display: flex; flex-wrap: nowrap; align-items: center;
    }
    .GN_box{
        flex-grow: 1; padding: 0 10px; text-align: center;
        border-right: 1px solid #fff;
    }
    .GN_box:first-of-type{
        border-left: 1px solid #fff;
    }
    .GN_box a{
        display: inline-block;
        font-size: 1rem; color: #fff; line-height: 1.2;
    }
    .GN_fix{
        position: fixed; z-index: 1000;
        top: 0; left: 0;
    }
}

/* GNPC---------------------------------------------------------- */
@media screen and (max-width:1023px) { /* TB&SP */
    #GNPC{
        height: 2px;
        background-color: #004da0;
    }
    #GNPC .GN_set{
        display: none;
    }
}
@media screen and (min-width:1024px) , print { /*PC&TB*/
    #GNPC{
        background-color: #004da0;
    }
}

/* FT---------------------------------------------------------- */
@media screen and (max-width:767px) { /*SP*/
    #FT{
        padding: 20px 0; background-color: #fff;
    }
    .FT_set{
        width: 100%;
        display: flex; flex-wrap: nowrap; align-items: center;
        flex-direction: column;
    }
    .FT_logo{
        width: 215px; margin-bottom: 10px;
    }
    .FT_text01{
        width: 100%; text-align: center;
        font-weight: 300;
    }
    .FT_text01 span{
        display: block;
    }
}
@media screen and (min-width:768px) , print { /*PC&TB*/
    #FT{
        padding: 40px 0; background-color: #fff;
    }
    .FT_set{
        width: 100%;
        display: flex; flex-wrap: nowrap; align-items: center;
        flex-direction: column;
    }
    .FT_logo{
        width: 215px; margin-bottom: 20px;
    }
    .FT_text01{
        width: 100%; text-align: center;
        font-weight: 300;
    }
    .FT_text01 span{
        display: inline-block; margin-left: 20px;
    }
}

/* PAGETOP */
@media screen and (max-width:767px) { /*SP*/
    #PT{
        position: fixed; z-index: 100;
        bottom: 30px; right: 20px;
        width: 40px;
        transform: translateY(calc(100% + 30px));
        transition: 0.3s ease;
    }
}
@media screen and (min-width:768px) , print { /*PC&TB*/
    #PT{
        position: fixed; z-index: 100;
        bottom: 30px; right: 30px;
        width: 55px;
        transform: translateY(calc(100% + 30px));
    }
}

/* KV---------------------------------------------------------- */
@media screen and (max-width:767px) { /*SP*/
    .KV_box{
        width: 100%; margin: 60px 0 40px;
    }
}
@media screen and (min-width:768px) , print { /*PC&TB*/
    .KV_box{
        width: 100%; margin: 60px 0 80px;
    }
}

/* C1---------------------------------------------------------- */
@media screen and (max-width:767px) { /*SP*/
    .C1_box{
        width: 100%; padding: 30px 20px 20px; margin-bottom: 40px;
        position: relative; z-index: 1;
    }
    .C1_box::before{
        content: ''; position: absolute; z-index: -2;
        top: 0; left: 0;
        width: 100%; height: 100%;
        background-image:
            url(/seikatsu-ouentai/img/C1_lineT.png),
            url(/seikatsu-ouentai/img/C1_lineR.png),
            url(/seikatsu-ouentai/img/C1_lineB.png),
            url(/seikatsu-ouentai/img/C1_lineL.png);
        background-repeat: repeat-x, repeat-y, repeat-x, repeat-y;
        background-position: 0 0, 100% 0, 100% 100%, 0 0;
        background-size: 20px 20px;
    }
    .C1_box::after{
        content: ''; position: absolute; z-index: -1;
        top: 0; left: 0;
        width: 100%; height: 100%;
        background-image:
            url(/seikatsu-ouentai/img/C1_lineTL.png),
            url(/seikatsu-ouentai/img/C1_lineTR.png),
            url(/seikatsu-ouentai/img/C1_lineBL.png),
            url(/seikatsu-ouentai/img/C1_lineBR.png);
        background-repeat: no-repeat;
        background-position: 0 0, 100% 0, 0 100%, 100% 100%;
        background-size: 20px 20px;
    }
    .C1_keyBox{
        position: absolute;
        top: -25px; left: 0;
        width: 100%; text-align: center;
    }
    .C1_key{
        display: inline-block; padding: 0 10px;
        background-color: #fff; line-height: 50px;
        font-size: 1.4rem; font-weight: bold;
    }
    .C1_text{
        font-size: 1.0rem;
    }
}
@media screen and (min-width:768px) , print { /*PC&TB*/
    .C1_box{
        width: 100%; padding: 40px; margin-bottom: 60px;
        position: relative; z-index: 1;
    }
    .C1_box::before{
        content: ''; position: absolute; z-index: -2;
        top: 0; left: 0;
        width: 100%; height: 100%;
        background-image:
            url(/seikatsu-ouentai/img/C1_lineT.png),
            url(/seikatsu-ouentai/img/C1_lineR.png),
            url(/seikatsu-ouentai/img/C1_lineB.png),
            url(/seikatsu-ouentai/img/C1_lineL.png);
        background-repeat: repeat-x, repeat-y, repeat-x, repeat-y;
        background-position: 0 0, 100% 0, 100% 100%, 0 0;
        background-size: 20px 20px;
    }
    .C1_box::after{
        content: ''; position: absolute; z-index: -1;
        top: 0; left: 0;
        width: 100%; height: 100%;
        background-image:
            url(/seikatsu-ouentai/img/C1_lineTL.png),
            url(/seikatsu-ouentai/img/C1_lineTR.png),
            url(/seikatsu-ouentai/img/C1_lineBL.png),
            url(/seikatsu-ouentai/img/C1_lineBR.png);
        background-repeat: no-repeat;
        background-position: 0 0, 100% 0, 0 100%, 100% 100%;
        background-size: 20px 20px;
    }
    .C1_keyBox{
        position: absolute;
        top: -25px; left: 0;
        width: 100%; text-align: center;
    }
    .C1_key{
        display: inline-block; padding: 0 20px;
        background-color: #fff; line-height: 50px;
        font-size: 1.8rem; font-weight: bold;
    }
    .C1_text{
        font-size: 1.2rem;
    }
}

/* C2---------------------------------------------------------- */
@media screen and (max-width:767px) { /*SP*/
    .C2_set{
        width: 100%; margin-bottom: 60px;
        display: flex; flex-wrap: nowrap; justify-content: center; align-items: center;
        flex-direction: column;
    }
    .C2_box_L{
        width: 80%; max-width: 226px; margin-bottom: 20px;
    }
    .C2_box_R{
        width: 100%;
    }
    .C2_text{
        font-size: 1.0rem; font-weight: bold; color: #004da0;
        padding-left: 1.0rem; text-indent: -1.0rem;
    }
}
@media screen and (min-width:768px) , print { /*PC&TB*/
    .C2_set{
        width: 100%; margin-bottom: 80px;
        display: flex; flex-wrap: nowrap; justify-content: center; align-items: center;
    }
    .C2_box_L{
        width: 26%; max-width: 226px;
    }
    .C2_box_R{
        width: auto; padding-left: 20px;
    }
    .C2_text{
        font-size: 1.2rem; font-weight: bold; color: #004da0;
        padding-left: 1.2rem; text-indent: -1.2rem;
    }
}

/* C3---------------------------------------------------------- */
@media screen and (max-width:767px) { /*SP*/
    .C3_set{
        width: 100%; padding: 40px 20px 20px; margin-bottom: 60px;
        position: relative; z-index: 1;
    }
    .C3_set::before{
        content: ''; position: absolute; z-index: -2;
        top: 0; left: 0;
        width: 100%; height: 100%;
        background-image:
            url(/seikatsu-ouentai/img/C3_lineT.png),
            url(/seikatsu-ouentai/img/C3_lineR.png),
            url(/seikatsu-ouentai/img/C3_lineB.png),
            url(/seikatsu-ouentai/img/C3_lineL.png);
        background-repeat: repeat-x, repeat-y, repeat-x, repeat-y;
        background-position: 0 0, 100% 0, 100% 100%, 0 0;
        background-size: 20px 20px;
    }
    .C3_set::after{
        content: ''; position: absolute; z-index: -1;
        top: 0; left: 0;
        width: 100%; height: 100%;
        background-image:
            url(/seikatsu-ouentai/img/C3_lineTL.png),
            url(/seikatsu-ouentai/img/C3_lineTR.png),
            url(/seikatsu-ouentai/img/C3_lineBL.png),
            url(/seikatsu-ouentai/img/C3_lineBR.png);
        background-repeat: no-repeat;
        background-position: 0 0, 100% 0, 0 100%, 100% 100%;
        background-size: 20px 20px;
    }
    .C3_key01{
        position: absolute;
        top: -20px; left: 0; right: 0; margin: 0 auto;
        width: 90%;
        padding: 0 20px;
        background-color: #fff;
        font-size: 0;
    }
    .C3_freeIcon{
        width: 80px; margin: 10px auto;
    }
    .C3_box{
        width: 100%;
    }
    .C3_key02{
        width: 90%; margin: 0 auto 20px;
    }
    .C3_linkSet{
        width: 100%;
        display: flex; flex-wrap: wrap; justify-content: space-between;
    }
    .C3_linkBox{
        width: 100%;
        margin-bottom: 10px;
    }
    .C3_linkBox:last-of-type{
        margin-bottom: 0;
    }
}
@media screen and (min-width:768px) , print { /*PC&TB*/
    .C3_set{
        width: 100%; padding: 60px 40px 40px; margin-bottom: 120px;
        position: relative; z-index: 1;
    }
    .C3_set::before{
        content: ''; position: absolute; z-index: -2;
        top: 0; left: 0;
        width: 100%; height: 100%;
        background-image:
            url(/seikatsu-ouentai/img/C3_lineT.png),
            url(/seikatsu-ouentai/img/C3_lineR.png),
            url(/seikatsu-ouentai/img/C3_lineB.png),
            url(/seikatsu-ouentai/img/C3_lineL.png);
        background-repeat: repeat-x, repeat-y, repeat-x, repeat-y;
        background-position: 0 0, 100% 0, 100% 100%, 0 0;
        background-size: 20px 20px;
    }
    .C3_set::after{
        content: ''; position: absolute; z-index: -1;
        top: 0; left: 0;
        width: 100%; height: 100%;
        background-image:
            url(/seikatsu-ouentai/img/C3_lineTL.png),
            url(/seikatsu-ouentai/img/C3_lineTR.png),
            url(/seikatsu-ouentai/img/C3_lineBL.png),
            url(/seikatsu-ouentai/img/C3_lineBR.png);
        background-repeat: no-repeat;
        background-position: 0 0, 100% 0, 0 100%, 100% 100%;
        background-size: 20px 20px;
    }
    .C3_key01{
        position: absolute;
        top: -20px; left: 0; right: 0; margin: 0 auto;
        width: 70%; height: 40px;
        padding: 0 20px;
        background-color: #fff;
        font-size: 0;
    }
    .C3_freeIcon{
        position: absolute;
        top: -40px; right: 20px;
        width: 80px;
    }
    .C3_box{
        width: 100%;
    }
    .C3_key02{
        width: 90%; margin: 0 auto 20px;
    }
    .C3_linkSet{
        width: 100%;
        display: flex; flex-wrap: wrap; justify-content: space-between;
    }
    .C3_linkBox{
        width: calc((100% - 20px) /2);
        margin-bottom: 20px;
    }
    .C3_linkBox:nth-last-of-type(-n+2){
        margin-bottom: 0;
    }
    .C3_linkBox a{
        display: block !important;
    }
}

/* SERVICE COMMON---------------------------------------------------------- */
@media screen and (max-width:767px) { /*SP*/
    /* KEY */
    .SCMM_keyBox{
        width: 100%; margin-bottom: 40px;
        text-align: center;
    }
    .SCMM_key{
        display: inline-block;
        font-size: 1.6rem; font-weight: bold; color: #004da0; line-height: 1; letter-spacing: 0.6rem;
        padding: 0 10px 10px;
        padding-left: calc(10px + 0.6rem);
        border-bottom: 1px solid #004da0;
    }

    /* SET */
    .SCMM_set{
        width: 100%;
    }
    .SCMM_subKeyBox{
        width: 100%; margin-bottom: 20px;
        position: relative;
    }
    .SCMM_subKey{
        font-size: 1.2rem; font-weight: bold; color: #004da0; line-height: 1.4;
        display: flex; flex-wrap: nowrap; justify-content: center;
        flex-direction: column;
        position: relative; padding: 0 0 0 24px; margin-bottom: 10px;
        height: 60px;
    }
    .SCMM_subKey::before{
        content: ''; position: absolute;
        top: 0; left: 0;
        width: 14px; height: 100%;
        background-color: #004da0;
    }
    .SCMM_subKey span{
        width: 100px; text-align: center; margin-top: 5px;
        display: inline-block; padding: 3px 0 5px;
        font-size: 0.7rem; font-weight: normal; color: #004da0; line-height: 1;
        border: 1px solid #004da0;
    }
    .SCMM_subKeyBox p{
        width: 100%; padding: 5px 10px 5px 10px;
        font-size: 1.0rem; color: #004da0; line-height: 1.2;
        background-color: #FFE100;
    }
    .SCMM_h24Icon{
        position: absolute;
        top: 0; right: 0;
        width: 58px; height: 58px;
        border-radius: 100%; background-color: #004da0;
    }
    .SCMM_box{
        width: 100%; margin-bottom: 40px;
        display: flex; flex-wrap: nowrap; align-items: center;
        flex-direction: column-reverse;
    }
    .SCMM_box_L{
        width: 100%;
    }
    .SCMM_box_R{
        width: 100%; margin-bottom: 20px;
    }

    /* LINK */
    .SCMM_linkSet{
        width: 100%; margin: -20px 0 60px;
    }
    .SCMM_linkTextIcon{
        width: 60%; margin: 0 auto 10px;
        display: block;
    }
    .SCMM_linkBox{
        width: 100%; margin-bottom: 10px;
    }
    .SCMM_tel{
        width: 100%; padding: 10px; margin-bottom: 10px;
        display: flex; flex-wrap: nowrap; justify-content: center; align-items: center;
        color: #fff; line-height: 1;
        background-color: #004da0;
    }
    .SCMM_tel img{
        width: 126px; margin-left: 5px;
    }
    .SCMM_mail01{
        width: 100%; padding: 10px;
        display: flex; flex-wrap: nowrap; justify-content: center; align-items: center;
        font-weight: bold; color: #fff; line-height: 1;
        background-color: #645D59;
    }
    .SCMM_mail02{
        width: 100%; padding: 10px;
        display: flex; flex-wrap: nowrap; justify-content: center; align-items: center;
        font-weight: bold; color: #fff; line-height: 1;
        background-color: #004da0;
    }
    .SCMM_anchor{
        display: block; padding: 10px; text-align: center;
        color: #fff; line-height: 1;
        background-color: #231815;
        border-radius: 40px;
    }

    /* FLOW */
    .SCMM_flowSet{
        width: 100%; margin-bottom: 40px;
    }
    .SCMM_flowIcon{
        width: 160px; margin-bottom: 10px;
    }
    .SCMM_flowBox{
        width: 100%; margin-bottom: 20px;
    }
    .SCMM_flowBox p{
        margin-top: 10px;
        font-weight: 300;
    }
    .SCMM_flowBox p span{
        font-weight: bold; color: #004da0;
    }
}
@media screen and (min-width:768px) , print { /*PC&TB*/
    /* KEY */
    .SCMM_keyBox{
        width: 100%; margin-bottom: 60px;
        text-align: center;
    }
    .SCMM_key{
        display: inline-block;
        font-size: 2rem; font-weight: bold; color: #004da0; line-height: 1; letter-spacing: 0.6rem;
        padding: 0 10px 10px;
        padding-left: calc(10px + 0.6rem);
        border-bottom: 1px solid #004da0;
    }

    /* SET */
    .SCMM_set{
        width: 100%;
    }
    .SCMM_subKeyBox{
        width: 100%; margin-bottom: 40px;
        position: relative;
    }
    .SCMM_subKey{
        font-size: 1.6rem; font-weight: bold; color: #004da0; line-height: 32px;
        display: flex; flex-wrap: nowrap; align-items: center;
        position: relative; padding-left: 25px; margin-bottom: 10px;
    }
    .SCMM_subKey::before{
        content: ''; position: absolute;
        top: 0; bottom: 0; left: 0; margin: auto;
        width: 20px; height: 20px;
        background-color: #004da0;
    }
    .SCMM_subKey span{
        display: inline-block; padding: 3px 10px 5px; margin-left: 20px;
        font-size: 1.0rem; font-weight: normal; color: #004da0; line-height: 1;
        border: 1px solid #004da0;
    }
    .SCMM_subKeyBox p{
        width: 100%; padding: 5px 80px 5px 20px;
        font-size: 1.2rem; color: #004da0; line-height: 1.2;
        background-color: #FFE100;
    }
    .SCMM_h24Icon{
        position: absolute;
        top: 0; right: 20px;
        width: 58px; height: 58px;
        border-radius: 100%; background-color: #004da0;
    }
    .SCMM_box{
        width: 100%; margin-bottom: 60px;
        display: flex; flex-wrap: nowrap; justify-content: space-between;
    }
    .SCMM_box_L{
        width: 220px;
    }
    .SCMM_box_R{
        width: calc(100% - 220px); padding-left: 40px;
    }

    /* LINK */
    .SCMM_linkSet{
        width: 100%; margin: -30px 0 100px;
    }
    .SCMM_linkTextIcon{
        width: 200px; margin-bottom: 10px;
        display: block;
    }
    .SCMM_linkBox{
        width: 100%; margin-bottom: 20px;
        display: flex; flex-wrap: nowrap; align-items: stretch;
    }
    .SCMM_tel{
        width: 250px; height: 40px; margin-right: 10px;
        display: flex; flex-wrap: nowrap; justify-content: center; align-items: center;
        font-size: 0.9rem; color: #fff; line-height: 1;
        background-color: #004da0;
    }
    .SCMM_tel img{
        width: 126px; margin-left: 5px;
    }
    .SCMM_mail01{
        width: 250px; height: 40px; padding: 10px 0;
        display: flex; flex-wrap: nowrap; justify-content: center; align-items: center;
        font-weight: bold; color: #fff; line-height: 1;
        background-color: #645D59;
    }
    .SCMM_mail02{
        width: 250px; height: 40px; padding: 10px 0;
        display: flex; flex-wrap: nowrap; justify-content: center; align-items: center;
        font-weight: bold; color: #fff; line-height: 1;
        background-color: #004da0;
    }
    .SCMM_anchor{
        display: inline-block; padding: 5px 20px 8px;
        color: #fff; line-height: 1;
        background-color: #231815;
        border-radius: 40px;
    }

    /* FLOW */
    .SCMM_flowSet{
        width: 100%; margin-bottom: 40px;
        display: flex; flex-wrap: wrap; justify-content: space-between;
    }
    .SCMM_flowIcon{
        width: 100%; margin-bottom: 10px;
    }
    .SCMM_flowIcon img{
        width: 150px;
    }
    .SCMM_flowBox{
        width: calc((100% - 60px) /3);
    }
    .SCMM_flowBox p{
        margin-top: 10px;
        font-size: 0.8rem; font-weight: 300;
    }
    .SCMM_flowBox p span{
        font-weight: bold; color: #004da0;
    }
}

/* S1---------------------------------------------------------- */
@media screen and (max-width:767px) { /*SP*/
    .S1_key{
        font-size: 1.0rem; font-weight: bold; margin-bottom: 10px;
    }
    .S1_textBox{
        width: 100%; margin-bottom: 20px;
    }
    .S1_text01{
        font-weight: 300;
    }
    .S1_text02{
        display: inline-block; margin: 10px 0;
        font-size: 0.8rem; font-weight: 300; padding: 3px 10px 5px; line-height: 1;
        border: 1px solid #000;
    }
}
@media screen and (min-width:768px) , print { /*PC&TB*/
    .S1_key{
        font-size: 1.2rem; font-weight: bold; margin-bottom: 10px;
    }
    .S1_textBox{
        width: 100%; padding-left: 1.2rem; margin-bottom: 20px;
    }
    .S1_text01{
        font-weight: 300;
    }
    .S1_text02{
        display: inline-block; margin-top: 20px;
        font-size: 0.9rem; font-weight: 300; padding: 3px 10px 5px; line-height: 1;
        border: 1px solid #000;
    }
}

/* S2---------------------------------------------------------- */
@media screen and (max-width:767px) { /*SP*/
    .S2_keyBox{
        width: 100%; margin-bottom: 10px;
        display: flex; flex-wrap: wrap; align-items: center;
    }
    .S2_key{
        font-size: 1.0rem; font-weight: bold;
    }
    .S2_keyBox p{
        width: 100%; margin-top: 5px;
        font-weight: 300;
    }
    .S2_textBox{
        width: 100%; margin-bottom: 20px;
        position: relative;
    }
    .S2_textBox:last-of-type{
        margin-bottom: 0;
    }
    .S2_text01{
        font-weight: 300; margin-bottom: 10px;
    }
    .S2_text02{
        width: 170px;
        display: block; text-align: center; margin: 20px 0 10px;
        font-weight: 300; padding: 3px 10px 5px; line-height: 1;
        border: 1px solid #000;
    }
    .S2_text03{
        font-weight: 300;
    }
    .S2_priceBox{
        width: 100%;
        display: flex; flex-wrap: wrap; justify-content: center; align-items: center;
    }
    .S2_price{
        font-size: 2rem; line-height: 1.4;
    }
    .S2_price span{
        font-size: 1.0rem; font-weight: 300;
    }
    .S2_priceText{
        font-size: 1.0rem;
        width: 100%; margin-bottom: -10px;
    }
    .S2_price_plus{
        width: 16px; margin: 0 10px;
    }
    .S2_price_note{
        padding: 0 15px;
        position: relative; z-index: 1;
        text-align: center;
    }
    .S2_price_note::before{
        content: ''; position: absolute; z-index: -1;
        top: 0; left: 0;
        width: 10px; height: 100%;
        border: 1px solid #000;
        border-right: none;
    }
    .S2_price_note::after{
        content: ''; position: absolute; z-index: -1;
        top: 0; right: 0;
        width: 10px; height: 100%;
        border: 1px solid #000;
        border-left: none;
    }
    .S2_price_note p{
        font-weight: 300; line-height: 1.4;
    }
    .S2_noteBox{
        width: 100%;
    }
    .S2_noteBox p{
        padding-left: 1.0rem; text-indent: -1.0rem;
        font-size: 1.0rem;
    }
}
@media screen and (min-width:768px) , print { /*PC&TB*/
    .S2_keyBox{
        width: 100%; margin-bottom: 10px;
        display: flex; flex-wrap: wrap; align-items: center;
    }
    .S2_key{
        font-size: 1.2rem; font-weight: bold;
    }
    .S2_keyBox p{
        margin-left: 10px;
        font-weight: 300;
    }
    .S2_textBox{
        width: 100%; margin-bottom: 60px;
        position: relative;
    }
    .S2_textBox:last-of-type{
        margin-bottom: 0;
    }
    .S2_text01{
        font-weight: 300; margin-bottom: 20px;
    }
    .S2_text02{
        width: 170px;
        display: block; text-align: center; margin: 20px 0 10px;
        font-size: 0.9rem; font-weight: 300; padding: 3px 10px 5px; line-height: 1;
        border: 1px solid #000;
    }
    .S2_text03{
        font-size: 0.9rem; font-weight: 300;
    }
    .S2_priceBox{
        width: 100%;
        display: flex; flex-wrap: nowrap; align-items: center;
    }
    .S2_price{
        font-size: 2rem; line-height: 1.4;
    }
    .S2_price span{
        font-size: 1.2rem; font-weight: 300;
    }
    .S2_priceText{
        font-size: 1.2rem; margin-right: 10px;
    }
    .S2_price_plus{
        width: 16px; margin: 0 20px;
    }
    .S2_price_note{
        padding: 0 25px;
        position: relative; z-index: 1;
    }
    .S2_price_note::before{
        content: ''; position: absolute; z-index: -1;
        top: 0; left: 0;
        width: 20px; height: 100%;
        border: 1px solid #000;
        border-right: none;
    }
    .S2_price_note::after{
        content: ''; position: absolute; z-index: -1;
        top: 0; right: 0;
        width: 20px; height: 100%;
        border: 1px solid #000;
        border-left: none;
    }
    .S2_price_note p{
        font-weight: 300; line-height: 1.4;
    }
    .S2_noteBox{
        width: 100%; padding-left: 1.2rem;
    }
    .S2_noteBox p{
        padding-left: 1.2rem; text-indent: -1.2rem;
        font-size: 1.2rem;
    }
}

@media screen and (max-width:767px) { /*SP*/
    .S2_bgBox{
        position: relative; z-index: 1;
    }
    .S2_bgBox::before{
        content: ''; position: absolute; z-index: -1;
        bottom: 0; right: 0;
        width: 100%; height: 100%;
        background-image: url(/seikatsu-ouentai/img/S02_bgImg.png);
        background-repeat: no-repeat;
        background-position: 108% 100%;
        background-size: 45vw;
    }
}
@media screen and (min-width:768px) and ( max-width:1023px) { /*TB*/
    .S2_bgBox{
        position: relative; z-index: 1;
    }
    .S2_bgBox::before{
        content: ''; position: absolute; z-index: -1;
        bottom: 0; right: 0;
        width: 100%; height: 100%;
        background-image: url(/seikatsu-ouentai/img/S02_bgImg.png);
        background-repeat: no-repeat;
        background-position: 100% 100%;
        background-size: contain;
    }
}
@media screen and (min-width:1024px) , print { /*PC*/
    .S2_bgBox{
        position: relative; z-index: 1;
    }
    .S2_bgBox::before{
        content: ''; position: absolute; z-index: -1;
        top: -80px; right: 0;
        width: 300px; height: 268px;
        background-image: url(/seikatsu-ouentai/img/S02_bgImg.png);
        background-repeat: no-repeat;
        background-position: 0 0;
        background-size: contain;
    }
}

/* S3---------------------------------------------------------- */
@media screen and (max-width:767px) { /*SP*/
    #S3 .SCMM_linkSet{
        margin-top: 20px;
    }
    .S3_textBox{
        width: 100%;
        position: relative;
    }
    .S3_text01{
        font-weight: 300; margin-bottom: 10px;
    }
    .S3_text02{
        width: 170px;
        display: block; text-align: center; margin: 20px 0 10px;
        font-weight: 300; padding: 3px 10px 5px; line-height: 1;
        border: 1px solid #000;
    }
    .S3_text03{
        font-weight: 300;
    }
    .S3_priceBox{
        width: 100%;
        display: flex; flex-wrap: wrap; justify-content: center; align-items: center;
    }
    .S3_price{
        font-size: 2rem; line-height: 1.4;
    }
    .S3_price span{
        font-size: 1.0rem; font-weight: 300;
    }
    .S3_text04{
        margin-top: 5px;
        font-size: 1.0rem; color: #004da0;
    }
    .S3_setA{
        width: 100%; margin-bottom: 20px;
        display: flex; flex-wrap: nowrap; align-items: center;
        flex-direction: column;
    }
    .S3_boxA_L{
        width: 100%; margin-bottom: 10px;
    }
    .S3_boxA_key{
        font-size: 1.0rem; margin-bottom: 10px;
    }
    .S3_boxA_L p{
        font-size: 1.0rem;
    }
    .S3_boxA_R{
        width: 60%;
    }
    .S3_setB{
        width: 100%; margin-bottom: 40px;
        display: flex; flex-wrap: nowrap; align-items: center;
        flex-direction: column;
    }
    .S3_boxB_L{
        width: 100%; margin-bottom: 20px;
    }
    .S3_boxB_key{
        font-size: 1.0rem; margin-bottom: 20px;
    }
    .S3_boxB_L dl{
        width: 100%;
        display: flex; flex-wrap: wrap;
    }
    .S3_boxB_L dl dt{
        width: 20px; height: 20px; margin-bottom: 10px;
        background-color: #FFE100; border-radius: 2px;
        display: flex; flex-wrap: nowrap; justify-content: center; align-items: center;
        font-size: 1.0rem; font-weight: bold; line-height: 1.2;
    }
    .S3_boxB_L dl dd{
        width: calc(100% - 20px); padding-left: 10px; margin-bottom: 10px;
        line-height: 1.2;
    }
    .S3_boxB_L dl dd p{
        font-size: 1.0rem;
    }
    .S3_boxB_L dl dd p span{
        display: inline-block;
        font-size: 0.8rem; font-weight: 300;
    }
    .S3_boxB_R{
        width: 100%;
        display: flex; flex-wrap: nowrap; justify-content: space-between;
    }
    .S3_boxB_imgBox{
        text-align: center;
    }
    .S3_boxB_imgBox p{
        margin-top: 10px;
        font-size: 0.8rem;
    }
}
@media screen and (min-width:768px) , print { /*PC&TB*/
    #S3 .SCMM_linkSet{
        margin-top: 30px;
    }
    .S3_textBox{
        width: 100%;
        position: relative;
    }
    .S3_text01{
        font-weight: 300; margin-bottom: 20px;
    }
    .S3_text02{
        width: 170px;
        display: block; text-align: center; margin: 20px 0 10px;
        font-size: 0.9rem; font-weight: 300; padding: 3px 10px 5px; line-height: 1;
        border: 1px solid #000;
    }
    .S3_text03{
        font-size: 0.9rem; font-weight: 300;
    }
    .S3_priceBox{
        width: 100%;
        display: flex; flex-wrap: nowrap; align-items: center;
    }
    .S3_price{
        font-size: 2rem; line-height: 1.4;
    }
    .S3_price span{
        font-size: 1.2rem; font-weight: 300;
    }
    .S3_text04{
        margin-top: 5px;
        font-size: 1.2rem; color: #004da0;
    }
    .S3_setA{
        width: 100%; margin-bottom: 30px;
        display: flex; flex-wrap: nowrap; align-items: center;
    }
    .S3_boxA_L{
        width: calc(100% - 300px);
    }
    .S3_boxA_key{
        font-size: 1.2rem; margin-bottom: 20px;
    }
    .S3_boxA_L p{
        font-size: 1.2rem;
    }
    .S3_boxA_R{
        width: 300px;
    }
    .S3_setB{
        width: 100%; margin-bottom: 60px;
        display: flex; flex-wrap: nowrap; align-items: center;
    }
    .S3_boxB_L{
        width: calc(100% - 300px); padding-right: 40px;
    }
    .S3_boxB_key{
        font-size: 1.2rem; margin-bottom: 20px;
    }
    .S3_boxB_L dl{
        width: 100%;
        display: flex; flex-wrap: wrap;
    }
    .S3_boxB_L dl dt{
        width: 25px; height: 25px; margin-bottom: 10px;
        background-color: #FFE100; border-radius: 2px;
        display: flex; flex-wrap: nowrap; justify-content: center; align-items: center;
        font-size: 1.2rem; font-weight: bold; line-height: 1.4;
    }
    .S3_boxB_L dl dd{
        width: calc(100% - 25px); padding-left: 10px; margin-bottom: 10px;
        line-height: 1.4;
    }
    .S3_boxB_L dl dd p{
        font-size: 1.2rem;
    }
    .S3_boxB_L dl dd p span{
        display: inline-block;
        font-size: 1.0rem; font-weight: 300;
    }
    .S3_boxB_R{
        width: 300px;
        display: flex; flex-wrap: nowrap;
    }
    .S3_boxB_imgBox{
        text-align: center;
    }
    .S3_boxB_imgBox p{
        margin-top: 10px;
        font-size: 0.8rem;
    }
}

/* S4---------------------------------------------------------- */
@media screen and (max-width:767px) { /*SP*/
    #S4 .SCMM_linkSet{
        margin-top: 0;
    }
    .S4_text01{
        font-weight: 300; margin-bottom: 20px;
    }
    .S4_box01{
        width: 100%; margin-bottom: 20px;
    }
    .S4_box01:last-of-type{
        margin-bottom: 0;
    }
    .S4_subKey{
        display: inline-block; padding: 3px 30px 5px; margin-bottom: 10px;
        font-weight: 300; line-height: 1;
        border: 1px solid #000;
    }
    .S4_note01{
        padding-left: 0.8rem; text-indent: -0.8rem;
    }
    .S4_text02{
        font-weight: 300;
    }
    .S4_priceBox{
        width: 100%;
        display: flex; flex-wrap: wrap; align-items: center;
    }
    .S4_priceBox dt{
        width: 50px;
        font-size: 1.0rem;
    }
    .S4_priceBox dd{
        width: calc(100% - 50px); padding-left: 10px;
        font-size: 2rem; line-height: 1.4;
    }
    .S4_priceBox dd span{
        font-size: 1.0rem; font-weight: 300;
    }
}
@media screen and (min-width:768px) , print { /*PC&TB*/
    .S4_text01{
        font-weight: 300; margin-bottom: 20px;
    }
    .S4_box01{
        width: 100%; margin-bottom: 40px;
    }
    .S4_box01:last-of-type{
        margin-bottom: 0;
    }
    .S4_subKey{
        display: inline-block; padding: 3px 30px 5px; margin-bottom: 10px;
        font-size: 0.9rem; font-weight: 300; line-height: 1;
        border: 1px solid #000;
    }
    .S4_note01{
        padding-left: 1.0rem; text-indent: -1.0rem;
    }
    .S4_text02{
        font-size: 0.9rem; font-weight: 300;
    }
    .S4_priceBox{
        width: 100%;
        display: flex; flex-wrap: wrap; align-items: center;
    }
    .S4_priceBox dt{
        width: 50px;
        font-size: 1.2rem;
    }
    .S4_priceBox dd{
        width: calc(100% - 50px); padding-left: 10px;
        font-size: 2rem; line-height: 1.4;
    }
    .S4_priceBox dd span{
        font-size: 1.2rem; font-weight: 300;
    }
}

/* S5---------------------------------------------------------- */
@media screen and (max-width:767px) { /*SP*/
    #S5 .SCMM_linkSet{
        margin-top: 0;
    }
    .S5_box01{
        width: 100%; margin-bottom: 20px;
    }
    .S5_subKey01{
        display: inline-block; padding: 3px 30px 5px; margin-bottom: 10px;
        font-weight: 300; line-height: 1;
        border: 1px solid #000;
    }
    .S5_text01{
        font-weight: 300;
    }
    .S5_box02{
        width: 100%;
    }
    .S5_subKey02{
        display: inline-block; padding: 3px 30px 5px; margin-bottom: 10px;
        font-weight: 300; line-height: 1;
        border: 1px solid #000;
    }
    .S5_text02{
        font-weight: 300;
    }
    .S5_priceBox{
        width: 100%;
        display: flex; flex-wrap: wrap; align-items: center;
    }
    .S5_priceBox dt{
        width: 50px;
        font-size: 1.0rem;
    }
    .S5_priceBox dd{
        width: calc(100% - 50px); padding-left: 10px;
        font-size: 2rem; line-height: 1.4;
    }
    .S5_priceBox dd span{
        font-size: 1.0rem; font-weight: 300;
    }
}
@media screen and (min-width:768px) , print { /*PC&TB*/
    #S5 .SCMM_linkSet{
        margin-bottom: 120px;
    }
    .S5_box01{
        width: 100%; margin-bottom: 40px;
        display: flex; flex-wrap: nowrap; align-items: center;
    }
    .S5_subKey01{
        display: inline-block; padding: 3px 30px 5px;
        font-size: 0.9rem; font-weight: 300; line-height: 1;
        border: 1px solid #000;
    }
    .S5_text01{
        font-weight: 300; margin-left: 10px;
    }
    .S5_box02{
        width: 100%; margin-bottom: 20px;
    }
    .S5_subKey02{
        width: 240px; padding: 3px 10px 5px; margin-bottom: 10px;
        font-size: 0.9rem; font-weight: 300; line-height: 1;
        border: 1px solid #000; text-align: center;
    }
    .S5_text02{
        font-size: 0.9rem; font-weight: 300;
    }
    .S5_priceBox{
        width: 100%;
        display: flex; flex-wrap: wrap; align-items: center;
    }
    .S5_priceBox dt{
        width: 50px;
        font-size: 1.2rem;
    }
    .S5_priceBox dd{
        width: calc(100% - 50px); padding-left: 10px;
        font-size: 2rem; line-height: 1.4;
    }
    .S5_priceBox dd span{
        font-size: 1.2rem; font-weight: 300;
    }
}

/* FAQ---------------------------------------------------------- */
@media screen and (max-width:767px) { /*SP*/
    #FAQ{
        margin-bottom: 60px;
    }
    .FAQ_keyBox{
        width: 100%; margin-bottom: 30px;
    }
    .FAQ_key{
        display: flex; flex-wrap: nowrap; justify-content: center; align-items: center;
        padding: 15px 10px 15px 15px;
        border: 1px solid #000; border-radius: 50px;
        font-size: 1.2rem; font-weight: 300; line-height: 1;
    }
    .FAQ_key span{
        display: inline-block; margin: 0 5px;
        font-size: 1.6rem; font-weight: normal;
        font-family: 'Roboto',arial,sans-serif;
    }
    .FAQ_set{
        width: 100%;
    }
    .FAQ_subKey{
        display: inline-block; position: relative;
        padding: 0 0 5px 18px; margin-bottom: 20px;
        border-bottom: 1px solid #000;
        font-size: 1.0rem;
    }
    .FAQ_subKey::before{
        content: ''; position: absolute;
        top: 6px; left: 0;
        width: 14px; height: 14px;
        background-color: #000;
    }
    .FAQ_box{
        width: 100%; margin-bottom: 20px;
    }
    .FAQ_box dt{
        width: 100%;
    }
    .FAQ_box dt p{
        padding-left: 1.9rem; text-indent: -1.9rem;
    }
    .FAQ_box dt p span{
        padding-right: 0.5rem;
        font-family: 'Roboto',arial,sans-serif;
    }
    .FAQ_box dd{
        width: 100%; padding-left: 1.9rem;
    }
    .FAQ_box dd p{
        font-weight: 300; color: #004da0;
        position: relative; padding-left: 1.0rem;
    }
    .FAQ_box dd p::before{
        content: 'A'; position: absolute;
        top: 0; bottom: 0; left: 0; margin: auto;
    }
}
@media screen and (min-width:768px) , print { /*PC&TB*/
    #FAQ{
        margin-bottom: 120px;
    }
    .FAQ_keyBox{
        width: 100%; margin-bottom: 60px;
        text-align: center;
    }
    .FAQ_key{
        display: inline-flex; flex-wrap: nowrap; align-items: center;
        padding: 15px 100px 15px 110px;
        border: 1px solid #000; border-radius: 50px;
        font-size: 1.4rem; font-weight: 300; line-height: 1;
    }
    .FAQ_key span{
        display: inline-block; margin: 0 10px;
        font-size: 2.0rem; font-weight: normal;
        font-family: 'Roboto',arial,sans-serif;
    }
    .FAQ_set{
        width: 100%;
    }
    .FAQ_subKey{
        display: inline-block; position: relative;
        padding-left: 20px; margin-bottom: 20px;
        border-bottom: 1px solid #000;
        font-size: 1.2rem;
    }
    .FAQ_subKey::before{
        content: ''; position: absolute;
        top: 0; bottom: 0; left: 0; margin: auto;
        width: 16px; height: 16px;
        background-color: #000;
    }
    .FAQ_box{
        width: 100%; margin-bottom: 40px;
    }
    .FAQ_box dt{
        width: 100%;
    }
    .FAQ_box dt p{
        padding-left: 2.5rem; text-indent: -2.5rem;
    }
    .FAQ_box dt p span{
        padding-right: 0.5rem;
        font-family: 'Roboto',arial,sans-serif;
    }
    .FAQ_box dd{
        width: 100%; padding-left: 2.5rem;
    }
    .FAQ_box dd p{
        font-weight: 300; color: #004da0;
        position: relative; padding-left: 1.2rem;
    }
    .FAQ_box dd p::before{
        content: 'A'; position: absolute;
        top: 0; bottom: 0; left: 0; margin: auto;
    }
}


/************************************************************/
/*   IE Only   */
/************************************************************/
@media all and (-ms-high-contrast:none){ /* IE11 */
    *::-ms-backdrop,
    .KV_box{
        min-height: 0%;
    }
}