@charset "UTF-8";
/* CSS Document */
body {
  font-family: 'A1 Gothic R';
  letter-spacing: .0225em;
}

@media (min-width: 641px) {
    #information .info_title, #information_free .info_title {
        margin: 0 0 25px 0;
        line-height: 1.6em;
        background-color: #998849;
        padding: 40px;
    }
}


@media (max-width: 640px) {
    #information .info_title, #information_free .info_title {
        margin: 0 0 calc(30 / 640* 100vw) 0;
        line-height: 1.7em;
        background-color: #998846;
        padding: 35px;
    }
}