@charset "UTF-8";

#ct+section .inner_item_img::before {
    content: '';
    position: absolute;
    bottom: -10px;
    left: -190px;
    background: url(/common/upload_data/koidotokyo/image/20240315172142.png) no-repeat center center / contain;
    width: 400px;
    height: 300px;
}
#ct+section .inner_item_img {
    position: relative;
}
@media screen and (max-width: 900px) {
#ct+section .inner_item_img::before {
    left: 0;
    width: 200px;
    height: 170px;
}
#ct+section .inner_item_img {
   padding-bottom: 80px;
}
}
@media screen and (max-width: 480px) {
#ct+section .inner_item_img::before {
    left: 0;
    width: 150px;
    height: 140px;
    z-index: 10;
}
#ct+section .inner_item_img {
   padding-bottom: 60px;
}
}