@charset "utf-8";

h1 span {
    padding: 10px 5px 0;
}

.h2_arrow_common {
    background-image: url("../../images/infection_measures/clean_other/h2_bg04.webp");
}

.h2_arrow_common::before {
    background-image: url("../../images/infection_measures/clean_other/h2_arrow04.webp");
}

/* ------------------------------
top_block
------------------------------ */
.img_block {
    display: flex;
    justify-content: space-between;
}

.top_cleaning_block .img_first {
    width: 60%;
    margin-right: 22px;
}

.top_cleaning_block .img_second {
    position: relative;
    display: flex;
    flex-flow: column;
    width: calc(50% - 22px);
}

.top_cleaning_block .img_second div {
    width: 100%;
}

.top_cleaning_block .img_second p {
    position: absolute;
    right: 0;
    left: 0;
    text-align: center;
    line-height: 40px;
}

.top_cleaning_block .img_second div:last-child {
    margin-top: auto;
}

.top_cleaning_block .text_block p span {
    display: block;
}

.second_block {
    margin-top: 55px;
}

@media screen and (max-width: 767px) {
    .top_cleaning_block .img_first {
        margin-right: 15px;
    }

    .top_cleaning_block .img_second {
        width: calc(50% - 15px);
    }

    .top_cleaning_block .img_second p {
        font-size: 12px;
        line-height: 23px;
    }

    .next_content_botton a {
        padding: 10px 0 10px 5px;
        text-align: left;
    }

    .next_content_botton a::after {
        right: 3px;
    }
}
