@charset "UTF-8";
/*--------------
 blog
---------------*/
.top-event-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -40px;
  text-align: center;
}
.top-event-list > li {
  width: calc(50% - 40px);
  margin-left: 40px;
  margin-bottom: 30px;
}
.top-event-list > li > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.top-event-list > li > a:hover {
  text-decoration: none;
}
.top-event-list > li .top-event-img {
  width: 120px;
}
.top-event-list > li .top-event-img img {
  width: 100%;
  height: 120px;
}
.top-event-list > li .top-event-txt {
  width: calc(100% - 140px);
  text-align: left;
}
.top-event-list > li .top-event-txt .top-event-title {
  font-size: 16px;
  margin-bottom: 6px;
}
.top-event-list > li .top-event-txt p {
  line-height: 1.4;
  font-size: 13px;
  color: #3a3a3a;
}

@media only screen and (max-width: 540px) {
  .top-event-list {
    display: block;
    margin-left: 0;
  }
  .top-event-list > li {
    width: 100%;
    margin-left: 0;
    margin-bottom: 20px;
  }
  .top-event-list > li .top-event-img {
    width: 100px;
  }
  .top-event-list > li .top-event-img img {
    width: 100%;
    height: 100px;
  }
  .top-event-list > li .top-event-txt {
    width: calc(100% - 120px);
  }
  .top-event-list > li .top-event-txt .top-event-title {
    font-size: 15px;
    margin-bottom: 4px;
  }
  .top-event-list > li .top-event-txt p {
    font-size: 12px;
  }
}
/*--------------
 pagenavi
---------------*/
.pagenation {
  text-align: center;
  margin-top: 50px;
}

.page-numbers {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
}

.page-numbers > li {
  display: inline;
}

.page-numbers > li > a, .page-numbers > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.42857143;
  text-decoration: none;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  margin-left: -1px;
  color: #333;
}

.page-numbers > li:first-child a, .page-numbers > li:first-child span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}

.page-numbers > li:last-child a, .page-numbers > li:last-child span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}

.page-numbers .current {
  z-index: 3;
  color: #ffffff;
  background-color: #007BB7;
  border-color: #fff;
  cursor: default;
}

.page-numbers > .disabled > span, .page-numbers > .disabled > span:hover, .page-numbers > .disabled > span:focus, .page-numbers > .disabled > a, .page-numbers > .disabled > a:hover, .page-numbers > .disabled > a:focus {
  color: #777777;
  background-color: #ffffff;
  border-color: #dddddd;
  cursor: not-allowed;
}

/*--------------
 記事
---------------*/
/*==================
初期設定
====================*/
* {
  --wp--preset--font-size--x-large: 26px;
  --wp--preset--font-size--large: 22px;
  --wp--preset--font-size--medium: 18px;
  --wp--preset--font-size--small: 13px;
  --wp--preset--spacing--20:20px;
  --wp--preset--spacing--30:30px;
  --wp--preset--spacing--40:50px;
  --wp--preset--spacing--50:65px;
  --wp--preset--spacing--60:80px;
  --wp--preset--spacing--70:100px;
  --wp--preset--spacing--80:120px;
}

@media (max-width: 540px) {
  * {
    --wp--preset--font-size--x-large: 24px;
    --wp--preset--font-size--large: 20px;
    --wp--preset--font-size--medium: 17px;
    --wp--preset--font-size--small: 11px;
  }
}
.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  margin-bottom: 1rem;
}

.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

.wp-block-image figcaption {
  font-size: 13px;
  text-align: center;
  margin-bottom: 0;
}

mark {
  font-style: normal;
}

sup {
  font-size: 0.8em;
  vertical-align: top;
}

.wp-block-separator {
  border: none;
  border-top: solid 1px #b7b7b7;
  height: 1px;
  width: 100%;
  margin-top: 85px !important;
  margin-bottom: 85px;
}
@media (max-width: 540px) {
  .wp-block-separator {
    margin-top: 50px !important;
    margin-bottom: 50px;
  }
}

.wp-block-button a {
  text-decoration: none !important;
}

.wp-block-image {
  margin-bottom: 30px;
}

.wp-block-gallery {
  margin-bottom: 30px;
}
.wp-block-gallery > .wp-block-image {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.wp-single article h2, .wp-single article h3, .wp-single article h4, .wp-single article h5, .wp-single article h6 {
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 700;
}
.wp-single article h2 {
  display: block;
  font-size: 23px;
  background: #dfe3e6;
  padding: 5px 10px;
  margin-top: 50px;
  margin-bottom: 10px;
}
@media (max-width: 540px) {
  .wp-single article h2 {
    font-size: 20px;
    margin-top: 30px;
  }
}
.wp-single article h2:first-child {
  margin-top: 0;
}
.wp-single article h3 {
  font-size: 19px;
  border-bottom: 1px dotted #7f7f7f;
  margin-top: 20px;
  margin-bottom: 6px;
  padding-bottom: 5px;
}
@media (max-width: 540px) {
  .wp-single article h3 {
    font-size: 18px;
  }
}
.wp-single article h4 {
  font-size: 18px;
  margin-top: 15px;
  margin-bottom: 6px;
}
@media (max-width: 540px) {
  .wp-single article h4 {
    font-size: 17px;
  }
}
.wp-single article h5 {
  font-size: 17px;
  margin-top: 10px;
  margin-bottom: 4px;
}
@media (max-width: 540px) {
  .wp-single article h5 {
    font-size: 16px;
  }
}
.wp-single article h6 {
  font-size: 16px;
  margin-top: 10px;
  margin-bottom: 4px;
}
@media (max-width: 540px) {
  .wp-single article h6 {
    font-size: 15px;
  }
}
.wp-single article p {
  line-height: 1.8;
  margin-bottom: 12px;
}
.wp-single article a {
  text-decoration: underline;
  word-wrap: break-word;
  color: #0068b6;
}
.wp-single article .wp-block-button a {
  color: #fff;
}