@charset "UTF-8";

h3.title003::before {
    background-color: #d58800;
}


.bold_text.title {
    margin: 20px 0;
    font-weight: bold;
    font-size: 22px;
    line-height: 1.4;
}

@media screen and (max-width:767px){
    .bold_text.title {
        margin: 10px 0;
        font-size: 18px;

    }
}

.underline {
    text-decoration: underline;
}