@charset "UTF-8";

/*------------------お問い合わせパーツイラスト調整------------------*/
#seo4 + section .heading:before {
    content: '';
    background-image: url(/common/upload_data/amyukicojp/image/20240430091205.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 70px;
    height: 80px;
    position: absolute;
    top: -30px;
    left: 50%;
    transform: translateX(-310px);
}
#seo4 + section .heading:after {
    content: '';
    background-image: url(/common/upload_data/amyukicojp/image/20240430091208.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 80px;
    height: 115px;
    position: absolute;
    top: -55px;
    right: 50%;
    z-index: -1;
    transform: translateX(300px);
}
@media screen and (max-width: 768px) {
#seo4 + section .heading:before {
    width: 40px;
    height: 50px;
    top: 10px;
    transform: translateX(-145px);
}
#seo4 + section .heading:after {
    width: 57px;
    height: 84px;
    top: -10px;
   transform: translateX(150px);
}
}