/*
Theme Name:drop child
Theme URI:
Description:WordPressテーマ「drop」子テーマ
Template:drop_tcd087
Author:Archetype
Version:2.8
*/

/* common */
h3.styled_h3_1 { 
    padding: 0.8rem 0;
    margin-bottom: 1rem;
    background-image: linear-gradient(90deg, #a26034 0 30%, #dedede 20%);
    background-repeat: no-repeat;
    background-size: 10% 7%;
    background-position: bottom;
    color: #86b8c5;
    font-weight: bold;
    font-size: 22px;
}

.table_day {
    background: #d5d5b9;
    padding: 5px 0;
    text-align: center;
}

.table_sch {
    display: flex;
    justify-content: flex-start;
    column-gap: 20px;
    margin: 5px 5px 30px 5px;
}
.col1 {
    padding: 5px 0;
    overflow-wrap: normal;
}
.col2 {
    padding: 5px 0;
    overflow-wrap: break-word;
}
.col2 ul {
    list-style: disc;
}

@media (min-width: 767px) {
    .time_table {
        display: flex;
        column-gap: 20px;
        justify-content: space-between;
    }
    .table_col {
        width: 50%;
    }
    .col1 {
        width: 10%;
    }
}
