.press .imgBlock a div h2{
    background-color: black;
    color: black;
	padding: 0;
	background-image: none;
}

.press .imgBlock a div h2 span {
    color: #fff;
    border-bottom: 1px solid transparent;
    font-weight: 400;
    font-size: 16px;
	background: url(/image/cn/r1/icon/icon_link_right_xl_white.gif) no-repeat;
    background-position: 96% 50%;
}

.flexImg{
    display: flex;
    gap: 30px;
}

.flexImg img{
    width: 100%;
    max-height: 590px;
}

.w40Pc{
    width: 40%;
}

.w60Pc{
    width: 60%;
}


@media screen and (max-width: 480px) {
    .w40Pc,
    .w60Pc{
        width: auto;
    }

    .w100Sp{
        width: 100%;
    }

    .flexImg{
        flex-direction: column;
        gap: 0;
    }

    .flexImg img{
        max-height: none;
    }
}
