#page-covid19 {
    min-height: 388px;
}

#page-covid19:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 354px;
    background: url("../../images/covid19/bg-covid.jpg") no-repeat 50% 50%;
    background-size: cover;
    z-index: -1;
}

#page-covid19 .container {
    max-width: 1000px;
    margin: 0 auto;
}

#page-covid19 .content-wrapper {
    padding-top: 40px;
}

#page-covid19 .content-wrapper #corona .container {
    padding-bottom: 32px;
    background: #ffffff;
}

#page-covid19 #section-pankuzu {
    padding-top: 0;
}

#page-covid19 .content-wrapper_inner {
    box-shadow: 0 0 5px 0 rgba(0,0,0,0.3);
    padding: 30px 40px 60px 40px;
    color: #333;
    font-family: "Hiragino Kaku Gothic ProN","Hiragino Sans","メイリオ",Meiryo,sans-serif;
}

#page-covid19 .content-wrapper #corona .corona-measure_introduce {
    padding: 75px 0 70px;
}

#page-covid19 .content-wrapper #corona .corona-measure_introduce .corona-measure_introduce_title {
    position: relative;
    color: #333333;
    font-size: 28px;
    font-weight: 600;
    text-align: center;
    line-height: 37px;
}


#page-covid19 .content-wrapper #corona .corona-measure_introduce .introduce-course::before {
    position: absolute;
    content: '';
    width: 160px;
    height: 8px;
    left: calc(50% - 80px);
    background: #d2313a;
    bottom: -25px;
}

#page-covid19 .content-wrapper #corona .corona-measure_introduce .corona-measure_introduce_description {
    margin-top: 20px;
    color: #232323;
}

#page-covid19 .content-wrapper #corona .corona-measure_introduce .corona-measure_introduce_description .content {
    font-size: 16px;
    line-height: 1.7;
    text-align: center;
}

#page-covid19 .content-wrapper #corona .corona-measure_introduce .corona-measure_introduce_description .notice {
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    margin: 30px 73px 0;
    z-index: 1;
}

#page-covid19 .content-wrapper #corona .corona-measure_introduce .corona-measure_introduce_description .notice span {
    position: relative;
    display: inline;
    background: linear-gradient(transparent 74%,#FFF5D5 47%);
    background-position: 0 -2px;
}

#page-covid19 .heading-title {
    padding: 18px 25px;
    background-color: #EAF7F7;
    font-size: 22px;
    font-weight: 600;
    color: #333;
    border-top: 1px solid #27ADAE;
    border-bottom: 1px solid #27ADAE;
}

#page-covid19 .content-wrapper #corona .corona-measure_list .corona-measure_list_item {
    padding-bottom: 63px;
}

#page-covid19 .content-wrapper #corona .corona-measure_list .corona-measure_list_item .content {
    padding-top: 40px;
    line-height: 1.5;
}

#page-covid19 .content-wrapper #corona .corona-measure_list .corona-measure_list_item .content p {
    line-height: 1.75;
}

#page-covid19 .content-wrapper #corona .corona-measure_list .corona-measure_list_item .content .group-image {
    display: flex;
    margin-bottom: 50px;
}

#page-covid19 .content-wrapper #corona .corona-measure_list .method-list {
    display: flex;
    margin-top: 34px;
}

#page-covid19 .content-wrapper #corona .corona-measure_list .method-list_item_box {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 200px;
    background: #fff;
    box-sizing: border-box;
    border: 1px solid #e6e5e1;
    box-shadow: 4px 4px 0px #e6e5e1;
}

#page-covid19 .content-wrapper #corona .corona-measure_list .method-list_item_box .method-list_item_box_mask {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 139px;
    height: 139px;
    background: #ebf4fd;
    border-radius: 50%;
}

#page-covid19 .content-wrapper #corona .corona-measure_list .method-list_item {
    width: 30.45%;
    margin-right: 4.325%;
}

#page-covid19 .content-wrapper #corona .corona-measure_list .method-list_item:nth-child(3n+3) {
    margin-right: 0;
}

#page-covid19 .content-wrapper #corona .corona-measure_list .method-list_item_title {
    padding-top: 17px;
    font-size: 16px;
    line-height: 1.6;
}


#page-covid19 .content-wrapper #corona .corona-measure_list .learning-methods {
    display: flex;
    margin-top: 55px;
    margin-bottom: 55px;
}

#page-covid19 .content-wrapper #corona .corona-measure_list .learning-methods_item_box {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 200px;
    background: #eaf7f7;
}

#page-covid19 .content-wrapper #corona .corona-measure_list .learning-methods_item_box .learning-methods_item_box_mask {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 139px;
    height: 139px;
    background: #fff;
    border-radius: 50%;
}

#page-covid19 .content-wrapper #corona .corona-measure_list .learning-methods_item {
    position: relative;
    width: 30.45%;
    margin-right: 4.325%;
    box-shadow: 4px 4px 0px #e6e5e1;
}

#page-covid19 .content-wrapper #corona .corona-measure_list .learning-methods_item a {
    color: #333;
    text-decoration: none;
}

#page-covid19 .content-wrapper #corona .corona-measure_list .learning-methods_item:nth-child(3n+3) {
    margin-right: 0;
}

#page-covid19 .content-wrapper #corona .corona-measure_list .learning-methods_item_title {
    position: relative;
    height: 40px;
    font-size: 16px;
    display: flex;
    align-items: center;
    padding: 2px 20px 0;
}

#page-covid19 .content-wrapper #corona .corona-measure_list .learning-methods_item_title::after {
    content: url("../../images/covid19/arrow-right.png");
    position: absolute;
    right: 20px;
}

#page-covid19 .learning-methods_item a:hover .learning-methods_item_box {
    transition: 0.2s ease-in-out;
    opacity: 0.6;
}

#page-covid19 .learning-methods_item a:hover .learning-methods_item_title {
    transition: 0.2s ease-in-out;
    opacity: 0.6;
}

#page-covid19 .question-answer {
    margin-top: 5px;
}

#page-covid19 .box-topic {
    margin-top: 40px;
    margin-bottom: 45px;
}

#page-covid19 .box-topic dl {
    text-align: left;
}

#page-covid19 .box-topic .question {
    font-size: 16px;
    font-weight: bold;
    text-align: left;
    background: #fafafa;
    padding: 5px 30px 5px;
    line-height: 46px;
}

#page-covid19 .box-topic .icon-question {
    margin-right: 12px;
}

#page-covid19 .box-topic .question .question-content, #page-covid19 .box-topic .answer .content-answer {
    display: inline-block;
    vertical-align: top;
    width: calc(100% - 2.5em);
    font-size: 16px;
}

#page-covid19 .box-topic .answer {
    padding: 21px 30px 22px;
    text-align: left;
}

#page-covid19 .box-topic .icon-answer {
    color: #D33339;
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
    font-family: "Avant Garde", sans-serif;
    margin-right: 7px;
}

#page-covid19 .box-topic .answer .content-answer {
    display: inline-block;
    vertical-align: top;
    width: calc(100% - 2.5em);
    font-size: 18px;
}

#page-covid19 .box-topic .answer .content-answer p {
    font-size: 15px;
    padding-left: 5px;
    line-height: 1.5;
}

#page-covid19 .section-procedure .content {
    padding: 40px 0 50px;
}

#page-covid19 .button_school-near {
    color: #26AFAF;
    background-color: #EAF7F7;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    width: 410px;
    height: 60px;
    border: none;
    outline: none;
    border-radius: 3px;
    box-shadow: 4px 4px 0px #c0e0e0;
    position: relative;
    cursor: pointer;
}
  
#page-covid19 .button_school-near::after{
    content: url('../../images/covid19/arrow-right.png');
    position: absolute;
    right: 30px;
    top: 31%;
}

#page-covid19 .procedure-contact {
    border: 1px solid #d5d5d5;
    padding: 40px;
}

#page-covid19 .procedure-contact_buttons .c-freeTrial_button {
    margin-right: 20px;
}

#page-covid19 .procedure-contact_buttons .c-button_freeTrial {
    width: 410px;
}

#page-covid19 .procedure-contact .procedure-contact_buttons {
    display: flex;
    margin-bottom: 32px;
}

#page-covid19 .procedure-contact_info .hint {
    position: relative;
    font-size: 16px;
    font-weight: 600;
    padding-left: 40px;
}

#page-covid19 .procedure-contact_info .hint::after {
    position: absolute;
    content: url('../../images/covid19/icon-phone.png');
    left: 8px;
}

#page-covid19 .procedure-contact_info .phone {
    margin-left: 10px;
    font-weight: 600;
    font-size: 18px;
    color: #26AFAF;
    letter-spacing: 2px;
}

#page-covid19 .procedure-contact_info .phone a {
    text-decoration: none;
    color: #26AFAF;
}

#page-covid19 .procedure-contact_info .time {
    font-size: 12px;
    letter-spacing: 0.5px;
}