@charset "UTF-8";

/*-------スマホ幅時、デザイン調整--------*/
@media screen and (max-width:900px){
  #concept_place + .composite_box01 {
    padding-top: 0!important;
  }

  #concept_place + .composite_box01 .inner_item:nth-of-type(1) {
    margin-bottom: 30px!important;
  }

  #concept_place + .composite_box01 .inner_item {
    width:100%!important;
    margin-left:0!important;
  }
}
