.dl_text {
 font-size: 1.5em!important;
 font-weight: bold;
 margin-top: 10px;
}
ul.kaijo {
 font-size: 1.3em;
}
@media screen and (max-width: 767px) {
.dl_text {
 font-size: 1.2em!important;
}
ul.kaijo {
 font-size: 1.0em;
}
}