@charset "utf-8";

/*********************************
 *
 * PAGE STYLES
 *
 *********************************/
@media screen and (max-width: 750px) {
/* h4 */
#contents h4 {padding:0; border:none;}
#contents h4 span {display:block; padding:1em 0 1em 22px; color:#000; border-top:1px solid #e6e6e6; border-bottom: 1px solid #215093; font-size:4vw; font-weight:700; line-height:1;}
}

@media screen and (min-width: 751px) {
/* h4 */
#contents h4 {padding:0; border:none;}
#contents h4 span {display:block; padding:18px 0 18px 22px; border-top:1px solid #e6e6e6; border-bottom: 1px solid #215093; color:#000; font-size:18px; font-weight:700; line-height:1;}
}