@charset "UTF-8";
.ug_cont {
    margin-bottom: 40px;
    padding-bottom: 40px;
    border-bottom: 1px solid #ccc;
}
.ug_cont:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0;
}
.ug_ttl {
    margin-bottom: 20px;
}
.ug-ttl {
    font-size: 22px;
    font-weight: bold;
    padding: 0 0 0 20px;
    border-left: 3px solid #edc138;
    line-height: 1.4;
    color: #000;
}
.ug_txt {
    font-size: 16px;
    line-height: 1.8;
}
@media (max-width: 767px) {
    .ug_cont {
        margin-bottom: 20px;
        padding-bottom: 20px;
        border-bottom: 1px solid #ccc;
    }
    .ug_cont:last-child {
        margin-bottom: 0;
        padding-bottom: 0;
        border-bottom: 0;
    }
    .ug_ttl {
        margin-bottom: 20px;
    }
    .ug-ttl {
        font-size: 18px;
        font-weight: bold;
        padding: 0 0 0 20px;
        border-left: 3px solid #edc138;
        line-height: 1.4;
        color: #000;
    }
    .ug_txt {
        font-size: 14px;
        line-height: 1.8;
    }
}
