@charset "utf-8";

/* CSS Document */


/* ==========================
.top_visual
============================= */

.mainvisual {
    background: url(../../img/mainvisual-sdgs_bg.png) no-repeat center;
    background-size: cover;
}


/* ==========================
map_list
============================= */

.map_img {
    margin-bottom: 50px;
}

.map_block {
    display: flex;
    border-top: 3px solid #373f9a;
    margin-bottom: 50px;
}

.map_block table {
    border-top: none;
    width: 50%;
}

.map_block.wide table {
    width: 100%;
}

.map_block table th {
    font-size: 134%;
}

.map_block table td,
.map_block table th {
    padding: 15px 25px;
}

.map_block table td.col1 {
    width: 130px;
    font-weight: bold;
}

.map_block iframe {
    width: 50%;
    height: 285px;
}

@media screen and ( max-width: 767px) {
    /* ==========================
mv_box
============================= */
    .map_block {
        display: block;
    }
    .map_block table {
        width: 100%;
    }
    .map_block table td,
    .map_block table th {
        padding: 5%;
    }
    .map_block iframe {
        width: 100%;
    }
    .map_block table td.col1 {
        padding-bottom: 0px;
    }
    .map_img img {
        width: 100%;
        height: 180px;
        object-fit: cover;
    }
}

@media print {}