html, body {
    position: relative;
    width: 100%;
    height: 100%;
}

body {
    color: #333;
    margin: 0;
    /* font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; */
    font-family: 'Hannotate SC','Chalkboard SE','ＭＳ 明朝', 'MS Mincho',sans-serif !important;
}

.content-wrapper {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

footer {
    margin-top: auto;
    width: 100%;
    background-color: #659AD2;
    text-align: center;
    padding: 8px 0;
    bottom: 0;
}

.copyright {
    color: #fff;
}

.footer-link i {
    position: relative;
    top: 5px;
    right: 5px;
}

button {
    padding: 8px;
    outline: none;
    height: 50px;
    color: #FFFFFF;
    box-sizing: border-box;
    border: 1px solid #CCCCCC;
    border-radius: 8px;
    cursor: pointer;
}

input[type="text"] {
    height: 24px;
    padding: 4px 8px;
    width: 350px;
    font-size: 16px;
    outline: none;
    border: 1px solid #767676;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

input[type="text"]:disabled {
    background-color: #EEEEEE;
}

input[type="tel"] {
    height: 24px;
    padding: 4px;
    width: 40px;
    font-size: 16px;
    outline: none;
    border: 1px solid #767676;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

input[type="tel"]:disabled {
    background-color: #EEEEEE;
}
