.notice_page .entry-title {
  margin: 30px auto;
  font-size: 32px;
  font-weight: 600;
  font-family: "Zen Old Mincho", serif;
}
.notice_page .inf {
  display: flex;
  align-items: center;
  padding-bottom: 20px;
  margin-bottom: 40px;
  border-bottom: 1px solid #555555;
}
.notice_page .inf .obi {
  margin-left: 10px;
  border: 1px solid #12467F;
  background-color: #ffffff;
  transition: background-color 0.3s ease, color 0.3s ease, transform 0.2s ease;
}
.notice_page .inf .obi a {
  color: #12467F;
}
.notice_page .inf .obi:hover {
  color: #ffffff;
  background-color: #12467F;
}
.notice_page .inf .obi:hover a {
  color: #ffffff;
}
.notice_page img {
  margin: 0 auto;
}
.notice_page article {
  max-width: 1040px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}
.notice_page .entry-content p {
  margin-top: 40px;
}
.notice_page .entry-content p a {
  text-decoration: underline;
  color: #5288C3;
}
.notice_page .entry-content figure {
  margin: 40px 0px;
}
.notice_page .entry-content h2 {
  margin-top: 100px;
}
.notice_page .entry-content h3 {
  margin-top: 60px;
}
.notice_page .social {
  margin-top: 60px;
}

.t-information {
  margin-top: 30px;
  padding: 0 20px;
}
.t-information .notice-cat {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto 40px;
}
.t-information .notice-cat p {
  font-weight: 600;
  margin-bottom: 10px;
}
.t-information .notice-cat .cat-detail {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 7px;
}
.t-information .notice-cat a {
  padding: 8px 10px;
  color: #12467F;
  border: 1px solid #12467F;
  border-radius: 4px;
  transition: background-color 0.3s ease, color 0.3s ease, transform 0.2s ease;
}
.t-information .notice-cat a:not(:last-child) {
  margin-right: 10px;
}
.t-information .notice-cat a:hover {
  color: #ffffff;
  background-color: #12467F;
}

@media screen and (max-width: 768px) {
  .notice_page .entry-content .wp-block-gallery.has-nested-images figure.wp-block-image {
    display: block;
    width: 100% !important;
  }
  .notice_page .entry-content .wp-block-gallery.has-nested-images figure.wp-block-image:not(:last-child) {
    margin-bottom: 20px;
  }
  .notice_page .entry-content .wp-block-gallery.has-nested-images figure.wp-block-image img {
    max-width: 768px !important;
  }
  .notice_page .btn-duble {
    display: block;
  }
  .notice_page .btn-duble a {
    margin: 0 auto;
  }
  .notice_page .btn-duble a:not(:last-child) {
    margin-bottom: 20px;
  }
}/*# sourceMappingURL=post-notice.css.map */