body {
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 16px;
}

.wide_1440 {
    width: 1440px;
}

@media screen and (max-width: 1441px) {
    .wide_1440 {
        width: 90%;
    }
}

.wide_640 {
    width: 640px;
    margin: auto;
}

@media screen and (max-width: 1441px) {
    .wide_640 {
        width: 90%;
        margin: auto;
    }
}

button {
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 20px;
    background-color: #a1a1a1;
    border: none;
    color: white;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    margin: 4px 2px;
    cursor: pointer;
    border-radius: 30px;
    width: 100%;
    height: 62px;
    display: block;
    margin: auto;
    margin-top: 36px;

}

input {
    font-size: 20px;
    background-color: #f0f0f0;
    border: none;
    color: #000000;
    /* padding: 15px 32px; */
    text-align: center;
    text-decoration: none;
    display: inline-block;
    /* margin: 4px 2px; */
    cursor: pointer;
    border-radius: 5px;
    width: 100%;
    height: 44px;
}

.logo {
    width: 540px;
    height: 200px;
    margin: 0 auto;
    margin-top: 200px;
}

@media screen and (max-width: 640px) {
    .logo {
        width: 80%;
        margin-top: 100px;
    }
}


.password {
    height: 180px;
    margin: 0 auto;
    margin-top: 200px;
}

@media screen and (max-width: 1441px) {
    .password {
        margin-top: 100px;
    }
}

.info {
    width: 1440px;
    margin: 0 auto;
    margin-top: 200px;
}

@media screen and (max-width: 1441px) {
    .info {
        width: 90%;
    }
}

.button {
    width: 276px;
    height: 62px;
    line-height: 60px;
    /* 高さと同じにする */
    text-align: center;
    display: block;
    margin: 36px auto 0 auto;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: 600;
    font-size: 20px;
    background-color: #001aff;
    color: white;
    border: none;
    border-radius: 30px;
    cursor: pointer;
    text-decoration: none;
}

hr {
    height: 0px;
    border: 1px solid #d4d4d4;
    width: 100%;
    margin-top: 6px;
    margin-bottom: 6px;
}