/**------------------------------------
* import */
/*! normalize.css v4.0.0 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
html {
  font-family: sans-serif;
  /* 1 */

  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  /* 2 */

}
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}
/* HTML5 display definitions
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  /* 1 */

  display: block;
}
/**
 * Add the correct display in IE 9-.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
}
/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}
/**
 * Add the correct display in IE 10-.
 * 1. Add the correct display in IE.
 */
template,
[hidden] {
  display: none;
}
/* Links
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}
/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0;
}
/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */

  text-decoration: underline;
  text-decoration: underline dotted;
  /* 2 */

}
/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}
/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}
/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}
/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}
/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}
/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}
/* Grouping content
   ========================================================================== */
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* 1 */

  font-size: 1em;
  /* 2 */

}
/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 0;
}
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  height: 0;
  /* 1 */

  overflow: visible;
  /* 2 */

}
/* Forms
   ========================================================================== */
/**
 * Change font properties to `inherit` in all browsers (opinionated).
 */
button,
input,
select,
textarea {
  font: inherit;
}
/**
 * Restore the font weight unset by the previous rule.
 */
optgroup {
  font-weight: bold;
}
/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 * 2. Show the overflow in Edge, Firefox, and IE.
 */
button,
input,
select {
  /* 2 */

  overflow: visible;
}
/**
 * Remove the margin in Safari.
 * 1. Remove the margin in Firefox and Safari.
 */
button,
input,
select,
textarea {
  /* 1 */

  margin: 0;
}
/**
 * Remove the inheritence of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritence of text transform in Firefox.
 */
button,
select {
  /* 1 */

  text-transform: none;
}
/**
 * Change the cursor in all browsers (opinionated).
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  cursor: pointer;
}
/**
 * Restore the default cursor to disabled elements unset by the previous rule.
 */
[disabled] {
  cursor: default;
}
/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */

}
/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
input:-moz-focusring {
  outline: 1px dotted ButtonText;
}
/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  color: inherit;
  /* 2 */

  display: table;
  max-width: 100%;
  padding: 0;
  /* 3 */

  white-space: normal;
  /* 1 */

}
/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}
/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */

  padding: 0;
  /* 2 */

}
/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * Correct the odd appearance of search inputs in Chrome and Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
}
/**
 * Remove the inner padding and cancel buttons in Chrome on OS X and
 * Safari on OS X.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**------------------------------------
/* default variable*/
/**------------------------------------
* mixin */
/**------------------------------------
* common style */
.newsList {
  position: relative;
  width: 998px;
  display: flex;
  list-style: none;
  justify-content: left;
  flex-wrap: wrap;
  margin: 40px auto 0;
  padding: 0;
}
@media screen and (min-width: 541px) and (max-width: 959px) {
  .newsList {
    width: calc(100% - 15px * 2);
  }
}
@media screen and (max-width: 540px) {
  .newsList {
    width: calc(100% - 15px * 2);
  }
}
.newsList li {
  box-sizing: border-box;
  position: relative;
  display: block;
  width: calc(100% / 3);
  border-bottom: 1px solid #b3c1d2;
  border-right: 1px solid #b3c1d2;
  margin: 0;
  padding: 0;
  background: #ffffff;
}
.newsList li a {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: max-content auto;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 16px;
  text-decoration: none;
}
.newsList li:nth-of-type(3n) {
  border-right: none;
}
.newsList li:nth-child(-n+3) {
  border-top: 1px solid #b3c1d2;
}
.newsList li .mainVisual {
  width: 300px;
  height: 212px;
}
.newsList li .mainVisual img {
  width: 300px;
  height: 212px;
  object-fit: cover;
}
.newsList li .cat {
  box-sizing: border-box;
  position: absolute;
  content: '';
  top: 212px;
  right: 16px;
  margin: 0;
  padding: 6px 12px;
  border: 1px solid #003c80;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #003c80;
  background: #ffffff;
}
.browser-ie .newsList li .cat {
  font-family: sans-serif;
}
.newsList li .date {
  margin: 10px 0 0;
  padding: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #557eab;
}
.browser-ie .newsList li .date {
  font-family: sans-serif;
}
.newsList li .ntitle {
  margin: 8px 0 0;
  padding: 0;
  width: calc(100% - 32px );
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 30px;
  text-align: justify;
  color: #002044;
}
.browser-ie .newsList li .ntitle {
  font-family: sans-serif;
}
.newsList li .data {
  border-top: 1px solid #b3c1d2;
  list-style: none;
  margin: 8px 0 0;
  padding: 14px 0 16px;
  width: calc(100% - 32px );
}
.newsList li .data li {
  width: 100%;
  border: none;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 15px;
  line-height: 22px;
  text-align: left;
  color: #002044;
}
.browser-ie .newsList li .data li {
  font-family: sans-serif;
}
@media screen and (min-width: 541px) and (max-width: 959px) {
  .newsList li {
    width: calc(50vw - 15px);
  }
  .newsList li:nth-of-type(3n) {
    border-right: 1px solid #b3c1d2;
  }
  .newsList li:nth-of-type(even) {
    border-right: none;
  }
  .newsList li:nth-child(3) {
    border-top: none;
  }
  .newsList li .mainVisual {
    width: calc(50vw - 47px);
    height: calc((50vw - 47px) * 0.707);
  }
  .newsList li .mainVisual img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
  }
  .newsList li .cat {
    top: calc((50vw - 47px) * 0.707);
  }
}
@media screen and (max-width: 540px) {
  .newsList {
    margin: 20px auto 0;
  }
  .newsList li {
    width: 100%;
    border-right: none;
  }
  .newsList li a {
    padding: 16px 16px 33px 16px;
  }
  .newsList li:nth-of-type(3n) {
    border-right: none;
  }
  .newsList li:nth-child(3n-1),
  .newsList li:nth-child(3n-2) {
    border-right: none;
  }
  .newsList li .mainVisual {
    width: calc(100vw - 62px);
    height: calc((100vw - 62px) * 0.707);
  }
  .newsList li .mainVisual img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
  }
  .newsList li .cat {
    top: calc((100vw - 62px) * 0.707);
  }
}
.pager ul {
  position: relative;
  display: flex;
  list-style: none;
  margin: 40px 0 0;
  padding: 0;
  justify-content: center;
  flex-wrap: wrap;
}
.pager ul li {
  position: relative;
  display: block;
  margin: 9px 2px 0 2px;
  padding: 0;
  width: 32px;
  height: 32px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 32px;
  text-align: center;
}
.browser-ie .pager ul li {
  font-family: sans-serif;
}
.pager ul li a {
  display: block;
  width: 100%;
  height: 100%;
  color: #b3c1d2;
  text-decoration: none;
}
.pager ul li a.prev,
.pager ul li a.next {
  position: absolute;
  width: 50px;
  height: 50px;
  border: 1px solid #003c80;
  top: 50%;
  transform: translateY(-50%);
}
.pager ul li a.prev {
  left: -40px;
  background: url("../img/news/arrow-left.svg") no-repeat center center;
  background-size: 16px;
}
.pager ul li a.next {
  right: -40px;
  background: url("../img/news/arrow-right.svg") no-repeat center center;
  background-size: 16px;
}
.pager ul li .current {
  box-sizing: border-box;
  display: block;
  width: 32px;
  height: 32px;
  color: #ffffff;
  background: #003c80;
}
@media screen and (max-width: 540px) {
  .pager ul li a.prev,
  .pager ul li a.next {
    width: 40px;
    height: 40px;
  }
  .pager ul li a.prev {
    left: -20px;
  }
  .pager ul li a.next {
    right: -20px;
  }
}
.newsHeader {
  position: relative;
  width: 100%;
  margin: 0;
  border-bottom: 1px solid #b3c1d2;
  padding-top: 60px;
  padding-bottom: 40px;
}
.newsHeader .data {
  width: 800px;
  margin: 0 auto;
  padding: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 32px;
  color: #003c80;
}
.browser-ie .newsHeader .data {
  font-family: sans-serif;
}
.newsHeader .data .cat {
  box-sizing: border-box;
  display: inline-block;
  margin: 0 0 0 16px;
  padding: 6px 12px;
  border: 1px solid #003c80;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #003c80;
  background: #ffffff;
}
.browser-ie .newsHeader .data .cat {
  font-family: sans-serif;
}
.newsHeader h2 {
  width: 800px;
  margin: 14px auto 0;
  padding: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 32px;
  line-height: 47px;
}
.browser-ie .newsHeader h2 {
  font-family: sans-serif;
}
@media screen and (min-width: 541px) and (max-width: 959px) {
  .newsHeader .data {
    width: calc((100vw - 60px));
  }
  .newsHeader h2 {
    width: calc((100vw - 60px));
  }
}
@media screen and (max-width: 540px) {
  .newsHeader .data {
    width: calc((100vw - 60px));
  }
  .newsHeader h2 {
    width: calc((100vw - 60px));
    font-size: 24px;
    line-height: 36px;
  }
}
.pageHeader {
  position: relative;
  width: 100%;
  margin: 0;
  border-bottom: 1px solid #b3c1d2;
  padding-top: 40px;
  padding-bottom: 40px;
}
.pageHeader h2 {
  width: 970px;
  margin: 14px auto 0;
  padding: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 32px;
  line-height: 47px;
}
.browser-ie .pageHeader h2 {
  font-family: sans-serif;
}
.pageHeader h2 code {
  display: inline-block;
  margin: 0 0 0 16px;
  padding: 6px 0;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: #b3c1d2;
}
.browser-ie .pageHeader h2 code {
  font-family: sans-serif;
}
@media screen and (min-width: 541px) and (max-width: 959px) {
  .pageHeader h2 {
    width: calc((100vw - 60px));
  }
}
@media screen and (max-width: 540px) {
  .pageHeader h2 {
    width: calc((100vw - 60px));
    font-size: 24px;
    line-height: 36px;
  }
  .pageHeader h2 code {
    font-size: 14px;
  }
}
.newsDetail {
  box-sizing: border-box;
  position: relative;
  width: 800px;
  margin: 0 auto;
  padding: 40px 0 0;
}
.newsDetail .mainVisual {
  width: 100%;
  margin: 0 0 20px;
}
.newsDetail .mainVisual img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
.newsDetail .data {
  display: flex;
  list-style: none;
  justify-content: right;
  column-gap: 1em;
  margin: 0 0 40px;
  padding: 0;
}
.newsDetail .data li {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 28px;
  color: #002044;
}
.browser-ie .newsDetail .data li {
  font-family: sans-serif;
}
.newsDetail .linkButton {
  position: relative;
  box-sizing: border-box;
  display: block;
  width: 332px;
  height: 60px;
  margin: 0 0 40px;
  padding: 16px 24px;
  border: 1px solid #002044;
  border-radius: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 29px;
  text-align: left;
  text-decoration: none;
  color: #ffffff;
  background: #002044;
  transition: all .4s;
}
.browser-ie .newsDetail .linkButton {
  font-family: sans-serif;
}
.newsDetail .linkButton.aligncenter {
  margin-left: auto;
  margin-right: auto;
}
.newsDetail .linkButton::before {
  position: absolute;
  box-sizing: border-box;
  content: '';
  top: 50%;
  right: 24px;
  width: 24px;
  height: 24px;
  border: 2px solid #ffffff;
  border-radius: 50%;
  transform: translateY(-50%);
  background: url("../img/top/arrow-right.svg") no-repeat left 6px center;
  background-size: 50%;
}
.newsDetail .linkButton:hover {
  color: #002044;
  background: #ffffff;
}
.newsDetail .linkButton:hover::before {
  border: 2px solid #002044;
  background: url("../img/top/arrow-right_hv.svg") no-repeat left 6px center;
  background-size: 50%;
}
.newsDetail .body {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  text-align: justify;
  color: #1e1e1e;
}
.browser-ie .newsDetail .body {
  font-family: sans-serif;
}
.newsDetail .body h1 {
  box-sizing: border-box;
  margin: 0 0 40px;
  padding: 4px 10px;
  font-weight: 700;
  font-size: 28px;
  line-height: 41px;
  color: #002044;
  background: #d5e4f6;
}
.newsDetail .body h2 {
  margin: 40px 0 24px;
  padding: 0 0 10px;
  border-top: none;
  border-bottom: 1px solid #002044;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 36px;
}
.browser-ie .newsDetail .body h2 {
  font-family: sans-serif;
}
.newsDetail .body h3 {
  margin: 0 0 24px;
  padding: 0 0 0 10px;
  border-left: 4px solid #003c80;
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
}
.newsDetail .body p {
  margin: 0 0 32px;
}
.newsDetail .body p.noBlank {
  margin: 0 0 0;
}
.newsDetail .body ul,
.newsDetail .body ol {
  padding-left: 1.5em;
}
.newsDetail .body figure {
  margin-bottom: 40px;
}
.newsDetail .body .alignleft {
  float: left;
}
.newsDetail .body .alignright {
  float: right;
}
.newsDetail .body .wp-element-caption {
  margin: 7px 0 0;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: black;
}
.newsDetail .body mark {
  font-weight: 700;
}
.newsDetail .body hr {
  clear: none;
  position: relative;
  margin: auto;
  width: auto;
  height: auto;
  opacity: 1;
  overflow: auto;
}
.newsDetail .body .subTitle {
  float: right;
  display: inline-block;
  margin: 0 0 35px;
  padding: 8px 15px;
  border: 1px solid #b3c1d2;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 28px;
  color: #002044;
}
.browser-ie .newsDetail .body .subTitle {
  font-family: sans-serif;
}
.newsDetail .body .wp-block-cover {
  clear: both;
  width: 100%;
  margin: 0;
  min-height: auto;
}
.newsDetail .body .wp-block-cover p {
  margin: 0;
}
.newsDetail .body .wp-block-cover .has-large-font-size {
  margin: 0 0 16px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 18px !important;
  line-height: 28px;
  text-align: left;
  color: #003c80;
}
.browser-ie .newsDetail .body .wp-block-cover .has-large-font-size {
  font-family: sans-serif;
}
.newsDetail .body .wp-block-columns.address {
  border: 1px solid #b3c1d2;
}
.newsDetail .body .wp-block-columns.address .wp-block-column.head {
  position: relative;
  min-width: 180px;
}
.newsDetail .body .wp-block-columns.address .wp-block-column.head h3 {
  position: absolute;
  top: 50%;
  left: 30px;
  transform: translateY(-50%);
}
.newsDetail .body .wp-block-columns.address .wp-block-column.cbody {
  border-left: 1px solid #b3c1d2;
  padding: 30px;
}
@media screen and (min-width: 541px) and (max-width: 959px) {
  .newsDetail {
    width: calc((100vw - 60px));
  }
}
@media screen and (max-width: 780px) {
  .newsDetail .body .wp-block-columns.address {
    gap: 0;
    border: 1px solid #b3c1d2;
  }
  .newsDetail .body .wp-block-columns.address .wp-block-column.head {
    height: 60px;
  }
  .newsDetail .body .wp-block-columns.address .wp-block-column.head h3 {
    margin-bottom: 0;
  }
  .newsDetail .body .wp-block-columns.address .wp-block-column.cbody {
    border-left: none;
    border-top: 1px solid #b3c1d2;
  }
}
@media screen and (max-width: 540px) {
  .newsDetail {
    width: calc((100vw - 60px));
  }
  .newsDetail .linkButton {
    width: 100%;
    max-width: 332px;
  }
  .newsDetail .data {
    flex-wrap: wrap;
  }
  .newsDetail .data li {
    font-size: 14px;
    line-height: 26px;
  }
  .newsDetail .body {
    margin: 0 0 80px;
    font-size: 14px;
    line-height: 26px;
  }
  .newsDetail .body h1 {
    font-size: 20px;
    line-height: 29px;
  }
  .newsDetail .body h2 {
    font-size: 18px;
    line-height: 27px;
  }
  .newsDetail .body h3 {
    font-size: 18px;
    line-height: 28px;
  }
  .newsDetail .body .wp-element-caption {
    font-size: 14px;
    line-height: 22px;
  }
  .newsDetail .body .wp-block-columns.address .wp-block-column {
    flex-basis: 100% !important;
  }
  .newsDetail .body .wp-block-columns.address .wp-block-column.head h3 {
    left: 24px;
  }
  .newsDetail .body .wp-block-columns.address .wp-block-column.cbody {
    padding: 24px;
  }
  .newsDetail .wp-block-columns {
    flex-wrap: wrap !important;
  }
  .newsDetail .wp-block-columns > .wp-block-column {
    flex-basis: 45% !important;
    flex-grow: 0 !important;
  }
}
.backNumber {
  box-sizing: border-box;
  position: relative;
  width: 998px;
  margin: 0 auto;
  padding: 40px 0 0;
}
@media screen and (min-width: 541px) and (max-width: 959px) {
  .backNumber {
    width: calc(100% - 15px * 2);
  }
}
@media screen and (max-width: 540px) {
  .backNumber {
    width: calc(100% - 15px * 2);
  }
}
.backNumber .body {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  text-align: justify;
  color: #1e1e1e;
}
.browser-ie .backNumber .body {
  font-family: sans-serif;
}
.backNumber .body .tableHead {
  box-sizing: border-box;
  margin: 40px 0 0;
  padding: 4px 10px;
  border: none;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 28px;
  line-height: 41px;
  background: #d5e4f6;
  color: #003c80;
}
.browser-ie .backNumber .body .tableHead {
  font-family: sans-serif;
}
.backNumber .body .backnumberTable {
  position: relative;
  display: grid;
  list-style: none;
  margin: 0;
  padding: 0;
  justify-items: stretch;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-rows: 60px 60px;
}
.backNumber .body .backnumberTable li {
  position: relative;
  display: block;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  border-right: 1px solid #b3c1d2;
  border-bottom: 1px solid #b3c1d2;
  width: 100%;
  height: 100%;
}
.backNumber .body .backnumberTable li:nth-of-type(6n) {
  border-right: none;
}
.backNumber .body .backnumberTable li a {
  position: relative;
  box-sizing: border-box;
  display: block;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 18px 16px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  text-align: left;
  text-decoration: none;
  color: #002044;
  transition: all .4s;
}
.browser-ie .backNumber .body .backnumberTable li a {
  font-family: sans-serif;
}
.backNumber .body .backnumberTable li a::before {
  position: absolute;
  box-sizing: border-box;
  content: '';
  top: 50%;
  right: 16px;
  width: 16px;
  height: 16px;
  border: 1px solid #002044;
  border-radius: 50%;
  transform: translateY(-50%);
  background: url("../img/top/arrow-right_hv.svg") no-repeat left 4px center;
  background-size: 50%;
}
.backNumber .body .backnumberTable li a:hover {
  background: #066BDC11;
}
.backNumber .body .backnumberFooter {
  width: 800px;
  margin: 80px auto 0;
  border: 1px solid #b3c1d2;
  flex-wrap: wrap !important;
  gap: 0;
}
.backNumber .body .backnumberFooter .wp-block-column {
  flex-basis: 100% !important;
}
.backNumber .body .backnumberFooter .wp-block-column.head {
  position: relative;
  height: 80px;
}
.backNumber .body .backnumberFooter .wp-block-column.head h3 {
  position: absolute;
  top: 50%;
  left: 30px;
  transform: translateY(-50%);
  margin: 0;
  padding: 0 0 0 10px;
  border-left: 4px solid #003c80;
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  color: #003c80;
}
.backNumber .body .backnumberFooter .wp-block-column.cbody {
  border-top: 1px solid #b3c1d2;
  padding: 30px;
}
.backNumber .body p {
  margin: 0 0 32px;
}
.backNumber .body p.noBlank {
  margin: 0 0 0;
}
@media screen and (min-width: 541px) and (max-width: 959px) {
  .backNumber .body .backnumberTable {
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: 60px 60px 60px 60px;
  }
  .backNumber .body .backnumberTable li:nth-of-type(3n) {
    border-right: none;
  }
  .backNumber .body .backnumberFooter {
    width: calc(100vw - 60px);
  }
  .backNumber .body .backnumberFooter .wp-block-column {
    flex-basis: 100% !important;
  }
  .backNumber .body .backnumberFooter .wp-block-column.head h3 {
    font-size: 18px;
  }
}
@media screen and (max-width: 540px) {
  .backNumber .body {
    margin: 0 0 80px;
    font-size: 14px;
    line-height: 26px;
  }
  .backNumber .body .backnumberTable {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 60px 60px 60px 60px 60px 60px;
  }
  .backNumber .body .backnumberTable li:nth-of-type(2n) {
    border-right: none;
  }
  .backNumber .body .backnumberFooter {
    width: calc(100vw - 60px);
  }
  .backNumber .body .backnumberFooter .wp-block-column {
    flex-basis: 100% !important;
  }
  .backNumber .body .backnumberFooter .wp-block-column.head h3 {
    left: 23px;
    width: calc(100% - 60px);
    font-size: 18px;
  }
  .backNumber .body .backnumberFooter .wp-block-column.cbody {
    padding: 23px;
  }
}
.post-type-post .wp-block-post-content {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  text-align: justify;
  color: #1e1e1e;
}
.browser-ie .post-type-post .wp-block-post-content {
  font-family: sans-serif;
}
.post-type-post .wp-block-post-content h1 {
  box-sizing: border-box;
  margin: 0 auto 40px;
  padding: 4px 10px;
  font-weight: 700;
  font-size: 28px;
  line-height: 41px;
  color: #002044;
  background: #d5e4f6;
}
.post-type-post .wp-block-post-content h2 {
  margin: 40px auto 24px;
  padding: 0 0 10px;
  border-top: none;
  border-bottom: 1px solid #002044;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 36px;
}
.browser-ie .post-type-post .wp-block-post-content h2 {
  font-family: sans-serif;
}
.post-type-post .wp-block-post-content h3 {
  margin: 0 auto 24px;
  padding: 0 0 0 10px;
  border-left: 4px solid #003c80;
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
}
.post-type-post .wp-block-post-content p {
  margin: 0 auto 32px;
}
.post-type-post .wp-block-post-content p.noBlank {
  margin: 0 auto 0;
}
.post-type-post .wp-block-post-content ul,
.post-type-post .wp-block-post-content ol {
  padding-left: 1.5em;
}
.post-type-post .wp-block-post-content figure {
  margin: 0 auto 40px;
}
.post-type-post .wp-block-post-content .alignleft {
  float: left;
}
.post-type-post .wp-block-post-content .alignright {
  float: right;
}
.post-type-post .wp-block-post-content .wp-element-caption {
  margin: 7px auto 0;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: black;
}
.post-type-post .wp-block-post-content mark {
  font-weight: 700;
}
.post-type-post .wp-block-post-content hr {
  clear: none;
  position: relative;
  margin: auto;
  width: auto;
  height: auto;
  opacity: 1;
  overflow: auto;
}
.post-type-post .wp-block-post-content .subTitle {
  float: right;
  display: inline-block;
  margin: 0 auto 35px;
  padding: 8px 15px;
  border: 1px solid #b3c1d2;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 28px;
  color: #002044;
}
.browser-ie .post-type-post .wp-block-post-content .subTitle {
  font-family: sans-serif;
}
.post-type-post .wp-block-post-content .wp-block-cover {
  clear: both;
  width: 100%;
  margin: 0;
  min-height: auto;
}
.post-type-post .wp-block-post-content .wp-block-cover p {
  margin: 0;
}
.post-type-post .wp-block-post-content .wp-block-cover .has-large-font-size {
  margin: 0 0 16px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 18px !important;
  line-height: 28px;
  text-align: left;
  color: #003c80;
}
.browser-ie .post-type-post .wp-block-post-content .wp-block-cover .has-large-font-size {
  font-family: sans-serif;
}
.post-type-post .wp-block-post-content .wp-block-columns.address {
  border: 1px solid #b3c1d2;
}
.post-type-post .wp-block-post-content .wp-block-columns.address .wp-block-column.head {
  position: relative;
  min-width: 180px;
}
.post-type-post .wp-block-post-content .wp-block-columns.address .wp-block-column.head h3 {
  position: absolute;
  top: 50%;
  left: 30px;
  transform: translateY(-50%);
}
.post-type-post .wp-block-post-content .wp-block-columns.address .wp-block-column.cbody {
  border-left: 1px solid #b3c1d2;
  padding: 30px;
}
.post-type-page {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  text-align: justify;
  color: #1e1e1e;
}
.browser-ie .post-type-page {
  font-family: sans-serif;
}
.post-type-page h2.contentsH2 {
  width: 800px;
  margin: 40px auto 24px;
  padding: 0 0 10px;
  border-top: none;
  border-bottom: 1px solid #002044;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 36px;
}
.browser-ie .post-type-page h2.contentsH2 {
  font-family: sans-serif;
}
.post-type-page .tableHead {
  box-sizing: border-box;
  margin: 40px auto 0;
  padding: 4px 10px;
  border: none;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 28px;
  line-height: 41px;
  background: #d5e4f6;
  color: #003c80;
}
.browser-ie .post-type-page .tableHead {
  font-family: sans-serif;
}
.post-type-page .backnumberTable {
  position: relative;
  display: grid;
  list-style: none;
  margin: 0 auto;
  padding: 0;
  justify-items: stretch;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-rows: 60px 60px;
}
.post-type-page .backnumberTable li {
  position: relative;
  display: block;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  border-right: 1px solid #b3c1d2;
  border-bottom: 1px solid #b3c1d2;
  width: 100%;
  height: 100%;
}
.post-type-page .backnumberTable li:nth-of-type(6n) {
  border-right: none;
}
.post-type-page .backnumberTable li a {
  position: relative;
  box-sizing: border-box;
  display: block;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 18px 16px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  text-align: left;
  text-decoration: none;
  color: #002044;
  transition: all .4s;
}
.browser-ie .post-type-page .backnumberTable li a {
  font-family: sans-serif;
}
.post-type-page .backnumberTable li a::before {
  position: absolute;
  box-sizing: border-box;
  content: '';
  top: 50%;
  right: 23px;
  width: 16px;
  height: 16px;
  border: 1px solid #002044;
  border-radius: 50%;
  transform: translateY(-50%);
  background: url("../img/top/arrow-right_hv.svg") no-repeat left 4px center;
  background-size: 50%;
}
.post-type-page .backnumberTable li a:hover {
  background: #066BDC11;
}
.post-type-page .backnumberFooter {
  width: 800px;
  margin: 80px auto 0;
  border: 1px solid #b3c1d2;
  flex-wrap: wrap !important;
  gap: 0;
}
.post-type-page .backnumberFooter .wp-block-column {
  flex-basis: 100% !important;
}
.post-type-page .backnumberFooter .wp-block-column.head {
  position: relative;
  height: 80px;
}
.post-type-page .backnumberFooter .wp-block-column.head h3 {
  position: absolute;
  top: 50%;
  left: 30px;
  transform: translateY(-50%);
  margin: 0;
  padding: 0 0 0 10px;
  border-left: 4px solid #003c80;
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  color: #003c80;
}
.post-type-page .backnumberFooter .wp-block-column.cbody {
  border-top: 1px solid #b3c1d2;
  padding: 30px;
}
.post-type-page p {
  width: 800px;
  margin: 0 auto 32px;
}
.post-type-page p.noBlank {
  margin: 0 auto 0;
}
