@charset "utf-8";
/*-----------------------------------------------
    secCmnHero
-----------------------------------------------*/
.secCmnHero{
    background-image: url(../img/member/bgCmnHero.jpg);
}
@media only screen and (max-width:1215px){
    .secCmnHero{
        background-image: url(../img/member/bgCmnHero_sp.jpg);
    }
}

body:not(.pass) .secCmnContact{display: none;}
/*-----------------------------------------------
    boxCmnForm
-----------------------------------------------*/
.boxCmnForm .txt:not(.txt2){
    font-size: var(--pcFontSize16);
    line-height: var(--pcLineHeight16_32);
}
@media only screen and (max-width:1215px){
    .boxCmnForm .txt:not(.txt2){
        margin-top: 1rem;
        font-size: var(--spFontSize13);
        line-height: var(--spLineHeight13_21);
    }
}

/*-----------------------------------------------
    boxMember
-----------------------------------------------*/
.boxMember{
    margin: 4rem auto;
    width: 67rem;
}
.boxMember .boxList{
    display: flex;
    justify-content: space-between;
}
.boxMember .boxList .item{
    width: 47.763%;
}
.boxMember .boxList .txt{
    margin-top: 2rem;
    font-size: var(--pcFontSize20);
    line-height: var(--pcLineHeight20_36);
    font-weight: bold;
}
.boxMember .tit{
    width: 100%;
    height: 6rem;
    margin-top: 5rem;
    font-size: var(--pcFontSize18);
    letter-spacing: var(--pcLetterSpacing18_50);
    font-weight: bold;
    color: var(--whiteColor);
    background-color: var(--brownColor_light);
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 0.3rem;
}
@media only screen and (max-width:1215px){
    .boxMember{
        margin: 2.5rem auto 5.5rem;
        width: 100%;
        max-width: 32.5rem;
    }
    .boxMember .boxList{
        padding: 0 1.5rem;
    }
    .boxMember .boxList .item{
        width: 46.78%;
    }
    .boxMember .boxList .txt{
        margin-top: 1.2rem;
        font-size: var(--spFontSize12);
        line-height: var(--spLineHeight12_20);
    }
    .boxMember .tit{
        height: 4rem;
        margin-top: 3rem;
        font-size: var(--spFontSize12);
        letter-spacing: var(--spLetterSpacing12_0);
        padding-bottom: 0.3rem;
    }
}