@charset "utf-8";

#subbody .contents_box .table_type02 ul {
    padding-left: 10px;
}

#subbody .contents_box ul li:last-of-type {
    margin-bottom: 0;
}

.subcon .table_type03 {
    border-spacing: 8px;
    border-collapse: separate;
}

.subcon .table_type03>thead>tr>th {
    padding: 10px;
    background: #E4EFF6;
    border-radius: 8px;
    color: #0060A9;
    text-align: center;
    font-weight: 700;
    line-height: 1.4;
}

.subcon .table_type03>tbody>tr>td {
    padding: 15px 20px;
    border-radius: 8px;
    text-align: center;
    background: #fff;
    line-height: 1.4;
    vertical-align: middle;
}

.subcon .table_type03 td ul.txt-list li {
    line-height: 1.5;
    padding-left: 0.9em;
    text-indent: -0.9em;
}

.subcon .table_type03 td ul.txt-list>li:not(.depth)::before {
    content: "";
    display: inline-block;
    width: 5px;
    height: 5px;
    margin: -4px 8px 0 0;
    background: #649ceb;
    border-radius: 50%;
    vertical-align: middle;
}

#subbody .subcon .table_type03 td ul.txt-list {
    padding-left: 0;
}

#subbody .subcon .table_type03 td ul.txt-list>li.depth ul {
    padding-left: 10px;
}

.subcon .table_type03 td ul.txt-list>li.depth li {
    color: #555;
}

.subcon .table_type03 td ul.txt-list>li.depth li::before {
    content: "-";
    margin: -4px 8px 0 0;
    vertical-align: middle;
}

.subcon .table_type03 td ul.txt-list>li.depth li strong {
    font-weight: 600;
}

.subcon .table_type03 .table_type02 {
    margin: 8px 0 25px 0;
}

.subcon .table_type02.icc-mo-table {
    display: none;
}

@media (max-width: 768px) {
    #subbody .contents_box .table_type02 ul {
        padding-left: 0;
    }
    .subcon .table_type03>colgroup,
    .subcon .table_type03>thead {
        display: none;
    }
    .subcon .table_type03>tbody {
        display: block;
    }
    .subcon .table_type03>tbody>tr {
        display: block;
        margin-bottom: 20px;
    }
    .subcon .table_type03>tbody>tr>td {
        display: block;
        width: 100%;
    }
    .subcon .table_type03>tbody>tr>td:first-of-type {
        margin-bottom: 4px;
        background: #E4EFF6;
        color: #0060A9;
        font-weight: 500;
    }
}

@media (max-width: 640px) {
    .subcon .table_type02.icc-pc-table {
        display: none;
    }
    .subcon .table_type02.icc-mo-table {
        display: table;
    }
}
