.single-breadcrumb {
  margin-bottom: calc(8px * 10);
}
@media screen and (max-width: 959px) {
  .single-breadcrumb {
    margin-bottom: calc(8px * 10 * 0.75);
  }
}
@media screen and (max-width: 519px) {
  .single-breadcrumb {
    margin-bottom: calc(8px * 10 * 0.5);
  }
}
.single-breadcrumb {
  position: relative;
  padding: 12px;
  background: #242523;
  z-index: 1;
}
.single-breadcrumb::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: radial-gradient(circle, #FFFFFF 1px, transparent 1px);
  background-size: 7px 7px;
  z-index: -1;
  opacity: 0.08;
}
.single-breadcrumb .breadcrumb {
  margin-bottom: 0;
}
.single-breadcrumb .breadcrumb__item {
  color: #FFFFFF;
}
.single-breadcrumb .breadcrumb__item a {
  color: #FFFFFF;
}

#archive .cate-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  gap: 16px;
  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;
  }
}
@media screen and (max-width: 519px) {
  #archive .cate-menu {
    gap: 6px;
  }
}
#archive .cate-menu__item a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 16px;
  border: solid 1px transparent;
  background: rgba(143, 143, 143, 0.2);
  padding: 8px 8px 8px 16px;
  border-radius: 40px;
  overflow: clip;
  -webkit-transform-origin: center;
  transform-origin: center;
  font-size: 1.6rem;
  color: #323431;
  z-index: 1;
}
@media screen and (max-width: 519px) {
  #archive .cate-menu__item a {
    gap: 8px;
    padding: 5px 5px 5px 8px;
    font-size: 1.4rem;
    letter-spacing: -0.03em;
  }
}
#archive .cate-menu__item a span {
  position: relative;
  display: inline-block;
  width: 24px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: #FFFFFF;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}
@media screen and (max-width: 519px) {
  #archive .cate-menu__item a span {
    width: 18px;
  }
}
#archive .cate-menu__item a span::before {
  position: absolute;
  content: "";
  top: calc(50% - 1px);
  left: 50%;
  translate: -50% -50%;
  rotate: 135deg;
  width: 9px;
  height: 6px;
  border-style: solid;
  border-width: 1px 1px 0 0;
  border-color: rgba(143, 143, 143, 0.48);
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}
@media screen and (max-width: 519px) {
  #archive .cate-menu__item a span::before {
    width: 7px;
    height: 5px;
  }
}
#archive .cate-menu__item a:hover {
  background: #FFFFFF;
  border-color: #E30011;
  color: #E30011;
}
#archive .cate-menu__item a:hover span {
  background: #E30011;
}
#archive .cate-menu__item a:hover span::before {
  border-color: #FFFFFF;
}
#archive .cate-menu__item.is-current a {
  background: #E30011 !important;
  border-color: #E30011 !important;
  color: #FFFFFF !important;
}
#archive .cate-menu__item.is-current a span {
  border-color: #E30011 !important;
  background: #FFFFFF !important;
}
#archive .cate-menu__item.is-current a span::before {
  border-color: #E30011 !important;
}
#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: 12px;
  padding-top: calc(8px * 5);
}
@media screen and (max-width: 959px) {
  #archive .pagenation,
  #archive .wp-pagenavi {
    padding-top: calc(8px * 5 * 0.75);
  }
}
@media screen and (max-width: 519px) {
  #archive .pagenation,
  #archive .wp-pagenavi {
    padding-top: calc(8px * 5 * 0.5);
  }
}
@media screen and (max-width: 519px) {
  #archive .pagenation,
  #archive .wp-pagenavi {
    position: relative;
    gap: 8px;
    padding-bottom: 56px;
  }
}
#archive .pagenation .extend,
#archive .wp-pagenavi .extend {
  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;
  padding-bottom: 8px;
  height: 48px;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  #archive .pagenation .extend,
  #archive .wp-pagenavi .extend {
    height: 40px;
  }
}
#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;
  margin: 0;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: solid 1px #323431;
  background: #FFFFFF;
  color: #323431;
  font-size: 1.8rem;
  -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: 44px;
    height: 44px;
    font-size: 1.6rem;
  }
}
@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.4rem;
  }
}
#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: #323431;
  color: #FFFFFF;
}
#archive .pagenation .current,
#archive .wp-pagenavi .current {
  background: #323431;
  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 {
  padding: 1px 0 0 1px;
}
@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 {
    padding-left: 0;
  }
}
#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: 48px;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  #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: 44px;
  }
}
@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: 40%;
    height: 40px;
    border-radius: 0;
  }
}
#archive .pagenation .page-numbers.next::before,
#archive .pagenation .page-numbers.prev::before,
#archive .pagenation .nextpostslink::before,
#archive .pagenation .previouspostslink::before,
#archive .wp-pagenavi .page-numbers.next::before,
#archive .wp-pagenavi .page-numbers.prev::before,
#archive .wp-pagenavi .nextpostslink::before,
#archive .wp-pagenavi .previouspostslink::before {
  position: absolute;
  content: "";
  top: 50%;
  left: calc(50% - 1px);
  width: 8px;
  aspect-ratio: 1/1;
  translate: -50% -50%;
  border-style: solid;
  border-width: 1px 1px 0 0;
  border-color: #323431;
  rotate: 45deg;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}
#archive .pagenation .page-numbers.next:hover::before,
#archive .pagenation .page-numbers.prev:hover::before,
#archive .pagenation .nextpostslink:hover::before,
#archive .pagenation .previouspostslink:hover::before,
#archive .wp-pagenavi .page-numbers.next:hover::before,
#archive .wp-pagenavi .page-numbers.prev:hover::before,
#archive .wp-pagenavi .nextpostslink:hover::before,
#archive .wp-pagenavi .previouspostslink:hover::before {
  border-color: #FFFFFF;
}
@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;
    right: calc(50% + 4px);
    bottom: 0;
    margin: 0;
  }
}
#archive .pagenation .page-numbers.prev::before,
#archive .pagenation .previouspostslink::before,
#archive .wp-pagenavi .page-numbers.prev::before,
#archive .wp-pagenavi .previouspostslink::before {
  -webkit-transform: rotateZ(180deg);
  transform: rotateZ(180deg);
  left: calc(50% + 1px);
}
#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;
    bottom: 0;
    left: calc(50% + 4px);
    margin: 0;
  }
}
#archive .news-list__item {
  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: 24px;
  padding-top: calc(8px * 4);
}
@media screen and (max-width: 959px) {
  #archive .news-list__item {
    padding-top: calc(8px * 4 * 0.75);
  }
}
@media screen and (max-width: 519px) {
  #archive .news-list__item {
    padding-top: calc(8px * 4 * 0.5);
  }
}
#archive .news-list__item {
  padding-right: calc(8px * 2);
}
@media screen and (max-width: 959px) {
  #archive .news-list__item {
    padding-right: calc(8px * 2 * 0.75);
  }
}
@media screen and (max-width: 519px) {
  #archive .news-list__item {
    padding-right: calc(8px * 2 * 0.5);
  }
}
#archive .news-list__item {
  padding-bottom: calc(8px * 4);
}
@media screen and (max-width: 959px) {
  #archive .news-list__item {
    padding-bottom: calc(8px * 4 * 0.75);
  }
}
@media screen and (max-width: 519px) {
  #archive .news-list__item {
    padding-bottom: calc(8px * 4 * 0.5);
  }
}
#archive .news-list__item {
  padding-left: calc(8px * 2);
}
@media screen and (max-width: 959px) {
  #archive .news-list__item {
    padding-left: calc(8px * 2 * 0.75);
  }
}
@media screen and (max-width: 519px) {
  #archive .news-list__item {
    padding-left: calc(8px * 2 * 0.5);
  }
}
#archive .news-list__item {
  border-bottom: solid 1px #D9D9D9;
}
@media screen and (max-width: 959px) {
  #archive .news-list__item {
    gap: 16px;
  }
}
@media screen and (max-width: 519px) {
  #archive .news-list__item {
    gap: 14px;
  }
}
#archive .news-list__item:first-child {
  border-top: solid 1px #D9D9D9;
}
#archive .news-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: 24px;
  width: 274px;
}
@media screen and (max-width: 959px) {
  #archive .news-meta {
    gap: 16px;
    width: 238px;
  }
}
@media screen and (max-width: 767px) {
  #archive .news-meta {
    gap: 12px;
  }
}
#archive .news-meta__cate 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: 150px;
  padding: 6px;
  border: solid 1px #E30011;
  border-radius: 40px;
  background: #E30011;
  color: #FFFFFF;
  font-size: 1.6rem;
  line-height: 1;
}
@media screen and (max-width: 959px) {
  #archive .news-meta__cate a {
    width: 128px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  #archive .news-meta__cate a {
    letter-spacing: 0;
    padding: 5px;
  }
}
#archive .news-meta__cate a:hover {
  background: #FFFFFF;
  color: #E30011;
}
#archive .news-meta__date {
  width: 100px;
  font-size: 1.6rem;
  color: #8F8F8F;
}
@media screen and (max-width: 959px) {
  #archive .news-meta__date {
    width: 94px;
  }
}
#archive .news-ttl {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  min-width: 0;
}
@media screen and (max-width: 767px) {
  #archive .news-ttl {
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
    width: 100%;
  }
}
#archive .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;
  gap: 16px;
  width: 100%;
}
#archive .news-ttl a .ttl-txt {
  line-height: 1.4;
  overflow: hidden;
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
#archive .news-ttl a .ttl-ico {
  position: relative;
  width: 28px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: rgba(217, 217, 217, 0.56);
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}
@media screen and (max-width: 519px) {
  #archive .news-ttl a .ttl-ico {
    width: 24px;
  }
}
#archive .news-ttl a .ttl-ico::before {
  position: absolute;
  content: "";
  top: 50%;
  left: calc(50% - 1px);
  translate: -50% -50%;
  rotate: 45deg;
  width: 8px;
  aspect-ratio: 1/1;
  border-style: solid;
  border-width: 1px 1px 0 0;
  border-color: #8F8F8F;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}
@media screen and (max-width: 519px) {
  #archive .news-ttl a .ttl-ico::before {
    width: 6px;
  }
}
#archive .news-ttl a:hover {
  text-decoration: underline;
  translate: 2px 0;
}
#archive .news-ttl a:hover .ttl-ico {
  background: #E30011;
}
#archive .news-ttl a:hover .ttl-ico::before {
  border-color: #FFFFFF;
}

#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 {
  margin-bottom: calc(8px * 3);
}
@media screen and (max-width: 959px) {
  #single .post-meta {
    margin-bottom: calc(8px * 3 * 0.75);
  }
}
@media screen and (max-width: 519px) {
  #single .post-meta {
    margin-bottom: calc(8px * 3 * 0.5);
  }
}
#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: 16px;
}
@media screen and (max-width: 767px) {
  #single .post-meta {
    gap: 12px;
  }
}
#single .post-meta__date {
  width: 100px;
  font-size: 1.6rem;
  color: #8F8F8F;
}
@media screen and (max-width: 959px) {
  #single .post-meta__date {
    width: 94px;
  }
}
#single .post-meta__cate 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: 150px;
  padding: 6px;
  border: solid 1px #E30011;
  border-radius: 40px;
  background: #E30011;
  color: #FFFFFF;
  font-size: 1.6rem;
  line-height: 1;
}
@media screen and (max-width: 959px) {
  #single .post-meta__cate a {
    width: 128px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  #single .post-meta__cate a {
    letter-spacing: 0;
    padding: 5px;
  }
}
#single .post-meta__cate a:hover {
  background: #FFFFFF;
  color: #E30011;
}
#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: #8F8F8F;
}
#single .post-ttl {
  margin-bottom: calc(8px * 8);
}
@media screen and (max-width: 959px) {
  #single .post-ttl {
    margin-bottom: calc(8px * 8 * 0.75);
  }
}
@media screen and (max-width: 519px) {
  #single .post-ttl {
    margin-bottom: calc(8px * 8 * 0.5);
  }
}
#single .post-ttl {
  font-size: 4rem;
  font-weight: bold;
  line-height: 1.4;
}
@media screen and (max-width: 1279px) {
  #single .post-ttl {
    font-size: 3.2rem;
  }
}
@media screen and (max-width: 959px) {
  #single .post-ttl {
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 767px) {
  #single .post-ttl {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 519px) {
  #single .post-ttl {
    font-size: 2rem;
  }
}
#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: 12px 16px;
  background: #F7F7F7;
  border-bottom: solid 2px #E30011;
  font-size: 2.8rem;
  font-weight: bold;
  line-height: 1.4;
}
@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: 10px 14px;
    font-size: 2rem;
    border-width: 1px;
  }
}
#single .post-dtl h3 {
  position: relative;
  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 {
  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 h3::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: linear-gradient(to right, #E30011 40px, #D9D9D9 41px);
}
@media screen and (max-width: 519px) {
  #single .post-dtl h3::after {
    height: 1px;
  }
}
#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: 20px;
  font-size: 2rem;
  font-weight: bold;
}
@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 {
    padding-left: 16px;
    font-size: 1.8rem;
  }
}
#single .post-dtl h4::before, #single .post-dtl h4::after {
  position: absolute;
  content: "";
  left: 0;
  translate: 0 -50%;
  width: 12px;
  height: 2px;
  background: #D9D9D9;
}
@media screen and (max-width: 519px) {
  #single .post-dtl h4::before, #single .post-dtl h4::after {
    width: 10px;
  }
}
#single .post-dtl h4::before {
  top: calc(50% - 3px);
  background: #E30011;
}
#single .post-dtl h4::after {
  top: calc(50% + 3px);
  background: rgba(143, 143, 143, 0.56);
}
#single .post-dtl .wp-block-group {
  padding: calc(8px * 5);
}
@media screen and (max-width: 959px) {
  #single .post-dtl .wp-block-group {
    padding: calc(8px * 5 * 0.75);
  }
}
@media screen and (max-width: 519px) {
  #single .post-dtl .wp-block-group {
    padding: calc(8px * 5 * 0.5);
  }
}
#single .post-dtl .wp-block-group {
  margin: 40px 0;
  background: rgba(255, 255, 0, 0.16);
}
@media screen and (max-width: 959px) {
  #single .post-dtl .wp-block-group {
    margin: 24px 0;
  }
}
#single .post-dtl .wp-block-group h2:first-child,
#single .post-dtl .wp-block-group h3:first-child,
#single .post-dtl .wp-block-group h4:first-child {
  margin-top: 0;
}
#single .post-dtl .has-small-font-size {
  font-size: 1.6rem;
}
@media screen and (max-width: 959px) {
  #single .post-dtl .has-small-font-size {
    font-size: 1.4rem;
  }
}
#single .post-dtl .has-normal-font-size {
  font-size: 1.8rem;
}
@media screen and (max-width: 959px) {
  #single .post-dtl .has-normal-font-size {
    font-size: 1.6rem;
  }
}
#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.8rem;
  }
}
#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-l-red-color {
  color: #FF3D4C;
}
#single .post-dtl .has-red-color {
  color: #E30011;
}
#single .post-dtl .has-d-red-color {
  color: #C11825;
}
#single .post-dtl .has-blu-color {
  color: #0053BE;
}
#single .post-dtl .has-grn-color {
  color: #52BE38;
}
#single .post-dtl .has-orn-color {
  color: #F09C00;
}
#single .post-dtl .has-yel-color {
  color: #ffff00;
}
#single .post-dtl .has-d-orn-color {
  color: #D94D2D;
}
#single .post-dtl .has-wht-color {
  color: #FFFFFF;
}
#single .post-dtl .has-p-gry-color {
  color: #FBFBFB;
}
#single .post-dtl .has-l-gry-color {
  color: #F7F7F7;
}
#single .post-dtl .has-gry-color {
  color: #D9D9D9;
}
#single .post-dtl .has-d-gry-color {
  color: #8F8F8F;
}
#single .post-dtl .has-blk-color {
  color: #323431;
}
#single .post-dtl .has-d-blk-color {
  color: #242523;
}
#single .post-dtl .has-l-red-background-color {
  background-color: #FF3D4C;
}
#single .post-dtl .has-red-background-color {
  background-color: #E30011;
}
#single .post-dtl .has-d-red-background-color {
  background-color: #C11825;
}
#single .post-dtl .has-blu-background-color {
  background-color: #0053BE;
}
#single .post-dtl .has-grn-background-color {
  background-color: #52BE38;
}
#single .post-dtl .has-orn-background-color {
  background-color: #F09C00;
}
#single .post-dtl .has-yel-background-color {
  background-color: #ffff00;
}
#single .post-dtl .has-d-orn-background-color {
  background-color: #D94D2D;
}
#single .post-dtl .has-wht-background-color {
  background-color: #FFFFFF;
}
#single .post-dtl .has-p-gry-background-color {
  background-color: #FBFBFB;
}
#single .post-dtl .has-l-gry-background-color {
  background-color: #F7F7F7;
}
#single .post-dtl .has-gry-background-color {
  background-color: #D9D9D9;
}
#single .post-dtl .has-d-gry-background-color {
  background-color: #8F8F8F;
}
#single .post-dtl .has-blk-background-color {
  background-color: #323431;
}
#single .post-dtl .has-d-blk-background-color {
  background-color: #242523;
}
#single .post-dtl .marker-highlight {
  background-color: #ffff00;
}
#single .post-dtl mark {
  background: linear-gradient(0deg, transparent 8px, #FFFFFF 8px, #FFFFFF);
  font-weight: bold;
}
#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: #0053BE;
}
#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: #E30011;
  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) ".";
  color: #E30011;
}
#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-buttons {
  margin-top: 32px;
}
@media screen and (max-width: 959px) {
  #single .post-dtl .wp-block-buttons {
    margin-top: 36px;
  }
}
#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 {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 16px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 240px;
  max-width: 400px;
  background: #E30011;
  padding: 12px 52px 12px 20px;
  border-radius: 40px;
  overflow: clip;
  border: solid 1px #E30011;
  -webkit-transform-origin: center;
  transform-origin: center;
  text-decoration: none;
  font-weight: bold;
  color: #FFFFFF;
  z-index: 1;
}
@media screen and (max-width: 959px) {
  #single .post-dtl .wp-block-button__link {
    padding: 10px 48px 10px 16px;
  }
}
@media screen and (max-width: 519px) {
  #single .post-dtl .wp-block-button__link {
    padding: 10px 44px 10px 14px;
  }
}
#single .post-dtl .wp-block-button__link::before, #single .post-dtl .wp-block-button__link::after {
  position: absolute;
  content: "";
  top: 50%;
  translate: 0 -50%;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}
#single .post-dtl .wp-block-button__link::before {
  right: 12px;
  width: 32px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: #FFFFFF;
}
@media screen and (max-width: 959px) {
  #single .post-dtl .wp-block-button__link::before {
    right: 8px;
    width: 30px;
  }
}
@media screen and (max-width: 519px) {
  #single .post-dtl .wp-block-button__link::before {
    right: 8px;
    width: 28px;
  }
}
#single .post-dtl .wp-block-button__link::after {
  right: 25px;
  rotate: 45deg;
  width: 8px;
  aspect-ratio: 1/1;
  border-style: solid;
  border-width: 1px 1px 0 0;
  border-color: #E30011;
}
@media screen and (max-width: 959px) {
  #single .post-dtl .wp-block-button__link::after {
    right: 20px;
  }
}
#single .post-dtl .wp-block-button__link:hover {
  -webkit-transform: scale(1.03);
  transform: scale(1.03);
  background: #FFFFFF;
  color: #E30011;
}
#single .post-dtl .wp-block-button__link:hover::before {
  background: #E30011;
}
#single .post-dtl .wp-block-button__link:hover::after {
  border-color: #FFFFFF;
}
#single .post-dtl .wp-block-table {
  margin-top: 32px;
  padding-bottom: 16px;
}
@media screen and (max-width: 959px) {
  #single .post-dtl .wp-block-table {
    margin-top: 36px;
    padding-bottom: 8px;
  }
}
#single .post-dtl .wp-block-table table {
  width: 100%;
  border-width: 1px 1px 0 1px;
  border-style: solid;
  border-color: #323431;
}
#single .post-dtl .wp-block-table table thead tr th {
  padding: 16px;
  background: #323431;
  color: #FFFFFF;
  text-align: center;
}
#single .post-dtl .wp-block-table table thead tr th:not(:last-child) {
  border-width: 0 1px 0 0;
  border-style: solid;
  border-color: #FFFFFF;
}
#single .post-dtl .wp-block-table table tbody tr th,
#single .post-dtl .wp-block-table table tbody tr td {
  padding: 16px;
  border-width: 0 0 1px;
  border-style: solid;
  border-color: #323431;
}
#single .post-dtl .wp-block-table table tbody tr th {
  border-width: 0 1px 1px 0;
  border-style: solid;
  border-color: #323431;
}
#single .post-dtl .wp-block-table table tbody tr td:not(:last-child) {
  border-width: 0 1px 1px 0;
  border-style: solid;
  border-color: #323431;
}
#single .post-dtl .wp-block-table table tfoot th,
#single .post-dtl .wp-block-table table tfoot td {
  padding: 16px;
  border-width: 0 0 1px;
  border-style: solid;
  border-color: #323431;
  background: #F7F7F7;
}
#single .post-dtl .wp-block-table table tfoot th {
  border-width: 0 1px 1px 0;
  border-style: solid;
  border-color: #323431;
}
#single .post-dtl .wp-block-table table tfoot td:not(:last-child) {
  border-width: 0 1px 1px 0;
  border-style: solid;
  border-color: #323431;
}
#single .post-dtl .wp-block-quote {
  margin: 0 0 32px;
  padding: 16px;
  background: #F7F7F7;
}
#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.6rem;
  color: #8F8F8F;
}
#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-media-text h2:first-child,
#single .post-dtl .wp-block-media-text h3:first-child,
#single .post-dtl .wp-block-media-text h4:first-child {
  margin-top: 0;
}
#single .post-dtl .wp-block-column h2:first-child,
#single .post-dtl .wp-block-column h3:first-child,
#single .post-dtl .wp-block-column h4:first-child {
  margin-top: 0;
}
#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.8rem;
  color: #E30011;
  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.6rem;
  }
}
@media screen and (max-width: 519px) {
  #single .post-dtl .wp-block-file a {
    font-size: 1.4rem;
  }
}
#single .post-dtl .wp-block-file .wp-block-file__button {
  background: #E30011;
  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 .post-dtl {
  padding-bottom: calc(8px * 10);
}
@media screen and (max-width: 959px) {
  #single .post-dtl {
    padding-bottom: calc(8px * 10 * 0.75);
  }
}
@media screen and (max-width: 519px) {
  #single .post-dtl {
    padding-bottom: calc(8px * 10 * 0.5);
  }
}
#single .post-dtl {
  margin-bottom: calc(8px * 5);
}
@media screen and (max-width: 959px) {
  #single .post-dtl {
    margin-bottom: calc(8px * 5 * 0.75);
  }
}
@media screen and (max-width: 519px) {
  #single .post-dtl {
    margin-bottom: calc(8px * 5 * 0.5);
  }
}
#single .post-dtl {
  border-bottom: solid 1px #D9D9D9;
}
#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: #FFFFFF;
  border: solid 1px #323431;
  border-radius: 80px;
  color: #323431;
  font-size: 1.8rem;
  -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.6rem;
  }
}
#single .pagelink__prev a:hover, #single .pagelink__next a:hover, #single .pagelink__back a:hover {
  background: #323431;
  color: #FFFFFF;
}
#single .pagelink__prev a:hover::before, #single .pagelink__next a:hover::before, #single .pagelink__back a:hover::before {
  border-color: #FFFFFF;
}
#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: 40%;
  }
}
@media screen and (max-width: 519px) {
  #single .pagelink__back {
    width: 50%;
  }
}
#single .pagelink__prev, #single .pagelink__next {
  width: 48px;
}
#single .pagelink__prev a, #single .pagelink__next a {
  position: relative;
}
#single .pagelink__prev a::before, #single .pagelink__next a::before {
  position: absolute;
  content: "";
  top: 50%;
  left: calc(50% - 1px);
  width: 8px;
  aspect-ratio: 1/1;
  translate: -50% -50%;
  border-style: solid;
  border-width: 1px 1px 0 0;
  border-color: #323431;
  rotate: 45deg;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}
#single .pagelink__prev a .screen-reader-text, #single .pagelink__next a .screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  white-space: nowrap;
}
#single .pagelink__prev a::before {
  left: calc(50% + 1px);
  -webkit-transform: rotateZ(180deg);
  transform: rotateZ(180deg);
}
/*# sourceMappingURL=../../maps/pages/news.css.map */
