@charset "UTF-8";
.l-page {
  padding-top: 80px;
  padding-bottom: 80px;
}
.l-page h2 {
  font-size: 28px;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
  color: #333;
  padding-bottom: 20px;
}
@media (min-width: 600px) {
  .l-page h2 {
    font-size: 40px;
    padding-bottom: 35px;
  }
}
.l-page h2.u-lineheight--update {
  line-height: 1.1;
}
@media (min-width: 600px) {
  .l-page h2.u-lineheight--update {
    line-height: 1.5;
  }
}
.l-page p {
  color: #1a1a1a;
  font-size: 15px;
}
@media (min-width: 600px) {
  .l-page p {
    font-size: 16px;
  }
}
.l-page p a {
  color: #0a4a94;
  text-decoration: underline;
  transition: opacity 0.3s;
}
.l-page p a:hover {
  opacity: 0.8;
}
.l-page .c-text--medium {
  font-size: 16px;
}
@media (min-width: 600px) {
  .l-page .c-text--medium {
    font-size: 20px;
  }
}
@media screen and (max-width: 1296px) {
  .l-page--pd80 {
    padding-top: 80px !important;
  }
}

.l-page__wrap {
  max-width: 1296px;
  margin: auto;
  padding-right: 20px;
  padding-left: 20px;
}

.l-page__wrap__hr {
  padding-bottom: 40px;
  max-width: 1000px;
  margin: auto;
  color: #707070;
}
@media (min-width: 782px) {
  .l-page__wrap__hr {
    padding-bottom: 80px;
  }
}

.has-text-align-center {
  text-align: center !important;
}

.c-audio {
  width: 300px;
  margin: 0 auto;
}

.c-box--enclosure {
  padding: 35px;
  border: 1px solid #0a4a94;
}

.c-button {
  width: 275px;
  font-size: 18px;
  cursor: pointer;
}
@media (min-width: 600px) {
  .c-button {
    width: 330px;
    font-size: 22px;
  }
}
.c-button a {
  background-color: #0a4a94;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  line-height: 1.5;
  transition: background-color 0.3s, color 0.3s;
}
@media (min-width: 600px) {
  .c-button a {
    line-height: 1.5;
  }
}
.c-button a:hover {
  background-color: #ffbaba;
  color: #0a4a94;
}

.c-button--2 a {
  padding: 0.5em;
  line-height: 26px;
}
@media (min-width: 600px) {
  .c-button--2 a {
    line-height: 21px;
  }
}

.c-button--3 {
  height: 95px;
}
.c-button--3 a {
  padding: 0.5em;
  border-radius: 60px;
  line-height: 30px;
}

.c-hr {
  border-top: 1px solid #707070;
  border-bottom: none;
}

.c-image-chairman {
  width: 180px;
  margin: auto;
  box-shadow: 5px 5px 5px 0px #b9b9b9;
  margin-bottom: 35px;
}
.c-image-chairman img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
}

.c-image--inText {
  vertical-align: middle;
  margin: 0px;
  padding: 0px;
}

.c-image--waku {
  border: 1px solid #707070;
}

.c-link a {
  color: #0a4a94;
}

ul.c-list {
  line-height: 1.875;
}
ul.c-list li {
  position: relative;
  padding-left: 13px;
}
ul.c-list li::before {
  display: inline-block;
  content: '';
  width: 10px;
  height: 10px;
  vertical-align: top;
  border-radius: 5px;
  background-color: #0a4a94;
  position: absolute;
  top: 11px;
  left: 0;
}

ol.c-list {
  counter-reset: number 0;
  line-height: 1.875;
}
ol.c-list > li {
  counter-increment: number 1;
  position: relative;
  padding-left: 40px;
}
ol.c-list > li::before {
  counter-increment: num;
  content: '（' counter(number) '）';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
ol.c-list > li > ol {
  counter-reset: number-sub 0;
}
ol.c-list > li > ol > li {
  counter-increment: number-sub 1;
  padding-left: 20px;
}
ol.c-list > li > ol > li::before {
  counter-increment: number-sub;
  content: counter(number-sub);
}
ol.c-list > li > ol > li::after {
  content: '';
  /* 配置を調整 */
  position: absolute;
  display: block;
  top: 0.9em;
  left: -0.2em;
  transform: translateY(-50%);
  /* ○を作る */
  width: 1em;
  height: 1em;
  border: 1px solid #000;
  border-radius: 50%;
}
ol.c-list ul {
  line-height: 1.875;
}
ol.c-list ul li {
  position: relative;
  padding-left: 13px;
}
ol.c-list ul li::before {
  display: inline-block;
  content: '';
  width: 10px;
  height: 10px;
  vertical-align: top;
  border-radius: 5px;
  background-color: #0a4a94;
  position: absolute;
  top: 11px;
  left: 0;
}
ol.c-list ul li.c-circle--none {
  padding-left: 0;
}
ol.c-list ul li.c-circle--none::before {
  display: none;
}

.c-list--page {
  list-style: auto;
  list-style-position: outside;
  padding-left: 1rem;
}
.c-list--page > li > ol > li {
  counter-increment: cnt;
}
.c-list--page > li > ol > li::before {
  content: counter(cnt) ') ';
}
.c-list--page > li > ol > li > ol {
  list-style: lower-alpha;
  list-style-position: outside;
  padding-left: 2rem;
}

.c-list-page--circlenum > li {
  padding-left: 1em;
  text-indent: -1em;
}

.c-message-chairman {
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  font-size: 15px;
  line-height: 1.875;
  max-width: 700px;
}
@media (min-width: 600px) {
  .c-message-chairman {
    font-size: 16px;
  }
}

.c-message-chairman-profile {
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  margin-bottom: 65px;
  font-size: 16px;
  line-height: 1.75;
  text-align: center;
}
@media (min-width: 600px) {
  .c-message-chairman-profile {
    font-size: 20px;
  }
}

.c-overview {
  margin-bottom: 40px;
}
@media (min-width: 782px) {
  .c-overview {
    margin-bottom: 80px;
  }
}

.c-text {
  line-height: 1.875;
}

p.c-text--blue {
  color: #0a4a94;
}

.c-title-sub {
  font-size: 24px;
  font-weight: bold;
  line-height: 44px;
  text-align: center;
  padding-bottom: 25px;
}
@media (min-width: 600px) {
  .c-title-sub {
    font-size: 30px;
    padding-bottom: 35px;
  }
}

.p-academic h3 {
  font-size: 24px;
  margin-top: 25px;
}
@media (min-width: 600px) {
  .p-academic h3 {
    font-size: 30px;
    margin-top: 0;
  }
}
.p-academic .wp-block-columns.is-layout-flex {
  align-items: stretch !important;
  gap: 30px;
}
@media (min-width: 600px) {
  .p-academic .wp-block-columns.is-layout-flex {
    gap: inherit;
  }
}
.p-academic .wp-block-columns.is-layout-flex .wp-block-column {
  display: flex;
  flex-direction: column;
  align-self: auto !important;
}
.p-academic .wp-block-columns.is-layout-flex .wp-block-buttons {
  margin-top: auto !important;
}

.p-access {
  line-height: 1.875;
}
.p-access h3 {
  font-size: 16px;
}
@media (min-width: 600px) {
  .p-access h3 {
    font-size: 20px;
  }
}
.p-access .c-hr {
  margin-top: 10px;
  margin-bottom: 10px;
}
@media (min-width: 600px) {
  .p-access .c-hr {
    margin-top: 18px;
    margin-bottom: 18px;
  }
}
.p-access iframe {
  width: 100%;
}
@media (min-width: 782px) {
  .p-access iframe {
    width: 700px;
  }
}

.p-activeMain {
  max-width: 700px;
  margin: auto;
}

.p-activeMain__announce {
  text-align: center;
  margin-bottom: 35px;
}

.p-activeMain__period {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 18px;
  padding-bottom: 18px;
  border-bottom: 1px solid #707070;
}
@media (min-width: 600px) {
  .p-activeMain__period {
    font-size: 20px;
  }
}

.p-activeMain__list:not(:last-of-type) {
  margin-bottom: 35px;
}
.p-activeMain__list li {
  font-size: 15px;
  line-height: 1.875;
}
@media (min-width: 600px) {
  .p-activeMain__list li {
    font-size: 16px;
  }
}
.p-activeMain__list i {
  margin-right: 5px;
}

.p-activeMain__wrap {
  max-width: 700px;
  margin: auto;
}

.p-activeMain__title {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
  padding-bottom: 18px;
  margin-bottom: 18px;
  border-bottom: 1px solid #707070;
}
@media (min-width: 600px) {
  .p-activeMain__title {
    font-size: 20px;
  }
}

.p-activeMain__content figcaption {
  display: none;
}
.p-activeMain__content h4 {
  font-size: 15px;
  margin-top: 35px;
  margin-bottom: 15px;
}
@media (min-width: 600px) {
  .p-activeMain__content h4 {
    font-size: 18px;
  }
}
.p-activeMain__content p {
  margin-top: 35px;
  margin-bottom: 35px;
}
.p-activeMain__content .wp-block-gallery.has-nested-images figure.wp-block-image {
  flex-grow: 0;
  height: 250px;
  -o-object-fit: cover;
  object-fit: cover;
}
.p-activeMain__content figure.wp-block-gallery.has-nested-images {
  align-items: center;
}
@media (min-width: 600px) {
  .p-activeMain__content figure.wp-block-gallery.has-nested-images {
    align-items: normal;
  }
}
@media (min-width: 782px) {
  .p-activeMain__content .wp-block-gallery.has-nested-images.columns-2 figure.wp-block-image:not(#individual-image) {
    width: 330px;
  }
}
@media (min-width: 782px) {
  .p-activeMain__content .wp-block-gallery.has-nested-images.columns-2 {
    justify-content: space-between;
    gap: 35px 40px;
  }
}

.p-almaMater h3 {
  font-size: 24px;
  margin-top: 25px;
}
@media (min-width: 782px) {
  .p-almaMater h3 {
    font-size: 30px;
    margin-top: 0;
  }
}
.p-almaMater .wp-block-columns.is-layout-flex {
  align-items: stretch !important;
  gap: 30px;
}
@media (min-width: 782px) {
  .p-almaMater .wp-block-columns.is-layout-flex {
    gap: inherit;
  }
}
.p-almaMater .wp-block-columns.is-layout-flex .wp-block-column {
  display: flex;
  flex-direction: column;
  align-self: auto !important;
}
.p-almaMater .wp-block-columns.is-layout-flex .wp-block-buttons {
  margin-top: auto !important;
}

.p-alumni h3 {
  font-size: 24px;
  margin-top: 25px;
}
@media (min-width: 600px) {
  .p-alumni h3 {
    font-size: 30px;
    margin-top: 0;
  }
}
.p-alumni .wp-block-columns.is-layout-flex {
  align-items: stretch !important;
  gap: 30px;
}
@media (min-width: 600px) {
  .p-alumni .wp-block-columns.is-layout-flex {
    gap: inherit;
  }
}
.p-alumni .wp-block-columns.is-layout-flex .wp-block-column {
  display: flex;
  flex-direction: column;
  align-self: auto !important;
}
.p-alumni .wp-block-columns.is-layout-flex .wp-block-buttons {
  margin-top: auto !important;
}

.p-boardReport {
  max-width: 700px;
  margin: auto;
}

.p-boardReport__announce {
  text-align: center;
  margin-bottom: 35px;
}

.p-boardReport__period {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 18px;
  padding-bottom: 18px;
  border-bottom: 1px solid #707070;
}
@media (min-width: 600px) {
  .p-boardReport__period {
    font-size: 20px;
  }
}

.p-boardReport__list {
  line-height: 1.875;
}
.p-boardReport__list li {
  font-size: 15px;
}
@media (min-width: 600px) {
  .p-boardReport__list li {
    font-size: 16px;
  }
}
.p-boardReport__list a {
  transition: opacity 0.3s;
}
.p-boardReport__list a:hover {
  opacity: 0.7;
}
.p-boardReport__list i {
  margin-right: 5px;
}

.p-boardReport__subtitle {
  font-size: 24px;
  font-weight: bold;
  line-height: 44px;
  text-align: center;
  margin-bottom: 80px;
}
@media (min-width: 600px) {
  .p-boardReport__subtitle {
    font-size: 30px;
  }
}

.p-boardReport__wrap {
  max-width: 700px;
  margin: auto;
}

.p-boardReport__content {
  font-size: 15px;
  line-height: 1.7;
}
.p-boardReport__content:not(:last-of-type) {
  margin-bottom: 35px;
}
.p-boardReport__content h4 {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 18px;
  padding-bottom: 18px;
  border-bottom: 1px solid #707070;
}
@media (min-width: 600px) {
  .p-boardReport__content h4 {
    font-size: 20px;
  }
}
.p-boardReport__content dl {
  margin-bottom: 20px;
}
.p-boardReport__content dl div {
  margin-bottom: 5px;
}
@media (min-width: 782px) {
  .p-boardReport__content dl div {
    display: flex;
    margin-bottom: 0;
  }
}
.p-boardReport__content dl div dt {
  font-weight: 500;
  flex-shrink: 0;
}
@media (min-width: 782px) {
  .p-boardReport__content dl div dt span {
    display: inline-block;
    width: 80px;
  }
}
.p-boardReport__content ol {
  counter-reset: number 0;
}
.p-boardReport__content ol > li {
  counter-increment: number 1;
  position: relative;
  padding-left: 40px;
}
.p-boardReport__content ol > li::before {
  counter-increment: num;
  content: '（' counter(number) '）';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.p-boardReport__content ol > li > ol > li {
  padding-left: 20px;
}
.p-boardReport__content ol > li > ol > li::before {
  content: counter(number);
  top: 2.5px;
  left: 1px;
  font-size: 12px;
}
.p-boardReport__content ol > li > ol > li::after {
  content: '';
  /* 配置を調整 */
  position: absolute;
  display: block;
  top: 0.9em;
  left: -0.2em;
  transform: translateY(-50%);
  /* ○を作る */
  width: 1em;
  height: 1em;
  border: 1px solid #000;
  border-radius: 50%;
}
.p-boardReport__content ol ul {
  line-height: 1.875;
}
.p-boardReport__content ol ul li {
  position: relative;
  padding-left: 13px;
}
.p-boardReport__content ol ul li::before {
  display: inline-block;
  content: '・';
  vertical-align: top;
  position: absolute;
  top: 0;
  left: 0;
}
.p-boardReport__content ol ul li.c-circle--none {
  padding-left: 0;
}
.p-boardReport__content ol ul li.c-circle--none::before {
  display: none;
}
.p-boardReport__content .p-boardReport__content__text {
  font-weight: bold;
  font-size: 15px;
  line-height: 1.25;
}
@media (min-width: 600px) {
  .p-boardReport__content .p-boardReport__content__text {
    font-size: 16px;
  }
}
.p-boardReport__content .c-list {
  margin-left: 2.6em;
}

.p-deceased .wp-block-columns {
  flex-wrap: wrap !important;
}
@media (min-width: 1296px) {
  .p-deceased .wp-block-columns {
    flex-wrap: nowrap !important;
  }
}
@media (min-width: 1296px) {
  .p-deceased .wp-block-column {
    min-width: 485px;
  }
}
.p-deceased .wp-block-table {
  overflow-x: unset;
}
.p-deceased .wp-block-table table {
  text-align: center;
}
@media (min-width: 1296px) {
  .p-deceased .wp-block-table table {
    text-align: inherit;
  }
}
.p-deceased .wp-block-table tbody {
  display: inline-flex;
  flex-direction: column;
  text-align: center;
  width: 100%;
}
@media (min-width: 1296px) {
  .p-deceased .wp-block-table tbody {
    display: table-row-group;
    text-align: inherit;
    width: unset;
  }
}
.p-deceased .wp-block-table tr {
  font-size: 11px;
  display: inline-block;
  padding-top: 18px;
  padding-bottom: 18px;
  border-top: 1px solid #707070;
}
.p-deceased .wp-block-table tr:last-of-type {
  border-bottom: 1px solid #707070;
}
@media (min-width: 600px) {
  .p-deceased .wp-block-table tr {
    font-size: 14px;
  }
}
@media (min-width: 1296px) {
  .p-deceased .wp-block-table tr {
    font-size: 16px;
    display: block;
  }
}
.p-deceased .wp-block-table td {
  border: none;
  padding: 0;
  display: inline-block;
}
.p-deceased .wp-block-table td:first-of-type {
  width: 77px;
  text-align: left;
}
@media (min-width: 600px) {
  .p-deceased .wp-block-table td:first-of-type {
    width: 105px;
  }
}
@media (min-width: 1296px) {
  .p-deceased .wp-block-table td:first-of-type {
    width: 115px;
  }
}
.p-deceased .wp-block-table td:nth-of-type(2) {
  width: 64px;
  -moz-text-align-last: left;
  text-align-last: left;
}
@media (min-width: 600px) {
  .p-deceased .wp-block-table td:nth-of-type(2) {
    width: 84px;
  }
}
@media (min-width: 1296px) {
  .p-deceased .wp-block-table td:nth-of-type(2) {
    width: 92px;
  }
}
.p-deceased .wp-block-table td:nth-of-type(3) {
  width: 66.5px;
  -moz-text-align-last: left;
  text-align-last: left;
}
@media (min-width: 600px) {
  .p-deceased .wp-block-table td:nth-of-type(3) {
    width: 84.5px;
  }
}
@media (min-width: 1296px) {
  .p-deceased .wp-block-table td:nth-of-type(3) {
    width: 97px;
  }
}
.p-deceased .wp-block-table td:nth-of-type(4) {
  width: 93px;
  text-align: right;
}
@media (min-width: 600px) {
  .p-deceased .wp-block-table td:nth-of-type(4) {
    width: 128px;
  }
}
@media (min-width: 1296px) {
  .p-deceased .wp-block-table td:nth-of-type(4) {
    width: 140px;
  }
}
.p-deceased .wp-block-table td + td {
  margin-left: 3px;
}
@media (min-width: 1296px) {
  .p-deceased .wp-block-table td + td {
    margin-left: 10px;
  }
}
.p-deceased th {
  border: none;
  padding: 0;
}
.p-deceased .wp-block-group + .wp-block-group {
  margin-top: 50px;
}
.p-deceased .wp-block-group :where(.wp-block-columns.is-layout-flex) {
  gap: 0;
}
@media (min-width: 1296px) {
  .p-deceased .wp-block-group :where(.wp-block-columns.is-layout-flex) {
    gap: 2em;
  }
}
.p-deceased .wp-block-group .wp-block-columns .wp-block-column:nth-of-type(2) .wp-block-table tr:first-of-type {
  border-top: 0;
}
@media (min-width: 1296px) {
  .p-deceased .wp-block-group .wp-block-columns .wp-block-column:nth-of-type(2) .wp-block-table tr:first-of-type {
    border-top: 1px solid #707070;
  }
}
.p-deceased .wp-block-group .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column {
  flex-basis: 100% !important;
}
@media (min-width: 1296px) {
  .p-deceased .wp-block-group .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column {
    flex-basis: 0;
  }
}

.p-deceased .wp-block-group__inner-container {
  position: relative;
}

.p-deceased .wp-block-group__inner-container::after {
  content: '（左から氏名、卒年、支部名、物故年月日）';
  display: block;
  position: relative;
  text-align: right;
  width: 100%;
  margin: -15px 0 60px;
  font-size: 15px;
}

@media screen and (max-width: 781px) {
  .p-deceased .wp-block-group__inner-container::after {
    margin-top: -15px;
    font-size: 12px;
  }
}
.p-department__wrap {
  max-width: 710px;
  margin: auto;
}

.p-department {
  gap: unset !important;
  margin-bottom: 0;
}
.p-department:not(:first-of-type) {
  padding-top: 18px;
}
.p-department:not(:last-of-type) {
  padding-bottom: 38px;
  border-bottom: 1px solid #707070;
}
.p-department li {
  font-size: 15px;
}
@media (min-width: 600px) {
  .p-department li {
    font-size: 16px;
  }
}

.p-department__title {
  width: calc(100% - 590px);
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 15px !important;
}
@media (min-width: 600px) {
  .p-department__title {
    font-size: 20px;
  }
}
@media (min-width: 782px) {
  .p-department__title {
    margin-bottom: 0 !important;
  }
}

.p-department__list {
  width: 590px;
  flex-basis: unset !important;
  flex-grow: unset !important;
}
.p-department__list p {
  margin-bottom: 20px;
}

.p-form {
  width: 310px;
  margin: auto;
  margin-bottom: 80px;
}
@media (min-width: 1296px) {
  .p-form {
    width: 900px;
  }
}
.p-form p {
  text-align: center;
  margin-bottom: 30px;
}
@media (min-width: 1296px) {
  .p-form p {
    text-align: left;
  }
}

.p-form__content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.p-form__content input[type='text'] {
  padding: 10px 20px;
  border: 1px solid #0a4a94;
  height: 100%;
  width: 100%;
  margin-bottom: 45px;
}
@media (min-width: 1296px) {
  .p-form__content input[type='text'] {
    width: 250px;
    margin-bottom: 0;
  }
}
@media (min-width: 1296px) {
  .p-form__content input[type='text']:first-of-type {
    width: 260px;
  }
}
.p-form__content input[type='date']::-webkit-calendar-picker-indicator {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.p-form__content input[type='date']::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
.p-form__content input[type='date']::-webkit-clear-button {
  -webkit-appearance: none;
}
.p-form__content input[type='date'] {
  height: 100%;
  width: 125px;
  padding-right: 20px;
  box-sizing: content-box;
  position: relative;
}
@media (min-width: 1296px) {
  .p-form__content input[type='date'] {
    padding: 10px 15px;
    width: 150px;
    box-sizing: border-box;
  }
}
.p-form__content button {
  font-size: 22px;
  color: #fff;
  background: #0a4a94;
  border-radius: 30px;
  padding: 8.5px 0;
  width: 100px;
  text-align: center;
  margin: auto;
  margin-top: 30px;
}
@media (min-width: 1296px) {
  .p-form__content button {
    margin: inherit;
    margin-top: 0;
  }
}

.p-form__group {
  width: 145px;
  height: 46.72px;
  position: relative;
}
@media (min-width: 1296px) {
  .p-form__group {
    width: unset;
    max-width: unset;
  }
}
.p-form__group label {
  position: absolute;
  top: -30px;
}

.p-form__dateinput {
  width: 145px;
  height: 100%;
  border: 1px solid #0a4a94;
  position: relative;
}
@media (min-width: 1296px) {
  .p-form__dateinput {
    width: 150px;
  }
}
.p-form__dateinput i {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  z-index: -1;
}
@media (min-width: 1296px) {
  .p-form__dateinput i {
    right: 20px;
  }
}

.p-history p {
  font-size: 15px;
}
@media (min-width: 600px) {
  .p-history p {
    font-size: 18px;
  }
}
.p-history h3 {
  font-size: 18;
  margin-top: 20px;
  margin-bottom: 10px;
}
@media (min-width: 600px) {
  .p-history h3 {
    font-size: 22px;
  }
}
.p-history .wp-block-image {
  margin-top: 20px;
}
@media (min-width: 600px) {
  .p-history .wp-block-image {
    margin-top: 40px;
  }
}

.p-institution {
  font-size: 15px;
}
@media (min-width: 600px) {
  .p-institution {
    font-size: 16px;
  }
}
.p-institution p {
  margin-bottom: 18px;
}
@media (min-width: 600px) {
  .p-institution__name {
    text-align: center;
  }
}
@media (min-width: 782px) {
  .p-institution__name {
    text-align: left;
  }
}
.p-institution .c-hr {
  margin-bottom: 18px;
}
.p-institution .wp-block-table {
  overflow-x: unset;
}
@media (min-width: 600px) {
  .p-institution .wp-block-table {
    width: 60%;
    margin: auto;
  }
}
@media (min-width: 782px) {
  .p-institution .wp-block-table {
    width: unset;
    margin: unset;
    margin-left: 10px;
  }
}
.p-institution .wp-block-table tr {
  display: flex;
}
.p-institution .wp-block-table tr:not(:last-of-type) {
  margin-bottom: 18px;
}
.p-institution .wp-block-table tr td {
  border: none;
  padding: 0;
  display: block;
}
.p-institution .wp-block-table tr td:first-of-type {
  width: 96px;
  margin-right: 25px;
  flex-shrink: 0;
}
.p-institution figure.wp-block-image {
  text-align: center;
  margin-top: 30px;
}
@media (min-width: 782px) {
  .p-institution figure.wp-block-image {
    margin-top: 16px;
    text-align: right;
  }
}
.p-institution .wp-block-columns {
  gap: 0;
}
@media (min-width: 782px) {
  .p-institution .wp-block-columns {
    gap: 2em;
    justify-content: space-between;
  }
}

.p-insuranceInfo {
  max-width: 700px;
  margin: auto;
}
.p-insuranceInfo h3 {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5;
  padding-bottom: 18px;
  margin-bottom: 18px;
  border-bottom: 1px solid #707070;
}
@media (min-width: 600px) {
  .p-insuranceInfo h3 {
    font-size: 20px;
  }
}
.p-insuranceInfo h4 {
  font-size: 16px;
}
@media (min-width: 600px) {
  .p-insuranceInfo h4 {
    font-size: 18px;
  }
}
.p-insuranceInfo h5 {
  font-size: 15px;
}
@media (min-width: 600px) {
  .p-insuranceInfo h5 {
    font-size: 16px;
  }
}
.p-insuranceInfo p {
  line-height: 1.875;
  margin-bottom: 35px;
  font-size: 15px;
}
@media (min-width: 782px) {
  .p-insuranceInfo p {
    font-size: 16px;
  }
}
.p-insuranceInfo li {
  font-size: 15px;
}
@media (min-width: 782px) {
  .p-insuranceInfo li {
    font-size: 16px;
  }
}
.p-insuranceInfo a {
  color: #0a4a94;
  text-decoration: underline;
  transition: opacity 0.3s;
}
.p-insuranceInfo a:hover {
  opacity: 0.8;
}
.p-insuranceInfo table {
  line-height: 1.5;
  font-size: 15px;
}
@media (min-width: 782px) {
  .p-insuranceInfo table {
    font-size: inherit;
  }
}
.p-insuranceInfo table td {
  vertical-align: middle;
}

.p-mail {
  max-width: 700px;
  margin: auto;
}
@media (min-width: 600px) {
  .p-mail .mw_wp_form dl {
    display: flex;
  }
}
.p-mail .mw_wp_form dl:last-of-type {
  margin-bottom: 35px;
}
.p-mail .mw_wp_form dl dt {
  line-height: 50px;
}
@media (min-width: 600px) {
  .p-mail .mw_wp_form dl dt {
    width: 30%;
  }
}
.p-mail .mw_wp_form dl dd {
  border: 1px solid #004bb1;
  padding: 10px 20px;
  position: relative;
  background: #fff;
}
@media (min-width: 600px) {
  .p-mail .mw_wp_form dl dd {
    width: 70%;
  }
}
.p-mail .mw_wp_form dl dd input {
  width: 100%;
  height: 100%;
}
.p-mail .mw_wp_form dl dd input::-moz-placeholder {
  color: #cdd6dd;
}
.p-mail .mw_wp_form dl dd input::placeholder {
  color: #cdd6dd;
}
.p-mail .mw_wp_form dl + dl {
  margin-top: 15px;
}
@media (min-width: 600px) {
  .p-mail .mw_wp_form dl + dl {
    margin-top: 35px;
  }
}
.p-mail .mw_wp_form dl.p-mail__column {
  display: block;
  height: auto;
}
.p-mail .mw_wp_form dl.p-mail__column dt,
.p-mail .mw_wp_form dl.p-mail__column dd {
  width: 100%;
}
.p-mail .mw_wp_form dl.p-mail__column dt {
  text-align: center;
  line-height: 24px;
  margin-bottom: 35px;
}
.p-mail .mw_wp_form dl.p-mail__column dd {
  height: auto;
  line-height: 1.5;
  margin-bottom: 35px;
  padding: 10px 20px;
}
.p-mail .mw_wp_form dl.p-mail__column dd textarea {
  width: 100%;
  height: 180px;
}
.p-mail .mw_wp_form hr {
  margin-top: 35px;
  margin-bottom: 35px;
}
.p-mail .mw_wp_form .confirm {
  display: block;
  margin: auto;
  font-size: 17.6px;
  font-weight: bold;
  width: 300px;
  height: 60px;
  color: #fff;
  background: #0a4a94;
  text-align: center;
  border-radius: 30px;
  transition: background-color 0.3s, color 0.3s, opacity 0.3s;
}
@media (min-width: 600px) {
  .p-mail .mw_wp_form .confirm {
    font-size: 22px;
  }
}
.p-mail .mw_wp_form .confirm:hover {
  background-color: #ffbaba;
  color: #0a4a94;
}
.p-mail .mw_wp_form .confirm--back {
  background: #ccc;
}
.p-mail .mw_wp_form .confirm--back:hover {
  background: #ccc;
  color: #fff;
  opacity: 0.7;
}
.p-mail .mw_wp_form .error {
  margin-top: 15px;
  position: absolute;
  bottom: -23px;
}
.p-mail .mw_wp_form_preview dl dd {
  line-height: 28px;
}

.p-mail__announce {
  text-align: center;
  color: #1a1a1a;
  margin-bottom: 35px;
}
.p-mail__announce a {
  color: #0a4a94;
}

.p-mail__null {
  display: none !important;
}

.mw_wp_form {
  font-size: 15px;
}
@media (min-width: 600px) {
  .mw_wp_form {
    font-size: 16px;
  }
}

.p-memberSupport h3 {
  font-size: 24px;
  margin-top: 25px;
}
@media (min-width: 600px) {
  .p-memberSupport h3 {
    font-size: 30px;
    margin-top: 0;
  }
}

.p-movie .wp-block-columns {
  margin-bottom: 0;
}

.p-movie__announce {
  text-align: center;
}
@media (min-width: 782px) {
  .p-movie__announce {
    text-align: inherit;
  }
}

.p-movie__column {
  justify-content: space-between;
}
.p-movie__column > div {
  text-align: center;
}
@media (min-width: 782px) {
  .p-movie__column > div {
    text-align: inherit;
  }
}
.p-movie__column + .p-movie__column {
  margin-top: 2em;
}
@media (min-width: 782px) {
  .p-movie__column + .p-movie__column {
    margin-top: 80px;
  }
}

.p-news {
  max-width: 700px;
  margin: auto;
  margin-bottom: 80px;
}
.p-news .more-link {
  display: block;
  color: #0a4a94;
  font-weight: bold;
  font-size: 15px;
  line-height: 30px;
}
@media (min-width: 600px) {
  .p-news .more-link {
    font-size: 16px;
  }
}

.p-news__content:not(:last-of-type) {
  margin-bottom: 35px;
}

.p-news__date {
  font-size: 15px;
  color: #666666;
  line-height: 30px;
}
@media (min-width: 600px) {
  .p-news__date {
    font-size: 16px;
  }
}

.p-news__title {
  display: block;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
  padding-bottom: 18px;
  margin-bottom: 18px;
  border-bottom: 1px solid #707070;
}
@media (min-width: 600px) {
  .p-news__title {
    font-size: 20px;
  }
}

.p-news__text {
  font-size: 15px;
  line-height: 1.875;
}
@media (min-width: 600px) {
  .p-news__text {
    font-size: 16px;
  }
}
.p-news__text i {
  margin-right: 5px;
}
.p-news__text > span {
  display: block;
  margin-top: 10px;
}
.navigation {
  font-size: 15px;
  color: #666666;
  line-height: 25px;
  text-align: center;
}
@media (min-width: 600px) {
  .navigation {
    font-size: 16px;
  }
}
.navigation .current {
  color: #000;
}

.p-news__wrap {
  max-width: 700px;
  margin: auto;
}
.p-news__wrap a {
  color: #0a4a94;
}

.p-news__passcontent {
  margin-bottom: 20px;
}
@media (min-width: 600px) {
  .p-news__passcontent {
    margin-bottom: 30px;
  }
}

.p-officer__wrap {
  width: 100%;
  max-width: 700px;
  margin: auto;
}
@media (min-width: 1296px) {
  .p-officer__wrap {
    width: 700px;
  }
}
.p-officer__wrap > p {
  text-align: center;
}
.p-officer__wrap .c-button {
  margin: auto;
  margin-top: 35px;
}
@media (min-width: 600px) {
  .p-officer__wrap .c-button {
    margin-top: 50px;
  }
}
.p-officer__wrap .c-button a {
  line-height: 50px;
}

.p-officer__image {
  display: block;
  width: 160px;
  margin: auto;
  margin-bottom: 18px;
  box-shadow: 5px 5px 5px 0px #b9b9b9;
}

.p-officer__furigana {
  margin-bottom: 18px;
}

.p-officer__experience {
  margin-bottom: 18px;
}

.p-officer__furigana,
.p-officer__graduation,
.p-officer__experience {
  font-size: 16px;
  line-height: 1.45;
}
@media (min-width: 600px) {
  .p-officer__furigana,
  .p-officer__graduation,
  .p-officer__experience {
    font-size: 20px;
  }
}

.p-officer__name {
  font-size: 32px !important;
  line-height: 1.45;
  margin-bottom: 18px;
}
@media (min-width: 600px) {
  .p-officer__name {
    font-size: 40px !important;
  }
}

.p-officer__info {
  font-size: 15px;
  line-height: 1.875;
  padding-bottom: 10px;
  border-bottom: 1px solid #707070;
}
@media (min-width: 600px) {
  .p-officer__info {
    font-size: 16px;
    display: flex;
    padding-bottom: 18px;
    border-bottom: 1px solid #707070;
  }
}
.p-officer__info:not(:last-of-type) {
  margin-bottom: 10px;
}
@media (min-width: 600px) {
  .p-officer__info:not(:last-of-type) {
    margin-bottom: 18px;
  }
}
.p-officer__info dt {
  flex-basis: 20%;
}
.p-officer__info dd {
  flex-basis: 80%;
}

.p-officerMain {
  max-width: 1000px;
  margin: auto;
}

.p-officerMain__announce {
  text-align: center;
  margin-bottom: 35px;
  font-size: 24px !important;
}
@media (min-width: 600px) {
  .p-officerMain__announce {
    margin-bottom: 80px;
    font-size: 30px !important;
  }
}

.p-officerMain__pass {
  text-align: center;
  margin-bottom: 35px;
}
.p-officerMain__pass img {
  width: 0.9em;
  margin-right: 0.3em;
  margin-bottom: 0.1em;
}

.p-officerMain__period {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 18px;
  padding-bottom: 18px;
  border-bottom: 1px solid #707070;
}
@media (min-width: 600px) {
  .p-officerMain__period {
    font-size: 20px;
  }
}

.p-officerMain__list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 0;
}
.p-officerMain__list:not(:last-of-type) {
  margin-bottom: 35px;
}
.p-officerMain__list li {
  line-height: 1.875;
  flex-basis: 20%;
  min-width: 160px;
}
.p-officerMain__list i {
  margin-right: 5px;
}
.p-officerMain__list small {
  display: block;
  line-height: 0.2;
}
.p-officerMain__list a {
  color: #0a4a94;
  transition: opacity 0.3s;
  font-size: 15px;
}
@media (min-width: 600px) {
  .p-officerMain__list a {
    font-size: 16px;
  }
}
.p-officerMain__list a:hover {
  opacity: 0.8;
}

.p-password {
  text-align: center;
  margin-bottom: 80px;
}
.p-password--notice {
  margin-bottom: 0;
}
@media (min-width: 600px) {
  .p-password--notice {
    margin-bottom: 20px;
  }
}

.p-password__form {
  text-align: center;
}
.p-password__form p {
  font-size: 16px;
}
@media (min-width: 600px) {
  .p-password__form p {
    font-size: 20px;
  }
}

.p-password__field {
  margin-bottom: 35px;
}
@media (min-width: 782px) {
  .p-password__field {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.p-password__field p {
  margin-bottom: 15px;
}
@media (min-width: 782px) {
  .p-password__field p {
    margin-right: 45px;
    margin-bottom: 0;
  }
}
.p-password__field input {
  height: 50px;
  width: 80%;
  text-align: left;
  border: 1px solid #004bb1;
  padding: 10px 20px;
}
@media (min-width: 782px) {
  .p-password__field input {
    width: 495px;
  }
}
.p-password__field--notice {
  margin-bottom: 20px;
}
@media (min-width: 782px) {
  .p-password__field--notice {
    margin-bottom: 10px;
  }
}
.p-password__field--notice p {
  margin-bottom: 5px;
}

.p-password__submit {
  font-size: 17.6px;
  font-weight: bold;
  color: #fff;
  padding: 15px 128px;
  background: #0a4a94;
  border-radius: 30px;
}
@media (min-width: 600px) {
  .p-password__submit {
    font-size: 22px;
  }
}
.p-password__submit--notice {
  font-size: 15px;
  padding: 5px 50px;
}
@media (min-width: 600px) {
  .p-password__submit--notice {
    font-size: 16px;
  }
}

.p-password--notice a {
  font-weight: bold;
  color: #0a4a94;
}

.p-password--notice__form {
  margin-top: 3px;
  margin-bottom: 3px;
}

.p-password--notice__field {
  border: 1px solid #004bb1;
  padding: 3px;
  margin-right: 5px;
}

.p-password__forget {
  margin-top: 15px;
  text-align: center;
}
.p-password__forget a {
  font-weight: bold;
  color: #0a4a94;
}

.p-password__error {
  color: #ff0000 !important;
  font-size: 22.8px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 30px;
}
@media (min-width: 600px) {
  .p-password__error {
    font-size: 26px;
  }
}

.p-press {
  max-width: 700px;
  margin: auto;
  margin-bottom: 35px;
}
.p-press .p-press__hr {
  padding-bottom: 80px;
}

.p-press__announce {
  line-height: 1.875;
  text-align: center;
  margin-bottom: 35px;
}

.p-press__hr {
  max-width: 700px;
  margin: auto;
  color: #707070;
}

.p-press__list {
  color: #0a4a94;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  list-style: disc;
  list-style-position: inside;
}
@media (min-width: 600px) {
  .p-press__list {
    flex-direction: row;
    align-items: baseline;
  }
}
.p-press__list li {
  transition: opacity 0.3s;
}
.p-press__list li:nth-of-type(n + 2) {
  margin-top: 35px;
}
@media (min-width: 600px) {
  .p-press__list li {
    width: 45%;
  }
  .p-press__list li:nth-of-type(n + 2) {
    margin-top: 0;
  }
  .p-press__list li:nth-of-type(n + 3) {
    margin-top: 35px;
  }
}
@media (min-width: 1296px) {
  .p-press__list li {
    width: 30%;
  }
  .p-press__list li:nth-of-type(n + 3) {
    margin-top: 0;
  }
  .p-press__list li:nth-of-type(n + 4) {
    margin-top: 35px;
  }
}
.p-press__list li:hover {
  opacity: 0.7;
}
.p-press__list li a {
  margin-left: -0.5em;
}
.p-press__list::after {
  display: block;
  content: '';
  width: 29%;
}

.p-reunion {
  max-width: 1000px;
  margin: auto;
}
.p-reunion h3 {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  line-height: 1.75;
}
@media (min-width: 600px) {
  .p-reunion h3 {
    font-size: 20px;
  }
}
@media (min-width: 1296px) {
  .p-reunion h3 {
    line-height: 1;
  }
}
.p-reunion h4 {
  font-size: 15px;
  font-weight: bold;
  margin-top: 60px;
}
@media (min-width: 600px) {
  .p-reunion h4 {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .p-reunion h4 {
    margin-top: 40px;
  }
}
.p-reunion .wp-block-gallery figure {
  width: 330px !important;
}
.p-reunion .wp-block-gallery figure img {
  width: 330px !important;
  height: auto !important;
  -o-object-fit: contain !important;
  object-fit: contain !important;
}
@media screen and (min-width: 767px) {
  .p-reunion .wp-block-image,
  .p-reunion .wp-block-gallery {
    width: 400px;
    float: right;
    padding-left: 2em;
  }
  .p-reunion .wp-block-image .wp-block-image,
  .p-reunion .wp-block-gallery .wp-block-image {
    padding: 0 !important;
  }
  .p-reunion .wp-block-image + .wp-block-spacer,
  .p-reunion .wp-block-gallery + .wp-block-spacer {
    display: none;
  }
}

.vertical-text figcaption {
  font-size: 14px;
  text-align: right;
}
.vertical-text figcaption strong {
  writing-mode: vertical-rl;
  -webkit-text-orientation: upright;
  text-align: left;
}

.p-reunion__content {
  line-height: 2.18;
}
.p-reunion__content hr {
  border-bottom: unset;
}
.p-reunion__content p + p {
  margin-top: 0.5em;
}
.p-reunion__content + .p-reunion__content {
  margin-top: 240px;
}
@media screen and (max-width: 767px) {
  .p-reunion__content + .p-reunion__content {
    margin-top: 150px;
  }
}

.p-reunion__text {
  font-size: 15px;
  line-height: 1.875;
}
@media (min-width: 600px) {
  .p-reunion__text {
    font-size: 16px;
  }
}
.p-reunion__text i {
  margin-right: 5px;
}
.p-reunion__text--excerpt br {
  display: none;
}
.p-reunion__text--excerpt p {
  display: inline;
}

.p-rule {
  max-width: 1000px;
  margin: auto;
  font-size: 11.2px;
  line-height: 1.43;
}
@media (min-width: 600px) {
  .p-rule {
    font-size: 14px;
  }
}
.p-rule h4 {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
  padding-bottom: 12px;
  margin-top: 40px;
  margin-bottom: 12px;
  border-bottom: 1px solid #707070;
}
@media (min-width: 600px) {
  .p-rule h4 {
    font-size: 20px;
  }
}
.p-rule h5 {
  font-size: 15px;
  font-weight: bold;
}
@media (min-width: 600px) {
  .p-rule h5 {
    font-size: 16px;
  }
}
.p-rule p {
  margin-bottom: 20px;
  line-height: 1.8;
}
.p-rule p + ol {
  margin-top: -10px;
}
.p-rule .wp-block-group:not(:last-of-type) {
  margin-bottom: 35px;
}
.p-rule ol {
  position: relative;
  margin-bottom: 20px;
  margin-left: 10px;
  line-height: 1.8;
  font-size: 15px;
}
@media (min-width: 600px) {
  .p-rule ol {
    font-size: 16px;
  }
}
.p-rule ol li {
  list-style: none;
  list-style-position: outside;
  padding-left: 1.25em;
}
.p-rule ol li:not(:last-of-type) {
  margin-bottom: 5px;
}
.p-rule ol li span {
  position: absolute;
  left: 0;
  margin: 0;
}
.p-rule ol ol {
  margin-bottom: 0;
}
.p-rule .c-ol--right li {
  padding-left: 2.7em;
}
.p-rule .c-ol--right--medium li {
  padding-left: 2em;
}
.p-rule .c-ol--right--small li {
  padding-left: 1.5em;
}

.p-rule__enforcement h5 {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
}
@media (min-width: 600px) {
  .p-rule__enforcement h5 {
    font-size: 20px;
  }
}
.p-rule__enforcement p {
  line-height: 2.14;
}

.p-rule__history .wp-block-table {
  margin-top: 35px;
}
.p-rule__history .wp-block-table table {
  width: 1000px;
  overflow-x: scroll;
}

.p-rule--policy h3 {
  font-size: 22.8px;
  font-weight: bold;
  line-height: 1.8;
}
@media (min-width: 600px) {
  .p-rule--policy h3 {
    font-size: 26px;
  }
}

.p-rule--subsidy ol {
  margin-left: 0;
}

.p-rule--regulations {
  font-size: 14px;
}
.p-rule--regulations p,
.p-rule--regulations ol,
.p-rule--regulations ul {
  font-size: 14px !important;
}
.p-rule--regulations ol {
  margin-left: 0;
}
.p-rule--regulations .c-articleList li {
  padding-left: 0;
}

.p-schedule {
  max-width: 1000px;
  margin: auto;
}
.p-schedule h3 {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
  text-align: left;
}
@media (min-width: 600px) {
  .p-schedule h3 {
    font-size: 20px;
  }
}
.p-schedule .wp-block-columns {
  gap: unset;
  margin-bottom: unset;
}

.p-schedule__month {
  width: 47.5%;
  flex-basis: unset !important;
  flex-grow: unset !important;
}

.p-schedule__column {
  justify-content: space-between;
}
.p-schedule__column > div {
  margin-bottom: 18px;
  padding-bottom: 18px;
  border-bottom: 1px solid #707070;
}
.p-schedule__column:last-of-type > div:last-of-type {
  margin-bottom: unset;
  padding-bottom: unset;
  border-bottom: unset;
}
@media (min-width: 782px) {
  .p-schedule__column:last-of-type > div {
    margin-bottom: unset;
    padding-bottom: unset;
    border-bottom: unset;
  }
}

.p-tel table {
  width: 1000px;
  overflow-x: scroll;
}

.p-welfare h3 {
  font-size: 24px;
  margin-top: 25px;
}
@media (min-width: 600px) {
  .p-welfare h3 {
    font-size: 30px;
    margin-top: 0;
  }
}
.p-welfare .wp-block-columns.is-layout-flex {
  align-items: stretch !important;
  gap: 30px;
}
@media (min-width: 600px) {
  .p-welfare .wp-block-columns.is-layout-flex {
    gap: inherit;
  }
}
.p-welfare .wp-block-columns.is-layout-flex .wp-block-column {
  display: flex;
  flex-direction: column;
  align-self: auto !important;
}
.p-welfare .wp-block-columns.is-layout-flex .wp-block-buttons {
  margin-top: auto !important;
}

.p-wrap--700 {
  width: 100%;
  max-width: 700px;
  margin: auto;
}

.p-wrap--720 {
  width: 100%;
  max-width: 720px;
  margin: auto;
}

.p-wrap--800 {
  width: 100%;
  max-width: 800px;
  margin: auto;
}

.p-wrap--1000 {
  width: 100%;
  max-width: 1000px;
  margin: auto;
}

.p-wrap--2column {
  justify-content: space-between;
}
.p-wrap--2column > div {
  text-align: center;
}
.p-wrap--2column > div p {
  display: inline-block;
  text-align: left;
}

.p-wrap--center {
  text-align: center;
}
@media (min-width: 782px) {
  .p-wrap--center {
    text-align: inherit;
  }
}

.p-wrap--3column {
  flex-wrap: wrap !important;
}
@media screen and (max-width: 760px) {
  .p-wrap--3column {
    justify-content: space-around;
  }
}
.p-wrap--3column > div {
  width: 210px;
}
.p-wrap--3column > div img {
  width: 100%;
  height: 150px;
  -o-object-fit: cover;
  object-fit: cover;
}
.p-wrap--3column.wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column {
  flex-basis: unset !important;
  flex-grow: unset;
}

.p-wrap--4column {
  display: grid !important;
  grid-template-columns: repeat(4, 1fr);
  flex-wrap: wrap !important;
  justify-content: flex-start;
}
@media screen and (max-width: 760px) {
  .p-wrap--4column {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 475px) {
  .p-wrap--4column {
    grid-template-columns: repeat(2, 1fr);
    gap: 2em 1em;
  }
}
.p-wrap--4column > div {
  width: auto;
}
.p-wrap--4column > div img {
  width: 100%;
  height: 150px;
  -o-object-fit: cover;
  object-fit: cover;
}
.p-wrap--4column.wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column {
  flex-basis: unset !important;
  flex-grow: unset;
}

.u-display--tabpc {
  display: none;
}
@media (min-width: 782px) {
  .u-display--tabpc {
    display: block;
  }
}

.u-fontsize--mini {
  font-size: 12px !important;
}
@media (min-width: 600px) {
  .u-fontsize--mini {
    font-size: 16px !important;
  }
}

.u-fontsize-update {
  font-size: 60%;
  margin-left: 1%;
}

.u-lineheight {
  line-height: 1.875;
}

.u-lineheight--17 {
  line-height: 1.7;
}

.u-lineheight--15 {
  line-height: 1.5;
}

.u-lineheight--14 {
  line-height: 1.43;
}

.u-lineheight--12 {
  line-height: 1.25;
}

.u-lock {
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.u-lock img {
  margin-right: 8px;
}

.u-lock--top {
  align-items: baseline;
}

@media (min-width: 782px) {
  .u-margin--t-minus45 {
    margin-top: -45px;
  }
}

.u-margin--t--10 {
  margin-top: 10px;
}

.u-margin--l--10 {
  margin-left: 10px;
}

.u-margin--l--1em {
  margin-left: 1em;
}

@media (min-width: 600px) {
  .u-br {
    display: none;
  }
}

.js-dateform {
  visibility: hidden;
}

@media screen and (min-width: 767px) {
  body.high-lightbox #outerImageContainer {
    height: 80vh !important;
    overflow-y: scroll;
  }
  body.high-lightbox #lightboxImage {
    padding: 20px;
    width: 100% !important;
    height: auto !important;
  }
  body.high-lightbox #imageDataContainer,
  body.high-lightbox #outerImageContainer {
    width: 70vw !important;
  }
}
.u-padding--t--10 {
  padding-top: 10px;
}
.page-links {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  max-width: 1000px;
  width: 100%;
  margin: 0 auto 50px;
}
.page-links li a {
  display: flex;
  align-items: center;
  position: relative;
  height: 50px;
  padding: 0 25px 0 20px;
  border: 1px solid #0a4a94;
  color: #0a4a94;
  font-size: 15px;
  transition: 0.3s;
}
.page-links li a:hover {
  background-color: #0a4a94;
  color: #fff;
}
.page-links li a:hover::after {
  border-color: #ccc;
}
.page-links li a::after {
  content: '';
  display: block;
  position: absolute;
  top: 48%;
  right: 20px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #0a4a94;
  border-right: 2px solid #0a4a94;
  transform: rotate(135deg) translateX(-50%);
  transition: 0.3s;
}

.ajust-wrap.is-first {
  margin-top: -180px;
  padding-top: 180px;
}
.ajust-wrap:not(.is-first) {
  margin-top: -100px;
  padding-top: 180px;
}
.ajust-wrap h2 {
  margin-bottom: 1.5em;
  padding-bottom: 0.4em;
  border-bottom: 1px solid #000;
  font-size: 2em;
  text-align: left;
}
@media screen and (max-width: 666px) {
  .ajust-wrap.is-first {
    margin-top: -90px;
    padding-top: 90px;
  }
  .ajust-wrap:not(.is-first) {
    margin-top: -30px;
    padding-top: 90px;
  }

  .ajust-wrap h2 {
    font-size: 1.5em;
  }
  .page-links {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    margin: 0px auto 50px;
  }
  .page-links li a {
    height: 45px;
    padding: 0 20px 0 10px;
    border: 1px solid #0a4a94;
    color: #0a4a94;
    font-size: 13px;
  }
  .page-links li a::after {
    right: 10px;
    width: 6px;
    height: 6px;
    border-top: 1px solid #0a4a94;
    border-right: 1px solid #0a4a94;
  }
}
.large-lightbox #outerImageContainer {
  width: 80% !important;
  height: 80vh !important;
}
.large-lightbox #outerImageContainer img {
  width: 100% !important;
  height: auto !important;
}
/*# sourceMappingURL=style-page.css.map */

.wp-block-button .wp-block-button__link {
  padding: calc(0.3em + 2px) calc(1.333em + 2px);
}
.wp-block-group {
  clear: both;
}
.wp-block-image :where(figcaption) {
  margin-bottom: 6em;
  font-size: 0.9em;
  line-height: 1.78;
}

@media screen and (max-width: 666px) {
  .wp-block-image :where(figcaption) {
    margin-bottom: 2em;
  }
}
