#archive .cate-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 16px;
  max-width: 1000px;
  margin: 0 auto;
  margin-bottom: calc(8px * 5);
}
@media screen and (max-width: 959px) {
  #archive .cate-menu {
    margin-bottom: calc(8px * 5 * 0.75);
  }
}
@media screen and (max-width: 519px) {
  #archive .cate-menu {
    margin-bottom: calc(8px * 5 * 0.5);
  }
}
@media screen and (max-width: 959px) {
  #archive .cate-menu {
    gap: 12px;
  }
}
#archive .cate-menu__item {
  width: calc(100% / 4 - 48px / 4);
  height: 56px;
}
@media screen and (max-width: 959px) {
  #archive .cate-menu__item {
    width: calc(100% / 2 - 12px / 2);
  }
}
#archive .cate-menu__item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
  border: solid 1px #018568;
  background: #ffffff;
  border-radius: 56px;
  color: #018568;
}
#archive .cate-menu__item a:hover {
  background: #018568;
  color: #ffffff;
}
#archive .cate-menu__item.is-current a {
  background: #018568;
  color: #ffffff;
}
#archive .pagenation,
#archive .wp-pagenavi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 8px;
}
@media screen and (max-width: 519px) {
  #archive .pagenation,
  #archive .wp-pagenavi {
    position: relative;
    gap: 8px;
    padding-bottom: 48px;
  }
}
#archive .pagenation .page-numbers,
#archive .pagenation .page,
#archive .pagenation .current,
#archive .wp-pagenavi .page-numbers,
#archive .wp-pagenavi .page,
#archive .wp-pagenavi .current {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  z-index: 1;
  width: 48px;
  height: 48px;
  border: solid 1px #018568;
  background: #ffffff;
  border-radius: 48px;
  color: #018568;
  font-size: 1.7rem;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
@media screen and (max-width: 767px) {
  #archive .pagenation .page-numbers,
  #archive .pagenation .page,
  #archive .pagenation .current,
  #archive .wp-pagenavi .page-numbers,
  #archive .wp-pagenavi .page,
  #archive .wp-pagenavi .current {
    width: 40px;
    height: 40px;
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 519px) {
  #archive .pagenation .page-numbers,
  #archive .pagenation .page,
  #archive .pagenation .current,
  #archive .wp-pagenavi .page-numbers,
  #archive .wp-pagenavi .page,
  #archive .wp-pagenavi .current {
    font-size: 1.3rem;
  }
}
#archive .pagenation .page-numbers:not(.current):hover,
#archive .pagenation .page:not(.current):hover,
#archive .pagenation .current:not(.current):hover,
#archive .wp-pagenavi .page-numbers:not(.current):hover,
#archive .wp-pagenavi .page:not(.current):hover,
#archive .wp-pagenavi .current:not(.current):hover {
  background: #018568;
  color: #ffffff;
}
#archive .pagenation .current,
#archive .wp-pagenavi .current {
  background: #018568;
  color: #ffffff;
}
#archive .pagenation .page-numbers,
#archive .pagenation .page,
#archive .pagenation .current,
#archive .wp-pagenavi .page-numbers,
#archive .wp-pagenavi .page,
#archive .wp-pagenavi .current {
  max-width: 150px;
}
@media screen and (max-width: 519px) {
  #archive .pagenation .page-numbers,
  #archive .pagenation .page,
  #archive .pagenation .current,
  #archive .wp-pagenavi .page-numbers,
  #archive .wp-pagenavi .page,
  #archive .wp-pagenavi .current {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
}
#archive .pagenation .page-numbers.next,
#archive .pagenation .page-numbers.prev,
#archive .wp-pagenavi .page-numbers.next,
#archive .wp-pagenavi .page-numbers.prev {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  position: relative;
  width: 150px;
  white-space: nowrap;
}
@media screen and (max-width: 959px) {
  #archive .pagenation .page-numbers.next,
  #archive .pagenation .page-numbers.prev,
  #archive .wp-pagenavi .page-numbers.next,
  #archive .wp-pagenavi .page-numbers.prev {
    width: 130px;
  }
}
@media screen and (max-width: 767px) {
  #archive .pagenation .page-numbers.next,
  #archive .pagenation .page-numbers.prev,
  #archive .wp-pagenavi .page-numbers.next,
  #archive .wp-pagenavi .page-numbers.prev {
    width: 100px;
  }
}
@media screen and (max-width: 519px) {
  #archive .pagenation .page-numbers.next,
  #archive .pagenation .page-numbers.prev,
  #archive .wp-pagenavi .page-numbers.next,
  #archive .wp-pagenavi .page-numbers.prev {
    width: calc(50% - 4px);
  }
}
#archive .pagenation .page-numbers.next::before,
#archive .pagenation .page-numbers.prev::before,
#archive .wp-pagenavi .page-numbers.next::before,
#archive .wp-pagenavi .page-numbers.prev::before {
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  content: "";
  width: 40px;
  height: 40px;
  background: #DCEFEB;
  border-radius: 50%;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
@media screen and (max-width: 767px) {
  #archive .pagenation .page-numbers.next::before,
  #archive .pagenation .page-numbers.prev::before,
  #archive .wp-pagenavi .page-numbers.next::before,
  #archive .wp-pagenavi .page-numbers.prev::before {
    right: 16px;
    width: 30px;
    height: 30px;
  }
}
#archive .pagenation .page-numbers.next::after,
#archive .pagenation .page-numbers.prev::after,
#archive .wp-pagenavi .page-numbers.next::after,
#archive .wp-pagenavi .page-numbers.prev::after {
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  content: "";
  width: 10px;
  height: 7px;
  background: #015D49;
}
@media screen and (max-width: 767px) {
  #archive .pagenation .page-numbers.next::after,
  #archive .pagenation .page-numbers.prev::after,
  #archive .wp-pagenavi .page-numbers.next::after,
  #archive .wp-pagenavi .page-numbers.prev::after {
    right: 26px;
    width: 8px;
    height: 6px;
  }
}
#archive .pagenation .page-numbers.prev,
#archive .wp-pagenavi .page-numbers.prev {
  padding-left: 8px;
}
@media screen and (max-width: 519px) {
  #archive .pagenation .page-numbers.prev,
  #archive .wp-pagenavi .page-numbers.prev {
    position: absolute;
    bottom: 0;
    left: 0;
    margin: 0;
  }
}
#archive .pagenation .page-numbers.prev::before,
#archive .wp-pagenavi .page-numbers.prev::before {
  left: 4px;
}
#archive .pagenation .page-numbers.prev::after,
#archive .wp-pagenavi .page-numbers.prev::after {
  left: 18px;
  clip-path: polygon(0 50%, 100% 0, 100% 100%);
}
@media screen and (max-width: 767px) {
  #archive .pagenation .page-numbers.prev::after,
  #archive .wp-pagenavi .page-numbers.prev::after {
    left: 13px;
  }
}
#archive .pagenation .page-numbers.next,
#archive .wp-pagenavi .page-numbers.next {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  padding-right: 8px;
}
@media screen and (max-width: 519px) {
  #archive .pagenation .page-numbers.next,
  #archive .wp-pagenavi .page-numbers.next {
    position: absolute;
    right: 0;
    bottom: 0;
    margin: 0;
  }
}
#archive .pagenation .page-numbers.next::before,
#archive .wp-pagenavi .page-numbers.next::before {
  right: 4px;
}
#archive .pagenation .page-numbers.next::after,
#archive .wp-pagenavi .page-numbers.next::after {
  right: 18px;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
}
@media screen and (max-width: 767px) {
  #archive .pagenation .page-numbers.next::after,
  #archive .wp-pagenavi .page-numbers.next::after {
    right: 13px;
  }
}
#archive .news-list {
  margin-bottom: calc(8px * 5);
}
@media screen and (max-width: 959px) {
  #archive .news-list {
    margin-bottom: calc(8px * 5 * 0.75);
  }
}
@media screen and (max-width: 519px) {
  #archive .news-list {
    margin-bottom: calc(8px * 5 * 0.5);
  }
}
#archive .news-list {
  border-top: solid 1px rgba(32, 25, 13, 0.5);
}
#archive .news-list__item {
  position: relative;
  padding: 32px 0;
}
@media screen and (max-width: 959px) {
  #archive .news-list__item {
    padding: 24px 0;
  }
}
@media screen and (max-width: 767px) {
  #archive .news-list__item {
    padding: 16px 0;
  }
}
#archive .news-list__item:not(:last-child) {
  border-bottom: solid 1px rgba(32, 25, 13, 0.15);
}
#archive .news-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
  margin-bottom: calc(8px * 1);
}
@media screen and (max-width: 959px) {
  #archive .news-meta {
    margin-bottom: calc(8px * 1 * 0.75);
  }
}
@media screen and (max-width: 519px) {
  #archive .news-meta {
    margin-bottom: calc(8px * 1 * 0.5);
  }
}
#archive .news-meta__date {
  font-size: 1.3rem;
}
#archive .news-meta__cate {
  color: #018568;
  font-size: 1.5rem;
}
#archive .news-meta__cate:hover {
  text-decoration: underline;
}
#archive .news-ttl {
  margin-bottom: calc(8px * 2);
}
@media screen and (max-width: 959px) {
  #archive .news-ttl {
    margin-bottom: calc(8px * 2 * 0.75);
  }
}
@media screen and (max-width: 519px) {
  #archive .news-ttl {
    margin-bottom: calc(8px * 2 * 0.5);
  }
}
#archive .news-ttl a {
  position: relative;
  display: block;
  padding-right: 104px;
}
@media screen and (max-width: 767px) {
  #archive .news-ttl a {
    padding-right: 56px;
  }
}
#archive .news-ttl a::before {
  position: absolute;
  top: 50%;
  right: 24px;
  translate: 0 -50%;
  content: "";
  width: 40px;
  height: 40px;
  background: #DCEFEB;
  border-radius: 50%;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
@media screen and (max-width: 767px) {
  #archive .news-ttl a::before {
    right: 16px;
    width: 30px;
    height: 30px;
  }
}
#archive .news-ttl a::after {
  position: absolute;
  top: 50%;
  right: 38px;
  translate: 0 -50%;
  content: "";
  width: 10px;
  height: 7px;
  background: #015D49;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
}
@media screen and (max-width: 767px) {
  #archive .news-ttl a::after {
    right: 26px;
    width: 8px;
    height: 6px;
  }
}
#archive .news-ttl a span {
  position: relative;
  overflow: hidden;
  color: transparent;
  text-shadow: 0 -1.5em 0 #20190D, 0 0 0 #20190D;
  -webkit-transition: text-shadow 0.3s ease-out;
  transition: text-shadow 0.3s ease-out;
  overflow: hidden;
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
}
#archive .news-ttl a:hover::before {
  background: #018568;
}
#archive .news-ttl a:hover::after {
  background: #ffffff;
}
#archive .news-ttl a:hover span {
  text-shadow: 0 0 0 #20190D, 0 2em 0 #20190D;
}
#archive .news-txt {
  margin-bottom: calc(8px * 1);
}
@media screen and (max-width: 959px) {
  #archive .news-txt {
    margin-bottom: calc(8px * 1 * 0.75);
  }
}
@media screen and (max-width: 519px) {
  #archive .news-txt {
    margin-bottom: calc(8px * 1 * 0.5);
  }
}
#archive .news-txt {
  width: calc(100% - 104px);
  color: #999999;
  overflow: hidden;
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
}
@media screen and (max-width: 767px) {
  #archive .news-txt {
    width: calc(100% - 64px);
  }
}

#single .post-eyecatch {
  position: relative;
  aspect-ratio: 3/2;
  max-width: 800px;
  margin-bottom: calc(8px * 5);
}
@media screen and (max-width: 959px) {
  #single .post-eyecatch {
    margin-bottom: calc(8px * 5 * 0.75);
  }
}
@media screen and (max-width: 519px) {
  #single .post-eyecatch {
    margin-bottom: calc(8px * 5 * 0.5);
  }
}
#single .post-eyecatch {
  margin-left: auto;
  margin-right: auto;
}
#single .post-eyecatch img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
#single .post-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
  margin-bottom: calc(8px * 2);
}
@media screen and (max-width: 959px) {
  #single .post-meta {
    margin-bottom: calc(8px * 2 * 0.75);
  }
}
@media screen and (max-width: 519px) {
  #single .post-meta {
    margin-bottom: calc(8px * 2 * 0.5);
  }
}
#single .post-meta__date {
  font-size: 1.3rem;
}
#single .post-meta__cate {
  color: #018568;
  font-size: 1.5rem;
}
#single .post-meta__cate:hover {
  text-decoration: underline;
}
#single .post-tag {
  margin-bottom: calc(8px * 5);
}
@media screen and (max-width: 959px) {
  #single .post-tag {
    margin-bottom: calc(8px * 5 * 0.75);
  }
}
@media screen and (max-width: 519px) {
  #single .post-tag {
    margin-bottom: calc(8px * 5 * 0.5);
  }
}
#single .post-tag__item a {
  color: #999999;
}
#single .post-ttl {
  margin-bottom: calc(8px * 3);
}
@media screen and (max-width: 959px) {
  #single .post-ttl {
    margin-bottom: calc(8px * 3 * 0.75);
  }
}
@media screen and (max-width: 519px) {
  #single .post-ttl {
    margin-bottom: calc(8px * 3 * 0.5);
  }
}
#single .post-ttl {
  padding-bottom: calc(8px * 3);
}
@media screen and (max-width: 959px) {
  #single .post-ttl {
    padding-bottom: calc(8px * 3 * 0.75);
  }
}
@media screen and (max-width: 519px) {
  #single .post-ttl {
    padding-bottom: calc(8px * 3 * 0.5);
  }
}
#single .post-ttl {
  border-style: solid;
  border-width: 0 0 1px;
  border-color: rgba(32, 25, 13, 0.15);
  font-size: 3rem;
  font-weight: bold;
  line-height: 1.4;
}
@media screen and (max-width: 959px) {
  #single .post-ttl {
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 519px) {
  #single .post-ttl {
    font-size: 2.4rem;
  }
}
#single .post-dtl {
  padding-bottom: calc(8px * 5);
}
@media screen and (max-width: 959px) {
  #single .post-dtl {
    padding-bottom: calc(8px * 5 * 0.75);
  }
}
@media screen and (max-width: 519px) {
  #single .post-dtl {
    padding-bottom: calc(8px * 5 * 0.5);
  }
}
#single .post-dtl h2 {
  margin-top: 48px;
  margin-bottom: calc(8px * 4);
}
@media screen and (max-width: 959px) {
  #single .post-dtl h2 {
    margin-bottom: calc(8px * 4 * 0.75);
  }
}
@media screen and (max-width: 519px) {
  #single .post-dtl h2 {
    margin-bottom: calc(8px * 4 * 0.5);
  }
}
#single .post-dtl h2 {
  padding: 16px;
  background: #F0FAF7;
  font-size: 2.8rem;
  font-weight: bold;
}
@media screen and (max-width: 959px) {
  #single .post-dtl h2 {
    margin-top: 36px;
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 519px) {
  #single .post-dtl h2 {
    margin-top: 24px;
    padding: 12px 16px;
    border-radius: 4px;
    font-size: 2rem;
  }
}
#single .post-dtl h3 {
  margin-top: 40px;
  padding-bottom: 4px;
  margin-bottom: calc(8px * 3);
}
@media screen and (max-width: 959px) {
  #single .post-dtl h3 {
    margin-bottom: calc(8px * 3 * 0.75);
  }
}
@media screen and (max-width: 519px) {
  #single .post-dtl h3 {
    margin-bottom: calc(8px * 3 * 0.5);
  }
}
#single .post-dtl h3 {
  border-bottom: solid 1px #018568;
  font-size: 2.4rem;
  font-weight: bold;
}
@media screen and (max-width: 959px) {
  #single .post-dtl h3 {
    margin-top: 36px;
    font-size: 2rem;
  }
}
@media screen and (max-width: 519px) {
  #single .post-dtl h3 {
    margin-top: 24px;
    font-size: 1.8rem;
  }
}
#single .post-dtl h4 {
  position: relative;
  margin-top: 32px;
  margin-bottom: calc(8px * 3);
}
@media screen and (max-width: 959px) {
  #single .post-dtl h4 {
    margin-bottom: calc(8px * 3 * 0.75);
  }
}
@media screen and (max-width: 519px) {
  #single .post-dtl h4 {
    margin-bottom: calc(8px * 3 * 0.5);
  }
}
#single .post-dtl h4 {
  padding-left: 24px;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.4;
}
@media screen and (max-width: 959px) {
  #single .post-dtl h4 {
    margin-top: 36px;
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 519px) {
  #single .post-dtl h4 {
    font-size: 1.7rem;
  }
}
#single .post-dtl h4::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 13px;
  height: 8px;
  background: #018568;
  -webkit-mask-image: url("/wp-content/themes/itreat_base/dist/img/common/ttl-deco.svg");
  mask-image: url("/wp-content/themes/itreat_base/dist/img/common/ttl-deco.svg");
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}
#single .post-dtl .has-small-font-size {
  font-size: 1.5rem;
}
@media screen and (max-width: 959px) {
  #single .post-dtl .has-small-font-size {
    font-size: 1.3rem;
  }
}
#single .post-dtl .has-normal-font-size {
  font-size: 1.7rem;
}
@media screen and (max-width: 959px) {
  #single .post-dtl .has-normal-font-size {
    font-size: 1.5rem;
  }
}
#single .post-dtl .has-medium-font-size {
  font-size: 2rem;
}
@media screen and (max-width: 959px) {
  #single .post-dtl .has-medium-font-size {
    font-size: 1.7rem;
  }
}
#single .post-dtl .has-large-font-size {
  font-size: 2.4rem;
}
@media screen and (max-width: 959px) {
  #single .post-dtl .has-large-font-size {
    font-size: 2rem;
  }
}
#single .post-dtl .has-huge-font-size {
  font-size: 2.8rem;
}
@media screen and (max-width: 959px) {
  #single .post-dtl .has-huge-font-size {
    font-size: 2.4rem;
  }
}
#single .post-dtl .has-grn-color {
  color: #018568;
}
#single .post-dtl .has-l-grn-color {
  color: #F0FAF7;
}
#single .post-dtl .has-d-grn-color {
  color: #015D49;
}
#single .post-dtl .has-brn-color {
  color: #AC8640;
}
#single .post-dtl .has-red-color {
  color: #ff0000;
}
#single .post-dtl .has-blk-color {
  color: #20190D;
}
#single .post-dtl .has-wht-color {
  color: #ffffff;
}
#single .post-dtl .has-l-gry-color {
  color: #eeeeee;
}
#single .post-dtl .has-gry-color {
  color: #D9D9D9;
}
#single .post-dtl .has-d-gry-color {
  color: #999999;
}
#single .post-dtl .has-grn-background-color {
  background-color: #018568;
}
#single .post-dtl .has-l-grn-background-color {
  background-color: #F0FAF7;
}
#single .post-dtl .has-d-grn-background-color {
  background-color: #015D49;
}
#single .post-dtl .has-brn-background-color {
  background-color: #AC8640;
}
#single .post-dtl .has-red-background-color {
  background-color: #ff0000;
}
#single .post-dtl .has-blk-background-color {
  background-color: #20190D;
}
#single .post-dtl .has-wht-background-color {
  background-color: #ffffff;
}
#single .post-dtl .has-l-gry-background-color {
  background-color: #eeeeee;
}
#single .post-dtl .has-gry-background-color {
  background-color: #D9D9D9;
}
#single .post-dtl .has-d-gry-background-color {
  background-color: #999999;
}
#single .post-dtl p:not(:first-child) {
  margin-top: 16px;
}
@media screen and (max-width: 519px) {
  #single .post-dtl p:not(:first-child) {
    margin-top: 12px;
  }
}
#single .post-dtl strong {
  font-weight: bold;
}
#single .post-dtl em {
  font-style: italic;
}
#single .post-dtl sup {
  vertical-align: super;
  font-size: smaller;
}
#single .post-dtl sub {
  vertical-align: sub;
  font-size: smaller;
}
#single .post-dtl a {
  text-decoration: underline;
  color: #018568;
}
#single .post-dtl a:hover {
  text-decoration: none;
}
#single .post-dtl ul {
  margin-top: 16px;
}
@media screen and (max-width: 519px) {
  #single .post-dtl ul {
    margin-top: 12px;
  }
}
#single .post-dtl ul > li {
  list-style: none;
  position: relative;
  margin-left: 0;
  padding-left: 16px;
  line-height: 1.4;
  text-indent: 0;
}
#single .post-dtl ul > li:not(:nth-last-of-type(1)) {
  margin-bottom: 8px;
}
#single .post-dtl ul > li::before {
  content: "";
  display: block;
  position: absolute;
  top: 8px;
  left: 0;
  width: 8px;
  height: 8px;
  background: #018568;
  border-radius: 50%;
}
#single .post-dtl ul > li ul,
#single .post-dtl ul > li ol {
  margin: 8px 0 0;
}
#single .post-dtl ol {
  counter-reset: list-num;
  margin-top: 16px;
}
@media screen and (max-width: 519px) {
  #single .post-dtl ol {
    margin-top: 12px;
  }
}
#single .post-dtl ol > li {
  list-style: none;
  margin-left: 1em !important;
  text-indent: -1em;
  line-height: 1.4;
}
#single .post-dtl ol > li:not(:nth-last-of-type(1)) {
  margin-bottom: 8px;
}
#single .post-dtl ol > li::before {
  counter-increment: list-num;
  content: counter(list-num) ".";
}
#single .post-dtl ol > li > div {
  display: inline;
}
#single .post-dtl ol > li ul,
#single .post-dtl ol > li ol {
  margin: 8px 0 0;
}
#single .post-dtl .wp-block-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 16px;
}
@media screen and (max-width: 519px) {
  #single .post-dtl .wp-block-button {
    gap: 12px;
  }
}
#single .post-dtl .wp-block-button__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%;
  padding: 4px 16px;
  min-height: 56px;
  background: #ffffff;
  border: solid 1px #20190D;
  border-radius: 2px;
  color: #20190D;
  font-size: 1.7rem;
  line-height: 1.4;
  cursor: pointer;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
@media screen and (max-width: 519px) {
  #single .post-dtl .wp-block-button__link {
    min-height: 48px;
    font-size: 1.5rem;
  }
}
#single .post-dtl .wp-block-button__link:hover {
  background: #20190D;
  color: #ffffff;
}
#single .post-dtl .wp-block-button__link:hover::after {
  background: #ffffff;
}
#single .post-dtl .wp-block-table table {
  width: 100%;
  border-top: solid 1px #D9D9D9;
  border-left: solid 1px #D9D9D9;
}
#single .post-dtl .wp-block-table table thead tr th {
  padding: 16px;
  background: rgb(177.0666666667, 138.3333333333, 71.9333333333);
  border-right: solid 1px #D9D9D9;
  border-bottom: solid 1px #D9D9D9;
  color: #20190D;
}
@media screen and (max-width: 959px) {
  #single .post-dtl .wp-block-table table thead {
    display: none;
  }
}
#single .post-dtl .wp-block-table table tbody tr th,
#single .post-dtl .wp-block-table table tbody tr td {
  padding: 16px;
  border-right: solid 1px #D9D9D9;
  border-bottom: solid 1px #D9D9D9;
}
#single .post-dtl .wp-block-table table tbody tr th {
  background: #eeeeee;
}
#single .post-dtl .wp-block-quote {
  margin: 0 0 32px;
  padding: 16px;
  background: #eeeeee;
}
#single .post-dtl .wp-block-quote p {
  margin: 0 0 4px;
}
#single .post-dtl .wp-block-quote cite a {
  text-decoration: underline;
  font-size: 1.5rem;
  color: #999999;
}
#single .post-dtl .wp-block-quote cite a:hover {
  text-decoration: none;
}
#single .post-dtl .wp-block-image {
  margin-top: 24px;
  margin-bottom: 24px;
}
@media screen and (max-width: 519px) {
  #single .post-dtl .wp-block-image {
    margin-top: 16px;
    margin-bottom: 16px;
  }
}
#single .post-dtl .wp-block-image::after {
  content: "";
  display: block;
  clear: both;
}
#single .post-dtl .wp-block-image img {
  width: auto;
}
#single .post-dtl .wp-block-media-text {
  margin-top: 24px;
  margin-bottom: 24px;
}
@media screen and (max-width: 519px) {
  #single .post-dtl .wp-block-media-text {
    margin-top: 16px;
    margin-bottom: 16px;
  }
}
#single .post-dtl .wp-block-column .wp-block-image {
  margin: 0;
}
#single .post-dtl .wp-block-column .wp-block-image img {
  width: 100%;
}
#single .post-dtl .wp-block-file {
  margin-top: 24px;
  margin-bottom: 24px;
}
@media screen and (max-width: 519px) {
  #single .post-dtl .wp-block-file {
    margin-top: 16px;
    margin-bottom: 16px;
  }
}
#single .post-dtl .wp-block-file a {
  font-size: 1.7rem;
  color: #018568;
  text-decoration: underline;
}
#single .post-dtl .wp-block-file a:hover {
  text-decoration: none;
}
@media screen and (max-width: 959px) {
  #single .post-dtl .wp-block-file a {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 519px) {
  #single .post-dtl .wp-block-file a {
    font-size: 1.3rem;
  }
}
#single .post-dtl .wp-block-file .wp-block-file__button {
  background: #018568;
  display: inline-block;
  padding: 4px 8px 2px 10px;
  text-decoration: none;
  color: #ffffff;
}
#single .post-dtl .wp-block-separator {
  margin: 40px 0;
}
@media screen and (max-width: 959px) {
  #single .post-dtl .wp-block-separator {
    margin: 24px 0;
  }
}
#single .gallery {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: calc(8px * 2);
}
@media screen and (max-width: 959px) {
  #single .gallery {
    gap: calc(8px * 2 * 0.75);
  }
}
@media screen and (max-width: 519px) {
  #single .gallery {
    gap: calc(8px * 2 * 0.5);
  }
}
#single .gallery {
  margin-bottom: calc(8px * 5);
}
@media screen and (max-width: 959px) {
  #single .gallery {
    margin-bottom: calc(8px * 5 * 0.75);
  }
}
@media screen and (max-width: 519px) {
  #single .gallery {
    margin-bottom: calc(8px * 5 * 0.5);
  }
}
@media screen and (max-width: 959px) {
  #single .gallery {
    grid-template-columns: repeat(2, 1fr);
  }
}
#single .gallery__item {
  position: relative;
  z-index: 1;
  aspect-ratio: 3/2;
  border: solid 1px #eeeeee;
  cursor: pointer;
}
#single .gallery__item img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: auto;
  -o-object-fit: contain;
  object-fit: contain;
}
#single .gallery__item .gallery-mask {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: rgba(32, 25, 13, 0.3);
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
#single .gallery__item .gallery-zoom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 2;
  height: 32px;
  padding: 0 8px;
  background: #20190D;
  border: solid 1px #20190D;
  color: #ffffff;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
@media screen and (max-width: 959px) {
  #single .gallery__item .gallery-zoom {
    height: 28px;
  }
}
#single .gallery__item .gallery-zoom::before {
  content: "";
  width: 16px;
  height: 16px;
  margin-right: 6px;
  background: linear-gradient(to right, transparent calc(50% - 1px), #ffffff calc(50% - 1px), #ffffff calc(50% + 1px), transparent calc(50% + 1px)), linear-gradient(to bottom, transparent calc(50% - 1px), #ffffff calc(50% - 1px), #ffffff calc(50% + 1px), transparent calc(50% + 1px));
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
@media screen and (max-width: 959px) {
  #single .gallery__item .gallery-zoom::before {
    width: 14px;
  }
}
#single .gallery__item:hover .gallery-mask {
  opacity: 0;
}
#single .gallery__item:hover .gallery-zoom {
  background: #ffffff;
  color: #20190D;
}
#single .gallery__item:hover .gallery-zoom::before {
  background: linear-gradient(to right, transparent calc(50% - 1px), #20190D calc(50% - 1px), #20190D calc(50% + 1px), transparent calc(50% + 1px)), linear-gradient(to bottom, transparent calc(50% - 1px), #20190D calc(50% - 1px), #20190D calc(50% + 1px), transparent calc(50% + 1px));
}
#single .pagelink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 16px;
}
@media screen and (max-width: 959px) {
  #single .pagelink {
    gap: 12px;
  }
}
#single .pagelink__prev a, #single .pagelink__next a, #single .pagelink__back a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  position: relative;
  z-index: 4;
  width: 100%;
  height: 48px;
  background: #018568;
  border-radius: 48px;
  border: solid 1px #018568;
  color: #ffffff;
  font-size: 1.7rem;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
@media screen and (max-width: 519px) {
  #single .pagelink__prev a, #single .pagelink__next a, #single .pagelink__back a {
    font-size: 1.5rem;
  }
}
#single .pagelink__prev a:hover, #single .pagelink__next a:hover, #single .pagelink__back a:hover {
  background: #ffffff;
  color: #018568;
}
#single .pagelink__back {
  width: 400px;
}
@media screen and (max-width: 959px) {
  #single .pagelink__back {
    width: 240px;
  }
}
@media screen and (max-width: 767px) {
  #single .pagelink__back {
    width: calc(100% - 276px);
  }
}
@media screen and (max-width: 519px) {
  #single .pagelink__back {
    width: calc(40% - 8px);
  }
}
#single .pagelink__prev, #single .pagelink__next {
  width: 160px;
}
@media screen and (max-width: 959px) {
  #single .pagelink__prev, #single .pagelink__next {
    width: 120px;
  }
}
@media screen and (max-width: 519px) {
  #single .pagelink__prev, #single .pagelink__next {
    width: calc(30% - 8px);
  }
}
#single .pagelink__prev a::before, #single .pagelink__next a::before {
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  content: "";
  width: 40px;
  height: 40px;
  background: #DCEFEB;
  border-radius: 50%;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
@media screen and (max-width: 767px) {
  #single .pagelink__prev a::before, #single .pagelink__next a::before {
    right: 16px;
    width: 30px;
    height: 30px;
  }
}
#single .pagelink__prev a::after, #single .pagelink__next a::after {
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  content: "";
  width: 10px;
  height: 7px;
  background: #015D49;
}
@media screen and (max-width: 767px) {
  #single .pagelink__prev a::after, #single .pagelink__next a::after {
    right: 26px;
    width: 8px;
    height: 6px;
  }
}
#single .pagelink__prev a::before {
  left: 4px;
}
#single .pagelink__prev a::after {
  left: 18px;
  clip-path: polygon(0 50%, 100% 0, 100% 100%);
}
@media screen and (max-width: 767px) {
  #single .pagelink__prev a::after {
    left: 13px;
  }
}
#single .pagelink__next a::before {
  right: 4px;
}
#single .pagelink__next a::after {
  right: 18px;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
}
@media screen and (max-width: 767px) {
  #single .pagelink__next a::after {
    right: 13px;
  }
}
/*# sourceMappingURL=../../maps/pages/news.css.map */
