@charset "utf-8";
/* CSS Document */

.mainBox h4{
font-size: 16px;
color: #4576bb;
line-height: 1.5em;
font-weight: 700;
margin-bottom: 20px;
}
@media (max-width: 768px) {
.mainBox h3{
margin-bottom: 10px;
}
.mainBox h4{
padding: 0 5px;
}
}