@charset "utf-8";
/* CSS Document */

/*margin*/
@media only screen and (max-width: 767px) {
  .c-heading-3__heading{
    margin-top: 0!important;
  }
  .p-media-layout__inner {
    max-width: 100%!important;
  }
}

/* order */
.description_area {
  display: flex;
}
.description_area .p-media-layout-02__text {
  order: 2;
}
.description_area .p-media-layout-02__media {
  order: 3;
  margin-top: 1.5rem;
}