@charset "utf-8";
.swiper-container {
  display: flex;
  justify-content: space-between;
  /* align-items: center; */
  margin-top: 15px;
}

.swiper-slide img {
  width: 100%;
}

.container-left iframe {
  width: 100%;
  height: 280px;
  margin: 15px 0;
}

.main-text.greeting {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: row-reverse;
}

th,
td {
  padding: 5px 10px;
  vertical-align: top;
}

th {
  white-space: nowrap;
}

@media (max-width: 800px) {
  .swiper-container {
    margin-top: 0;
  }

  .container-left iframe {
    height: 150px;
    margin: 5px 0 0;
  }

  .main-text.greeting {
    display: block;
  }
  
  .main-text.greeting img {
    display: block;
    width: 60%;
    margin: 0 auto;
  }
}