.lower-page {
  padding-bottom: calc(8px * 13);
}

@media screen and (max-width: 959px) {
  .lower-page {
    padding-bottom: calc((8px * 13) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .lower-page {
    padding-bottom: calc((8px * 13) * 0.5);
  }
}

#archive-blog .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;
  margin-bottom: calc(8px * 5);
}

@media screen and (max-width: 959px) {
  #archive-blog .cate-menu {
    margin-bottom: calc((8px * 5) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  #archive-blog .cate-menu {
    margin-bottom: calc((8px * 5) * 0.5);
  }
}

@media screen and (max-width: 519px) {
  #archive-blog .cate-menu {
    gap: 12px;
  }
}

#archive-blog .cate-menu__item {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

@media screen and (max-width: 519px) {
  #archive-blog .cate-menu__item {
    width: calc((100% / 2) - (12px * 1 / 2));
  }
}

#archive-blog .cate-menu__item:not(:nth-last-of-type(1))::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  width: 1px;
  height: calc(100% - 16px);
  background: #FFA830;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media screen and (max-width: 519px) {
  #archive-blog .cate-menu__item:not(:nth-last-of-type(1))::after {
    display: none;
  }
}

#archive-blog .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: 8px 32px;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

@media screen and (max-width: 519px) {
  #archive-blog .cate-menu__item a {
    background: #FFFEF0;
  }
}

#archive-blog .cate-menu__item a:hover, #archive-blog .cate-menu__item a.is-current {
  color: #FFA830;
  font-weight: bold;
}

@media screen and (max-width: 519px) {
  #archive-blog .cate-menu__item a:hover, #archive-blog .cate-menu__item a.is-current {
    background: #FFA830;
    color: #ffffff;
  }
}

#archive-blog .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: 12px;
}

@media screen and (max-width: 519px) {
  #archive-blog .wp-pagenavi {
    position: relative;
    padding-bottom: 52px;
  }
}

#archive-blog .wp-pagenavi .page,
#archive-blog .wp-pagenavi .current,
#archive-blog .wp-pagenavi .nextpostslink,
#archive-blog .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;
  background: #ffffff;
  border: solid 1px #FFA830;
  border-radius: 24px;
  color: #FFA830;
  font-size: 1.6rem;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

@media screen and (max-width: 767px) {
  #archive-blog .wp-pagenavi .page,
  #archive-blog .wp-pagenavi .current,
  #archive-blog .wp-pagenavi .nextpostslink,
  #archive-blog .wp-pagenavi .previouspostslink {
    width: 40px;
    height: 40px;
    border-radius: 20px;
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 519px) {
  #archive-blog .wp-pagenavi .page,
  #archive-blog .wp-pagenavi .current,
  #archive-blog .wp-pagenavi .nextpostslink,
  #archive-blog .wp-pagenavi .previouspostslink {
    font-size: 1.2rem;
  }
}

#archive-blog .wp-pagenavi .page:not(.current):hover,
#archive-blog .wp-pagenavi .current:not(.current):hover,
#archive-blog .wp-pagenavi .nextpostslink:not(.current):hover,
#archive-blog .wp-pagenavi .previouspostslink:not(.current):hover {
  background: #FFA830;
  color: #ffffff;
}

#archive-blog .wp-pagenavi .current {
  background: #FFA830;
  color: #ffffff;
}

#archive-blog .wp-pagenavi .page,
#archive-blog .wp-pagenavi .current {
  max-width: 80px;
}

@media screen and (max-width: 519px) {
  #archive-blog .wp-pagenavi .page,
  #archive-blog .wp-pagenavi .current {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
}

#archive-blog .wp-pagenavi .nextpostslink,
#archive-blog .wp-pagenavi .previouspostslink {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  gap: 8px;
  width: 104px;
  white-space: nowrap;
}

@media screen and (max-width: 959px) {
  #archive-blog .wp-pagenavi .nextpostslink,
  #archive-blog .wp-pagenavi .previouspostslink {
    width: 88px;
  }
}

@media screen and (max-width: 519px) {
  #archive-blog .wp-pagenavi .nextpostslink,
  #archive-blog .wp-pagenavi .previouspostslink {
    width: calc((100% / 2) - (12px * 1 / 2));
  }
}

#archive-blog .wp-pagenavi .nextpostslink::before,
#archive-blog .wp-pagenavi .previouspostslink::before {
  content: '';
  width: 12px;
  height: 12px;
  background: #FFA830;
  -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;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

#archive-blog .wp-pagenavi .nextpostslink:hover::before,
#archive-blog .wp-pagenavi .previouspostslink:hover::before {
  background: #ffffff;
}

@media screen and (max-width: 519px) {
  #archive-blog .wp-pagenavi .previouspostslink {
    position: absolute;
    bottom: 0;
    left: 0;
  }
}

#archive-blog .wp-pagenavi .previouspostslink::before {
  -webkit-transform: rotateZ(180deg);
  transform: rotateZ(180deg);
}

#archive-blog .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-blog .wp-pagenavi .nextpostslink {
    position: absolute;
    right: 0;
    bottom: 0;
  }
}

#archive-blog .blog-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  margin-bottom: calc(8px * 5);
}

@media screen and (max-width: 959px) {
  #archive-blog .blog-list {
    margin-bottom: calc((8px * 5) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  #archive-blog .blog-list {
    margin-bottom: calc((8px * 5) * 0.5);
  }
}

@media screen and (max-width: 1279px) {
  #archive-blog .blog-list {
    gap: 20px;
  }
}

@media screen and (max-width: 959px) {
  #archive-blog .blog-list {
    grid-template-columns: 1fr;
  }
}

#archive-blog .blog-list__item {
  position: relative;
  border-radius: 8px;
  background: #ffffff;
  border: solid 1px #eeeeee;
}

@media screen and (max-width: 959px) {
  #archive-blog .blog-list__item {
    border-radius: calc(8px * 0.75);
  }
}

@media screen and (max-width: 519px) {
  #archive-blog .blog-list__item {
    border-radius: calc(8px * 0.5);
  }
}

@media screen and (max-width: 959px) {
  #archive-blog .blog-list__item {
    display: grid;
    grid-template-columns: 300px 1fr;
  }
}

@media screen and (max-width: 767px) {
  #archive-blog .blog-list__item {
    grid-template-columns: 200px 1fr;
  }
}

@media screen and (max-width: 519px) {
  #archive-blog .blog-list__item {
    grid-template-columns: 1fr;
  }
}

#archive-blog .blog-list__item .blog-vsl {
  aspect-ratio: 3 / 2;
  overflow: hidden;
  display: block;
  background: #FFFEF0;
  border-radius: 8px 8px 0 0;
}

@media screen and (max-width: 959px) {
  #archive-blog .blog-list__item .blog-vsl {
    border-radius: 8px 0 0 8px;
  }
}

@media screen and (max-width: 519px) {
  #archive-blog .blog-list__item .blog-vsl {
    border-radius: 4px 4px 0 0;
  }
}

#archive-blog .blog-list__item .blog-vsl a img {
  -o-object-fit: contain;
  object-fit: contain;
  width: 100%;
  height: 100%;
  border-radius: 8px 8px 0 0;
  -webkit-transition: .3s ease-out;
  transition: .3s ease-out;
}

@media screen and (max-width: 959px) {
  #archive-blog .blog-list__item .blog-vsl a img {
    border-radius: 8px 0 0 8px;
  }
}

@media screen and (max-width: 519px) {
  #archive-blog .blog-list__item .blog-vsl a img {
    border-radius: 4px 4px 0 0;
  }
}

#archive-blog .blog-list__item .blog-vsl a:hover img {
  scale: 1.1;
}

#archive-blog .blog-list__item .blog-txt {
  padding: 16px 24px 58px;
}

@media screen and (max-width: 767px) {
  #archive-blog .blog-list__item .blog-txt {
    padding: 12px 16px 40px;
  }
}

#archive-blog .blog-list__item .blog-txt .blog-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: 10px;
  margin-bottom: 6px;
}

@media screen and (max-width: 767px) {
  #archive-blog .blog-list__item .blog-txt .blog-meta {
    margin-bottom: 4px;
  }
}

#archive-blog .blog-list__item .blog-txt .blog-meta__cate {
  padding: 2px 24px;
  background: #F3F9E0;
  border-radius: 30px;
  font-size: 1.4rem;
  font-weight: bold;
}

@media screen and (max-width: 1279px) {
  #archive-blog .blog-list__item .blog-txt .blog-meta__cate {
    padding: 2px 16px;
  }
}

@media screen and (max-width: 519px) {
  #archive-blog .blog-list__item .blog-txt .blog-meta__cate {
    padding: 1px 12px;
    font-size: 1.2rem;
  }
}

#archive-blog .blog-list__item .blog-txt .blog-meta__cate:hover {
  background: #B4D93F;
  color: #ffffff;
}

#archive-blog .blog-list__item .blog-txt .blog-ttl a {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

#archive-blog .blog-list__item .blog-txt .blog-ttl a:hover {
  color: #00923A;
}

#archive-blog .blog-list__item .blog-txt .more-txt {
  position: absolute;
  bottom: 12px;
  left: 50%;
  display: block;
  translate: -50% 0;
  text-align: center;
  padding: 8px 18px 0 0;
  width: calc( 100% - 32px);
  border-top: solid 1px #eeeeee;
}

@media screen and (max-width: 959px) {
  #archive-blog .blog-list__item .blog-txt .more-txt {
    left: auto;
    right: 12px;
    translate: 0;
    width: calc( 100% - 324px);
  }
}

@media screen and (max-width: 767px) {
  #archive-blog .blog-list__item .blog-txt .more-txt {
    width: calc(100% - 224px);
    padding: 4px 10px 0 0;
  }
}

@media screen and (max-width: 519px) {
  #archive-blog .blog-list__item .blog-txt .more-txt {
    bottom: 4px;
    width: calc(100% - 24px);
    padding: 4px 10px 0 0;
  }
}

#archive-blog .blog-list__item .blog-txt .more-txt::after {
  position: absolute;
  top: calc( 50% + 4px);
  right: calc( 50% - 50px);
  translate: 0 -50%;
  content: "";
  width: 12px;
  height: 12px;
  background: #FFA830;
  -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: 767px) {
  #archive-blog .blog-list__item .blog-txt .more-txt::after {
    top: calc(50% + 1px);
    right: calc(50% - 45px);
    width: 10px;
    height: 10px;
  }
}

#archive-blog .blog-list__item .blog-txt .more-txt:hover {
  color: #FFA830;
}

#single-blog .post-eyecatch {
  position: relative;
  aspect-ratio: 3/2;
  max-width: 800px;
  margin-bottom: calc(8px * 5);
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 959px) {
  #single-blog .post-eyecatch {
    margin-bottom: calc((8px * 5) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  #single-blog .post-eyecatch {
    margin-bottom: calc((8px * 5) * 0.5);
  }
}

#single-blog .post-eyecatch img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  border-radius: 4px;
}

#single-blog .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: 10px;
  margin-bottom: 6px;
}

@media screen and (max-width: 767px) {
  #single-blog .post-meta {
    margin-bottom: 4px;
  }
}

#single-blog .post-meta__date {
  margin-right: calc(8px * 2);
  font-family: "Quicksand", sans-serif;
}

@media screen and (max-width: 959px) {
  #single-blog .post-meta__date {
    margin-right: calc((8px * 2) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  #single-blog .post-meta__date {
    margin-right: calc((8px * 2) * 0.5);
  }
}

#single-blog .post-meta__cate {
  padding: 2px 24px;
  background: #F3F9E0;
  border-radius: 30px;
  font-size: 1.4rem;
  font-weight: bold;
}

@media screen and (max-width: 1279px) {
  #single-blog .post-meta__cate {
    padding: 2px 16px;
  }
}

@media screen and (max-width: 519px) {
  #single-blog .post-meta__cate {
    padding: 1px 12px;
    font-size: 1.2rem;
  }
}

#single-blog .post-meta__cate:hover {
  background: #B4D93F;
  color: #ffffff;
}

#single-blog .post-tag {
  margin-bottom: calc(8px * 5);
}

@media screen and (max-width: 959px) {
  #single-blog .post-tag {
    margin-bottom: calc((8px * 5) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  #single-blog .post-tag {
    margin-bottom: calc((8px * 5) * 0.5);
  }
}

#single-blog .post-tag__item a {
  color: #999999;
}

#single-blog .post-ttl {
  margin-bottom: calc(8px * 3);
  font-size: 3.2rem;
  font-weight: bold;
  line-height: 1.4;
}

@media screen and (max-width: 959px) {
  #single-blog .post-ttl {
    margin-bottom: calc((8px * 3) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  #single-blog .post-ttl {
    margin-bottom: calc((8px * 3) * 0.5);
  }
}

@media screen and (max-width: 959px) {
  #single-blog .post-ttl {
    font-size: 2.8rem;
  }
}

@media screen and (max-width: 519px) {
  #single-blog .post-ttl {
    font-size: 2.4rem;
  }
}

#single-blog .post-dtl h2 {
  margin-top: 48px;
  margin-bottom: calc(8px * 3);
  padding: 16px 24px 16px 32px;
  background: #FFFEF0;
  border-left: solid 6px #FFBA00;
  border-radius: 4px;
  font-size: 3.2rem;
  font-weight: bold;
}

@media screen and (max-width: 959px) {
  #single-blog .post-dtl h2 {
    margin-bottom: calc((8px * 3) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  #single-blog .post-dtl h2 {
    margin-bottom: calc((8px * 3) * 0.5);
  }
}

@media screen and (max-width: 959px) {
  #single-blog .post-dtl h2 {
    margin-top: 36px;
    padding: 12px 16px 12px 24px;
    font-size: 2.8rem;
  }
}

@media screen and (max-width: 767px) {
  #single-blog .post-dtl h2 {
    font-size: 2.4rem;
  }
}

@media screen and (max-width: 519px) {
  #single-blog .post-dtl h2 {
    margin-top: 24px;
    font-size: 2rem;
  }
}

#single-blog .post-dtl h3 {
  position: relative;
  margin-top: 40px;
  padding: 12px 0 4px;
  margin-bottom: calc(8px * 3);
  border-bottom: solid 2px #eeeeee;
  font-size: 2.8rem;
  font-weight: bold;
  line-height: 1.4;
}

@media screen and (max-width: 959px) {
  #single-blog .post-dtl h3 {
    margin-bottom: calc((8px * 3) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  #single-blog .post-dtl h3 {
    margin-bottom: calc((8px * 3) * 0.5);
  }
}

@media screen and (max-width: 959px) {
  #single-blog .post-dtl h3 {
    margin-top: 36px;
    padding: 10px 0 2px;
    font-size: 2.4rem;
  }
}

@media screen and (max-width: 519px) {
  #single-blog .post-dtl h3 {
    margin-top: 24px;
    font-size: 2rem;
  }
}

#single-blog .post-dtl h3::before, #single-blog .post-dtl h3::after {
  position: absolute;
  top: -2px;
  content: "";
  width: 30px;
  height: 30px;
  border: solid 2px;
  border-radius: 50%;
  clip-path: polygon(0 0, 100% 0, 100% 30%, 0 30%);
}

@media screen and (max-width: 767px) {
  #single-blog .post-dtl h3::before, #single-blog .post-dtl h3::after {
    width: 24px;
    height: 24px;
  }
}

#single-blog .post-dtl h3::before {
  left: 0;
  border-color: #B4D93F;
}

#single-blog .post-dtl h3::after {
  left: 14px;
  border-color: #00923A;
}

@media screen and (max-width: 767px) {
  #single-blog .post-dtl h3::after {
    left: 10px;
  }
}

#single-blog .post-dtl h4 {
  position: relative;
  margin-top: 32px;
  margin-bottom: calc(8px * 2);
  padding-left: 28px;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.4;
}

@media screen and (max-width: 959px) {
  #single-blog .post-dtl h4 {
    margin-bottom: calc((8px * 2) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  #single-blog .post-dtl h4 {
    margin-bottom: calc((8px * 2) * 0.5);
  }
}

@media screen and (max-width: 959px) {
  #single-blog .post-dtl h4 {
    margin-top: 36px;
    padding-left: 20px;
    font-size: 2rem;
  }
}

@media screen and (max-width: 519px) {
  #single-blog .post-dtl h4 {
    padding-left: 16px;
    font-size: 1.8rem;
  }
}

#single-blog .post-dtl h4::before {
  content: '';
  position: absolute;
  top: 16px;
  left: 0;
  width: 16px;
  height: 2px;
  background: #FFA830;
}

@media screen and (max-width: 959px) {
  #single-blog .post-dtl h4::before {
    top: 13px;
    width: 12px;
  }
}

@media screen and (max-width: 519px) {
  #single-blog .post-dtl h4::before {
    top: 12px;
    width: 8px;
    height: 1px;
  }
}

#single-blog .post-dtl .has-small-font-size {
  font-size: 1.4rem;
}

@media screen and (max-width: 959px) {
  #single-blog .post-dtl .has-small-font-size {
    font-size: 1.2rem;
  }
}

#single-blog .post-dtl .has-normal-font-size {
  font-size: 1.6rem;
}

@media screen and (max-width: 959px) {
  #single-blog .post-dtl .has-normal-font-size {
    font-size: 1.4rem;
  }
}

#single-blog .post-dtl .has-medium-font-size {
  font-size: 2rem;
}

@media screen and (max-width: 959px) {
  #single-blog .post-dtl .has-medium-font-size {
    font-size: 1.6rem;
  }
}

#single-blog .post-dtl .has-large-font-size {
  font-size: 2.4rem;
}

@media screen and (max-width: 959px) {
  #single-blog .post-dtl .has-large-font-size {
    font-size: 2rem;
  }
}

#single-blog .post-dtl .has-huge-font-size {
  font-size: 2.8rem;
}

@media screen and (max-width: 959px) {
  #single-blog .post-dtl .has-huge-font-size {
    font-size: 2.4rem;
  }
}

#single-blog .post-dtl .has-grn-color {
  color: #00923A;
}

#single-blog .post-dtl .has-d-yelgrn-color {
  color: #90C31F;
}

#single-blog .post-dtl .has-yelgrn-color {
  color: #B4D93F;
}

#single-blog .post-dtl .has-l-yelgrn-color {
  color: #F3F9E0;
}

#single-blog .post-dtl .has-d-orn-color {
  color: #F28D00;
}

#single-blog .post-dtl .has-orn-color {
  color: #FFA830;
}

#single-blog .post-dtl .has-l-orn-color {
  color: #FFFBEF;
}

#single-blog .post-dtl .has-yel-color {
  color: #FFBA00;
}

#single-blog .post-dtl .has-l-yel-color {
  color: #FFFEF0;
}

#single-blog .post-dtl .has-red-color {
  color: #ff0000;
}

#single-blog .post-dtl .has-aqu-color {
  color: #00ffff;
}

#single-blog .post-dtl .has-blu-color {
  color: #0000ff;
}

#single-blog .post-dtl .has-nvy-color {
  color: #000080;
}

#single-blog .post-dtl .has-beg-color {
  color: #f5f5dc;
}

#single-blog .post-dtl .has-brn-color {
  color: #a52a2a;
}

#single-blog .post-dtl .has-pnk-color {
  color: #ffc0cb;
}

#single-blog .post-dtl .has-ppl-color {
  color: #c54ea0;
}

#single-blog .post-dtl .has-vio-color {
  color: #704cbc;
}

#single-blog .post-dtl .has-blk-color {
  color: #595757;
}

#single-blog .post-dtl .has-wht-color {
  color: #ffffff;
}

#single-blog .post-dtl .has-l-gry-color {
  color: #eeeeee;
}

#single-blog .post-dtl .has-gry-color {
  color: #cccccc;
}

#single-blog .post-dtl .has-d-gry-color {
  color: #999999;
}

#single-blog .post-dtl .has-grn-background-color {
  background-color: #00923A;
}

#single-blog .post-dtl .has-d-yelgrn-background-color {
  background-color: #90C31F;
}

#single-blog .post-dtl .has-yelgrn-background-color {
  background-color: #B4D93F;
}

#single-blog .post-dtl .has-l-yelgrn-background-color {
  background-color: #F3F9E0;
}

#single-blog .post-dtl .has-d-orn-background-color {
  background-color: #F28D00;
}

#single-blog .post-dtl .has-orn-background-color {
  background-color: #FFA830;
}

#single-blog .post-dtl .has-l-orn-background-color {
  background-color: #FFFBEF;
}

#single-blog .post-dtl .has-yel-background-color {
  background-color: #FFBA00;
}

#single-blog .post-dtl .has-l-yel-background-color {
  background-color: #FFFEF0;
}

#single-blog .post-dtl .has-red-background-color {
  background-color: #ff0000;
}

#single-blog .post-dtl .has-aqu-background-color {
  background-color: #00ffff;
}

#single-blog .post-dtl .has-blu-background-color {
  background-color: #0000ff;
}

#single-blog .post-dtl .has-nvy-background-color {
  background-color: #000080;
}

#single-blog .post-dtl .has-beg-background-color {
  background-color: #f5f5dc;
}

#single-blog .post-dtl .has-brn-background-color {
  background-color: #a52a2a;
}

#single-blog .post-dtl .has-pnk-background-color {
  background-color: #ffc0cb;
}

#single-blog .post-dtl .has-ppl-background-color {
  background-color: #c54ea0;
}

#single-blog .post-dtl .has-vio-background-color {
  background-color: #704cbc;
}

#single-blog .post-dtl .has-blk-background-color {
  background-color: #595757;
}

#single-blog .post-dtl .has-wht-background-color {
  background-color: #ffffff;
}

#single-blog .post-dtl .has-l-gry-background-color {
  background-color: #eeeeee;
}

#single-blog .post-dtl .has-gry-background-color {
  background-color: #cccccc;
}

#single-blog .post-dtl .has-d-gry-background-color {
  background-color: #999999;
}

#single-blog .post-dtl p:not(:first-child) {
  margin-top: 16px;
}

@media screen and (max-width: 519px) {
  #single-blog .post-dtl p:not(:first-child) {
    margin-top: 12px;
  }
}

#single-blog .post-dtl strong {
  font-weight: bold;
}

#single-blog .post-dtl em {
  font-style: italic;
}

#single-blog .post-dtl a {
  text-decoration: underline;
  color: #00923A;
}

#single-blog .post-dtl a:hover {
  text-decoration: none;
}

#single-blog .post-dtl .wp-block-list {
  padding: 0;
}

#single-blog .post-dtl ul {
  margin-top: 16px;
}

@media screen and (max-width: 519px) {
  #single-blog .post-dtl ul {
    margin-top: 12px;
  }
}

#single-blog .post-dtl ul > li {
  list-style: none;
  position: relative;
  margin-left: 0;
  padding-left: 16px;
  line-height: 1.4;
  text-indent: 0;
}

#single-blog .post-dtl ul > li:not(:nth-last-of-type(1)) {
  margin-bottom: 8px;
}

#single-blog .post-dtl ul > li::before {
  content: '';
  display: block;
  position: absolute;
  top: 9px;
  left: 0;
  width: 8px;
  height: 8px;
  background: #00923A;
  border-radius: 1px;
}

#single-blog .post-dtl ul > li ul,
#single-blog .post-dtl ul > li ol {
  margin: 8px 0 0;
}

#single-blog .post-dtl ol {
  counter-reset: list-num;
  margin-top: 16px;
}

@media screen and (max-width: 519px) {
  #single-blog .post-dtl ol {
    margin-top: 12px;
  }
}

#single-blog .post-dtl ol > li {
  list-style: none;
  margin-left: 1em !important;
  text-indent: -1em;
  line-height: 1.4;
}

#single-blog .post-dtl ol > li:not(:nth-last-of-type(1)) {
  margin-bottom: 8px;
}

#single-blog .post-dtl ol > li::before {
  counter-increment: list-num;
  content: counter(list-num) ".";
}

#single-blog .post-dtl ol > li div {
  display: inline;
}

#single-blog .post-dtl ol > li ul,
#single-blog .post-dtl ol > li ol {
  margin: 8px 0 0;
}

#single-blog .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-blog .post-dtl .wp-block-button {
    gap: 12px;
  }
}

#single-blog .post-dtl .wp-block-button__link {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 56px 0 24px;
  height: 48px;
  background: #00923A;
  border: solid 2px #00923A;
  border-radius: 50px;
  color: #ffffff;
  font-weight: bold;
  line-height: 1.4;
}

@media screen and (max-width: 767px) {
  #single-blog .post-dtl .wp-block-button__link {
    padding: 0 48px 0 20px;
    height: 40px;
  }
}

#single-blog .post-dtl .wp-block-button__link::before {
  position: absolute;
  top: 6px;
  right: 8px;
  content: "";
  width: 32px;
  height: 32px;
  background: #ffffff;
  border-radius: 50%;
}

@media screen and (max-width: 767px) {
  #single-blog .post-dtl .wp-block-button__link::before {
    top: 4px;
    right: 6px;
    width: 28px;
    height: 28px;
  }
}

#single-blog .post-dtl .wp-block-button__link::after {
  position: absolute;
  top: 50%;
  right: 18px;
  translate: 0 -50%;
  content: "";
  width: 12px;
  height: 12px;
  background: #FFA830;
  -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: 767px) {
  #single-blog .post-dtl .wp-block-button__link::after {
    right: 14px;
  }
}

#single-blog .post-dtl .wp-block-button__link:hover {
  background: #ffffff;
  color: #00923A;
}

#single-blog .post-dtl .wp-block-button__link:hover::before {
  background: #FFA830;
}

#single-blog .post-dtl .wp-block-button__link:hover::after {
  background: #ffffff;
}

#single-blog .post-dtl .wp-block-table:not(:first-child) {
  margin-top: 16px;
}

@media screen and (max-width: 519px) {
  #single-blog .post-dtl .wp-block-table:not(:first-child) {
    margin-top: 12px;
  }
}

#single-blog .post-dtl .wp-block-table table {
  width: 100%;
}

#single-blog .post-dtl .wp-block-table table thead tr th {
  padding: 14px;
  background: #F3F9E0;
  border-left: solid 10px #B4D93F;
}

@media screen and (max-width: 959px) {
  #single-blog .post-dtl .wp-block-table table thead {
    display: none;
  }
}

#single-blog .post-dtl .wp-block-table table tbody tr th,
#single-blog .post-dtl .wp-block-table table tbody tr td {
  padding: 14px;
}

@media screen and (max-width: 767px) {
  #single-blog .post-dtl .wp-block-table table tbody tr th,
  #single-blog .post-dtl .wp-block-table table tbody tr td {
    padding: 10px;
  }
}

#single-blog .post-dtl .wp-block-table table tbody tr th {
  vertical-align: middle;
  background: #F3F9E0;
  border-left: solid 10px #B4D93F;
  border-radius: 4px 0 0 4px;
  font-size: 1.8rem;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  #single-blog .post-dtl .wp-block-table table tbody tr th {
    border-width: 5px;
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 519px) {
  #single-blog .post-dtl .wp-block-table table tbody tr th {
    font-size: 1.4rem;
  }
}

#single-blog .post-dtl .wp-block-table table tbody tr td {
  background: #ffffff;
  border-style: solid;
  border-width: 2px 2px 2px 0;
  border-color: #eeeeee;
  border-radius: 0 4px 4px 0;
}

@media screen and (max-width: 959px) {
  #single-blog .post-dtl .wp-block-table table tbody tr td::before {
    content: attr(tbl-data);
    display: block;
    color: #595757;
  }
}

#single-blog .post-dtl .wp-block-quote {
  margin: 0 0 32px;
  padding: 16px;
  background: #eeeeee;
}

#single-blog .post-dtl .wp-block-quote p {
  margin: 0 0 4px;
}

#single-blog .post-dtl .wp-block-quote cite a {
  text-decoration: underline;
  font-size: 1.4rem;
  color: #999999;
}

#single-blog .post-dtl .wp-block-quote cite a:hover {
  text-decoration: none;
}

#single-blog .post-dtl .wp-block-image {
  margin: 0 0 32px;
}

#single-blog .post-dtl .wp-block-image img {
  width: auto;
}

#single-blog .post-dtl .wp-block-media-text {
  margin: 0 0 32px;
}

#single-blog .post-dtl .wp-block-column .wp-block-image {
  margin: 0;
}

#single-blog .post-dtl .wp-block-column .wp-block-image img {
  width: 100%;
}

#single-blog .post-dtl .wp-block-file {
  margin: 0 0 32px;
}

#single-blog .post-dtl .wp-block-file a {
  font-size: 1.6rem;
  color: #00923A;
  text-decoration: underline;
}

#single-blog .post-dtl .wp-block-file a:hover {
  text-decoration: none;
}

@media screen and (max-width: 959px) {
  #single-blog .post-dtl .wp-block-file a {
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 519px) {
  #single-blog .post-dtl .wp-block-file a {
    font-size: 1.2rem;
  }
}

#single-blog .post-dtl .wp-block-file .wp-block-file__button {
  background: #00923A;
  display: inline-block;
  padding: 4px 8px 2px 10px;
  text-decoration: none;
  color: #ffffff;
}

#single-blog .post-dtl .wp-block-separator {
  margin: 40px 0;
}

@media screen and (max-width: 959px) {
  #single-blog .post-dtl .wp-block-separator {
    margin: 24px 0 28px;
  }
}

#single-blog .gallery {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: calc(8px * 2);
  margin-bottom: calc(8px * 5);
}

@media screen and (max-width: 959px) {
  #single-blog .gallery {
    gap: calc((8px * 2) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  #single-blog .gallery {
    gap: calc((8px * 2) * 0.5);
  }
}

@media screen and (max-width: 959px) {
  #single-blog .gallery {
    margin-bottom: calc((8px * 5) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  #single-blog .gallery {
    margin-bottom: calc((8px * 5) * 0.5);
  }
}

@media screen and (max-width: 959px) {
  #single-blog .gallery {
    grid-template-columns: repeat(2, 1fr);
  }
}

#single-blog .gallery__item {
  position: relative;
  z-index: 1;
  aspect-ratio: 3/2;
  border: solid 1px #eeeeee;
  cursor: pointer;
}

#single-blog .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-blog .gallery__item .gallery-mask {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: rgba(89, 87, 87, 0.3);
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

#single-blog .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: #595757;
  border: solid 1px #595757;
  color: #ffffff;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

@media screen and (max-width: 959px) {
  #single-blog .gallery__item .gallery-zoom {
    height: 28px;
  }
}

#single-blog .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-blog .gallery__item .gallery-zoom::before {
    width: 14px;
  }
}

#single-blog .gallery__item:hover .gallery-mask {
  opacity: 0;
}

#single-blog .gallery__item:hover .gallery-zoom {
  background: #ffffff;
  color: #595757;
}

#single-blog .gallery__item:hover .gallery-zoom::before {
  background: linear-gradient(to right, transparent calc(50% - 1px), #595757 calc(50% - 1px), #595757 calc(50% + 1px), transparent calc(50% + 1px)), linear-gradient(to bottom, transparent calc(50% - 1px), #595757 calc(50% - 1px), #595757 calc(50% + 1px), transparent calc(50% + 1px));
}

#single-blog .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-blog .pagelink {
    gap: 12px;
  }
}

#single-blog .pagelink__prev a, #single-blog .pagelink__next a, #single-blog .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: #ffffff;
  border: solid 1px #FFA830;
  border-radius: 24px;
  color: #FFA830;
  font-size: 1.6rem;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

@media screen and (max-width: 519px) {
  #single-blog .pagelink__prev a, #single-blog .pagelink__next a, #single-blog .pagelink__back a {
    font-size: 1.4rem;
  }
}

#single-blog .pagelink__prev a:hover, #single-blog .pagelink__next a:hover, #single-blog .pagelink__back a:hover {
  background: #FFA830;
  color: #ffffff;
}

#single-blog .pagelink__back {
  width: 400px;
}

@media screen and (max-width: 959px) {
  #single-blog .pagelink__back {
    width: 240px;
  }
}

@media screen and (max-width: 767px) {
  #single-blog .pagelink__back {
    width: calc(100% - 276px);
  }
}

@media screen and (max-width: 519px) {
  #single-blog .pagelink__back {
    width: calc(40% - 8px);
  }
}

#single-blog .pagelink__prev, #single-blog .pagelink__next {
  width: 160px;
}

@media screen and (max-width: 959px) {
  #single-blog .pagelink__prev, #single-blog .pagelink__next {
    width: 120px;
  }
}

@media screen and (max-width: 519px) {
  #single-blog .pagelink__prev, #single-blog .pagelink__next {
    width: calc(30% - 8px);
  }
}

#single-blog .pagelink__prev a::before, #single-blog .pagelink__next a::before {
  content: '';
  width: 12px;
  height: 12px;
  background: #FFA830;
  -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;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

#single-blog .pagelink__prev a:hover::before, #single-blog .pagelink__next a:hover::before {
  background: #ffffff;
}

#single-blog .pagelink__prev a::before {
  -webkit-transform: rotateZ(180deg);
  transform: rotateZ(180deg);
}

#single-blog .pagelink__next a {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

#single-blog .blog {
  margin-bottom: calc(8px * 5);
  padding-bottom: calc(8px * 5);
  border-bottom: solid 1px #eeeeee;
}

@media screen and (max-width: 959px) {
  #single-blog .blog {
    margin-bottom: calc((8px * 5) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  #single-blog .blog {
    margin-bottom: calc((8px * 5) * 0.5);
  }
}

@media screen and (max-width: 959px) {
  #single-blog .blog {
    padding-bottom: calc((8px * 5) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  #single-blog .blog {
    padding-bottom: calc((8px * 5) * 0.5);
  }
}

/*# sourceMappingURL=../../maps/pages/blog.css.map */
