@charset "utf-8";

h1 {
    display: flex;
    align-items: center;
    flex-flow: column;
    justify-content: center;
    width: 100vw;
    height: 206px;
    margin: 0 calc(50% - 50vw);
    padding-top: 22px;
    text-align: center;
    color: #14146f;
    background-image: url("../../images/infection_measures/h1_bg.webp");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    text-shadow: 0 0 7px #fff;
    font-family: "Noto Serif JP", serif;
    font-size: 40px;
}

h1 span {
    width: 540px;
    margin-top: 10px;
    padding: 10px 22px 0;
    letter-spacing: .05em;
    border-top: 1px solid #14146f;
    font-size: 24px;
    font-weight: 300;
}

.h2_gradation {
    position: relative;
    text-align: left;
    color: #fff;
    background: linear-gradient(45deg, #00a7a8 0%, #00a7a8 26.26%, #05a8a8 33.98%, #13acab 43.32%, #2cb3ae 53.48%, #4ebcb4 64.23%, #79c8bb 75.34%, #d9f7ee 100%, #fff 100%);
    font-size: 26px;
    font-weight: 500;
}

.h2_gradation span {
    display: block;
    padding: 10px 10px 10px 25px;
    background-image: url("../../images/common/h2_bg01.svg");
    background-repeat: no-repeat;
    background-position: bottom -40px center;
    background-size: 50%;

    mix-blend-mode: screen;
}

.h2_arrow_common {
    position: relative;
    display: block;
    margin-top: 44px;
    margin-bottom: 37px;
    padding: 10px 10px 10px 50px;
    text-align: left;
    color: #fff;
    background-image: url("../../images/infection_measures/cleaning/h2_bg01.webp");
    background-repeat: no-repeat;
    background-size: cover;
    font-size: 23px;
    font-weight: 500;
}

.h2_arrow_common::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 17.5px;
    width: 29px;
    height: 21px;
    transform: translateY(-50%);
    background-image: url("../../images/infection_measures/cleaning/h2_arrow01.webp");
    background-repeat: no-repeat;
    background-size: contain;
}

.h3_design01 span {
    font-size: 32px;
    font-weight: normal;
}

.h3_design01 {
    margin-bottom: 16px;
    padding: 0 0 10px 35px;
    border-bottom: 1px solid #888;
    border-left: 10px solid #94d5e6;
    font-family: "Noto Serif JP", serif;
    font-size: 36px;
    font-weight: 600;
}

.h3_design02 {
    position: relative;
    width: calc(100% - 28px);
    margin-bottom: 37px;
    margin-left: 28px;
    padding: 5px 18px;
    background: #d9f0f5;
    font-size: 26px;
    font-weight: 500;
}

.h3_design02::before {
    content: "";
    position: absolute;
    top: 0;
    left: -28px;
    width: 19px;
    height: 100%;
    background-color: #19a3c3;
}

h4 {
    color: #fff;
    font-size: 26px;
    font-weight: 600;
}

h4::after {
    content: "";
    position: absolute;
    top: 21px;
    right: 42px;
    display: inline-block;
    width: 29px;
    height: 26px;
    background-image: url(../../images/infection_measures/icon_uphand.svg);
    background-repeat: no-repeat;
    background-size: contain;
}

.h4_design01 {
    position: relative;
    display: inline-block;
    padding: 12px 80px 12px 35px;
}

.h4_design01::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    transform: scaleY(1.1) perspective(.9em) rotateX(2.0deg);
    transform-origin: bottom left;
    background: #00a7a8;
}

@media screen and (max-width: 1000px) and (min-width: 768px) {
    h1 {
        width: 100%;
        margin: 0;
    }
}

@media screen and (max-width: 767px) {
    main {
        margin-bottom: 50px;
    }

    .main_content {
        padding-top: 0;
    }

    h1 {
        height: 97px;
        padding-top: 0;
        background-image: url("../../images/infection_measures/h1_bg_sp.webp");
        font-size: 22px;
    }

    h1 span {
        width: calc(100% - (16px * 2));
        margin-top: 5px;
        padding-top: 5px;
        font-size: 13px;
    }

    .h2_gradation {
        position: relative;
        width: 100vw;
        margin: 20px 0 0 -16px;
        background: linear-gradient(45deg, #00a7a8 0%, #00a7a8 26.26%, #05a8a8 33.98%, #13acab 50%, #2cb3ae 63.48%, #4ebcb4 76.23%, #79c8bb 100%);
        font-size: 17px;
        font-weight: 500;
    }

    .h2_gradation span {
        padding: 8px 10px 8px 25px;
        background-position: right bottom 24%;
        background-size: 80%;
    }

    .h2_arrow_common {
        width: 100vw;
        margin-top: 20px;
        margin-bottom: 30px;
        margin-left: -16px;
        padding: 8px 10px 8px 50px;
        background-position: right;
        font-size: 17px;
    }

    .h2_arrow_common::before {
        left: 30px;
        height: 17px;
    }

    .h3_design01 {
        margin-bottom: 10px;
        padding: 0 0 5px 10px;
        border-left-width: 5px;
        font-size: 23px;
    }

    .h3_design01 span {
        font-size: 17px;
    }

    .h3_design02 {
        width: calc(100% - 20px);
        margin-bottom: 20px;
        margin-left: 20px;
        padding: 5px 12px;
        font-size: 18px;
        line-height: 135%;
    }

    .h3_design02::before {
        left: -20px;
        width: 15.5px;
    }

    h4 {
        font-size: 18px;
    }

    h4::after {
        top: 12px;
        right: 30px;
        width: 21px;
        height: 21px;
    }

    .h4_design01 {
        padding: 8px 70px 8px 25px;
    }
}


/* ------------------------------
copy_block
------------------------------ */
.copy_block {
    position: relative;
    display: flex;
    align-items: center;
    margin-bottom: 60px;
    padding: 44px 0 44px 50px;
    text-align: left;
    color: #0f3c57;
    background-repeat: no-repeat;
    background-position: bottom 50% right 86%;
    background-size: 107%;
    font-family: "Noto Serif JP", serif;
    font-size: 32px;
    font-weight: 500;
}

@media screen and (max-width: 767px) {
    .copy_block {
        width: 100vw;
        margin-bottom: 0;
        margin-left: -16px;
        padding: 20px 0 20px 32px;
        background-position: center;
        background-size: cover;
        font-size: 20px;
        line-height: 134%;
    }
}


/* ------------------------------
infection_measures_menu
------------------------------ */
.infection_measures_menu {
    display: flex;
    flex-flow: wrap;
    width: 540px;
    margin: 100px auto 0;
}

.infection_measures_menu li:nth-child(even) {
    padding-right: 20px;
}

.infection_measures_menu li:nth-child(odd):not(:nth-child(1)) {
    padding-left: 20px;
}

.infection_measures_menu li:nth-child(1) {
    width: 100%;
}

.infection_measures_menu li:nth-child(n + 2) {
    width: 50%;
    margin-top: 30px;
}

.infection_measures_menu li a {
    display: block;
}

@media screen and (max-width: 767px) {
    .infection_measures_menu {
        width: 100%;
    }

    .infection_measures_menu {
        margin-top: 54px;
    }

    .infection_measures_menu li:nth-child(even) {
        padding-right: 7.5px;
    }

    .infection_measures_menu li:nth-child(odd):not(:nth-child(1)) {
        padding-left: 7.5px;
    }

    .infection_measures_menu li:nth-child(4),
    .infection_measures_menu li:last-child {
        margin-top: 34px;
    }

    .infection_measures_menu a[class^=btn] {
        position: relative;
        padding: 10px 15px 10px 5px;
        letter-spacing: -.02em;
        font-size: 16px;
    }
}


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

.top_cleaning_block .text_block p {
    line-height: 175%;
}

.top_cleaning_block div {
    width: 50%;
}

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

@media screen and (max-width: 767px) {
    .top_cleaning_block {
        display: block;
    }

    .top_cleaning_block div {
        width: 100%;
    }

    .top_cleaning_block .text_block p {
        line-height: 150%;
    }

    .top_cleaning_block .text_block {
        margin-right: 0;
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 767px) {}

/* ------------------------------
list
------------------------------ */
.list_circle02 {
    position: relative;
}

.list_circle_double {
    font-size: 20px;
}

.list_circle_double li {
    text-indent: -38px;
}

.list_circle_double li span {
    padding-left: 20px;
    font-size: 16px;
}

.list_circle_double li::before {
    width: 26px;
    height: 26px;
}

@media screen and (max-width: 767px) {
    .list_circle_double li {
        padding-left: 30px;
        text-indent: -27px;
        font-size: 16px;
    }

    .list_circle_double li span {
        padding-left: 0;
        font-size: 14px;
    }

    .list_circle_double li::before {
        width: 16px;
        height: 16px;
        border-width: 3px;
    }
}


/* ------------------------------
second_block
------------------------------ */
.second_block {
    margin-top: 43px;
    margin-bottom: 60px;
}

.second_block .list_circle_double {
    padding-right: 20px;
}

.second_list>li {
    position: relative;
}

.second_detail {
    margin-left: 42px;
}

@media screen and (max-width: 767px) {
    .second_block {
        margin-top: 40px;
        margin-bottom: 40px;
    }

    .second_detail {
        margin-left: 15px;
    }

    .second_block .list_circle_double {
        padding-right: 0;
    }
}


/* ------------------------------
point_block
------------------------------ */
.point_contents {
    padding: 32px 50px 33px 52px;
    border: 2px solid #00a7a8;
    background-image: url(../../images/infection_measures/point_bg.webp);
    background-repeat: no-repeat;
    background-size: cover;
}

.point_title {
    margin-bottom: 24px;
    padding: 20px 24px 18px 38px;
    text-align: center;
    background-color: #d9f0f5;
    font-size: 24px;
    font-weight: 500;
}

.measures {
    display: table;
    margin: auto;
    text-align: center;
}

.measures p {
    display: table-cell;
    width: 300px;
    height: 60px;
    vertical-align: middle;
    color: #fff;
    border-radius: 10px;
    background-color: #ef9c56;
    font-size: 25px;
    font-weight: 600;
}

.next_content_botton {
    max-width: 540px;
    margin: auto;
    margin-top: 62px;
    text-align: center;
}

.next_content_botton a {
    display: block;
}

@media screen and (max-width: 767px) {
    .point_contents {
        padding: 21px 15px 30px 15px;
    }

    .point_title {
        margin-bottom: 27px;
        padding: 11px 16px 17px 16px;
        text-align: left;
        font-size: 18px;
    }

    .measures {
        padding: 0 16px;
    }

    .measures p {
        font-size: 20px;
    }

    .next_content_botton {
        margin-top: 50px;
        padding: 0 16px;
    }
}