* {
    box-sizing: border-box;
}

body {
    font-size: 14px;
}

/* Chrome、Safari*/
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Change the white to any color */
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 30px rgba(57, 57, 71, 1) inset !important;
    -webkit-text-fill-color: rgba(255, 255, 255, 1) !important;
}

/* Firefox、IE*/
input[type="number"] {
    -moz-appearance: textfield;
}

.page {
    background: rgba(47, 47, 61, 1);
    opacity: 1;
    margin-top: 5%;
}

.main {
    width: 100%;
    opacity: 1;
    margin-top: 180px;
}

.caption {
    color: rgba(255, 255, 255, 1);
    top: 0;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 18px;
    margin-top: 24px;
    margin-bottom: 24px;
    opacity: 1;
    text-align: center;
}

.description {
    color: rgba(255, 255, 255, 1);
    top: 0;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 14px;
    margin-bottom: 48px;
    opacity: 1;
    text-align: center;
}

.box {
    width: 500px;
    background: rgba(57, 57, 71, 1);
    opacity: 1;
    border-radius: 8px;
    overflow: auto;
    padding-top: 12px;
    padding-bottom: 42px;
    margin: auto;
}

@media only screen and (max-device-width: 480px) {
    .box {
        width: 96%;
        background: rgba(57, 57, 71, 1);
        opacity: 1;
        border-radius: 8px;
        overflow: auto;
        padding-top: 1%;
        padding-bottom: 3%;
        margin-left: auto;
        margin-right: auto;
    }
}

.input-area {
    margin: 32px;
    opacity: 1;
    overflow: auto;
}

.error {
    font-size: 15px;
    color: #ff3d5a;
    text-align: justify-all;
    margin: 8px auto auto;
    padding-left: 12px;
    width: 90%;
}

.error:empty {
    padding: 0;
}

.input-label {
    width: 100%;
    margin-bottom: 12px;
    font-size: 12px;
    font-family: 'SF Pro Text', sans-serif;
    color: rgba(255, 255, 255, 0.4);
}

.input {
    background-color: inherit;
    border: 0;
    border-bottom: 1px solid;
    border-bottom-color: rgba(255, 255, 255, 0.4);
    outline: none;
    color: #fff;
    margin-bottom: 20px;
    font-size: 18px;
    font-family: 'SF Pro Text', sans-serif;
    padding-bottom: 8px;
    opacity: 1;
    position: center;
    width: 100%;
}

.text {
    color: #fff;
}

.button {
    width: 90%;
    background: rgba(0, 184, 195, 1);
    padding: 12px;
    margin: 50px auto auto;
    opacity: 1;
    position: center;
    border-radius: 6px;
    text-align: center;
}

.button-label {
    color: rgba(255, 255, 255, 1);
    position: center;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: Bold;
    font-size: 17px;
    text-underline-mode: none;
    opacity: 1;
}

.idare-logo-area {
    width: 233px;
    height: 100%;
    opacity: 1;
    display: flex;
    margin-left: auto;
    margin-right: auto;
}

.idare-logo {
    width: 195px;
    background-size: cover;
    opacity: 1;
    position: relative;
    left: 12px;
}

.idare-icon {
    width: 38px;
    height: 38px;
    background-size: cover;
    opacity: 1;
    position: relative;
    border-radius: 5px;
}
