@charset "UTF-8";

#subPage #content h1 > span {
  font-size: 2em;
  /* color: #736357; */
}

#subPage #content .pc {
  display: none;
}

#subPage #content .monitor-banner {
  max-width: 80%;
  margin: 30px auto 0;
}

#subPage #content .monitor-banner img {
  width: 100%;
  height: auto;
}

#subPage #content .alLeft {
  text-align: left;
}

#subPage #content .inner > div > img {
  display: inline;
  width: auto;
  max-width: 100%;
  margin: 0;
}

#subPage #content .anchorLink dt {
  cursor: pointer;
}

#subPage #content h2,
#subPage #content section.medical h2 {
  font-size: 20px;
}

#subPage #content h2.title-border {
  border-top: 1px solid #dadada;
  border-bottom: 1px solid #dadada;
  padding: 20px 0;
}

#subPage #content h3 {
  font-size: 16px;
}

#subPage #content .main_text a {
  display: inline;
  text-decoration: underline;
  color: #da809e;
}

#subPage #content .main_text a::after {
  display: none;
}

#subPage #content .treatmentList li::before,
#subPage #content .troubleList li::before {
  top: 0.9em;
  background-color: #aaa;
  border-radius: 50%;
}

#subPage #content .treatment-img-caption-item,
#subPage #content .trouble-img-caption-item {
  width: 80%;
  margin: 40px auto 0;
  text-align: center;
}

#subPage #content .treatment-img-caption-item img,
#subPage #content .trouble-img-caption-item img {
  width: 100%;
  height: auto;
}

#subPage #content .treatment-img-caption-item figcaption,
#subPage #content .trouble-img-caption-item figcaption {
  margin-top: 20px;
  font-size: 1em;
}

#subPage #content .treatment-machine,
#subPage #content .trouble-machine {
  padding-top: 3em;
  margin: 3em 0 0;
  border-top: 1px solid #dadada;
}

#subPage #content .treatment-machine ul,
#subPage #content .trouble-machine ul {
  list-style: none;
}

#subPage #content .treatment-machine ul li:not(:first-child),
#subPage #content .trouble-machine ul li:not(:first-child) {
  margin-top: 2em;
}

#subPage #content .treatment-machine ul li dl dt,
#subPage #content .trouble-machine ul li dl dt {
  width: 60%;
  margin: 0 auto;
}

#subPage #content .treatment-machine ul li dl dt img,
#subPage #content .trouble-machine ul li dl dt img {
  display: block;
  width: 100%;
  height: auto;
}

#subPage #content .treatment-machine ul li dl dd h3,
#subPage #content .trouble-machine ul li dl dd h3 {
  padding: 20px 0 10px;
  font-size: 1.3em;
  font-weight: normal;
  text-align: center;
}

#subPage #content .treatment-machine ul li dl dd h3 small,
#subPage #content .trouble-machine ul li dl dd h3 small {
  font-size: 0.8em;
}

#subPage #content .treatment-flow dd span,
#subPage #content .trouble-flow dd span {
  display: block;
  font-weight: bold;
  color: #d6809a;
  text-align: center;
}

#subPage #content .treatment-case dd.detail,
#subPage #content .trouble-case dd.detail {
  float: none;
  width: 100%;
  padding: 15px 0 0;
  clear: both;
  font-feature-settings: "palt";
  text-align: left;
}

#subPage #content .treatment-case dd.detail p,
#subPage #content .trouble-case dd.detail p {
  text-align: left;
}

#subPage #content .treatment-case dd.detail::before,
#subPage #content .trouble-case dd.detail::before {
  display: none;
}

#subPage #content .case-note {
  padding: 0 6%;
  font-size: 12px;
}

#subPage #content .case-note a {
  display: inline;
  color: #d6809a;
  text-decoration: underline;
}

#subPage #content .case-note a::after {
  display: none;
}

#subPage #content .treatment-note,
#subPage #content .trouble-note {
  border-top: 1px solid #dadada;
}

#subPage #content .treatment-note h2,
#subPage #content .trouble-note h2 {
  padding: 30px 0;
  border-bottom: 1px dotted #dadada;
}

#subPage #content .treatment-note ul,
#subPage #content .trouble-note ul {
  padding-left: 1em;
  margin-top: 2em;
  list-style: disc;
}

#subPage #content .treatment-note ul li,
#subPage #content .trouble-note ul li {
  margin-top: 0.5em;
}

#subPage #content .treatment-col2,
#subPage #content .trouble-col2 {
  padding: 3em 0;
}

#subPage #content .treatment-col2-content,
#subPage #content .trouble-col2-content {
  display: flex;
  gap: 7%;
}

#subPage #content .treatment-col2-content dl,
#subPage #content .trouble-col2-content dl {
  flex: 1;
}

#subPage #content .treatment-col2-content dl dt span,
#subPage #content .trouble-col2-content dl dt span {
  display: block;
  margin-bottom: 0.5em;
  font-size: 1em;
  font-weight: bold;
  text-align: center;
}

#subPage #content .treatment-col2-content dl dt img,
#subPage #content .trouble-col2-content dl dt img {
  display: block;
  width: 100%;
  height: auto;
  margin-bottom: 0.5em;
}

#subPage #content .treatment-btn,
#subPage #content .trouble-btn {
  padding: 30px 0;
}

#subPage #content .treatment-btn .button,
#subPage #content .trouble-btn .button {
  margin: 0 auto;
}

#subPage #content .treatment-btn .button + .button,
#subPage #content .trouble-btn .button + .button {
  margin-top: 20px;
}

#subPage #content .treatment-hr-line,
#subPage #content .trouble-hr-line {
  display: block;
  width: 100%;
  height: 1px;
  margin: 1em 0;
  border-bottom: 1px solid #dadada;
}

#subPage #content .treatment-free-area-content h3,
#subPage #content .trouble-free-area-content h3 {
  padding: 30px 0 20px;
}

#subPage #content .treatment-free-area-content h3:first-child,
#subPage #content .trouble-free-area-content h3:first-child {
  padding-top: 0;
}

#subPage #content .treatment-free-area-content h4,
#subPage #content .trouble-free-area-content h4 {
  padding: 0.5em 1em;
  margin: 30px 0 15px;
  font-weight: normal;
  background: #f9f9f9;
  border-top: 1px dotted #dadada;
  border-bottom: 1px dotted #dadada;
}

#subPage #content .treatment-free-area-content h4:first-child,
#subPage #content .trouble-free-area-content h4:first-child {
  margin-top: 0;
}

#subPage #content .treatment-free-area-content .pink,
#subPage #content .trouble-free-area-content .pink {
  color: #da809e;
}

#subPage #content .treatment-free-area-content a,
#subPage #content .trouble-free-area-content a {
  text-decoration: underline;
}

#subPage #content .treatment-free-area-content .fluid-embed,
#subPage #content .trouble-free-area-content .fluid-embed {
  width: 100%;
  max-width: 100%;
  aspect-ratio: 16/9;
  padding: 0 0 20px;
}

#subPage #content .treatment-free-area-content .fluid-embed:first-child,
#subPage #content .trouble-free-area-content .fluid-embed:first-child {
  padding-top: 0;
}

#subPage #content .treatment-free-area-content .fluid-embed > iframe,
#subPage #content .trouble-free-area-content .fluid-embed > iframe {
  width: 100%;
  height: 100%;
  border: 0;
}

#subPage #content .treatment-free-area-content img,
#subPage #content .trouble-free-area-content img {
  padding: 20px 0;
}

#subPage #content .treatment-free-area-content img:first-child,
#subPage #content .trouble-free-area-content img:first-child {
  padding-top: 0;
}

#subPage #content .treatment-free-area-content img.pc,
#subPage #content .trouble-free-area-content img.pc {
  display: none;
}

#subPage #content .treatment-free-area-content .wp-caption,
#subPage #content .trouble-free-area-content .wp-caption {
  margin: 20px 0;
  text-align: center;
}

#subPage #content .treatment-free-area-content .wp-caption:first-child,
#subPage #content .trouble-free-area-content .wp-caption:first-child {
  padding-top: 0;
}

#subPage #content .treatment-free-area-content .wp-caption.aligncenter,
#subPage #content .trouble-free-area-content .wp-caption.aligncenter {
  margin: 20px auto;
  text-align: center;
}

#subPage #content .treatment-free-area-content .wp-caption img,
#subPage #content .trouble-free-area-content .wp-caption img {
  padding: 0;
}

#subPage #content .treatment-free-area-content .wp-caption-text,
#subPage #content .trouble-free-area-content .wp-caption-text {
  font-size: 0.9em;
  text-align: center;
}

#subPage #content .treatment-free-area-content ul,
#subPage #content .treatment-free-area-content ol,
#subPage #content .trouble-free-area-content ul,
#subPage #content .trouble-free-area-content ol {
  box-sizing: border-box;
  padding: 1em 1em 1em 3em;
  margin: 1em 0;
  background: #f9f9f9;
  border-radius: 10px;
}

#subPage #content .treatment-free-area-content ul li,
#subPage #content .treatment-free-area-content ol li,
#subPage #content .trouble-free-area-content ul li,
#subPage #content .trouble-free-area-content ol li {
  margin-top: 0.5em;
}

#subPage #content .treatment-free-area-content .numList,
#subPage #content .trouble-free-area-content .numList {
  padding: 1em;
  margin: 1em 0;
}

#subPage #content .treatment-free-area-content .numList li,
#subPage #content .trouble-free-area-content .numList li {
  margin: 0;
}

#subPage #content .treatment-bnr,
#subPage #content .trouble-bnr {
  margin: 30px 0;
}

#subPage #content .treatment-bnr .bnr,
#subPage #content .trouble-bnr .bnr {
  width: 100%;
}

#subPage #content .treatment-bnr .bnr:not(:last-child),
#subPage #content .trouble-bnr .bnr:not(:last-child) {
  margin-bottom: 20px;
}

#subPage #content .treatment-bnr .bnr a,
#subPage #content .trouble-bnr .bnr a {
  display: block;
  width: 100%;
  height: 100%;
}

#subPage #content .treatment-bnr .bnr img,
#subPage #content .trouble-bnr .bnr img {
  width: 100%;
  height: auto;
}

#subPage #content .treatment-price-box,
#subPage #content .trouble-price-box {
  margin: 30px 0 0;
}

#subPage #content .treatment-price-box .price-table,
#subPage #content .trouble-price-box .price-table {
  margin: 0 auto;
}

#subPage #content .treatment-price-box-note,
#subPage #content .trouble-price-box-note {
  margin-top: 0.8em;
  font-size: 0.9em;
}

#subPage #content .trouble-menu,
#subPage #content .treatment-menu {
  border-top: 1px solid #dadada;
}

#subPage #content .trouble-menu h2,
#subPage #content .treatment-menu h2 {
  padding: 30px 0;
  margin-bottom: 30px;
  border-bottom: 1px dotted #dadada;
}

#subPage #content .trouble-menu-free,
#subPage #content .treatment-menu-free {
  padding-bottom: 20px;
  margin-bottom: 30px;
  border-bottom: 1px dotted #dadada;
}

#subPage #content .trouble-menu-table,
#subPage #content .treatment-menu-table {
  margin-top: 0;
}

#subPage #content .trouble-menu-table tr td,
#subPage #content .treatment-menu-table tr td {
  text-align: left;
}

#subPage #content .trouble-menu-table tr td ul,
#subPage #content .treatment-menu-table tr td ul {
  padding-left: 1.5em;
}

#subPage #content .trouble-menu-table tr td ul li a,
#subPage #content .treatment-menu-table tr td ul li a {
  display: inline;
  color: #da809e;
}

#subPage #content .trouble-menu-table tr td ul li a::after,
#subPage #content .treatment-menu-table tr td ul li a::after {
  display: none;
}

#subPage #content .trouble-menu-item,
#subPage #content .treatment-menu-item {
  padding-bottom: 30px;
  margin: 0 0 30px;
  border-bottom: 1px dotted #dadada;
}

#subPage #content .trouble-menu-item:last-child,
#subPage #content .treatment-menu-item:last-child {
  margin-bottom: 0;
  border-bottom: none;
}

#subPage #content .trouble-menu-item h3,
#subPage #content .treatment-menu-item h3 {
  padding-bottom: 20px;
  font-weight: normal;
}

#subPage #content .trouble-menu-item h3 span,
#subPage #content .treatment-menu-item h3 span {
  display: inline-block;
  font-size: 18px;
}

#subPage #content .trouble-menu-item h3 span small,
#subPage #content .treatment-menu-item h3 span small {
  text-align: center;
  display: block;
  font-size: 12px;
}


#subPage #content .trouble-menu-item h3 span.insurance,
#subPage #content .treatment-menu-item h3 span.insurance {
  position: relative;
  padding-left: 2.5em;
}

#subPage #content .trouble-menu-item h3 span.insurance::before,
#subPage #content .treatment-menu-item h3 span.insurance::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 2em;
  height: auto;
  aspect-ratio: 1/1;
  content: "";
  background-image: url("../images/common/icon_round_insurance.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  transform: translateY(-50%);
}

#subPage #content .trouble-menu-item .discList,
#subPage #content .treatment-menu-item .discList {
  margin: 30px 0 0;
}

#subPage #content .trouble-menu-item .button,
#subPage #content .treatment-menu-item .button {
  margin-bottom: 0;
}

#subPage #content .trouble-menu-item-price,
#subPage #content .treatment-menu-item-price {
  margin: 30px 0 0;
}

#subPage #content .trouble-menu-item-price .price-table,
#subPage #content .treatment-menu-item-price .price-table {
  margin: 0 auto;
}

#subPage #content .trouble-menu-item-price .trouble-menu-item-price-note,
#subPage #content .treatment-menu-item-price .treatment-menu-item-price-note {
  margin-top: 0.8em;
  font-size: 0.9em;
}

#subPage #content .trouble-menu-item-period,
#subPage #content .treatment-menu-item-period {
  margin: 30px auto 0;
}

#subPage #content .trouble-menu-item-period tr th,
#subPage #content .treatment-menu-item-period tr th {
  width: 40% !important;
  text-align: center;
}

#subPage #content .trouble-menu-item-period tr td,
#subPage #content .treatment-menu-item-period tr td {
  width: auto;
  text-align: center;
}

#subPage #content .trouble-menu-item-text .medicalSubImg,
#subPage #content .treatment-menu-item-text .medicalSubImg {
  width: 100%;
  margin: 0;
}

#subPage #content .trouble-types ul {
  padding: 30px 0;
  list-style: none;
}

#subPage #content .trouble-types ul li:not(:last-child) {
  margin-bottom: 3em;
}

#subPage #content .trouble-types ul li dl dt {
  padding: 1em;
  margin-bottom: 2em;
  background: #f9f9f9;
  border-top: 1px solid #dadada;
  border-bottom: 1px solid #dadada;
}

#subPage #content .trouble-types ul li dl dd .img {
  margin-bottom: 1.5em;
}

#subPage #content .c-button {
  margin: 30px 0;
  text-align: center;
}

#subPage #content .c-button a {
  display: inline-block;
  width: auto;
  padding: 14px 3em;
  border: 1px solid #dadada;
}

#subPage #content .trouble-case dd.single-img,
#subPage #content .treatment-case dd.single-img {
  width: 100%;
}

#subPage #content .trouble-case dd.single-img figure figcaption,
#subPage #content .treatment-case dd.single-img figure figcaption {
  text-align: left;
  font-size: 0.9em;
}

.fin_txt {
  text-align: center;
  font-size: 1.8em;
  padding: 2.5em 6% 0;
  color: #da809e;
  letter-spacing: .04em;
  font-weight: bold;
}

.c-ttl-bg {
  background: #f9f9f9;
  padding: 0.5em 1em;
  border-top: 1px dotted #dadada;
  border-bottom: 1px dotted #dadada;
}

@media screen and (width >= 768px) {
  #subPage #content .inner > div > img {
    display: block;
    width: 50%;
    margin: 60px auto;
  }

  #subPage #content .pc {
    display: block;
  }

  #subPage #content .sp {
    display: none;
  }
  
  #subPage #content .monitor-banner {
    max-width: 400px;
    margin: 40px auto 0;
  }

  #subPage #content h2,
  #subPage #content section.medical h2 {
    font-size: 26px;
  }
  
  #subPage #content h2.title-border {
    padding: 30px 0;
  }
  
  #subPage #content h3 {
    font-size: 20px;
  }
  
  #subPage #content .main_text a {
    display: inline;
    text-decoration: underline;
    color: #da809e;
  }

  #subPage #content .main_text a::after {
    display: none;
  }
  
  #subPage #content .treatment-img-caption-item,
  #subPage #content .trouble-img-caption-item {
    width: 60%;
    margin: 60px auto 0;
  }

  #subPage #content .treatment-machine,
  #subPage #content .trouble-machine {
    padding-top: 80px;
    margin: 80px 0 0;
  }

  #subPage #content .treatment-machine ul,
  #subPage #content .trouble-machine ul {
    list-style: none;
  }

  #subPage #content .treatment-machine ul li:not(:first-child),
  #subPage #content .trouble-machine ul li:not(:first-child) {
    margin-top: 2em;
  }

  #subPage #content .treatment-machine ul li dl,
  #subPage #content .trouble-machine ul li dl {
    display: flex;
    gap: 10%;
    align-items: center;
  }

  #subPage #content .treatment-machine ul li dl dt,
  #subPage #content .trouble-machine ul li dl dt {
    width: 30%;
    margin: 0;
  }

  #subPage #content .treatment-machine ul li dl dd,
  #subPage #content .trouble-machine ul li dl dd {
    flex: 1;
  }

  #subPage #content .treatment-machine ul li dl dd h3,
  #subPage #content .trouble-machine ul li dl dd h3 {
    padding: 0 0 20px;
    font-size: 1.2em;
  }

  #subPage #content .treatment-note ul,
  #subPage #content .trouble-note ul {
    margin-top: 3em;
  }

  #subPage #content .treatment-btn,
  #subPage #content .trouble-btn {
    padding: 40px 0;
  }

  #subPage #content .treatment-btn .button + .button,
  #subPage #content .trouble-btn .button + .button {
    margin-top: 25px;
  }

  #subPage #content .treatment-free-area-content h3,
  #subPage #content .trouble-free-area-content h3 {
    padding: 40px 0 30px;
  }

  #subPage #content .treatment-free-area-content h4,
  #subPage #content .trouble-free-area-content h4 {
    margin: 40px 0 20px;
  }

  #subPage #content .treatment-free-area-content .fluid-embed,
  #subPage #content .trouble-free-area-content .fluid-embed {
    width: 80%;
    margin: 0 auto;
  }

  #subPage #content .treatment-free-area-content .fluid-embed,
  #subPage #content .trouble-free-area-content .fluid-embed {
    padding: 0 0 30px;
  }

  #subPage #content .treatment-free-area-content img,
  #subPage #content .trouble-free-area-content img {
    padding: 30px 0;
  }

  #subPage #content .treatment-free-area-content img.aligncenter,
  #subPage #content .trouble-free-area-content img.aligncenter {
    display: block;
    margin: 0 auto;
  }

  #subPage #content .treatment-free-area-content img.alignleft,
  #subPage #content .trouble-free-area-content img.alignleft {
    display: block;
    margin: 0;
  }

  #subPage #content .treatment-free-area-content img.alignright,
  #subPage #content .trouble-free-area-content img.alignright {
    display: block;
    margin: 0 0 0 auto;
  }

  #subPage #content .treatment-free-area-content img.pc,
  #subPage #content .trouble-free-area-content img.pc {
    display: block;
  }

  #subPage #content .treatment-free-area-content img.sp,
  #subPage #content .trouble-free-area-content img.sp {
    display: none;
  }

  #subPage #content .treatment-free-area-content .wp-caption,
  #subPage #content .trouble-free-area-content .wp-caption {
    margin: 30px 0;
  }

  #subPage #content .treatment-free-area-content ul,
  #subPage #content .treatment-free-area-content ol,
  #subPage #content .trouble-free-area-content ul,
  #subPage #content .trouble-free-area-content ol {
    padding: 1.5em 1.5em 1.5em 3.5em;
    margin: 30px 0;
  }

  #subPage #content .treatment-free-area-content .numList,
  #subPage #content .trouble-free-area-content .numList {
    padding: 30px;
    margin: 30px 0;
  }

  #subPage #content .treatment-bnr,
  #subPage #content .trouble-bnr {
    margin: 50px 0;
  }

  #subPage #content .treatment-bnr .bnr:not(:last-child),
  #subPage #content .trouble-bnr .bnr:not(:last-child) {
    margin-bottom: 30px;
  }

  #subPage #content .trouble-menu h2,
  #subPage #content .treatment-menu h2 {
    margin-bottom: 40px;
  }

  #subPage #content .trouble-menu-free,
  #subPage #content .treatment-menu-free {
    padding-bottom: 40px;
    margin-bottom: 40px;
  }

  #subPage #content .trouble-menu-table tr th,
  #subPage #content .treatment-menu-table tr th {
    width: 35%;
    padding: 20px 10px;
  }

  #subPage #content .trouble-menu-table tr td,
  #subPage #content .treatment-menu-table tr td {
    padding: 20px;
  }

  #subPage #content .trouble-menu-item,
  #subPage #content .treatment-menu-item {
    padding-bottom: 60px;
    margin: 0 0 50px;
  }

  #subPage #content .trouble-menu-item h3,
  #subPage #content .treatment-menu-item h3 {
    padding-bottom: 30px;
  }

  #subPage #content .trouble-menu-item h3 span,
  #subPage #content .treatment-menu-item h3 span {
    display: inline-block;
    font-size: 20px;
  }
  
  #subPage #content .trouble-menu-item h3 span small,
  #subPage #content .treatment-menu-item h3 span small {
    text-align: center;
    display: block;
    font-size: 14px;
  }
  
  #subPage #content .trouble-menu-item-price,
  #subPage #content .treatment-menu-item-price {
    margin: 40px 0 0;
  }

  #subPage #content .trouble-menu-item-period,
  #subPage #content .treatment-menu-item-period {
    margin: 40px auto 0;
  }

  #subPage #content .trouble-menu-item-text .medicalSubImg,
  #subPage #content .treatment-menu-item-text .medicalSubImg {
    width: 580px;
    margin: 30px 0 0 0;
    float: left;
  }

  #subPage #content .case-note {
    padding: 0 42px;
    font-size: 14px;
    text-align: right;
  }

  #subPage #content .case-note a {
    display: inline;
    color: #d6809a;
    text-decoration: underline;
  }

  #subPage #content .case-note a::after {
    display: none;
  }
  
  #subPage #content .trouble-types ul {
    display: flex;
    flex-wrap: wrap;
    gap: 6%;
    padding: 60px 0;
  }

  #subPage #content .trouble-types ul li {
    width: 47%;
  }

  #subPage #content .trouble-types ul li dl dd .img {
    margin-bottom: 2em;
  }

  #subPage #content .trouble-types ul li dl dd .img img {
    width: 100%;
  }

  #subPage #content .c-button {
    margin: 30px 0;
    text-align: center;
  }

  #subPage #content .c-button a {
    display: inline-block;
    width: auto;
    padding: 14px 3em;
    border: 1px solid #dadada;
  }

  .fin_txt {
    text-align: center;
    font-size: 1.8em;
    padding: 3.5em 0 0;
    color: #da809e;
    letter-spacing: .04em;
    font-weight: bold;
  }

  .c-ttl-bg {
    background: #f9f9f9;
    padding: 0.5em 1em;
    border-top: 1px dotted #dadada;
    border-bottom: 1px dotted #dadada;
  }
}

/* 料金表 */
.c-price-table {
  width: 100%;
  border: 1px solid #dadada;
}

.c-price-table th,
.c-price-table td {
  padding: 0.75em;
  line-height: 1.4;
  text-align: left;
  vertical-align: middle;
  border-top: 1px solid #dadada;
  border-left: 1px solid #dadada;
}

.c-price-table thead th {
  text-align: center;
  background: #f2f2f2;
}

.c-price-table tbody th {
  width: 38%;
  background: #f9f9f9;
}

.c-price-table tbody th small {
  font-size: 75%;
}

.c-price-table tbody tr:nth-child(even) td {
  background: #f9f9f9;
}

.c-price-table tbody td {
  width: 31%;
  font-feature-settings: "palt";
}

.c-price-table tbody td:last-child {
  padding-right: 1em;
  text-align: right;
}

.c-price-table tbody td.txt-l {
  text-align: left;
}

.c-price-table tbody td small {
  font-size: 85%;
}

.c-price-table tbody span {
  font-size: 0.8em;
  font-weight: normal;
}

.c-price-table th.w15 {
  width: 15%;
}

.c-price-table th.w30 {
  width: 30%;
}

@media screen and (width >= 768px) {
  .c-price-table th,
  .c-price-table td {
    padding: 1em;
  }
}