/* CSS Document */

@media only screen and (max-width: 600px) {
    .pc_only {display: none}
    }
@media only screen and (min-width: 601px) {
    .sp_only {display: none}
    }

.no_breaks {display: inline-block}
.c-superscriptText {vertical-align: text-bottom !important}

.mt05 {margin-top: 0.5em !important}
.mt1 {margin-top: 1em !important}
