@charset "utf-8";
/* border_gray01
-------------------------------------------------- */
.border_gray01 {
    border: none;
    border-bottom: 1px solid #c0bfc7;
    padding-bottom: 5px;
    margin-bottom: 30px;
}
@media screen and (max-width:767px) {
    .border_gray01 {
        border-bottom: 1px solid #c0bfc7;
        padding-bottom: 5px;
        margin-bottom: 20px;
    }
}