
@charset "UTF-8";

/*------キャラクター------*/
#faq_icon01 + section:after {
    position: absolute;
    content: "";
    z-index: 1;
    background-image: url(/common/upload_data/denkisscom/image/20240301145953.png);
    background-size: contain;
    background-repeat: no-repeat;
    aspect-ratio: 177 / 216;
    top: 2%;
    left: 2%;
    height: clamp(70px,10vw,140px);
}
@media screen and (max-width: 900px) {
#faq_icon01 + section:after {
    top: 1%;
    height: clamp(55px, 12vw, 120px);
}
}