@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:700,500,900|Oswald:700,500|Zen+Old+Mincho:400,500,700|Cinzel:400,500,600,700|EB+Garamond:400,500,600,700|Niconne:400");
body {
  min-width: unset;
}

main {
  font-family: "Noto Sans JP";
  margin-top: 80px;
  position: relative;
}
main .breadcrumbs {
  display: flex;
  align-items: center;
  gap: min(8px, 1vw);
  position: absolute;
  top: 45px;
  left: min(40px, 3%);
  font-size: 12px;
  line-height: 14px;
  font-family: "Noto Sans JP";
}
@media (max-width: 768px) {
  main .breadcrumbs {
    top: 13px;
    left: 20px;
  }
}
main .breadcrumbs .breadcrumbs {
  display: flex;
  align-items: center;
  gap: min(8px, 1vw);
}
main .breadcrumbs .bcn-breadcrumb-separator,
main .breadcrumbs .divider {
  color: #B7B7B7;
}
main .breadcrumbs a,
main .breadcrumbs a.home,
main .breadcrumbs .post.post-page a,
main .breadcrumbs [property=item] {
  text-decoration: none;
  transition: opacity 0.3s ease;
}
main .breadcrumbs a span,
main .breadcrumbs a.home span,
main .breadcrumbs .post.post-page a span,
main .breadcrumbs [property=item] span {
  color: #333333;
}
main .breadcrumbs a:hover,
main .breadcrumbs a.home:hover,
main .breadcrumbs .post.post-page a:hover,
main .breadcrumbs [property=item]:hover {
  opacity: 0.7;
}
main .breadcrumbs span.current-item,
main .breadcrumbs .post.post-page.current-item {
  color: #00479D;
}
main article {
  padding: 160px min(150px, 10%) 0;
}
@media (max-width: 768px) {
  main article {
    padding: 125px min(20px, 5%) 0;
  }
}
main article .category {
  display: inline-block;
  padding: 4px 8px;
  background-color: #00479D;
  color: #ffffff;
  border-radius: 4px;
  font-size: 14px;
  margin-bottom: 6px;
}
main article .divider {
  width: 100%;
  height: 1px;
  background-color: #B7B7B7;
  margin: 42px 0 40px;
}
main article .page-content h1 {
  font-size: 40px;
  line-height: 65px;
  font-weight: 700;
  color: #000000;
  margin-bottom: 10px;
  font-family: "Zen Old Mincho";
  font-weight: 600;
}
main article .page-content .date {
  font-size: 14px;
  color: #707070;
  font-family: "Zen Old Mincho";
  font-weight: 600;
}
main article .page-content h2 {
  font-size: 24px;
  line-height: 1.5;
  font-weight: 700;
  color: #00479D;
  margin-bottom: 40px;
  font-family: "Zen Old Mincho";
  font-weight: 600;
}
@media (max-width: 768px) {
  main article .page-content h2 {
    font-size: 20px;
  }
}
main article .page-content p {
  font-size: 16px;
  line-height: 29px;
  color: #000000;
  margin-bottom: 24px;
  white-space: pre-line;
}
main article .page-content a {
  color: #00479D;
  text-decoration: underline;
  display: inline-block;
  max-width: 100%;
  word-break: break-all;
  transition: opacity 0.3s ease;
}
main article .page-content a:hover {
  opacity: 0.8;
}
main article .page-content .wp-block-file {
  margin-top: 40px;
}
main article .page-content .wp-block-file .wp-block-file__embed {
  display: none;
}
main article .page-content .wp-block-file a:not(.wp-block-file__button) {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #00479D;
  text-decoration: underline;
  font-size: 16px;
  line-height: 1.5;
  transition: opacity 0.3s ease;
}
main article .page-content .wp-block-file a:not(.wp-block-file__button):hover {
  opacity: 0.8;
}
main article .page-content .wp-block-file a:not(.wp-block-file__button)::before {
  content: "PDF";
  display: inline-block;
  padding: 3px 5px;
  background-color: #00479D;
  color: #ffffff;
  border-radius: 4px;
  font-size: 14px;
  text-decoration: none;
  white-space: nowrap;
}
main article .page-content .wp-block-file .wp-block-file__button {
  display: none;
}
main article .page-content ul {
  list-style-type: disc;
  padding-left: 24px;
  margin-bottom: 24px;
}
main article .page-content ul li {
  font-size: 16px;
  line-height: 1.8;
  color: #000000;
  margin-bottom: 8px;
}
main article .page-content ul li:last-child {
  margin-bottom: 0;
}
main article .page-content ul li::marker {
  color: #00479D;
}
main article .page-content .pdf-link {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 24px 0;
}
main article .page-content .pdf-link span {
  padding: 4px 8px;
  background-color: #00479D;
  color: #ffffff;
  border-radius: 4px;
  font-size: 14px;
}
main article .page-content .pdf-link a {
  color: #00479D;
  text-decoration: underline;
  font-size: 16px;
}
main article .page-content .pdf-link a:hover {
  opacity: 0.8;
}
main article .page-content img {
  margin: 40px 0;
}
main article .page-content .image {
  margin: 40px 0;
}
main article .page-content .image img {
  width: 100%;
  height: auto;
  border-radius: 8px;
}
main article .page-content table {
  width: 100%;
  border-collapse: collapse;
  margin: 24px 0;
  min-width: 600px;
}
@media (max-width: 768px) {
  main article .page-content table {
    display: block;
    overflow-x: auto;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
  }
}
main article .page-content table th,
main article .page-content table td {
  border: 1px solid #B7B7B7;
  padding: 16px;
  font-size: 16px;
  line-height: 1.5;
  min-width: 120px;
}
main article .page-content table th {
  background-color: #F8F8F8;
  font-weight: 700;
  color: #00479D;
  white-space: nowrap;
}
main article .page-content table td {
  color: #000000;
}
main article .page-content .wp-block-table {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  margin: 24px 0;
}
@media (max-width: 768px) {
  main article .page-content .wp-block-table {
    display: block;
    width: 100%;
  }
}
main article .page-content .wp-block-table table {
  margin: 0;
}
main .post-navigation {
  padding: 0 min(247px, 17%);
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 120px;
}
@media (max-width: 768px) {
  main .post-navigation {
    margin-top: 56px;
    padding: 0 min(20px, 5%);
  }
}
main .post-navigation a {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #00479D;
  font-size: 16px;
  text-decoration: none;
  transition: opacity 0.3s ease;
}
main .post-navigation a:hover {
  opacity: 0.8;
}
main .post-navigation a .nav-text {
  font-family: "Noto Sans JP";
  color: #333333;
}
main .post-navigation a .nav-icon {
  width: 24px;
  height: 24px;
  border: 1px solid #00479D;
  border-radius: 50%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #00479D;
}
main .post-navigation a.prev .nav-icon::after {
  content: "←";
  font-size: 12px;
  color: #ffffff;
}
main .post-navigation a.next .nav-icon::after {
  content: "→";
  font-size: 12px;
  color: #ffffff;
}
main .back-to-list {
  display: flex;
  justify-content: center;
  margin: 40px 0 120px;
}
@media (max-width: 768px) {
  main .back-to-list {
    margin: 24px 0 80px;
  }
}
main .back-to-list a {
  width: -moz-fit-content;
  width: fit-content;
  height: 52px;
  border-radius: 26px;
  text-align: center;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none !important;
  font-family: "Noto Sans JP";
  background-color: #00479D;
  display: flex;
  align-items: center;
  gap: min(16px, 2vw);
  text-decoration: none;
  transition: opacity 0.3s ease;
  background-color: #333333;
  padding: 0 24px 0 10px;
}
main .back-to-list a span {
  font-size: 16px;
  line-height: 1.45;
  color: #ffffff;
}
@media (max-width: 1024px) {
  main .back-to-list a span {
    line-height: 1.3;
  }
}
main .back-to-list a::before {
  content: "←";
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
  color: #00479D;
  font-size: 12px;
}
main .back-to-list a::before {
  color: #333333;
}/*# sourceMappingURL=single.css.map */