#archive .breadcrumb {
  max-width: 1040px;
}
#archive .cate-menu {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
  max-width: 1000px;
  margin: 0 auto;
  margin-bottom: calc(8px * 5);
}
@media screen and (max-width: 959px) {
  #archive .cate-menu {
    margin-bottom: calc(8px * 5 * 0.75);
  }
}
@media screen and (max-width: 519px) {
  #archive .cate-menu {
    margin-bottom: calc(8px * 5 * 0.5);
  }
}
@media screen and (max-width: 959px) {
  #archive .cate-menu {
    gap: 12px;
  }
}
@media screen and (max-width: 519px) {
  #archive .cate-menu {
    gap: 8px;
  }
}
#archive .cate-menu__item {
  width: calc(100% / 4 - 48px / 4);
  height: 56px;
}
@media screen and (max-width: 959px) {
  #archive .cate-menu__item {
    width: calc(100% / 2 - 12px / 2);
    height: 48px;
  }
}
@media screen and (max-width: 519px) {
  #archive .cate-menu__item {
    height: 44px;
  }
}
#archive .cate-menu__item a {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  border-radius: 80px;
  border: solid 1px #002675;
  background: #ffffff;
  color: #002675;
}
#archive .cate-menu__item a:hover {
  background: #002675;
  color: #ffffff;
}
#archive .cate-menu__item.is-current a {
  background: #002675;
  color: #ffffff;
}
#archive .narrow-down-headline {
  margin-bottom: calc(8px * 6);
}
@media screen and (max-width: 959px) {
  #archive .narrow-down-headline {
    margin-bottom: calc(8px * 6 * 0.75);
  }
}
@media screen and (max-width: 519px) {
  #archive .narrow-down-headline {
    margin-bottom: calc(8px * 6 * 0.5);
  }
}
#archive .narrow-down-headline {
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.4em;
}
#archive .pagenation,
#archive .wp-pagenavi {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding-top: 48px;
}
@media screen and (max-width: 519px) {
  #archive .pagenation,
  #archive .wp-pagenavi {
    position: relative;
    gap: 8px;
    padding-bottom: 48px;
  }
}
#archive .pagenation .page-numbers,
#archive .pagenation .page,
#archive .pagenation .current,
#archive .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: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 1;
  width: 48px;
  height: 48px;
  border-radius: 80px;
  border: solid 1px #002675;
  background: #ffffff;
  color: #002675;
  font-size: 1.6rem;
  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: #002675;
  color: #ffffff;
}
#archive .pagenation .current,
#archive .wp-pagenavi .current {
  background: #002675;
  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 {
    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 {
  flex-wrap: nowrap;
  position: relative;
  width: 88px;
  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);
  }
}
#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%;
  right: 14px;
  translate: 0 -50%;
  width: 8px;
  aspect-ratio: 1/1;
  border-style: solid;
  border-width: 1px 1px 0 0;
  border-color: #002675;
  rotate: 45deg;
}
#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;
}
#archive .pagenation .page-numbers.prev,
#archive .pagenation .previouspostslink,
#archive .wp-pagenavi .page-numbers.prev,
#archive .wp-pagenavi .previouspostslink {
  padding-left: 8px;
}
@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.prev::before,
#archive .pagenation .previouspostslink::before,
#archive .wp-pagenavi .page-numbers.prev::before,
#archive .wp-pagenavi .previouspostslink::before {
  right: auto;
  left: 14px;
  transform: scale(-1, -1);
}
#archive .pagenation .page-numbers.next,
#archive .pagenation .nextpostslink,
#archive .wp-pagenavi .page-numbers.next,
#archive .wp-pagenavi .nextpostslink {
  flex-direction: row-reverse;
  padding-right: 8px;
}
@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-wrap {
  max-width: 1040px;
}
#archive .cate-menu__item a {
  border: solid 1px #002675;
  background: #ffffff;
  color: #002675;
}
#archive .cate-menu__item a:hover {
  background: #002675;
  color: #ffffff;
}
#archive .cate-menu__item a.--closed-day {
  border-color: #007cd4;
  color: #007cd4;
}
#archive .cate-menu__item a.--closed-day:hover {
  background: #007cd4;
  color: #ffffff;
}
#archive .cate-menu__item a.--recruit {
  border-color: #00a658;
  color: #00a658;
}
#archive .cate-menu__item a.--recruit:hover {
  background: #00a658;
  color: #ffffff;
}
#archive .cate-menu__item a.--other {
  border-color: #888888;
  color: #888888;
}
#archive .cate-menu__item a.--other:hover {
  background: #888888;
  color: #ffffff;
}
#archive .cate-menu__item.is-current a {
  background: #002675;
  color: #ffffff;
}
#archive .cate-menu__item.is-current a.--closed-day {
  background: #007cd4;
  color: #ffffff;
}
#archive .cate-menu__item.is-current a.--recruit {
  background: #00a658;
  color: #ffffff;
}
#archive .cate-menu__item.is-current a.--other {
  background: #888888;
  color: #ffffff;
}
#archive .news-list__item {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 18px;
  padding: 24px 0;
}
@media screen and (max-width: 767px) {
  #archive .news-list__item {
    padding: 20px 0;
    gap: 12px;
  }
}
#archive .news-list__item:not(:last-child) {
  border-bottom: solid 1px rgba(204, 204, 204, 0.4);
}
#archive .news-list .news-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 18px;
}
@media screen and (max-width: 767px) {
  #archive .news-list .news-meta {
    width: 100%;
    gap: 12px;
  }
}
#archive .news-list .news-meta__date {
  width: 92px;
  font-family: "Albert Sans", sans-serif;
  line-height: 1em;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  #archive .news-list .news-meta__date {
    width: 80px;
  }
}
#archive .news-list .news-meta__cate {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 102px;
  padding: 8px 16px;
  border: solid 1px #007cd4;
  background: #007cd4;
  border-radius: 40px;
  color: #ffffff;
  line-height: 1em;
}
@media screen and (max-width: 767px) {
  #archive .news-list .news-meta__cate {
    padding: 6px 14px;
  }
}
#archive .news-list .news-meta__cate:hover {
  background: #ffffff;
  color: #007cd4;
}
#archive .news-list .news-meta__cate.--recruit {
  border: solid 1px #00a658;
  background: #00a658;
}
#archive .news-list .news-meta__cate.--recruit:hover {
  background: #ffffff;
  color: #00a658;
}
#archive .news-list .news-meta__cate.--other {
  border: solid 1px #888888;
  background: #888888;
}
#archive .news-list .news-meta__cate.--other:hover {
  background: #ffffff;
  color: #888888;
}
#archive .news-list .news-ttl {
  flex: 1;
}
@media screen and (max-width: 767px) {
  #archive .news-list .news-ttl {
    flex: auto;
  }
}
#archive .news-list .news-ttl a {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  white-space: initial;
  line-height: 1.4em;
}
#archive .news-list .news-ttl a:hover {
  text-decoration: underline;
}

#single .breadcrumb {
  max-width: 1040px;
}
#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: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 18px;
  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);
  }
}
@media screen and (max-width: 767px) {
  #single .post-meta {
    gap: 12px;
  }
}
#single .post-meta__date {
  width: 92px;
  font-family: "Albert Sans", sans-serif;
  line-height: 1em;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  #single .post-meta__date {
    width: 80px;
  }
}
#single .post-meta__cate {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 102px;
  padding: 8px 16px;
  border: solid 1px #00a658;
  background: #00a658;
  border-radius: 40px;
  color: #ffffff;
  line-height: 1em;
}
@media screen and (max-width: 767px) {
  #single .post-meta__cate {
    padding: 6px 14px;
  }
}
#single .post-meta__cate:hover {
  background: #ffffff;
  color: #00a658;
}
#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: #888888;
}
#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: 959px) {
  #single .post-ttl {
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 519px) {
  #single .post-ttl {
    font-size: 2.4rem;
  }
}
#single .post-dtl h2 {
  margin-top: 48px;
  margin-bottom: calc(8px * 4);
}
@media screen and (max-width: 959px) {
  #single .post-dtl h2 {
    margin-bottom: calc(8px * 4 * 0.75);
  }
}
@media screen and (max-width: 519px) {
  #single .post-dtl h2 {
    margin-bottom: calc(8px * 4 * 0.5);
  }
}
#single .post-dtl h2 {
  padding: 16px 18px;
  background: linear-gradient(to right bottom, #002675, #007cd4);
  border-radius: 4px;
  font-size: 2.8rem;
  font-weight: bold;
  color: #ffffff;
}
@media screen and (max-width: 959px) {
  #single .post-dtl h2 {
    margin-top: 36px;
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 519px) {
  #single .post-dtl h2 {
    margin-top: 24px;
    padding: 12px 16px;
    border-radius: 4px;
    font-size: 2rem;
  }
}
#single .post-dtl h3 {
  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::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(to right, #002675 16%, #007cd4 64%);
}
#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: 16px;
  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 {
    font-size: 1.6rem;
  }
}
#single .post-dtl h4::before {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  translate: 0 -50%;
  width: 3px;
  height: calc(100% - 8px);
  background: linear-gradient(to bottom, #002675 16%, #007cd4 64%);
}
#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(237, 205, 2, 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.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-blk-color {
  color: #242424;
}
#single .post-dtl .has-d-gry-color {
  color: #888888;
}
#single .post-dtl .has-gry-color {
  color: #cccccc;
}
#single .post-dtl .has-l-gry-color {
  color: #f2f2f2;
}
#single .post-dtl .has-p-gry-color {
  color: #F8F8F8;
}
#single .post-dtl .has-wht-color {
  color: #ffffff;
}
#single .post-dtl .has-nvy-color {
  color: #002675;
}
#single .post-dtl .has-blu-color {
  color: #007cd4;
}
#single .post-dtl .has-red-color {
  color: #d85922;
}
#single .post-dtl .has-orn-color {
  color: #d8873c;
}
#single .post-dtl .has-grn-color {
  color: #00a658;
}
#single .post-dtl .has-yel-color {
  color: #edcd02;
}
#single .post-dtl .has-blk-background-color {
  background-color: #242424;
}
#single .post-dtl .has-d-gry-background-color {
  background-color: #888888;
}
#single .post-dtl .has-gry-background-color {
  background-color: #cccccc;
}
#single .post-dtl .has-l-gry-background-color {
  background-color: #f2f2f2;
}
#single .post-dtl .has-p-gry-background-color {
  background-color: #F8F8F8;
}
#single .post-dtl .has-wht-background-color {
  background-color: #ffffff;
}
#single .post-dtl .has-nvy-background-color {
  background-color: #002675;
}
#single .post-dtl .has-blu-background-color {
  background-color: #007cd4;
}
#single .post-dtl .has-red-background-color {
  background-color: #d85922;
}
#single .post-dtl .has-orn-background-color {
  background-color: #d8873c;
}
#single .post-dtl .has-grn-background-color {
  background-color: #00a658;
}
#single .post-dtl .has-yel-background-color {
  background-color: #edcd02;
}
#single .post-dtl .marker-highlight {
  background-color: #edcd02;
}
#single .post-dtl mark {
  background: linear-gradient(0deg, transparent 8px, #F8F8F8 8px, #F8F8F8);
  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: #007cd4;
}
#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: #00a658;
  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: #00a658;
}
#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 {
  margin-bottom: 32px;
  display: flex;
  flex-wrap: wrap;
  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: flex;
  flex-wrap: wrap;
  align-items: center;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%;
  padding: 4px 16px;
  min-height: 56px;
  background: #ffffff;
  border: solid 1px #002675;
  border-radius: 104px;
  color: #002675;
  font-size: 1.6rem;
  line-height: 1.4;
  cursor: pointer;
  transition: 0.3s ease-out;
  text-decoration: none;
}
@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: #002675;
  color: #ffffff;
}
#single .post-dtl .wp-block-button__link:hover::after {
  background: #ffffff;
}
#single .post-dtl .wp-block-table {
  margin-bottom: 32px;
}
#single .post-dtl .wp-block-table table {
  width: 100%;
  border: solid 1px #007cd4;
  background: #ffffff;
}
#single .post-dtl .wp-block-table table thead {
  border-bottom: none;
}
#single .post-dtl .wp-block-table table thead tr th {
  padding: 16px;
  background: #007cd4;
  border: solid 1px #007cd4;
  color: #ffffff;
}
#single .post-dtl .wp-block-table table thead tr th:not(:last-child) {
  border-right: solid 1px #F8F8F8;
}
#single .post-dtl .wp-block-table table tbody tr:not(:last-child) th,
#single .post-dtl .wp-block-table table tbody tr:not(:last-child) td {
  border-bottom: solid 1px #cccccc;
}
#single .post-dtl .wp-block-table table tbody tr th,
#single .post-dtl .wp-block-table table tbody tr td {
  padding: 16px;
  border: none;
}
#single .post-dtl .wp-block-table table tbody tr th:not(:last-child),
#single .post-dtl .wp-block-table table tbody tr td:not(:last-child) {
  border-right: solid 1px #cccccc;
}
#single .post-dtl .wp-block-table table tbody tr th {
  background: #f2f2f2;
}
#single .post-dtl .wp-block-table table tfoot {
  border: none;
  border-top: solid 1px #cccccc;
  background: #F8F8F8;
}
#single .post-dtl .wp-block-table table tfoot td {
  border: none;
}
#single .post-dtl .wp-block-table table tfoot td:not(:last-child) {
  border-right: solid 1px #cccccc;
}
#single .post-dtl .wp-block-quote,
#single .post-dtl .wp-block-pullquote {
  margin: 0 0 32px;
  padding: 16px;
  background: #f2f2f2;
  font-size: 1.6rem;
  text-align: left;
}
#single .post-dtl .wp-block-quote p,
#single .post-dtl .wp-block-pullquote p {
  margin: 0 0 4px;
}
#single .post-dtl .wp-block-quote cite,
#single .post-dtl .wp-block-pullquote cite {
  font-size: 1.4rem;
  color: #007cd4;
}
#single .post-dtl .wp-block-quote cite a,
#single .post-dtl .wp-block-pullquote cite a {
  text-decoration: underline;
}
#single .post-dtl .wp-block-quote cite a:hover,
#single .post-dtl .wp-block-pullquote 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-video {
  margin-top: 24px;
  margin-bottom: 24px;
}
@media screen and (max-width: 519px) {
  #single .post-dtl .wp-block-video {
    margin-top: 16px;
    margin-bottom: 16px;
  }
}
#single .post-dtl .wp-block-video video {
  width: auto;
  max-height: 560px;
}
#single .post-dtl .wp-block-video {
  margin-top: 24px;
  margin-bottom: 24px;
}
@media screen and (max-width: 519px) {
  #single .post-dtl .wp-block-video {
    margin-top: 16px;
    margin-bottom: 16px;
  }
}
#single .post-dtl .wp-block-video video {
  width: auto;
  max-width: 100%;
  max-height: 480px;
}
#single .post-dtl .wp-block-embed-youtube {
  margin-top: 24px;
  margin-bottom: 24px;
  aspect-ratio: 16/9;
}
@media screen and (max-width: 519px) {
  #single .post-dtl .wp-block-embed-youtube {
    margin-top: 16px;
    margin-bottom: 16px;
  }
}
#single .post-dtl .wp-block-embed-youtube .wp-block-embed__wrapper::before {
  display: none;
}
#single .post-dtl .wp-block-embed-youtube iframe {
  aspect-ratio: 16/9;
  width: 100%;
  height: 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: #00a658;
  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: #00a658;
  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 .pagelink {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 16px;
  padding-top: 48px;
}
@media screen and (max-width: 959px) {
  #single .pagelink {
    gap: 12px;
  }
}
#single .pagelink__prev a, #single .pagelink__next a, #single .pagelink__back a {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 8px;
  position: relative;
  z-index: 4;
  width: 100%;
  height: 48px;
  border-radius: 80px;
  background: #ffffff;
  border: solid 1px #002675;
  color: #002675;
  font-size: 1.6rem;
  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 .ico-arrow, #single .pagelink__next a .ico-arrow, #single .pagelink__back a .ico-arrow {
  width: 20px;
  height: 20px;
  fill: #002675;
  transition: 0.3s ease-out;
}
#single .pagelink__prev a:hover, #single .pagelink__next a:hover, #single .pagelink__back a:hover {
  background: #002675;
  color: #ffffff;
}
#single .pagelink__prev a:hover .ico-arrow, #single .pagelink__next a:hover .ico-arrow, #single .pagelink__back a:hover .ico-arrow {
  fill: #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: calc(100% - 276px);
  }
}
@media screen and (max-width: 519px) {
  #single .pagelink__back {
    width: calc(40% - 8px);
  }
}
#single .pagelink__prev, #single .pagelink__next {
  width: 160px;
}
@media screen and (max-width: 959px) {
  #single .pagelink__prev, #single .pagelink__next {
    width: 120px;
  }
}
@media screen and (max-width: 519px) {
  #single .pagelink__prev, #single .pagelink__next {
    width: calc(30% - 8px);
  }
}
#single .pagelink__prev a .ico-arrow {
  transform: scale(-1, 1);
}
/*# sourceMappingURL=../../maps/pages/news.css.map */
