/* CSS Document */

#conts .covid {
    width: 100%;
    background-color: #ffffff;
}
#conts .tit_flexbox {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 50px;
    background: #D2EFEA;
}
#conts .tit_flexbox h2 {
    width: 70%;
    color: #000000;
    font-size: 1em;
    font-weight: bold;
    text-align: center;
}
#conts .tit_flexbox figure {
    width: 30%;
    margin: 0;
}
#conts .covidbox {
    width: 100%;
}
#conts .covidbox p {
    margin-bottom: 30px;
    color: #666666;
    text-align: center;
}
#conts .covidbox h3 {
    border: solid 2px #6ec6cb;
    color: #00a3be;
    border-radius: 50px;
    box-sizing: border-box;
    text-align: center;
    padding: 5px 0;
    margin: 50px 0;
}
#conts .bluebox {
    background: #d2efea;
    padding: 30px;
    margin-bottom: 30px;
}
#conts .bluebox h4 {
    margin-bottom: 30px;
    text-align: center;
    color: #333333;
    font-weight: normal;
    letter-spacing: 0.1rem;
}
#conts .bluebox ul {
    font-size: 0.7em;
    list-style-type: disc;
    margin-left: 15px;
    color: #666666;
    line-height: 2;
}
#conts .bluebox .c-flexbox {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
#conts .bluebox .c-flexbox ul {
    width: 60%;
}
#conts .bluebox .c-flexbox figure {
    width: 30%;
    margin: 0;
}
#conts .bluebox table tr {
    width: 100%;
    margin-bottom: 30px;
    display: flex;
    align-items: center;
}
#conts .bluebox table tr th {
    width: 10%;
}
#conts .bluebox table tr td {
    width: 85%;
    font-size: 0.7em;
    color: #666666;
    line-height: 2;
    padding-left: 5%;
}
#conts .covid_btn {
    width: 50%;
    background: #e3838c;
    margin: 0 auto 100px;
}
#conts .covid_btn a {
    display: block;
    padding: 10px 0;
    width: 100%;
    height: auto;
    color: #fff;
    font-size: 0.9em;
    line-height: 1.6;
    text-align: center;
}
#conts .covid_btn a:hover {
    opacity: 0.7;
}

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

    #conts .tit_flexbox {
        margin-bottom: 30px;
    }
    #conts .tit_flexbox h2 {
        width: 52%;
        font-size: 1.2em;
        text-align: left;
        padding-left: 3%;
        line-height: 1.7;
    }
    #conts .tit_flexbox figure {
        width: 45%;
    }
    #conts .covidbox p {
        margin-bottom: 15px;
        text-align: left;
    }
    #conts .covidbox h3 {
        margin: 50px 0 30px;
        font-size: 1.2em;
    }
    #conts .bluebox {
        padding: 20px 15px;
        margin-bottom: 15px;
    }
    #conts .bluebox h4 {
        margin-bottom: 15px;
        font-size: 1.2em;
    }
    #conts .bluebox ul {
        font-size: 1em;
    }
    #conts .bluebox .c-flexbox {
        flex-direction: column-reverse;
        align-items: center;
        justify-content: center;
    }
    #conts .bluebox .sp-flexbox02 {
        display: flex;
        flex-direction: column;
    }
    #conts .bluebox .c-flexbox ul {
        width: auto;
    }
    #conts .bluebox .c-flexbox figure {
        width: 50%;
        margin: 0 auto 20px;
    }
    #conts .bluebox table tr {
        align-items: flex-start;
        margin-bottom: 20px;
    }
    #conts .bluebox table tr th {
        width: 20%;
    }
    #conts .bluebox table tr td {
        width: 75%;
        font-size: 1em;
    }
    #conts .covid_btn {
        width: 80%;
        margin: 30px auto 100px;
    }
    #conts .covid_btn a {
        font-size: 1em;
        line-height: 1.8;
    }
}