@charset "UTF-8";
/*! --------------------------------------------------------------------
------------------------------------------------------------------------
お知らせ・イベント情報 一覧
------------------------------------------------------------------------
--------------------------------------------------------------------- */
@media screen and (max-width: 767px) {
  .cmn-side-box {
    display: none;
  }
}

/* ========================================================
.sec-topics-single
======================================================== */
/* .category-list
=========================================== */
.sec-topics-single .post-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .sec-topics-single .post-info {
    margin-top: 8px;
  }
}

/* .category-list
------------------------------ */
.sec-topics-single .category-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 4px;
}

.sec-topics-single .category-list__item {
  font-size: 1.4rem;
  border: 1px solid #4a635f;
  padding: 4px 9px 5px;
}
@media screen and (max-width: 767px) {
  .sec-topics-single .category-list__item {
    font-size: 1.2rem;
    padding: 3px 6px 4px;
  }
}

/* .date
------------------------------ */
.sec-topics-single .date {
  color: #707070;
}

/* .topics-ttl
=========================================== */
.sec-topics-single .topics-ttl {
  font-size: 3.6rem;
  line-height: 1.3;
  letter-spacing: 0.05rem;
  margin: 16px 0 32px;
}
@media screen and (max-width: 767px) {
  .sec-topics-single .topics-ttl {
    font-size: 2.2rem;
    margin: 12px 0 24px;
  }
}

/* .post-thumb
=========================================== */
.sec-topics-single .post-thumb {
  text-align: center;
}

/* .post-content
=========================================== */
.post-content {
  color: #3c3734;
  margin-top: 32px;
}
.post-content p:not(.form-list__ttl):not(.hope-number-left-txt):not(.hope-number-right-txt):not(.caution-txt) {
  font-size: 1.7rem;
  margin-top: 8px;
  margin-bottom: 24px;
  line-height: 1.9;
}
@media screen and (max-width: 767px) {
  .post-content p:not(.form-list__ttl):not(.hope-number-left-txt):not(.hope-number-right-txt):not(.caution-txt) {
    font-size: 1.5rem;
  }
}
.post-content p a {
  color: #2088c3;
  text-decoration: underline;
}
.post-content .wp-block-heading {
  line-height: 1.4;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .post-content .wp-block-heading {
    padding: 12px;
  }
}
.post-content h2.wp-block-heading {
  margin: 72px 0 32px;
  padding: 12px 16px;
  color: #3c3734;
  border-left: 10px solid #4a635f;
  background-color: #edefef;
  font-size: 2.6rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .post-content h2.wp-block-heading {
    margin: 48px 0 24px;
    font-size: 2rem;
  }
}
.post-content h3.wp-block-heading {
  margin: 60px 0 32px;
  padding: 6px 12px 8px;
  border-left: 8px solid #4a635f;
  border-bottom: 2px solid #4a635f;
  font-size: 2.2rem;
}
@media screen and (max-width: 767px) {
  .post-content h3.wp-block-heading {
    font-size: 1.8rem;
    margin: 40px 0 24px;
  }
}
.post-content h4.wp-block-heading {
  margin: 32px 0 24px;
  padding-bottom: 3px;
  border-bottom: 1px solid #4a635f;
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .post-content h4.wp-block-heading {
    margin: 32px 0 18px;
    padding-bottom: 2px;
    font-size: 1.7rem;
  }
}
.post-content ul:not(.form-list) {
  list-style-type: disc;
  margin: 24px 0 24px 24px;
  line-height: 1.3;
}
.post-content ol {
  list-style-type: decimal;
  margin: 24px 0 24px 24px;
  line-height: 1.3;
}
.post-content li:not(.form-list__item) {
  display: list-item;
  font-size: 1.7rem;
}
@media screen and (max-width: 767px) {
  .post-content li:not(.form-list__item) {
    font-size: 1.5rem;
  }
}
.post-content li:not(.form-list__item) + li:not(.form-list__item) {
  margin-top: 16px;
}

.post-content .wp-block-table {
  margin: 0 0 1em;
  overflow-x: auto;
}

.post-content table {
  margin-top: 24px;
  padding: 0;
  line-height: 1.5;
}

.post-content th,
.post-content td {
  padding: 8px;
}

.post-content td {
  border: 1px solid #3c3734;
}

.post-content th {
  background: #f3f3f3;
  font-weight: 700;
  border: 1px solid #3c3734;
}

.post-content .wp-block-image {
  margin-bottom: 24px;
}
.post-content .wp-block-image a {
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
.post-content .wp-block-image a:hover {
  opacity: 0.8;
}

@media screen and (max-width: 767px) {
  .post-content .wp-block-image.hdn-sp {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .wp-block-columns.reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

@media screen and (max-width: 767px) {
  .wp-block-column h2.wp-block-heading,
  .wp-block-column h3.wp-block-heading,
  .wp-block-column h4.wp-block-heading {
    margin-top: 0;
  }
}

@media screen and (max-width: 767px) {
  .wp-block-columns.is-layout-flex {
    gap: 0;
  }
}

/* フォーム
=========================================== */
.topics-reserve-form {
  margin-top: 32px;
  background-color: #edefef;
  border: 1px solid #7d9994;
  padding: 28px 20px 20px;
  border-top: 8px solid #4a635f;
}
@media screen and (max-width: 767px) {
  .topics-reserve-form {
    margin-top: 24px;
    padding: 24px 16px 16px;
  }
}

.post-content .topics-reserve-form .form-list {
  margin-top: 32px;
}
@media screen and (max-width: 767px) {
  .post-content .topics-reserve-form .form-list {
    margin-top: 24px;
  }
}

.post-content .topics-reserve-form .contact-form-ttl {
  text-align: center;
  font-weight: 700;
  font-size: 2.4rem;
}
@media screen and (max-width: 767px) {
  .post-content .topics-reserve-form .contact-form-ttl {
    font-size: 2rem;
  }
}

.post-content .topics-reserve-form .form-list__item:not(:first-child) {
  margin-top: 16px;
}

.post-content .topics-reserve-form [data-id=group-howtoknow-txt-require01],
.post-content .topics-reserve-form [data-id=group-howtoknow-txt-require02],
.post-content .topics-reserve-form [data-id=group-howtoknow-txt-option] {
  margin-top: 16px;
}

.post-content .topics-reserve-form .form-list__item label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .post-content .topics-reserve-form .form-list__item label {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.post-content .topics-reserve-form .form-list__ttl {
  position: relative;
  width: 240px;
  margin-bottom: 12px;
}
@media screen and (max-width: 767px) {
  .post-content .topics-reserve-form .form-list__ttl {
    width: auto;
    font-family: "Hiragino Mincho ProN", "Noto Serif JP", "Yu Mincho", serif;
    font-size: 1.5rem;
  }
}

.post-content .topics-reserve-form .form-list__ttl.require:after {
  display: inline-block;
  content: "必須";
  font-size: 1.2rem;
  margin-left: 4px;
  padding-top: 4px;
  color: #fff;
  background-color: #bb2a12;
  width: 40px;
  height: 22px;
  text-align: center;
  vertical-align: 0.2em;
}
@media screen and (max-width: 767px) {
  .post-content .topics-reserve-form .form-list__ttl.require:after {
    padding-top: 5px;
  }
}

.post-content .topics-reserve-form .form-list__ttl.option:after {
  display: inline-block;
  content: "任意";
  font-size: 1.2rem;
  margin-left: 4px;
  padding-top: 4px;
  color: #fff;
  background-color: #3c3734;
  width: 40px;
  height: 22px;
  text-align: center;
  vertical-align: 0.2em;
}
@media screen and (max-width: 767px) {
  .post-content .topics-reserve-form .form-list__ttl.option:after {
    padding-top: 5px;
  }
}

.post-content .topics-reserve-form .form-list__main input {
  border: 1px solid #535e61;
  padding: 5px 12px 6px;
  width: 320px;
  height: 40px;
}
@media screen and (max-width: 767px) {
  .post-content .topics-reserve-form .form-list__main input {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .post-content .topics-reserve-form .tel input {
    width: 145px;
  }
}

.post-content .topics-reserve-form .form-list__main select {
  border: 1px solid #535e61;
  padding: 5px 12px 6px;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .post-content .topics-reserve-form .form-list__main select {
    width: 100%;
  }
}

.post-content .topics-reserve-form .hope-number-right .time-zone select {
  width: 168px;
  margin-left: 8px;
  height: 40px;
}
@media screen and (max-width: 1023px) {
  .post-content .topics-reserve-form .hope-number-right .time-zone select {
    width: 156px;
    padding: 5px 6px 6px;
  }
}
@media screen and (max-width: 767px) {
  .post-content .topics-reserve-form .hope-number-right .time-zone select {
    width: 240px;
    margin-left: 0;
    margin-right: 10px;
  }
}

.post-content .topics-reserve-form .hope-number-left,
.post-content .topics-reserve-form .hope-number-left-contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .post-content .topics-reserve-form .hope-number-left,
  .post-content .topics-reserve-form .hope-number-left-contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.post-content .topics-reserve-form .hope-number-right,
.post-content .topics-reserve-form .hope-number-right-contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .post-content .topics-reserve-form .hope-number-right,
  .post-content .topics-reserve-form .hope-number-right-contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

@media screen and (max-width: 390px) {
  .post-content .topics-reserve-form .hope-number-right {
    margin-top: 16px;
  }
}

.post-content .topics-reserve-form .hope-number-box {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .post-content .topics-reserve-form .hope-number-box {
    margin-top: 16px;
  }
}
@media screen and (max-width: 390px) {
  .post-content .topics-reserve-form .hope-number-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.post-content .topics-reserve-form .hope-number-box input {
  width: 208px;
  margin-left: 8px;
}
@media screen and (max-width: 1023px) {
  .post-content .topics-reserve-form .hope-number-box input {
    width: 164px;
  }
}
@media screen and (max-width: 767px) {
  .post-content .topics-reserve-form .hope-number-box input {
    margin-left: 0;
    margin-right: 10px;
  }
}
@media screen and (max-width: 390px) {
  .post-content .topics-reserve-form .hope-number-box input {
    width: 240px;
  }
}

.post-content .topics-reserve-form .hope-number-right-txt {
  margin-left: 26px;
}
@media screen and (max-width: 1023px) {
  .post-content .topics-reserve-form .hope-number-right-txt {
    margin-left: 10px;
  }
}
@media screen and (max-width: 767px) {
  .post-content .topics-reserve-form .hope-number-right-txt {
    margin: 0 0 8px;
  }
}

@media screen and (max-width: 767px) {
  .post-content .topics-reserve-form .hope-number-left-txt {
    margin-bottom: 8px;
  }
}

.post-content .topics-reserve-form .contact-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 48px;
}
@media screen and (max-width: 767px) {
  .post-content .topics-reserve-form .contact-btn {
    margin-top: 40px;
  }
}
.post-content .topics-reserve-form .contact-btn .contact-btn__in input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #4a635f;
  width: 320px;
  height: 50px;
  font-size: 1.8rem;
  color: #fff;
  padding-bottom: 2px;
}
@media screen and (max-width: 390px) {
  .post-content .topics-reserve-form .contact-btn .contact-btn__in input {
    width: 280px;
  }
}

.post-content .topics-reserve-form .form-list__main textarea {
  border: 1px solid #535e61;
  padding: 5px 18px 6px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .post-content .topics-reserve-form .form-list__main textarea {
    margin-top: 12px;
  }
}

.post-content .topics-reserve-form .caution-txt {
  display: inline-block;
  padding: 10px 16px;
  background-color: #f7deda;
  color: #bb2a12;
  border: 1px solid #bb2a12;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .post-content .topics-reserve-form .caution-txt {
    padding: 8px 12px;
    line-height: 1.5;
  }
}
.post-content .topics-reserve-form .caution-txt + .caution-txt {
  margin-top: 16px;
}
@media screen and (max-width: 767px) {
  .post-content .topics-reserve-form .caution-txt + .caution-txt {
    margin-top: 12px;
  }
}

.topics-under-btn {
  margin: 62px auto 80px;
  width: 320px;
  text-align: center;
}/*# sourceMappingURL=topics-single.min.css.map */