@charset "UTF-8";

/*----バナーの見切れ修正----*/
#top_banner + div .inner_item_img img{
    object-fit: contain;
}

#top_banner + div {
    padding-bottom: 65px;
}

@media screen and (max-width: 920px){
#top_banner + div {
    padding-top: 30px;
    padding-bottom: 30px;
}

#top_banner + div .wrapper_item{
    justify-content: center;
}
#top_banner + div .inner_item:first-of-type{
    display: none;
}
#top_banner + div .inner_item:nth-of-type(2n){
    margin-left: 0%!important;
margin-bottom: 0;
}

#top_banner + div .inner_item_txt {
    margin-top: 0;
}
}

@media screen and (max-width: 480px){
#top_banner + div .inner_item:nth-of-type(3){
    margin-bottom: 0px!important;
}
}