@charset "UTF-8";
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 400;
  src: url("../font/noto-sans/NotoSansJP-Regular.woff2") format("woff2"), url("../font/noto-sans/NotoSansJP-Regular.woff") format("woff");
}
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 700;
  src: url("../font/noto-sans/NotoSansJP-Bold.woff2") format("woff2"), url("../font/noto-sans/NotoSansJP-Bold.woff") format("woff");
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
audio,
video {
  font-size: 100%;
  font-weight: inherit;
  font-style: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  border: 0;
}

*,
::before,
::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  font-size: 62.5%;
  line-height: 1.15;
  width: 100%;
  height: auto;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

body {
  font-family: "Noto Sans JP", "Noto Sans", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 1.6rem;
  line-height: 1.6;
  width: 100%;
  height: auto;
  color: #2F3438;
  background: white;
  -webkit-font-smoothing: subpixel-antialiased;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
}

img {
  vertical-align: top;
}

img,
a img {
  border: none;
}

a {
  text-decoration: none;
  color: inherit;
  outline: none;
  background-color: transparent;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

ul,
ol {
  list-style: none;
}

dd {
  margin-left: 0;
}

hr {
  clear: both;
  overflow: visible;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  margin: 0;
  color: inherit;
  border-top-width: 1px;
}

b,
strong,
.bold {
  font-weight: bold;
  font-weight: 600;
}

small {
  font-size: 80%;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
  border: none;
}

td,
th {
  padding: 0;
  text-align: left;
  border: none;
}

@media screen and (min-width: 767px) {
  a {
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
  }
}

.global-header {
  position: relative;
  z-index: 9997;
  padding: 30px 20px 15px;
  background-color: #fff;
}
@media screen and (max-width: 479px) {
  .global-header {
    height: 50px;
    margin-right: 50px;
    padding: 0;
    width: 100%;
  }
}
.global-header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 479px) {
  .global-header__inner {
    display: block;
    height: 50px;
  }
}
@media screen and (max-width: 479px) {
  .global-header__logo {
    padding: 10px 30px;
  }
}
.global-header__logo a {
  display: block;
}
@media screen and (max-width: 479px) {
  .global-header__logo a {
    display: inline;
  }
}
@media screen and (min-width: 479px) {
  .global-header__logo a:hover {
    opacity: 0.9;
  }
}
.global-header__logo img {
  display: block;
  width: auto;
  height: 40px;
}
@media screen and (max-width: 479px) {
  .global-header__logo img {
    height: 30px;
  }
}
.global-header__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 479px) {
  .global-header .header-tel {
    display: none;
  }
}
.global-header .header-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 479px) {
  .global-header .header-nav {
    display: none;
  }
}
.global-header .header-nav a {
  color: #001E99;
}
@media screen and (min-width: 479px) {
  .global-header .header-nav a:hover {
    color: #249FE0;
  }
}
.global-header .header-nav__item {
  margin-left: 24px;
  color: #001E99;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.5;
}
.global-header .searchform {
  margin-left: 24px;
}
.global-header .searchform input[type=text] {
  width: 170px;
}

.global-nav {
  z-index: 9998;
  padding: 0 20px;
  background-color: #001E99;
}
@media screen and (max-width: 479px) {
  .global-nav {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    visibility: hidden;
    padding: 0;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    opacity: 0;
  }
  .global-nav.is-active {
    position: fixed;
    visibility: visible;
    overflow-y: scroll;
    width: 100vw;
    height: 100vh;
    opacity: 1;
    -webkit-overflow-scrolling: touch;
  }
}
.global-nav__logo {
  height: 50px;
  margin-right: 50px;
  padding: 10px 30px;
  background: #fff;
}
.global-nav__logo img {
  display: block;
  width: auto;
  height: 40px;
}
@media screen and (max-width: 479px) {
  .global-nav__logo img {
    height: 30px;
  }
}
.global-nav__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1080px;
  margin: 0 auto;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 479px) {
  .global-nav__inner {
    display: block;
    margin-bottom: 36px;
    padding: 50px 30px 0;
  }
}
.global-nav__item {
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 45px;
  white-space: nowrap;
}
@media screen and (max-width: 479px) {
  .global-nav__item {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1;
    margin-bottom: 8px;
  }
}
.global-nav__item a {
  display: block;
  padding: 0 20px;
  color: white;
  background-color: #001E99;
}
@media screen and (max-width: 479px) {
  .global-nav__item a {
    padding: 10px 0;
  }
}
@media screen and (min-width: 479px) {
  .global-nav__item a:hover {
    background-color: #249FE0;
  }
}
.global-nav .search {
  padding: 0 30px 36px;
}
.global-nav .searchform input[type=text] {
  width: 210px;
}

.sp-nav {
  display: none;
  padding: 0 30px;
}
@media screen and (max-width: 479px) {
  .sp-nav {
    display: block;
  }
}
.sp-nav:last-of-type {
  padding-bottom: 80px;
}
.sp-nav__item {
  font-weight: normal;
  margin-bottom: 13px;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.5;
}
.sp-nav__item a {
  color: white;
}
.sp-nav + .sp-nav {
  margin-top: 30px;
}

.global-footer {
  padding: 0 20px;
  background-color: #F2F0EC;
}
.global-footer__wrap {
  background-color: #fafafa;
}
.global-footer__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 40px 20px 60px;
  max-width: 1080px;
  margin: 0 auto;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 479px) {
  .global-footer__inner {
    display: block;
    padding: 40px 10px;
  }
}
.global-footer__inner a {
  color: #001E99;
}
@media screen and (min-width: 479px) {
  .global-footer__inner a:hover {
    color: #249FE0;
  }
}
.global-footer__block:first-of-type {
  width: 40%;
}
.global-footer__block:last-of-type {
  width: 60%;
}
@media screen and (max-width: 479px) {
  .global-footer__block:first-of-type, .global-footer__block:last-of-type {
    width: 100%;
  }
}
.global-footer .footer-logo {
  display: block;
  height: 36px;
  margin-bottom: 26px;
}
.global-footer .footer-logo img {
  height: 36px;
}
.global-footer .footer-address a,
.global-footer .footer-tel a {
  color: #2F3438;
}
.global-footer .footer-address {
  margin-bottom: 30px;
}
@media screen and (max-width: 479px) {
  .global-footer .footer-address {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.6;
  }
}
.global-footer .footer-tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.5;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 479px) {
  .global-footer .footer-tel {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.5;
  }
}
.global-footer .footer-tel dt {
  width: 13em;
  text-align: right;
}
.global-footer .footer-tel dd {
  width: calc(100% - 14em);
  padding-left: 1em;
}
.global-footer .footer-time {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.5;
}
@media screen and (max-width: 479px) {
  .global-footer .footer-time {
    margin-bottom: 70px;
  }
}
.global-footer .footer-nav-01, .global-footer .footer-nav-02 {
  margin-bottom: 15px;
  padding-bottom: 10px;
  border-bottom: solid 1px #CDD6DD;
}
.global-footer .footer-nav__item {
  display: inline-block;
  margin-bottom: 10px;
  margin-left: 26px;
  white-space: nowrap;
}
.global-footer .footer-nav__item:first-child {
  margin-left: 0;
}
.global-footer .footer-nav-01 .footer-nav__item {
  font-weight: bold;
}
@media screen and (max-width: 479px) {
  .global-footer .footer-nav-01 .footer-nav__item {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.6;
  }
}
.global-footer .footer-nav-02 .footer-nav__item, .global-footer .footer-nav-03 .footer-nav__item {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.5;
}
@media screen and (max-width: 479px) {
  .global-footer .footer-nav-02 .footer-nav__item, .global-footer .footer-nav-03 .footer-nav__item {
    margin-left: 20px;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.5;
  }
}
@media screen and (min-width: 479px) {
  .global-footer .footer-nav-01 .footer-nav__item:nth-of-type(5), .global-footer .footer-nav-02 .footer-nav__item:nth-of-type(4), .global-footer .footer-nav-02 .footer-nav__item:nth-of-type(6), .global-footer .footer-nav-03 .footer-nav__item:nth-of-type(7) {
    margin-left: 0;
  }
}
@media screen and (max-width: 479px) {
  .global-footer .footer-nav-01 .footer-nav__item:nth-of-type(3), .global-footer .footer-nav-01 .footer-nav__item:nth-of-type(6), .global-footer .footer-nav-02 .footer-nav__item:first-child, .global-footer .footer-nav-02 .footer-nav__item:nth-of-type(3), .global-footer .footer-nav-02 .footer-nav__item:nth-of-type(5), .global-footer .footer-nav-02 .footer-nav__item:nth-of-type(6), .global-footer .footer-nav-02 .footer-nav__item:nth-of-type(7), .global-footer .footer-nav-02 .footer-nav__item:nth-of-type(8), .global-footer .footer-nav-03 .footer-nav__item:first-child, .global-footer .footer-nav-03 .footer-nav__item:nth-of-type(4), .global-footer .footer-nav-03 .footer-nav__item:nth-of-type(7) {
    margin-left: 0;
  }
}

.copyright {
  padding: 26px 20px 55px;
  text-align: center;
}
@media screen and (max-width: 479px) {
  .copyright {
    padding: 16px 0 50px;
  }
}
.copyright small {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.5;
}
@media screen and (max-width: 479px) {
  .copyright small {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.5;
  }
}

.sp-menu {
  position: fixed;
  z-index: 9999;
  top: 0;
  right: 0;
  display: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  background-color: #001E99;
}
@media screen and (max-width: 479px) {
  .sp-menu {
    display: block;
  }
}
.sp-menu .bar {
  position: absolute;
  left: 13px;
  display: block;
  width: 24px;
  height: 1px;
  background-color: #fff;
}
.sp-menu .bar:nth-of-type(1) {
  top: 17px;
  -webkit-animation: menu_bar1 0.2s forwards;
          animation: menu_bar1 0.2s forwards;
}
.sp-menu .bar:nth-of-type(2) {
  top: 25px;
  opacity: 1;
}
.sp-menu .bar:nth-of-type(3) {
  top: 33px;
  margin-bottom: 0;
  -webkit-animation: menu_bar2 0.2s forwards;
          animation: menu_bar2 0.2s forwards;
}
.sp-menu.is-active {
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.sp-menu.is-active .bar {
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.sp-menu.is-active .bar:nth-of-type(1) {
  -webkit-animation: active_menu_bar1 0.2s forwards;
          animation: active_menu_bar1 0.2s forwards;
}
.sp-menu.is-active .bar:nth-of-type(2) {
  opacity: 0;
}
.sp-menu.is-active .bar:nth-of-type(3) {
  -webkit-animation: active_menu_bar3 0.2s forwards;
          animation: active_menu_bar3 0.2s forwards;
}

@-webkit-keyframes menu_bar1 {
  0% {
    -webkit-transform: translateY(8px) rotate(45deg);
            transform: translateY(8px) rotate(45deg);
  }
  50% {
    -webkit-transform: translateY(8px) rotate(0);
            transform: translateY(8px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
}

@keyframes menu_bar1 {
  0% {
    -webkit-transform: translateY(8px) rotate(45deg);
            transform: translateY(8px) rotate(45deg);
  }
  50% {
    -webkit-transform: translateY(8px) rotate(0);
            transform: translateY(8px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
}
@-webkit-keyframes menu_bar2 {
  0% {
    -webkit-transform: translateY(-8px) rotate(-45deg);
            transform: translateY(-8px) rotate(-45deg);
  }
  50% {
    -webkit-transform: translateY(-8px) rotate(0);
            transform: translateY(-8px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
}
@keyframes menu_bar2 {
  0% {
    -webkit-transform: translateY(-8px) rotate(-45deg);
            transform: translateY(-8px) rotate(-45deg);
  }
  50% {
    -webkit-transform: translateY(-8px) rotate(0);
            transform: translateY(-8px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
}
@-webkit-keyframes active_menu_bar1 {
  0% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
  50% {
    -webkit-transform: translateY(8px) rotate(0);
            transform: translateY(8px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(8px) rotate(45deg);
            transform: translateY(8px) rotate(45deg);
  }
}
@keyframes active_menu_bar1 {
  0% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
  50% {
    -webkit-transform: translateY(8px) rotate(0);
            transform: translateY(8px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(8px) rotate(45deg);
            transform: translateY(8px) rotate(45deg);
  }
}
@-webkit-keyframes active_menu_bar3 {
  0% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
  50% {
    -webkit-transform: translateY(-8px) rotate(0);
            transform: translateY(-8px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(-8px) rotate(-45deg);
            transform: translateY(-8px) rotate(-45deg);
  }
}
@keyframes active_menu_bar3 {
  0% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
  50% {
    -webkit-transform: translateY(-8px) rotate(0);
            transform: translateY(-8px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(-8px) rotate(-45deg);
            transform: translateY(-8px) rotate(-45deg);
  }
}
.contents__inner {
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 20px 80px;
}
@media screen and (max-width: 479px) {
  .contents__inner {
    padding: 0;
  }
}
.contents-column .contents__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 479px) {
  .contents-column .contents__inner {
    display: block;
  }
}

.searchform {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.searchform input[type=text] {
  font-size: 1.2rem;
  line-height: 1;
  padding: 7px 10px;
  border: solid 1px #ccc;
  border-right: none;
  border-radius: 4px 0 0 4px;
  background-color: #fff;
}
.searchform input[type=text]:focus, .searchform input[type=text]:active {
  background-color: #fff;
}
.searchform button {
  width: 30px;
  color: #ccc;
  border: solid 1px #ccc;
  border-left: none;
  border-radius: 0 4px 4px 0;
  background-color: #fff;
}

.pagetop__wrap {
  z-index: 110;
  position: fixed;
  right: 20px;
  bottom: 20px;
  display: block;
  width: 80px;
  height: 80px;
  cursor: pointer;
  outline: none;
}
@media screen and (max-width: 479px) {
  .pagetop__wrap {
    right: 5px;
    bottom: 5px;
    width: 60px;
    height: 60px;
  }
}

#pagetop {
  position: relative;
  display: block;
  width: 80px;
  height: 80px;
  margin: 0 auto;
  color: #F2F0EC;
  border-radius: 50%;
  background-color: #001E99;
}
@media screen and (max-width: 479px) {
  #pagetop {
    width: 60px;
    height: 60px;
  }
}
#pagetop::after {
  position: absolute;
  top: 10px;
  left: 50%;
  content: "";
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  content: "\f102";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 1.6rem;
}
@media screen and (max-width: 479px) {
  #pagetop::after {
    top: 6px;
    content: "\f102";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 1.4rem;
  }
}
#pagetop span {
  font-weight: bold;
  position: absolute;
  bottom: 15px;
  left: 50%;
  display: block;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  text-align: center;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.3333333333;
}
@media screen and (max-width: 479px) {
  #pagetop span {
    bottom: 10px;
    font-size: 10px;
    font-size: 1rem;
    line-height: 1.2;
  }
}
@media screen and (min-width: 479px) {
  #pagetop:hover {
    background-color: #F2F0EC;
    color: #001E99;
  }
}

@media screen and (max-width: 479px) {
  .disp-pc {
    display: none;
  }
}

.disp-sp {
  display: none;
}
@media screen and (max-width: 479px) {
  .disp-sp {
    display: block;
  }
}

input,
button,
select,
textarea {
  font: inherit;
  font-family: "Noto Sans JP", "Noto Sans", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 1.6rem;
  border: none;
  border-radius: 0;
  outline: none;
  background: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
@media screen and (max-width: 479px) {
  input,
button,
select,
textarea {
    font-size: 1.4rem;
  }
}

textarea {
  resize: vertical;
}

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

select {
  overflow: hidden;
}
select :focus {
  outline: none;
}

select::-ms-expand {
  display: none;
}

.red {
  color: #DE2222;
}

.card {
  display: block;
  margin-bottom: 10px;
  padding: 20px;
  border-radius: 8px;
}
@media screen and (max-width: 479px) {
  .card {
    margin-bottom: 15px;
    padding: 15px;
  }
}
.article-column .card {
  width: calc((100% - 20px) / 2);
  margin-bottom: 20px;
}
@media screen and (max-width: 479px) {
  .article-column .card {
    width: 100%;
  }
  .article-column .card:last-of-type {
    margin-bottom: 0;
  }
}
.card__title {
  font-weight: bold;
  margin-bottom: 4px;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.4;
}
@media screen and (max-width: 479px) {
  .card__title {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.3333333333;
  }
}
.card__title small {
  font-size: 1.8rem;
  display: block;
}
.card__title small.inline {
  display: inline;
}
.card__text {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 2;
}
.card__desc {
  font-weight: bold;
  margin-bottom: 4px;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.5;
}
@media screen and (max-width: 479px) {
  .card__desc {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.5;
  }
}
.card__date {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.6;
}
@media screen and (max-width: 479px) {
  .card__date {
    font-size: 11px;
    font-size: 1.1rem;
    line-height: 1.4;
  }
}
.card__eventdate {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.8;
  font-weight: bold;
  color: #2F3438;
}
@media screen and (max-width: 479px) {
  .card__eventdate {
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1.5;
  }
}
.card__eventdate span {
  margin-left: 1em;
}
.card__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.card__header .tags {
  margin-top: 0;
}
.card__excerpt {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.4615384615;
}
.card-01, .card-03, .card-04 {
  border: solid 1px #CDD6DD;
  background-color: #fff;
}
.card-01:hover, .card-03:hover, .card-04:hover {
  background-color: #F1F9FE;
}
.card-02, .card-03 {
  margin-bottom: 20px;
}
.card-02 {
  background-color: #ECEFF1;
}
.card-02 .card__date {
  margin-bottom: 8px;
}
@media screen and (max-width: 479px) {
  .card-02 .card__date {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.5;
  }
}
.card-02 .card__title {
  margin-bottom: 0;
}
.card-02 .card__desc {
  font-weight: normal;
  margin-top: 7px;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.5;
}
@media screen and (max-width: 479px) {
  .card-02 .card__desc {
    font-size: 11px;
    font-size: 1.1rem;
    line-height: 1.4;
  }
}
.card-03 .card__eventdate {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.8;
}
@media screen and (max-width: 479px) {
  .card-03 .card__eventdate {
    font-size: 11px;
    font-size: 1.1rem;
    line-height: 1.4;
  }
}
.card-03 .card__excerpt {
  font-weight: normal;
  margin-top: 10px;
  padding-top: 10px;
  border-top: solid 1px #CDD6DD;
}
@media screen and (max-width: 479px) {
  .card-03 .card__excerpt {
    font-size: 11px;
    font-size: 1.1rem;
    line-height: 1.4;
  }
}
.card-04 {
  margin-bottom: 20px;
}
.card-04 .card__desc {
  margin-top: 5px;
}
.card-04 .card__excerpt {
  margin-top: 10px;
}
.card-04 .tag {
  background-color: #ECEFF1;
}
.card-04 .card__eventdate {
  font-weight: bold;
  margin-top: 10px;
}
.card-05, .card-06, .card-07 {
  background-color: #eee;
}
.card-05:hover, .card-06:hover, .card-07:hover {
  background-color: #F1F9FE;
}
.card-05 .card__title, .card-07 .card__title {
  margin-bottom: 20px;
}
.card-06 .tags {
  margin-bottom: 20px;
}
.card-07 {
  margin-bottom: 20px;
}

.tags {
  margin-top: 4px;
}
.tags-right {
  text-align: right;
}

.tag {
  font-size: 1.1rem;
  line-height: 1;
  display: inline-block;
  margin-right: 10px;
  padding: 3px 6px 6px;
  text-align: center;
  vertical-align: middle;
  border-radius: 4px;
}
@media screen and (max-width: 479px) {
  .tag {
    font-size: 1rem;
  }
}
.tag:last-child {
  margin-right: 0;
}
.tag-01 {
  background-color: #F9E8D1;
}
.tag-02 {
  background-color: #D2EFDE;
}
.tag-03 {
  background-color: #ECEFF1;
}
.tag-04 {
  background-color: #dbdb06;
}
.tag-05 {
  background-color: #f5d137;
}
.tag-06 {
  color: #fff;
  background-color: #2F3438;
}

p.tag {
  line-height: 20px;
  padding: 0 6px;
}

.article__header li.tag {
  padding: 0;
}
.article__header li.tag a {
  display: block;
  padding: 3px 6px 6px;
}

.btn {
  display: block;
  margin: 0 auto;
}
.btn::after {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.btn-01, .btn-02, .btn-03, .btn-back, .btn-pdf {
  font-weight: bold;
  position: relative;
  text-align: center;
  color: #fff;
  background-color: #001E99;
}
.btn-01:hover, .btn-02:hover, .btn-03:hover, .btn-back:hover, .btn-pdf:hover {
  background-color: #249FE0;
}
.btn-01, .btn-02, .btn-03 {
  max-width: 200px;
}
.btn-01::after, .btn-02::after, .btn-03::after {
  right: 15px;
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 1rem;
}
.btn-01, .btn-back {
  font-size: 1.4rem;
  line-height: 40px;
  border-radius: 20px;
}
@media screen and (max-width: 479px) {
  .btn-01, .btn-back {
    font-size: 1.2rem;
    line-height: 36px;
    max-width: 160px;
    border-radius: 18px;
  }
}
.btn-02, .btn-03 {
  font-size: 2rem;
  line-height: 60px;
  border-radius: 30px;
}
.btn-03 {
  width: 280px;
  max-width: 280px;
}
.btn-back {
  background-color: #99A3AC;
}
.btn-pdf {
  line-height: 30px;
  width: 100px;
  height: 30px;
  border-radius: 4px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.btn-pdf::after {
  right: 13px;
  content: "\f56d";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 1.2rem;
}
@media screen and (max-width: 479px) {
  .btn-pdf::after {
    right: 10px;
  }
}
@media screen and (max-width: 479px) {
  .btn-pdf {
    width: 70px;
    text-align: left;
    padding-left: 14px;
    font-size: 1.4rem;
  }
}

.btn-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 479px) {
  .btn-column {
    display: block;
    padding: 0 30px;
  }
}
.btn-column .btn {
  margin: 0 40px;
}
@media screen and (max-width: 479px) {
  .btn-column .btn {
    width: 100%;
    margin: 0 auto;
  }
  .btn-column .btn + .btn {
    margin-top: 20px;
  }
}

.card .btn-column {
	flex-wrap: wrap;
	gap: 0.5em;
}
@media screen and (max-width: 479px) {
	.card .btn-column {
		padding: 0;
	}
}
.card .btn-column .btn {
	margin: 0.5em 0;
}
@media screen and (max-width: 479px) {
	.card .btn-column .btn {
		margin: 0.5em auto;
	}
}
@media screen and (min-width: 480px) {
	.card .btn-column .btn.btn-02 {
		padding-left: 40px;
		padding-right: 40px;
	}
}

.form__wrap .btn-01,
.form__wrap .btn-back {
  font-size: 1.6rem;
  line-height: 44px;
  border-radius: 22px;
}
@media screen and (max-width: 479px) {
  .form__wrap .btn-01,
.form__wrap .btn-back {
    max-width: 160px;
  }
}

.wrapper {
  padding-bottom: 80px;
  background-color: #fafafa;
}

.page .lead {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 2;
}
@media screen and (max-width: 479px) {
  .page .lead {
    font-size: 1.4rem;
  }
}
.page__title, .page__subtitle {
  font-weight: bold;
}
.page__title {
  font-size: 2.8rem;
  margin-bottom: 60px;
  text-align: center;
}
@media screen and (max-width: 479px) {
  .page__title {
    font-size: 2rem;
    margin-bottom: 40px;
  }
}
.page__subtitle {
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.4;
}
.page .article a {
  padding-bottom: 0.1em;
  text-decoration: none;
  color: #249fe0;
  border-bottom: solid 1px #249fe0;
}
.page .article a:hover {
  color: #2F3438;
  border: none;
}

.single .contents__inner {
  padding-bottom: 120px;
}
@media screen and (max-width: 479px) {
  .single .contents__inner {
    padding-bottom: 0;
  }
}

.main {
  width: 100%;
}
@media screen and (max-width: 479px) {
  .main {
    width: auto;
  }
}
.contents-column .main {
  width: 100%;
  max-width: 750px;
  margin-right: 20px;
}
@media screen and (max-width: 479px) {
  .contents-column .main {
    width: auto;
    margin-right: 0;
    padding-bottom: 120px;
  }
}

.section {
  padding: 80px 0;
}
@media screen and (max-width: 479px) {
  .section {
    padding: 40px 0;
  }
}
.section:first-of-type {
  padding-top: 0;
}
.section__inner {
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 20px;
}
@media screen and (max-width: 479px) {
  .section__inner {
    padding: 0 30px;
  }
}
.section-column .section__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 479px) {
  .section-column .section__inner {
    display: block;
  }
}
.section__title, .section__title-line {
  font-weight: bold;
  text-align: center;
  font-size: 32px;
  font-size: 3.2rem;
  line-height: 1.3;
}
@media screen and (max-width: 479px) {
  .section__title, .section__title-line {
    font-size: 1.8rem;
  }
}
.section__title {
  margin-bottom: 30px;
}
@media screen and (max-width: 479px) {
  .section__title {
    margin-bottom: 20px;
  }
}
.section__title-line {
  position: relative;
  padding-bottom: 10px;
}
.section__title-line::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 80px;
  height: 4px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: transparent;
}
.section__item a {
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 200px;
  height: 100px;
  text-align: center;
  border-radius: 4px;
  background: -webkit-gradient(linear, left top, left bottom, from(#D2EFDE), to(#f4efe7)) 0 0;
  background: linear-gradient(180deg, #D2EFDE 0%, #f4efe7 100%) 0 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.4;
}

.breadcrumb {
  margin-top: 10px;
  margin-bottom: 40px;
  color: #666;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.5;
}
@media screen and (max-width: 479px) {
  .breadcrumb {
    margin-bottom: 25px;
    font-size: 10px;
    font-size: 1rem;
    line-height: 1.4;
  }
}
.breadcrumb__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 20px;
}
@media screen and (max-width: 479px) {
  .breadcrumb__inner {
    padding: 0 30px;
  }
}
.breadcrumb a {
  color: #99A3AC;
}
.breadcrumb__item {
  position: relative;
  padding-right: 30px;
  white-space: nowrap;
}
@media screen and (max-width: 479px) {
  .breadcrumb__item {
    padding-right: 20px;
  }
}
.breadcrumb__item::after {
  position: absolute;
  top: 50%;
  right: 12px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #99A3AC;
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 1rem;
}
@media screen and (max-width: 479px) {
  .breadcrumb__item::after {
    right: 7px;
  }
}
.breadcrumb__item:last-child {
  overflow: hidden;
  padding-right: 0;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.breadcrumb__item:last-child::after {
  content: "";
}

.page-header {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 250px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 479px) {
  .page-header {
    height: 160px;
  }
}
.page-header picture {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: none;
}
.page-header source,
.page-header img {
  width: auto;
  height: 400px;
}
.page-header-m {
  height: 200px;
}
@media screen and (max-width: 479px) {
  .page-header-m {
    height: 160px;
  }
}
.page-header-m2 {
  height: 300px;
}
@media screen and (max-width: 479px) {
  .page-header-m2 {
    height: 160px;
  }
}
.page-header-l {
  height: 400px;
}
@media screen and (max-width: 479px) {
  .page-header-l {
    height: 240px;
  }
}
.page-header__title {
  font-size: 3.2rem;
  font-weight: bold;
  line-height: 1;
  z-index: 1;
  display: inline-block;
  padding: 5px 10px 7px;
  color: #001E99;
  background: rgba(255, 255, 255, 0.7);
}
@media screen and (max-width: 479px) {
  .page-header__title {
    font-size: 2rem;
    padding: 5px 7px;
  }
}

@media screen and (max-width: 479px) {
  .aside {
    padding: 40px 30px 120px;
    background-color: #F6F6F6;
  }
}
.aside__block + .aside__block {
  margin-top: 80px;
}
.aside__title {
  font-weight: bold;
  margin-bottom: 10px;
  text-align: center;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.2307692308;
}
.aside-article {
  width: 200px;
}
.aside-article {
  margin: 0 auto;
  border-top: solid 1px #CDD6DD;
}
.aside-article li {
  border-bottom: solid 1px #CDD6DD;
}
.aside-article a {
  display: block;
  padding: 20px 0;
}
.aside-article a:hover {
  background-color: #F1F9FE;
}
.aside-article__date {
  margin-bottom: 5px;
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 1.4;
}
.aside-article__title {
  font-weight: bold;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.4615384615;
}

.single-for-citizens .aside-article a:hover {
  background-color: #F1F9FE;
}

.date aside,
.tax-news_category aside,
.tax-event_category aside,
.tax-for_citizens_category aside,
.tax-statement_category aside,
.tax-yoriyoi_category aside,
.tax-peace_category aside,
.tax-dental_category aside,
.tax-9jonokai_category aside {
  padding-top: 80px;
}
@media screen and (max-width: 479px) {
  .date aside,
.tax-news_category aside,
.tax-event_category aside,
.tax-for_citizens_category aside,
.tax-statement_category aside,
.tax-yoriyoi_category aside,
.tax-peace_category aside,
.tax-dental_category aside,
.tax-9jonokai_category aside {
    padding-top: 40px;
  }
}

.aside-select {
  position: relative;
  width: 200px;
  margin: 10px auto 0;
}
.aside-select::after {
  position: absolute;
  top: 50%;
  right: 16px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  content: "\f0d7";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 1.6rem;
}
.aside-select select {
  width: 100%;
  padding: 7px 16px;
  border-radius: 4px;
  background-color: #ddd;
}

.article-wrap {
  width: 100%;
  padding-bottom: 40px;
}
@media screen and (max-width: 479px) {
  .article-wrap {
    padding-bottom: 0;
  }
}
.article-wrap .article-column {
  max-width: 100%;
}

.article-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 750px;
  margin: 0 auto 80px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 479px) {
  .article-column {
    display: block;
    margin-right: 0;
    margin-bottom: 0;
    padding: 0 30px;
  }
}
.contents-column .article-column {
  margin-left: 0;
}
.article-column__item {
  width: calc(365 / 750 * 100%);
}
@media screen and (max-width: 479px) {
  .article-column__item {
    width: 100%;
  }
}

.article__contents {
  margin-bottom: 120px;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 2;
}
@media screen and (max-width: 479px) {
  .article__contents {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.8571428571;
  }
}
@media screen and (max-width: 479px) {
  .article__contents {
    margin-bottom: 80px;
  }
}
.article__contents p {
  margin-bottom: 2em;
}
.article__contents h2,
.article__contents h3,
.article__contents h4 {
  font-weight: bold;
}
.article__contents h2,
.article__contents h3 {
  margin-bottom: 30px;
  font-size: 28px;
  font-size: 2.8rem;
  line-height: 1.3;
}
.article__contents h4,
.article__contents span.blue,
.article__contents span.darkblue,
.article__contents span.green {
  font-size: 2.2rem;
  margin-bottom: 10px;
}
.article__contents span.blue,
.article__contents span.darkblue,
.article__contents span.green {
  font-weight: bold;
}
.article__contents a {
  padding-bottom: 0.1em;
  text-decoration: none;
  color: #249fe0;
  border-bottom: solid 1px #249fe0;
}
.article__contents a:hover {
  color: #2F3438;
  border: none;
}
.article__contents ul,
.article__contents ol {
  margin-bottom: 50px;
  margin-left: 1.5em;
}
.article__contents ul li {
  list-style-type: disc;
}
.article__contents ol li {
  list-style-type: decimal;
}
.article__contents table {
  margin-bottom: 50px;
}
.article__contents table.has-background {
  background-color: #fafafa !important;
}
.article__contents table tbody th,
.article__contents table tbody td {
  padding: 0.2em 0.5em;
  border: solid 1px #707070;
}
.article__contents .wp-block-table {
  margin-bottom: 50px;
}
.article__contents .wp-block-table table {
  margin-bottom: 0;
}
.article__contents figcaption {
  font-size: 12px;
  text-align: left;
  color: #2F3438;
}
.article__contents .img_c,
.article__contents .img_l,
.article__contents .img_r {
  display: block;
  margin: 0 auto;
}
.article__contents br + .img_c,
.article__contents br + .img_l,
.article__contents br + .img_r {
  margin-top: 30px;
}
.article__contents .txright {
  display: block;
  text-align: right;
}
.article__contents .txright + br {
  font-size: 0;
}
.article__contents .txcenter {
  display: block;
  text-align: center;
}
.article__contents .txcenter + br {
  font-size: 0;
}

.category-list {
  width: 200px;
  margin: 0 auto;
  padding-top: 16px;
  border-top: solid 1px #CDD6DD;
}
.category-list__item {
  position: relative;
  margin-bottom: 16px;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.6;
}
.category-list__item:last-child {
  margin-bottom: 0;
}
.category-list__item a {
  display: block;
  padding-left: 10px;
}
.category-list__item a::before {
  position: absolute;
  top: 0;
  left: 0;
  color: #CDD6DD;
  content: "\f0da";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 1.4rem;
}
.category-list-02 {
  padding-top: 30px;
  padding-bottom: 60px;
}
@media screen and (max-width: 479px) {
  .category-list-02 {
    padding-bottom: 0;
  }
}
.category-list-02 .category-list__item {
  margin-bottom: 25px;
}
.category-list-02 .category-list__item:last-child {
  margin-bottom: 0;
}
.category-list-02 .category-list__item a {
  padding-left: 18px;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.1666666667;
  font-weight: bold;
  color: #001E99;
}
.category-list-02 .category-list__item a::before {
  font-size: 1.6rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #001E99;
}
.category-list-02 .category-list__item a:hover {
  color: #249FE0;
}
.category-list-02 .category-list__item a:hover::before {
  color: #249FE0;
}

.article {
  max-width: 750px;
  margin-right: 20px;
}
@media screen and (max-width: 479px) {
  .article {
    margin-right: 0;
    padding-right: 30px;
    padding-left: 30px;
  }
}
.article__header {
  margin-bottom: 40px;
/*  margin-bottom: 80px; */
}
@media screen and (max-width: 479px) {
  .article__header {
    margin-bottom: 20px;
/*    margin-bottom: 40px; */
  }
}
.article__header-02 {
  padding-top: 20px;
  border-top: solid 1px #CDD6DD;
}
.article__header-03 .article__title {
  margin-bottom: 10px;
}
.article__header-03 .tags {
  margin-top: 0;
}
.article__date {
  margin-bottom: 10px;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.6;
}
.article__title {
  font-weight: bold;
  font-size: 32px;
  font-size: 3.2rem;
  line-height: 1.3;
}
@media screen and (max-width: 479px) {
  .article__title {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 1.3;
  }
}
.article__subtitle {
  font-weight: bold;
  margin-top: 10px;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.4;
}
@media screen and (max-width: 479px) {
  .article__subtitle {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.5;
  }
}
.article__desc {
  font-weight: bold;
  margin-top: 30px;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.4;
}
.article-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 479px) {
  .article-info {
    display: block;
    margin-top: 20px;
  }
}
.article-info__date {
  padding-right: 20px;
}
.article-info__time {
  padding-right: 40px;
}
.article-info__date, .article-info__time {
  font-weight: bold;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.4;
}
@media screen and (max-width: 479px) {
  .article-info__date, .article-info__time {
    padding-right: 20px;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.5;
  }
}
.article-info .tag-06 {
  width: 8em;
}
@media screen and (max-width: 479px) {
  .article-info .tag-06 {
    display: block;
    margin-top: 4px;
  }
}
.article-subinfo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.article-subinfo__date {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 2;
}
@media screen and (max-width: 479px) {
  .article-subinfo__date {
    font-size: 1.4rem;
  }
}
.article-subinfo .tags {
  margin-top: 0;
}
.article__header-02 .article-subinfo {
  margin-top: 20px;
  margin-bottom: 30px; /* 行事・イベントのカテゴリ下部を良い塩梅に */
  padding-top: 10px;
  border-top: solid 1px #CDD6DD;
}
.article__header-02 .article-subinfo__date {
/*  color: #99A3AC; */
  color: #fafafa;  /* 日付を背景色に変更 */
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.5;
}

.post-nav__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.post-nav__item {
  padding: 0 20px;
}
@media screen and (max-width: 479px) {
  .post-nav__item {
    padding: 0 10px;
  }
}
.post-nav__item a {
  display: block;
  width: 160px;
  line-height: 44px;
  border-radius: 22px;
  background-color: #99A3AC;
  color: #fff;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 479px) {
  .post-nav__item a {
    width: 120px;
    line-height: 30px;
    border-radius: 15px;
    font-size: 1.3rem;
  }
}
.post-nav__item a::before {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.post-nav__item-prev a::before {
  content: "\f053";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 1rem;
  left: 18px;
}
@media screen and (max-width: 479px) {
  .post-nav__item-prev a::before {
    left: 12px;
  }
}
.post-nav__item-next a::before {
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 1rem;
  right: 18px;
}
@media screen and (max-width: 479px) {
  .post-nav__item-next a::before {
    right: 12px;
  }
}

.archive__title {
  font-weight: bold;
  position: relative;
  height: 80px;
  padding-top: 10px;
  text-align: center;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.4166666667;
}
@media screen and (max-width: 479px) {
  .archive__title {
    height: auto;
    margin-bottom: 40px;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.4;
  }
}
.archive__title::after {
  position: absolute;
  top: 0;
  left: 50%;
  width: 64px;
  height: 1px;
  content: "";
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: #CDD6DD;
}

.event-info {
  margin-bottom: 20px;
  padding: 20px 0;
  border-bottom: solid 1px #CDD6DD;
}
.event-info:first-of-type {
  border-top: solid 1px #CDD6DD;
}
.event-info dl {
  line-height: 1.3;
  margin-bottom: 20px;
}
.event-info dl:last-of-type {
  margin-bottom: 0;
}
.event-info dt {
  font-size: 1.2rem;
}
.event-info .text-01 {
  font-size: 2.4rem;
}
@media screen and (max-width: 479px) {
  .event-info .text-01 {
    font-size: 2rem;
  }
}
.event-info .text-02 {
  font-size: 1.8rem;
}
@media screen and (max-width: 479px) {
  .event-info .text-02 {
    font-size: 1.6rem;
  }
}
.event-info .text-03 {
  font-size: 1.6rem;
}
@media screen and (max-width: 479px) {
  .event-info .text-03 {
    font-size: 1.4rem;
  }
}

.form__wrap {
  max-width: 720px;
}
.form__wrap h3 {
  margin-bottom: 30px;
  padding-bottom: 20px;
  border-bottom: dashed 1px #CDD6DD;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1;
}
@media screen and (max-width: 479px) {
  .form__wrap h3 {
    font-size: 1.4rem;
  }
}
.form__wrap .form {
  max-width: 620px;
}
.form__wrap dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 479px) {
  .form__wrap dl {
    font-size: 1.4rem;
    display: block;
  }
  .form__wrap dl:last-of-type {
    margin-bottom: 0;
  }
}
.form__wrap dl:last-of-type {
  margin-bottom: 0;
}
.form__wrap dl.margin {
  margin-bottom: 60px;
}
.form__wrap dl.valign-top {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.form__wrap dl.valign-top dt {
  padding-top: 8px;
}
.form__wrap dl.valign-top-02 {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.form__wrap dt {
  line-height: 1.2;
  width: 160px;
  text-align: right;
}
@media screen and (max-width: 479px) {
  .form__wrap dt {
    width: 100%;
    margin-bottom: 8px;
    text-align: left;
  }
  .form__wrap dt br {
    display: none;
  }
}
.form__wrap dt.label-br {
  padding-top: 0;
}
.form__wrap dt.label-br small {
  display: block;
}
.form__wrap dd {
  width: calc(100% - 170px);
}
@media screen and (max-width: 479px) {
  .form__wrap dd {
    width: 100%;
  }
}

.form__wrap .attention {
  font-size: 1.0rem;
  color: red;
}

.form__wrap .note,
.form__wrap .error {
  font-size: 1.2rem;
}
@media screen and (max-width: 479px) {
  .form__wrap .note,
.form__wrap .error {
    font-size: 1.1rem;
  }
}
.form__wrap .note {
  padding-left: 1em;
}
@media screen and (max-width: 479px) {
  .form__wrap .note {
    display: block;
    margin-top: 8px;
    padding-left: 0;
  }
}
.form__wrap .select-wrap {
  position: relative;
  display: inline-block;
  padding: 7px 0;
  border-radius: 4px;
  background-color: #ddd;
}
.form__wrap .select-wrap::after {
  position: absolute;
  top: 50%;
  right: 16px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  pointer-events: none;
  content: "\f0d7";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 1.6rem;
}
.form__wrap .select-wrap select {
  padding-right: 40px;
  padding-left: 16px;
  border-radius: 4px;
}
.form__wrap .select-wrap + span {
  margin-left: 10px;
}
.form__wrap input[type=text],
.form__wrap input[type=email],
.form__wrap textarea {
  border: solid 1px #ccc;
  background-color: #fff;
}
.form__wrap input[type=text],
.form__wrap input[type=email],
.form__wrap textarea {
  width: 100%;
  padding: 8px;
}
.form__wrap input[type=text].small {
  width: 25%;
}
@media screen and (max-width: 479px) {
  .form__wrap input[type=text].small {
    width: 50%;
  }
}
.form__wrap input[type=text].medium {
  width: 50%;
}
@media screen and (max-width: 479px) {
  .form__wrap input[type=text].medium {
    width: 100%;
  }
}
.form__wrap .btn-column {
  margin-left: 170px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media screen and (max-width: 479px) {
  .form__wrap .btn-column {
    margin-left: 0;
    padding-right: 0;
    padding-left: 0;
  }
}
.form__wrap .btn-column .btn {
  margin: 0;
}
.form__wrap .btn-wrap {
  position: relative;
  margin-top: 80px;
}
@media screen and (max-width: 479px) {
  .form__wrap .btn-wrap {
    width: calc((100% - 20px) / 2);
    margin-top: 40px;
  }
}
.form__wrap .btn-wrap::after {
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #fff;
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 1rem;
}
.form__wrap .btn-wrap input {
  width: 160px;
}
@media screen and (max-width: 479px) {
  .form__wrap .btn-wrap input {
    width: 100%;
  }
}
@media screen and (max-width: 479px) {
  .form__wrap .mwform-zip-field input[type=text].small {
    width: 30%;
  }
}

.mw_wp_form_input .btn-column .btn-wrap-back {
  display: none;
}

.mw_wp_form_preview .form dd {
  font-size: 2.4rem;
}
@media screen and (max-width: 479px) {
  .mw_wp_form_preview .form dd {
    font-size: 1.8rem;
  }
}
.mw_wp_form_preview .form .note {
  display: none;
}
@media screen and (max-width: 479px) {
  .mw_wp_form_preview .form .btn-column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.mw_wp_form_complete {
  max-width: 620px;
}

.mw_wp_form_confirm .btn-wrap {
  margin: 80px 0 0;
}
@media screen and (max-width: 479px) {
  .mw_wp_form_confirm .btn-wrap {
    margin: 40px 0 0;
  }
}
.mw_wp_form_confirm .btn-wrap-back {
  margin-right: 20px;
}
.mw_wp_form_confirm .btn-wrap-back::after {
  right: auto;
  left: 15px;
  content: "\f053";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 1rem;
}
.mw_wp_form_confirm .select-wrap::after {
  display: none;
}

.check-list {
  font-size: 1.8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 479px) {
  .check-list {
    font-size: 1.4rem;
  }
}

.mwform-radio-field {
  margin: 0 0.5em;
}

input[type=checkbox] {
  display: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.mw_wp_form .horizontal-item + .horizontal-item {
  margin-left: 0 !important;
}

.mw_wp_form .horizontal-item {
  margin-right: 20px;
}
.mw_wp_form .horizontal-item:last-of-type {
  margin-right: 0;
}

input[type=checkbox] + span {
  position: relative;
  display: inline-block;
  padding-left: 42px;
  cursor: pointer;
  vertical-align: middle;
}
input[type=checkbox] + span::before {
  position: absolute;
  top: 50%;
  left: 0;
  display: inline-block;
  width: 32px;
  height: 32px;
  margin-right: 0.5em;
  content: "";
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border: solid 1px #ccc;
}

input[type=checkbox]:checked + span:before {
  width: 32px;
  height: 32px;
  content: "";
  background-color: #99A3AC;
}

.mw_wp_form_confirm .form__wrap .select-wrap,
.mw_wp_form_preview .form__wrap .select-wrap {
  border-radius: 0;
  background-color: #fafafa;
}

.mw_wp_form_complete .text-01 {
  margin-bottom: 40px;
  padding-bottom: 10px;
  border-bottom: solid 1px #CDD6DD;
}
.mw_wp_form_complete .text-01,
.mw_wp_form_complete .text-02 {
  font-size: 2.4rem;
}
@media screen and (max-width: 479px) {
  .mw_wp_form_complete .text-01,
.mw_wp_form_complete .text-02 {
    font-size: 1.8rem;
  }
}
.mw_wp_form_complete .text-02,
.mw_wp_form_complete .text-03 {
  margin-bottom: 30px;
}
@media screen and (max-width: 479px) {
  .mw_wp_form_complete .text-03 {
    font-size: 1.4rem;
  }
}

.form__title {
  font-weight: bold;
  margin-bottom: 60px;
  text-align: center;
  font-size: 28px;
  font-size: 2.8rem;
  line-height: 1.3;
}
@media screen and (max-width: 479px) {
  .form__title {
    font-size: 2rem;
    margin-bottom: 30px;
    padding-right: 30px;
    padding-left: 30px;
  }
}

.wp-pagenavi {
  font-size: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 479px) {
  .wp-pagenavi {
    font-size: 16px;
    padding-top: 40px;
  }
}
.wp-pagenavi .current,
.wp-pagenavi a.page,
.wp-pagenavi .nextpostslink,
.wp-pagenavi .previouspostslink {
  line-height: 40px;
  width: 40px;
  height: 40px;
  margin-right: 15px;
  text-align: center;
  border-radius: 50%;
}
@media screen and (max-width: 479px) {
  .wp-pagenavi .current,
.wp-pagenavi a.page,
.wp-pagenavi .nextpostslink,
.wp-pagenavi .previouspostslink {
    line-height: 30px;
    width: 30px;
    height: 30px;
    margin-right: 14px;
  }
}
.wp-pagenavi .current {
  color: #99A3AC;
  border: none;
  background: none;
}
.wp-pagenavi a.page,
.wp-pagenavi .nextpostslink,
.wp-pagenavi .previouspostslink {
  color: #fff;
  background: #99A3AC;
}
.wp-pagenavi .nextpostslink,
.wp-pagenavi .previouspostslink {
  position: relative;
}
.wp-pagenavi .nextpostslink::after,
.wp-pagenavi .previouspostslink::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 40px;
  content: "";
}
@media screen and (max-width: 479px) {
  .wp-pagenavi .nextpostslink::after,
.wp-pagenavi .previouspostslink::after {
    width: 30px;
    height: 30px;
  }
}
.wp-pagenavi .previouspostslink::after {
  content: "\f053";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 1.6rem;
}
@media screen and (max-width: 479px) {
  .wp-pagenavi .previouspostslink::after {
    font-size: 12px;
  }
}
.wp-pagenavi .nextpostslink {
  margin-right: 0;
}
.wp-pagenavi .nextpostslink::after {
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 1.6rem;
}
@media screen and (max-width: 479px) {
  .wp-pagenavi .nextpostslink::after {
    font-size: 12px;
  }
}
.wp-pagenavi .first,
.wp-pagenavi .extend {
  margin-right: 10px;
}

/* ボタンの色とサイズの調整 2024.2.14 ogawa  */
.wp-block-button {
  a {
    padding: 0.1em 1em;
    text-decoration: none;
    color: #fff;
    border-bottom: solid 1px #249fe0;
  }
  a:hover {
    color: #fff;
    border: none;
  }
}
