html, body {
    width: 100%;
    height: 100%;
    font-family: Noto Sans JP, sans-serif;
    line-height: 23px;
    font-size: 16px;
}
#wrapper {
    width: 100%;
    height: 100%;
}
.page-title {
    font-weight: 700;
}
#block-header {
    display: flex;
    justify-content: space-between;
    margin-bottom: 52px;
    padding: 34px 41px;
}
.header-left {
    display: flex;
    align-items: center;
}
.header-right {
    display: flex;
    align-items: center;
    gap: 10px
}
#block-body {
    display: flex;
    flex-direction: row;
    padding: 34px 41px;
}
#content {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.box-login>button, .box-forgot-email>button, .block-input>button {
    padding: 0 45px;
    height: 35px;
    border:1px solid #979797;
    border-radius: 15px;
    background-color: #dadada;
}
.box-login>button>p, .box-forgot-email>button {
    font-size: 16px; font-weight: 700; margin: 0
}
.col-form-label {
    font-weight: 400;
    font-size: 16px;
    line-height: 23px;
    padding-top: 0;
    padding-bottom: 0;
}
.form-login {
    height: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center
}
.box-login .form-control, .box-forgot-email .form-control{
    border-radius: 20px;
    border: 1px #353434 solid;
    padding: 1px 11px;
    font-size: 14px;
    line-height: 21px;
}
.forgot-link {
    font-weight: 700;
    display: flex;
    justify-content: space-between;
    width: 47%;
}
.forgot-link a {
    color: #FF6712;
    text-decoration: none;
}
.text-error {
    font-size: 14px;
    color: #ff4f5a;
    margin-bottom: 0 !important;
    margin-top: 2px;
}
#block-top {
    padding: 14px 12px;
    display: flex;
    flex-direction: column;
}

.box-login, .box-forgot-email {
    border: 1px #353434 solid;
    background-color: #F6F6F6;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 25px 20px;
}

.box-login>div {
    display: block;
}
a.btn-login-link {
    padding: 0.7rem 2rem;
    border-radius: 20px;
    background-color: #6BBB4F;
    color: #fff;
    border: none;
    text-decoration: none;
    font-weight: bold;
    min-width: 200px;
    text-align: center;
    display: inline-block;
}

@media (min-width: 576px) {
    @media (max-height: 480px) {
        #wrapper {
            width: 100%;
            height: unset !important;
        }
    }
    .mb-5 {
        margin-bottom: 20px !important;
    }
}

@media(min-width: 768px){
    #block-top {
        padding: 15px 20px;
    }
    .box-login {
        width: 100%;
        padding: 30px 20px;
    }
    .mb-5 {
        margin-bottom: 20px !important;
    }
}

@media(min-width: 992px){
    #block-top {
        height: 80%;
        padding: 34px 41px 0;
    }

    .box-login, .box-forgot-email {
        width: 911px;
        padding: 40px 0;
    }
    .box-login>div, .box-forgot-email>div {
        display: block;
        width: 628px;
    }
}

@media(min-width: 1200px) {
    .box-login {
        padding: 80px 0;
    }
    .box-forgot-email {
        padding: 60px 0;
    }
}
.bottom-link {
    margin-top: 50px;
    text-align: center;
}
.width-button{
    width: 30%;
}
.width-3{
    width: 30%;
}
.width-4{
    width: 40%;
}
.width-5{
    width: 50%;
}
.width-6{
    width: 60%;
}
.width-7{
    width: 70%;
}
.mt-custom-1{
    margin-top: 10% !important;
}
.forgot-password-page {
    display: flex;
    align-items: start;
    justify-content: left;
    padding-left: 42px;
    padding-right: 42px;
}
.forgot-password-page .forgot-title {
    margin-top: 31px;
}
.forgot-password-page .box-forgot {
    margin-top: 120px;
}
.forgot-password-page .box-login {
    margin-top: 20px;
    max-width: 360px;
    min-height: 455px;
}
.forgot-password-page .box-login form {
    width: 100%;
}
.forgot-password-page .box-login .row-item {
    margin-top: 3rem;
}
.forgot-password-page .box-login .row-title {
    font-size: 22px;
}
.forgot-password-page .box-login .success-message {
    display: inline-block;
    padding: 0.5rem;
    background-color: #86efac;
    color: #fff;
    border-radius: 10px;
}
.forgot-password-page .box-login input, .block-input input[type="text"] {
    min-height: 36px;
    border: 1px solid #ccc;
    padding: 0.3rem 1rem;
    border-radius: 15px;
}
.forgot-password-page .box-login button {
    min-height: 40px;
    border-radius: 15px;
    width: 100%;
    padding: 0.5rem 1.5rem;
    border: 1px solid #979797;
    background-color: #dadada;
    font-weight: bold;
}
.forgot-password-page .box-login a > button {
    max-width: 350px;
    border-radius: 8px;
}

@media (min-width: 480px) {
    .forgot-password-page .box-login {
        min-width: 360px;
        padding: 20px 30px;
    }
}
@media (min-width: 576px) {
    .forgot-password-page .box-login {
        min-height: 253px;
    }
}
@media (min-width: 768px) {
    .forgot-password-page .box-login {
        min-height: 228px;
    }
}
@media (min-width: 992px) {
    .forgot-password-page .box-login {
        max-width: 100%;
        min-height: 283px;
    }
    .forgot-password-page .box-login form {
        width: 580px;
    }
}
@media (min-width: 1200px) {
    .forgot-password-page .box-login {
        min-height: 350px;
    }
}
.txt-title {
    color: #353434;
    font-size: 24px;
    margin-bottom: 42px;
    font-weight: 700;
}

.txt-description {
    color: #353434;
    font-size: 16px;
    margin-bottom: 32px;
    font-weight: 700;
}
.box-input {
    width: 100%;
    margin-bottom: 48px;
}
div.title {
    border-bottom: solid 1px black;
    padding-bottom: 13px;
}
.page-confirm-otp {
    display: flex;
    justify-content: center;
}
.block-content {
    width: 593px;
}
.block-input {
    padding: 60px 22px;
    display: flex;
    align-items: center;
    flex-direction: column;
}
.block-input >div> .col-form-label {
    padding: 8px 0;
}
.btn-common {
    width: 142px;
    height: 35px;
    border:1px solid #979797;
    border-radius: 15px;
    background-color: #dadada;
    font-weight: 700;
}

.eye-icon {
    width: 20px;
    height: 20px;
    right: 18px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    position: absolute;
}

input::-ms-reveal,
input::-ms-clear {
  display: none;
}

.required-item::after {
    content: '＊';
    color: #FF0000;
    font-size: 14px;
}

.bg-footer {
    background-color: #D9D9D9;
    height: 98px;
}
