@charset "UTF-8";

#access-sec1 + .contents_box01 .heading.block_header_1 .h {
position: relative;
}

#access-sec1 + .contents_box01 .heading.block_header_1 .h:after {
    position: absolute;
    content: "";
    background: url(/common/upload_data/kyutokihonpocom/image/20211214150027_1.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 120px;
    height: 140px;
    top: -100px;
    right: -140px;
}

@media screen and ( max-width : 768px ) {
#access-sec1 + .contents_box01 .heading.block_header_1 .h:after {
    width: 80px;
    height: 80px;
    top: -86px;
    right: -30px;
}
}
