/* ==========================================================================
新型コロナウイルス対策の取り組みについて
=========================================================================== */

main,
.main {
    width: 960px;
    margin: 60px auto 100px;
    font-family: 'Noto Sans JP', sans-serif;
}

.sec-read {
    margin-bottom: 120px;
    font-family: 'Noto Serif JP', serif;
}

.sec-read h1 {
    font-size: 32px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 60px;
    color: #040000;
}

.sec-read__text {
    font-size: 20px;
    color: #040000;
}

.sec-read__text p {
    margin-bottom: 50px;
    line-height: 1.8;
}

.sec-read__name {
    font-size: 20px;
    text-align: right;
    color: #040000;
}

.sec-flow h2 {
    font-size: 22px;
    font-weight: bold;
    color: #040000;
    text-align: center;
    border-bottom: solid 2px #040000;
    padding-bottom: 20px;
    margin-bottom: 60px;
}

.sec-flow h3 {
    font-size: 22px;
    font-weight: bold;
    color: #fff;
    background: #218c00;
    padding: 10px 20px;
    margin-bottom: 30px;
}

.sec-flow h3 span {
    font-size: 14px;
    margin-right: 10px;
}

.sec-flow__block-tips {
    font-weight: normal;
    text-align: right;
    display: block;
}

.sec-flow__block {
    margin-bottom: 50px;
}

.sec-flow__block p {
    font-size: 18px;
    color: #040000;
    line-height: 1.8;
}

.sec-flow__block sup {
    font-size: 16px;
}

.sec-flow__block h4 {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 28px;
    color: #040000;
}

.sec-flow__block-column {
    display: flex;
    justify-content: space-between;
}

.sec-flow__block-column img {
    margin-left: 80px;
    width: 400px;
    height: auto;
}

.sec-flow__block-column-02 {
    margin-bottom: 20px;
}

.sec-flow__block-column p {
    width: 480px;
}

.sec-flow__tips {
    border: solid 1px #040000;
    border-radius: 5px;
    padding: 30px 25px;
    margin-bottom: 65px;
}

.sec-flow__tips p {
    font-size: 18px;
    color: #dd1010;
    margin-bottom: 20px;
    line-height: 1.8;
}

.sec-flow__tips small {
    font-size: 16px;
    color: #333333;
}

.sec-contact h2 {
    font-size: 22px;
    font-weight: bold;
    color: #040000;
    text-align: center;
    border-bottom: solid 2px #040000;
    padding-bottom: 20px;
    margin-bottom: 30px;
}

.sec-contact p {
    font-size: 18px;
    color: #040000;
}

.sec-contact__txt {
    margin-bottom: 30px;
    line-height: 1.8;
}

.sec-contact__block {
    background: #dcdcdc;
    padding: 30px;
    margin-bottom: 60px;
}

.sec-contact__block h3 {
    font-size: 18px;
    font-weight: bold;
    color: #040000;
    margin-bottom: 20px;
}

.sec-contact__block-column {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    font-size: 18px;
}

.sec-contact__block-column p {
    line-height: 1.8;
}

.sec-contact__block-column-txt-left {
    margin-right: 30px;
}

.sec-contact__block-column p span {
    font-size: 12px;
    color: #fff;
    background: #040000;
    padding: 4px;
    margin-right: 5px;
}

.sec-contact__block-link a {
    font-size: 18px;
    font-weight: bold;
    color: #040000;
    margin-top: 10px;
    display: inline-block;
}

.sp {
    display: none;
}

#footner_cont:after {
    content: none;
}

#footner_cont {
    margin-bottom: 0;
}

@media screen and (max-width: 811px) {
    main,
    .main {
        width: 95%;
    }
    
    .sec-flow__block-column {
        flex-wrap: wrap;
    }

    .sec-flow__block-column img {
        margin-left: 0;
        width: 100%;
        height: auto;
    }

    .sec-contact__block {
        padding: 20px 10px;
    }

    .sec-flow__block-column p {
        width: 100%;
    }

    .sec-contact__block-sp {
        margin-bottom: 60px;
        background: #dcdcdc;
        padding: 15px;
    }

    .sec-contact__block-sp img {
        width: 100%;
    }

    .sec-contact__block-sp__column {
        display: flex!important;
        background: #fff;
    }

    .sec-contact__block-sp__column a {
        display: block;
        width: 50%;
    }

    .pc {
        display: none;
    }

    .sp {
        display: block;
    }
}

.movie-wrap {
    width: 540px;
    margin: 0 auto 60px auto;
} 

.youtube {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
}

.youtube iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}

@media screen and (max-width: 811px) {
  .movie-wrap {
    width: 100%;
    margin: 0 auto 30px auto;
  } 
}