@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;
}




.ug_cont table {
    width: 100%;
    font-size: 14px;
    box-sizing: border-box;
    margin-bottom: 10px;

}
.ug_cont th {
    border: solid 1px #ccc;
    background:#f6f6f6;
    padding: 10px 20px;
    font-size: 16px;

    box-sizing: border-box;
}

.ug_cont .bg_g {
    background:#efefef;
    font-weight: bold;
    text-align: center;
}
.ug_cont .bg_gd {
    background:#f6f6f6;

}
.ug_cont .fs_st {
    font-size: 24px;
    font-weight: bold;
}




.ug_cont td {
    border-top: solid 1px #ccc;
    border-bottom: solid 1px #ccc;
    border-right: solid 1px #ccc;
    border-left: solid 1px #ccc;
    padding: 10px;
    box-sizing: border-box;
    text-align: center;
}

.ug_cont td span {
    color: #ff7e00;
}

.ug_cont td.time {
   width: 180px;

}

.ug_cont td.price {
    width: 300px;
    text-align: center;
}



@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;
    }


    .ug_cont th {
        font-size: 14px;
        line-height: 1.8;
    }
    table th,
    table td{
        display: block;
        text-align: center;
    }
    .ug_cont td {
        border-top: solid 0px #ccc;
        border-bottom: solid 0px #ccc;
        border-right: solid 1px #ccc;
        border-left: solid 1px #ccc;
        padding: 10px;
        box-sizing: border-box;
        text-align: center;
    }

    .ug_cont td:last-child{
        border-top: 1px solid #ccc; /* 一番上にあるthだけborder-topを追加 */
    }



}



