@charset "UTF-8";

.composite_box01 .wrapper_item{
  justify-content: center;
}

#menu_images + div .inner_item:nth-of-type(1){
  width: 33%;
}
#menu_images + div .inner_item:nth-of-type(2){
  width: 40%;
  margin-left: 0;
}

#menu_images + div .inner_item_img img{
  height: auto !important;
}

@media screen and (max-width: 768px){
  .composite_box01 .wrapper_item{
    flex-direction: column;
    align-items: center;
  }

  #menu_images + div .inner_item:nth-of-type(1){
    width: 69% !important;
  }
  #menu_images + div .inner_item:nth-of-type(2){
    width: 85% !important;
  }
}

@media screen and (max-width: 480px){
  #menu_images + div .inner_item:nth-of-type(1){
    width: 80% !important;
  }
  #menu_images + div .inner_item:nth-of-type(2){
    width: 100% !important;
  }
}