@charset "UTF-8";

/* メインビュー画像設定 */
#daycare .mainv::after {
    background: url(../images/daycare/mainv_pc.jpg) no-repeat center center /cover;
}

.m-30 {
    margin-bottom: 30px;
}

/* テーブル */
.program-table th:not(:last-of-type), .program-table td:not(:last-of-type) {
    border-right: 1px solid #90CDE3;
    padding: 10px;
}
.program-table .blue {
    color: #1840A0;
}

/* レスポンシブルテーブル */
.resp-table {
    display: flex;
    flex-flow: wrap;
    width: 100%;
    max-width: 800px;
    margin: auto;
}
.resp-table dt {
    width: 30%;
    text-align: center;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
}
.resp-table dd {
    width: 70%;
}
.resp-table dt, .resp-table dd {
    padding: 10px;
    border-top: 1px solid #90CDE3;
}
.resp-table dt:last-of-type, .resp-table dd:last-of-type {
    border-bottom: 1px solid #90CDE3;
}

.photo-area {
    margin-top: 60px;
}

@media (max-width: 1024px) {

}
@media (max-width: 750px) {

    .m-30 {
        margin-bottom: 4vw;
    }

    .list-bg li

    /* レスポンシブルテーブル */
    .resp-table {
        display: block;
    }
    .resp-table dt, .resp-table dd {
        width: 100%;
        border-top: none;
    }
    .resp-table dt {
        text-align: left;
        border-top: none;
        display: block;
    }
    .resp-table dt:last-of-type, .resp-table dd:last-of-type {
        border-bottom: none;
    }
    .resp-table dd:not(:last-of-type) {
        margin-bottom: 1vw;
    }

    .list-bg.adjust li {
        width: 100%;
    }
}