@charset "UTF-8";
#price .post-dtl {
  /*// 中
  .has-medium-font-size {
    font-size: $fs-l;
    @include break(m) {
      font-size: $fs-m;
    }
  }
  // 大
  .has-large-font-size {
    font-size: $fs-xl;
    @include break(m) {
      font-size: $fs-l;
    }
  }
  // 特大
  .has-huge-font-size {
    font-size: $fs-xxl;
    @include break(m) {
      font-size: $fs-xl;
    }
  }*/
}

#price .post-dtl h2 {
  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: 12px;
  margin-bottom: 24px;
  padding: 0;
  background: none !important;
  border-left: none !important;
  border-radius: 0;
  color: #6D594A;
  font-size: 2.7rem;
  font-weight: bold;
  line-height: 1.2;
}

@media screen and (max-width: 1279px) {
  #price .post-dtl h2 {
    font-size: 2.5rem;
  }
}

@media screen and (max-width: 959px) {
  #price .post-dtl h2 {
    margin-bottom: 20px;
    font-size: 2.3rem;
  }
}

@media screen and (max-width: 767px) {
  #price .post-dtl h2 {
    font-size: 2.1rem;
  }
}

@media screen and (max-width: 519px) {
  #price .post-dtl h2 {
    gap: 8px;
    margin-bottom: 16px;
    font-size: 1.7rem;
  }
}

#price .post-dtl h2::before, #price .post-dtl h2::after {
  content: '';
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  min-width: 80px;
  height: 4px;
  background: repeating-linear-gradient(110deg, transparent, transparent 3px, #6D594A 3px, #6D594A 5px);
}

@media screen and (max-width: 959px) {
  #price .post-dtl h2::before, #price .post-dtl h2::after {
    min-width: 60px;
  }
}

@media screen and (max-width: 519px) {
  #price .post-dtl h2::before, #price .post-dtl h2::after {
    min-width: 34px;
  }
}

#price .post-dtl h2:not(:nth-of-type(1)) {
  margin-top: 64px;
}

@media screen and (max-width: 959px) {
  #price .post-dtl h2:not(:nth-of-type(1)) {
    margin-top: 40px;
  }
}

@media screen and (max-width: 519px) {
  #price .post-dtl h2:not(:nth-of-type(1)) {
    margin-top: 32px;
  }
}

#price .post-dtl h2 {
  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: 12px;
  margin: 48px 0 24px;
  padding: 14px 18px;
  background: rgba(109, 89, 74, 0.05);
  border-left: solid 3px #6D594A;
  border-radius: 3px;
  color: #6D594A;
  font-size: 2.7rem;
  font-weight: bold;
  line-height: 1.2;
}

@media screen and (max-width: 1279px) {
  #price .post-dtl h2 {
    font-size: 2.5rem;
  }
}

@media screen and (max-width: 959px) {
  #price .post-dtl h2 {
    margin: 40px 0 20px;
    font-size: 2.3rem;
  }
}

@media screen and (max-width: 767px) {
  #price .post-dtl h2 {
    font-size: 2.1rem;
  }
}

@media screen and (max-width: 519px) {
  #price .post-dtl h2 {
    gap: 8px;
    margin: 32px 0 16px;
    font-size: 1.7rem;
  }
}

#price .post-dtl h3 {
  display: block;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 40px 0 16px !important;
  padding-right: 56px;
  font-size: 2.3rem;
  font-weight: bold;
  line-height: 1.4;
}

@media screen and (max-width: 959px) {
  #price .post-dtl h3 {
    margin: 32px 0 16px;
    font-size: 2.1rem;
  }
}

@media screen and (max-width: 767px) {
  #price .post-dtl h3 {
    padding-right: 40px;
    font-size: 1.9rem;
  }
}

@media screen and (max-width: 519px) {
  #price .post-dtl h3 {
    margin: 24px 0 12px;
    font-size: 1.5rem;
  }
}

#price .post-dtl h3::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  width: 42px;
  height: 12px;
  background: url("/wp-content/themes/itreat_base/dist/img/common/zigzag-s.svg") center/contain no-repeat;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media screen and (max-width: 959px) {
  #price .post-dtl h3::after {
    width: 30px;
    height: 9px;
  }
}

#price .post-dtl h4 {
  position: relative;
  margin: 32px 0 16px;
  padding-left: 14px;
  color: #6D594A;
  font-size: 1.9rem;
  font-weight: bold;
  line-height: 1.4;
}

@media screen and (max-width: 767px) {
  #price .post-dtl h4 {
    margin: 24px 0 16px;
    font-size: 1.7rem;
  }
}

@media screen and (max-width: 519px) {
  #price .post-dtl h4 {
    margin: 20px 0 12px;
    font-size: 1.5rem;
  }
}

#price .post-dtl h4::before {
  content: '';
  position: absolute;
  top: 15px;
  left: 0;
  width: 6px;
  height: 1px;
  background: #6D594A;
}

@media screen and (max-width: 519px) {
  #price .post-dtl h4::before {
    top: 13px;
  }
}

#price .post-dtl .has-small-font-size {
  font-size: 1.5rem;
}

@media screen and (max-width: 959px) {
  #price .post-dtl .has-small-font-size {
    font-size: 1.3rem;
  }
}

#price .post-dtl .has-normal-font-size {
  font-size: 1.7rem;
}

@media screen and (max-width: 959px) {
  #price .post-dtl .has-normal-font-size {
    font-size: 1.5rem;
  }
}

#price .post-dtl .has-medium-font-size {
  font-size: 2.1rem !important;
}

@media screen and (max-width: 959px) {
  #price .post-dtl .has-medium-font-size {
    font-size: 1.9rem !important;
  }
}

#price .post-dtl .has-large-font-size {
  font-size: 2.8rem !important;
}

@media screen and (max-width: 959px) {
  #price .post-dtl .has-large-font-size {
    font-size: 2.3rem !important;
  }
}

#price .post-dtl .has-x-large-font-size {
  font-size: 3.2rem !important;
}

@media screen and (max-width: 959px) {
  #price .post-dtl .has-x-large-font-size {
    font-size: 2.6rem !important;
  }
}

#price .post-dtl .has-red-color {
  color: #D65858;
}

#price .post-dtl .has-aqu-color {
  color: #34A8CB;
}

#price .post-dtl .has-blu-color {
  color: #477EB9;
}

#price .post-dtl .has-grn-color {
  color: #559F8A;
}

#price .post-dtl .has-l-grn-color {
  color: #94BF32;
}

#price .post-dtl .has-orn-color {
  color: #E58819;
}

#price .post-dtl .has-yel-color {
  color: #beac00;
}

#price .post-dtl .has-beg-color {
  color: #F7F5EF;
}

#price .post-dtl .has-rdbr-color {
  color: #BA4D13;
}

#price .post-dtl .has-brn-color {
  color: #6D594A;
}

#price .post-dtl .has-pnk-color {
  color: #e17aa1;
}

#price .post-dtl .has-vio-color {
  color: #8963C6;
}

#price .post-dtl .has-blk-color {
  color: #414141;
}

#price .post-dtl .has-wht-color {
  color: #FFFFFF;
}

#price .post-dtl .has-l-gry-color {
  color: #EAEAEA;
}

#price .post-dtl .has-gry-color {
  color: #c8c8c8;
}

#price .post-dtl .has-d-gry-color {
  color: #868686;
}

#price .post-dtl .has-red-background-color {
  background-color: #D65858;
}

#price .post-dtl .has-aqu-background-color {
  background-color: #34A8CB;
}

#price .post-dtl .has-blu-background-color {
  background-color: #477EB9;
}

#price .post-dtl .has-grn-background-color {
  background-color: #559F8A;
}

#price .post-dtl .has-l-grn-background-color {
  background-color: #94BF32;
}

#price .post-dtl .has-orn-background-color {
  background-color: #E58819;
}

#price .post-dtl .has-yel-background-color {
  background-color: #beac00;
}

#price .post-dtl .has-beg-background-color {
  background-color: #F7F5EF;
}

#price .post-dtl .has-rdbr-background-color {
  background-color: #BA4D13;
}

#price .post-dtl .has-brn-background-color {
  background-color: #6D594A;
}

#price .post-dtl .has-pnk-background-color {
  background-color: #e17aa1;
}

#price .post-dtl .has-vio-background-color {
  background-color: #8963C6;
}

#price .post-dtl .has-blk-background-color {
  background-color: #414141;
}

#price .post-dtl .has-wht-background-color {
  background-color: #FFFFFF;
}

#price .post-dtl .has-l-gry-background-color {
  background-color: #EAEAEA;
}

#price .post-dtl .has-gry-background-color {
  background-color: #c8c8c8;
}

#price .post-dtl .has-d-gry-background-color {
  background-color: #868686;
}

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

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

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

#price .post-dtl em {
  font-style: italic;
}

#price .post-dtl a {
  text-decoration: underline;
  color: #477EB9;
}

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

#price .post-dtl .wp-block-list {
  padding: 0;
}

#price .post-dtl ul {
  margin-top: 16px;
}

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

#price .post-dtl ul > li {
  list-style: none;
  position: relative;
  margin-left: 0;
  padding-left: 16px;
  line-height: 1.4;
  text-indent: 0;
}

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

#price .post-dtl ul > li::before {
  content: '';
  display: block;
  position: absolute;
  top: 9px;
  left: 0;
  width: 8px;
  height: 8px;
  background: #6D594A;
  border-radius: 1px;
}

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

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

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

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

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

#price .post-dtl ol > li::before {
  counter-increment: list-num;
  content: counter(list-num) ".";
}

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

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

#price .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) {
  #price .post-dtl .wp-block-button {
    gap: 12px;
  }
}

#price .post-dtl .wp-block-button__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%;
  padding: 4px 60px 4px 32px;
  min-height: 48px;
  background: #FFFFFF;
  border: solid 1px #414141;
  border-radius: 100px;
  color: #414141;
  font-size: 1.5rem;
  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) {
  #price .post-dtl .wp-block-button__link {
    min-height: 40px;
    padding: 4px 52px 4px 24px;
    font-size: 1.3rem;
  }
}

#price .post-dtl .wp-block-button__link::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 24px;
  width: 20px;
  height: 6px;
  background: #414141;
  -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-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

@media screen and (max-width: 519px) {
  #price .post-dtl .wp-block-button__link::after {
    right: 16px;
  }
}

#price .post-dtl .wp-block-button__link:hover {
  background: #414141;
  color: #FFFFFF;
}

#price .post-dtl .wp-block-button__link:hover::after {
  background: #FFFFFF;
}

#price .post-dtl .wp-block-table:not(:first-child) {
  margin-top: 16px;
}

@media screen and (max-width: 519px) {
  #price .post-dtl .wp-block-table:not(:first-child) {
    margin-top: 12px;
  }
}

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

@media screen and (max-width: 767px) {
  #price .post-dtl .wp-block-table table {
    border-bottom: solid 1px #6D594A;
  }
}

#price .post-dtl .wp-block-table table:not(:has(thead)) {
  border-top: solid 1px #6D594A;
}

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

#price .post-dtl .wp-block-table table thead tr th {
  padding: 16px;
  background: #6D594A;
  color: #FFFFFF;
  line-height: 1.4;
  vertical-align: middle;
}

@media screen and (max-width: 1023px) {
  #price .post-dtl .wp-block-table table thead tr th {
    font-size: 1.5rem;
  }
}

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

@media screen and (max-width: 519px) {
  #price .post-dtl .wp-block-table table thead tr th {
    padding: 8px;
    font-size: 1.3rem;
  }
}

#price .post-dtl .wp-block-table table thead tr th:first-child {
  border-radius: 3px 0 0 3px;
}

#price .post-dtl .wp-block-table table thead tr th:last-child {
  border-radius: 0 3px 3px 0;
}

#price .post-dtl .wp-block-table table tbody tr th,
#price .post-dtl .wp-block-table table tbody tr td {
  border: none;
  border-bottom: solid 1px #6D594A;
  line-height: 1.4;
}

@media screen and (max-width: 1023px) {
  #price .post-dtl .wp-block-table table tbody tr th,
  #price .post-dtl .wp-block-table table tbody tr td {
    font-size: 1.5rem;
  }
}

@media screen and (max-width: 519px) {
  #price .post-dtl .wp-block-table table tbody tr th,
  #price .post-dtl .wp-block-table table tbody tr td {
    font-size: 1.3rem;
  }
}

#price .post-dtl .wp-block-table table tbody tr th {
  position: relative;
  padding: 20px 16px;
  font-weight: bold;
  text-align: left;
  vertical-align: middle;
}

@media screen and (max-width: 767px) {
  #price .post-dtl .wp-block-table table tbody tr th {
    padding: 16px 12px;
    background: #6D594A;
    color: #FFFFFF;
    border-radius: 3px;
  }
}

@media screen and (max-width: 519px) {
  #price .post-dtl .wp-block-table table tbody tr th {
    padding: 8px;
  }
}

#price .post-dtl .wp-block-table table tbody tr th::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  width: 1px;
  height: calc(100% - 32px);
  background: #6D594A;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media screen and (max-width: 519px) {
  #price .post-dtl .wp-block-table table tbody tr th::after {
    height: calc(100% - 16px);
  }
}

#price .post-dtl .wp-block-table table tbody tr td {
  position: relative;
  padding: 20px 16px;
}

@media screen and (max-width: 767px) {
  #price .post-dtl .wp-block-table table tbody tr td {
    padding: 16px 12px;
  }
}

@media screen and (max-width: 519px) {
  #price .post-dtl .wp-block-table table tbody tr td {
    padding: 8px;
  }
}

#price .post-dtl .wp-block-table table tbody tr td:not(:nth-last-of-type(1))::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  width: 1px;
  height: calc(100% - 32px);
  background: #6D594A;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media screen and (max-width: 519px) {
  #price .post-dtl .wp-block-table table tbody tr td:not(:nth-last-of-type(1))::after {
    height: calc(100% - 16px);
  }
}

#price .post-dtl .wp-block-image {
  margin-top: 24px;
  margin-bottom: 24px;
}

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

#price .post-dtl .wp-block-image::after {
  content: '';
  display: block;
  clear: both;
}

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

#price .post-dtl .wp-block-image .wp-element-caption {
  text-align: center;
}

#price .post-dtl .wp-block-media-text {
  margin-top: 24px;
  margin-bottom: 24px;
}

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

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

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

#price .post-dtl .wp-block-file {
  margin-top: 24px;
  margin-bottom: 24px;
}

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

#price .post-dtl .wp-block-file a {
  font-size: 1.7rem;
  color: #559F8A;
  text-decoration: underline;
}

#price .post-dtl .wp-block-file a:hover {
  text-decoration: none;
}

@media screen and (max-width: 959px) {
  #price .post-dtl .wp-block-file a {
    font-size: 1.5rem;
  }
}

@media screen and (max-width: 519px) {
  #price .post-dtl .wp-block-file a {
    font-size: 1.3rem;
  }
}

#price .post-dtl .wp-block-file .wp-block-file__button {
  background: #559F8A;
  display: inline-block;
  padding: 4px 8px 2px 10px;
  text-decoration: none;
  color: #FFFFFF;
}

#price .post-dtl .wp-block-separator {
  margin: 40px 0;
  border-top: solid 1px #c8c8c8;
}

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

#price .post-dtl .my-accordion {
  overflow: hidden;
  position: relative;
  border: solid 1px #EAEAEA;
  border-radius: 4px;
}

#price .post-dtl .my-accordion .ac-toggle {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  border: none;
  padding: 12px 66px 12px 16px;
  text-align: left;
  background: rgba(109, 89, 74, 0.05);
  font-weight: bold;
}

#price .post-dtl .my-accordion .ac-toggle-btn {
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 50px;
  background: none;
  border: none;
  cursor: pointer;
}

#price .post-dtl .my-accordion .ac-toggle-btn::before, #price .post-dtl .my-accordion .ac-toggle-btn::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  width: 20px;
  height: 2px;
  margin: 0 auto;
  background: #414141;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

#price .post-dtl .my-accordion .ac-toggle-btn::after {
  -webkit-transform: rotateZ(90deg);
  transform: rotateZ(90deg);
}

#price .post-dtl .my-accordion .ac-content {
  overflow: hidden;
  max-height: 0;
  -webkit-transition: max-height 0.3s ease-out;
  transition: max-height 0.3s ease-out;
}

#price .post-dtl .my-accordion .ac-content-inner {
  padding: 16px;
}

#price .post-dtl .my-accordion .ac-content-inner > *:first-child,
#price .post-dtl .my-accordion .ac-content-inner .block-editor-block-list__layout > *:first-child {
  margin-top: 0;
}

#price .post-dtl .my-accordion.is-open .ac-toggle-btn::after {
  -webkit-transform: rotateZ(0);
  transform: rotateZ(0);
}

#price .post-dtl .price-tbl table {
  width: 100%;
}

@media screen and (max-width: 767px) {
  #price .post-dtl .price-tbl table {
    border-bottom: solid 1px #6D594A;
  }
}

#price .post-dtl .price-tbl table:not(:has(thead)) {
  border-top: solid 1px #6D594A;
}

@media screen and (max-width: 767px) {
  #price .post-dtl .price-tbl table:not(:has(thead)) {
    border-top: none;
  }
}

#price .post-dtl .price-tbl table thead tr th {
  padding: 16px;
  background: #6D594A;
  color: #FFFFFF;
  line-height: 1.4;
  vertical-align: middle;
}

@media screen and (max-width: 1023px) {
  #price .post-dtl .price-tbl table thead tr th {
    font-size: 1.5rem;
  }
}

@media screen and (max-width: 519px) {
  #price .post-dtl .price-tbl table thead tr th {
    font-size: 1.3rem;
  }
}

#price .post-dtl .price-tbl table thead tr th:first-child {
  border-radius: 3px 0 0 3px;
}

#price .post-dtl .price-tbl table thead tr th:last-child {
  border-radius: 0 3px 3px 0;
}

@media screen and (max-width: 767px) {
  #price .post-dtl .price-tbl table thead tr {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  #price .post-dtl .price-tbl table tbody {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  #price .post-dtl .price-tbl table tbody tr {
    display: block;
  }
}

#price .post-dtl .price-tbl table tbody tr td {
  position: relative;
  padding: 20px 16px;
  border-bottom: solid 1px #6D594A;
  line-height: 1.4;
  text-align: center;
  vertical-align: middle;
}

@media screen and (max-width: 1023px) {
  #price .post-dtl .price-tbl table tbody tr td {
    font-size: 1.5rem;
  }
}

@media screen and (max-width: 767px) {
  #price .post-dtl .price-tbl table tbody tr td {
    display: block;
    padding: 16px 12px;
    text-align: left;
  }
}

@media screen and (max-width: 519px) {
  #price .post-dtl .price-tbl table tbody tr td {
    padding: 8px;
    font-size: 1.3rem;
  }
}

#price .post-dtl .price-tbl table tbody tr td:first-child {
  position: relative;
  padding: 20px 16px;
  font-weight: bold;
  text-align: left;
  vertical-align: middle;
}

@media screen and (max-width: 767px) {
  #price .post-dtl .price-tbl table tbody tr td:first-child {
    padding: 16px 12px;
    background: #6D594A;
    color: #FFFFFF;
    border-radius: 3px;
    border-bottom: none;
  }
}

@media screen and (max-width: 519px) {
  #price .post-dtl .price-tbl table tbody tr td:first-child {
    padding: 8px;
  }
}

#price .post-dtl .price-tbl table tbody tr td:first-child::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  width: 1px;
  height: calc(100% - 32px);
  background: #6D594A;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media screen and (max-width: 767px) {
  #price .post-dtl .price-tbl table tbody tr td:first-child::after {
    display: none;
  }
}

#price .post-dtl .price-tbl table tbody tr td:not(:nth-last-of-type(1))::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  width: 1px;
  height: calc(100% - 32px);
  background: #6D594A;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media screen and (max-width: 767px) {
  #price .post-dtl .price-tbl table tbody tr td:not(:nth-last-of-type(1))::after {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  #price .post-dtl .price-tbl table tbody tr td:nth-last-of-type(1) {
    border-bottom: none;
  }
}

@media screen and (max-width: 767px) {
  #price .post-dtl .price-tbl table tbody tr:has(td[tbl-data]) td {
    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: 12px;
  }
}

#price .post-dtl .price-tbl table tbody tr:has(td[tbl-data]) td::before {
  display: none;
  content: attr(tbl-data);
  color: #6D594A;
  font-size: 1.5rem;
}

@media screen and (max-width: 767px) {
  #price .post-dtl .price-tbl table tbody tr:has(td[tbl-data]) td::before {
    display: block;
  }
}

@media screen and (max-width: 519px) {
  #price .post-dtl .price-tbl table tbody tr:has(td[tbl-data]) td::before {
    font-size: 1.3rem;
  }
}

#price .post-dtl .price-tbl table tbody tr:has(td[tbl-data]) td:first-child::before {
  display: none;
}

#price .post-dtl .price-tbl.--price-right tbody tr td {
  text-align: right;
}

@media screen and (max-width: 767px) {
  #price .post-dtl .price-tbl.--price-right tbody tr td {
    text-align: left;
  }
}

#price .post-dtl .price-tbl.--price-right tbody tr td:first-child {
  text-align: left;
}

#price .post-dtl .price-tbl.--column2 table thead tr th {
  width: calc(100% / 2);
}

@media screen and (max-width: 767px) {
  #price .post-dtl .price-tbl.--column2 table thead tr th {
    width: 100%;
  }
}

#price .post-dtl .price-tbl.--column2 table tbody tr td {
  width: calc(100% / 2);
}

@media screen and (max-width: 767px) {
  #price .post-dtl .price-tbl.--column2 table tbody tr td {
    width: 100%;
  }
}

#price .post-dtl .price-tbl.--column3 table thead tr th {
  width: calc(100% / 3);
}

@media screen and (max-width: 767px) {
  #price .post-dtl .price-tbl.--column3 table thead tr th {
    width: 100%;
  }
}

#price .post-dtl .price-tbl.--column3 table tbody tr td {
  width: calc(100% / 3);
}

@media screen and (max-width: 767px) {
  #price .post-dtl .price-tbl.--column3 table tbody tr td {
    width: 100%;
  }
}

#price .post-dtl .price-tbl.--column4 table thead tr th {
  width: calc(100% / 4);
}

@media screen and (max-width: 767px) {
  #price .post-dtl .price-tbl.--column4 table thead tr th {
    width: 100%;
  }
}

#price .post-dtl .price-tbl.--column4 table tbody tr td {
  width: calc(100% / 4);
}

@media screen and (max-width: 767px) {
  #price .post-dtl .price-tbl.--column4 table tbody tr td {
    width: 100%;
  }
}

#price .post-dtl .price-tbl.--column5 table thead tr th {
  width: calc(100% / 5);
}

@media screen and (max-width: 767px) {
  #price .post-dtl .price-tbl.--column5 table thead tr th {
    width: 100%;
  }
}

#price .post-dtl .price-tbl.--column5 table tbody tr td {
  width: calc(100% / 5);
}

@media screen and (max-width: 767px) {
  #price .post-dtl .price-tbl.--column5 table tbody tr td {
    width: 100%;
  }
}

#price .post-dtl .price-tbl.--column6 table thead tr th {
  width: calc(100% / 6);
}

@media screen and (max-width: 767px) {
  #price .post-dtl .price-tbl.--column6 table thead tr th {
    width: 100%;
  }
}

#price .post-dtl .price-tbl.--column6 table tbody tr td {
  width: calc(100% / 6);
}

@media screen and (max-width: 767px) {
  #price .post-dtl .price-tbl.--column6 table tbody tr td {
    width: 100%;
  }
}

#price .post-dtl .price-tbl.--column7 table thead tr th {
  width: calc(100% / 7);
}

@media screen and (max-width: 767px) {
  #price .post-dtl .price-tbl.--column7 table thead tr th {
    width: 100%;
  }
}

#price .post-dtl .price-tbl.--column7 table tbody tr td {
  width: calc(100% / 7);
}

@media screen and (max-width: 767px) {
  #price .post-dtl .price-tbl.--column7 table tbody tr td {
    width: 100%;
  }
}

#price .post-dtl .price-tbl.--column8 table thead tr th {
  width: calc(100% / 8);
}

@media screen and (max-width: 767px) {
  #price .post-dtl .price-tbl.--column8 table thead tr th {
    width: 100%;
  }
}

#price .post-dtl .price-tbl.--column8 table tbody tr td {
  width: calc(100% / 8);
}

@media screen and (max-width: 767px) {
  #price .post-dtl .price-tbl.--column8 table tbody tr td {
    width: 100%;
  }
}

#price .orthopedics .post-dtl h2 {
  color: #477EB9;
}

#price .orthopedics .post-dtl h2::before, #price .orthopedics .post-dtl h2::after {
  background: repeating-linear-gradient(110deg, transparent, transparent 3px, #477EB9 3px, #477EB9 5px);
}

@media screen and (max-width: 767px) {
  #price .orthopedics .post-dtl .price-tbl table {
    border-color: #477EB9;
  }
}

#price .orthopedics .post-dtl .price-tbl table:not(:has(thead)) {
  border-color: #477EB9;
}

#price .orthopedics .post-dtl .price-tbl table thead tr th {
  background: #477EB9;
}

#price .orthopedics .post-dtl .price-tbl table tbody tr td {
  position: relative;
  border-color: #477EB9;
}

@media screen and (max-width: 767px) {
  #price .orthopedics .post-dtl .price-tbl table tbody tr td:first-child {
    background: #477EB9;
  }
}

#price .orthopedics .post-dtl .price-tbl table tbody tr td:first-child::after {
  background: #477EB9;
}

#price .orthopedics .post-dtl .price-tbl table tbody tr td:not(:nth-last-of-type(1))::after {
  background: #477EB9;
}

#price .orthopedics .post-dtl .price-tbl table tbody tr:has(td[tbl-data]) td::before {
  color: #477EB9;
}

#price .cosmetic .post-dtl h2 {
  color: #e17aa1;
}

#price .cosmetic .post-dtl h2::before, #price .cosmetic .post-dtl h2::after {
  background: repeating-linear-gradient(110deg, transparent, transparent 3px, #e17aa1 3px, #e17aa1 5px);
}

@media screen and (max-width: 767px) {
  #price .cosmetic .post-dtl .price-tbl table {
    border-color: #e17aa1;
  }
}

#price .cosmetic .post-dtl .price-tbl table:not(:has(thead)) {
  border-color: #e17aa1;
}

#price .cosmetic .post-dtl .price-tbl table thead tr th {
  background: #e17aa1;
}

#price .cosmetic .post-dtl .price-tbl table tbody tr td {
  border-color: #e17aa1;
}

#price .cosmetic .post-dtl .price-tbl table tbody tr td a {
  color: #e17aa1;
}

@media screen and (max-width: 767px) {
  #price .cosmetic .post-dtl .price-tbl table tbody tr td:first-child {
    background: #e17aa1;
  }
}

#price .cosmetic .post-dtl .price-tbl table tbody tr td:first-child::after {
  background: #e17aa1;
}

#price .cosmetic .post-dtl .price-tbl table tbody tr td:first-child a {
  color: #e17aa1;
}

@media screen and (max-width: 767px) {
  #price .cosmetic .post-dtl .price-tbl table tbody tr td:first-child a {
    color: #FFFFFF;
  }
}

#price .cosmetic .post-dtl .price-tbl table tbody tr td:not(:nth-last-of-type(1))::after {
  background: #e17aa1;
}

#price .cosmetic .post-dtl .price-tbl table tbody tr:has(td[tbl-data]) td::before {
  color: #e17aa1;
}

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