@charset "UTF-8";

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

#feature-sec + .contents_box01 .heading.block_header_1 .h:after {
    position: absolute;
    content: "";
    background: url(/common/upload_data/kyutokihonpocom/image/20211221163552.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 80px;
    height: 80px;
    top: -128px;
    right: 158px;
   z-index: 100;
}

@media screen and ( max-width : 768px ) {
#feature-sec + .contents_box01 .heading.block_header_1 .h:after {
    width: 50px;
    height: 50px;
    top: -94px;
    right: 108px;
}
}
@media screen and (max-width: 768px) {
#feature-sec + .contents_box01 .heading.block_header_1 p {
    background: #fff;
    padding-left: 8px;
    padding-right: 8px;
}
}