@charset "UTF-8";

@media screen and (min-width:767px){
#top_sp + section{
   display:none;
}
#top_pc + .contents_box01.w40 .inner_item_img {
    max-width: 900px;
}
}
@media screen and (max-width:767px){
#top_pc + section{
   display:none;
}
#top_sp + .contents_box01.w40 .inner_item_img {
    max-width: 80% !important;
}
}

@media screen and (max-width:600px){
#top_sp + .contents_box01.w40 .inner_item_img {
    max-width: none !important;
}
}