@charset "UTF-8";

html {
    font-size: 16px;
    font-weight: 400;
    font-family: "Meiryo";
}

.gray-bg {
    background-color: #EFF0F1;
    padding-top: 5%;
    padding-bottom: 5%;
}

.my-ricoh
#white-bg {
    background-color: #fff;
    border-radius: 16px;
    width: 960px;
    padding: 25px 100px;
    margin: 0 auto;
}

.my-ricoh
main {
    text-align: center;
    color: #000;
}

.my-ricoh
h1 {
    font-size: 1.5rem;
    margin-bottom: 15px;
}

.my-ricoh
h2 {
    font-weight: 700;
}

.my-ricoh
form
> label {
    font-family: "Roboto";
    text-align: left;
    font-size: 0.875rem;
}

.my-ricoh
.my-ricoh-common-input {
    padding: 0 12px;
    background-color: #fff;
    border: 1px solid #8d969e;
    border-radius: 8px;
    height: 35px;
    width: 100%;
}

.my-ricoh
.my-ricoh-common-btn {
    display: inline-block;
    color: #fff;
    background-color: #2f6bf2;
    font-size: 0.875rem;
    font-weight: 700;
    width: 100%;
    border-radius: 20px;
    line-height: 41px;
    transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
}

.my-ricoh
.my-ricoh-common-btn:hover {
    background-color: #2c60da;
}

.my-ricoh
.my-ricoh-common-btn.small {
    width: 20%;
}

.my-ricoh
#footer {
    text-align: center;
    font-family: "Noto Sans JP";
}

.my-ricoh
#footer-copyright-logo {
    color: #6D747A;
    font-size: 0.875rem;
    margin-top: 25px;
}

.my-ricoh
#footer-link {
    font-size: 0.875rem;
    margin-top: 15px;
}

.my-ricoh
a {
    font-size: 0.875rem;
    color: #1976d2;
    border-bottom: 1px solid #1976d2;
}
