.kobetu {
  display: flex;
  flex-flow: wrap;
  justify-content: center;
  padding: 40px 16px;
}
@media screen and (min-width: 768px) {
  .kobetu {
    padding: 64px 16px;
  }
}
@media screen and (min-width: 1000px) {
  .kobetu {
    padding: 80px 24px;
  }
}
.kobetu__inner {
  width: 100%;
  max-width: 1280px;
}
.kobetu__content {
  width: 100%;
  height: 1200px;
}
.kobetu__content iframe {
  width: 100%;
  height: 100%;
  border: none;
}

/*# sourceMappingURL=page-kobetu.css.map */
