@charset "UTF-8";
/* =======================================
セミナー 記事ページ
======================================= */

.post__container {
  display: flex;
  gap: 40px;
  align-items: flex-start !important;
  @media screen and (min-width: 1280px) {
    margin: 0px 0 0 auto !important;
  }
  @media screen and (max-width: 780px) {
    margin: 7vw auto 0 !important;
  }
}

@media screen and (min-width: 1280px) {
  .post__content {
      max-width: 620px !important;
  }
}
@media screen and (min-width: 769px) {
  .post__content {
    width: 50vw !important;
  }
}

.seminar-status {
  margin: 0 !important;
}

.seminar__form {
  flex: 1;
  width: 100%;
  border: solid 1px #E6E6E6;
  border-radius: 10px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
}

.seminar__end {
  padding: 40px;
  border-radius: 10px;
  margin-top: 0 !important;
  word-break: auto-phrase;
  font-size: 20px;
  font-weight: 700;
  @media screen and (max-width: 1280px) {
    font-size: 1.667vw;
  }
  @media screen and (max-width: 780px) {
    font-size: 4.267vw;
  }
}

/*# sourceMappingURL=page_seminar.css.map */