@charset "UTF-8";


/* .sec-mv */
.sec-mv{
    background: none;
    color: var(--col-black);
}

/* .sec-login */
.sec-login{
    padding: 0 20px 100px;

    & .sectionInner{
        max-width:500px;
        margin: 0 auto;
    }
}

/* .sec-menuLink */
.sec-menuLink{
    text-align: center;

    & ul{
        display: flex;
        justify-content: flex-start;
        flex-wrap: wrap;
        gap:14px;
        max-width: 1000px;
        margin: 0 auto 60px;
        
        & li{
            display: block;;
            width: calc(25% - 11px);
            margin: 0;

            &:nth-child(2){
                & a{
                    &:after{
                        background: url(../img/icon/user/talk-blue.svg)no-repeat center center / contain;
                    }
                }
            }

            &:nth-child(3){
                & a{
                    &:after{
                        background: url(../img/icon/user/man-blue.svg)no-repeat center center / contain;
                    }
                }
            }

            &:nth-child(3){
                & a{
                    &:after{
                        background: url(../img/icon/user/mail-blue.svg)no-repeat center center / contain;
                    }
                }
            }

            &:nth-child(4){
                & a{
                    &:after{
                        background: url(../img/icon/user/document-blue.svg)no-repeat center center / contain;
                    }
                }
            }

            &:nth-child(5){
                & a{
                    &:after{
                        background: url(../img/icon/user/download-blue.svg)no-repeat center center / contain;
                    }
                }
            }

            &:nth-child(6){
                & a{
                    &:after{
                        background: url(../img/icon/user/lock-blue.svg)no-repeat center center / contain;
                    }
                }
            }

            &:nth-child(7){
                & a{
                    &:after{
                        background: url(../img/icon/user/house-blue.svg)no-repeat center center / contain;
                    }
                }
            }

            & a{
                display: flex;
                flex-wrap: wrap;
                justify-content: center;
                align-content: center;
                align-items: center;
                padding: 20px 5px;
                border-radius: 10px;
                background:var(--col-blue);
                border:solid 1px var(--col-blue);
                color: var(--col-white);
                position: relative;
                transition: .3s;

                &:after{
                    content: '';
                    display: block;
                    width: 45px;
                    height: 50px;
                    background: url(../img/icon/user/note-blue.svg)no-repeat center center / contain;
                    position: absolute;
                    top:20px;
                    left: 0;
                    right: 0;
                    margin: 0 auto;
                    transition: .3s;
                    opacity: 0;
                }

                & img {
                    width: 45px;
                    height: 50px;
                    object-fit: contain
                }
                & span{
                    display: block;
                    width: 100%;
                    text-align: center;
                    font-weight: 500;
                    margin-top: 10px;
                }
            }
        }
    }
}

/* .sec-logout */
.sec-logout{
    text-align: center;

    & .sectionInner{
        padding: 0 20px 60px;

        & p{
            font-size: 14px;
            margin-bottom: 30px;
        }

        & .linkBtn{
            width: 200px;
            max-width: 100%;

            & span{
                padding:0;

                &:after{
                    display: none;
                }
            }
        }
    }
}


/* .sec-regulations */
.sec-regulations{
    text-align: center;

    & .sectionInner{
        max-width: 940px;
        padding: 0 20px 100px;
        margin: 0 auto;

        & p {
            font-size: 14px;
            margin-bottom: 60px;
        }

        & ul {
            border-top: solid 1px #EBEBEB;
            & li{
                & a{
                    display: block;
                    width: 100%;
                    padding: 20px 0;
                    text-align: left;
                    border-bottom: solid 1px #EBEBEB;
                    line-height: 1.4;
                    font-size: 16px;

                    & span{
                        padding-right: 40px;
                        background: url(../img/icon/pdf.svg)no-repeat top 2px right / 20px;
                    }
                }
            }
        }
    }
}


#userPage #wpmem_login,
#userPage #wpmem_msg,
#userPage #wpmem_reg,
#userPage .wpmem_msg {
    width: 100%;
}

#userPage#wpmem_reg > .form,
#userPage #wpmem_login > .form{
  border: solid 1px #E1E1E1;
  padding: 40px;
}

#userPage #wpmem_reg > form > fieldset,
#userPage #wpmem_login > form > fieldset {
  border: none;
  padding: 0;
  margin: 0 auto;
}

#wpmem_login > form > fieldset > legend{
    text-align: center;
    line-height: 1.2;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 30px;
}
#wpmem_reg > form > fieldset > .link-text{
    display: none;
}
#wpmem_reg > form > fieldset > label,
#wpmem_login > form > fieldset > label {
    color: var(--col-blue);
    float: left;
    font-size:14px;
    font-weight: 400;
    line-height: 1;
    padding: 0 0 10px;
    text-align:left;
    width: 100%;
}
#wpmem_login > form > fieldset > p > img {
    max-width: 96px;
}
#wpmem_reg > form > fieldset > .div_text > input,
#wpmem_login > form > fieldset > .div_text > input {
    display: block;
    width: 100%;
    padding: 9px 10px;
    background:#F5F5F5;
    border:none;
    font-size: 16px;
    line-height: 1.4;
    margin-bottom: 20px;
}
#wpmem_reg > form > fieldset > .div_text > input:focus,
#wpmem_login > form > fieldset > .div_text > input:focus {
  border-color: #679ae2;
}
#wpmem_reg > form > fieldset label[for=siteguard_captcha],
#wpmem_login > form > fieldset label[for=siteguard_captcha] {
  display: block;
  line-height: 1;
  font-size: 14px;
  color: var(--col-blue);
  margin:15px auto 10px;
}
#wpmem_reg > form > fieldset #siteguard_captcha,
#wpmem_login > form > fieldset #siteguard_captcha {
  display: block;
  padding: 9px 10px;
  background: #F5F5F5;
  border:none;
  font-size:16px;
}
#wpmem_login > form > fieldset label[for=siteguard_captcha] ~ br{
    display: none;
}
#wpmem_login .button_div label{
    display: none;
}
#wpmem_reg > form > fieldset, #wpmem_login > form > fieldset > .button_div{
    text-align: center;
    margin: 30px auto 20px;
}
.passwordChange #wpmem_reg > form > fieldset, #wpmem_login > form > fieldset > .button_div{
    margin-bottom: 0;
}
#wpmem_reg > form > fieldset, #wpmem_login > form > fieldset > .wpmem-note{
    font-size: 12px;
    margin-bottom: 30px;
}
.passwordChange #wpmem_reg > form > fieldset, #wpmem_login > form > fieldset > .link-text{
    text-align: center;
    margin-top: 20px;
}
.passwordChange #wpmem_reg > form > fieldset, #wpmem_login > form > fieldset > .link-text > .link-text-forgot{
    text-align: center;
}
#wpmem_reg > form > fieldset, #wpmem_login > form > fieldset > .button_div > .linkBtn{
    width:200px;
    max-width: 100%;
    color: var(--col-white);
}
#wpmem_reg > form > fieldset > .link-text > span,
#wpmem_login > form > fieldset > .link-text > span {
  display: block;
  font-size: 14px;
  text-align: right;
}
#wpmem_reg > form > fieldset > .link-text > span > a,
#wpmem_login > form > fieldset > .link-text > span > a {
    text-decoration: underline;
    color: var(--col-blue);
}
#userPage .link-text-username{
    display: none !important;
}
#wpmem_login input[type="submit"]{
    display: inline-block;
    width: 200px;
    max-width: 100%;
    padding: 15px 20px;
    border-radius: 50px;
    border: solid 1px var(--col-blue);
    box-sizing: border-box;
    background: var(--col-blue);
    text-align: center;
    font-family: "Noto Sans JP", sans-serif;
    color: var(--col-white);
    line-height: 1.4;
    font-size: 16px;
    font-weight: bold;
    position: relative;
    transition: .3s;
    cursor: pointer;
}


@media(max-width:1000px){

    /* .sec-menuLink */
    .sec-menuLink{
        & ul{
            padding: 0 20px;
            box-sizing: border-box;
            gap:15px;

            & li{
                width:calc(100% / 3 - 10px);
            }
        }
    }
}

@media(max-width:768px){

    /* .sec-menuLink */
    .sec-menuLink{
        & ul{
            gap:12px;

            & li{
                width:calc(100% / 2 - 6px);
                
                & a{
                    font-size: 14px;

                    &:after{
                        width: 30px;
                        height: 30px;
                    }

                    & img {
                        width: 30px;
                        height: 30px;
                    }

                    & span{
                        line-height: 1.5;
                    }
                }
            }
        }
    }

}

@media(hover:hover){
    
    #wpmem_reg > form > fieldset, #wpmem_login > form > fieldset > .button_div > .linkBtn:hover{
        color: var(--col-blue);
    }
    #wpmem_reg > form > fieldset > .link-text > span > a, #wpmem_login > form > fieldset > .link-text > span > a:hover{
        opacity: .6;
    }
    #wpmem_login input[type="submit"]:hover{
        background: var(--col-white);
        color: var(--col-blue);
    }

    
    /* .sec-regulations */
    .sec-regulations{
        & .sectionInner{

            & ul {
                & li{
                    & a{
                        &:hover{
                            color: var(--col-blue);
                            text-decoration: underline;
                        }
                    }
                }
            }
        }
    }

    /* .sec-menuLink */
    .sec-menuLink{
        & ul{
            & li{
                & a{
                    &:hover{
                        background: var(--col-white);
                        border:solid 1px var(--col-blue);
                        color: var(--col-blue);

                        &:after{
                            opacity: 1;
                        }
                    }
                }
            }
        }
    }

}