#single-treatment .single-post {
  width: 100%;
  max-width: 1040px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 40px;
  padding-left: 40px;
}
@media screen and (max-width: 1279px) {
  #single-treatment .single-post {
    padding-right: 32px;
    padding-left: 32px;
  }
}
@media screen and (max-width: 959px) {
  #single-treatment .single-post {
    padding-right: 24px;
    padding-left: 24px;
  }
}
@media screen and (max-width: 519px) {
  #single-treatment .single-post {
    padding-right: 16px;
    padding-left: 16px;
  }
}
#single-treatment .single-post {
  padding: 64px;
  margin-bottom: 40px;
  background: #ffffff;
}
@media screen and (max-width: 1023px) {
  #single-treatment .single-post {
    padding: 56px;
  }
}
@media screen and (max-width: 959px) {
  #single-treatment .single-post {
    padding: 48px;
  }
}
@media screen and (max-width: 767px) {
  #single-treatment .single-post {
    padding: 32px;
  }
}
@media screen and (max-width: 519px) {
  #single-treatment .single-post {
    padding: 16px;
  }
}
#single-treatment .post-eyecatch {
  position: relative;
  aspect-ratio: 3/2;
  max-width: 800px;
  margin-bottom: calc(8px * 5);
}
@media screen and (max-width: 959px) {
  #single-treatment .post-eyecatch {
    margin-bottom: calc(8px * 5 * 0.75);
  }
}
@media screen and (max-width: 519px) {
  #single-treatment .post-eyecatch {
    margin-bottom: calc(8px * 5 * 0.5);
  }
}
#single-treatment .post-eyecatch {
  margin-left: auto;
  margin-right: auto;
}
#single-treatment .post-eyecatch img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
#single-treatment .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-treatment .post-meta {
    margin-bottom: calc(8px * 2 * 0.75);
  }
}
@media screen and (max-width: 519px) {
  #single-treatment .post-meta {
    margin-bottom: calc(8px * 2 * 0.5);
  }
}
#single-treatment .post-meta__date {
  margin-right: calc(8px * 2);
}
@media screen and (max-width: 959px) {
  #single-treatment .post-meta__date {
    margin-right: calc(8px * 2 * 0.75);
  }
}
@media screen and (max-width: 519px) {
  #single-treatment .post-meta__date {
    margin-right: calc(8px * 2 * 0.5);
  }
}
#single-treatment .post-meta__date {
  font-family: "Marcellus", serif;
}
#single-treatment .post-meta__cate {
  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;
  height: 28px;
  padding: 0 16px;
  background: #9D927E;
  border: 1px solid #9D927E;
  color: #ffffff;
  font-size: 1.4rem;
}
#single-treatment .post-meta__cate:hover {
  background: #ffffff;
  color: #9D927E;
}
#single-treatment .post-tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 2px 24px;
  margin-bottom: calc(8px * 5);
}
@media screen and (max-width: 959px) {
  #single-treatment .post-tag {
    margin-bottom: calc(8px * 5 * 0.75);
  }
}
@media screen and (max-width: 519px) {
  #single-treatment .post-tag {
    margin-bottom: calc(8px * 5 * 0.5);
  }
}
@media screen and (max-width: 959px) {
  #single-treatment .post-tag {
    gap: 2px 12px;
  }
}
#single-treatment .post-tag__item a {
  display: block;
  position: relative;
  padding-left: 10px;
  font-size: 1.4rem;
  color: #796A58;
}
@media screen and (max-width: 519px) {
  #single-treatment .post-tag__item a {
    font-size: 1.2rem;
  }
}
#single-treatment .post-tag__item a::before {
  content: "#";
  position: absolute;
  top: 0;
  left: 0;
}
#single-treatment .post-tag__item a:hover {
  text-decoration: underline;
  -webkit-transform: translate(2px, 0);
  transform: translate(2px, 0);
}
#single-treatment .post-ttl {
  margin-bottom: calc(8px * 3);
}
@media screen and (max-width: 959px) {
  #single-treatment .post-ttl {
    margin-bottom: calc(8px * 3 * 0.75);
  }
}
@media screen and (max-width: 519px) {
  #single-treatment .post-ttl {
    margin-bottom: calc(8px * 3 * 0.5);
  }
}
#single-treatment .post-ttl {
  font-size: 3.2rem;
  font-weight: bold;
  line-height: 1.4;
}
@media screen and (max-width: 959px) {
  #single-treatment .post-ttl {
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 519px) {
  #single-treatment .post-ttl {
    font-size: 2.4rem;
  }
}
#single-treatment .post-dtl * {
  font-family: YakuHanJP, "Zen Kaku Gothic New", sans-serif;
}
#single-treatment .post-dtl h2 {
  position: relative;
  margin-top: 48px;
  margin-bottom: 24px;
  padding: 16px;
  background: #796A58;
  font-size: 2.4rem;
  font-weight: bold;
  color: #ffffff;
}
@media screen and (max-width: 959px) {
  #single-treatment .post-dtl h2 {
    margin-top: 36px;
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 519px) {
  #single-treatment .post-dtl h2 {
    margin-top: 24px;
    padding: 12px 16px;
    border-radius: 4px;
    font-size: 2rem;
  }
}
#single-treatment .post-dtl h2::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  width: 68px;
  height: 60px;
  background: url("/wp-content/themes/itreat_base/dist/img/common/ttl-l-deco.svg") center/contain no-repeat;
  opacity: 0.2;
}
#single-treatment .post-dtl h3 {
  position: relative;
  margin-top: 40px;
  padding-bottom: 8px;
  padding-left: 26px;
  margin-bottom: calc(8px * 3);
}
@media screen and (max-width: 959px) {
  #single-treatment .post-dtl h3 {
    margin-bottom: calc(8px * 3 * 0.75);
  }
}
@media screen and (max-width: 519px) {
  #single-treatment .post-dtl h3 {
    margin-bottom: calc(8px * 3 * 0.5);
  }
}
#single-treatment .post-dtl h3 {
  border-bottom: solid 2px #046A74;
  font-size: 2rem;
  font-weight: bold;
  color: #046A74;
}
#single-treatment .post-dtl h3::before {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  width: 18px;
  height: 18px;
  background-color: #046A74;
  -webkit-mask-image: url("/wp-content/themes/itreat_base/dist/img/common/hexagon.svg");
  mask-image: url("/wp-content/themes/itreat_base/dist/img/common/hexagon.svg");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
}
@media screen and (max-width: 959px) {
  #single-treatment .post-dtl h3 {
    margin-top: 36px;
    font-size: 2rem;
  }
}
@media screen and (max-width: 519px) {
  #single-treatment .post-dtl h3 {
    margin-top: 24px;
    font-size: 1.8rem;
  }
}
#single-treatment .post-dtl h4 {
  margin-top: 20px;
  margin-bottom: 10px;
  padding: 6px 12px;
  font-size: 1.6rem;
  font-weight: bold;
  background: rgba(234, 227, 209, 0.55);
}
#single-treatment .post-dtl .has-small-font-size {
  font-size: 1.4rem;
}
@media screen and (max-width: 959px) {
  #single-treatment .post-dtl .has-small-font-size {
    font-size: 1.2rem;
  }
}
#single-treatment .post-dtl .has-normal-font-size {
  font-size: 1.6rem;
}
@media screen and (max-width: 959px) {
  #single-treatment .post-dtl .has-normal-font-size {
    font-size: 1.4rem;
  }
}
#single-treatment .post-dtl .has-medium-font-size {
  font-size: 2rem;
}
@media screen and (max-width: 959px) {
  #single-treatment .post-dtl .has-medium-font-size {
    font-size: 1.6rem;
  }
}
#single-treatment .post-dtl .has-large-font-size {
  font-size: 2.4rem;
}
@media screen and (max-width: 959px) {
  #single-treatment .post-dtl .has-large-font-size {
    font-size: 2rem;
  }
}
#single-treatment .post-dtl .has-huge-font-size {
  font-size: 2.8rem;
}
@media screen and (max-width: 959px) {
  #single-treatment .post-dtl .has-huge-font-size {
    font-size: 2.4rem;
  }
}
#single-treatment .post-dtl .has-red-color {
  color: #A55555;
}
#single-treatment .post-dtl .has-orn-color {
  color: #e39a09;
}
#single-treatment .post-dtl .has-d-blu-color {
  color: #046A74;
}
#single-treatment .post-dtl .has-blu-color {
  color: #205dd5;
}
#single-treatment .post-dtl .has-grn-color {
  color: #00B900;
}
#single-treatment .post-dtl .has-beg-color {
  color: #DDC5AA;
}
#single-treatment .post-dtl .has-brn-color {
  color: #796A58;
}
#single-treatment .post-dtl .has-d-brn-color {
  color: #968c80;
}
#single-treatment .post-dtl .has-l-brn-color {
  color: #9D927E;
}
#single-treatment .post-dtl .has-blk-color {
  color: #5C544B;
}
#single-treatment .post-dtl .has-wht-color {
  color: #ffffff;
}
#single-treatment .post-dtl .has-l-gry-color {
  color: #eeeeee;
}
#single-treatment .post-dtl .has-gry-color {
  color: #cccccc;
}
#single-treatment .post-dtl .has-bg-color {
  color: #EAE3D1;
}
#single-treatment .post-dtl .has-d-gry-color {
  color: #999999;
}
#single-treatment .post-dtl .has-red-background-color {
  background-color: #A55555;
}
#single-treatment .post-dtl .has-orn-background-color {
  background-color: #e39a09;
}
#single-treatment .post-dtl .has-d-blu-background-color {
  background-color: #046A74;
}
#single-treatment .post-dtl .has-blu-background-color {
  background-color: #205dd5;
}
#single-treatment .post-dtl .has-grn-background-color {
  background-color: #00B900;
}
#single-treatment .post-dtl .has-beg-background-color {
  background-color: #DDC5AA;
}
#single-treatment .post-dtl .has-brn-background-color {
  background-color: #796A58;
}
#single-treatment .post-dtl .has-d-brn-background-color {
  background-color: #968c80;
}
#single-treatment .post-dtl .has-l-brn-background-color {
  background-color: #9D927E;
}
#single-treatment .post-dtl .has-blk-background-color {
  background-color: #5C544B;
}
#single-treatment .post-dtl .has-wht-background-color {
  background-color: #ffffff;
}
#single-treatment .post-dtl .has-l-gry-background-color {
  background-color: #eeeeee;
}
#single-treatment .post-dtl .has-gry-background-color {
  background-color: #cccccc;
}
#single-treatment .post-dtl .has-bg-background-color {
  background-color: #EAE3D1;
}
#single-treatment .post-dtl .has-d-gry-background-color {
  background-color: #999999;
}
#single-treatment .post-dtl p:not(:first-child) {
  margin-top: 16px;
}
@media screen and (max-width: 519px) {
  #single-treatment .post-dtl p:not(:first-child) {
    margin-top: 12px;
  }
}
#single-treatment .post-dtl strong {
  font-weight: bold;
}
#single-treatment .post-dtl em {
  font-style: italic;
}
#single-treatment .post-dtl sup {
  vertical-align: super;
  font-size: smaller;
}
#single-treatment .post-dtl sub {
  vertical-align: sub;
  font-size: smaller;
}
#single-treatment .post-dtl a {
  text-decoration: underline;
  color: #046A74;
}
#single-treatment .post-dtl a:hover {
  text-decoration: none;
}
#single-treatment .post-dtl ul {
  margin-top: 16px;
}
@media screen and (max-width: 519px) {
  #single-treatment .post-dtl ul {
    margin-top: 12px;
  }
}
#single-treatment .post-dtl ul > li {
  list-style: none;
  position: relative;
  margin-left: 0;
  padding-left: 16px;
  line-height: 1.4;
  text-indent: 0;
}
#single-treatment .post-dtl ul > li:not(:nth-last-of-type(1)) {
  margin-bottom: 8px;
}
#single-treatment .post-dtl ul > li::before {
  content: "";
  display: block;
  position: absolute;
  top: 8px;
  left: 0;
  width: 8px;
  height: 8px;
  background: url("/wp-content/themes/itreat_base/dist/img/common/frame-ttl-deco.svg") center/contain no-repeat;
}
#single-treatment .post-dtl ul > li ul,
#single-treatment .post-dtl ul > li ol {
  margin: 8px 0 0;
}
#single-treatment .post-dtl ol {
  counter-reset: list-num;
  margin-top: 16px;
}
@media screen and (max-width: 519px) {
  #single-treatment .post-dtl ol {
    margin-top: 12px;
  }
}
#single-treatment .post-dtl ol > li {
  list-style: none;
  margin-left: 1em !important;
  text-indent: -1em;
  line-height: 1.4;
}
#single-treatment .post-dtl ol > li:not(:nth-last-of-type(1)) {
  margin-bottom: 8px;
}
#single-treatment .post-dtl ol > li::before {
  counter-increment: list-num;
  content: counter(list-num) ".";
}
#single-treatment .post-dtl ol > li > div {
  display: inline;
}
#single-treatment .post-dtl ol > li ul,
#single-treatment .post-dtl ol > li ol {
  margin: 8px 0 0;
}
#single-treatment .post-dtl .wp-block-button__link {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%;
  padding: 12px 40px 12px 12px;
  margin: 12px 0;
  background: #ffffff;
  border: solid 1px #796A58;
  border-radius: 2px;
  color: #796A58;
  font-size: 1.6rem;
  text-align: left;
  line-height: 1.4;
  cursor: pointer;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  text-decoration: none;
}
#single-treatment .post-dtl .wp-block-button__link::after {
  content: "";
  position: absolute;
  top: calc(50% - 1px);
  right: 16px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  width: 8px;
  height: 8px;
  border-style: solid;
  border-width: 1px 1px 0 0;
  border-color: #796A58;
  rotate: z 45deg;
}
@media screen and (max-width: 767px) {
  #single-treatment .post-dtl .wp-block-button__link {
    font-size: 1.4rem;
  }
}
#single-treatment .post-dtl .wp-block-button__link:hover {
  background: #796A58;
  color: #ffffff;
}
#single-treatment .post-dtl .wp-block-button__link:hover::after {
  border-color: #ffffff;
}
#single-treatment .post-dtl .wp-block-table .has-fixed-layout {
  width: 100%;
}
#single-treatment .post-dtl .wp-block-table .has-fixed-layout thead {
  border: none;
}
#single-treatment .post-dtl .wp-block-table .has-fixed-layout thead tr th {
  border: none;
  border-bottom: 1px solid #ffffff;
  padding: 16px;
  background: #968c80;
  color: #ffffff;
}
#single-treatment .post-dtl .wp-block-table .has-fixed-layout tbody tr th,
#single-treatment .post-dtl .wp-block-table .has-fixed-layout tbody tr td {
  padding: 16px;
}
#single-treatment .post-dtl .wp-block-table .has-fixed-layout tbody tr th {
  background: #eeeeee;
}
#single-treatment .post-dtl .wp-block-table .has-fixed-layout tbody tr td {
  border: 1px solid #968c80;
}
#single-treatment .post-dtl .wp-block-table .has-fixed-layout tbody tr td:first-child {
  background: #968c80;
  color: #ffffff;
}
#single-treatment .post-dtl .wp-block-table .has-fixed-layout tbody tr td:first-of-type {
  border-bottom: solid 1px #ffffff;
}
#single-treatment .post-dtl .wp-block-table .has-fixed-layout tbody tr:last-of-type td:first-of-type {
  border-bottom: solid 1px #EAE3D1;
}
#single-treatment .post-dtl .wp-block-quote {
  margin: 0 0 32px;
  padding: 24px;
  border: 1px dotted #EAE3D1;
}
#single-treatment .post-dtl .wp-block-quote p {
  margin-bottom: 12px;
}
#single-treatment .post-dtl .wp-block-quote p:last-of-type {
  margin-bottom: 0;
}
#single-treatment .post-dtl .wp-block-quote cite a {
  text-decoration: underline;
  font-size: 1.4rem;
  color: #999999;
}
#single-treatment .post-dtl .wp-block-quote cite a:hover {
  text-decoration: none;
}
#single-treatment .post-dtl .wp-block-image {
  margin-top: 24px;
  margin-bottom: 24px;
}
@media screen and (max-width: 519px) {
  #single-treatment .post-dtl .wp-block-image {
    margin-top: 16px;
    margin-bottom: 16px;
  }
}
#single-treatment .post-dtl .wp-block-image::after {
  content: "";
  display: block;
  clear: both;
}
#single-treatment .post-dtl .wp-block-image img {
  width: auto;
}
#single-treatment .post-dtl .wp-block-media-text {
  margin-top: 24px;
  margin-bottom: 24px;
}
@media screen and (max-width: 600px) {
  #single-treatment .post-dtl .wp-block-media-text {
    gap: 16px;
  }
}
@media screen and (max-width: 519px) {
  #single-treatment .post-dtl .wp-block-media-text {
    margin-top: 16px;
    margin-bottom: 16px;
  }
}
#single-treatment .post-dtl .wp-block-media-text h3 {
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  #single-treatment .post-dtl .wp-block-columns {
    gap: 0;
  }
}
#single-treatment .post-dtl .wp-block-column .wp-block-image {
  margin: 0;
}
#single-treatment .post-dtl .wp-block-column .wp-block-image img {
  width: 100%;
}
#single-treatment .post-dtl .wp-block-file {
  margin-top: 24px;
  margin-bottom: 24px;
}
@media screen and (max-width: 519px) {
  #single-treatment .post-dtl .wp-block-file {
    margin-top: 16px;
    margin-bottom: 16px;
  }
}
#single-treatment .post-dtl .wp-block-file a {
  font-size: 1.6rem;
  color: #00B900;
  text-decoration: underline;
}
#single-treatment .post-dtl .wp-block-file a:hover {
  text-decoration: none;
}
@media screen and (max-width: 959px) {
  #single-treatment .post-dtl .wp-block-file a {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 519px) {
  #single-treatment .post-dtl .wp-block-file a {
    font-size: 1.2rem;
  }
}
#single-treatment .post-dtl .wp-block-file .wp-block-file__button {
  background: #00B900;
  display: inline-block;
  padding: 4px 8px 2px 10px;
  text-decoration: none;
  color: #ffffff;
}
#single-treatment .post-dtl .wp-block-separator {
  margin: 40px 0;
}
@media screen and (max-width: 959px) {
  #single-treatment .post-dtl .wp-block-separator {
    margin: 24px 0;
  }
}
#single-treatment .post-dtl {
  margin-bottom: calc(8px * 5);
}
@media screen and (max-width: 959px) {
  #single-treatment .post-dtl {
    margin-bottom: calc(8px * 5 * 0.75);
  }
}
@media screen and (max-width: 519px) {
  #single-treatment .post-dtl {
    margin-bottom: calc(8px * 5 * 0.5);
  }
}
#single-treatment .gallery {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: calc(8px * 2);
}
@media screen and (max-width: 959px) {
  #single-treatment .gallery {
    gap: calc(8px * 2 * 0.75);
  }
}
@media screen and (max-width: 519px) {
  #single-treatment .gallery {
    gap: calc(8px * 2 * 0.5);
  }
}
#single-treatment .gallery {
  margin-bottom: calc(8px * 5);
}
@media screen and (max-width: 959px) {
  #single-treatment .gallery {
    margin-bottom: calc(8px * 5 * 0.75);
  }
}
@media screen and (max-width: 519px) {
  #single-treatment .gallery {
    margin-bottom: calc(8px * 5 * 0.5);
  }
}
@media screen and (max-width: 959px) {
  #single-treatment .gallery {
    grid-template-columns: repeat(2, 1fr);
  }
}
#single-treatment .gallery__item {
  position: relative;
  z-index: 1;
  aspect-ratio: 3/2;
  border: solid 1px #eeeeee;
  cursor: pointer;
}
#single-treatment .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-treatment .gallery__item .gallery-mask {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: rgba(92, 84, 75, 0.3);
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
#single-treatment .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: #5C544B;
  border: solid 1px #5C544B;
  color: #ffffff;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
@media screen and (max-width: 959px) {
  #single-treatment .gallery__item .gallery-zoom {
    height: 28px;
  }
}
#single-treatment .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-treatment .gallery__item .gallery-zoom::before {
    width: 14px;
  }
}
#single-treatment .gallery__item:hover .gallery-mask {
  opacity: 0;
}
#single-treatment .gallery__item:hover .gallery-zoom {
  background: #ffffff;
  color: #5C544B;
}
#single-treatment .gallery__item:hover .gallery-zoom::before {
  background: linear-gradient(to right, transparent calc(50% - 1px), #5C544B calc(50% - 1px), #5C544B calc(50% + 1px), transparent calc(50% + 1px)), linear-gradient(to bottom, transparent calc(50% - 1px), #5C544B calc(50% - 1px), #5C544B calc(50% + 1px), transparent calc(50% + 1px));
}
#single-treatment .instagram-media {
  min-width: 280px !important;
}
#single-treatment .pagelink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -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 * 13);
}
@media screen and (max-width: 959px) {
  #single-treatment .pagelink {
    margin-bottom: calc(8px * 13 * 0.75);
  }
}
@media screen and (max-width: 519px) {
  #single-treatment .pagelink {
    margin-bottom: calc(8px * 13 * 0.5);
  }
}
@media screen and (max-width: 959px) {
  #single-treatment .pagelink {
    gap: 12px;
  }
}
@media screen and (max-width: 767px) {
  #single-treatment .pagelink {
    gap: 6px;
  }
}
#single-treatment .pagelink__prev a, #single-treatment .pagelink__next a, #single-treatment .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 #796A58;
  color: #796A58;
  font-size: 1.6rem;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
@media screen and (max-width: 519px) {
  #single-treatment .pagelink__prev a, #single-treatment .pagelink__next a, #single-treatment .pagelink__back a {
    gap: 6px;
    font-size: 1.4rem;
    height: 40px;
  }
}
#single-treatment .pagelink__prev a:hover, #single-treatment .pagelink__next a:hover, #single-treatment .pagelink__back a:hover {
  background: #796A58;
  color: #ffffff;
}
#single-treatment .pagelink__prev a:hover .ico-arrow, #single-treatment .pagelink__next a:hover .ico-arrow, #single-treatment .pagelink__back a:hover .ico-arrow {
  fill: #ffffff;
}
#single-treatment .pagelink__back {
  width: 400px;
}
@media screen and (max-width: 959px) {
  #single-treatment .pagelink__back {
    width: 240px;
  }
}
@media screen and (max-width: 767px) {
  #single-treatment .pagelink__back {
    width: calc(100% - 276px);
  }
}
@media screen and (max-width: 519px) {
  #single-treatment .pagelink__back {
    width: calc(50% - 4px);
  }
}
#single-treatment .pagelink__prev, #single-treatment .pagelink__next {
  width: 160px;
}
@media screen and (max-width: 959px) {
  #single-treatment .pagelink__prev, #single-treatment .pagelink__next {
    width: 120px;
  }
}
@media screen and (max-width: 519px) {
  #single-treatment .pagelink__prev, #single-treatment .pagelink__next {
    width: calc(30% - 20px);
  }
}
#single-treatment {
  contain: paint;
  margin-bottom: calc(8px * 14);
}
@media screen and (max-width: 959px) {
  #single-treatment {
    margin-bottom: calc(8px * 14 * 0.75);
  }
}
@media screen and (max-width: 519px) {
  #single-treatment {
    margin-bottom: calc(8px * 14 * 0.5);
  }
}
@media screen and (max-width: 959px) {
  #single-treatment {
    contain: none;
    overflow: hidden;
  }
}
#single-treatment .page-layout {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: calc(8px * 14);
}
@media screen and (max-width: 959px) {
  #single-treatment .page-layout {
    margin-bottom: calc(8px * 14 * 0.75);
  }
}
@media screen and (max-width: 519px) {
  #single-treatment .page-layout {
    margin-bottom: calc(8px * 14 * 0.5);
  }
}
@media screen and (max-width: 959px) {
  #single-treatment .page-layout {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    gap: 40px;
  }
}
#single-treatment .page-layout__menu {
  position: sticky;
  top: 8px;
  font-family: YakuHanJP, "Zen Kaku Gothic New", sans-serif;
  height: 100vh;
}
@media screen and (max-width: 959px) {
  #single-treatment .page-layout__menu {
    position: static;
    top: 0;
    height: auto;
  }
}
#single-treatment .page-layout__menu .toc-content {
  margin-bottom: 20px;
}
@media screen and (max-width: 959px) {
  #single-treatment .page-layout__menu .toc-content {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1001;
    overflow-y: auto;
    padding: 104px 24px 136px;
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    visibility: hidden;
    pointer-events: none;
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  }
}
@media screen and (max-width: 959px) and (max-width: 519px) {
  #single-treatment .page-layout__menu .toc-content {
    padding: 88px 24px 136px;
  }
}
@media screen and (max-width: 959px) {
  #single-treatment .page-layout__menu .toc-content.is-open {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    visibility: visible;
    pointer-events: auto;
  }
  #single-treatment .page-layout__menu .toc-content.is-open .toc {
    max-height: 580px;
  }
  #single-treatment .page-layout__menu .toc-content.is-open .toc .toc-inner::-webkit-scrollbar {
    width: 6px;
  }
  #single-treatment .page-layout__menu .toc-content.is-open .toc .toc-inner::-webkit-scrollbar-track {
    background: #ffffff;
    border-radius: 4px;
    padding: 12px;
  }
  #single-treatment .page-layout__menu .toc-content.is-open .toc .toc-inner::-webkit-scrollbar-thumb {
    background: #796A58;
    border-radius: 4px;
  }
}
#single-treatment .page-layout__menu .toc-content .toc {
  width: 340px;
  max-height: 540px;
  height: 100%;
  overflow-y: scroll;
  background: #ffffff;
}
@media screen and (max-width: 959px) {
  #single-treatment .page-layout__menu .toc-content .toc {
    top: 0;
    width: 100%;
    height: 100%;
  }
}
#single-treatment .page-layout__menu .toc-content .toc::-webkit-scrollbar {
  width: 6px;
}
#single-treatment .page-layout__menu .toc-content .toc::-webkit-scrollbar-track {
  background: #ffffff;
  border-radius: 4px;
}
#single-treatment .page-layout__menu .toc-content .toc::-webkit-scrollbar-thumb {
  background: #796A58;
  border-radius: 4px;
}
#single-treatment .page-layout__menu .toc-content .toc .toc-inner {
  padding: 16px;
}
@media screen and (max-width: 959px) {
  #single-treatment .page-layout__menu .toc-content .toc .toc-inner {
    height: 100%;
    overflow-y: scroll;
  }
}
#single-treatment .page-layout__menu .toc-content .toc .toc-inner .toc-ttl {
  padding-bottom: 12px;
  margin-bottom: 12px;
  border-bottom: 1px dotted #796A58;
}
#single-treatment .page-layout__menu .toc-content .toc .toc-inner .toc-ttl span {
  position: relative;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  padding: 0 18px;
  font-weight: bold;
  font-size: 1.8rem;
}
#single-treatment .page-layout__menu .toc-content .toc .toc-inner .toc-ttl span::before, #single-treatment .page-layout__menu .toc-content .toc .toc-inner .toc-ttl span::after {
  content: "";
  position: absolute;
  top: 10px;
  width: 8px;
  height: 8px;
  background: url("/wp-content/themes/itreat_base/dist/img/common/frame-ttl-deco.svg") center/contain no-repeat;
}
#single-treatment .page-layout__menu .toc-content .toc .toc-inner .toc-ttl span::before {
  left: 0;
}
#single-treatment .page-layout__menu .toc-content .toc .toc-inner .toc-ttl span::after {
  right: 0;
}
#single-treatment .page-layout__menu .toc-content .toc .toc-inner .toc-list__item:not(:last-child) {
  margin-bottom: 8px;
  padding-bottom: 8px;
  border-bottom: 1px solid rgba(221, 197, 170, 0.48);
}
@media screen and (max-width: 959px) {
  #single-treatment .page-layout__menu .toc-content .toc .toc-inner .toc-list__item:not(:last-child) {
    margin-bottom: 12px;
    padding-bottom: 12px;
  }
}
#single-treatment .page-layout__menu .toc-content .toc .toc-inner .toc-list__item a {
  position: relative;
  display: block;
  padding-right: 24px;
}
#single-treatment .page-layout__menu .toc-content .toc .toc-inner .toc-list__item a:hover {
  -webkit-transform: translateX(2px);
  transform: translateX(2px);
}
#single-treatment .page-layout__menu .toc-content .toc .toc-inner .toc-list__item a::before {
  content: "";
  position: absolute;
  top: 4px;
  right: 0;
  width: 24px;
  height: 24px;
  background: url("/wp-content/themes/itreat_base/dist/img/common/arrow.svg") center/contain no-repeat;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
#single-treatment .page-layout__menu .toc-content .toc .toc-inner .toc-list__item .toc-sublist {
  margin-top: 4px;
}
@media screen and (max-width: 959px) {
  #single-treatment .page-layout__menu .toc-content .toc .toc-inner .toc-list__item .toc-sublist {
    margin-top: 8px;
  }
}
#single-treatment .page-layout__menu .toc-content .toc .toc-inner .toc-list__item .toc-sublist__item:not(:last-child) {
  margin-bottom: 4px;
}
#single-treatment .page-layout__menu .toc-content .toc .toc-inner .toc-list__item .toc-sublist__item a {
  position: relative;
  font-size: 1.4rem;
  padding-left: 12px;
}
#single-treatment .page-layout__menu .toc-content .toc .toc-inner .toc-list__item .toc-sublist__item a::before {
  content: "";
  position: absolute;
  top: 7px;
  right: auto;
  left: 0;
  width: 6px;
  height: 8px;
  background: url("/wp-content/themes/itreat_base/dist/img/common/frame-ttl-deco.svg") center/contain no-repeat;
}
#single-treatment .page-layout__menu .related-content {
  width: 340px;
  max-height: calc(100% - 580px);
  height: 100%;
  overflow-y: scroll;
  padding: 18px;
  background: #ffffff;
}
@media screen and (max-width: 959px) {
  #single-treatment .page-layout__menu .related-content {
    width: 100%;
    max-height: -webkit-fit-content;
    max-height: -moz-fit-content;
    max-height: fit-content;
  }
}
#single-treatment .page-layout__menu .related-content::-webkit-scrollbar {
  width: 6px;
}
#single-treatment .page-layout__menu .related-content::-webkit-scrollbar-track {
  background: #ffffff;
  border-radius: 4px;
}
#single-treatment .page-layout__menu .related-content::-webkit-scrollbar-thumb {
  background: #796A58;
  border-radius: 4px;
}
#single-treatment .page-layout__menu .related-content .related-ttl {
  padding-bottom: 12px;
  margin-bottom: 12px;
  border-bottom: 1px dotted #796A58;
}
#single-treatment .page-layout__menu .related-content .related-ttl span {
  position: relative;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  padding: 0 18px;
  font-weight: bold;
  font-size: 1.8rem;
}
#single-treatment .page-layout__menu .related-content .related-ttl span::before, #single-treatment .page-layout__menu .related-content .related-ttl span::after {
  content: "";
  position: absolute;
  top: 10px;
  width: 8px;
  height: 8px;
  background: url("/wp-content/themes/itreat_base/dist/img/common/frame-ttl-deco.svg") center/contain no-repeat;
}
#single-treatment .page-layout__menu .related-content .related-ttl span::before {
  left: 0;
}
#single-treatment .page-layout__menu .related-content .related-ttl span::after {
  right: 0;
}
#single-treatment .page-layout__menu .related-content .related-list__item:not(:last-child) {
  margin-bottom: 8px;
  padding-bottom: 8px;
  border-bottom: 1px solid rgba(221, 197, 170, 0.48);
}
@media screen and (max-width: 959px) {
  #single-treatment .page-layout__menu .related-content .related-list__item:not(:last-child) {
    margin-bottom: 12px;
    padding-bottom: 12px;
  }
}
#single-treatment .page-layout__menu .related-content .related-list__item a {
  position: relative;
  display: block;
  padding-right: 24px;
}
#single-treatment .page-layout__menu .related-content .related-list__item a:hover {
  -webkit-transform: translateX(2px);
  transform: translateX(2px);
}
#single-treatment .page-layout__menu .related-content .related-list__item a::before {
  content: "";
  position: absolute;
  top: 4px;
  right: 0;
  width: 24px;
  height: 24px;
  background: url("/wp-content/themes/itreat_base/dist/img/common/arrow.svg") center/contain no-repeat;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
#single-treatment .page-layout__post {
  position: relative;
  width: calc(100% - 366px);
}
@media screen and (max-width: 959px) {
  #single-treatment .page-layout__post {
    width: 100%;
  }
}
#single-treatment .page-layout__post .post-dtl {
  z-index: 1;
  padding: 32px 40px 48px;
  margin-bottom: 56px;
  background: #ffffff;
}
@media screen and (max-width: 1023px) {
  #single-treatment .page-layout__post .post-dtl {
    margin-bottom: 48px;
  }
}
@media screen and (max-width: 959px) {
  #single-treatment .page-layout__post .post-dtl {
    margin-bottom: 40px;
    padding: 28px 32px 32px;
  }
}
@media screen and (max-width: 767px) {
  #single-treatment .page-layout__post .post-dtl {
    margin-bottom: 32px;
    padding: 24px 32px 24px;
  }
}
@media screen and (max-width: 519px) {
  #single-treatment .page-layout__post .post-dtl {
    margin-bottom: 24px;
    padding: 24px 24px 16px;
  }
}
#single-treatment .page-layout__post .treatment-case {
  position: relative;
  padding: 40px;
  background: #ffffff;
  margin-bottom: 40px;
}
@media screen and (max-width: 959px) {
  #single-treatment .page-layout__post .treatment-case {
    padding: 32px;
    margin-bottom: 32px;
  }
}
@media screen and (max-width: 767px) {
  #single-treatment .page-layout__post .treatment-case {
    padding: 24px;
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 519px) {
  #single-treatment .page-layout__post .treatment-case {
    margin-bottom: 16px;
  }
}
#single-treatment .page-layout__post .treatment-case::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: calc(100% - 8px);
  height: calc(100% - 8px);
  border: 1px solid #796A58;
}
#single-treatment .page-layout__post .treatment-case .case-list__item {
  overflow: clip;
  position: relative;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  gap: 24px;
  margin-bottom: 16px;
}
@media screen and (max-width: 1023px) {
  #single-treatment .page-layout__post .treatment-case .case-list__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px;
  }
}
@media screen and (max-width: 959px) {
  #single-treatment .page-layout__post .treatment-case .case-list__item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
@media screen and (max-width: 767px) {
  #single-treatment .page-layout__post .treatment-case .case-list__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px;
  }
}
@media screen and (max-width: 519px) {
  #single-treatment .page-layout__post .treatment-case .case-list__item {
    gap: 16px;
  }
}
#single-treatment .page-layout__post .treatment-case .case-list__item:not(:last-child) {
  padding-bottom: calc(8px * 7);
}
@media screen and (max-width: 959px) {
  #single-treatment .page-layout__post .treatment-case .case-list__item:not(:last-child) {
    padding-bottom: calc(8px * 7 * 0.75);
  }
}
@media screen and (max-width: 519px) {
  #single-treatment .page-layout__post .treatment-case .case-list__item:not(:last-child) {
    padding-bottom: calc(8px * 7 * 0.5);
  }
}
#single-treatment .page-layout__post .treatment-case .case-list__item:not(:last-child) {
  margin-bottom: calc(8px * 7);
}
@media screen and (max-width: 959px) {
  #single-treatment .page-layout__post .treatment-case .case-list__item:not(:last-child) {
    margin-bottom: calc(8px * 7 * 0.75);
  }
}
@media screen and (max-width: 519px) {
  #single-treatment .page-layout__post .treatment-case .case-list__item:not(:last-child) {
    margin-bottom: calc(8px * 7 * 0.5);
  }
}
#single-treatment .page-layout__post .treatment-case .case-list__item:not(:last-child) {
  border-bottom: 1px solid #796A58;
}
@media screen and (max-width: 519px) {
  #single-treatment .page-layout__post .treatment-case .case-list__item:not(:last-child) {
    margin-bottom: 40px;
  }
}
#single-treatment .page-layout__post .treatment-case .case-list__item .case-vsl {
  width: 290px;
  height: 570px;
  margin-inline: auto;
}
#single-treatment .page-layout__post .treatment-case .case-list__item .case-vsl iframe {
  width: 290px !important;
  height: 570px !important;
}
#single-treatment .page-layout__post .treatment-case .case-list__item .case-vsl iframe .Header,
#single-treatment .page-layout__post .treatment-case .case-list__item .case-vsl iframe .HoverCard,
#single-treatment .page-layout__post .treatment-case .case-list__item .case-vsl iframe .Feedback,
#single-treatment .page-layout__post .treatment-case .case-list__item .case-vsl iframe .SocialProof,
#single-treatment .page-layout__post .treatment-case .case-list__item .case-vsl iframe .Footer {
  display: none !important;
}
#single-treatment .page-layout__post .treatment-case .case-list__item .case-dtl {
  width: calc(100% - 290px);
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
}
@media screen and (max-width: 1279px) {
  #single-treatment .page-layout__post .treatment-case .case-list__item .case-dtl {
    width: calc(100% - 240px);
  }
}
@media screen and (max-width: 1023px) {
  #single-treatment .page-layout__post .treatment-case .case-list__item .case-dtl {
    width: 100%;
  }
}
#single-treatment .page-layout__post .treatment-case .case-list__item .case-dtl dl:not(:last-child) {
  margin-bottom: calc(8px * 2);
}
@media screen and (max-width: 959px) {
  #single-treatment .page-layout__post .treatment-case .case-list__item .case-dtl dl:not(:last-child) {
    margin-bottom: calc(8px * 2 * 0.75);
  }
}
@media screen and (max-width: 519px) {
  #single-treatment .page-layout__post .treatment-case .case-list__item .case-dtl dl:not(:last-child) {
    margin-bottom: calc(8px * 2 * 0.5);
  }
}
#single-treatment .page-layout__post .treatment-case .case-list__item .case-dtl dl:not(:last-child) {
  padding-bottom: calc(8px * 2);
}
@media screen and (max-width: 959px) {
  #single-treatment .page-layout__post .treatment-case .case-list__item .case-dtl dl:not(:last-child) {
    padding-bottom: calc(8px * 2 * 0.75);
  }
}
@media screen and (max-width: 519px) {
  #single-treatment .page-layout__post .treatment-case .case-list__item .case-dtl dl:not(:last-child) {
    padding-bottom: calc(8px * 2 * 0.5);
  }
}
#single-treatment .page-layout__post .treatment-case .case-list__item .case-dtl dl:not(:last-child) {
  border-bottom: 1px dotted #796A58;
}
#single-treatment .page-layout__post .treatment-case .case-list__item .case-dtl dl dt {
  position: relative;
  padding-left: 24px;
  margin-bottom: 2px;
  font-size: 1.8rem;
  font-weight: bold;
  color: #796A58;
}
@media screen and (max-width: 959px) {
  #single-treatment .page-layout__post .treatment-case .case-list__item .case-dtl dl dt {
    font-size: 1.6rem;
  }
}
#single-treatment .page-layout__post .treatment-case .case-list__item .case-dtl dl dt::before {
  content: "";
  position: absolute;
  top: 6px;
  left: 0;
  width: 18px;
  height: 18px;
  background: url("/wp-content/themes/itreat_base/dist/img/common/hexagon.svg") center/contain no-repeat;
}
#single-treatment .page-layout__post .treatment-case .case-list__item .case-dtl dl dd {
  line-height: 1.6;
}
#single-treatment .page-layout__post .treatment-case .js-case-slider-wrapper .link-area {
  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-treatment .page-layout__post .treatment-case .js-case-slider-wrapper .link-area {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 16px;
  }
}
#single-treatment .page-layout__post .treatment-case .js-case-slider-wrapper .arrow_box {
  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;
  gap: 8px;
  width: calc(100% + 32px);
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 767px) {
  #single-treatment .page-layout__post .treatment-case .js-case-slider-wrapper .arrow_box {
    width: calc(100% + 42px);
  }
}
@media screen and (max-width: 519px) {
  #single-treatment .page-layout__post .treatment-case .js-case-slider-wrapper .arrow_box {
    width: calc(100% + 30px);
  }
}
#single-treatment .page-layout__post .treatment-case .js-case-slider-wrapper .slick-arrow {
  position: relative;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  border: 1px solid #796A58;
  background: #ffffff;
  cursor: pointer;
}
@media screen and (max-width: 519px) {
  #single-treatment .page-layout__post .treatment-case .js-case-slider-wrapper .slick-arrow {
    width: 36px;
    height: 36px;
  }
}
#single-treatment .page-layout__post .treatment-case .js-case-slider-wrapper .slick-arrow:hover {
  background: #796A58;
}
#single-treatment .page-layout__post .treatment-case .js-case-slider-wrapper .slick-arrow:hover::before {
  color: #ffffff;
}
#single-treatment .page-layout__post .treatment-case .js-case-slider-wrapper .prev-arrow::before {
  content: "<";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #796A58;
}
#single-treatment .page-layout__post .treatment-case .js-case-slider-wrapper .next-arrow::before {
  content: ">";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #796A58;
}
#single-treatment .page-layout__post .cv {
  position: relative;
  padding: 48px 24px;
  margin-bottom: 64px;
  border: 1px solid #046A74;
}
@media screen and (max-width: 1023px) {
  #single-treatment .page-layout__post .cv {
    margin-bottom: 48px;
  }
}
@media screen and (max-width: 959px) {
  #single-treatment .page-layout__post .cv {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  #single-treatment .page-layout__post .cv {
    margin-bottom: 32px;
  }
}
@media screen and (max-width: 519px) {
  #single-treatment .page-layout__post .cv {
    margin-bottom: 24px;
  }
}
#single-treatment .page-layout__post .cv::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: -1;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: calc(100% - 8px);
  height: calc(100% - 8px);
  background: #046A74;
}
#single-treatment .page-layout__post .cv .cv-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;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 12px;
}
#single-treatment .page-layout__post .cv .cv-list__item {
  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;
  max-width: 264px;
  width: 100%;
  padding: 12px 0;
  background: #ffffff;
  border-radius: 40px;
}
#single-treatment .page-layout__post .cv .cv-list__item.--line {
  color: #00B900;
}
#single-treatment .page-layout__post .cv .cv-list__item.--line .ico-line {
  width: 20px;
  height: 20px;
  background-color: #00B900;
  -webkit-mask-image: url("/wp-content/themes/itreat_base/dist/img/common/line.svg");
  mask-image: url("/wp-content/themes/itreat_base/dist/img/common/line.svg");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
}
#single-treatment .page-layout__post .cv .cv-list__item.--contact {
  color: #046A74;
}
#single-treatment .page-layout__post .cv .cv-list__item.--contact .ico-contact {
  width: 20px;
  height: 20px;
  background-color: #046A74;
  -webkit-mask-image: url("/wp-content/themes/itreat_base/dist/img/common/contact.svg");
  mask-image: url("/wp-content/themes/itreat_base/dist/img/common/contact.svg");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
}
#single-treatment .page-layout__post .cv .cv-list__item:hover {
  -webkit-transform: translate(0, 3px);
  transform: translate(0, 3px);
}
#single-treatment #toc-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 999;
  opacity: 0;
}
@media (min-width: 960px) {
  #single-treatment #toc-toggle-btn {
    display: none !important;
  }
}
@media screen and (max-width: 959px) {
  #single-treatment #toc-toggle-btn {
    position: relative;
    display: block;
    position: fixed;
    bottom: 24px;
    left: 16px;
    z-index: 1002;
    padding: 12px 16px;
    font-weight: bold;
    border: solid 1px #ffffff;
    background: #046A74;
    font-size: 1.4rem;
    color: #ffffff;
    border-radius: 4px;
    -webkit-transition: none;
    transition: none;
  }
}
@media screen and (max-width: 959px) and (max-width: 519px) {
  #single-treatment #toc-toggle-btn {
    bottom: 24px;
    padding: 8px 16px;
  }
}
#single-treatment #toc-overlay.is-open {
  display: block;
  opacity: 1;
}
/*# sourceMappingURL=../../maps/pages/treatment.css.map */
