@charset "UTF-8";
/* CSS Information
============================================
File: login.scss
Site: Miyab! BtoC
Scss: Pages/Index
============================================= */
/* 変数 インポート
========================================== */
/* CSS Information
============================================
File: _setting.scss
Site: Miyab! BtoC
Page: all
============================================= */
/* 変数
====================================== */
/* Instagram */
/* Facebook */
/* Twitter */
/* Youtube */
/* Line */
.p-login h1 {
    width: 180px;
    max-width: 320px;
    margin: 0 auto 60px;
    position: relative;
    top: 0px;
}
.p-login h1 img {
    width: 100%;
}
.p-login h2 {
    font-size: 2.8rem;
    line-height: 1em;
    color: #003567;
    text-align: center;
    font-weight: bold;
    margin-bottom: 25px;
}
.p-login h2 span {
    display: inline-block;
    padding: 0 5px;
}
.p-login-box {
    width: 100%;
    max-width: 450px;
    margin: 0 auto 25px;
    text-align: center;
}
.p-login-box dl dd input {
    text-align: center;
    text-align: center;
    display: inline-block;
    font-size: 1.6rem;
    padding: 10px;
    position: relative;
    border: solid 1px #ccc;
    border-radius: 5px;
    width: 100%;
    height: 40px;
    line-height: 40px;
}
@media (min-width: 48.0625em) {
    .p-login-box dl dd input {
        width: 100%;
        height: 45px;
        line-height: 45px;
    }
}
.p-login-box__note {
    margin-bottom: 20px;
}
.p-login-box__note > a {
    color: #fe6b66 !important;
}
.p-login-box__note > a:hover, .p-login-box__note > a:focus {
    border-bottom: solid 2px #fe6b66;
}
.p-login-box__input {
    margin-bottom: 30px;
}
.p-login-box__input label {
    width: 100%;
    height: 40px;
    line-height: 40px;
    background: #fff;
    color: #333;
    text-align: center;
    display: block;
    margin-right: 10px;
    position: relative;
    border-radius: 5px;
}
.p-login-box__input label input {
    text-align: center;
    text-align: center;
    display: inline-block;
    font-size: 1.6rem;
    padding: 10px;
    position: relative;
    border: solid 1px #ccc;
    border-radius: 5px;
    width: 100%;
    height: 40px;
    line-height: 40px;
}
.p-login-box .hr-gray {
    height: 1px;
    background-color: #c2c2c2;
    border: none;
}
@media (min-width: 48.0625em) {
    .p-login h1 {
        width: 320px;
        margin: 50px auto 100px;
        top: 0;
    }
    .p-login h1 img {
        width: 100%;
    }
    .p-login h2 {
        font-size: 3.2rem;
        line-height: 1em;
    }
    .p-login-box {
        margin: 0 auto 80px;
    }
    .p-login-box__input label {
        width: 100%;
        height: 45px;
        line-height: 45px;
    }
    .p-login-box__input label input {
        width: 100%;
        height: 45px;
        line-height: 45px;
    }
}

.js-switch-password {
    display: inline-block;
    width: 40px;
    height: 40px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}
.js-switch-password:hover {
    cursor: pointer;
}
.js-switch-password::after {
    font-family: "FontAwesome";
    content: "";
    z-index: 1;
    color: #666;
    font-size: 1.6rem;
}
.js-switch-password--eye::after {
    font-family: "FontAwesome";
    content: "";
    z-index: 1;
    color: #666;
    font-size: 1.6rem;
}
@media (min-width: 48.0625em) {
    .js-switch-password {
        width: 45px;
        height: 45px;
        position: absolute;
        right: 0;
        top: 55%;
    }
    .js-switch-password::after {
        font-size: 1.8rem;
    }
    .js-switch-password--eye::after {
        font-size: 1.8rem;
    }
}

.c-operation-btn--submit {
    width: 100%;
}
@media (min-width: 48.0625em) {
    .c-operation-btn--submit {
        width: 280px;
    }
}
/*# sourceMappingURL=login.css.map */