@charset "UTF-8";


/*******************************

sitemap

*******************************/

table {
    width: 100%;
    font-size: 16px;
}

table th {
    border: 1px solid #d2d2d2;
    padding: 20px;
    font-weight: bold;
}

table td {
    border: 1px solid #d2d2d2;
    padding: 20px;
}

.ico-arrow-l:before {
    color: #1c4fe3;
}

@media screen and (max-width: 767px) {
    table,
    tbody,
    tr,
    th,
    td {
        display: block;
    }
    table th {
        padding: 20px;
        margin-top: 30px;
        border-bottom: none;
    }

    table td {
        padding: 5px 30px;
        border-bottom: none;
    }

    table .b-b {
        border-bottom: 1px solid #d2d2d2;
    }

}
