#archive-case .post-list-inner {
  max-width: 1080px;
  margin-inline: auto;
}
#archive-case .cate-menu {
  width: 100%;
  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;
  margin-bottom: calc(8px * 8);
}
@media screen and (max-width: 959px) {
  #archive-case .cate-menu {
    margin-bottom: calc(8px * 8 * 0.75);
  }
}
@media screen and (max-width: 519px) {
  #archive-case .cate-menu {
    margin-bottom: calc(8px * 8 * 0.5);
  }
}
#archive-case .cate-menu__item {
  width: calc((100% - 24px) / 4);
}
@media screen and (max-width: 767px) {
  #archive-case .cate-menu__item {
    width: calc((100% - 8px) / 2);
  }
}
@media screen and (max-width: 767px) {
  #archive-case .cate-menu__item:first-child {
    width: 100%;
  }
}
#archive-case .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;
  padding: 2px 12px;
  width: 100%;
  min-height: 48px;
  color: #FFFFFF;
  background: #52BE38;
  border: 1px solid #52BE38;
  border-radius: 2px;
  text-align: center;
  line-height: 1.2;
}
@media screen and (max-width: 1023px) {
  #archive-case .cate-menu__item a {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  #archive-case .cate-menu__item a {
    min-height: 36px;
  }
}
@media screen and (max-width: 519px) {
  #archive-case .cate-menu__item a {
    font-size: 1.2rem;
  }
}
#archive-case .cate-menu__item a:hover {
  color: #52BE38;
  background: #FFFFFF;
}
#archive-case .cate-menu__item.is-current a {
  color: #52BE38;
  background: #FFFFFF;
  border: 1px solid #52BE38;
}
#archive-case .wp-pagenavi {
  padding-top: calc(8px * 8);
}
@media screen and (max-width: 959px) {
  #archive-case .wp-pagenavi {
    padding-top: calc(8px * 8 * 0.75);
  }
}
@media screen and (max-width: 519px) {
  #archive-case .wp-pagenavi {
    padding-top: calc(8px * 8 * 0.5);
  }
}
#archive-case .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: 4px;
}
@media screen and (max-width: 519px) {
  #archive-case .wp-pagenavi {
    position: relative;
    padding-bottom: 52px;
  }
}
#archive-case .wp-pagenavi .page,
#archive-case .wp-pagenavi .current,
#archive-case .wp-pagenavi .nextpostslink,
#archive-case .wp-pagenavi .previouspostslink,
#archive-case .wp-pagenavi .last,
#archive-case .wp-pagenavi .first,
#archive-case .wp-pagenavi .extend,
#archive-case .wp-pagenavi .pages {
  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: 56px;
  height: 56px;
  padding: 4px 5px 2px 6px;
  border: solid 1px #1B2134;
  border-radius: 50%;
  background: #FFFFFF;
  color: #1B2134;
  font-size: 2.4rem;
  font-weight: bold;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
  line-height: 1;
}
@media screen and (max-width: 959px) {
  #archive-case .wp-pagenavi .page,
  #archive-case .wp-pagenavi .current,
  #archive-case .wp-pagenavi .nextpostslink,
  #archive-case .wp-pagenavi .previouspostslink,
  #archive-case .wp-pagenavi .last,
  #archive-case .wp-pagenavi .first,
  #archive-case .wp-pagenavi .extend,
  #archive-case .wp-pagenavi .pages {
    width: 48px;
    height: 48px;
    font-size: 2rem;
  }
}
@media screen and (max-width: 519px) {
  #archive-case .wp-pagenavi .page,
  #archive-case .wp-pagenavi .current,
  #archive-case .wp-pagenavi .nextpostslink,
  #archive-case .wp-pagenavi .previouspostslink,
  #archive-case .wp-pagenavi .last,
  #archive-case .wp-pagenavi .first,
  #archive-case .wp-pagenavi .extend,
  #archive-case .wp-pagenavi .pages {
    font-size: 1.6rem;
  }
}
#archive-case .wp-pagenavi .page:not(.current):hover,
#archive-case .wp-pagenavi .current:not(.current):hover,
#archive-case .wp-pagenavi .nextpostslink:not(.current):hover,
#archive-case .wp-pagenavi .previouspostslink:not(.current):hover,
#archive-case .wp-pagenavi .last:not(.current):hover,
#archive-case .wp-pagenavi .first:not(.current):hover,
#archive-case .wp-pagenavi .extend:not(.current):hover,
#archive-case .wp-pagenavi .pages:not(.current):hover {
  background: #1B2134;
  color: #FFFFFF;
}
#archive-case .wp-pagenavi .current {
  background: #1B2134;
  color: #FFFFFF;
}
#archive-case .wp-pagenavi .nextpostslink,
#archive-case .wp-pagenavi .previouspostslink {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  position: relative;
  white-space: nowrap;
  padding: 3px 5px;
}
@media screen and (max-width: 519px) {
  #archive-case .wp-pagenavi .nextpostslink,
  #archive-case .wp-pagenavi .previouspostslink {
    width: calc(50% - 4px);
    border-radius: 1px;
    height: 40px;
  }
}
#archive-case .wp-pagenavi .nextpostslink::before,
#archive-case .wp-pagenavi .previouspostslink::before {
  content: "";
  -webkit-mask-image: url("/wp-content/themes/itreat_base/dist/img/icon/page-arrow.svg");
  mask-image: url("/wp-content/themes/itreat_base/dist/img/icon/page-arrow.svg");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
  width: 17px;
  height: 13px;
  background: #1B2134;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
@media screen and (max-width: 959px) {
  #archive-case .wp-pagenavi .nextpostslink::before,
  #archive-case .wp-pagenavi .previouspostslink::before {
    width: 15px;
    height: 11px;
  }
}
#archive-case .wp-pagenavi .nextpostslink:hover::before,
#archive-case .wp-pagenavi .previouspostslink:hover::before {
  background-color: #FFFFFF;
}
@media screen and (max-width: 519px) {
  #archive-case .wp-pagenavi .previouspostslink {
    position: absolute;
    bottom: 0;
    left: 0;
    margin: 0;
  }
}
#archive-case .wp-pagenavi .previouspostslink::before {
  -webkit-transform: rotateZ(180deg);
  transform: rotateZ(180deg);
}
#archive-case .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-case .wp-pagenavi .nextpostslink {
    position: absolute;
    right: 0;
    bottom: 0;
    margin: 0;
  }
}
#archive-case .wp-pagenavi .last,
#archive-case .wp-pagenavi .first {
  font-size: 1.6rem;
}
#archive-case .cate-menu {
  max-width: 1080px;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  #archive-case .cate-menu__item {
    width: calc((100% - 8px) / 2);
  }
}
@media screen and (max-width: 767px) {
  #archive-case .cate-menu__item:first-child {
    width: calc((100% - 8px) / 2);
  }
}
#single-case .post-eyecatch {
  position: relative;
  aspect-ratio: 3/2;
  max-width: 800px;
  margin-bottom: calc(8px * 5);
}
@media screen and (max-width: 959px) {
  #single-case .post-eyecatch {
    margin-bottom: calc(8px * 5 * 0.75);
  }
}
@media screen and (max-width: 519px) {
  #single-case .post-eyecatch {
    margin-bottom: calc(8px * 5 * 0.5);
  }
}
#single-case .post-eyecatch {
  margin-left: auto;
  margin-right: auto;
}
#single-case .post-eyecatch img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
#single-case .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;
  margin-bottom: calc(8px * 2);
}
@media screen and (max-width: 959px) {
  #single-case .post-meta {
    margin-bottom: calc(8px * 2 * 0.75);
  }
}
@media screen and (max-width: 519px) {
  #single-case .post-meta {
    margin-bottom: calc(8px * 2 * 0.5);
  }
}
#single-case .post-meta__date {
  margin-right: calc(8px * 2);
}
@media screen and (max-width: 959px) {
  #single-case .post-meta__date {
    margin-right: calc(8px * 2 * 0.75);
  }
}
@media screen and (max-width: 519px) {
  #single-case .post-meta__date {
    margin-right: calc(8px * 2 * 0.5);
  }
}
#single-case .post-meta__date {
  font-weight: 700;
}
#single-case .post-tag {
  margin-bottom: calc(8px * 5);
}
@media screen and (max-width: 959px) {
  #single-case .post-tag {
    margin-bottom: calc(8px * 5 * 0.75);
  }
}
@media screen and (max-width: 519px) {
  #single-case .post-tag {
    margin-bottom: calc(8px * 5 * 0.5);
  }
}
#single-case .post-tag__item a {
  color: #999999;
}
#single-case .post-head {
  margin-bottom: calc(8px * 8);
}
@media screen and (max-width: 959px) {
  #single-case .post-head {
    margin-bottom: calc(8px * 8 * 0.75);
  }
}
@media screen and (max-width: 519px) {
  #single-case .post-head {
    margin-bottom: calc(8px * 8 * 0.5);
  }
}
#single-case .post-ttl {
  font-size: 3.2rem;
  font-weight: bold;
  line-height: 1.4;
}
@media screen and (max-width: 959px) {
  #single-case .post-ttl {
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 519px) {
  #single-case .post-ttl {
    margin-bottom: 36px;
    font-size: 2.4rem;
  }
}
#single-case .post-dtl h2 {
  position: relative;
  margin-top: 72px;
  margin-bottom: 44px;
  padding-bottom: 32px;
  font-size: 2.8rem;
  line-height: 1.2;
  font-weight: 700;
}
@media screen and (max-width: 959px) {
  #single-case .post-dtl h2 {
    margin-top: 56px;
    margin-bottom: 32px;
    padding-bottom: 26px;
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 767px) {
  #single-case .post-dtl h2 {
    margin-top: 40px;
    margin-bottom: 24px;
    padding-bottom: 16px;
    font-size: 2rem;
  }
}
#single-case .post-dtl h2::before, #single-case .post-dtl h2::after {
  position: absolute;
  content: "";
  bottom: 0;
}
#single-case .post-dtl h2::before {
  left: 0;
  width: calc(100% - 44px);
  height: 8px;
  border-radius: 8px;
  background: -webkit-gradient(linear, left top, right top, from(#0A892C), to(#d2e954));
  background: linear-gradient(to right, #0A892C, #d2e954);
}
@media screen and (max-width: 959px) {
  #single-case .post-dtl h2::before {
    width: calc(100% - 31px);
    height: 6px;
  }
}
@media screen and (max-width: 767px) {
  #single-case .post-dtl h2::before {
    width: calc(100% - 24px);
    height: 4px;
  }
}
#single-case .post-dtl h2::after {
  right: 0;
  width: 40px;
  height: 8px;
  background-color: transparent;
  background-image: radial-gradient(circle, #d2e954 4px, transparent 4px);
  background-size: 14px 8px;
}
@media screen and (max-width: 959px) {
  #single-case .post-dtl h2::after {
    width: 28px;
    height: 6px;
    background-image: radial-gradient(circle, #d2e954 3px, transparent 3px);
    background-size: 10px 6px;
  }
}
@media screen and (max-width: 767px) {
  #single-case .post-dtl h2::after {
    width: 22px;
    height: 4px;
    background-image: radial-gradient(circle, #d2e954 2px, transparent 2px);
    background-size: 8px 4px;
  }
}
#single-case .post-dtl h3 {
  position: relative;
  margin-top: 40px;
  padding-left: 16px;
  margin-bottom: calc(8px * 4);
}
@media screen and (max-width: 959px) {
  #single-case .post-dtl h3 {
    margin-bottom: calc(8px * 4 * 0.75);
  }
}
@media screen and (max-width: 519px) {
  #single-case .post-dtl h3 {
    margin-bottom: calc(8px * 4 * 0.5);
  }
}
#single-case .post-dtl h3 {
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.4;
}
@media screen and (max-width: 959px) {
  #single-case .post-dtl h3 {
    margin-top: 36px;
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) {
  #single-case .post-dtl h3 {
    padding-left: 12px;
  }
}
@media screen and (max-width: 519px) {
  #single-case .post-dtl h3 {
    margin-top: 20px;
    margin-bottom: 12px;
    padding-left: 10px;
    font-size: 1.8rem;
  }
}
#single-case .post-dtl h3:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 6px;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(#0A892C), color-stop(#20AA45), color-stop(#7bba6b), color-stop(#52BE38), to(#d2e954));
  background: linear-gradient(#0A892C, #20AA45, #7bba6b, #52BE38, #d2e954);
  border-radius: 0 2px 2px 0;
}
@media screen and (max-width: 959px) {
  #single-case .post-dtl h3:before {
    width: 4px;
  }
}
@media screen and (max-width: 519px) {
  #single-case .post-dtl h3:before {
    width: 3px;
  }
}
#single-case .post-dtl h4 {
  margin-top: 32px;
  margin-bottom: 24px;
  font-size: 2rem;
  font-weight: bold;
  color: #0A892C;
  line-height: 1.4;
}
@media screen and (max-width: 959px) {
  #single-case .post-dtl h4 {
    margin-top: 24px;
    margin-bottom: 18px;
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 519px) {
  #single-case .post-dtl h4 {
    margin-top: 12px;
    margin-bottom: 6px;
    font-size: 1.6rem;
  }
}
#single-case .post-dtl .wp-block-group {
  padding: calc(8px * 5);
}
@media screen and (max-width: 959px) {
  #single-case .post-dtl .wp-block-group {
    padding: calc(8px * 5 * 0.75);
  }
}
@media screen and (max-width: 519px) {
  #single-case .post-dtl .wp-block-group {
    padding: calc(8px * 5 * 0.5);
  }
}
#single-case .post-dtl .wp-block-group {
  margin: 40px 0;
  background: rgba(240, 183, 64, 0.16);
}
@media screen and (max-width: 959px) {
  #single-case .post-dtl .wp-block-group {
    margin: 24px 0;
  }
}
#single-case .post-dtl .wp-block-group h2:first-child,
#single-case .post-dtl .wp-block-group h3:first-child,
#single-case .post-dtl .wp-block-group h4:first-child {
  margin-top: 0;
}
#single-case .post-dtl .has-small-font-size {
  font-size: 1.4rem;
}
@media screen and (max-width: 959px) {
  #single-case .post-dtl .has-small-font-size {
    font-size: 1.2rem;
  }
}
#single-case .post-dtl .has-normal-font-size {
  font-size: 1.6rem;
}
@media screen and (max-width: 959px) {
  #single-case .post-dtl .has-normal-font-size {
    font-size: 1.4rem;
  }
}
#single-case .post-dtl .has-medium-font-size {
  font-size: 2rem;
}
@media screen and (max-width: 959px) {
  #single-case .post-dtl .has-medium-font-size {
    font-size: 1.6rem;
  }
}
#single-case .post-dtl .has-large-font-size {
  font-size: 2.4rem;
}
@media screen and (max-width: 959px) {
  #single-case .post-dtl .has-large-font-size {
    font-size: 2rem;
  }
}
#single-case .post-dtl .has-huge-font-size {
  font-size: 2.8rem;
}
@media screen and (max-width: 959px) {
  #single-case .post-dtl .has-huge-font-size {
    font-size: 2.4rem;
  }
}
#single-case .post-dtl .has-wht-color {
  color: #FFFFFF;
}
#single-case .post-dtl .has-l-gry-color {
  color: #EDEDED;
}
#single-case .post-dtl .has-gry-color {
  color: #CCCCCC;
}
#single-case .post-dtl .has-d-gry-color {
  color: #999999;
}
#single-case .post-dtl .has-blk-color {
  color: #1B2134;
}
#single-case .post-dtl .has-d-brn-color {
  color: #867548;
}
#single-case .post-dtl .has-brn-color {
  color: #a3956f;
}
#single-case .post-dtl .has-beg-color {
  color: #e9e5dc;
}
#single-case .post-dtl .has-l-beg-color {
  color: #e9e5dc;
}
#single-case .post-dtl .has-yel-grn-color {
  color: #52BE38;
}
#single-case .post-dtl .has-l-yel-grn-color {
  color: #d2e954;
}
#single-case .post-dtl .has-grn-color {
  color: #20AA45;
}
#single-case .post-dtl .has-l-grn-color {
  color: #7bba6b;
}
#single-case .post-dtl .has-d-yel-grn-color {
  color: #629656;
}
#single-case .post-dtl .has-d-grn-color {
  color: #0A892C;
}
#single-case .post-dtl .has-aqu-color {
  color: #1DA7EB;
}
#single-case .post-dtl .has-l-aqu-color {
  color: #1DCBEB;
}
#single-case .post-dtl .has-blu-color {
  color: #1D6CEB;
}
#single-case .post-dtl .has-red-color {
  color: #E9546A;
}
#single-case .post-dtl .has-orn-color {
  color: #E97C54;
}
#single-case .post-dtl .has-yel-color {
  color: #F0B740;
}
#single-case .post-dtl .has-wht-background-color {
  background-color: #FFFFFF;
}
#single-case .post-dtl .has-l-gry-background-color {
  background-color: #EDEDED;
}
#single-case .post-dtl .has-gry-background-color {
  background-color: #CCCCCC;
}
#single-case .post-dtl .has-d-gry-background-color {
  background-color: #999999;
}
#single-case .post-dtl .has-blk-background-color {
  background-color: #1B2134;
}
#single-case .post-dtl .has-d-brn-background-color {
  background-color: #867548;
}
#single-case .post-dtl .has-brn-background-color {
  background-color: #a3956f;
}
#single-case .post-dtl .has-beg-background-color {
  background-color: #e9e5dc;
}
#single-case .post-dtl .has-l-beg-background-color {
  background-color: #e9e5dc;
}
#single-case .post-dtl .has-yel-grn-background-color {
  background-color: #52BE38;
}
#single-case .post-dtl .has-l-yel-grn-background-color {
  background-color: #d2e954;
}
#single-case .post-dtl .has-grn-background-color {
  background-color: #20AA45;
}
#single-case .post-dtl .has-l-grn-background-color {
  background-color: #7bba6b;
}
#single-case .post-dtl .has-d-yel-grn-background-color {
  background-color: #629656;
}
#single-case .post-dtl .has-d-grn-background-color {
  background-color: #0A892C;
}
#single-case .post-dtl .has-aqu-background-color {
  background-color: #1DA7EB;
}
#single-case .post-dtl .has-l-aqu-background-color {
  background-color: #1DCBEB;
}
#single-case .post-dtl .has-blu-background-color {
  background-color: #1D6CEB;
}
#single-case .post-dtl .has-red-background-color {
  background-color: #E9546A;
}
#single-case .post-dtl .has-orn-background-color {
  background-color: #E97C54;
}
#single-case .post-dtl .has-yel-background-color {
  background-color: #F0B740;
}
#single-case .post-dtl .marker-highlight {
  background-color: #F0B740;
}
#single-case .post-dtl mark {
  background: linear-gradient(0deg, transparent 8px, #FFFFFF 8px, #FFFFFF);
  font-weight: bold;
}
#single-case .post-dtl p:not(:first-child) {
  margin-top: 16px;
}
@media screen and (max-width: 519px) {
  #single-case .post-dtl p:not(:first-child) {
    margin-top: 12px;
  }
}
#single-case .post-dtl strong {
  font-weight: 700;
}
#single-case .post-dtl em {
  font-style: italic;
}
#single-case .post-dtl sup {
  vertical-align: super;
  font-size: smaller;
}
#single-case .post-dtl sub {
  vertical-align: sub;
  font-size: smaller;
}
#single-case .post-dtl a {
  text-decoration: underline;
  color: #1B2134;
}
#single-case .post-dtl a:hover {
  text-decoration: none;
}
#single-case .post-dtl ul {
  margin-top: 16px;
}
@media screen and (max-width: 519px) {
  #single-case .post-dtl ul {
    margin-top: 12px;
  }
}
#single-case .post-dtl ul > li {
  list-style: none;
  position: relative;
  margin-left: 0;
  padding-left: 16px;
  line-height: 1.4;
  text-indent: 0;
}
@media screen and (max-width: 959px) {
  #single-case .post-dtl ul > li {
    padding-left: 12px;
  }
}
#single-case .post-dtl ul > li:not(:nth-last-of-type(1)) {
  margin-bottom: 6px;
}
@media screen and (max-width: 959px) {
  #single-case .post-dtl ul > li:not(:nth-last-of-type(1)) {
    margin-bottom: 4px;
  }
}
#single-case .post-dtl ul > li::before {
  content: "";
  display: block;
  position: absolute;
  top: 5px;
  left: 0;
  width: 10px;
  height: 10px;
  background: #0A892C;
  border-radius: 50%;
}
@media screen and (max-width: 959px) {
  #single-case .post-dtl ul > li::before {
    width: 8px;
    height: 8px;
  }
}
#single-case .post-dtl ul > li ul,
#single-case .post-dtl ul > li ol {
  padding-top: 6px;
  margin-top: 0;
  margin-bottom: 10px;
}
@media screen and (max-width: 959px) {
  #single-case .post-dtl ul > li ul,
  #single-case .post-dtl ul > li ol {
    padding-top: 4px;
    margin-bottom: 8px;
  }
}
#single-case .post-dtl ul > li ul li:not(:nth-last-of-type(1)),
#single-case .post-dtl ul > li ol li:not(:nth-last-of-type(1)) {
  margin-bottom: 0;
}
#single-case .post-dtl ul > li ul li:not(:nth-last-of-type(1)) {
  margin-bottom: 0;
}
#single-case .post-dtl ul > li ul li::before {
  background: rgba(10, 137, 44, 0.64);
}
#single-case .post-dtl ul > li ol li {
  padding-left: 0;
}
#single-case .post-dtl ul > li ol li:not(:nth-last-of-type(1)) {
  margin-bottom: 0;
}
#single-case .post-dtl ul > li ol li::before {
  display: none;
}
#single-case .post-dtl ul > li ol li::marker {
  color: rgba(10, 137, 44, 0.64);
}
#single-case .post-dtl ul.is-style-check-list li {
  position: relative;
  padding-left: 28px;
}
@media screen and (max-width: 959px) {
  #single-case .post-dtl ul.is-style-check-list li {
    padding-left: 22px;
  }
}
#single-case .post-dtl ul.is-style-check-list li::before, #single-case .post-dtl ul.is-style-check-list li::after {
  position: absolute;
  content: "";
}
#single-case .post-dtl ul.is-style-check-list li::before {
  top: 0;
  left: 0;
  width: 22px;
  height: 22px;
  background: #FFFFFF;
  border: solid 2px #E9546A;
  border-radius: 0;
}
@media screen and (max-width: 959px) {
  #single-case .post-dtl ul.is-style-check-list li::before {
    width: 18px;
    height: 18px;
  }
}
#single-case .post-dtl ul.is-style-check-list li::after {
  top: 2px;
  left: 7px;
  width: 8px;
  height: 14px;
  border-style: solid;
  border-width: 0 3px 3px 0;
  border-color: transparent #E9546A #E9546A transparent;
  -webkit-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
}
@media screen and (max-width: 959px) {
  #single-case .post-dtl ul.is-style-check-list li::after {
    left: 6px;
    width: 6px;
    height: 11px;
    border-width: 0 2px 2px 0;
  }
}
#single-case .post-dtl ol {
  margin-top: 16px;
  list-style: auto;
  list-style-position: inside;
  -webkit-padding-start: 0;
  padding-inline-start: 0;
}
@media screen and (max-width: 519px) {
  #single-case .post-dtl ol {
    margin-top: 12px;
  }
}
#single-case .post-dtl ol.wp-block {
  padding: 0 0 0 20px;
}
#single-case .post-dtl ol li {
  margin-left: 1.3em;
  text-indent: -1.3em;
}
#single-case .post-dtl ol li:not(:nth-last-of-type(1)) {
  margin-bottom: 6px;
}
@media screen and (max-width: 959px) {
  #single-case .post-dtl ol li:not(:nth-last-of-type(1)) {
    margin-bottom: 4px;
  }
}
#single-case .post-dtl ol li::marker {
  color: #0A892C;
  font-weight: bold;
  line-height: 1;
}
#single-case .post-dtl ol li div {
  display: inline;
}
#single-case .post-dtl ol li ul,
#single-case .post-dtl ol li ol {
  padding-top: 6px;
  margin-top: 0;
  margin-bottom: 10px;
}
@media screen and (max-width: 959px) {
  #single-case .post-dtl ol li ul,
  #single-case .post-dtl ol li ol {
    padding-top: 4px;
    margin-bottom: 8px;
  }
}
#single-case .post-dtl ol li ul li {
  margin-left: 0;
  text-indent: 0;
}
#single-case .post-dtl ol li ul li:not(:nth-last-of-type(1)) {
  margin-bottom: 0;
}
#single-case .post-dtl ol li ul li::before {
  background: rgba(10, 137, 44, 0.64);
}
#single-case .post-dtl ol li ol li:not(:nth-last-of-type(1)) {
  margin-bottom: 0;
}
#single-case .post-dtl ol li ol li::marker {
  color: rgba(10, 137, 44, 0.64);
}
#single-case .post-dtl .wp-block-quote {
  margin: 0 0 32px;
  padding: 16px;
  background: #EDEDED;
}
#single-case .post-dtl .wp-block-quote p {
  margin: 0 0 4px;
}
#single-case .post-dtl .wp-block-quote cite a {
  text-decoration: underline;
  font-size: 1.4rem;
  color: #999999;
}
#single-case .post-dtl .wp-block-quote cite a:hover {
  text-decoration: none;
}
#single-case .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;
  margin-top: 16px;
}
@media screen and (max-width: 519px) {
  #single-case .post-dtl .wp-block-button {
    gap: 12px;
    margin-top: 12px;
  }
}
#single-case .post-dtl .wp-block-button__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%;
  padding: 4px 16px;
  min-height: 56px;
  background: #20AA45;
  border: solid 1px #20AA45;
  border-radius: 2px;
  color: #FFFFFF;
  font-size: 1.6rem;
  line-height: 1.4;
  cursor: pointer;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  text-decoration: none;
}
@media screen and (max-width: 519px) {
  #single-case .post-dtl .wp-block-button__link {
    min-height: 48px;
    font-size: 1.4rem;
  }
}
#single-case .post-dtl .wp-block-button__link:hover {
  background: #FFFFFF;
  color: #20AA45;
}
#single-case .post-dtl .wp-block-button__link:hover::after {
  background: #FFFFFF;
}
#single-case .post-dtl .wp-block-table {
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
  #single-case .post-dtl .wp-block-table {
    overflow-x: auto;
  }
}
#single-case .post-dtl .wp-block-table table {
  width: 100%;
  background: #FFFFFF;
}
@media screen and (max-width: 767px) {
  #single-case .post-dtl .wp-block-table table {
    table-layout: auto;
  }
}
#single-case .post-dtl .wp-block-table table thead {
  border: none;
}
#single-case .post-dtl .wp-block-table table thead tr th {
  padding: 16px;
  background: #0A892C;
  color: #FFFFFF;
  border-color: #FFFFFF;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  #single-case .post-dtl .wp-block-table table thead tr th {
    padding: 8px;
    min-width: 104px;
  }
}
#single-case .post-dtl .wp-block-table table tbody tr th,
#single-case .post-dtl .wp-block-table table tbody tr td {
  padding: 16px;
  border-color: #CCCCCC;
}
@media screen and (max-width: 767px) {
  #single-case .post-dtl .wp-block-table table tbody tr th,
  #single-case .post-dtl .wp-block-table table tbody tr td {
    padding: 8px;
    min-width: 104px;
  }
}
#single-case .post-dtl .wp-block-image {
  margin-top: 24px;
  margin-bottom: 24px;
}
@media screen and (max-width: 519px) {
  #single-case .post-dtl .wp-block-image {
    margin-top: 16px;
    margin-bottom: 16px;
  }
}
#single-case .post-dtl .wp-block-image::after {
  content: "";
  display: block;
  clear: both;
}
#single-case .post-dtl .wp-block-image img {
  width: auto;
}
#single-case .post-dtl .wp-block-media-text {
  margin-top: 24px;
  margin-bottom: 24px;
  gap: 2em;
}
@media screen and (max-width: 519px) {
  #single-case .post-dtl .wp-block-media-text {
    margin-top: 16px;
    margin-bottom: 16px;
    gap: 1em;
  }
}
#single-case .post-dtl .wp-block-media-text__content {
  padding: 0;
}
#single-case .post-dtl .wp-block-columns {
  margin-top: 24px;
  margin-bottom: 24px;
  gap: 2em;
}
@media screen and (max-width: 519px) {
  #single-case .post-dtl .wp-block-columns {
    margin-top: 16px;
    margin-bottom: 16px;
    gap: 1em;
  }
}
#single-case .post-dtl .wp-block-column .wp-block-image {
  margin: 0;
}
#single-case .post-dtl .wp-block-column .wp-block-image img {
  width: 100%;
}
#single-case .post-dtl .wp-block-file {
  margin-top: 24px;
  margin-bottom: 24px;
}
@media screen and (max-width: 519px) {
  #single-case .post-dtl .wp-block-file {
    margin-top: 16px;
    margin-bottom: 16px;
  }
}
#single-case .post-dtl .wp-block-file a {
  font-size: 1.6rem;
  color: #20AA45;
  text-decoration: underline;
}
#single-case .post-dtl .wp-block-file a:hover {
  text-decoration: none;
}
@media screen and (max-width: 959px) {
  #single-case .post-dtl .wp-block-file a {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 519px) {
  #single-case .post-dtl .wp-block-file a {
    font-size: 1.2rem;
  }
}
#single-case .post-dtl .wp-block-file .wp-block-file__button {
  background: #20AA45;
  display: inline-block;
  padding: 4px 8px 2px 10px;
  text-decoration: none;
  color: #FFFFFF;
}
#single-case .post-dtl .wp-block-separator {
  margin: 40px auto;
}
@media screen and (max-width: 959px) {
  #single-case .post-dtl .wp-block-separator {
    margin: 24px auto 28px;
  }
}
#single-case .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;
  padding-top: calc(8px * 5);
}
@media screen and (max-width: 959px) {
  #single-case .pagelink {
    padding-top: calc(8px * 5 * 0.75);
  }
}
@media screen and (max-width: 519px) {
  #single-case .pagelink {
    padding-top: calc(8px * 5 * 0.5);
  }
}
@media screen and (max-width: 959px) {
  #single-case .pagelink {
    gap: 12px;
  }
}
#single-case .pagelink__prev a, #single-case .pagelink__next a, #single-case .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 #1B2134;
  color: #1B2134;
  font-size: 1.6rem;
  border-radius: 1px;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
@media screen and (max-width: 519px) {
  #single-case .pagelink__prev a, #single-case .pagelink__next a, #single-case .pagelink__back a {
    font-size: 1.4rem;
  }
}
#single-case .pagelink__prev a .ico-arrow, #single-case .pagelink__next a .ico-arrow, #single-case .pagelink__back a .ico-arrow {
  width: 20px;
  height: 20px;
  fill: #1B2134;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
#single-case .pagelink__prev a:hover, #single-case .pagelink__next a:hover, #single-case .pagelink__back a:hover {
  background: #1B2134;
  color: #FFFFFF;
}
#single-case .pagelink__prev a:hover .ico-arrow, #single-case .pagelink__next a:hover .ico-arrow, #single-case .pagelink__back a:hover .ico-arrow {
  fill: #FFFFFF;
}
#single-case .pagelink__back {
  width: 400px;
}
@media screen and (max-width: 959px) {
  #single-case .pagelink__back {
    width: 240px;
  }
}
@media screen and (max-width: 767px) {
  #single-case .pagelink__back {
    width: calc(100% - 276px);
  }
}
@media screen and (max-width: 519px) {
  #single-case .pagelink__back {
    width: calc(40% - 8px);
  }
}
#single-case .pagelink__prev, #single-case .pagelink__next {
  width: 160px;
}
@media screen and (max-width: 959px) {
  #single-case .pagelink__prev, #single-case .pagelink__next {
    width: 120px;
  }
}
@media screen and (max-width: 519px) {
  #single-case .pagelink__prev, #single-case .pagelink__next {
    width: calc(30% - 8px);
  }
}
#single-case .pagelink__prev a .ico-arrow {
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
#single-case .post-content .case-tag {
  padding-top: calc(8px * 3);
}
@media screen and (max-width: 959px) {
  #single-case .post-content .case-tag {
    padding-top: calc(8px * 3 * 0.75);
  }
}
@media screen and (max-width: 519px) {
  #single-case .post-content .case-tag {
    padding-top: calc(8px * 3 * 0.5);
  }
}
#single-case .post-content .case-tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-top: 16px;
  gap: 6px 8px;
  color: #999999;
  font-size: 1.4rem;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  #single-case .post-content .case-tag {
    padding-top: 14px;
  }
}
@media screen and (max-width: 767px) {
  #single-case .post-content .case-tag {
    padding-top: 19px;
  }
}
#single-case .post-content .case-tag__item a {
  color: #999999;
}
#single-case .post-content .case-tag__item a:hover {
  text-decoration: underline;
}
/*# sourceMappingURL=../../maps/pages/case.css.map */
