#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 {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    gap: 12px;
  }
}
#archive .cate-menu__item {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 48px;
}
@media screen and (max-width: 959px) {
  #archive .cate-menu__item {
    height: 40px;
  }
}
#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%;
  padding: 0 24px;
  background: #F39800;
  border: solid 1px #F39800;
  border-radius: 8px;
}
@media screen and (max-width: 959px) {
  #archive .cate-menu__item a {
    border-radius: calc(8px * 0.75);
  }
}
@media screen and (max-width: 519px) {
  #archive .cate-menu__item a {
    border-radius: calc(8px * 0.5);
  }
}
#archive .cate-menu__item a {
  color: #ffffff;
}
@media screen and (max-width: 959px) {
  #archive .cate-menu__item a {
    padding: 0 16px;
  }
}
@media screen and (max-width: 519px) {
  #archive .cate-menu__item a {
    padding: 0 12px;
    font-size: 1.4rem;
  }
}
#archive .cate-menu__item a:hover {
  background: #ffffff;
  color: #F39800;
}
#archive .cate-menu__item.is-current a {
  background: #ffffff;
  color: #F39800;
}
#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: 12px;
    padding-bottom: 48px;
  }
}
#archive .pagenation .page-numbers,
#archive .pagenation .page,
#archive .pagenation .current,
#archive .pagenation .nextpostslink,
#archive .pagenation .previouspostslink,
#archive .wp-pagenavi .page-numbers,
#archive .wp-pagenavi .page,
#archive .wp-pagenavi .current,
#archive .wp-pagenavi .nextpostslink,
#archive .wp-pagenavi .previouspostslink {
  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 #F39800;
  background: #ffffff;
  border-radius: 48px;
  color: #F39800;
  font-size: 1.6rem;
  -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 .pagenation .nextpostslink,
  #archive .pagenation .previouspostslink,
  #archive .wp-pagenavi .page-numbers,
  #archive .wp-pagenavi .page,
  #archive .wp-pagenavi .current,
  #archive .wp-pagenavi .nextpostslink,
  #archive .wp-pagenavi .previouspostslink {
    width: 40px;
    height: 40px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 519px) {
  #archive .pagenation .page-numbers,
  #archive .pagenation .page,
  #archive .pagenation .current,
  #archive .pagenation .nextpostslink,
  #archive .pagenation .previouspostslink,
  #archive .wp-pagenavi .page-numbers,
  #archive .wp-pagenavi .page,
  #archive .wp-pagenavi .current,
  #archive .wp-pagenavi .nextpostslink,
  #archive .wp-pagenavi .previouspostslink {
    font-size: 1.2rem;
  }
}
#archive .pagenation .page-numbers:not(.current):hover,
#archive .pagenation .page:not(.current):hover,
#archive .pagenation .current:not(.current):hover,
#archive .pagenation .nextpostslink:not(.current):hover,
#archive .pagenation .previouspostslink: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,
#archive .wp-pagenavi .nextpostslink:not(.current):hover,
#archive .wp-pagenavi .previouspostslink:not(.current):hover {
  background: #F39800;
  color: #ffffff;
}
#archive .pagenation .current,
#archive .wp-pagenavi .current {
  background: #F39800;
  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: 80px;
}
@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 .pagenation .nextpostslink,
#archive .pagenation .previouspostslink,
#archive .wp-pagenavi .page-numbers.next,
#archive .wp-pagenavi .page-numbers.prev,
#archive .wp-pagenavi .nextpostslink,
#archive .wp-pagenavi .previouspostslink {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  position: relative;
  width: 80px;
  white-space: nowrap;
}
@media screen and (max-width: 959px) {
  #archive .pagenation .page-numbers.next,
  #archive .pagenation .page-numbers.prev,
  #archive .pagenation .nextpostslink,
  #archive .pagenation .previouspostslink,
  #archive .wp-pagenavi .page-numbers.next,
  #archive .wp-pagenavi .page-numbers.prev,
  #archive .wp-pagenavi .nextpostslink,
  #archive .wp-pagenavi .previouspostslink {
    width: 72px;
  }
}
@media screen and (max-width: 519px) {
  #archive .pagenation .page-numbers.next,
  #archive .pagenation .page-numbers.prev,
  #archive .pagenation .nextpostslink,
  #archive .pagenation .previouspostslink,
  #archive .wp-pagenavi .page-numbers.next,
  #archive .wp-pagenavi .page-numbers.prev,
  #archive .wp-pagenavi .nextpostslink,
  #archive .wp-pagenavi .previouspostslink {
    width: calc(50% - 4px);
  }
}
@media screen and (max-width: 519px) {
  #archive .pagenation .page-numbers.prev,
  #archive .pagenation .previouspostslink,
  #archive .wp-pagenavi .page-numbers.prev,
  #archive .wp-pagenavi .previouspostslink {
    position: absolute;
    bottom: 0;
    left: 0;
    margin: 0;
  }
}
#archive .pagenation .page-numbers.next,
#archive .pagenation .nextpostslink,
#archive .wp-pagenavi .page-numbers.next,
#archive .wp-pagenavi .nextpostslink {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
@media screen and (max-width: 519px) {
  #archive .pagenation .page-numbers.next,
  #archive .pagenation .nextpostslink,
  #archive .wp-pagenavi .page-numbers.next,
  #archive .wp-pagenavi .nextpostslink {
    position: absolute;
    right: 0;
    bottom: 0;
    margin: 0;
  }
}
#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: dotted 1px #F39800;
}
#archive .news-list__item {
  position: relative;
  padding: 24px 8px;
  border-bottom: dotted 1px #F39800;
}
@media screen and (max-width: 959px) {
  #archive .news-list__item {
    padding: 20px 8px;
  }
}
@media screen and (max-width: 519px) {
  #archive .news-list__item {
    padding: 16px 4px;
  }
}
#archive .news-list__item .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: 12px;
}
@media screen and (max-width: 1279px) {
  #archive .news-list__item .news-meta {
    width: 230px;
    gap: 16px;
  }
}
@media screen and (max-width: 767px) {
  #archive .news-list__item .news-meta {
    width: 100%;
    gap: 8px;
  }
}
#archive .news-list__item .news-meta__cate {
  padding: 2px 16px;
  border-radius: 40px;
  background: #ffffff;
  border: solid 1px #F39800;
  color: #F39800;
  font-size: 1.4rem;
}
@media screen and (max-width: 959px) {
  #archive .news-list__item .news-meta__cate {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 519px) {
  #archive .news-list__item .news-meta__cate {
    padding: 0 12px;
    font-size: 1rem;
  }
}
#archive .news-list__item .news-meta__date {
  font-size: 2rem;
  font-family: "Nunito Sans", sans-serif;
  line-height: 1;
}
@media screen and (max-width: 1279px) {
  #archive .news-list__item .news-meta__date {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 959px) {
  #archive .news-list__item .news-meta__date {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 519px) {
  #archive .news-list__item .news-meta__date {
    font-size: 1.4rem;
  }
}
#archive .news-list__item .news-ttl {
  margin-bottom: 8px;
}
#archive .news-list__item .news-ttl a {
  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;
  min-height: 40px;
  padding-right: 48px;
  overflow: hidden;
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 2rem;
}
@media screen and (max-width: 959px) {
  #archive .news-list__item .news-ttl a {
    min-height: 36px;
    padding-right: 40px;
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 519px) {
  #archive .news-list__item .news-ttl a {
    min-height: 28px;
    padding-right: 36px;
    font-size: 1.6rem;
  }
}
#archive .news-list__item .news-ttl a .ico-arrow {
  position: absolute;
  top: 50%;
  right: 0;
  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: 40px;
  aspect-ratio: 40/40;
  border-radius: 50%;
  background: #F39800;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media screen and (max-width: 959px) {
  #archive .news-list__item .news-ttl a .ico-arrow {
    width: 36px;
  }
}
@media screen and (max-width: 519px) {
  #archive .news-list__item .news-ttl a .ico-arrow {
    width: 28px;
  }
}
#archive .news-list__item .news-ttl a .ico-arrow::before {
  content: "";
  width: 20px;
  aspect-ratio: 20/10;
  background: #ffffff;
  -webkit-mask-image: url("/wp-content/themes/itreat_base/dist/img/icon/arrow.svg");
  mask-image: url("/wp-content/themes/itreat_base/dist/img/icon/arrow.svg");
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}
@media screen and (max-width: 959px) {
  #archive .news-list__item .news-ttl a .ico-arrow::before {
    width: 17px;
  }
}
@media screen and (max-width: 519px) {
  #archive .news-list__item .news-ttl a .ico-arrow::before {
    width: 13px;
  }
}
#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 {
  color: #A4A4A4;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

#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-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
  margin-bottom: 12px;
}
@media screen and (max-width: 1279px) {
  #single .post-meta {
    width: 230px;
    gap: 16px;
  }
}
@media screen and (max-width: 767px) {
  #single .post-meta {
    width: 100%;
    gap: 8px;
  }
}
#single .post-meta__cate {
  padding: 2px 16px;
  border-radius: 40px;
  background: #ffffff;
  border: solid 1px #F39800;
  color: #F39800;
  font-size: 1.4rem;
}
@media screen and (max-width: 959px) {
  #single .post-meta__cate {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 519px) {
  #single .post-meta__cate {
    padding: 0 12px;
    font-size: 1rem;
  }
}
#single .post-meta__date {
  font-size: 2rem;
  font-family: "Nunito Sans", sans-serif;
  line-height: 1;
}
@media screen and (max-width: 1279px) {
  #single .post-meta__date {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 959px) {
  #single .post-meta__date {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 519px) {
  #single .post-meta__date {
    font-size: 1.4rem;
  }
}
#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: #A4A4A4;
}
#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 {
  font-size: 3.2rem;
  font-weight: bold;
  line-height: 1.4;
}
@media screen and (max-width: 1279px) {
  #single .post-ttl {
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 959px) {
  #single .post-ttl {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 519px) {
  #single .post-ttl {
    font-size: 2rem;
  }
}
#single .post-dtl h2 {
  position: relative;
  margin-top: 48px;
  margin-bottom: calc(8px * 5);
}
@media screen and (max-width: 959px) {
  #single .post-dtl h2 {
    margin-bottom: calc(8px * 5 * 0.75);
  }
}
@media screen and (max-width: 519px) {
  #single .post-dtl h2 {
    margin-bottom: calc(8px * 5 * 0.5);
  }
}
#single .post-dtl h2 {
  padding-bottom: 16px;
  font-size: 3.2rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.4;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 1279px) {
  #single .post-dtl h2 {
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 959px) {
  #single .post-dtl h2 {
    font-size: 2.4rem;
    letter-spacing: 0.05em;
  }
}
@media screen and (max-width: 519px) {
  #single .post-dtl h2 {
    font-size: 2rem;
    letter-spacing: 0;
  }
}
#single .post-dtl h2::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  width: 64px;
  aspect-ratio: 64/4;
  margin: 0 auto;
  background: url("/wp-content/themes/itreat_base/dist/img/common/ttl-l-deco.svg") center/contain no-repeat;
}
@media screen and (max-width: 959px) {
  #single .post-dtl h2::before {
    width: 48px;
  }
}
@media screen and (max-width: 519px) {
  #single .post-dtl h2::before {
    width: 32px;
  }
}
#single .post-dtl h3 {
  margin-top: 40px;
  margin-bottom: calc(8px * 2);
}
@media screen and (max-width: 959px) {
  #single .post-dtl h3 {
    margin-bottom: calc(8px * 2 * 0.75);
  }
}
@media screen and (max-width: 519px) {
  #single .post-dtl h3 {
    margin-bottom: calc(8px * 2 * 0.5);
  }
}
#single .post-dtl h3 {
  padding-bottom: 12px;
  background-color: #ffffff;
  background-image: repeating-linear-gradient(90deg, #23A3DA, #23A3DA 2px, transparent 2px, transparent 10px);
  background-position: left bottom;
  background-repeat: repeat-x;
  background-size: 100% 2px;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 1279px) {
  #single .post-dtl h3 {
    font-size: 2rem;
  }
}
@media screen and (max-width: 959px) {
  #single .post-dtl h3 {
    font-size: 1.8rem;
    letter-spacing: 0.05em;
  }
}
@media screen and (max-width: 519px) {
  #single .post-dtl h3 {
    font-size: 1.6rem;
    letter-spacing: 0;
  }
}
#single .post-dtl h4 {
  margin-top: 32px;
  position: relative;
  margin-bottom: calc(8px * 1);
}
@media screen and (max-width: 959px) {
  #single .post-dtl h4 {
    margin-bottom: calc(8px * 1 * 0.75);
  }
}
@media screen and (max-width: 519px) {
  #single .post-dtl h4 {
    margin-bottom: calc(8px * 1 * 0.5);
  }
}
#single .post-dtl h4 {
  padding-left: 18px;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 959px) {
  #single .post-dtl h4 {
    padding-left: 15px;
    font-size: 1.8rem;
    letter-spacing: 0.05em;
  }
}
@media screen and (max-width: 519px) {
  #single .post-dtl h4 {
    padding-left: 12px;
    font-size: 1.6rem;
    letter-spacing: 0;
  }
}
#single .post-dtl h4::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  width: 10px;
  aspect-ratio: 10/10;
  background: #23A3DA;
  border-radius: 50%;
}
@media screen and (max-width: 959px) {
  #single .post-dtl h4::before {
    width: 7px;
  }
}
@media screen and (max-width: 519px) {
  #single .post-dtl h4::before {
    width: 5px;
  }
}
#single .post-dtl .has-small-font-size {
  font-size: 1.4rem;
}
@media screen and (max-width: 959px) {
  #single .post-dtl .has-small-font-size {
    font-size: 1.2rem;
  }
}
#single .post-dtl .has-normal-font-size {
  font-size: 1.6rem;
}
@media screen and (max-width: 959px) {
  #single .post-dtl .has-normal-font-size {
    font-size: 1.4rem;
  }
}
#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.6rem;
  }
}
#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-red-color {
  color: #F84741;
}
#single .post-dtl .has-blu-color {
  color: #23A3DA;
}
#single .post-dtl .has-grn-color {
  color: #22B58B;
}
#single .post-dtl .has-yel-color {
  color: #ffff00;
}
#single .post-dtl .has-orn-color {
  color: #F39800;
}
#single .post-dtl .has-beg-color {
  color: #f5f5dc;
}
#single .post-dtl .has-pnk-color {
  color: #FF689D;
}
#single .post-dtl .has-ppl-color {
  color: #c54ea0;
}
#single .post-dtl .has-vio-color {
  color: #704cbc;
}
#single .post-dtl .has-blk-color {
  color: #333333;
}
#single .post-dtl .has-wht-color {
  color: #ffffff;
}
#single .post-dtl .has-l-gry-color {
  color: #F9F9F9;
}
#single .post-dtl .has-gry-color {
  color: #D9D9D9;
}
#single .post-dtl .has-d-gry-color {
  color: #A4A4A4;
}
#single .post-dtl .has-red-background-color {
  background-color: #F84741;
}
#single .post-dtl .has-blu-background-color {
  background-color: #23A3DA;
}
#single .post-dtl .has-grn-background-color {
  background-color: #22B58B;
}
#single .post-dtl .has-yel-background-color {
  background-color: #ffff00;
}
#single .post-dtl .has-orn-background-color {
  background-color: #F39800;
}
#single .post-dtl .has-beg-background-color {
  background-color: #f5f5dc;
}
#single .post-dtl .has-pnk-background-color {
  background-color: #FF689D;
}
#single .post-dtl .has-ppl-background-color {
  background-color: #c54ea0;
}
#single .post-dtl .has-vio-background-color {
  background-color: #704cbc;
}
#single .post-dtl .has-blk-background-color {
  background-color: #333333;
}
#single .post-dtl .has-wht-background-color {
  background-color: #ffffff;
}
#single .post-dtl .has-l-gry-background-color {
  background-color: #F9F9F9;
}
#single .post-dtl .has-gry-background-color {
  background-color: #D9D9D9;
}
#single .post-dtl .has-d-gry-background-color {
  background-color: #A4A4A4;
}
#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: #23A3DA;
}
#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: 18px;
  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: "";
  position: absolute;
  top: 9px;
  left: 3px;
  width: 6px;
  aspect-ratio: 1/1;
  background: #333333;
  -webkit-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
}
@media screen and (max-width: 519px) {
  #single .post-dtl ul > li::before {
    top: 7px;
  }
}
#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 #333333;
  border-radius: 2px;
  color: #333333;
  font-size: 1.6rem;
  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.4rem;
  }
}
#single .post-dtl .wp-block-button__link:hover {
  background: #333333;
  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: #999999;
  border-right: solid 1px #D9D9D9;
  border-bottom: solid 1px #D9D9D9;
  color: #333333;
}
@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: #F9F9F9;
}
#single .post-dtl .wp-block-quote {
  margin: 0 0 32px;
  padding: 16px;
  background: #F9F9F9;
}
#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.4rem;
  color: #A4A4A4;
}
#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.6rem;
  color: #22B58B;
  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.4rem;
  }
}
@media screen and (max-width: 519px) {
  #single .post-dtl .wp-block-file a {
    font-size: 1.2rem;
  }
}
#single .post-dtl .wp-block-file .wp-block-file__button {
  background: #22B58B;
  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 #F9F9F9;
  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(51, 51, 51, 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: #333333;
  border: solid 1px #333333;
  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: #333333;
}
#single .gallery__item:hover .gallery-zoom::before {
  background: linear-gradient(to right, transparent calc(50% - 1px), #333333 calc(50% - 1px), #333333 calc(50% + 1px), transparent calc(50% + 1px)), linear-gradient(to bottom, transparent calc(50% - 1px), #333333 calc(50% - 1px), #333333 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: #F39800;
  border: solid 1px #F39800;
  border-radius: 8px;
}
@media screen and (max-width: 959px) {
  #single .pagelink__prev a, #single .pagelink__next a, #single .pagelink__back a {
    border-radius: calc(8px * 0.75);
  }
}
@media screen and (max-width: 519px) {
  #single .pagelink__prev a, #single .pagelink__next a, #single .pagelink__back a {
    border-radius: calc(8px * 0.5);
  }
}
#single .pagelink__prev a, #single .pagelink__next a, #single .pagelink__back a {
  color: #ffffff;
  font-size: 1.6rem;
  -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.4rem;
  }
}
#single .pagelink__prev a:hover, #single .pagelink__next a:hover, #single .pagelink__back a:hover {
  background: #ffffff;
  color: #F39800;
}
#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 .news {
  margin-bottom: calc(8px * 4);
}
@media screen and (max-width: 959px) {
  #single .news {
    margin-bottom: calc(8px * 4 * 0.75);
  }
}
@media screen and (max-width: 519px) {
  #single .news {
    margin-bottom: calc(8px * 4 * 0.5);
  }
}
#single .news {
  padding-bottom: calc(8px * 4);
}
@media screen and (max-width: 959px) {
  #single .news {
    padding-bottom: calc(8px * 4 * 0.75);
  }
}
@media screen and (max-width: 519px) {
  #single .news {
    padding-bottom: calc(8px * 4 * 0.5);
  }
}
#single .news {
  border-bottom: dashed 1px #F39800;
}
/*# sourceMappingURL=../../maps/pages/news.css.map */
