#archive-medical .cate-menu {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  max-width: 1000px;
  margin: 0 auto;
  margin-bottom: calc(8px * 5);
}

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

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

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

@media screen and (max-width: 767px) {
  #archive-medical .cate-menu {
    grid-template-columns: repeat(3, 1fr);
    gap: 9px 8px;
  }
}

@media screen and (max-width: 519px) {
  #archive-medical .cate-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    grid-template-columns: none;
  }
}

#archive-medical .cate-menu__item {
  height: 48px;
}

@media screen and (max-width: 767px) {
  #archive-medical .cate-menu__item {
    height: 40px;
  }
}

@media screen and (max-width: 519px) {
  #archive-medical .cate-menu__item {
    height: auto;
  }
}

#archive-medical .cate-menu__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%;
  border-radius: 48px;
  border: solid 1px #b19a8d;
  background: #b19a8d;
  color: #ffffff;
  line-height: 1.4;
}

@media screen and (max-width: 519px) {
  #archive-medical .cate-menu__item a {
    display: inline-block;
    padding: 2px 10px 1px 20px;
    height: auto;
  }
}

@media screen and (max-width: 519px) {
  #archive-medical .cate-menu__item a::before {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 10px;
    translate: 0 -50%;
    width: 6px;
    height: 6px;
    background: #ffffff;
    border-radius: 50%;
  }
}

#archive-medical .cate-menu__item a:hover {
  background: #ffffff;
  color: #b19a8d;
}

@media screen and (max-width: 519px) {
  #archive-medical .cate-menu__item a:hover::before {
    background: #b19a8d;
  }
}

#archive-medical .cate-menu__item.is-current a {
  background: #ffffff;
  color: #b19a8d;
}

@media screen and (max-width: 519px) {
  #archive-medical .cate-menu__item.is-current a::before {
    background: #b19a8d;
  }
}

#archive-medical .cat-headline {
  margin-bottom: calc(8px * 5);
  font-size: 2rem;
  font-weight: 500;
  text-align: center;
}

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

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

@media screen and (max-width: 959px) {
  #archive-medical .cat-headline {
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 767px) {
  #archive-medical .cat-headline {
    font-size: 1.6rem;
  }
}

#archive-medical .pagenation,
#archive-medical .wp-pagenavi {
  padding-top: calc(8px * 8);
  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;
}

@media screen and (max-width: 959px) {
  #archive-medical .pagenation,
  #archive-medical .wp-pagenavi {
    padding-top: calc((8px * 8) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  #archive-medical .pagenation,
  #archive-medical .wp-pagenavi {
    padding-top: calc((8px * 8) * 0.5);
  }
}

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

#archive-medical .pagenation .page-numbers,
#archive-medical .pagenation .page,
#archive-medical .pagenation .current,
#archive-medical .pagenation .nextpostslink,
#archive-medical .pagenation .previouspostslink,
#archive-medical .wp-pagenavi .page-numbers,
#archive-medical .wp-pagenavi .page,
#archive-medical .wp-pagenavi .current,
#archive-medical .wp-pagenavi .nextpostslink,
#archive-medical .wp-pagenavi .previouspostslink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  z-index: 1;
  width: 48px;
  height: 48px;
  background: #ffffff;
  border: solid 1px #b19a8d;
  border-radius: 50%;
  color: #b19a8d;
  font-size: 2rem;
  font-family: "Inter", sans-serif;
  font-weight: bold;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

@media screen and (max-width: 959px) {
  #archive-medical .pagenation .page-numbers,
  #archive-medical .pagenation .page,
  #archive-medical .pagenation .current,
  #archive-medical .pagenation .nextpostslink,
  #archive-medical .pagenation .previouspostslink,
  #archive-medical .wp-pagenavi .page-numbers,
  #archive-medical .wp-pagenavi .page,
  #archive-medical .wp-pagenavi .current,
  #archive-medical .wp-pagenavi .nextpostslink,
  #archive-medical .wp-pagenavi .previouspostslink {
    width: 40px;
    height: 40px;
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 519px) {
  #archive-medical .pagenation .page-numbers,
  #archive-medical .pagenation .page,
  #archive-medical .pagenation .current,
  #archive-medical .pagenation .nextpostslink,
  #archive-medical .pagenation .previouspostslink,
  #archive-medical .wp-pagenavi .page-numbers,
  #archive-medical .wp-pagenavi .page,
  #archive-medical .wp-pagenavi .current,
  #archive-medical .wp-pagenavi .nextpostslink,
  #archive-medical .wp-pagenavi .previouspostslink {
    font-size: 1.4rem;
  }
}

#archive-medical .pagenation .page-numbers:not(.current):hover,
#archive-medical .pagenation .page:not(.current):hover,
#archive-medical .pagenation .current:not(.current):hover,
#archive-medical .pagenation .nextpostslink:not(.current):hover,
#archive-medical .pagenation .previouspostslink:not(.current):hover,
#archive-medical .wp-pagenavi .page-numbers:not(.current):hover,
#archive-medical .wp-pagenavi .page:not(.current):hover,
#archive-medical .wp-pagenavi .current:not(.current):hover,
#archive-medical .wp-pagenavi .nextpostslink:not(.current):hover,
#archive-medical .wp-pagenavi .previouspostslink:not(.current):hover {
  background: #b19a8d;
  color: #ffffff;
}

#archive-medical .pagenation .current,
#archive-medical .wp-pagenavi .current {
  border: none;
  background: #b19a8d;
  color: #ffffff;
}

#archive-medical .pagenation .page-numbers.next,
#archive-medical .pagenation .page-numbers.prev,
#archive-medical .pagenation .nextpostslink,
#archive-medical .pagenation .previouspostslink,
#archive-medical .wp-pagenavi .page-numbers.next,
#archive-medical .wp-pagenavi .page-numbers.prev,
#archive-medical .wp-pagenavi .nextpostslink,
#archive-medical .wp-pagenavi .previouspostslink {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  position: relative;
  white-space: nowrap;
}

@media screen and (max-width: 519px) {
  #archive-medical .pagenation .page-numbers.next,
  #archive-medical .pagenation .page-numbers.prev,
  #archive-medical .pagenation .nextpostslink,
  #archive-medical .pagenation .previouspostslink,
  #archive-medical .wp-pagenavi .page-numbers.next,
  #archive-medical .wp-pagenavi .page-numbers.prev,
  #archive-medical .wp-pagenavi .nextpostslink,
  #archive-medical .wp-pagenavi .previouspostslink {
    width: calc( 50% - 4px);
    border-radius: 4px;
    height: 40px;
  }
}

#archive-medical .pagenation .page-numbers.next::before,
#archive-medical .pagenation .page-numbers.prev::before,
#archive-medical .pagenation .nextpostslink::before,
#archive-medical .pagenation .previouspostslink::before,
#archive-medical .wp-pagenavi .page-numbers.next::before,
#archive-medical .wp-pagenavi .page-numbers.prev::before,
#archive-medical .wp-pagenavi .nextpostslink::before,
#archive-medical .wp-pagenavi .previouspostslink::before {
  content: '';
  -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;
  width: 17px;
  height: 13px;
  background: #b19a8d;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

@media screen and (max-width: 959px) {
  #archive-medical .pagenation .page-numbers.next::before,
  #archive-medical .pagenation .page-numbers.prev::before,
  #archive-medical .pagenation .nextpostslink::before,
  #archive-medical .pagenation .previouspostslink::before,
  #archive-medical .wp-pagenavi .page-numbers.next::before,
  #archive-medical .wp-pagenavi .page-numbers.prev::before,
  #archive-medical .wp-pagenavi .nextpostslink::before,
  #archive-medical .wp-pagenavi .previouspostslink::before {
    width: 15px;
    height: 11px;
  }
}

#archive-medical .pagenation .page-numbers.next:hover::before,
#archive-medical .pagenation .page-numbers.prev:hover::before,
#archive-medical .pagenation .nextpostslink:hover::before,
#archive-medical .pagenation .previouspostslink:hover::before,
#archive-medical .wp-pagenavi .page-numbers.next:hover::before,
#archive-medical .wp-pagenavi .page-numbers.prev:hover::before,
#archive-medical .wp-pagenavi .nextpostslink:hover::before,
#archive-medical .wp-pagenavi .previouspostslink:hover::before {
  background-color: #ffffff;
}

@media screen and (max-width: 519px) {
  #archive-medical .pagenation .page-numbers.prev,
  #archive-medical .pagenation .previouspostslink,
  #archive-medical .wp-pagenavi .page-numbers.prev,
  #archive-medical .wp-pagenavi .previouspostslink {
    position: absolute;
    bottom: 0;
    left: 0;
    margin: 0;
  }
}

#archive-medical .pagenation .page-numbers.prev::before,
#archive-medical .pagenation .previouspostslink::before,
#archive-medical .wp-pagenavi .page-numbers.prev::before,
#archive-medical .wp-pagenavi .previouspostslink::before {
  -webkit-transform: rotateZ(180deg);
  transform: rotateZ(180deg);
}

#archive-medical .pagenation .page-numbers.next,
#archive-medical .pagenation .nextpostslink,
#archive-medical .wp-pagenavi .page-numbers.next,
#archive-medical .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-medical .pagenation .page-numbers.next,
  #archive-medical .pagenation .nextpostslink,
  #archive-medical .wp-pagenavi .page-numbers.next,
  #archive-medical .wp-pagenavi .nextpostslink {
    position: absolute;
    right: 0;
    bottom: 0;
    margin: 0;
  }
}

#archive-medical .medical-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

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

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

#archive-medical .medical-list__item {
  padding: 16px;
  background: #ffffff;
  border: solid 1px #29241f;
}

@media screen and (max-width: 1279px) {
  #archive-medical .medical-list__item {
    padding: 10px;
  }
}

#archive-medical .medical-list__item .medical-vsl {
  margin-bottom: 12px;
}

#archive-medical .medical-list__item .medical-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 6px;
  font-size: 1.4rem;
}

@media screen and (max-width: 519px) {
  #archive-medical .medical-list__item .medical-meta {
    margin-bottom: 8px;
  }
}

@media screen and (max-width: 519px) {
  #archive-medical .medical-list__item .medical-meta__date {
    width: 100%;
    font-size: 1.2rem;
  }
}

#archive-medical .medical-list__item .medical-meta__cate a {
  position: relative;
  padding-left: 12px;
  font-size: 1.4rem;
}

@media screen and (max-width: 519px) {
  #archive-medical .medical-list__item .medical-meta__cate a {
    padding-left: 10px;
  }
}

#archive-medical .medical-list__item .medical-meta__cate a::before {
  content: '';
  display: block;
  position: absolute;
  top: 5px;
  left: 0;
  width: 6px;
  height: 6px;
  background: #29241f;
  border-radius: 50%;
}

#archive-medical .medical-list__item .medical-meta__cate a:hover {
  text-decoration: underline;
}

@media screen and (max-width: 959px) {
  #archive-medical .medical-list__item .medical-meta__cate a:hover {
    text-decoration: initial;
  }
}

#archive-medical .medical-list__item .medical-ttl {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  margin-bottom: 8px;
  font-weight: 500;
  line-height: 1.4;
}

@media screen and (max-width: 519px) {
  #archive-medical .medical-list__item .medical-ttl {
    margin-bottom: 6px;
  }
}

#archive-medical .medical-list__item .medical-ttl a:hover {
  text-decoration: underline;
}

#archive-medical .medical-list__item .medical-txt {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  font-size: 1.4rem;
}

@media screen and (max-width: 959px) {
  #archive-medical .medical-list__item .medical-txt {
    font-size: 1.2rem;
    line-height: 1.4;
  }
}

#archive-medical .medical-list__item .medical-tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 6px;
}

#archive-medical .medical-list__item .medical-tag__item a {
  font-size: 1.2rem;
}

#archive-medical .medical-list__item .medical-tag__item a:hover {
  text-decoration: underline;
}

#single-medical .page-layout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 64px;
}

@media screen and (max-width: 1279px) {
  #single-medical .page-layout {
    gap: 32px;
  }
}

@media screen and (max-width: 959px) {
  #single-medical .page-layout {
    gap: 0;
  }
}

#single-medical .page-layout__toc {
  width: 240px;
}

@media screen and (max-width: 959px) {
  #single-medical .page-layout__toc {
    position: fixed;
    top: calc( 50% + 14px);
    left: 50%;
    translate: -50% -50%;
    z-index: 10000;
    overflow-y: auto;
    width: calc( 100% - 48px);
    max-width: 720px;
    max-height: calc( 100% - 280px);
    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-medical .page-layout__toc {
    top: calc( 50% + 8px);
    max-height: calc( 100% - 180px);
  }
}

#single-medical .page-layout__toc.is-open {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  visibility: visible;
  pointer-events: auto;
}

#single-medical .page-layout__toc .toc {
  position: sticky;
  top: 24px;
  right: 0;
}

@media screen and (max-width: 959px) {
  #single-medical .page-layout__toc .toc {
    top: 0;
    width: 100%;
    height: auto;
  }
}

#single-medical .page-layout__toc .toc .toc-inner {
  padding: 24px;
  background: #f8f5ed;
  border: solid 1px rgba(148, 114, 64, 0.64);
}

@media screen and (max-width: 959px) {
  #single-medical .page-layout__toc .toc .toc-inner {
    height: 100%;
    overflow-y: scroll;
  }
}

@media screen and (max-width: 959px) {
  #single-medical .page-layout__toc .toc .toc-inner {
    border-width: 1px;
    border-radius: 3px;
  }
}

#single-medical .page-layout__toc .toc .toc-ttl {
  position: relative;
  margin-bottom: 16px;
  padding-bottom: 16px;
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1;
}

@media screen and (max-width: 959px) {
  #single-medical .page-layout__toc .toc .toc-ttl {
    margin-bottom: 2px;
    padding-bottom: 18px;
    font-size: 1.6rem;
  }
}

#single-medical .page-layout__toc .toc .toc-ttl::before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 50%;
  translate: -50% 0;
  width: 38px;
  height: 6px;
  background-color: transparent;
  background-image: radial-gradient(circle, #947240 1.5px, transparent 1.5px), radial-gradient(circle, #C5A25F 1.5px, transparent 1.5px);
  background-position: -2px 0, 4px 0;
  background-size: 12px 6px;
}

#single-medical .page-layout__toc .toc .toc-list__item {
  line-height: 1.4;
}

#single-medical .page-layout__toc .toc .toc-list__item:not(:last-child) {
  margin-bottom: 10px;
}

@media screen and (max-width: 959px) {
  #single-medical .page-layout__toc .toc .toc-list__item:not(:last-child) {
    margin-bottom: 0;
    border-bottom: solid 1px #cccccc;
  }
}

#single-medical .page-layout__toc .toc .toc-list__item a {
  position: relative;
  display: block;
  padding: 0 0 0 24px;
  font-size: 1.8rem;
}

@media screen and (max-width: 959px) {
  #single-medical .page-layout__toc .toc .toc-list__item a {
    padding: 10px 0 10px 24px;
    font-size: 1.6rem;
  }
}

#single-medical .page-layout__toc .toc .toc-list__item a::before {
  position: absolute;
  content: "";
  left: 0;
  top: 5px;
  width: 17px;
  height: 15px;
  background: #947240;
  border-radius: 6px;
}

@media screen and (max-width: 959px) {
  #single-medical .page-layout__toc .toc .toc-list__item a::before {
    top: 13px;
  }
}

#single-medical .page-layout__toc .toc .toc-list__item a::after {
  position: absolute;
  content: "";
  top: 10px;
  left: 4px;
  width: 10px;
  height: 5px;
  -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;
  background: #ffffff;
}

@media screen and (max-width: 959px) {
  #single-medical .page-layout__toc .toc .toc-list__item a::after {
    top: 18px;
  }
}

#single-medical .page-layout__toc .toc .toc-list__item a span {
  display: inline-block;
  -webkit-transition: .3s ease-out;
  transition: .3s ease-out;
}

#single-medical .page-layout__toc .toc .toc-list__item a:hover {
  translate: 3px 0;
}

#single-medical .page-layout__toc .toc .toc-list__item a:hover span {
  text-decoration: underline;
}

@media (min-width: 960px) {
  #single-medical .page-layout #toc-toggle-btn {
    display: none !important;
  }
}

@media screen and (max-width: 959px) {
  #single-medical .page-layout #toc-toggle-btn {
    position: fixed;
    bottom: calc( 96px + env(safe-area-inset-bottom) / 1.5);
    left: 18px;
    z-index: 800;
    padding: 12px 16px 12px 32px;
    border: solid 1px #ffffff;
    background: #947240;
    font-size: 1.4rem;
    color: #ffffff;
    border-radius: 4px;
    cursor: pointer;
    -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-medical .page-layout #toc-toggle-btn {
    left: 10px;
    bottom: calc( 74px + env(safe-area-inset-bottom) / 1.5);
    padding: 8px 16px 8px 32px;
  }
}

@media screen and (max-width: 959px) {
  #single-medical .page-layout #toc-toggle-btn::before {
    position: absolute;
    content: "";
    left: 12px;
    top: 50%;
    translate: 0 -50%;
    width: 13px;
    aspect-ratio: 1/1;
    -webkit-mask-image: url("/wp-content/themes/itreat_base/dist/img/icon/toc-ico.svg");
    mask-image: url("/wp-content/themes/itreat_base/dist/img/icon/toc-ico.svg");
    -webkit-mask-position: 0 0;
    mask-position: 0 0;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    background: #ffffff;
  }
}

#single-medical .page-layout__post {
  width: calc( 100% - 344px);
}

@media screen and (max-width: 1279px) {
  #single-medical .page-layout__post {
    width: calc( 100% - 312px);
  }
}

@media screen and (max-width: 959px) {
  #single-medical .page-layout__post {
    width: 100%;
  }
}

#single-medical .page-layout__post [id*="autoid"] {
  padding-top: 88px;
  margin-top: -88px;
}

@media screen and (max-width: 959px) {
  #single-medical .page-layout__post [id*="autoid"] {
    padding-top: 72px;
    margin-top: -72px;
  }
}

#single-medical .page-layout #toc-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(41, 36, 31, 0.5);
  z-index: 9999;
  opacity: 0;
  cursor: pointer;
}

@media (min-width: 960px) {
  #single-medical .page-layout #toc-overlay {
    display: none !important;
  }
}

#single-medical .page-layout #toc-overlay.is-open {
  display: block;
  opacity: 1;
}

#single-medical .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-medical .post-eyecatch {
    margin-bottom: calc((8px * 5) * 0.75);
  }
}

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

#single-medical .post-eyecatch img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

#single-medical .post-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 16px;
  margin-bottom: 16px;
  font-size: 1.4rem;
}

@media screen and (max-width: 519px) {
  #single-medical .post-meta__date {
    width: 100%;
  }
}

#single-medical .post-meta__cate a {
  position: relative;
  padding-left: 12px;
  font-size: 1.4rem;
}

@media screen and (max-width: 519px) {
  #single-medical .post-meta__cate a {
    padding-left: 10px;
  }
}

#single-medical .post-meta__cate a::before {
  content: '';
  display: block;
  position: absolute;
  top: 5px;
  left: 0;
  width: 6px;
  height: 6px;
  background: #29241f;
  border-radius: 50%;
}

#single-medical .post-meta__cate a:hover {
  text-decoration: underline;
}

@media screen and (max-width: 959px) {
  #single-medical .post-meta__cate a:hover {
    text-decoration: initial;
  }
}

#single-medical .post-tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 4px 10px;
}

#single-medical .post-tag__item span {
  color: #947240;
}

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

#single-medical .post-ttl {
  margin-bottom: calc(8px * 8);
  font-size: 3.2rem;
  font-weight: 500;
  line-height: 1.4;
}

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

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

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

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

#single-medical .post-dtl {
  font-size: 1.8rem;
  letter-spacing: 0.1em;
  line-height: 1.8;
}

@media screen and (max-width: 767px) {
  #single-medical .post-dtl {
    font-size: 1.5rem;
    letter-spacing: 0.05em;
  }
}

#single-medical .post-dtl h2 {
  position: relative;
  margin-top: 96px;
  margin-bottom: calc(8px * 5);
  padding: 20px 16px 16px 22px;
  background: #7C6152;
  border-radius: 16px 0 16px 0;
  font-size: 2.8rem;
  font-weight: 500;
  line-height: 1.2;
  color: #ffffff;
}

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

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

@media screen and (max-width: 959px) {
  #single-medical .post-dtl h2 {
    margin-top: 64px;
    border-radius: 12px 0 12px 0;
    font-size: 2.4rem;
  }
}

@media screen and (max-width: 519px) {
  #single-medical .post-dtl h2 {
    margin-top: 40px;
    padding: 16px 16px 12px 20px;
    border-radius: 8px 0 8px 0;
    font-size: 2rem;
  }
}

#single-medical .post-dtl h2::before {
  position: absolute;
  content: "";
  top: 4px;
  left: 4px;
  width: 32px;
  height: 32px;
  border-style: solid;
  border-width: 2px 0 0 2px;
  border-color: #ffffff;
  border-radius: 12px 0 0;
  opacity: .4;
}

@media screen and (max-width: 959px) {
  #single-medical .post-dtl h2::before {
    border-radius: 8px 0 0;
  }
}

@media screen and (max-width: 519px) {
  #single-medical .post-dtl h2::before {
    top: 3px;
    left: 3px;
    border-radius: 5px 0 0;
  }
}

#single-medical .post-dtl h2::after {
  position: absolute;
  content: "";
  top: 3px;
  left: 42px;
  width: 12px;
  height: 4px;
  background-color: transparent;
  background-image: radial-gradient(circle, #ffffff 2px, transparent 2px);
  background-position: -2px 0, 4px 0;
  background-size: 8px 4px;
  opacity: .4;
}

@media screen and (max-width: 519px) {
  #single-medical .post-dtl h2::after {
    left: 38px;
    width: 11px;
    height: 3px;
    background-image: radial-gradient(circle, #ffffff 1.5px, transparent 1.5px);
    background-position: -1px 0, 3px 0;
    background-size: 6px 3px;
  }
}

#single-medical .post-dtl h3 {
  position: relative;
  margin-top: 48px;
  padding-bottom: 4px;
  margin-bottom: calc(8px * 4);
  font-size: 2.4rem;
  font-weight: 500;
}

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

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

@media screen and (max-width: 959px) {
  #single-medical .post-dtl h3 {
    margin-top: 32px;
    font-size: 2rem;
  }
}

@media screen and (max-width: 519px) {
  #single-medical .post-dtl h3 {
    margin-top: 16px;
    font-size: 1.8rem;
  }
}

#single-medical .post-dtl h3::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: -2px;
  width: 15px;
  height: 5px;
  background-color: transparent;
  background-image: radial-gradient(circle, #947240 2.5px, transparent 2.5px), radial-gradient(circle, #C5A25F 2.5px, transparent 2.5px);
  background-position: -5px 0, 5px 0;
  background-size: 15px 5px;
}

#single-medical .post-dtl h3::after {
  position: absolute;
  content: "";
  bottom: 0;
  right: 0;
  width: calc( 100% - 22px);
  height: 1px;
  background: #b19a8d;
}

#single-medical .post-dtl h4 {
  position: relative;
  margin-top: 24px;
  margin-bottom: calc(8px * 1);
  padding-left: 12px;
  font-size: 2rem;
  font-weight: 500;
}

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

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

@media screen and (max-width: 959px) {
  #single-medical .post-dtl h4 {
    margin-top: 16px;
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 519px) {
  #single-medical .post-dtl h4 {
    margin-top: 8px;
    font-size: 1.6rem;
  }
}

#single-medical .post-dtl h4::before {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  translate: 0 -50%;
  width: 4px;
  height: 20px;
  background-color: transparent;
  background-image: radial-gradient(circle, #C5A25F 2px, transparent 2px), radial-gradient(circle, #947240 2px, transparent 2px);
  background-position: 0 -6px, 0 2px;
  background-size: 4px 16px;
}

#single-medical .post-dtl .has-blk-color {
  color: #29241f;
  font-weight: 500;
}

#single-medical .post-dtl .has-wht-color {
  color: #ffffff;
  font-weight: 500;
}

#single-medical .post-dtl .has-red-color {
  color: #c45618;
  font-weight: 500;
}

#single-medical .post-dtl .has-blu-color {
  color: #0e79c7;
  font-weight: 500;
}

#single-medical .post-dtl .has-l-yel-color {
  color: #f8f4c6;
  font-weight: 500;
}

#single-medical .post-dtl .has-l-brn-color {
  color: #b19a8d;
  font-weight: 500;
}

#single-medical .post-dtl .has-beg-color {
  color: #f8f5ed;
  font-weight: 500;
}

#single-medical .post-dtl .has-blk-background-color {
  background-color: #29241f;
}

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

#single-medical .post-dtl .has-red-background-color {
  background-color: #c45618;
}

#single-medical .post-dtl .has-blu-background-color {
  background-color: #0e79c7;
}

#single-medical .post-dtl .has-l-yel-background-color {
  background-color: #f8f4c6;
}

#single-medical .post-dtl .has-l-brn-background-color {
  background-color: #b19a8d;
}

#single-medical .post-dtl .has-beg-background-color {
  background-color: #f8f5ed;
}

#single-medical .post-dtl p {
  margin-bottom: 32px;
}

@media screen and (max-width: 519px) {
  #single-medical .post-dtl p {
    margin-bottom: 24px;
  }
}

#single-medical .post-dtl strong,
#single-medical .post-dtl mark {
  font-weight: bold;
}

#single-medical .post-dtl a {
  text-decoration: underline;
  color: #29241f;
}

#single-medical .post-dtl a:hover {
  text-decoration: none;
}

#single-medical .post-dtl ul {
  margin-bottom: calc(8px * 4);
  list-style: none;
}

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

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

@media screen and (max-width: 519px) {
  #single-medical .post-dtl ul {
    margin: 0 0 20px;
  }
}

#single-medical .post-dtl ul li {
  position: relative;
  padding-left: 12px;
}

@media screen and (max-width: 767px) {
  #single-medical .post-dtl ul li {
    padding-left: 10px;
  }
}

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

#single-medical .post-dtl ul li::before {
  content: '';
  display: block;
  position: absolute;
  top: 12px;
  left: 0;
  width: 6px;
  height: 6px;
  background: #7C6152;
  border-radius: 50%;
}

@media screen and (max-width: 767px) {
  #single-medical .post-dtl ul li::before {
    top: 10px;
  }
}

#single-medical .post-dtl ul li ul {
  padding-top: 6px;
  margin-bottom: 6px;
}

@media screen and (max-width: 767px) {
  #single-medical .post-dtl ul li ul {
    padding-top: 4px;
    margin-bottom: 4px;
  }
}

#single-medical .post-dtl ul li ul li:not(:nth-last-of-type(1)) {
  margin-bottom: 0;
}

#single-medical .post-dtl ul li ul li::before {
  background: #947240;
}

#single-medical .post-dtl ul li ol {
  padding-top: 8px;
  margin-bottom: 8px;
}

@media screen and (max-width: 767px) {
  #single-medical .post-dtl ul li ol {
    padding-top: 6px;
    margin-bottom: 6px;
  }
}

#single-medical .post-dtl ul li ol li {
  padding-left: 0;
}

#single-medical .post-dtl ul li ol li:not(:nth-last-of-type(1)) {
  margin-bottom: 0;
}

#single-medical .post-dtl ul li ol li::before {
  display: none;
}

#single-medical .post-dtl ol {
  margin-bottom: calc(8px * 4);
  list-style: auto;
  list-style-position: inside;
  -webkit-padding-start: 0;
  padding-inline-start: 0;
}

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

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

@media screen and (max-width: 519px) {
  #single-medical .post-dtl ol {
    margin: 0 0 20px;
  }
}

#single-medical .post-dtl ol.wp-block {
  padding: 0 0 0 20px;
}

#single-medical .post-dtl ol li {
  margin-left: 1.3em;
  text-indent: -1.3em;
}

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

@media screen and (max-width: 767px) {
  #single-medical .post-dtl ol li:not(:nth-last-of-type(1)) {
    margin-bottom: 6px;
  }
}

#single-medical .post-dtl ol li::marker {
  color: #7C6152;
  font-weight: bold;
  line-height: 1.2;
}

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

#single-medical .post-dtl ol li ul {
  padding-top: 8px;
  margin-bottom: 8px;
}

@media screen and (max-width: 767px) {
  #single-medical .post-dtl ol li ul {
    padding-top: 6px;
    margin-bottom: 6px;
  }
}

#single-medical .post-dtl ol li ul li {
  margin-left: 0;
  text-indent: 0;
}

#single-medical .post-dtl ol li ul li:not(:nth-last-of-type(1)) {
  margin-bottom: 0;
}

#single-medical .post-dtl ol li ol {
  padding-top: 8px;
  margin-bottom: 8px;
}

@media screen and (max-width: 767px) {
  #single-medical .post-dtl ol li ol {
    padding-top: 6px;
    margin-bottom: 6px;
  }
}

#single-medical .post-dtl ol li ol li:not(:nth-last-of-type(1)) {
  margin-bottom: 0;
}

#single-medical .post-dtl ol li ol li::marker {
  color: #947240;
}

#single-medical .post-dtl .wp-block-table {
  margin-bottom: 32px;
}

#single-medical .post-dtl .wp-block-table table {
  line-height: 1.6;
}

@media screen and (max-width: 767px) {
  #single-medical .post-dtl .wp-block-table table {
    line-height: 1.4;
  }
}

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

#single-medical .post-dtl .wp-block-table table thead tr th {
  padding: 16px;
  background: #7C6152;
  color: #ffffff;
  border-color: #7C6152;
}

@media screen and (max-width: 767px) {
  #single-medical .post-dtl .wp-block-table table thead tr th {
    padding: 8px;
  }
}

#single-medical .post-dtl .wp-block-table table thead tr th:not(:last-child) {
  border-right: solid 1px #ffffff;
}

#single-medical .post-dtl .wp-block-table table tbody tr th,
#single-medical .post-dtl .wp-block-table table tbody tr td {
  padding: 16px;
  background: #ffffff;
  border-color: #7C6152;
}

@media screen and (max-width: 767px) {
  #single-medical .post-dtl .wp-block-table table tbody tr th,
  #single-medical .post-dtl .wp-block-table table tbody tr td {
    padding: 8px;
  }
}

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

#single-medical .post-dtl .wp-block-quote p {
  margin: 0 0 4px;
}

#single-medical .post-dtl .wp-block-quote cite a {
  text-decoration: underline;
  font-size: 1.4rem;
  color: #868381;
}

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

#single-medical .post-dtl .wp-block-image {
  margin: 0 0 32px;
}

#single-medical .post-dtl .wp-block-image img {
  width: auto;
}

#single-medical .post-dtl .wp-block-media-text {
  margin: 0 0 32px;
  gap: 24px;
}

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

#single-medical .post-dtl .wp-block-media-text__media {
  padding: 8px 0 0;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

@media screen and (max-width: 519px) {
  #single-medical .post-dtl .wp-block-media-text__media {
    padding: 0;
  }
}

#single-medical .post-dtl .wp-block-media-text__content {
  padding: 0;
}

#single-medical .post-dtl .wp-block-media-text__content *:last-child {
  margin-bottom: 0;
}

#single-medical .post-dtl .wp-block-column {
  margin: 0 0 32px;
}

#single-medical .post-dtl .wp-block-column .wp-block-image {
  margin: 0;
}

#single-medical .post-dtl .wp-block-column .wp-block-image img {
  width: 100%;
}

#single-medical .post-dtl .wp-block-buttons {
  margin-bottom: 32px;
}

#single-medical .post-dtl .wp-block-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 16px;
}

@media screen and (max-width: 519px) {
  #single-medical .post-dtl .wp-block-button {
    gap: 12px;
  }
}

#single-medical .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: 100%;
  padding: 10px 56px 10px 20px;
  min-height: 56px;
  border-radius: 56px;
  background: #ffffff;
  border: solid 1px #7C6152;
  background: #7C6152;
  color: #ffffff;
  font-size: 1.6rem;
  line-height: 1.4;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

@media screen and (max-width: 519px) {
  #single-medical .post-dtl .wp-block-button__link {
    padding: 10px 52px 10px 16px;
    min-height: 48px;
    font-size: 1.4rem;
  }
}

#single-medical .post-dtl .wp-block-button__link::before, #single-medical .post-dtl .wp-block-button__link::after {
  position: absolute;
  content: "";
  top: 50%;
  translate: 0 -50%;
}

#single-medical .post-dtl .wp-block-button__link::before {
  right: 16px;
  width: 28px;
  height: 18px;
  border-radius: 18px;
  background: #ffffff;
}

@media screen and (max-width: 519px) {
  #single-medical .post-dtl .wp-block-button__link::before {
    width: 22px;
    height: 16px;
  }
}

#single-medical .post-dtl .wp-block-button__link::after {
  right: 21px;
  width: 10px;
  height: 5px;
  width: 15px;
  height: 8px;
  -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;
  background: #7C6152;
}

@media screen and (max-width: 519px) {
  #single-medical .post-dtl .wp-block-button__link::after {
    right: 20px;
    width: 13px;
    height: 6px;
  }
}

#single-medical .post-dtl .wp-block-button__link:hover {
  background: #ffffff;
  color: #7C6152;
}

#single-medical .post-dtl .wp-block-button__link:hover::before {
  background: #7C6152;
}

#single-medical .post-dtl .wp-block-button__link:hover::after {
  background: #ffffff;
}

#single-medical .post-dtl .wp-block-button__link.has-red-color {
  color: #c45618;
}

#single-medical .post-dtl .wp-block-button__link.has-l-pnk-color {
  color: #fdeef3;
}

#single-medical .post-dtl .wp-block-button__link.has-blu-color {
  color: #0e79c7;
}

#single-medical .post-dtl .wp-block-button__link.has-d-grn-color {
  color: #40947C;
}

#single-medical .post-dtl .wp-block-button__link.has-grn-color {
  color: #1fa524;
}

#single-medical .post-dtl .wp-block-button__link.has-orn-color {
  color: #ce8118;
}

#single-medical .post-dtl .wp-block-button__link.has-l-yel-color {
  color: #f8f4c6;
}

#single-medical .post-dtl .wp-block-button__link.has-l-beg-color {
  color: #fbfaf8;
}

#single-medical .post-dtl .wp-block-button__link.has-beg-color {
  color: #f8f5ed;
}

#single-medical .post-dtl .wp-block-button__link.has-d-beg-color {
  color: #C5A25F;
}

#single-medical .post-dtl .wp-block-button__link.has-brn-color {
  color: #937c5b;
}

#single-medical .post-dtl .wp-block-button__link.has-l-brn-color {
  color: #b19a8d;
}

#single-medical .post-dtl .wp-block-button__link.has-d-brn-color {
  color: #947240;
}

#single-medical .post-dtl .wp-block-button__link.has-b-brn-color {
  color: #7C6152;
}

#single-medical .post-dtl .wp-block-button__link.has-r-brn-color {
  color: #A48A7E;
}

#single-medical .post-dtl .wp-block-button__link.has-blk-color {
  color: #29241f;
}

#single-medical .post-dtl .wp-block-button__link.has-wht-color {
  color: #ffffff;
}

#single-medical .post-dtl .wp-block-button__link.has-l-gry-color {
  color: #eeeeee;
}

#single-medical .post-dtl .wp-block-button__link.has-gry-color {
  color: #cccccc;
}

#single-medical .post-dtl .wp-block-button__link.has-d-gry-color {
  color: #868381;
}

#single-medical .post-dtl .wp-block-button__link.has-red-background-color {
  background-color: #c45618;
  border-color: #c45618;
}

#single-medical .post-dtl .wp-block-button__link.has-red-background-color::after {
  background: #c45618;
}

#single-medical .post-dtl .wp-block-button__link.has-red-background-color:hover {
  background: #ffffff !important;
  color: #c45618 !important;
}

#single-medical .post-dtl .wp-block-button__link.has-red-background-color:hover::before {
  background: #c45618;
}

#single-medical .post-dtl .wp-block-button__link.has-red-background-color:hover::after {
  background: #ffffff !important;
}

#single-medical .post-dtl .wp-block-button__link.has-l-pnk-background-color {
  background-color: #fdeef3;
  border-color: #fdeef3;
}

#single-medical .post-dtl .wp-block-button__link.has-l-pnk-background-color::after {
  background: #fdeef3;
}

#single-medical .post-dtl .wp-block-button__link.has-l-pnk-background-color:hover {
  background: #ffffff !important;
  color: #fdeef3 !important;
}

#single-medical .post-dtl .wp-block-button__link.has-l-pnk-background-color:hover::before {
  background: #fdeef3;
}

#single-medical .post-dtl .wp-block-button__link.has-l-pnk-background-color:hover::after {
  background: #ffffff !important;
}

#single-medical .post-dtl .wp-block-button__link.has-blu-background-color {
  background-color: #0e79c7;
  border-color: #0e79c7;
}

#single-medical .post-dtl .wp-block-button__link.has-blu-background-color::after {
  background: #0e79c7;
}

#single-medical .post-dtl .wp-block-button__link.has-blu-background-color:hover {
  background: #ffffff !important;
  color: #0e79c7 !important;
}

#single-medical .post-dtl .wp-block-button__link.has-blu-background-color:hover::before {
  background: #0e79c7;
}

#single-medical .post-dtl .wp-block-button__link.has-blu-background-color:hover::after {
  background: #ffffff !important;
}

#single-medical .post-dtl .wp-block-button__link.has-d-grn-background-color {
  background-color: #40947C;
  border-color: #40947C;
}

#single-medical .post-dtl .wp-block-button__link.has-d-grn-background-color::after {
  background: #40947C;
}

#single-medical .post-dtl .wp-block-button__link.has-d-grn-background-color:hover {
  background: #ffffff !important;
  color: #40947C !important;
}

#single-medical .post-dtl .wp-block-button__link.has-d-grn-background-color:hover::before {
  background: #40947C;
}

#single-medical .post-dtl .wp-block-button__link.has-d-grn-background-color:hover::after {
  background: #ffffff !important;
}

#single-medical .post-dtl .wp-block-button__link.has-grn-background-color {
  background-color: #1fa524;
  border-color: #1fa524;
}

#single-medical .post-dtl .wp-block-button__link.has-grn-background-color::after {
  background: #1fa524;
}

#single-medical .post-dtl .wp-block-button__link.has-grn-background-color:hover {
  background: #ffffff !important;
  color: #1fa524 !important;
}

#single-medical .post-dtl .wp-block-button__link.has-grn-background-color:hover::before {
  background: #1fa524;
}

#single-medical .post-dtl .wp-block-button__link.has-grn-background-color:hover::after {
  background: #ffffff !important;
}

#single-medical .post-dtl .wp-block-button__link.has-orn-background-color {
  background-color: #ce8118;
  border-color: #ce8118;
}

#single-medical .post-dtl .wp-block-button__link.has-orn-background-color::after {
  background: #ce8118;
}

#single-medical .post-dtl .wp-block-button__link.has-orn-background-color:hover {
  background: #ffffff !important;
  color: #ce8118 !important;
}

#single-medical .post-dtl .wp-block-button__link.has-orn-background-color:hover::before {
  background: #ce8118;
}

#single-medical .post-dtl .wp-block-button__link.has-orn-background-color:hover::after {
  background: #ffffff !important;
}

#single-medical .post-dtl .wp-block-button__link.has-l-yel-background-color {
  background-color: #f8f4c6;
  border-color: #f8f4c6;
}

#single-medical .post-dtl .wp-block-button__link.has-l-yel-background-color::after {
  background: #f8f4c6;
}

#single-medical .post-dtl .wp-block-button__link.has-l-yel-background-color:hover {
  background: #ffffff !important;
  color: #f8f4c6 !important;
}

#single-medical .post-dtl .wp-block-button__link.has-l-yel-background-color:hover::before {
  background: #f8f4c6;
}

#single-medical .post-dtl .wp-block-button__link.has-l-yel-background-color:hover::after {
  background: #ffffff !important;
}

#single-medical .post-dtl .wp-block-button__link.has-l-beg-background-color {
  background-color: #fbfaf8;
  border-color: #fbfaf8;
}

#single-medical .post-dtl .wp-block-button__link.has-l-beg-background-color::after {
  background: #fbfaf8;
}

#single-medical .post-dtl .wp-block-button__link.has-l-beg-background-color:hover {
  background: #ffffff !important;
  color: #fbfaf8 !important;
}

#single-medical .post-dtl .wp-block-button__link.has-l-beg-background-color:hover::before {
  background: #fbfaf8;
}

#single-medical .post-dtl .wp-block-button__link.has-l-beg-background-color:hover::after {
  background: #ffffff !important;
}

#single-medical .post-dtl .wp-block-button__link.has-beg-background-color {
  background-color: #f8f5ed;
  border-color: #f8f5ed;
}

#single-medical .post-dtl .wp-block-button__link.has-beg-background-color::after {
  background: #f8f5ed;
}

#single-medical .post-dtl .wp-block-button__link.has-beg-background-color:hover {
  background: #ffffff !important;
  color: #f8f5ed !important;
}

#single-medical .post-dtl .wp-block-button__link.has-beg-background-color:hover::before {
  background: #f8f5ed;
}

#single-medical .post-dtl .wp-block-button__link.has-beg-background-color:hover::after {
  background: #ffffff !important;
}

#single-medical .post-dtl .wp-block-button__link.has-d-beg-background-color {
  background-color: #C5A25F;
  border-color: #C5A25F;
}

#single-medical .post-dtl .wp-block-button__link.has-d-beg-background-color::after {
  background: #C5A25F;
}

#single-medical .post-dtl .wp-block-button__link.has-d-beg-background-color:hover {
  background: #ffffff !important;
  color: #C5A25F !important;
}

#single-medical .post-dtl .wp-block-button__link.has-d-beg-background-color:hover::before {
  background: #C5A25F;
}

#single-medical .post-dtl .wp-block-button__link.has-d-beg-background-color:hover::after {
  background: #ffffff !important;
}

#single-medical .post-dtl .wp-block-button__link.has-brn-background-color {
  background-color: #937c5b;
  border-color: #937c5b;
}

#single-medical .post-dtl .wp-block-button__link.has-brn-background-color::after {
  background: #937c5b;
}

#single-medical .post-dtl .wp-block-button__link.has-brn-background-color:hover {
  background: #ffffff !important;
  color: #937c5b !important;
}

#single-medical .post-dtl .wp-block-button__link.has-brn-background-color:hover::before {
  background: #937c5b;
}

#single-medical .post-dtl .wp-block-button__link.has-brn-background-color:hover::after {
  background: #ffffff !important;
}

#single-medical .post-dtl .wp-block-button__link.has-l-brn-background-color {
  background-color: #b19a8d;
  border-color: #b19a8d;
}

#single-medical .post-dtl .wp-block-button__link.has-l-brn-background-color::after {
  background: #b19a8d;
}

#single-medical .post-dtl .wp-block-button__link.has-l-brn-background-color:hover {
  background: #ffffff !important;
  color: #b19a8d !important;
}

#single-medical .post-dtl .wp-block-button__link.has-l-brn-background-color:hover::before {
  background: #b19a8d;
}

#single-medical .post-dtl .wp-block-button__link.has-l-brn-background-color:hover::after {
  background: #ffffff !important;
}

#single-medical .post-dtl .wp-block-button__link.has-d-brn-background-color {
  background-color: #947240;
  border-color: #947240;
}

#single-medical .post-dtl .wp-block-button__link.has-d-brn-background-color::after {
  background: #947240;
}

#single-medical .post-dtl .wp-block-button__link.has-d-brn-background-color:hover {
  background: #ffffff !important;
  color: #947240 !important;
}

#single-medical .post-dtl .wp-block-button__link.has-d-brn-background-color:hover::before {
  background: #947240;
}

#single-medical .post-dtl .wp-block-button__link.has-d-brn-background-color:hover::after {
  background: #ffffff !important;
}

#single-medical .post-dtl .wp-block-button__link.has-b-brn-background-color {
  background-color: #7C6152;
  border-color: #7C6152;
}

#single-medical .post-dtl .wp-block-button__link.has-b-brn-background-color::after {
  background: #7C6152;
}

#single-medical .post-dtl .wp-block-button__link.has-b-brn-background-color:hover {
  background: #ffffff !important;
  color: #7C6152 !important;
}

#single-medical .post-dtl .wp-block-button__link.has-b-brn-background-color:hover::before {
  background: #7C6152;
}

#single-medical .post-dtl .wp-block-button__link.has-b-brn-background-color:hover::after {
  background: #ffffff !important;
}

#single-medical .post-dtl .wp-block-button__link.has-r-brn-background-color {
  background-color: #A48A7E;
  border-color: #A48A7E;
}

#single-medical .post-dtl .wp-block-button__link.has-r-brn-background-color::after {
  background: #A48A7E;
}

#single-medical .post-dtl .wp-block-button__link.has-r-brn-background-color:hover {
  background: #ffffff !important;
  color: #A48A7E !important;
}

#single-medical .post-dtl .wp-block-button__link.has-r-brn-background-color:hover::before {
  background: #A48A7E;
}

#single-medical .post-dtl .wp-block-button__link.has-r-brn-background-color:hover::after {
  background: #ffffff !important;
}

#single-medical .post-dtl .wp-block-button__link.has-blk-background-color {
  background-color: #29241f;
  border-color: #29241f;
}

#single-medical .post-dtl .wp-block-button__link.has-blk-background-color::after {
  background: #29241f;
}

#single-medical .post-dtl .wp-block-button__link.has-blk-background-color:hover {
  background: #ffffff !important;
  color: #29241f !important;
}

#single-medical .post-dtl .wp-block-button__link.has-blk-background-color:hover::before {
  background: #29241f;
}

#single-medical .post-dtl .wp-block-button__link.has-blk-background-color:hover::after {
  background: #ffffff !important;
}

#single-medical .post-dtl .wp-block-button__link.has-wht-background-color {
  background-color: #ffffff;
  border-color: #ffffff;
}

#single-medical .post-dtl .wp-block-button__link.has-wht-background-color::after {
  background: #ffffff;
}

#single-medical .post-dtl .wp-block-button__link.has-wht-background-color:hover {
  background: #ffffff !important;
  color: #ffffff !important;
}

#single-medical .post-dtl .wp-block-button__link.has-wht-background-color:hover::before {
  background: #ffffff;
}

#single-medical .post-dtl .wp-block-button__link.has-wht-background-color:hover::after {
  background: #ffffff !important;
}

#single-medical .post-dtl .wp-block-button__link.has-l-gry-background-color {
  background-color: #eeeeee;
  border-color: #eeeeee;
}

#single-medical .post-dtl .wp-block-button__link.has-l-gry-background-color::after {
  background: #eeeeee;
}

#single-medical .post-dtl .wp-block-button__link.has-l-gry-background-color:hover {
  background: #ffffff !important;
  color: #eeeeee !important;
}

#single-medical .post-dtl .wp-block-button__link.has-l-gry-background-color:hover::before {
  background: #eeeeee;
}

#single-medical .post-dtl .wp-block-button__link.has-l-gry-background-color:hover::after {
  background: #ffffff !important;
}

#single-medical .post-dtl .wp-block-button__link.has-gry-background-color {
  background-color: #cccccc;
  border-color: #cccccc;
}

#single-medical .post-dtl .wp-block-button__link.has-gry-background-color::after {
  background: #cccccc;
}

#single-medical .post-dtl .wp-block-button__link.has-gry-background-color:hover {
  background: #ffffff !important;
  color: #cccccc !important;
}

#single-medical .post-dtl .wp-block-button__link.has-gry-background-color:hover::before {
  background: #cccccc;
}

#single-medical .post-dtl .wp-block-button__link.has-gry-background-color:hover::after {
  background: #ffffff !important;
}

#single-medical .post-dtl .wp-block-button__link.has-d-gry-background-color {
  background-color: #868381;
  border-color: #868381;
}

#single-medical .post-dtl .wp-block-button__link.has-d-gry-background-color::after {
  background: #868381;
}

#single-medical .post-dtl .wp-block-button__link.has-d-gry-background-color:hover {
  background: #ffffff !important;
  color: #868381 !important;
}

#single-medical .post-dtl .wp-block-button__link.has-d-gry-background-color:hover::before {
  background: #868381;
}

#single-medical .post-dtl .wp-block-button__link.has-d-gry-background-color:hover::after {
  background: #ffffff !important;
}

#single-medical .post-dtl .wp-block-button.is-style-outline .wp-block-button__link {
  background: #ffffff !important;
  color: #7C6152 !important;
}

#single-medical .post-dtl .wp-block-button.is-style-outline .wp-block-button__link.has-red-background-color {
  background-color: #ffffff !important;
  border-color: #c45618 !important;
  color: #c45618 !important;
}

#single-medical .post-dtl .wp-block-button.is-style-outline .wp-block-button__link.has-red-background-color::after {
  background: #c45618 !important;
}

#single-medical .post-dtl .wp-block-button.is-style-outline .wp-block-button__link.has-red-background-color:hover {
  background: #c45618 !important;
  color: #ffffff !important;
}

#single-medical .post-dtl .wp-block-button.is-style-outline .wp-block-button__link.has-red-background-color:hover::before {
  background: #c45618 !important;
}

#single-medical .post-dtl .wp-block-button.is-style-outline .wp-block-button__link.has-red-background-color:hover::after {
  background: #ffffff !important;
}

#single-medical .post-dtl .wp-block-button.is-style-outline .wp-block-button__link.has-l-pnk-background-color {
  background-color: #ffffff !important;
  border-color: #fdeef3 !important;
  color: #fdeef3 !important;
}

#single-medical .post-dtl .wp-block-button.is-style-outline .wp-block-button__link.has-l-pnk-background-color::after {
  background: #fdeef3 !important;
}

#single-medical .post-dtl .wp-block-button.is-style-outline .wp-block-button__link.has-l-pnk-background-color:hover {
  background: #fdeef3 !important;
  color: #ffffff !important;
}

#single-medical .post-dtl .wp-block-button.is-style-outline .wp-block-button__link.has-l-pnk-background-color:hover::before {
  background: #fdeef3 !important;
}

#single-medical .post-dtl .wp-block-button.is-style-outline .wp-block-button__link.has-l-pnk-background-color:hover::after {
  background: #ffffff !important;
}

#single-medical .post-dtl .wp-block-button.is-style-outline .wp-block-button__link.has-blu-background-color {
  background-color: #ffffff !important;
  border-color: #0e79c7 !important;
  color: #0e79c7 !important;
}

#single-medical .post-dtl .wp-block-button.is-style-outline .wp-block-button__link.has-blu-background-color::after {
  background: #0e79c7 !important;
}

#single-medical .post-dtl .wp-block-button.is-style-outline .wp-block-button__link.has-blu-background-color:hover {
  background: #0e79c7 !important;
  color: #ffffff !important;
}

#single-medical .post-dtl .wp-block-button.is-style-outline .wp-block-button__link.has-blu-background-color:hover::before {
  background: #0e79c7 !important;
}

#single-medical .post-dtl .wp-block-button.is-style-outline .wp-block-button__link.has-blu-background-color:hover::after {
  background: #ffffff !important;
}

#single-medical .post-dtl .wp-block-button.is-style-outline .wp-block-button__link.has-d-grn-background-color {
  background-color: #ffffff !important;
  border-color: #40947C !important;
  color: #40947C !important;
}

#single-medical .post-dtl .wp-block-button.is-style-outline .wp-block-button__link.has-d-grn-background-color::after {
  background: #40947C !important;
}

#single-medical .post-dtl .wp-block-button.is-style-outline .wp-block-button__link.has-d-grn-background-color:hover {
  background: #40947C !important;
  color: #ffffff !important;
}

#single-medical .post-dtl .wp-block-button.is-style-outline .wp-block-button__link.has-d-grn-background-color:hover::before {
  background: #40947C !important;
}

#single-medical .post-dtl .wp-block-button.is-style-outline .wp-block-button__link.has-d-grn-background-color:hover::after {
  background: #ffffff !important;
}

#single-medical .post-dtl .wp-block-button.is-style-outline .wp-block-button__link.has-grn-background-color {
  background-color: #ffffff !important;
  border-color: #1fa524 !important;
  color: #1fa524 !important;
}

#single-medical .post-dtl .wp-block-button.is-style-outline .wp-block-button__link.has-grn-background-color::after {
  background: #1fa524 !important;
}

#single-medical .post-dtl .wp-block-button.is-style-outline .wp-block-button__link.has-grn-background-color:hover {
  background: #1fa524 !important;
  color: #ffffff !important;
}

#single-medical .post-dtl .wp-block-button.is-style-outline .wp-block-button__link.has-grn-background-color:hover::before {
  background: #1fa524 !important;
}

#single-medical .post-dtl .wp-block-button.is-style-outline .wp-block-button__link.has-grn-background-color:hover::after {
  background: #ffffff !important;
}

#single-medical .post-dtl .wp-block-button.is-style-outline .wp-block-button__link.has-orn-background-color {
  background-color: #ffffff !important;
  border-color: #ce8118 !important;
  color: #ce8118 !important;
}

#single-medical .post-dtl .wp-block-button.is-style-outline .wp-block-button__link.has-orn-background-color::after {
  background: #ce8118 !important;
}

#single-medical .post-dtl .wp-block-button.is-style-outline .wp-block-button__link.has-orn-background-color:hover {
  background: #ce8118 !important;
  color: #ffffff !important;
}

#single-medical .post-dtl .wp-block-button.is-style-outline .wp-block-button__link.has-orn-background-color:hover::before {
  background: #ce8118 !important;
}

#single-medical .post-dtl .wp-block-button.is-style-outline .wp-block-button__link.has-orn-background-color:hover::after {
  background: #ffffff !important;
}

#single-medical .post-dtl .wp-block-button.is-style-outline .wp-block-button__link.has-l-yel-background-color {
  background-color: #ffffff !important;
  border-color: #f8f4c6 !important;
  color: #f8f4c6 !important;
}

#single-medical .post-dtl .wp-block-button.is-style-outline .wp-block-button__link.has-l-yel-background-color::after {
  background: #f8f4c6 !important;
}

#single-medical .post-dtl .wp-block-button.is-style-outline .wp-block-button__link.has-l-yel-background-color:hover {
  background: #f8f4c6 !important;
  color: #ffffff !important;
}

#single-medical .post-dtl .wp-block-button.is-style-outline .wp-block-button__link.has-l-yel-background-color:hover::before {
  background: #f8f4c6 !important;
}

#single-medical .post-dtl .wp-block-button.is-style-outline .wp-block-button__link.has-l-yel-background-color:hover::after {
  background: #ffffff !important;
}

#single-medical .post-dtl .wp-block-button.is-style-outline .wp-block-button__link.has-l-beg-background-color {
  background-color: #ffffff !important;
  border-color: #fbfaf8 !important;
  color: #fbfaf8 !important;
}

#single-medical .post-dtl .wp-block-button.is-style-outline .wp-block-button__link.has-l-beg-background-color::after {
  background: #fbfaf8 !important;
}

#single-medical .post-dtl .wp-block-button.is-style-outline .wp-block-button__link.has-l-beg-background-color:hover {
  background: #fbfaf8 !important;
  color: #ffffff !important;
}

#single-medical .post-dtl .wp-block-button.is-style-outline .wp-block-button__link.has-l-beg-background-color:hover::before {
  background: #fbfaf8 !important;
}

#single-medical .post-dtl .wp-block-button.is-style-outline .wp-block-button__link.has-l-beg-background-color:hover::after {
  background: #ffffff !important;
}

#single-medical .post-dtl .wp-block-button.is-style-outline .wp-block-button__link.has-beg-background-color {
  background-color: #ffffff !important;
  border-color: #f8f5ed !important;
  color: #f8f5ed !important;
}

#single-medical .post-dtl .wp-block-button.is-style-outline .wp-block-button__link.has-beg-background-color::after {
  background: #f8f5ed !important;
}

#single-medical .post-dtl .wp-block-button.is-style-outline .wp-block-button__link.has-beg-background-color:hover {
  background: #f8f5ed !important;
  color: #ffffff !important;
}

#single-medical .post-dtl .wp-block-button.is-style-outline .wp-block-button__link.has-beg-background-color:hover::before {
  background: #f8f5ed !important;
}

#single-medical .post-dtl .wp-block-button.is-style-outline .wp-block-button__link.has-beg-background-color:hover::after {
  background: #ffffff !important;
}

#single-medical .post-dtl .wp-block-button.is-style-outline .wp-block-button__link.has-d-beg-background-color {
  background-color: #ffffff !important;
  border-color: #C5A25F !important;
  color: #C5A25F !important;
}

#single-medical .post-dtl .wp-block-button.is-style-outline .wp-block-button__link.has-d-beg-background-color::after {
  background: #C5A25F !important;
}

#single-medical .post-dtl .wp-block-button.is-style-outline .wp-block-button__link.has-d-beg-background-color:hover {
  background: #C5A25F !important;
  color: #ffffff !important;
}

#single-medical .post-dtl .wp-block-button.is-style-outline .wp-block-button__link.has-d-beg-background-color:hover::before {
  background: #C5A25F !important;
}

#single-medical .post-dtl .wp-block-button.is-style-outline .wp-block-button__link.has-d-beg-background-color:hover::after {
  background: #ffffff !important;
}

#single-medical .post-dtl .wp-block-button.is-style-outline .wp-block-button__link.has-brn-background-color {
  background-color: #ffffff !important;
  border-color: #937c5b !important;
  color: #937c5b !important;
}

#single-medical .post-dtl .wp-block-button.is-style-outline .wp-block-button__link.has-brn-background-color::after {
  background: #937c5b !important;
}

#single-medical .post-dtl .wp-block-button.is-style-outline .wp-block-button__link.has-brn-background-color:hover {
  background: #937c5b !important;
  color: #ffffff !important;
}

#single-medical .post-dtl .wp-block-button.is-style-outline .wp-block-button__link.has-brn-background-color:hover::before {
  background: #937c5b !important;
}

#single-medical .post-dtl .wp-block-button.is-style-outline .wp-block-button__link.has-brn-background-color:hover::after {
  background: #ffffff !important;
}

#single-medical .post-dtl .wp-block-button.is-style-outline .wp-block-button__link.has-l-brn-background-color {
  background-color: #ffffff !important;
  border-color: #b19a8d !important;
  color: #b19a8d !important;
}

#single-medical .post-dtl .wp-block-button.is-style-outline .wp-block-button__link.has-l-brn-background-color::after {
  background: #b19a8d !important;
}

#single-medical .post-dtl .wp-block-button.is-style-outline .wp-block-button__link.has-l-brn-background-color:hover {
  background: #b19a8d !important;
  color: #ffffff !important;
}

#single-medical .post-dtl .wp-block-button.is-style-outline .wp-block-button__link.has-l-brn-background-color:hover::before {
  background: #b19a8d !important;
}

#single-medical .post-dtl .wp-block-button.is-style-outline .wp-block-button__link.has-l-brn-background-color:hover::after {
  background: #ffffff !important;
}

#single-medical .post-dtl .wp-block-button.is-style-outline .wp-block-button__link.has-d-brn-background-color {
  background-color: #ffffff !important;
  border-color: #947240 !important;
  color: #947240 !important;
}

#single-medical .post-dtl .wp-block-button.is-style-outline .wp-block-button__link.has-d-brn-background-color::after {
  background: #947240 !important;
}

#single-medical .post-dtl .wp-block-button.is-style-outline .wp-block-button__link.has-d-brn-background-color:hover {
  background: #947240 !important;
  color: #ffffff !important;
}

#single-medical .post-dtl .wp-block-button.is-style-outline .wp-block-button__link.has-d-brn-background-color:hover::before {
  background: #947240 !important;
}

#single-medical .post-dtl .wp-block-button.is-style-outline .wp-block-button__link.has-d-brn-background-color:hover::after {
  background: #ffffff !important;
}

#single-medical .post-dtl .wp-block-button.is-style-outline .wp-block-button__link.has-b-brn-background-color {
  background-color: #ffffff !important;
  border-color: #7C6152 !important;
  color: #7C6152 !important;
}

#single-medical .post-dtl .wp-block-button.is-style-outline .wp-block-button__link.has-b-brn-background-color::after {
  background: #7C6152 !important;
}

#single-medical .post-dtl .wp-block-button.is-style-outline .wp-block-button__link.has-b-brn-background-color:hover {
  background: #7C6152 !important;
  color: #ffffff !important;
}

#single-medical .post-dtl .wp-block-button.is-style-outline .wp-block-button__link.has-b-brn-background-color:hover::before {
  background: #7C6152 !important;
}

#single-medical .post-dtl .wp-block-button.is-style-outline .wp-block-button__link.has-b-brn-background-color:hover::after {
  background: #ffffff !important;
}

#single-medical .post-dtl .wp-block-button.is-style-outline .wp-block-button__link.has-r-brn-background-color {
  background-color: #ffffff !important;
  border-color: #A48A7E !important;
  color: #A48A7E !important;
}

#single-medical .post-dtl .wp-block-button.is-style-outline .wp-block-button__link.has-r-brn-background-color::after {
  background: #A48A7E !important;
}

#single-medical .post-dtl .wp-block-button.is-style-outline .wp-block-button__link.has-r-brn-background-color:hover {
  background: #A48A7E !important;
  color: #ffffff !important;
}

#single-medical .post-dtl .wp-block-button.is-style-outline .wp-block-button__link.has-r-brn-background-color:hover::before {
  background: #A48A7E !important;
}

#single-medical .post-dtl .wp-block-button.is-style-outline .wp-block-button__link.has-r-brn-background-color:hover::after {
  background: #ffffff !important;
}

#single-medical .post-dtl .wp-block-button.is-style-outline .wp-block-button__link.has-blk-background-color {
  background-color: #ffffff !important;
  border-color: #29241f !important;
  color: #29241f !important;
}

#single-medical .post-dtl .wp-block-button.is-style-outline .wp-block-button__link.has-blk-background-color::after {
  background: #29241f !important;
}

#single-medical .post-dtl .wp-block-button.is-style-outline .wp-block-button__link.has-blk-background-color:hover {
  background: #29241f !important;
  color: #ffffff !important;
}

#single-medical .post-dtl .wp-block-button.is-style-outline .wp-block-button__link.has-blk-background-color:hover::before {
  background: #29241f !important;
}

#single-medical .post-dtl .wp-block-button.is-style-outline .wp-block-button__link.has-blk-background-color:hover::after {
  background: #ffffff !important;
}

#single-medical .post-dtl .wp-block-button.is-style-outline .wp-block-button__link.has-wht-background-color {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #ffffff !important;
}

#single-medical .post-dtl .wp-block-button.is-style-outline .wp-block-button__link.has-wht-background-color::after {
  background: #ffffff !important;
}

#single-medical .post-dtl .wp-block-button.is-style-outline .wp-block-button__link.has-wht-background-color:hover {
  background: #ffffff !important;
  color: #ffffff !important;
}

#single-medical .post-dtl .wp-block-button.is-style-outline .wp-block-button__link.has-wht-background-color:hover::before {
  background: #ffffff !important;
}

#single-medical .post-dtl .wp-block-button.is-style-outline .wp-block-button__link.has-wht-background-color:hover::after {
  background: #ffffff !important;
}

#single-medical .post-dtl .wp-block-button.is-style-outline .wp-block-button__link.has-l-gry-background-color {
  background-color: #ffffff !important;
  border-color: #eeeeee !important;
  color: #eeeeee !important;
}

#single-medical .post-dtl .wp-block-button.is-style-outline .wp-block-button__link.has-l-gry-background-color::after {
  background: #eeeeee !important;
}

#single-medical .post-dtl .wp-block-button.is-style-outline .wp-block-button__link.has-l-gry-background-color:hover {
  background: #eeeeee !important;
  color: #ffffff !important;
}

#single-medical .post-dtl .wp-block-button.is-style-outline .wp-block-button__link.has-l-gry-background-color:hover::before {
  background: #eeeeee !important;
}

#single-medical .post-dtl .wp-block-button.is-style-outline .wp-block-button__link.has-l-gry-background-color:hover::after {
  background: #ffffff !important;
}

#single-medical .post-dtl .wp-block-button.is-style-outline .wp-block-button__link.has-gry-background-color {
  background-color: #ffffff !important;
  border-color: #cccccc !important;
  color: #cccccc !important;
}

#single-medical .post-dtl .wp-block-button.is-style-outline .wp-block-button__link.has-gry-background-color::after {
  background: #cccccc !important;
}

#single-medical .post-dtl .wp-block-button.is-style-outline .wp-block-button__link.has-gry-background-color:hover {
  background: #cccccc !important;
  color: #ffffff !important;
}

#single-medical .post-dtl .wp-block-button.is-style-outline .wp-block-button__link.has-gry-background-color:hover::before {
  background: #cccccc !important;
}

#single-medical .post-dtl .wp-block-button.is-style-outline .wp-block-button__link.has-gry-background-color:hover::after {
  background: #ffffff !important;
}

#single-medical .post-dtl .wp-block-button.is-style-outline .wp-block-button__link.has-d-gry-background-color {
  background-color: #ffffff !important;
  border-color: #868381 !important;
  color: #868381 !important;
}

#single-medical .post-dtl .wp-block-button.is-style-outline .wp-block-button__link.has-d-gry-background-color::after {
  background: #868381 !important;
}

#single-medical .post-dtl .wp-block-button.is-style-outline .wp-block-button__link.has-d-gry-background-color:hover {
  background: #868381 !important;
  color: #ffffff !important;
}

#single-medical .post-dtl .wp-block-button.is-style-outline .wp-block-button__link.has-d-gry-background-color:hover::before {
  background: #868381 !important;
}

#single-medical .post-dtl .wp-block-button.is-style-outline .wp-block-button__link.has-d-gry-background-color:hover::after {
  background: #ffffff !important;
}

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

#single-medical .post-dtl .wp-block-embed-youtube {
  margin: 40px auto;
}

#single-medical .post-dtl .wp-block-embed-youtube iframe {
  aspect-ratio: 16 / 9;
  width: 100%;
  height: auto;
}

#single-medical .post-dtl .post-cv {
  position: relative;
  margin-bottom: 32px;
  margin-inline: auto;
  max-width: 640px;
  padding: 32px;
  background: #ffffff;
  border: solid 1px #b19a8d;
  border-radius: 4px;
}

@media screen and (max-width: 767px) {
  #single-medical .post-dtl .post-cv {
    padding: 24px 24px 28px;
  }
}

#single-medical .post-dtl .post-cv .post-cv-ttl {
  width: 100%;
  margin-top: 0 !important;
  margin-bottom: 16px;
  text-align: center;
  line-height: 1.4;
  font-size: 2.4rem;
  font-weight: bold;
}

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

@media screen and (max-width: 519px) {
  #single-medical .post-dtl .post-cv .post-cv-ttl {
    margin-bottom: 12px;
    font-size: 2rem;
  }
}

#single-medical .post-dtl .post-cv .post-cv-tel {
  margin-bottom: 16px;
}

@media screen and (max-width: 959px) {
  #single-medical .post-dtl .post-cv .post-cv-tel {
    max-width: 340px;
    margin-inline: auto;
    margin-bottom: 12px;
  }
}

@media screen and (max-width: 519px) {
  #single-medical .post-dtl .post-cv .post-cv-tel {
    margin-bottom: 8px;
  }
}

#single-medical .post-dtl .post-cv .post-cv-tel a {
  display: block;
  line-height: 1;
  text-decoration: none;
  text-align: center;
}

@media screen and (max-width: 959px) {
  #single-medical .post-dtl .post-cv .post-cv-tel a {
    padding: 16px;
    border: solid 1px #947240;
    border-radius: 80px;
  }
}

@media screen and (max-width: 519px) {
  #single-medical .post-dtl .post-cv .post-cv-tel a {
    padding: 10px;
  }
}

#single-medical .post-dtl .post-cv .post-cv-tel a span {
  position: relative;
  padding-left: 34px;
  font-size: 4rem;
  letter-spacing: .04em;
  color: #947240;
}

@media screen and (max-width: 959px) {
  #single-medical .post-dtl .post-cv .post-cv-tel a span {
    padding-left: 22px;
    font-size: 2.8rem;
  }
}

@media screen and (max-width: 519px) {
  #single-medical .post-dtl .post-cv .post-cv-tel a span {
    padding-left: 20px;
    font-size: 2.4rem;
    letter-spacing: .03em;
  }
}

#single-medical .post-dtl .post-cv .post-cv-tel a span::before {
  content: "";
  position: absolute;
  top: 4px;
  left: -2px;
  width: 38px;
  height: 38px;
  background-color: #947240;
  -webkit-mask-image: url("/wp-content/themes/itreat_base/dist/img/icon/tel.svg");
  mask-image: url("/wp-content/themes/itreat_base/dist/img/icon/tel.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-medical .post-dtl .post-cv .post-cv-tel a span::before {
    top: 1px;
    width: 26px;
    height: 26px;
  }
}

@media screen and (max-width: 519px) {
  #single-medical .post-dtl .post-cv .post-cv-tel a span::before {
    top: -1px;
    width: 25px;
    height: 31px;
  }
}

#single-medical .post-dtl .post-cv .post-cv-btn {
  max-width: 340px;
  margin-inline: auto;
}

#single-medical .post-dtl .post-cv .post-cv-btn__item a {
  position: relative;
  display: block;
  padding: 10px 12px 10px 20px;
  font-size: 2rem;
  color: #ffffff;
  text-decoration: none;
  background: #C5A25F;
  border-radius: 80px;
  border: 1px solid #C5A25F;
}

@media screen and (max-width: 1279px) {
  #single-medical .post-dtl .post-cv .post-cv-btn__item a {
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 959px) {
  #single-medical .post-dtl .post-cv .post-cv-btn__item a {
    padding: 10px 40px;
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  #single-medical .post-dtl .post-cv .post-cv-btn__item a {
    padding: 12px 40px;
  }
}

@media screen and (max-width: 519px) {
  #single-medical .post-dtl .post-cv .post-cv-btn__item a {
    padding: 6px 40px;
  }
}

#single-medical .post-dtl .post-cv .post-cv-btn__item a::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 24px;
  translate: 0 -50%;
  width: 36px;
  height: 24px;
  border-radius: 16px;
  background: #ffffff;
}

@media screen and (max-width: 1279px) {
  #single-medical .post-dtl .post-cv .post-cv-btn__item a::before {
    right: 16px;
    width: 32px;
    height: 20px;
  }
}

@media screen and (max-width: 519px) {
  #single-medical .post-dtl .post-cv .post-cv-btn__item a::before {
    right: 12px;
    width: 26px;
    height: 16px;
  }
}

#single-medical .post-dtl .post-cv .post-cv-btn__item a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 33px;
  translate: 0 -50%;
  width: 15px;
  height: 8px;
  background: #C5A25F;
  -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;
  background: #C5A25F;
}

@media screen and (max-width: 1279px) {
  #single-medical .post-dtl .post-cv .post-cv-btn__item a::after {
    right: 24px;
  }
}

@media screen and (max-width: 519px) {
  #single-medical .post-dtl .post-cv .post-cv-btn__item a::after {
    right: 18px;
  }
}

#single-medical .post-dtl .post-cv .post-cv-btn__item a:hover {
  background: #ffffff;
  color: #C5A25F;
}

#single-medical .post-dtl .post-cv .post-cv-btn__item a:hover::before {
  background: #C5A25F;
}

#single-medical .post-dtl .post-cv .post-cv-btn__item a:hover::after {
  background: #ffffff;
}

#single-medical .post-dtl .post-cv .post-cv-reserve-btn {
  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;
  padding-top: 24px;
}

@media screen and (max-width: 519px) {
  #single-medical .post-dtl .post-cv .post-cv-reserve-btn {
    padding-top: 20px;
  }
}

#single-medical .post-dtl .post-cv .post-cv-reserve-btn a {
  position: relative;
  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;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 56px 8px 0;
  border-bottom: solid 1px #29241f;
  line-height: 1.4;
  font-size: 1.6rem;
  text-transform: uppercase;
  text-decoration: none;
}

@media screen and (max-width: 767px) {
  #single-medical .post-dtl .post-cv .post-cv-reserve-btn a {
    padding: 0 40px 6px 0;
    font-size: 1.4rem;
  }
}

#single-medical .post-dtl .post-cv .post-cv-reserve-btn a::before, #single-medical .post-dtl .post-cv .post-cv-reserve-btn a::after {
  position: absolute;
  content: "";
  top: calc( 50% - 5px);
  translate: 0 -50%;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

@media screen and (max-width: 767px) {
  #single-medical .post-dtl .post-cv .post-cv-reserve-btn a::before, #single-medical .post-dtl .post-cv .post-cv-reserve-btn a::after {
    top: calc( 50% - 4px);
  }
}

#single-medical .post-dtl .post-cv .post-cv-reserve-btn a::before {
  right: 0;
  width: 42px;
  height: 18px;
  border-radius: 18px;
  background: #b19a8d;
}

@media screen and (max-width: 767px) {
  #single-medical .post-dtl .post-cv .post-cv-reserve-btn a::before {
    width: 34px;
    height: 15px;
  }
}

#single-medical .post-dtl .post-cv .post-cv-reserve-btn a::after {
  right: 14px;
  width: 16px;
  height: 8px;
  -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;
  background: #ffffff;
}

@media screen and (max-width: 767px) {
  #single-medical .post-dtl .post-cv .post-cv-reserve-btn a::after {
    right: 10px;
    width: 14px;
    height: 7px;
  }
}

#single-medical .post-dtl .post-cv .post-cv-reserve-btn a:hover::before {
  right: -4px;
  background: #29241f;
}

#single-medical .post-dtl .post-cv .post-cv-reserve-btn a:hover::after {
  right: 10px;
}

@media screen and (max-width: 767px) {
  #single-medical .post-dtl .post-cv .post-cv-reserve-btn a:hover::after {
    right: 6px;
  }
}

#single-medical .pagelink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 16px;
}

@media screen and (max-width: 959px) {
  #single-medical .pagelink {
    gap: 12px;
  }
}

#single-medical .pagelink__prev a, #single-medical .pagelink__next a, #single-medical .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 #b19a8d;
  color: #b19a8d;
  font-size: 1.6rem;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  border-radius: 48px;
  font-weight: bold;
}

@media screen and (max-width: 519px) {
  #single-medical .pagelink__prev a, #single-medical .pagelink__next a, #single-medical .pagelink__back a {
    font-size: 1.4rem;
  }
}

#single-medical .pagelink__prev a:hover, #single-medical .pagelink__next a:hover, #single-medical .pagelink__back a:hover {
  background: #b19a8d;
  color: #ffffff;
}

#single-medical .pagelink__back {
  width: 400px;
}

@media screen and (max-width: 959px) {
  #single-medical .pagelink__back {
    width: 240px;
  }
}

@media screen and (max-width: 767px) {
  #single-medical .pagelink__back {
    width: calc(100% - 276px);
  }
}

@media screen and (max-width: 519px) {
  #single-medical .pagelink__back {
    width: calc(40% - 8px);
  }
}

#single-medical .pagelink__prev, #single-medical .pagelink__next {
  width: 160px;
}

@media screen and (max-width: 959px) {
  #single-medical .pagelink__prev, #single-medical .pagelink__next {
    width: 120px;
  }
}

@media screen and (max-width: 519px) {
  #single-medical .pagelink__prev, #single-medical .pagelink__next {
    width: calc(30% - 8px);
  }
}

#single-medical .pagelink__prev a .ico-arrow {
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

#single-medical .medical {
  margin-bottom: calc(8px * 5);
}

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

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

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