@charset 'UTF-8';

/* sp */
@media screen and (max-width:767px){
  body{
    min-width: 750px;
  }
  .top_container{
    margin-top: 10px;
    display: block;
  }
  .top_container .carousel_area{
    overflow: hidden;
    width: 100%;
  }
  .top_container .banner_area{
    width: 100%;
    margin-top: 10px;
    flex-direction: row;
    justify-content: space-between;
  }
  .top_container .carousel a{
    overflow: hidden;
  }
  .top_container .banner_area .banner{
    width: 49.3%;
  }
  .top_container .banner_area .banner:first-child{
    margin-bottom: 10px;
  }

}
