/* 注目分野 */






/* ページタイトル */
#lower .strength-hello{
    position: relative;
    z-index: -1;
}
.field .strength-hello::after,
#surgical_error .strength-hello::after{
    content: "";
    background: url(../img/field/field-surgical_error-top.jpg);
    background-size: auto;
    background-repeat: no-repeat;
    background-position: top right;
    width: 50%;
    height: 100%;
    position: absolute;
    top:100px;
    right: 0;
}
#surgical_error .strength-hello::after{
    background-image: url(../img/field/field-surgical_error-top.jpg);
    background-position: top left;
}
.field .ttl_area,
#surgical_error .ttl_area{
    width: 40%;
}

@media(max-width:1194px) and (min-width:769px){
    .field .strength-hello::after,
    #surgical_error .strength-hello::after {
        background: url(../img/field/field-surgical_error-top.jpg);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: top right;
        height: 75%;
    }
    #surgical_error .strength-hello::after{
        background-image: url(../img/field/field-surgical_error-top.jpg);
        background-position: top left;
    }
    .field .ttl_area,
    #surgical_error .ttl_area {
        width: 45%;
    }
}
@media (max-width:768px) {
    .field .strength-hello::after,
    #surgical_error .strength-hello::after {
        background: url(../img/field/field-surgical_error-top.jpg);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: top right;
        height: 78%;
        top: 70px;
    }
    #surgical_error .strength-hello::after{
        background-image: url(../img/field/field-surgical_error-top.jpg);
        background-position: top left;
    }
    .field .ttl_area,
    #surgical_error .ttl_area {
        width: 45%;
        margin-top: 0;
    }
}

@media (max-width:480px) {

    .iryou.field .strength-hello,
    #oversight_of_cancer .strength-hello,
    #inspection_obligation .strength-hello,
    #cerebral_infarction .strength-hello,
    #medication_error .strength-hello,
    #surgical_error .strength-hello {
        height: 40vw;
    }
    .iryou.field .strength-hello .mv_area01,
    #oversight_of_cancer .strength-hello .mv_area01,
    #inspection_obligation .strength-hello .mv_area01,
    #cerebral_infarction .strength-hello .mv_area01,
    #medication_error .strength-hello .mv_area01,
    #surgical_error .strength-hello .mv_area01 {
        height: 37vw;
        width: 100%;
    }
    .iryou.field .ttl_area,
    #oversight_of_cancer .ttl_area,
    #inspection_obligation .ttl_area,
    #cerebral_infarction .ttl_area,
    #surgical_error .ttl_area {
        width: 100%;
    }
    .iryou.field .ttl_area .ttl_02,
    #oversight_of_cancer .ttl_area .ttl_02,
    #inspection_obligation .ttl_area .ttl_02,
    #surgical_error .ttl_area .ttl_02{
        text-align: center;
    }
    .iryou.field .strength-hello::after,
    #oversight_of_cancer .strength-hello::after,
    #inspection_obligation .strength-hello::after,
    #surgical_error .strength-hello::after {
        width: 80%;
        height: 50%;
        top: unset;
        bottom: 0;
        right: unset;
        left: 50%;
        transform: translateX(-50%);
        display: none;
    }

}