.voice_main_wrap:nth-child(even) {
    background: #F3F4F6;
}

.vm_item {
    width: 1280px;
    margin: auto;
    box-shadow: 0px 0px 10px 2px rgb(197 197 197 / 40%);
    border-radius: 20px;
    padding: 64px 70px 100px;
    background: #fff;
    box-sizing: border-box;
}

.voice_main_wrap {
    padding: 150px 0;
}

.voice_main_wrap:nth-child(1) {
    padding-top: 0;
}

.vm_header {
    display: flex;
    justify-content: space-between;
    margin-bottom: 36px;
}

.vmh_prof {
    display: flex;
    align-items: center;
}

img.vmh_prof_img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    margin-right: 50px;
}

.vmh_name {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 20px;
}

.vmh_prof_info {
    position: relative;
    padding-left: 30px;
    color: #888888;
    font-size: 16px;
    font-weight: 500;
}

.vmh_prof_info:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 23px;
    height: 15px;
    background-size: cover;
    background-image: url(../img/country/c1.svg);
}

.vmh_prof_info.c2:before {background-image: url(../img/country/c2.svg);}
.vmh_prof_info.c3:before {background-image: url(../img/country/c3.svg);}
.vmh_prof_info.c4:before {background-image: url(../img/country/c4.svg);}
.vmh_prof_info.c5:before {background-image: url(../img/country/c5.svg);}
.vmh_prof_info.c6:before {background-image: url(../img/country/c6.svg);}
.vmh_prof_info.c7:before {background-image: url(../img/country/c7.svg);}
.vmh_prof_info.c8:before {background-image: url(../img/country/c8.svg);}
.vmh_prof_info.c9:before {background-image: url(../img/country/c9.svg);}

.vmh_date {
    font-size: 16px;
    font-weight: 500;
    color: #888888;
    margin-top: 20px;
}

p.vm_text {
    position: relative;
    padding-left: 90px;
    border-left: 3px solid #0C5CA6;
    margin-left: 50px;
    font-size: 18px;
}

/* virus */
.virus_menu_wrap {
    width: 1300px;
    margin: auto;
    margin-bottom: 150px;
    display: flex;
    flex-wrap: wrap;
}

a.virus_link {
    display: flex;
    width: 430px;
    height: 150px;
    box-sizing: border-box;
    align-items: center;
    color: #000;
    text-decoration: none;
    position: relative;
    border-right: 1px solid #B1B1B3;
    border-bottom: 1px solid #B1B1B3;
}

img.virus_link_img {
    width: 100px;
    height: 100px;
    margin-right: 25px;
    margin-left: 60px;
}

.virus_link_title {
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 12px;
}

.virus_link_info {
    font-size: 20px;
}

a.virus_link:nth-child(n+4) {
    border-bottom: 0;
}

a.virus_link:nth-child(3n) {
    border-right: 0;
}

a.virus_link:after {
    content: "";
    width: 14px;
    height: 7px;
    position: absolute;
    bottom: 49px;
    right: 35px;
    background-image: url(../img/common/down_arrow.svg);
    background-size: cover;
}

.virus_main_wrap {
    width: 1300px;
    margin: auto;
}

.virus_item {
    margin-bottom: 150px;
    padding-bottom: 150px;
    border-bottom: 1px solid #B1B1B3;
}

.virus_header {
    display: flex;
    align-items: center;
    margin-bottom: 50px;
    padding-bottom: 50px;
    position: relative;
}

.virus_header:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 140px;
    height: 2px;
    background: #0259A8;
}

img.vih_img {
    width: 63px;
    height: 63px;
    margin-right: 34px;
    display: block;
}

.vih_title {
    font-size: 50px;
    font-weight: bold;
    margin-right: 60px;
    position: relative;
}

.vih_title:after {
    content: "";
    position: absolute;
    top: 0;
    right: -38px;
    bottom: 0;
    margin: auto;
    width: 15px;
    height: 4px;
    background: #000;
}

.vih_sub_title {
    font-size: 40px;
}

p.virus_text {
    font-size: 18px;
    margin-bottom: 60px;
}

.virus_footer {
    background: #fff;
    border-radius: 20px;
    display: flex;
    padding: 54px 80px;
    justify-content: space-between;
    box-shadow: 0px 0px 10px 2px rgb(197 197 197 / 40%);
}

.vf_item {
    width: 300px;
    position: relative;
    padding-right: 40px;
}

.vf_item:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 2px;
    height: 100%;
    background: #0259A8;
}

.vfi_title {
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 24px;
    text-align: center;
}

p.vfi_text {
    font-size: 18px;
    color: #888888;
    word-break: break-all;
}

.vf_item:last-child {
    padding: 0;
}

.vf_item:last-child:after {
    content: none;
}

.virus_item:last-child {
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 250px;
}



/* タブレット、1400px 以下 */
@media (max-width: 1400px) {
    .vm_item {
        width: 91.429vw;
        border-radius: 1.429vw;
        padding: 4.571vw 5vw 7.143vw;
    }

    .voice_main_wrap {
        padding: 10.714vw 0;
    }

    .vm_header {
        margin-bottom: 2.571vw;
    }

    img.vmh_prof_img {
        width: 7.143vw;
        height: 7.143vw;
        margin-right: 3.571vw;
    }

    .vmh_name {
        font-size: 1.429vw;
        margin-bottom: 1.429vw;
    }

    .vmh_prof_info {
        padding-left: 2.143vw;
        font-size: 1.143vw;
    }

    .vmh_prof_info:before {
        width: 1.643vw;
        height: 1.071vw;
    }

    .vmh_date {
        font-size: 1.143vw;
        margin-top: 1.429vw;
    }

    p.vm_text {
        padding-left: 6.429vw;
        margin-left: 3.571vw;
        font-size: 1.286vw;
    }


    /* virus */
    .virus_menu_wrap {
        width: 92.857vw;
        margin-bottom: 10.714vw;
    }

    a.virus_link {
        width: 30.714vw;
        height: 10.714vw;
    }

    img.virus_link_img {
        width: 7.143vw;
        height: 7.143vw;
        margin-right: 1.786vw;
        margin-left: 4.286vw;
    }

    .virus_link_title {
        font-size: 2vw;
        margin-bottom: 0.857vw;
    }

    .virus_link_info {
        font-size: 1.429vw;
    }

    a.virus_link:after {
        width: 1vw;
        height: 0.5vw;
        bottom: 3.5vw;
        right: 2.5vw;
    }

    .virus_main_wrap {
        width: 92.857vw;
    }

    .virus_item {
        margin-bottom: 10.714vw;
        padding-bottom: 10.714vw;
    }

    .virus_header {
        margin-bottom: 3.571vw;
        padding-bottom: 3.571vw;
    }

    .virus_header:after {
        width: 10vw;
        height: 0.143vw;
    }

    img.vih_img {
        width: 4.5vw;
        height: 4.5vw;
        margin-right: 2.429vw;
    }

    .vih_title {
        font-size: 3.571vw;
        margin-right: 4.286vw;
    }

    .vih_title:after {
        right: -2.714vw;
        width: 1.071vw;
        height: 0.286vw;
    }

    .vih_sub_title {
        font-size: 2.857vw;
    }

    p.virus_text {
        font-size: 1.286vw;
        margin-bottom: 4.286vw;
    }

    .virus_footer {
        border-radius: 1.429vw;
        padding: 3.857vw 5.714vw;
    }

    .vf_item {
        width: 21.429vw;
        padding-right: 2.857vw;
    }

    .vf_item:after {
        width: 0.143vw;
    }

    .vfi_title {
        font-size: 1.714vw;
        margin-bottom: 1.714vw;
    }

    p.vfi_text {
        font-size: 1.286vw;
    }

    .virus_item:last-child {
        margin-bottom: 17.857vw;
    }


}