#archive-case .list-headline {
  margin-bottom: calc(8px * 5);
  padding: 16px;
  text-align: center;
  border: 1px solid rgba(106, 172, 161, 0.3);
  border-radius: 10px 2px;
}

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

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

@media screen and (max-width: 767px) {
  #archive-case .list-headline {
    font-size: 1.4rem;
    padding: 10px;
  }
}

#archive-case .cate-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 16px;
  max-width: 1000px;
  margin: 0 auto;
  margin-bottom: calc(8px * 5);
}

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

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

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

@media screen and (max-width: 767px) {
  #archive-case .cate-menu {
    gap: 8px;
  }
}

#archive-case .cate-menu__item {
  width: calc((100% / 4) - (16px * 3 / 4));
  height: 46px;
}

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

@media screen and (max-width: 767px) {
  #archive-case .cate-menu__item {
    width: calc((100% / 2) - (8px * 1 / 2));
    height: 42px;
  }
}

#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;
  width: 100%;
  height: 100%;
  background: #ffffff;
  border: 1px solid #6AACA1;
  color: #6AACA1;
  border-radius: 10px 2px 10px 2px;
}

@media screen and (max-width: 767px) {
  #archive-case .cate-menu__item a {
    font-size: 1.4rem;
  }
}

#archive-case .cate-menu__item a:hover {
  background: #6AACA1;
  color: #ffffff;
}

#archive-case .cate-menu__item.current a {
  color: #ffffff;
  background: #6AACA1;
}

#archive-case .pagenation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 8px;
  margin-bottom: calc(8px * 11);
}

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

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

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

#archive-case .pagenation .page-numbers,
#archive-case .pagenation .current,
#archive-case .pagenation .next,
#archive-case .pagenation .prev {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  z-index: 1;
  width: 48px;
  height: 48px;
  border: solid 1px #6AACA1;
  background: #ffffff;
  color: #6AACA1;
  font-size: 1.6rem;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  border-radius: 6px 1px;
}

@media screen and (max-width: 767px) {
  #archive-case .pagenation .page-numbers,
  #archive-case .pagenation .current,
  #archive-case .pagenation .next,
  #archive-case .pagenation .prev {
    width: 40px;
    height: 40px;
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 519px) {
  #archive-case .pagenation .page-numbers,
  #archive-case .pagenation .current,
  #archive-case .pagenation .next,
  #archive-case .pagenation .prev {
    font-size: 1.2rem;
  }
}

#archive-case .pagenation .page-numbers:not(.current):hover,
#archive-case .pagenation .current:not(.current):hover,
#archive-case .pagenation .next:not(.current):hover,
#archive-case .pagenation .prev:not(.current):hover {
  background: #6AACA1;
  color: #ffffff;
}

#archive-case .pagenation .current {
  background: rgba(106, 172, 161, 0.1);
}

#archive-case .pagenation .page-numbers,
#archive-case .pagenation .current {
  max-width: 80px;
}

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

#archive-case .pagenation .next,
#archive-case .pagenation .prev {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  position: relative;
  width: 80px;
  white-space: nowrap;
}

@media screen and (max-width: 959px) {
  #archive-case .pagenation .next,
  #archive-case .pagenation .prev {
    width: 72px;
  }
}

@media screen and (max-width: 519px) {
  #archive-case .pagenation .next,
  #archive-case .pagenation .prev {
    max-width: 100%;
    width: calc((100% / 2) - (12px * 1 / 2));
  }
}

#archive-case .pagenation .next::before,
#archive-case .pagenation .prev::before {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 10px;
  border-color: transparent transparent transparent #6AACA1;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

@media screen and (max-width: 959px) {
  #archive-case .pagenation .next::before,
  #archive-case .pagenation .prev::before {
    border-width: 4px 0 4px 8px;
  }
}

#archive-case .pagenation .next:hover::before,
#archive-case .pagenation .prev:hover::before {
  border-color: transparent transparent transparent #ffffff;
}

@media screen and (max-width: 519px) {
  #archive-case .pagenation .prev {
    position: absolute;
    bottom: 0;
    left: 0;
    margin: 0;
  }
}

#archive-case .pagenation .prev::before {
  margin-right: 4px;
  -webkit-transform: rotateZ(180deg);
  transform: rotateZ(180deg);
}

#archive-case .pagenation .next {
  -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 .pagenation .next {
    position: absolute;
    right: 0;
    bottom: 0;
    margin: 0;
  }
}

#archive-case .pagenation .next::before {
  margin-left: 4px;
}

#archive-case .cate-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 16px;
  max-width: 1000px;
  margin: 0 auto;
  margin-bottom: calc(8px * 5);
}

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

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

@media screen and (max-width: 959px) {
  #archive-case .cate-list {
    gap: 12px;
  }
}

@media screen and (max-width: 767px) {
  #archive-case .cate-list {
    gap: 8px;
  }
}

#archive-case .cate-list__item {
  width: calc((100% / 3) - (16px * 2 / 3));
  height: 46px;
}

@media screen and (max-width: 959px) {
  #archive-case .cate-list__item {
    width: calc((100% / 3) - (12px * 2 / 3));
  }
}

@media screen and (max-width: 767px) {
  #archive-case .cate-list__item {
    width: calc((100% / 3) - (8px * 2 / 3));
    height: 42px;
  }
}

#archive-case .cate-list__item a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background: #ffffff;
  border: 1px solid #6AACA1;
  color: #6AACA1;
  border-radius: 10px 2px 10px 2px;
}

@media screen and (max-width: 767px) {
  #archive-case .cate-list__item a {
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 519px) {
  #archive-case .cate-list__item a {
    letter-spacing: -0.5px;
  }
}

#archive-case .cate-list__item a::after {
  content: '';
  position: absolute;
  top: 19px;
  right: 21px;
  width: 7px;
  height: 8px;
  background-color: #6AACA1;
  -webkit-mask-image: url("/wp-content/themes/itreat_base/dist/img/icon/arrow.svg");
  mask-image: url("/wp-content/themes/itreat_base/dist/img/icon/arrow.svg");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
  rotate: 90deg;
}

@media screen and (max-width: 519px) {
  #archive-case .cate-list__item a::after {
    top: 18px;
    right: 6px;
  }
}

#archive-case .cate-list__item a:hover {
  background: #6AACA1;
  color: #ffffff;
}

#archive-case .cate-list__item a:hover::after {
  background-color: #ffffff;
}

#archive-case .cate-list__item.current a {
  color: #ffffff;
  background: #6AACA1;
}

#archive-case .cate-menu {
  gap: 10px;
}

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

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

#archive-case .cate-menu__item {
  width: calc((100% / 6) - (10px * 5 / 6));
}

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

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

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

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

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

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

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

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

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

#archive-case .blog-list:has(.txt) {
  display: block;
}

#archive-case .blog-vsl {
  overflow: hidden;
  margin-bottom: calc(8px * 2);
}

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

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

#archive-case .blog-vsl a {
  display: block;
  position: relative;
  aspect-ratio: 3/2;
}

#archive-case .blog-vsl a img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

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

#archive-case .blog-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 * 1);
}

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

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

#archive-case .blog-meta__date {
  font-family: "Noto Serif", "Inter", serif;
}

#archive-case .blog-ttl {
  margin-bottom: calc(8px * 2);
}

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

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

#archive-case .blog-ttl a {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.4;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

@media screen and (max-width: 959px) {
  #archive-case .blog-ttl a {
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 767px) {
  #archive-case .blog-ttl a {
    font-size: 1.6rem;
  }
}

#archive-case .blog-ttl a:hover {
  text-decoration: underline;
  color: #6AACA1;
}

#archive-case .blog-txt {
  color: #676767;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

#archive-case .blog-tag__item a {
  color: #676767;
}

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

@media screen and (max-width: 959px) {
  #single-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 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);
  font-family: "Noto Serif", "Inter", serif;
}

@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__cate {
  position: relative;
  border-radius: 4px 2px 4px 2px;
  background: #6AACA1;
  border: 1px solid #6AACA1;
  max-width: 112px;
  width: 100%;
}

#single-case .post-meta__cate .cate-txt {
  position: relative;
  padding: 3px 14px;
  z-index: 1;
  color: #ffffff;
  font-size: 1.2rem;
  text-align: center;
}

#single-case .post-meta__cate::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("/wp-content/themes/itreat_base/dist/img/common/texture-grn.jpg") center/100px 100px repeat;
}

#single-case .post-meta__cate:hover {
  background: #ffffff;
}

#single-case .post-meta__cate:hover .cate-txt {
  color: #6AACA1;
}

#single-case .post-meta__cate:hover::after {
  background: none;
}

#single-case .post-tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 14px 10px;
  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 {
  position: relative;
  padding: 5px 8px 5px 22px;
  background: rgba(103, 103, 103, 0.15);
  border-radius: 3px;
  font-size: 1.4rem;
  color: #676767;
}

#single-case .post-tag__item a::before {
  content: "#";
  position: absolute;
  top: 3px;
  left: 10px;
  font-size: 1.4rem;
  color: #676767;
}

#single-case .post-tag__item a:hover {
  text-decoration: underline;
}

#single-case .post-tag__item a:empty {
  display: none;
}

#single-case .post-tag__item span {
  padding: 5px 8px;
  background: rgba(103, 103, 103, 0.15);
  border-radius: 3px;
  font-size: 1.4rem;
  color: #676767;
}

#single-case .post-ttl {
  margin-bottom: 64px;
  position: relative;
  color: #6AACA1;
  font-size: 2.8rem;
}

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

@media screen and (max-width: 767px) {
  #single-case .post-ttl {
    margin-bottom: 48px;
    font-size: 2rem;
  }
}

#single-case .post-ttl::before {
  content: "";
  position: absolute;
  bottom: -30px;
  left: 0;
  width: 100%;
  height: 53px;
  background: url("/wp-content/themes/itreat_base/dist/img/common/headttl.svg") bottom left/contain no-repeat;
}

@media screen and (max-width: 767px) {
  #single-case .post-ttl::before {
    bottom: -20px;
  }
}

#single-case .post-dtl {
  margin-bottom: 24px;
}

#single-case .post-dtl h2 {
  position: relative;
  padding: 24px 24px 24px 30px;
  margin-top: 36px;
  margin-bottom: 32px;
  font-size: 2.2rem;
  background: rgba(106, 172, 161, 0.06);
  border-radius: 2px;
}

@media screen and (max-width: 959px) {
  #single-case .post-dtl h2 {
    margin-top: 26px;
    margin-bottom: 22px;
    padding: 16px 16px 16px 24px;
    font-size: 2rem;
  }
}

@media screen and (max-width: 767px) {
  #single-case .post-dtl h2 {
    margin-top: 22px;
    margin-bottom: 18px;
    padding: 12px 12px 12px 20px;
    font-size: 1.8rem;
  }
}

#single-case .post-dtl h2::before {
  content: "";
  position: absolute;
  top: 33px;
  left: 16px;
  width: 2px;
  height: 22px;
  background: #6AACA1;
}

@media screen and (max-width: 959px) {
  #single-case .post-dtl h2::before {
    top: 22px;
    left: 14px;
  }
}

@media screen and (max-width: 767px) {
  #single-case .post-dtl h2::before {
    top: 16px;
    left: 10px;
  }
}

#single-case .post-dtl h3 {
  position: relative;
  margin-bottom: 20px;
  margin-top: 48px;
  padding-bottom: 16px;
  padding-left: 34px;
  border-bottom: 1px solid #C7D8D5;
  font-size: 2rem;
}

@media screen and (max-width: 959px) {
  #single-case .post-dtl h3 {
    font-size: 1.6rem;
    padding-bottom: 10px;
    margin-bottom: 12px;
  }
}

#single-case .post-dtl h3::before {
  content: "";
  position: absolute;
  top: 9px;
  left: 0;
  width: 24px;
  height: 16px;
  background: url("/wp-content/themes/itreat_base/dist/img/common/ttl-m-deco.svg") center/contain no-repeat;
}

@media screen and (max-width: 959px) {
  #single-case .post-dtl h3::before {
    top: 6px;
  }
}

#single-case .post-dtl h4 {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  margin-left: 0 !important;
  margin-bottom: calc(8px * 1);
  padding: 4px 14px;
  background: rgba(106, 172, 161, 0.15);
  color: #6AACA1;
  clip-path: polygon(0% 0%, 95% 0%, 100% 50%, 95% 100%, 0% 100%);
}

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

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

@media screen and (max-width: 767px) {
  #single-case .post-dtl h4 {
    font-size: 1.5rem;
    padding: 2px 14px;
  }
}

@media screen and (max-width: 519px) {
  #single-case .post-dtl h4 {
    font-size: 1.4rem;
    padding: 4px 12px;
  }
}

#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-red-color {
  color: #CE7F67;
}

#single-case .post-dtl .has-aqu-color {
  color: #C7D8D5;
}

#single-case .post-dtl .has-l-aqu-color {
  color: #F4FAFA;
}

#single-case .post-dtl .has-grn-color {
  color: #6AACA1;
}

#single-case .post-dtl .has-orn-color {
  color: #F0AD81;
}

#single-case .post-dtl .has-y-grn-color {
  color: #DBE2C9;
}

#single-case .post-dtl .has-l-grn-color {
  color: #F5FCF6;
}

#single-case .post-dtl .has-d-grn-color {
  color: #6E7953;
}

#single-case .post-dtl .has-l-yel-color {
  color: #FDFAD7;
}

#single-case .post-dtl .has-beg-color {
  color: #C4B38C;
}

#single-case .post-dtl .has-brn-color {
  color: #7C7052;
}

#single-case .post-dtl .has-blk-color {
  color: #464646;
}

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

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

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

#single-case .post-dtl .has-d-gry-color {
  color: #676767;
}

#single-case .post-dtl .has-red-background-color {
  background-color: #CE7F67;
}

#single-case .post-dtl .has-aqu-background-color {
  background-color: #C7D8D5;
}

#single-case .post-dtl .has-l-aqu-background-color {
  background-color: #F4FAFA;
}

#single-case .post-dtl .has-grn-background-color {
  background-color: #6AACA1;
}

#single-case .post-dtl .has-orn-background-color {
  background-color: #F0AD81;
}

#single-case .post-dtl .has-y-grn-background-color {
  background-color: #DBE2C9;
}

#single-case .post-dtl .has-l-grn-background-color {
  background-color: #F5FCF6;
}

#single-case .post-dtl .has-d-grn-background-color {
  background-color: #6E7953;
}

#single-case .post-dtl .has-l-yel-background-color {
  background-color: #FDFAD7;
}

#single-case .post-dtl .has-beg-background-color {
  background-color: #C4B38C;
}

#single-case .post-dtl .has-brn-background-color {
  background-color: #7C7052;
}

#single-case .post-dtl .has-blk-background-color {
  background-color: #464646;
}

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

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

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

#single-case .post-dtl .has-d-gry-background-color {
  background-color: #676767;
}

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

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

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

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

#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: #6AACA1;
}

#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: 20px;
  line-height: 1.4;
  text-indent: 0;
}

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

#single-case .post-dtl ul > li::before {
  content: '';
  position: absolute;
  top: 6px;
  left: 0;
  width: 12px;
  height: 12px;
  background: url("/wp-content/themes/itreat_base/dist/img/common/diamond.svg") center/contain no-repeat;
}

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

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

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

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

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

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

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

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

#single-case .post-dtl .wp-block-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 24px;
}

#single-case .post-dtl .wp-block-button__link {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  padding: 0 36px 0  0;
  text-decoration: underline;
  font-size: 1.8rem;
  background-color: transparent;
  color: #6AACA1;
}

@media screen and (max-width: 767px) {
  #single-case .post-dtl .wp-block-button__link {
    margin-inline: auto;
  }
}

#single-case .post-dtl .wp-block-button__link::after {
  content: "";
  position: absolute;
  top: 64%;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 27px;
  height: 27px;
  background: url("/wp-content/themes/itreat_base/dist/img/common/btn.svg") center/contain no-repeat;
}

#single-case .post-dtl .wp-block-button__link:hover {
  -webkit-transform: translate(3px, 0);
  transform: translate(3px, 0);
  text-decoration: none;
}

#single-case .post-dtl .wp-block-button__link.bc-red {
  background: #CE7F67;
}

#single-case .post-dtl .wp-block-button__link.bc-red:hover {
  background: #ffffff;
  color: #CE7F67;
}

#single-case .post-dtl .wp-block-button__link.bc-aqu {
  background: #C7D8D5;
}

#single-case .post-dtl .wp-block-button__link.bc-aqu:hover {
  background: #ffffff;
  color: #C7D8D5;
}

#single-case .post-dtl .wp-block-button__link.bc-l-aqu {
  background: #F4FAFA;
}

#single-case .post-dtl .wp-block-button__link.bc-l-aqu:hover {
  background: #ffffff;
  color: #F4FAFA;
}

#single-case .post-dtl .wp-block-button__link.bc-grn {
  background: #6AACA1;
}

#single-case .post-dtl .wp-block-button__link.bc-grn:hover {
  background: #ffffff;
  color: #6AACA1;
}

#single-case .post-dtl .wp-block-button__link.bc-orn {
  background: #F0AD81;
}

#single-case .post-dtl .wp-block-button__link.bc-orn:hover {
  background: #ffffff;
  color: #F0AD81;
}

#single-case .post-dtl .wp-block-button__link.bc-y-grn {
  background: #DBE2C9;
}

#single-case .post-dtl .wp-block-button__link.bc-y-grn:hover {
  background: #ffffff;
  color: #DBE2C9;
}

#single-case .post-dtl .wp-block-button__link.bc-l-grn {
  background: #F5FCF6;
}

#single-case .post-dtl .wp-block-button__link.bc-l-grn:hover {
  background: #ffffff;
  color: #F5FCF6;
}

#single-case .post-dtl .wp-block-button__link.bc-d-grn {
  background: #6E7953;
}

#single-case .post-dtl .wp-block-button__link.bc-d-grn:hover {
  background: #ffffff;
  color: #6E7953;
}

#single-case .post-dtl .wp-block-button__link.bc-l-yel {
  background: #FDFAD7;
}

#single-case .post-dtl .wp-block-button__link.bc-l-yel:hover {
  background: #ffffff;
  color: #FDFAD7;
}

#single-case .post-dtl .wp-block-button__link.bc-beg {
  background: #C4B38C;
}

#single-case .post-dtl .wp-block-button__link.bc-beg:hover {
  background: #ffffff;
  color: #C4B38C;
}

#single-case .post-dtl .wp-block-button__link.bc-brn {
  background: #7C7052;
}

#single-case .post-dtl .wp-block-button__link.bc-brn:hover {
  background: #ffffff;
  color: #7C7052;
}

#single-case .post-dtl .wp-block-button__link.bc-blk {
  background: #464646;
}

#single-case .post-dtl .wp-block-button__link.bc-blk:hover {
  background: #ffffff;
  color: #464646;
}

#single-case .post-dtl .wp-block-button__link.bc-wht {
  background: #ffffff;
}

#single-case .post-dtl .wp-block-button__link.bc-wht:hover {
  background: #ffffff;
  color: #ffffff;
}

#single-case .post-dtl .wp-block-button__link.bc-l-gry {
  background: #eeeeee;
}

#single-case .post-dtl .wp-block-button__link.bc-l-gry:hover {
  background: #ffffff;
  color: #eeeeee;
}

#single-case .post-dtl .wp-block-button__link.bc-gry {
  background: #999999;
}

#single-case .post-dtl .wp-block-button__link.bc-gry:hover {
  background: #ffffff;
  color: #999999;
}

#single-case .post-dtl .wp-block-button__link.bc-d-gry {
  background: #676767;
}

#single-case .post-dtl .wp-block-button__link.bc-d-gry:hover {
  background: #ffffff;
  color: #676767;
}

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

#single-case .post-dtl .wp-block-table table thead {
  border-bottom: none;
}

#single-case .post-dtl .wp-block-table table thead tr th {
  padding: 12px;
  background: #C4B38C;
  color: #ffffff;
  font-weight: bold;
  vertical-align: middle;
}

#single-case .post-dtl .wp-block-table table tbody tr th,
#single-case .post-dtl .wp-block-table table tbody tr td {
  padding: 16px;
  vertical-align: middle;
}

#single-case .post-dtl .wp-block-table table tbody tr td {
  border: 1px solid rgba(196, 179, 140, 0.2);
}

#single-case .post-dtl .wp-block-table table tbody tr td:first-of-type {
  background: rgba(196, 179, 140, 0.2);
  color: #7C7052;
  font-weight: bold;
  border-bottom: 1px solid #ffffff;
}

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

#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: #676767;
}

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

#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;
}

@media screen and (max-width: 519px) {
  #single-case .post-dtl .wp-block-media-text {
    margin-top: 16px;
    margin-bottom: 16px;
  }
}

#single-case .post-dtl .wp-block-columns {
  gap: 0 24px;
}

@media screen and (max-width: 959px) {
  #single-case .post-dtl .wp-block-columns {
    gap: 0 16px;
  }
}

@media screen and (max-width: 767px) {
  #single-case .post-dtl .wp-block-columns {
    gap: 12px;
  }
}

#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%;
}

@media screen and (max-width: 767px) {
  #single-case .post-dtl .wp-block-column:not(:first-of-type) .wp-block-list {
    margin-top: 8px;
  }
}

#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: #6AACA1;
  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: #6AACA1;
  display: inline-block;
  padding: 4px 8px 2px 10px;
  text-decoration: none;
  color: #ffffff;
}

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

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

#single-case .post-dtl .custom-cv {
  padding: 32px;
  margin: 24px 0;
  border: 1px solid #7C7052;
  border-radius: 4px;
}

@media screen and (max-width: 1023px) {
  #single-case .post-dtl .custom-cv {
    padding: 24px;
  }
}

@media screen and (max-width: 959px) {
  #single-case .post-dtl .custom-cv {
    padding: 20px;
    border-radius: 3px;
  }
}

@media screen and (max-width: 767px) {
  #single-case .post-dtl .custom-cv {
    padding: 16px;
    border-radius: 2px;
  }
}

#single-case .post-dtl .custom-cv .custom-cv-ttl {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding-bottom: 4px;
  margin-inline: auto;
  border-bottom: 1px solid #7C7052;
  font-size: 2.4rem;
  color: #7C7052;
}

@media screen and (max-width: 959px) {
  #single-case .post-dtl .custom-cv .custom-cv-ttl {
    font-size: 2rem;
  }
}

@media screen and (max-width: 767px) {
  #single-case .post-dtl .custom-cv .custom-cv-ttl {
    font-size: 1.8rem;
  }
}

#single-case .post-dtl .custom-cv .custom-add {
  position: relative;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  margin-bottom: 20px;
  padding-left: 20px;
  font-size: 1.4rem;
}

@media screen and (max-width: 959px) {
  #single-case .post-dtl .custom-cv .custom-add {
    margin-bottom: 16px;
  }
}

@media screen and (max-width: 767px) {
  #single-case .post-dtl .custom-cv .custom-add {
    margin-bottom: 14px;
    padding-left: 16px;
  }
}

@media screen and (max-width: 519px) {
  #single-case .post-dtl .custom-cv .custom-add {
    margin-bottom: 12px;
  }
}

#single-case .post-dtl .custom-cv .custom-add::before {
  content: "";
  position: absolute;
  top: 4px;
  left: 0;
  display: block;
  width: 12px;
  height: 16px;
  background-color: #6AACA1;
  -webkit-mask-image: url("/wp-content/themes/itreat_base/dist/img/icon/map.svg");
  mask-image: url("/wp-content/themes/itreat_base/dist/img/icon/map.svg");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
  margin-inline: auto;
}

#single-case .post-dtl .custom-cv .reserve-list {
  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;
}

@media screen and (max-width: 519px) {
  #single-case .post-dtl .custom-cv .reserve-list {
    gap: 4px 0;
  }
}

#single-case .post-dtl .custom-cv .reserve-list__item {
  width: calc((100% / 3) - (10px * 2 / 3));
}

@media screen and (max-width: 1023px) {
  #single-case .post-dtl .custom-cv .reserve-list__item {
    width: calc((100% / 3) - (8px * 2 / 3));
  }
}

@media screen and (max-width: 959px) {
  #single-case .post-dtl .custom-cv .reserve-list__item {
    width: calc((100% / 3) - (6px * 2 / 3));
  }
}

@media screen and (max-width: 767px) {
  #single-case .post-dtl .custom-cv .reserve-list__item {
    width: calc((100% / 3) - (4px * 2 / 3));
  }
}

@media screen and (max-width: 519px) {
  #single-case .post-dtl .custom-cv .reserve-list__item {
    width: calc((100% / 1) - (0px * 0 / 1));
  }
}

#single-case .post-dtl .custom-cv .reserve-list__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;
  color: #ffffff;
  height: 56px;
  border-radius: 2px;
  text-decoration: none;
}

@media screen and (max-width: 767px) {
  #single-case .post-dtl .custom-cv .reserve-list__item a {
    border-radius: 1px;
    height: 50px;
  }
}

#single-case .post-dtl .custom-cv .reserve-list__item .cv-tel {
  background: #6AACA1;
  border: 1px solid #6AACA1;
}

#single-case .post-dtl .custom-cv .reserve-list__item .cv-tel:hover {
  background: #ffffff;
  color: #6AACA1;
}

#single-case .post-dtl .custom-cv .reserve-list__item .cv-web {
  background: #7C7052;
  border: 1px solid #7C7052;
}

#single-case .post-dtl .custom-cv .reserve-list__item .cv-web:hover {
  background: #ffffff;
  color: #7C7052;
}

#single-case .post-dtl .custom-cv .reserve-list__item .cv-line {
  background: #CE7F67;
  border: 1px solid #CE7F67;
}

#single-case .post-dtl .custom-cv .reserve-list__item .cv-line:hover {
  background: #ffffff;
  color: #CE7F67;
}

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

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

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

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

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

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

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

#single-case .gallery__item img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: auto;
  -o-object-fit: contain;
  object-fit: contain;
}

#single-case .gallery__item .gallery-mask {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: rgba(70, 70, 70, 0.3);
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

#single-case .gallery__item .gallery-zoom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 2;
  height: 32px;
  padding: 0 8px;
  background: #464646;
  border: solid 1px #464646;
  color: #ffffff;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

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

#single-case .gallery__item .gallery-zoom::before {
  content: '';
  width: 16px;
  height: 16px;
  margin-right: 6px;
  background: linear-gradient(to right, transparent calc(50% - 1px), #ffffff calc(50% - 1px), #ffffff calc(50% + 1px), transparent calc(50% + 1px)), linear-gradient(to bottom, transparent calc(50% - 1px), #ffffff calc(50% - 1px), #ffffff calc(50% + 1px), transparent calc(50% + 1px));
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

@media screen and (max-width: 959px) {
  #single-case .gallery__item .gallery-zoom::before {
    width: 14px;
  }
}

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

#single-case .gallery__item:hover .gallery-zoom {
  background: #ffffff;
  color: #464646;
}

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

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

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

@media screen and (max-width: 519px) {
  #single-case .pagelink {
    margin-bottom: calc((8px * 11) * 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: 44px;
  background: #ffffff;
  border: solid 1px #6AACA1;
  color: #6AACA1;
  font-size: 1.6rem;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  border-radius: 6px 1px;
}

@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:hover, #single-case .pagelink__next a:hover, #single-case .pagelink__back a:hover {
  background: #6AACA1;
  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: 280px;
}

@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: 180px;
}

@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 .case {
  margin-bottom: calc(8px * 8);
}

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

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

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