@charset "UTF-8";

#img_line+section{
	overflow: visible;
}
#img_line+section::before {
    display: block;
    position: absolute;
    content: "";
    width: 30vw;
    height: 15vw;
    min-width: 140px;
    min-height: 110px;
    top: 40%;
    left: auto;
    right: 4%;
    opacity: 0.6;
    background: url(
	/common/upload_data/hayano-hikkoshijp/image/1_w.png) no-repeat right top/contain;
    z-index: 1;
}