@charset "UTF-8";
/*=======================================
ABOUT
=========================================*/

/* .l-pagetitle .paget-content .overview-table .oh_a {
    width: 300px;
} */

/* .l-pagetitle .paget-content .overview-table .ot-ht .otaa-2 {
    padding: 20px 0 20px 30px;
} */

/* .l-pagetitle .paget-content .overview-table .ott-2 {
    padding: 20px 0 20px 30px;
} */

/* .l-pagetitle .paget-content .overview-table .ott-2 .ottd-ul li {
    margin-bottom: 10px;
} */

/* .l-pagetitle .paget-content .overview-table .ott-2 .ottd-ul li:last-child {
    margin-bottom: 0;
} */

/* .overview-table .ot-ht .ot-bth {
    background-color: bisque;
} */

.overview-table .ot-trgg,
.district-committee-table .ot-trgg {
    border-bottom: 1px solid #dddddd;
    font-size: 17px;
}

.overview-table .ot-trgg td:first-child,
.district-committee-table td:first-child {
    padding: 20px 0 20px 30px;
    color: #043885;
    background-color: aquamarine;
    background-color: #F7FAFF;
    text-align: left;
    font-weight: bold;
    border-right: 1px solid #dddddd;
}

.overview-table .ot-trgg td:first-child  { width: 198px;} 
.district-committee-table td:first-child { width: 270px;}

.overview-table .ot-trgg td:last-child,
.district-committee-table td:last-child {
    background-color: #fff;
    padding: 20px 0 20px 30px;
    font-family: 'ヒラギノ角ゴ ProN', sans-serif;
}






/* ----------------------------- スマホ（～767px） */

@media screen and (max-width: 767px) {
    .introduction .pb-2 {
        padding: 0 15px;
    }

    .introduction .pb-2 .pdf::after {
        right: 31px;
    }

    /* .l-pagetitle .paget-content .overview-table .ot-ht .otaa-2,
    .l-pagetitle .paget-content .overview-table .ott-2 {
        padding: 10px 0 10px 20px;
    } */

    .l-pagetitle .paget-content .overview-table .oh_a {
        width: 100%;
    }

    .l-pagetitle .paget-content .overview-table table,
    .l-pagetitle .paget-content .district-committee-table table {
        width: 100%;
    }

    .l-pagetitle .paget-content .overview-table,
    .l-pagetitle .paget-content .district-committee-table {
        width: 100%;
        padding: 0 15px;
    }

    .overview-table .ot-trgg,
    .district-committee-table .ot-trgg {
        display: grid;
        font-size: 16px;
    }

    .overview-table .ot-trgg td:first-child,
    .district-committee-table td:first-child {
        width: 100%;
        border-right: 0;
        border-bottom: 1px solid #dddddd;
        padding: 10px 0 10px 20px;
    }

    .overview-table .ot-trgg td:last-child,
    .district-committee-table td:last-child {
        padding: 10px 0 10px 20px;
    }

}

/* ----------------------------- タブレット（768～1024px） */

@media screen and (min-width: 768px) and (max-width: 1200px) {
    .l-pagetitle .paget-content .overview-table table,
    .l-pagetitle .paget-content .district-committee-table table {
        width: 100%;
    }

    .overview-table .ot-trgg,
    .district-committee-table .ot-trgg {
        font-size: 15px;
    }
}
