@charset "UTF-8";
.js-breakpointSp {
  width: 750px;
}

.js-viewportWidthSp {
  width: 375px;
}

.js-viewportWidthTb {
  width: 1280px;
}

.js-viewportWidthPc {
  width: 1440px;
}

.p-top-news ul li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 1em;
  padding: 1em 0;
}

/* .c-pager
______________________________________________*/
.c-pager1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: 4em 0 6em;
  gap: 1em;
}
@media screen and (max-width: 375px) {
  .c-pager1 {
    gap: 0.5em;
  }
}
.c-pager1 .page-numbers {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: #a5b642;
  font-weight: bold;
}
.c-pager1 .page-numbers:not(.prev):not(.next) {
  width: 3em;
  height: 3em;
  background-color: white;
  border: solid 1px #a5b642;
  border-radius: 50%;
}
@media screen and (min-width: 376px) {
  .c-pager1 .page-numbers:not(.prev):not(.next):hover {
    background: #a5b642;
    color: #fff;
  }
}
@media screen and (max-width: 375px) {
  .c-pager1 .page-numbers:not(.prev):not(.next) {
    margin: 0 2px;
  }
}
.c-pager1 > .current {
  background-color: #a5b642 !important;
  color: #fff;
}
.c-pager1 .dots {
  border: none;
  margin: 0 -5px;
  color: #000;
}
.c-pager1 .prev,
.c-pager1 .next {
  font-size: 0;
}
.c-pager1 .prev::after,
.c-pager1 .next::after {
  line-height: 1;
  font-size: 24px;
  content: "▲";
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.c-pager1 .prev::after {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.c-list-archive {
  margin: 3em 0;
}
.c-list-archive > li {
  border-bottom: solid 1px #000;
}
.c-list-archive > li a {
  padding: 1.5em 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.5em;
}
.c-list-archive > li a:hover {
  color: #a5b642;
  text-decoration: underline;
}
.c-list-archive > li a .date {
  white-space: nowrap;
}

/*----------------------------------------------------------------
    Post 投稿記事用
-----------------------------------------------------------------*/
.c-post-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  border-bottom: solid 1px #a5b642;
  padding: 3em 0 1em;
  font-weight: bold;
  margin-bottom: 2em;
  gap: 1em;
}
.c-post-header .date {
  white-space: nowrap;
}

/* .post  投稿用
______________________________________________*/
.c-post header {
  padding-bottom: 60px;
  margin-bottom: 58px;
  border-bottom: solid 1px #ddd;
}
.c-post .box1 {
  padding: 2em;
  border: solid 1px #000;
}
.c-post h1 {
  margin: 0 0 1em;
}
.c-post h2 {
  margin: 2em 0 1em;
  font-size: 2.2em;
}
.c-post h3 {
  margin: 2em 0 1em;
  font-size: 1.8em;
}
.c-post h4 {
  margin: 2em 0 1em;
  font-size: 1.5em;
}
.c-post h5 {
  margin: 2em 0 1em;
  font-size: 1.3em;
}
.c-post h6 {
  font-weight: bold;
  margin: 2em 0 1em;
  font-size: 1em;
}
.c-post section {
  clear: both;
  padding-bottom: 1em;
}
.c-post > p {
  display: block;
  margin-bottom: 2em;
}
.c-post a:not(.notPstyle) {
  color: #a5b642;
  text-decoration: underline;
}
.c-post a:hover,
.c-post a.hover {
  opacity: 1;
  text-decoration: underline;
}
.c-post a:active {
  color: #a5b642;
}
.c-post a[target=_blank]::after {
  content: "";
  display: inline-block;
  width: 1.5em;
  height: 1em;
  background-image: url("../../../../uploads/ico-win.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left center;
  margin: 0 0.2em;
}
.c-post strong {
  font-weight: bold;
  color: #a5b642;
}
.c-post em {
  font-style: italic;
}
.c-post figcaption {
  font-size: 1.4rem;
  margin-top: -2em;
}
@media screen and (max-width: 375px) {
  .c-post figcaption {
    font-size: 1.3rem;
  }
}
.c-post blockquote,
.c-post q {
  color: #666;
  background-color: #fff;
  font-style: italic;
  padding: 2em 2em 2em 5em;
  position: relative;
  margin: 1em 0;
  border-left: solid 5px #ccc;
}
@media screen and (max-width: 375px) {
  .c-post blockquote,
  .c-post q {
    padding: 3em 2.5em 2em;
  }
}
.c-post blockquote::before,
.c-post q::before {
  content: "";
  display: block;
  background-image: url("../images/ico6.png");
  background-size: contain;
  background-repeat: no-repeat;
  width: 2em;
  height: 2em;
  position: absolute;
  left: 2em;
  top: 2em;
}
@media screen and (max-width: 375px) {
  .c-post blockquote::before,
  .c-post q::before {
    left: 2.5em;
    top: 0.3em;
  }
}
.c-post blockquote footer,
.c-post q footer {
  text-align: right;
  font-size: pxToEm(12);
}
@media screen and (max-width: 375px) {
  .c-post blockquote footer,
  .c-post q footer {
    font-size: 0.9em;
  }
}
.c-post blockquote a,
.c-post q a {
  color: #666;
}
.c-post ul {
  list-style-type: disc;
  list-style-position: inside;
}
.c-post > ul {
  margin: 1em 0;
  padding-left: 0;
  list-style-type: none;
}
.c-post > ul > li {
  position: relative;
  padding-left: 1.2em;
}
.c-post > ul > li::before {
  content: "";
  display: block;
  width: 0.3em;
  height: 0.3em;
  top: 0.8em;
  left: 0;
  position: absolute;
  border-radius: 50%;
  background-color: #a5b642;
}
.c-post ol {
  margin: 1em 0;
  padding-left: 1em;
  list-style-type: decimal;
}
.c-post ol ol {
  margin: 1em 0;
  padding-left: 0;
  list-style-type: none;
  counter-reset: item_a;
}
.c-post ol ol > li {
  position: relative;
  text-indent: -2.6em;
  margin-left: 2.5em;
}
.c-post ol ol > li::before {
  content: "（" counter(item_a) "）";
  counter-increment: item_a;
  color: #a5b642;
}
.c-post .textcenter {
  text-align: center;
}
.c-post .textright {
  text-align: right;
}
.c-post .textleft {
  text-align: left;
}
.c-post .aligncenter {
  display: block;
  margin: 0 auto;
}
.c-post .alignright {
  float: right;
}
.c-post .alignleft {
  float: left;
}
.c-post img {
  display: block;
  width: auto;
  height: auto;
  max-width: 720px;
  margin-top: 40px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 720px) {
  .c-post img {
    width: 100%;
  }
}
@media screen and (max-width: 375px) {
  .c-post img {
    margin-top: 40px;
    margin-bottom: 40px;
    max-width: none;
  }
}
.c-post > img.centered {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.c-post > img.alignright {
  margin-left: 40px;
  display: inline;
}
@media screen and (max-width: 375px) {
  .c-post > img.alignright {
    margin-left: 40px;
  }
}
.c-post > img.alignleft {
  margin-right: 40px;
  display: inline;
}
@media screen and (max-width: 375px) {
  .c-post > img.alignleft {
    margin-right: 40px;
  }
}
.c-post .imgBox {
  padding-left: 2em;
  padding-right: 2em;
}
@media screen and (max-width: 375px) {
  .c-post .imgBox {
    padding-left: 0;
    padding-right: 0;
  }
}
.c-post > table {
  margin: 3em 0;
}
.c-post .wp-caption {
  width: 100%;
  max-width: 720px;
  margin: 0 auto;
}
@media screen and (max-width: 375px) {
  .c-post .wp-caption {
    max-width: 100%;
  }
}
.c-post .wp-caption img {
  width: 100%;
  height: auto;
}
.c-post .wp-caption-text {
  color: #707070;
  font-size: 0.875em;
  margin: -2em 0 2em;
}

.p-news-back {
  margin: 8em auto;
}