@charset "UTF-8";

#price_sp + div{
  display: none;
}
#price_body + div .heading.block_header_2 .h{
  display: none;
}
#price_text + section .content_wrapper{
  width: calc(100% - 40px);
  padding: 2rem;
  border: solid 1px #ccc;
}

@media screen and (max-width: 900px){
#price_sp + div{
  display: block;
} 
#price_pc + div{
  display: none;
}
}

@media screen and (max-width: 900px){
.widget_menu01.add_design6 .inner_item:nth-of-type(2n-1) .category_img{
padding-right: 0;
}
}
