@charset "UTF-8";

#reform-sec + .contents_box01 .heading.block_header_1 .h {
position: relative;
}

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

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