.pw-change .caption {
    font-size: 18px;
    line-height: 30px;
    font-weight: normal;
    font-family: Kozuka R;
}
.pw-change form label {
    width: 190px;
}

@media (max-width:376px) {
    .box-input {
        width: 100%;
    }
    .box-input input {
        width: 100%;
    }
    .pw_buttom {
        justify-content: center;
    }
    .pw_buttom button {
        margin-right: 0px;
    }
    .pw_buttom .btn_complete {
        width: 100%;
        margin-right: 0px;
    }
}
