@charset "UTF-8";

/*取扱いメーカー*/
#maker+div .inner_item_txt{
    display:none;
}

@media (width <= 768px){
#maker + div .wrapper_item{
    flex-direction: column;
}
#maker + div .inner_item{
    width: 100% !important;
    margin-bottom: 20px !important;
}
#maker + div .inner_item:nth-child(2){
    margin-left: 0 !important;
}
}