main {
  font-size: 1.6rem !important;
}

.c-repairkneeds-container {
  --theme-color: #ec7a58;
}

.c-container {
  width: 117rem;
  max-width: calc(100% - 4rem) !important;
  margin-left: auto;
  margin-right: auto;
}

.c-container--large {
  width: 97rem;
}

.c-container--main {
  width: 107rem;
}

.c-container--medium {
  width: 77rem;
}

.u-pt50 {
  padding-top: 5rem;
}

.u-pt6 {
  padding-top: 0.6rem;
}

.u-pb6 {
  padding-bottom: 0.6rem;
}

.u-pl6 {
  padding-left: 0.6rem;
}

.u-pr6 {
  padding-right: 0.6rem;
}

.u-pb50 {
  padding-bottom: 5rem;
}

.u-pb45 {
  padding-bottom: 4.5rem;
}

.u-top0 {
  top: 0rem;
}

.u-left0 {
  left: 0rem;
}

.u-textcenter {
  text-align: center;
}

.u-lh16 {
  line-height: 1.6;
}

.u-size20 {
  font-size: 2rem;
}

.u-mb30 {
  margin-bottom: 3rem;
}

.u-mb10 {
  margin-bottom: 1rem;
}

.u-mt15 {
  margin-top: 1.5rem;
}

.u-pt15 {
  padding-top: 1.5rem;
}
.u-pb15 {
  padding-bottom: 1.5rem;
}
.u-pl15 {
  padding-left: 1.5rem;
}
.u-pr15 {
  padding-right: 1.5rem;
}

.u-ib {
  display: inline-block;
}

.u-b {
  display: block;
}

.u-flex {
  display: flex;
}

.u-size18 {
  font-size: 1.8rem;
}

.u-justify-center {
  justify-content: center;
}

.u-justify-between {
  justify-content: space-between;
}

.u-items-center {
  align-items: center;
}

.u-column {
  flex-direction: column;
}

.u-color-theme {
  color: #ec7a58;
}

.u-absolute {
  position: absolute;
}

.u-_z1 {
  z-index: -1;
}

.u-mt5 {
  margin-top: 0.5rem;
}

.u-mb5 {
  margin-bottom: 0.5rem;
}

.u-mb20 {
  margin-bottom: 2rem;
}

.u-mb25 {
  margin-bottom: 2.5rem;
}

.p-intro-about__item {
  position: relative;
}

.p-intro-about__label {
  position: absolute;
  top: 30px;
  left: 30px;
}

.u-bgColor-white {
  background-color: #fff;
}

.u-bgColor-theme {
  background-color: #ec7a58;
}

.u-bgColor-gray2 {
  background-color: #f3f3f3;
}

.u-bgColor-gray3 {
  background-color: #eeeeee;
}

.u-color-white {
  color: #fff;
}

.u-width-40 {
  width: 4rem;
}

.u-height-130 {
  height: 13rem;
}

.u-size26 {
  font-size: 2.6rem;
}

.u-tategaki {
  writing-mode: vertical-rl;
  font-feature-settings: normal;
}

.u-700 {
  font-weight: 700;
}

.p-intro-about__img {
  width: 100%;
}

.u-m-auto {
  margin: auto;
}

.u-relative {
  position: relative;
}

.u-mb30 {
  margin-bottom: 3rem;
}

.u-lh17 {
  line-height: 1.7;
}

.u-lh15 {
  line-height: 1.5;
}

.u-size16 {
  font-size: 1.6rem;
}

.p-contents__arrow {
  margin-top: 30px;
  margin-bottom: 30px;
  transform: rotate(90deg);
}

.c-object-fit-cover {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
}

.p-contents-c-flow__item {
  position: relative;
}

.p-contents-c-flow__text {
  position: absolute;
  top: 43%;
  left: 30%;
  text-decoration: underline;
  text-underline-position: above;
}

.p-contents-c-cost__heading {
  text-align: center;
}

.u-width-200 {
  width: 20rem;
}

.p-contents-c-cost__caption {
  position: relative;
  padding-top: 30px;
  padding-bottom: 15px;
  padding-left: 0;
}

.p-contents-c-cost__caption::before {
  position: absolute;
  content: '';
  width: 2px;
  height: 100%;
  top: 0;
  left: 0;
  background: #999;
}

.u-size38 {
  font-size: 3.8rem;
}

.c-list,
.c-list {
  padding-left: 0;
  list-style: none;
}

.p-contents-a-prp {
  background: #fff;
}

@media print, screen and (min-width: 768px) {
  html {
    font-size: 1.3020833333vw !important;
  }

  .M\:u-pt90 {
    padding-top: 9rem;
  }

  .M\:u-pb95 {
    padding-bottom: 9.5rem;
  }

  .M\:u-size30 {
    font-size: 3rem;
  }

  .M\:u-mb45 {
    margin-bottom: 4.5rem;
  }

  .M\:u-row {
    flex-direction: row;
  }

  .M\:u-w-4 {
    width: 33.33333333%;
  }

  .M\:u-ml5 {
    margin-left: 0.5rem;
  }

  .M\:u-mr5 {
    margin-right: 0.5rem;
  }

  .M\:u-m0 {
    margin: 0;
  }

  .M\:u-mb0 {
    margin-bottom: 0rem;
  }

  .p-intro-about__label {
    top: 15px;
    left: 15px;
    margin: 0;
  }

  .M\:u-width-30 {
    width: 3rem;
  }

  .M\:u-height-120 {
    height: 12rem;
  }

  .M\:u-size18 {
    font-size: 1.8rem;
  }

  .M\:u-pb100 {
    padding-bottom: 10rem;
  }

  .M\:u-mb45 {
    margin-bottom: 4.5rem;
  }

  .M\:u-textcenter {
    text-align: center;
  }

  .M\:u-size20 {
    font-size: 2rem;
  }

  .M\:u-size30 {
    font-size: 3rem !important;
  }

  .p-contents__arrow {
    margin-top: 85px;
    margin-bottom: 0;
    margin-left: 20px;
    margin-right: 20px;
    transform: rotate(0);
  }

  .M\:u-pt100 {
    padding-top: 10rem;
  }

  .M\:u-mb40 {
    margin-bottom: 4rem;
  }

  .M\:u-size24 {
    font-size: 2.4rem !important;
  }

  .M\:u-mb55 {
    margin-bottom: 5.5rem;
  }

  .p-contents-c-cost__caption {
    padding-top: 7px;
    padding-left: 20px;
  }

  .M\:u-size36 {
    font-size: 3.6rem;
  }

  .M\:u-size60 {
    font-size: 6rem;
  }
}

@media screen and (max-width: 767.98px) {
  .p-contents-a-therapy__heading {
    text-align: left !important;
  }

  .m\:u-hidden {
    display: none !important;
  }

  .p-contents__content {
    align-items: center;
  }

  .p-contents-c-flow__item {
    margin-left: 0;
  }

  .p-contents-c-flow__text {
    position: static;
    margin: 20px 0;
  }

  .p-contents-c-cost__caption::before {
    display: none;
  }

  .p-contents-c-cost__caption__price {
    text-align: center;
  }
}

@media print, screen and (min-width: 1024px) {
  html {
    font-size: 0.8547008547vw !important;
  }

  .p-intro-about__label {
    top: 30px;
    left: 30px;
  }

  .L\:u-width-40 {
    width: 4rem;
  }

  .L\:u-height-130 {
    height: 13rem;
  }

  .p-contents__arrow {
    margin-top: 100px;
  }

  .p-contents-c-flow__text {
    left: 35%;
  }

  .p-contents-c-cost__heading {
    text-align: left;
  }

  .p-contents-c-cost__caption {
    padding-left: 70px;
  }
}

@media print, screen and (min-width: 1170px) {
  html {
    font-size: 62.5% !important;
  }
}

@media screen and (max-width: 1279.98px) {
  .p-contents-c-flow__item {
    padding-left: 0;
  }
}

@media screen and (max-width: 1023.98px) {
  .p-contents-c-flow__item {
    margin-left: -40px;
  }
}

@media print, screen and (min-width: 1280px) {
  .p-contents-c-flow__text {
    left: 41%;
  }
}

@media screen {
  .u-screen-hidden {
    display: none !important;
  }
}
@media print {
  .u-print-hidden {
    display: none !important;
  }
}

/* 治療の詳細エリア */
@media screen and (max-width: 1023.98px) {
  .p-contents-c-flow__pl .p-contents-c-flow__item {
    margin-left: 0;
  }
}

@media print, screen and (min-width: 1280px) {
  .p-contents-c-flow__pl .p-contents-c-flow__text {
    left: 50%;
    transform: translateX(-50%);
  }
}

.p-btn.p-btn--w350 {
  width: 350px;
}
