<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/*16*1.75/2*/
/*======*/
/* 共通 */
/*======*/
/* PC/SP出し分け
------------------------------ */
.pc {
  display: inherit;
}
@media (min-width: 768px) {
  .pc {
    display: inherit !important;
  }
}
@media (max-width: 767px) {
  .pc {
    display: none !important;
  }
}

.sp {
  display: none;
}
@media (min-width: 768px) {
  .sp {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .sp {
    display: inherit !important;
  }
}

/* margin
-----------------------------------*/
.mb1em {
  margin-bottom: 1em !important;
}

.mt1em {
  margin-top: 1em !important;
}

.com-mb01 {
  margin-bottom: 80px;
}
@media (max-width: 767px) {
  .com-mb01 {
    margin-bottom: 60px;
  }
}

.com-mb02 {
  margin-bottom: 64px;
}
@media (max-width: 767px) {
  .com-mb02 {
    margin-bottom: 40px;
  }
}

.com-mb03 {
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .com-mb03 {
    margin-bottom: 32px;
  }
}

.com-mb04 {
  margin-bottom: 32px;
}
@media (max-width: 767px) {
  .com-mb04 {
    margin-bottom: 20px;
  }
}

/* TELタグ
-----------------------------------*/
.tel a {
  color: inherit !important;
  text-decoration: none;
  cursor: default;
}
@media (min-width: 768px) {
  .tel a {
    pointer-events: none;
  }
}

/* urlテキスト
-----------------------------------*/
.url {
  word-break: break-all;
}

/* グループで段落落ちテキスト
-----------------------------------*/
.flex-tx {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
}

.flex-tx-center {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: baseline;
}

.flex-tx-right {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: baseline;
}

/* 地図
-----------------------------------*/
.map {
  position: relative;
  height: 0;
  padding-top: 56.25%;
}
.map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* マーカー
-----------------------------------*/
.marker {
  background: linear-gradient(transparent 50%, #CDE1F7 50%);
}

/* リンクカラーマスク
-----------------------------------*/
.link-mask01 {
  position: relative;
  text-decoration: none;
  display: block;
}
.link-mask01:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(10, 57, 119, 0);
  z-index: 1;
  transition: all 0.3s ease-out;
}
.link-mask01:hover img {
  opacity: 1 !important;
}
.link-mask01:hover:before {
  background: rgba(10, 57, 119, 0.3);
}
.link-mask01 .inner {
  position: relative;
  z-index: 2;
}

/* wrapper
-----------------------------------*/
body {
  height: 100%;
}
@media (max-width: 767px) {
  body {
    font-size: 14px;
  }
}

main .contents,
footer .contents {
  max-width: 1264px;
  margin: 0 auto;
  padding: 0 32px;
}
@media (max-width: 767px) {
  main .contents,
footer .contents {
    padding: 0 20px;
  }
}

main {
  margin-top: 88px;
}
@media (max-width: 767px) {
  main {
    margin-top: 44px;
  }
}
main section + section, main section + .section, main .section + section, main .section + .section {
  margin-top: min(120px, 9.9vw);
}
@media (max-width: 767px) {
  main section + section, main section + .section, main .section + section, main .section + .section {
    margin-top: 60px;
  }
}
main .com-tx {
  text-align: justify;
  line-break: strict;
  word-break: break-word;
  overflow-wrap: break-word;
  word-wrap: break-word;
}

.max-1600 {
  max-width: 1600px;
  margin: 0 auto;
}

@-webkit-keyframes bg-color {
  0% {
    width: 0;
  }
  100% {
    width: calc(50vw + 792px);
    @media (max-width: 1600px) {
      width: calc(100% - 16px);
    }
    @media (max-width: 767px) {
      width: calc(100% - 20px);
    }
  }
}

@keyframes bg-color {
  0% {
    width: 0;
  }
  100% {
    width: calc(50vw + 792px);
    @media (max-width: 1600px) {
      width: calc(100% - 16px);
    }
    @media (max-width: 767px) {
      width: calc(100% - 20px);
    }
  }
}
.wide-r, .wide-l {
  position: relative;
  padding: 0 16px;
}
@media (max-width: 767px) {
  .wide-r, .wide-l {
    padding: 0 20px;
  }
}
.wide-r .max-1600, .wide-l .max-1600 {
  padding: min(120px, 9.9vw) 0;
}
@media (max-width: 767px) {
  .wide-r .max-1600, .wide-l .max-1600 {
    padding: 40px 0;
  }
}
.wide-r.scroll-in:after, .wide-l.scroll-in:after {
  position: absolute;
  content: "";
  width: calc(50vw + 792px);
  max-width: calc(100% - 16px);
  height: 100%;
  top: 0;
  background-color: #F5F5F5;
  z-index: -1;
  -webkit-animation: bg-color 0.5s 0s;
          animation: bg-color 0.5s 0s;
}
@media (max-width: 1600px) {
  .wide-r.scroll-in:after, .wide-l.scroll-in:after {
    width: calc(100% - 16px);
  }
}
@media (max-width: 767px) {
  .wide-r.scroll-in:after, .wide-l.scroll-in:after {
    width: calc(100% - 20px);
    max-width: calc(100% - 20px);
    -webkit-animation: bg-color 0.8s 0s;
            animation: bg-color 0.8s 0s;
  }
}

.wide-r:after {
  right: 0;
}

.wide-l:after {
  left: 0;
}

/* タイトル
-----------------------------------*/
.heading-main {
  color: #FFF;
  background-color: #0E51B7;
  max-height: 192px;
  margin-bottom: min(80px, 6.6vw);
}
@media (max-width: 767px) {
  .heading-main {
    height: 136px;
    margin-bottom: 40px;
  }
}
.heading-main .heading01-wrapper {
  max-width: 1632px;
  margin: 0 auto;
  padding: 32px 16px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
@media (max-width: 767px) {
  .heading-main .heading01-wrapper {
    padding: 32px 20px;
  }
}
.heading-main .heading01-wrapper .heading01 {
  font-weight: bold;
  font-size: 24px;
  letter-spacing: 0.08em;
  line-height: 1.2;
  margin-bottom: 8px;
}
@media (max-width: 767px) {
  .heading-main .heading01-wrapper .heading01 {
    font-size: 18px;
  }
}
.heading-main .heading01-wrapper .en {
  font-weight: bold;
  font-size: 64px;
  line-height: 1;
}
@media (max-width: 767px) {
  .heading-main .heading01-wrapper .en {
    font-size: 40px;
  }
  .heading-main .heading01-wrapper .en.long01 {
    font-size: 36px;
  }
  .heading-main .heading01-wrapper .en.long02 {
    font-size: 32px;
  }
}

.heading02-wrapper {
  margin-bottom: 64px;
}
@media (max-width: 767px) {
  .heading02-wrapper {
    margin-bottom: 40px;
  }
}
.heading02-wrapper .heading02 {
  font-size: 24px;
  line-height: 1.2;
  letter-spacing: 0.08em;
  margin-bottom: 8px;
}
@media (max-width: 767px) {
  .heading02-wrapper .heading02 {
    font-size: 20px;
  }
}
.heading02-wrapper .en {
  font-weight: bold;
  font-size: 48px;
  line-height: 1;
  letter-spacing: -0.01em;
}
@media (max-width: 767px) {
  .heading02-wrapper .en {
    font-size: 40px;
  }
}

.heading03 {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 24px;
}
@media (max-width: 767px) {
  .heading03 {
    font-size: 20px;
    margin-bottom: 20px;
  }
}

.heading04 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 8px;
}

/* 背景色
-----------------------------------*/
.bgcolor01 {
  background-color: #F5F5F5 !important;
}

.bgcolor02 {
  color: #FFF !important;
  background-color: #0E51B7 !important;
}

/* box
-----------------------------------*/
.com-box01 {
  background-color: #F5F5F5;
  padding: 32px;
}
@media (max-width: 767px) {
  .com-box01 {
    padding: 20px;
  }
}
.com-box01.type02 {
  background: none;
  border: 1px solid #939393;
}

/* scroll-in
-----------------------------------*/
.fade-in {
  opacity: 0;
  transition-duration: 0.5s;
  transition-property: opacity, transform;
}

.fade-in-up {
  transform: translate(0, 50px);
}

.fade-in-down {
  transform: translate(0, -50px);
}

.fade-in-left {
  transform: translate(-50px, 0);
}

.fade-in-right {
  transform: translate(50px, 0);
}

@media (max-width: 767px) {
  .fade-in_sp {
    opacity: 0;
    transition-duration: 0.5s;
    transition-property: opacity, transform;
  }
  .fade-in-up_sp {
    transform: translate(0, 50px);
  }
  .fade-in-down_sp {
    transform: translate(0, -50px);
  }
  .fade-in-left_sp {
    transform: translate(-50px, 0);
  }
  .fade-in-right_sp {
    transform: translate(50px, 0);
  }
  .scroll-in_sp {
    opacity: 1;
    transform: translate(0, 0);
  }
}
.scroll-in, .bg-only {
  opacity: 1;
  transform: translate(0, 0);
}

@media print {
  .fade-in {
    opacity: 1;
    transform: translate(0, 0);
  }
}
/* フォーム
-----------------------------------*/
input, textarea {
  color: inherit;
  font-size: inherit;
  border: 1px solid #939393;
  border-radius: 0;
}

textarea {
  display: block;
  resize: vertical;
}

input[type=text],
input[type=email],
input[type=tel],
textarea {
  width: 100%;
  padding: 8px;
}

/* iOSでのデフォルトスタイルをリセット */
input[type=submit],
input[type=button],
button {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
  border: none;
  box-sizing: border-box;
  font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-weight: inherit;
  font-size: 16px;
  line-height: 1.75;
  cursor: pointer;
  padding: 0;
  background: none;
}
@media (max-width: 767px) {
  input[type=submit],
input[type=button],
button {
    font-size: 14px;
  }
}

input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration {
  display: none;
}

input[type=submit]::focus,
input[type=button]::focus {
  outline-offset: -2px;
}

.error {
  color: red;
  display: inline-block;
  font-size: 14px;
  margin-top: 8px;
}

/* ボタン
-----------------------------------*/
.com-bt01 {
  display: table;
}
.com-bt01 a, .com-bt01 button, .com-bt01.type02 {
  color: #333;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  border-radius: 25px;
  border: 1px solid #333;
  padding: 0 24px 0 32px;
  text-decoration: none;
  position: relative;
  overflow: hidden;
  line-height: 1;
}
@media (max-width: 767px) {
  .com-bt01 a, .com-bt01 button, .com-bt01.type02 {
    font-size: 15px;
    height: 47px;
    border-radius: 23.5px;
    padding: 0 22px 0 30px;
  }
}
.com-bt01 a span, .com-bt01 button span, .com-bt01.type02 span {
  background: url(/images/common/ic_arrow01_r_01.svg) no-repeat right center;
  background-size: 8px 11px;
  padding-right: 24px;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .com-bt01 a span, .com-bt01 button span, .com-bt01.type02 span {
    padding-right: 22px;
  }
}
.com-bt01 a:before, .com-bt01 button:before, .com-bt01.type02:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #333;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: all 0.4s ease 0s;
}
.com-bt01 a.prev, .com-bt01 button.prev, .com-bt01.type02.prev {
  padding: 0 32px 0 24px;
}
@media (max-width: 767px) {
  .com-bt01 a.prev, .com-bt01 button.prev, .com-bt01.type02.prev {
    padding: 0 30px 0 22px;
  }
}
.com-bt01 a.prev span, .com-bt01 button.prev span, .com-bt01.type02.prev span {
  background: url(/images/common/ic_arrow01_l_01.svg) no-repeat left center;
  background-size: 8px 11px;
  padding: 0 0 0 24px;
}
@media (max-width: 767px) {
  .com-bt01 a.prev span, .com-bt01 button.prev span, .com-bt01.type02.prev span {
    padding-left: 22px;
  }
}
.com-bt01 a:hover, .com-bt01 button:hover {
  color: #FFF;
}
.com-bt01 a:hover span, .com-bt01 button:hover span {
  background-image: url(/images/common/ic_arrow01_r_02.svg);
}
.com-bt01 a:hover:before, .com-bt01 button:hover:before {
  transform: scale(1, 1);
}
.com-bt01 a:hover.prev span, .com-bt01 button:hover.prev span {
  background-image: url(/images/common/ic_arrow01_l_02.svg);
}
.com-bt01.color2 a, .com-bt01.color2 button, .com-bt01.color2.type02 {
  color: #FFF;
  border-color: #FFF;
}
.com-bt01.color2 a span, .com-bt01.color2 button span, .com-bt01.color2.type02 span {
  background-image: url(/images/common/ic_arrow01_r_02.svg);
}
.com-bt01.color2 a:before, .com-bt01.color2 button:before, .com-bt01.color2.type02:before {
  background-color: #FFF;
}
.com-bt01.color2 a.prev span, .com-bt01.color2 button.prev span, .com-bt01.color2.type02.prev span {
  background-image: url(/images/common/ic_arrow01_l_02.svg);
}
.com-bt01.color2 a:hover, .com-bt01.color2 button:hover {
  color: #0E51B7;
}
.com-bt01.color2 a:hover span, .com-bt01.color2 button:hover span {
  background-image: url(/images/common/ic_arrow01_r_03.svg);
}
.com-bt01.color2 a:hover.prev span, .com-bt01.color2 button:hover.prev span {
  background-image: url(/images/common/ic_arrow01_l_03.svg);
}

/* 横並びボタン */
.list-bt01 {
  display: flex;
  justify-content: center;
  margin-top: min(80px, 6.6vw);
}
@media (max-width: 767px) {
  .list-bt01 {
    margin-top: 40px;
  }
}
.list-bt01 li + li {
  margin-left: 24px;
}
@media (max-width: 767px) {
  .list-bt01 li + li {
    margin-left: 16px;
  }
}

/* 横並びボタン（画像上にテキスト） */
.list-bt02 {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .list-bt02 {
    display: table;
    max-width: 600px;
    margin: 0 auto;
  }
}
.list-bt02.type02 {
  justify-content: center;
}
.list-bt02 li {
  width: calc((100% - 32px) / 2);
  max-width: 576px;
}
@media (max-width: 767px) {
  .list-bt02 li {
    width: 100%;
    max-width: inherit;
  }
  .list-bt02 li + li {
    margin-top: 40px;
  }
}
.list-bt02 a {
  color: #FFF;
  text-decoration: none;
  position: relative;
}
.list-bt02 a .inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}
.list-bt02 a .inner .ic {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 38%;
  height: 100%;
  padding: min(16px, 1.2658227848vw) min(24px, 1.8987341772vw) min(16px, 1.2658227848vw) min(20px, 1.582278481vw);
}
@media (max-width: 767px) {
  .list-bt02 a .inner .ic {
    padding: min(16px, 2.1vw) min(24px, 3.125vw) min(16px, 2.1vw) min(20px, 2.6vw);
  }
}
.list-bt02 a .inner .block {
  width: 62%;
}
.list-bt02 a .inner .block .tx {
  font-size: min(40px, 3.164556962vw);
  font-weight: bold;
  line-height: 1;
  margin-bottom: 0.8em;
}
@media (max-width: 767px) {
  .list-bt02 a .inner .block .tx {
    font-size: clamp(24px, 6.25vw, 40px);
  }
}
.list-bt02 a .inner .block .com-bt01 {
  width: min(200px, 15.8227848101vw);
  height: min(50px, 3.9556962025vw);
  font-size: min(20px, 1.582278481vw);
  border-radius: 1.9778481013vw;
}
@media (max-width: 767px) {
  .list-bt02 a .inner .block .com-bt01 {
    width: min(195.2px, 32.5vw);
    height: min(48px, 8vw);
    font-size: min(19.2px, 3.2vw);
    border-radius: min(24px, 4vw);
  }
}
.list-bt02 a .inner .block .com-bt01 span {
  background-size: 0.6329113924vw 0.8702531646vw;
}
@media (max-width: 767px) {
  .list-bt02 a .inner .block .com-bt01 span {
    background-size: min(9.6px, 1.6vw) max(12.8px, 2.1vw);
    padding-right: min(57.6px, 9.6vw);
    margin-left: min(48.6px, 8.1vw);
    white-space: nowrap;
  }
}

/* お知らせ
-----------------------------------*/
.list-news {
  border-top: 1px solid #939393;
}
.list-news li {
  border-bottom: 1px solid #939393;
}
.list-news li a {
  color: inherit;
  text-decoration: none;
  display: flex;
  padding: 32px 20px;
  transition: 0.4s;
}
@media (max-width: 767px) {
  .list-news li a {
    display: block;
    padding: 24px 0;
  }
}
.list-news li a:hover {
  background-color: #F5F5F5;
}
.list-news li .entry-date {
  width: 130px;
  font-size: 18px;
}
@media (max-width: 767px) {
  .list-news li .entry-date {
    width: auto;
    font-size: 16px;
    margin-bottom: 12px;
  }
}
.list-news li .entry-title {
  width: calc(100% - 130px);
}
@media (max-width: 767px) {
  .list-news li .entry-title {
    width: auto;
    font-size: 14px;
  }
}

/*============*/
/* 共通・汎用 */
/*============*/
/* リスト、アイコン
-----------------------------------*/
.list-dot &gt; li + li,
.attention01 &gt; li + li,
.list-indent &gt; li + li {
  margin-top: 0.25rem;
}
@media (max-width: 767px) {
  .list-dot &gt; li + li,
.attention01 &gt; li + li,
.list-indent &gt; li + li {
    margin-top: 0.5rem;
  }
}

.list-dot &gt; li {
  position: relative;
  padding-left: 1em;
}
.list-dot &gt; li:before {
  position: absolute;
  content: "";
  width: 6px;
  height: 6px;
  background: #0A3977;
  border-radius: 50%;
  top: calc(1em - 3px);
  left: 0;
}

.attention01 &gt; li {
  text-indent: -1em;
  margin-left: 1em;
}
.attention01 &gt; li:before {
  content: "※";
}

.list-indent &gt; li {
  display: flex;
}

.list-dl01 {
  display: flex;
}
.list-dl01 &gt; dt {
  margin-right: 1em;
  white-space: nowrap;
}

ol {
  /* 1桁 */
  /* 2桁 */
}
ol.list-num {
  margin-left: 20px;
}
@media (max-width: 767px) {
  ol.list-num {
    margin-left: 17.5px;
  }
}
ol.list-num02 {
  margin-left: 28px;
}
@media (max-width: 767px) {
  ol.list-num02 {
    margin-left: 24.5px;
  }
}
ol.list-num &gt; li + li, ol.list-num02 &gt; li + li {
  margin-top: 1rem;
}
ol.list-num &gt; li + li &gt; .list-dot &gt; li:first-child, ol.list-num &gt; li + li &gt; .attention01 &gt; li:first-child, ol.list-num &gt; li + li &gt; .list-indent &gt; li:first-child, ol.list-num02 &gt; li + li &gt; .list-dot &gt; li:first-child, ol.list-num02 &gt; li + li &gt; .attention01 &gt; li:first-child, ol.list-num02 &gt; li + li &gt; .list-indent &gt; li:first-child {
  margin-top: 0.25rem;
}
@media (max-width: 767px) {
  ol.list-num &gt; li + li &gt; .list-dot &gt; li:first-child, ol.list-num &gt; li + li &gt; .attention01 &gt; li:first-child, ol.list-num &gt; li + li &gt; .list-indent &gt; li:first-child, ol.list-num02 &gt; li + li &gt; .list-dot &gt; li:first-child, ol.list-num02 &gt; li + li &gt; .attention01 &gt; li:first-child, ol.list-num02 &gt; li + li &gt; .list-indent &gt; li:first-child {
    margin-top: 0.5rem;
  }
}
ol.list-num.type02 &gt; li + li, ol.list-num02.type02 &gt; li + li {
  margin-top: 0.5rem;
}

/* テーブル
-----------------------------------*/
/* 横スクロール */
.tb-wrapper {
  overflow-x: auto;
  /* 幅 */
}
.tb-wrapper col.colw05 {
  width: 5%;
}
.tb-wrapper col.colw10 {
  width: 10%;
}
.tb-wrapper col.colw15 {
  width: 15%;
}
.tb-wrapper col.colw20 {
  width: 20%;
}
.tb-wrapper col.colw25 {
  width: 25%;
}
.tb-wrapper col.colw30 {
  width: 30%;
}
.tb-wrapper col.colw35 {
  width: 35%;
}
.tb-wrapper col.colw40 {
  width: 40%;
}
.tb-wrapper col.colw45 {
  width: 45%;
}
.tb-wrapper col.colw50 {
  width: 50%;
}
.tb-wrapper col.colw55 {
  width: 55%;
}
.tb-wrapper col.colw60 {
  width: 60%;
}
.tb-wrapper col.colw65 {
  width: 65%;
}
.tb-wrapper col.colw70 {
  width: 70%;
}
.tb-wrapper col.colw75 {
  width: 75%;
}
.tb-wrapper col.colw80 {
  width: 80%;
}
.tb-wrapper col.colw85 {
  width: 85%;
}
.tb-wrapper col.colw90 {
  width: 90%;
}
.tb-wrapper col.colw95 {
  width: 95%;
}
.tb-wrapper table th {
  min-width: inherit;
}
.tb-wrapper table th, .tb-wrapper table td {
  width: auto;
  display: table-cell;
}
.tb-wrapper:not(.type02) th, .tb-wrapper:not(.type02) td {
  white-space: nowrap;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}
table .nowrap {
  white-space: nowrap;
}

.com-tb01 {
  width: 100%;
  background-color: #FFF;
}
@media (max-width: 767px) {
  .com-tb01 {
    border-bottom: 1px solid #939393;
  }
}
.com-tb01 th, .com-tb01 td {
  font-weight: inherit;
  padding: 20px;
  border: 1px solid #939393;
  vertical-align: top;
}
@media (max-width: 767px) {
  .com-tb01 th, .com-tb01 td {
    display: block;
    padding: 16px;
    border-bottom: none;
  }
}
.com-tb01 th {
  background-color: #F5F5F5;
  width: 30%;
  min-width: 264px;
}
@media (max-width: 767px) {
  .com-tb01 th {
    width: 100%;
  }
}
.com-tb01 th div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 36px;
}
@media (max-width: 767px) {
  .com-tb01 th div {
    min-height: 22px;
  }
}
.com-tb01 th .form-ic {
  color: #FFF;
  font-size: 12px;
  font-weight: 400;
  line-height: 1;
  background-color: #67799B;
  padding: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto 0;
}
.com-tb01 th .form-ic.required {
  background-color: #B8200F;
}
.com-tb01 thead th, .com-tb01.type02 th {
  color: #FFF;
  background-color: #333;
}

.list-tb01 th, .list-tb01 td {
  padding: 0;
  background: none;
  border: none;
}
.list-tb01 th {
  font-weight: inherit;
  vertical-align: top;
  text-align: left;
  white-space: nowrap;
}
.list-tb01 td {
  padding-left: 1rem;
}
.list-tb01 tr:not(:first-child) th, .list-tb01 tr:not(:first-child) td {
  padding-top: 0.25rem;
}
@media (max-width: 767px) {
  .list-tb01 tr:not(:first-child) th, .list-tb01 tr:not(:first-child) td {
    padding-top: 0.5rem;
  }
}

/* WPページャー
-----------------------------------*/
.wp-pagenavi {
  margin: min(80px, 6.6vw) auto 0;
  text-align: center;
}
@media (max-width: 767px) {
  .wp-pagenavi {
    margin-top: 40px;
  }
}
.wp-pagenavi + .com-bt01 {
  margin-top: 70px;
}
@media (max-width: 767px) {
  .wp-pagenavi + .com-bt01 {
    margin-top: 40px;
  }
}
.wp-pagenavi a {
  text-decoration: none;
}
.wp-pagenavi a, .wp-pagenavi span {
  display: inline-block;
  color: #333;
  line-height: 32px;
  vertical-align: top;
}
.wp-pagenavi .page, .wp-pagenavi .previouspostslink, .wp-pagenavi .nextpostslink, .wp-pagenavi .current {
  width: 32px;
}
.wp-pagenavi .previouspostslink, .wp-pagenavi .nextpostslink {
  width: 32px;
  height: 32px;
  color: #0A3977;
}
.wp-pagenavi .previouspostslink:hover, .wp-pagenavi .nextpostslink:hover {
  color: #FFF;
  background-color: #0A3977;
}
.wp-pagenavi a:hover, .wp-pagenavi span, .wp-pagenavi .current {
  color: #FFF;
  background-color: #0A3977;
  text-decoration: none;
}
.wp-pagenavi span.current {
  font-weight: normal !important;
}
.wp-pagenavi .page, .wp-pagenavi .current, .wp-pagenavi .previouspostslink, .wp-pagenavi .nextpostslink {
  margin: 0 5px !important;
  border: none !important;
  padding: 0 !important;
}
.wp-pagenavi .previouspostslink, .wp-pagenavi .nextpostslink {
  color: rgba(0, 0, 0, 0) !important;
  position: relative;
}
.wp-pagenavi .previouspostslink:after, .wp-pagenavi .nextpostslink:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(/images/common/ic_arrow01_r_01.svg) no-repeat center;
  background-size: 8px 11px;
}
.wp-pagenavi .previouspostslink:hover:after, .wp-pagenavi .nextpostslink:hover:after {
  background-image: url(/images/common/ic_arrow01_r_02.svg);
}
.wp-pagenavi .previouspostslink {
  margin-right: 15px;
}
.wp-pagenavi .previouspostslink:after {
  background-image: url(/images/common/ic_arrow01_l_01.svg);
}
.wp-pagenavi .previouspostslink:hover:after {
  background-image: url(/images/common/ic_arrow01_l_02.svg);
}
.wp-pagenavi .nextpostslink {
  margin-left: 15px;
}

/* 投稿記事 詳細
-----------------------------------*/
.entry-head {
  padding-bottom: 20px;
  border-bottom: 1px solid #939393;
  margin-bottom: 32px;
}
@media (max-width: 767px) {
  .entry-head {
    padding-bottom: 18px;
    margin-bottom: 24px;
  }
}
.entry-head .date {
  font-size: 18px;
  line-height: 1;
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .entry-head .date {
    font-size: 16px;
  }
}
.entry-head .title {
  font-size: 20px;
}
@media (max-width: 767px) {
  .entry-head .title {
    font-size: 18px;
  }
}

.entry-content {
  word-break: break-all;
  /* 24px */
  /* 22px */
  /* 20px */
  /* 18px */
  /* 17px */
  /* 16px */
}
.entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6 {
  font-weight: 500;
  margin: 0 0 1.5rem;
}
@media (max-width: 767px) {
  .entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6 {
    margin-bottom: 16px;
  }
}
.entry-content h1 {
  font-size: 1.5rem;
}
.entry-content h2 {
  font-size: 1.375rem;
}
.entry-content h3 {
  font-size: 1.25rem;
}
.entry-content h4 {
  font-size: 1.125rem;
}
.entry-content h5 {
  font-size: 1.0625rem;
}
.entry-content h6 {
  font-size: 1rem;
}
.entry-content p {
  margin: 0 0 1.5rem;
}
@media (max-width: 767px) {
  .entry-content p {
    margin-bottom: 16px;
  }
}
.entry-content ul, .entry-content ol {
  margin: 0 0 1.5rem 1.875rem;
}
@media (max-width: 767px) {
  .entry-content ul, .entry-content ol {
    margin-bottom: 16px;
  }
}
.entry-content ul {
  list-style: disc;
}
.entry-content blockquote {
  font-style: italic;
  padding: 0 1.875rem;
}
.entry-content blockquote cite, .entry-content blockquote em, .entry-content blockquote i {
  font-style: normal;
}

.sec-btm {
  margin-top: min(80px, 6.6vw);
}
@media (max-width: 767px) {
  .sec-btm {
    margin-top: 40px;
  }
}
.sec-btm .com-bt01 {
  margin: 0 auto;
}

.alignleft,
img.alignleft {
  display: inline;
  float: left;
  margin-right: 24px;
  margin-top: 4px;
}

.alignright,
img.alignright {
  display: inline;
  float: right;
  margin-left: 24px;
  margin-top: 4px;
}

.aligncenter,
img.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

img.alignleft,
img.alignright,
img.aligncenter {
  margin-bottom: 12px;
}

.wp-caption {
  text-align: center;
}
/*# sourceMappingURL=common.css.map */</pre></body></html>