
@charset "UTF-8";

@media screen and (min-width:481px){
#tb + div.composite_box01 .wrapper_item {
  flex-flow: column;
  justify-content: center;
  align-items: center;
}
#tb + div.composite_box01 .wrapper_item .inner_item{
  width: 90%!important;
  max-width: 900px;
  margin-bottom: 60px!important;
  margin-left:0!important;
}
#tb + div.composite_box01 .wrapper_item .inner_item:nth-of-type(2) .inner_item_txt{
  order: -1;
  display: flex;
  flex-flow: column;
  margin-top: 10px;
  margin-bottom: 0;
}
}
@media screen and (max-width:480px){ 
#tb + div.composite_box01 {
   padding-top: 30px;
}
}