@charset "UTF-8";

/*------------------お届け可能エリア------------------*/
#top_area+div .inner_item_img img {
    object-fit: contain;
}
#top_area+div .inner_item:nth-of-type(2) {
    position: relative;
}
#top_area+div .inner_item:nth-of-type(2):before {
    content: '';
    width: 1px;
    height: 55%;
    background-color: var(--i_txt_color);
    position: absolute;
    top: 10%;
    left: -4%;
}
@media screen and (max-width: 700px) {
    #top_area+div .inner_item:nth-of-type(2):before {
        content: none;
    }
}