@charset "UTF-8";

@charset "UTF-8";

#topin + .composite_box01 {
    background: no-repeat !important;
    background-color: #fff4c1 !important;
}


#topin + .contents_btn01 {
    background: no-repeat !important;
    background-color: #fff4c1 !important;
}

#topinfo+div > .content_wrapper {
    width: 1000px;
    padding-left: 300px !important;
    position: relative;
    max-width: 100%;
}

#topinfo+div > .content_wrapper:before {
    content: '';
    background: url(/common/upload_data/iwata-kidscom/image/20210305142136.png);
    display: inline-block;
    width: 300px;
    height: 300px;
    position: absolute;
    background-size: contain;
    background-repeat: no-repeat;
    left: 0;
    bottom: 0;
}


@media screen and (max-width: 768px) {
#topinfo+div > .content_wrapper:before {
    width: 100px;
    height: 100px;
    left: unset;
    right: 40px;
    bottom: unset;
}

#topinfo+div > .content_wrapper {
    padding-left: 0 !important;
    max-width: 100% !important;
}

.heading.block_header_1.align-left, .heading.block_header_6.align-left {
    padding-left: 20px;
}

.heading.block_header_1 .h, .heading.block_header_6 p {
    font-size: 20px !important;
}

#mv_outer::after {
    width: 100%;
    background-repeat: no-repeat;
    height: 12vw;
    bottom: -10.5vw;
}

}