
html {
    font-family: 游ゴシック !important;
    font-size: 14px !important;
    letter-spacing: 0.1em !important;
}

h1 {
    font-size: 10px !important;
    font-weight: normal !important;
    letter-spacing: 0.1em !important;
    line-height: 1.75 !important;
}


section {
    margin: 120px 0 0 0 !important;
}
section:last-of-type {
    margin: 120px 0 80px 0 !important;
}



@media screen and (max-width: 959px) {
    section {
        margin: 50px 0 0 0 !important;
    }
    section:last-of-type {
        margin: 50px 0 30px 0 !important;
    }
}

