@charset "UTF-8";

/* 文字落ち調整 */
@media screen and (max-width: 768px) {
#con1+.contents_box01 .content_wrapper .heading .h span {
    font-size: 2.8rem !important;
}
}
@media screen and (max-width: 450px) {
#con1+.contents_box01 .content_wrapper .heading .h span {
    font-size: 5.4vw !important;
}
}