@font-face {
    font-family: 'RalewayRegular';
    src: url('RalewayRegular.eot');
    src: url('RalewayRegular.eot') format('embedded-opentype'),
         url('RalewayRegular.woff2') format('woff2'),
         url('RalewayRegular.woff') format('woff'),
         url('RalewayRegular.ttf') format('truetype'),
         url('RalewayRegular.svg#RalewayRegular') format('svg');
}
@media screen and (max-width:360px) {
.maintext h1 {
    font-size: 20px;
}
}
@media screen and (max-width:640px) {
.a-pc-style{ display:none !important;}
.a-mobile-style{ display:block !important;}
.self-pc-style{display:none !important;}
.self-mobile-style{ display:inline !important;}
}