@charset "utf-8";

/* secCmnTit */
.secCmnTit{
    background-image: url(../img/member/bgCmnTit.jpg);
}
@media only screen and (max-width:1215px){
    .secCmnTit{
        background-image: url(../img/member/bgCmnTit_sp.jpg);
    }
}

/* secTop */
.secTop{
    margin-top: 9rem;
}
.secTop .tit{
    font-size: var(--pcFontSize20);
    line-height: var(--pcLineHeight20_42);
    letter-spacing: var(--pcLetterSpacing20_50);
    font-weight: 700;
    text-align: center;
}
.secTop .txt{
    font-size: var(--pcFontSize16);
    line-height: var(--pcLineHeight16_38);
    margin-top: 2.5rem;
    text-align: center;
}
.secTop .boxMerit{
    margin-top: 4.6rem;
}
.secTop .titMerit{
    font-size: var(--pcFontSize20);
    font-weight: 700;
    text-align: center;
    background: var(--bgColor02);
    padding: 3.4rem 0;
}
.secTop .titMerit span{
    color: var(--colorMember);
}
.secTop .list{
    display: flex;
    margin-top: 6rem;
}
.secTop .item{
    width: calc(100% / 3);
    border-left: solid 1px var(--cmnTitblackColor_10);
    padding: 3rem 0;
}
.secTop .item:last-child{
    border-right: solid 1px var(--cmnTitblackColor_10);
}
.secTop .img{
    width: 22rem;
    margin: 0 auto;
}
.secTop .item:nth-child(2) .img{
    width: 28.4rem;
}
.secTop .itemTxt{
    font-size: var(--pcFontSize18);
    line-height: var(--pcLineHeight18_36);
    text-align: center;
    margin-top: 2.5rem;
    font-weight: 700;
}
.secTop .iconMerit{
    width: 7.6rem;
    height: 3.2rem;
    background: var(--colorMember);
    font-size: var(--pcFontSize13);
    font-weight: 700;
    color: var(--whiteColor);
    margin: 2rem auto 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.secTop .secCmnBtn{
    margin-top: 6rem;
}
@media only screen and (max-width:1215px){
    .secTop{
        margin-top: 3.5rem;
    }
    .secTop .tit{
        font-size: var(--spFontSize15);
        line-height: var(--spLineHeight15_26);
        letter-spacing: var(--spLetterSpacing0);
    }
    .secTop .txt{
        font-size: var(--spFontSize13);
        line-height: var(--spLineHeight13_26);
        margin-top: 1.8rem;
    }
    .secTop .boxMerit{
        margin-top: 2.2rem;
    }
    .secTop .titMerit{
        font-size: var(--spFontSize13);
        padding: 2rem 0;
    }
    .secTop .list{
        display: block;
        margin-top: 3rem;
    }
    .secTop .item{
        width: 100%;
        border-left: none;
        padding: 0;
        display: flex;
    }
    .secTop .item:nth-child(n+2){
        margin-top: 1.5rem;
    }
    .secTop .item:last-child{
        border-right: none;
    }
    .secTop .img,.secTop .item:nth-child(2) .img{
        width: 13rem;
        margin: 0;
        text-align: center;
    }
    .secTop img{
        width: 11rem;
        height: auto;
        margin: 0 auto;
    }
    .secTop .item:nth-child(2) img{
        width: 12.4rem;
    }
    .secTop .itemTxt{
        font-size: var(--spFontSize13);
        line-height: var(--spLineHeight13_22);
        margin-top: 1rem;
        text-align: left;
    }
    .secTop .txtBox{
        display: flex;
        flex-flow: column-reverse;
        justify-content: center;
        width: calc(100% - 15.5rem);
        margin-left: 2.5rem;
    }
    .secTop .iconMerit{
        width: auto;
        height: auto;
        background: none;
        font-size: var(--spFontSize11);
        color: var(--colorMember);
        margin: 0;
        display: block;
        position: relative;
    }
    .secTop .iconMerit::after{
        position: absolute;
        content: "";
        width: 2rem;
        height: 0.1rem;
        top: calc(50% - 0.05rem);
        left: 5.2rem;
        background: var(--colorMember);
    }
    .secTop .secCmnBtn{
        margin-top: 2.4rem;
    }
}
@media only screen and (max-width:374px){
    .secTop .itemTxt{
        font-size: var(--spFontSize12);
    }
}
@media only screen and (max-width:359px){
    .secTop .txtBox{
        width: calc(100% - 14.5rem);
        margin-left: 1.5rem;
    }
}

/* secForm */
.secForm{
    margin-top: 16.7rem;
}
@media only screen and (max-width:1215px){
    .secForm{
        margin-top: 8rem;
    }
}

.secForm .passIn{
    position: relative;
}
.secForm .iconEye{
    position: absolute;
    width: 2.1rem;
    right: 2.2rem;
    top: calc(50% - 0.85rem);
    cursor: pointer;
    display: flex;
    align-items: center;
}
@media only screen and (max-width: 1215px){
    .secForm .iconEye {
        width: 2.6rem;
        right: 1.5rem;
        top: calc(50% - 0.8rem);
    }
}
