@charset "utf-8";

.copy_block {
    margin-bottom: 68px;
    background-image: url(../../images/infection_measures/efforts/copy_bg.webp);
}

.list_circle02 {
    position: relative;
}

.list_circle_double {
    font-size: 26px;
}

.efforts_block {
    margin-top: 56px;
}

.efforts_block > div {
    margin-top: 54px;
}

.efforts_detail {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.efforts_detail > div {
    width: 50%;
}

.efforts_detail .text_block {
    margin-right: 40px;
}

.efforts_detail .text_block p {
    font-size: 16px;
    line-height: 175%;
}

.efforts_detail .text_block .list_circle_double {
    margin-left: 10px;
}

.efforts_detail img {
    width: 49%;
    max-width: 370px;
}

.h3_design01 {
    margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
    .copy_block {
        margin-bottom: 0;
        background-image: url(../../images/infection_measures/efforts/copy_bg_sp.webp);
    }

    .efforts_block {
        margin-top: 0;
    }

    .efforts_detail {
        display: block;
    }

    .efforts_detail > div {
        width: 100%;
    }

    .efforts_detail .text_block {
        margin-bottom: 40px;
    }

    .h3_design01 {
        margin-bottom: 10px;
    }

    .efforts_block > div {
        margin-top: 40px;
    }

    .efforts_detail .text_block p {
        font-size: 14px;
        line-height: 150%;
    }
}

/* ------------------------------
off_location
------------------------------ */
.off_location .text_block ol li {
    padding-left: 1em;
    text-indent: -1em;
    font-weight: 500;
    line-height: 175%;
}

@media screen and (max-width: 767px) {
    .off_location .text_block {
        margin-bottom: 20px;
    }

    .off_location .text_block ol li {
        line-height: 150%;
    }
}

/* ------------------------------
cleaning
------------------------------ */
.cleaning .text_block {
    width: 31%;
}

.cleaning .table_block {
    width: calc((100% - 31%) - 40px);
}

.cleaning .table_block p {
    margin-bottom: 15px;
    font-size: 19px;
}

.cleaning .table_block p::before {
    content: "●";
    width: 19px;
    height: 19px;
    color: #0099bd;
}

.cleaning .table_block p span {
    font-weight: 300;
}

@media screen and (max-width: 767px) {
    .cleaning .text_block {
        width: 100%;
        margin-bottom: 36px;
    }

    .cleaning .table_block {
        width: calc(100% + 16px);
    }

    .cleaning .table_block p {
        margin-bottom: 25px;
        padding-left: 1em;
        text-indent: -1em;
        font-size: 16px;
    }

    .cleaning .table_block p::before {
        width: 16px;
        height: 16px;
    }
}

/* ------------------------------
training
------------------------------ */
.training_img {
    display: flex;
    justify-content: space-between;
}

.training_img img {
    width: 57%;
    height: 100%;
}

.training_img .guide_img {
    width: 39%;
    box-shadow: 3px 3px 4px rgba(0, 0, 0, .16);
}

/* ------------------------------
zoning
------------------------------ */
.zoning_text {
    margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
    .zoning_text {
        margin-bottom: 26px;
    }
}

/* ------------------------------
zoning_table
------------------------------ */
.zoning_table table {
    width: 100%;
    background-color: #d9f0f5;
}

.zoning_table table thead {
    background-color: #19a3c3;
}

.zoning_table table tbody tr:nth-child(even) {
    background-color: #b2e0eb;
}

.zoning_table table thead th {
    height: 37px;
    text-align: center;
    vertical-align: middle;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
}

.zoning_table table tbody td,
.zoning_table table tbody th {
    padding: 10px;
    text-align: center;
    vertical-align: middle;
    font-size: 18px;
    font-weight: 600;
}

.zoning_table table tbody td:nth-child(2) {
    padding-left: 30px;
    text-align: left;
    font-size: 14px;
    font-weight: 400;
}

.zoning_table table thead {
    border-bottom: 2px solid #fff;
}

.zoning_table table thead th:not(:last-child) {
    border-right: 2px solid #fff;
}

.zoning_table table tbody tr:not(:last-child) {
    border-bottom: 2px solid #fff;
}

.zoning_table table tbody th {
    max-width: 183px;
    height: 62px;
    border-right: 2px solid #fff;
}

.zoning_table table tbody td:last-child {
    border-left: 2px solid #fff;
}

.bg_green {
    background-color: #b0cc00;
}

.bg_blue {
    color: #fff;
    background-color: #00b9ef;
}

.bg_yellow {
    background-color: #fff226;
}

.bg_red {
    color: #fff;
    background-color: #ea5550;
}

.width292 {
    width: 30%;
    max-width: 292px;
}

@media screen and (max-width: 767px) {
    .zoning_table table thead th {
        height: 31px;
        padding-left: 10px;
        text-align: left;
        font-size: 14px;
    }

    .zoning_table table tbody td,
    .zoning_table table tbody th {
        font-size: 14px;
    }

    .zoning_table table tbody td:nth-child(2) {
        padding-left: 10px;
        font-size: 13px;
    }

    .zoning_table table tbody th {
        width: 36%;
        max-width: 111px;
        text-align: left;
    }

    .width292 {
        width: 10%;
        max-width: 29px;
        padding: 0 !important;
    }

    .bg_green {
        color: #fff;
    }
}

/* ------------------------------
touch_table
------------------------------ */
.touch_table table {
    width: 100%;
    background-color: #d9f0f5;
}

.touch_table table tbody tr:nth-child(odd) {
    background-color: #b2e0eb;
}

.touch_table table tbody th {
    background-color: #0099bd;
}

.touch_table table tbody tr:nth-child(even) th {
    background-color: #40b2cd;
}

.touch_table table tbody th {
    background-color: #0099bd;
}

.touch_table table tbody tr:last-child td:last-child,
.touch_table table tbody tr:last-child th:nth-last-child(2) {
    background-color: #e6f5f8;
}

.touch_table table tbody th {
    width: 44px;
    height: 41px;
    text-align: center;
    color: #fff;
    font-size: 19px;
    font-weight: 500;
}

.touch_table table tbody td {
    padding: 0 10px;
    vertical-align: middle;
    font-size: 18px;
    font-weight: 500;
}

.touch_table table tbody tr:not(:last-child) {
    border-bottom: 2px solid #fff;
}

.touch_table table tbody th {
    vertical-align: middle;
    border-right: 2px solid #fff;
}

.touch_table table tbody td:not(:last-child) {
    border-right: 2px solid #fff;
}

@media screen and (max-width: 767px) {
    .touch_table table tbody tr:last-child td:last-child {
        background-color: #bfe5ee;
    }

    .touch_table table tbody tr:last-child th:nth-last-child(2) {
        background-color: #0099bd;
    }

    .touch_table table tbody td {
        font-size: 16px;
    }

    .infection_measures_menu li:nth-child(3) a {
        padding-left: 0;
    }
}
