@media screen and (max-width: 767px) {
  .w-full-m{
    width: 100%;
  }
}

/* 膝痛くないですか？ */
.u-color-reddish{
  color: #b6404b;
}

.u-fontfeature-palt{
  font-feature-settings: "palt" 1;
}

.p-intro-symptom__text--red{
  background: url(../images/front-2503/intro__symptom-text-bg.png) no-repeat;
  background-image: image-set(url(../images/front-2503/intro__symptom-text-bg.png) 1x, url(../images/front-2503/intro__symptom-text-bg@2x.png) 2x);
  background-image: -webkit-image-set(url(../images/front-2503/intro__symptom-text-bg.png) 1x, url(../images/front-2503/intro__symptom-text-bg@2x.png) 2x);
}


/* 膝の痛み解消エリア */
@media screen and (max-width: 575.98px) {
  .p-intro-enjoy__banner{
    padding-top: 0;
  }
}
/* バナー */
.p-enjoy-banner{
  overflow: hidden;
}

.p-enjoy-banner__inner{
  filter: drop-shadow(0 0 min(5rem,calc(50/540*100vw)) rgba(0,0,0,0.1));
  width: min(50rem,calc(500/540*100vw));
  max-width: 100%;
  margin-inline: auto;
  position: relative;
  border-radius: 1rem;
  min-height: min(14rem,calc(140/540*100vw));
  display: flex;
  align-items: center;
  padding-inline: min(2rem,calc(20/540*100vw));
  padding-block: min(1rem,calc(10/540*100vw));
  font-size: min(2.2rem,calc(22/540*100vw));
}

.p-enjoy-banner__inner::after{
  content: "";
  position: absolute;
  bottom: 1px;
  transform: translate(-50%,100%);
  left: 50%;
  width: min(3.5rem,calc(35/540*100vw));
  height: min(1.5rem,calc(15/540*100vw));
  background: inherit;
  clip-path: polygon(50% 100%, 0 0, 100% 0);
}

.p-enjoy-banner__text{
  letter-spacing: 0.05em;
}

.p-enjoy-banner__image{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: min(1rem,calc(10/540*100vw));
  filter: drop-shadow(0 0 min(5rem,calc(50/540*100vw)) rgba(0,0,0,0.1));
  width: min(19rem,calc(190/540*100vw));
}

.p-intro-enjoy__leadingin{
  position: relative;
  z-index: 0;
  overflow: hidden;
  width: 100%;
  height: calc(505/1365*100vw);
}
@media screen and (max-width: 575.98px) {
  .p-intro-enjoy__leadingin{
    height: clamp(25rem,calc(300/575*100vw),30rem);
  }
}

.p-intro-enjoy__leadingin .p-intro-enjoy__leadingin-image{
  position: absolute;
  z-index: -2;
  top: 0;
  left: 0;
  right: auto;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 575.98px) {
  .p-intro-enjoy__leadingin .p-intro-enjoy__leadingin-image{
    height: 100%;
    object-fit: cover;
    right: 0;
    left: auto;
    object-position: 45% 50%;
  }
}

.p-intro-enjoy__leadingin .p-intro-enjoy__leadingin-title{
  position: absolute;
  z-index: -1;
  top: 39.5%;
  left: 47.5%;
  font-size: calc(50/1365*100vw);
}
@media screen and (max-width: 575.98px) {
  .p-intro-enjoy__leadingin .p-intro-enjoy__leadingin-title{
    top: 50%;
    transform: translateY(-50%);
    left: calc(273/575*100vw);
    font-size: clamp(2.5rem,calc(25/425*100vw),calc(30/575*100vw));
  }
}

.u-size50-60{
  font-size: calc(60/50*1em);
}

/* 再⽣因⼦濃縮液エリア */
@media screen and (min-width: 1024px) {
  .u-mb110{
    margin-bottom: 110px;
  }
}
@media screen and (min-width: 1024px) {
  .u-mb95{
    margin-bottom: 95px;
  }
}

.u-graph-gap{
  column-gap: 0;
}
@media screen and (min-width: 768px){
  .u-graph-gap{
    column-gap: 2rem;
  }
}
@media screen and (min-width: 1024px) {
  .u-graph-gap{
    column-gap: 5rem;
  }
}

.p-prp-notes{
  display: inline-block;
  position: relative;
  margin-top: 1.2rem;
}

.p-prp-notes::after{
  content: "※";
  font-size: 1.2rem;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -70%);
}

.p-prp-notes--one::after{
  content: "※1";
}
.p-prp-notes--two::after{
  content: "※2";
}

.p-prp-notes--large::after{
  transform: translate(-50%, -100%);
}

@media print, screen and (min-width: 768px) {
  .p-prp-notes__content{
    width: fit-content;
    margin-inline: auto;
  }
}

/* 細胞エリア */
.p-b-effect-text{
  padding-left: 1em;
  text-indent: -1em;
}

/* 治療の詳細エリア */
@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-contents-faq .p-contents-faq__item{
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.p-contents-faq > .p-contents-faq__item:not(:last-child){
  margin-bottom: 2rem;
}
@media print, screen and (min-width: 768px) {
  .p-contents-faq > .p-contents-faq__item:not(:last-child){
    margin-bottom: 4rem;
  }
}
.p-contents-faq__question{
  width: 100%;
  border-radius: 10px 10px 0 0;
}

.p-contents-faq__answer{
  width: 100%;
  border-radius: 0 0 20px 20px;
}

.p-table-medic {
  padding: 1rem 2rem;
  background-color: white;
}

.p-table-medicaltime {
  width: 100%;
  table-layout: fixed
}

.p-table-medicaltime caption {
  text-align: center;
  font-size: 1.8rem;
  line-height: 1;
  padding: 0 15px 1.22222em;
  caption-side: top;
}

.p-table-medicaltime td,.p-table-medicaltime th {
  vertical-align: middle;
  font-weight: 500;
  font-size: 1.4rem;
  text-align: center;
  border: 1px solid #f2f2ea;
  padding: 10px;
  line-height: 1.4
}

.p-table-medicaltime td:first-child,.p-table-medicaltime th:first-child {
  border-left: none
}

.p-table-medicaltime td:last-child,.p-table-medicaltime th:last-child {
  border-right: none
}

.p-table-medicaltime__holiday {
  width: 80px
}

.p-table-medicaltime__time {
  width: 130px;
  padding: 10px 5px
}

@media screen and (max-width: 1023px){
  .p-table-medic {
    padding: 1rem 1rem;
    background-color: white;
  }
  .p-table-medicaltime__holiday {
    width: 50px
  }

  .p-table-medicaltime__time {
    width: 60px;
  }
}

.p-gmap iframe {
  max-width:508px;
  width:100%;
  height:100%;
}
