/* SP用 */
@media screen and (max-width: 47.9375em) {
  .event_word {margin-bottom: 50px;}
  .event_photo {
    width: calc(100% / 2);
    margin: 0 auto;
  }
  .other_wp {
      margin-right: auto;
      margin-bottom: 20px;
      margin-left: auto;
  }
    .other_block1 {
        margin-top: 14px;
    }
}

/* PC用 */
@media print, screen and (min-width: 48em) {
  .-df {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .-df > .c-section-1:first-of-type {
    margin-right: 30px;
    margin-left: 30px;
  }
  .c-section-1:last-of-type {
    margin-left: 30px;
  }
  .-df > .c-section-1 > .c-section-5 > .c-column {
    display: block;
  }
  .-df > .c-section-1 > .c-section-5 > .c-column > .c-column__item {
    width: calc(100% - 60px);
  }
}
@media screen and (min-width: 48em) {
  .event_wp_inner {
    justify-content: space-between;
    align-items: center;
  }
  .event_photo {flex: 0.9;}
  .other_block1 {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      margin-top: 32px;
      justify-content: center;
  }
  .other_wp {
   margin-right: 40px;
}
    li.other_wp:last-child {
        margin-right: 0px;
    }
  .other_photo img {
    max-width: 360px;
    object-fit: cover;
  }
  .other_word {
    text-align: center;
    max-width: 360px;
  }
}
.text_space {
    margin-top: 20px;
}
.other_area__inner {
    padding-right: 4.6875%;
    padding-left: 4.6875%;
    margin-right: auto;
    margin-left: auto;
}
@media screen and (min-width: 1800px) {
    .other_area
    .c-heading-2 {
        margin-left: 5%;
    }    }
