@media screen and (max-width: 1280px) and (min-width: 1024px){
    body{
        transform: scale(0.67,0.67);
        margin-top: -6%;
    }
    .login__logo{
        margin-top: -6%;
    }
}
@media screen and (max-width: 1020px) {
    .header__wrap {
        width: 100%;
    }
}
@media screen and (max-width: 768px) {
    .header__wrap {
        width: 100%;
    }

    .login__logo {
        width:21%;
    }

    .topPage.r_layoutL {
        width: 100% !important;
        /* height: 345px !important; */
        margin: 10% 30% 10% 0%;
    }
}
@media screen and (max-width: 667px) {
    #pwd_forget_div {
        padding-left: 0px;
    }
}
@media screen and (max-width: 480px) {

    .header__wrap {
        width: 100%;
    }

    .topPage.r_layoutL {
        width: 100% !important;
        /* height: 345px !important; */
        margin: 10% 30% 10% 0%;
    }
}

@media screen and (max-width: 375px) {

    .header__wrap {
        width: 100%;
    }

    .topPage.r_layoutL {
        width: 100% !important;
    }
}

.popover .prompt {
    top: 20.4px;
}

@media screen and (max-width: 1920px) and (min-width: 768px) {
    .login__logo {
        width: 19%;
        height: 100%;
        margin-left: 0;
        background-image: url(/img/mitutoyo.png);
        background-repeat: no-repeat;
        background-size: 150px auto;
        background-position: center;
    }
}

/*.login__logo {
    width: 20%;
    height: 100%;
    background-image: url(/img/mitutoyo.png);
    background-repeat: no-repeat;
    background-size: 150px auto;
    background-position: center;
}*/

.r_password_title:before {
    background: unset;
    display: none;
}

.r_password_title {
    padding-left: 20px;
}

.r_ex {
    color: rgb(204, 0, 0);
}

.r_input_password {
    width: 65%;
    max-width: 400px;
    padding: 5px 5px;
    -webkit-appearance: textfield !important;
    cursor: inherit !important;
}

.r_password_button::after {
    border-top: none;
    border-right: none;
}

.r_password_a {
    padding-left: 17%;
    padding-right: 17%;
}

.r_password_button {
    width: 100%;
    max-width: unset;
}

.r_password_button::before {
    width: 0;
}

.r_comment {
    margin-top: 1em;
}

.r_layoutL {
    width: 100%
}

.r_layoutL {
    width: 100% !important;
    height: auto;
    padding-top: 0px;
    border: 1px solid #ee6014;
    margin-bottom: 60px;
    padding-bottom: 20px;
}

.p_layout {
    padding: 40px 15px;
    padding-top: 7px !important;
}

.mail_input_form {
    margin: 10px 7px 0;
}

@media screen and (min-width: 740px) {
    .p_layout {
        width: 680px;
        padding: 60px 0;
        text-align: center !important;
        padding: 20px 0 0 !important;
        margin: 0 auto
    }

    table {
        margin: 10px 100px 0;
        width: 80%;
    }
}

caption,
td,
th {
    vertical-align: baseline !important;
}

#pwd_forget_div {
    padding-left: 0px;
}

@media screen and (min-width: 760px) {
    .r_password_group {
        width: 100%;
    }

    .r_password_a {
        padding-left: 35%;
        padding-right: 35%;
    }

    .r_password_button {
        width: 100%;
    }
}

.text_underline {
    position: relative;
    border-top: 1px solid #c2c2c2;
    width: 100%;
}

.textbox1 {
    font-size: 1em;
    display: block;
    height: 40px;
    width: 70%;
    margin: 0 auto;
    border: none;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
}

.textbox1:hover,
.textbox1:focus,
.textbox1:active:focus {
    cursor: text;
    outline: none;
    border-bottom: 1px solid #ff5722;
}

@media screen and (max-width: 700px) {
    table {
        width: 90%;
        margin: 5%;
    }

    .login_title {
        width: 90% !important;
        margin-left: 0 !important;
        margin: 0 auto 15px !important;
    }

    .mail_input_form {
        margin: 10px 10px 0;
    }

    .r_layoutL {
        margin-bottom: 0 !important;
    }

    .p_layout {
        padding-bottom: 20px !important;
    }

    .sp_dom {
        display: inline-block;
    }
}
@media screen and (max-width: 667px) and (min-width: 375px){
    .p_layout{
        transform:scale(0.67,0.6);
        margin-top: -27%;
    }
    body{
        overflow-y: hidden;
        overflow-x: hidden;
    }
}
#pwd_forget_div {
    padding-left: 0px;
    padding-top: 5%;
}
.login_title {
    text-align: center;
    font-size: 2.1rem !important;
    margin-bottom: 15px;
    width: 42%;
    margin-left: 30%;
    border-bottom: 3px solid #ee6014;
}
button:focus{
    opacity: 0.7;
}