@charset "UTF-8";
/*=======================================
ABOUT
=========================================*/

/* .overview-table .club_intro-ht {
    background-color: #F7FAFF;
    width: 300px;
    text-align: left;
    border-right: 1px solid #DDDDDD;
    vertical-align: middle;
}

.overview-table .club_intro-ht .ci-ht-p {
    padding: 20px 0 20px 30px;
    font-size: 17px;
    color: #043885;
} */

.l-pagetitle .paget-content .overview-table .ot2 td:first-child {
    padding: 30px 0 30px 30px;
    color: #043885;
    background-color: aquamarine;
    background-color: #F7FAFF;
    text-align: left;
    font-weight: bold;
    border-right: 1px solid #dddddd;
    width: 270px;
}

.l-pagetitle .paget-content .overview-table .ot2 td:last-child {
    background-color: #fff;
    padding: 30px 0 30px 45px;
    font-family: 'ヒラギノ角ゴ ProN', sans-serif;
}

/* ----------------------------- スマホ（～767px） */

@media screen and (max-width: 767px) {
    /* .overview-table .club_intro-ht {
        border-right: 0;
        border-bottom: 1px solid #DDDDDD;
        width: 100%;
    }

    .overview-table .club_intro-ht .ci-ht-p {
        padding: 10px 20px;
    } */

    .l-pagetitle .paget-content .overview-table .ot2 td:first-child {
        width: 100%;
        padding: 10px 20px;
        border-right: 0;
        border-bottom: 1px solid #dddddd;
    }

    .l-pagetitle .paget-content .overview-table .ot2 td:last-child {
        padding: 10px 20px;
    }
}

/* ----------------------------- タブレット（768～1024px） */

@media screen and (min-width: 768px) and (max-width: 1200px) {
    .l-pagetitle .paget-content .overview-table .ot2 td:first-child {
        width: 300px;
    }
}
