body{
    margin:0;
}

.customer_header_title{
    padding-left: 20px;
    font-family: Noto Sans JP;
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 35px;
    color: #8E8C85;

}

.new_user_p{
    font-family: Noto Sans JP;
    font-style: normal;
    font-weight: 300;
    font-size: 15px;
    line-height: 22px;
    color: #8E8C85;
    margin-top: 9px;
}


.login_logo{
    text-align: center;
    padding-top: 35px;
    margin-bottom: 25px;
}

.login_logo_img{
    max-width: 250px;
}

.login_box{
    background-color: #FFFFFF;
    box-shadow: 0px 1px 18px rgba(0, 0, 0, 0.04);
    width: 576px;
    margin-left:auto;
    margin-right: auto;
    border-radius: 24px;
}

.reset_pass_box{
    background-color: #FFFFFF;
    box-shadow: 0px 1px 18px rgba(0, 0, 0, 0.04);
    width: 96%;
    height: 600px;
    margin-left:auto;
    margin-right: auto;
    padding-top: 30px;
    border-radius: 24px;
}

.login_button_box{
    display: table;
    text-align: center;
    margin: 0 auto 15px;
}
.login_error_message{
    font-family: Noto Sans JP;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 22px;
    color: #FF5F5F;
}
.login_error_box{
    text-align: center;
}
.login_button{
    display: table-cell;
    vertical-align: middle;
    background: #0E7BFC;
    border-radius: 86px;
    width:260px;
    height:52px;
    border: transparent;
    text-decoration: none;
    font-family: Noto Sans JP;
    font-style: normal;
    font-size: 15px;
    line-height: 22px;

    text-align: center;
    color: #FFFFFF;
}
.login_form{
    width: 320px;
    margin-right: auto;
    margin-left: auto;
    padding-top:15px;
    padding-bottom: 15px;
}
.login_label{
    margin: 1em 0 0.5em;
    font-family: Noto Sans JP;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 22px;
    color: #8E8C85;
}
.form_control {
    width: 320px;
    height: 48px;
    font-size: 18px;
    padding-left: 18px;
    background: #FFFFFF;
    border: 1px solid #C4C4C4;
    box-sizing: border-box;
    border-radius: 6px;
}

.form_control:active {
    background: #FFFFFF;
    border: 1px solid #0E7BFC;
    box-sizing: border-box;
    border-radius: 6px;
}

.login_help_box{
    margin-top: 0.5em;
}

.login_help_logo{
    margin-right: 10px;
    vertical-align: bottom;
}

.login_help{
    color: #00B8D1;
    font-family: Noto Sans JP;
    font-style: normal;
    font-weight: normal;
    line-height: 20px;
    height: 20px;
}

.login_help > a{
}

.change_pass_title{
    text-align: center;
    color: #8E8C85;
}

.change_pass_text{
    text-align: center;
    color: #8E8C85;
    width: 95%;
    margin-right: auto;
    margin-left: auto;
    font-size: 13px;
}

.login_seq {
  border: 0;
  border-top: 1px solid #ccc;
  height: 1em;
  text-align: center;
  overflow: visible;
  margin: 1.5em 0 0.5em;
}

.login_seq::after {
  content: "OR";
  background: #fff;
  color: #ccc;
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  top: -1em;
  padding: 0 1em;
}

@media screen and (max-width: 980px) {
    .login_logo_img{
        max-width: 400px;
    }

    .login_box{
        width: 80%;
        margin-bottom: 20px
    }

    .login_form{
        width: 90%;
        text-align: center;
    }

    p {
        font-size: 60px !important;
    }

    .form_control {
        width: 80%;
        font-size: 60px;
        height: 80px;
        margin-bottom: 40px;
    }

    .login_help_box{
        margin-top: 60px;
        margin-bottom: 40px;
    }

    .login_help {
        font-size: 44px;
    }

    .login_button_box{
        display: inline;
        width: 80%;
        margin-right: 0px;
    }

    .login_button{
        width: 80%;
        height: 152px;
        font-size: 60px;
        line-height: 1.4em;
    }

    .login_seq{
        font-size: 40px;
    }

    .line_height_normal_strict{
        line-height: normal !important;
    }
}