:root {
  --inner-padding: 100px;
  --max-content-width: 1224px;
  --content-width-1: 810px;
  --color-blue: #005bac;
  --color-red: #da2828;
  --color-green:#55A801;
  --color-orange:#FD9127;
  --color-background: #f4f6f8;
}

#rstem {
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
}

#rstem.is-cn {
  font-family: "Noto Sans SC","微软雅黑","宋体",sans-serif;
}

#rstem .p-section {
  width: 100vw;
  padding-top: 100px;
  padding-left: var(--inner-padding);
  padding-right: var(--inner-padding);
}

#rstem .p-inner {
  max-width: var(--max-content-width);
  margin: 0 auto;
}

#rstem .p-headline-2 {
  position: relative;
  margin-top: 100px;
  margin-bottom: 50px;
  padding-left: 18px;
  font-size: 38px;
  font-family: "FP-ヒラギノUD角ゴ StdN W6","Yu Gothic Medium","Yu Gothic",YuGothic,"Hiragino Sans","ヒラギノ角ゴシック","メイリオ",Meiryo,sans-serif;
  line-height: 1.5;
  color: var(--color-blue);
}

#rstem .p-headline-2::before {
  content: "";
  position: absolute;
  top: 4px;
  bottom: 4px;
  left: 0;
  width: 8px;
  background-color: currentColor;
}

#rstem .p-headline-2:first-child {
  margin-top: 0;
}

#rstem .p-headline-2.is-white {
  color: #fff;
}

#rstem .p-headline-3 {
  margin-top: 60px;
  margin-bottom: 40px;
  display: flex;
  align-items: center;
  min-height: 56px;
  padding: 10px 20px;
  font-size: 24px;
  font-family: "FP-ヒラギノUD角ゴ StdN W6","Yu Gothic Medium","Yu Gothic",YuGothic,"Hiragino Sans","ヒラギノ角ゴシック","メイリオ",Meiryo,sans-serif;
  line-height: 1.5;
  color: var(--color-blue);
  background-color: var(--color-background);
}

#rstem .p-headline-3:first-child {
  margin-top: 0;
}

#rstem .p-headline-4 {
  margin-top: 40px;
  margin-bottom: 20px;
  font-size: 20px;
  font-family: "FP-ヒラギノUD角ゴ StdN W6","Yu Gothic Medium","Yu Gothic",YuGothic,"Hiragino Sans","ヒラギノ角ゴシック","メイリオ",Meiryo,sans-serif;
  line-height: 1.5;
  color: var(--color-blue);
}

#rstem .p-headline-4:first-child {
  margin-top: 0;
}

#rstem .p-text {
  margin-top: 30px;
}

#rstem .p-text:first-child {
  margin-top: 0;
}

#rstem .p-text+.p-text {
  margin-top: 1em;
}

#rstem .p-note {
  position: relative;
  padding-left: 1.8em;
  margin-top: 20px;
  font-size: 14px;
  line-height: 1.6;
}

#rstem .p-note::before {
  content: attr(data-label);
  position: absolute;
  top: 0;
  left: 0;
}

#rstem .p-note.is-no-marker {
  padding-left: 0;
}

#rstem .p-note.is-right {
  margin-top: 20px !important;
  text-align: right;
}

#rstem .p-note+.p-note {
  margin-top: 5px;
}

#rstem .p-hr {
  height: 0;
  margin: 0;
  padding: 0;
  border: 0;
  margin-top: 40px;
  margin-bottom: 40px;
  border-top: 1px dotted var(--color-blue);
}

#rstem .p-box-1 {
  margin-top: 40px;
}

#rstem .p-box-1__inner {
  margin: 40px auto 0;
}

#rstem .p-box-1__inner.is-text-width {
  max-width: var(--content-width-1);
}

#rstem .p-box-1__inner:first-child {
  margin-top: 0;
}

#rstem .p-box-1__image-wrap {
  display: flex;
  justify-content: space-between;
}

#rstem .p-box-1__image-wrap .p-box-1__image {
  width: 49%;
}

#rstem .p-box-1__image {
  display: flex;
  justify-content: center;
}

#rstem .p-box-1__image figure {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%;
}

#rstem .p-box-1__image figcaption {
  display: none;
}

#rstem .p-box-1__image figcaption::before {
  content: "";
  display: inline-block;
  margin-right: 5px;
  width: 20px;
  height: 20px;
  -webkit-mask-image: url("/-/Media/cojp/company/business/regenerativemedicine/rstem/assets/images/icon_pinchout.svg");
  mask-image: url("/-/Media/cojp/company/business/regenerativemedicine/rstem/assets/images/icon_pinchout.svg");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
  background-color: currentColor;
  vertical-align: middle;
}

#rstem .p-box-2 {
  display: flex;
  justify-content: space-between;
}

#rstem .p-box-2__item {
  width: 48.5%;
}

#rstem .p-result-box {
  padding: 40px 40px 50px;
  background-color: #f2f2f2;
  border-radius: 14px;
}

#rstem .p-result-box__inner {
  width: 100%;
  max-width: var(--content-width-1);
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

#rstem .p-result-box__head {
  position: relative;
  width: 100%;
  padding-bottom: 5px;
  margin-bottom: 20px;
  border-bottom: 2px solid var(--color-red);
}

#rstem .p-result-box__head::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -12px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  display: block;
  width: 45px;
  height: 12px;
  background-color: var(--color-red);
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
  clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
}

#rstem .p-result-box__title {
  font-size: 24px;
  font-family: "FP-ヒラギノUD角ゴ StdN W6","Yu Gothic Medium","Yu Gothic",YuGothic,"Hiragino Sans","ヒラギノ角ゴシック","メイリオ",Meiryo,sans-serif;
  text-align: center;
  line-height: 1.5;
  color: var(--color-blue);
}

#rstem .p-result-box__text {
  font-size: 20px;
  font-family: "FP-ヒラギノUD角ゴ StdN W6","Yu Gothic Medium","Yu Gothic",YuGothic,"Hiragino Sans","ヒラギノ角ゴシック","メイリオ",Meiryo,sans-serif;
  text-align: center;
}

#rstem .p-button-wrap {
  text-align: center;
  display: flex;
  justify-content: center;
  gap: 10px;
}

#rstem .p-button {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 320px;
  min-height: 60px;
  padding: 10px;
  font-size: 20px;
  font-family: "FP-ヒラギノUD角ゴ StdN W6","Yu Gothic Medium","Yu Gothic",YuGothic,"Hiragino Sans","ヒラギノ角ゴシック","メイリオ",Meiryo,sans-serif;
  color: #fff;
  background-color: var(--color-blue);
  border-radius: 30px;
  text-decoration: none;
  transition-duration: .4s;
  z-index: 2;
  overflow: hidden;
}

#rstem .p-button::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 0;
  margin: auto;
  padding-top: 100%;
  transition: opacity .3s,-webkit-transform .3s;
  transition: opacity .3s,transform .3s;
  transition: opacity .3s,transform .3s,-webkit-transform .3s;
  transition-delay: 0s;
  -webkit-transform: translateY(-50%) scale(0.1);
  transform: translateY(-50%) scale(0.1);
  border-radius: 50%;
  background: #337cbd;
  z-index: -1;
  opacity: 0;
  pointer-events: none;
}

#rstem .p-button.is-orange {
  background-color: var(--color-orange);
}
#rstem .p-button.is-orange::after {
  background: #FAA858;
}

#rstem .p-button.is-order {
  background-color: var(--color-green);
}
#rstem .p-button.is-order::after {
  background: #6EB02B;
}
#rstem .p-button span {
  position: relative;
}
#rstem .p-button.is-inquiry span::before {
  content: "";
  position: absolute;
  left: -28px;
  top: 3px;
  display: block;
  width: 26px;
  height: 26px;
  background-image: url(/-/Media/cojp/company/business/regenerativemedicine/stemnavi/images/icon_inquiry.svg);
}
#rstem .p-button.is-order span::before {
  content: "";
  position: absolute;
  left: -28px;
  top: 3px;
  display: block;
  width: 26px;
  height: 26px;
  background-image: url(/-/Media/cojp/company/business/regenerativemedicine/stemnavi/images/icon_order.svg);
}
.p-button-rightfixed-wrap {
  position: fixed;
  display:flex;
  flex-flow: column;
  gap:5px;
  bottom: 125px;
  right: 0;
  z-index: calc(infinity);
} 
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.p-button-rightfixed-wrap.is-hidden {
  animation: fadeOut 0.8s forwards;
} 
.p-button-rightfixed__btn {
  writing-mode: vertical-rl;
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-family: "FP-ヒラギノUD角ゴ StdN W6","Yu Gothic Medium","Yu Gothic",YuGothic,"Hiragino Sans","ヒラギノ角ゴシック","メイリオ",Meiryo,sans-serif;
  color: #fff;
  background-color: var(--color-blue);
  border-radius: 10px 0 0 10px;
  min-width:60px;
  min-height:184px;
  text-decoration: none;
  transition-duration: .4s;
  z-index: 2;
  overflow: hidden;
  font-weight: bold;
}
.p-button-rightfixed__btn::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 0;
  margin: auto;
  padding-top: 100%;
  transition: opacity .3s,-webkit-transform .3s;
  transition: opacity .3s,transform .3s;
  transition: opacity .3s,transform .3s,-webkit-transform .3s;
  transition-delay: 0s;
  -webkit-transform: translateY(-50%) scale(0.1);
  transform: translateY(-50%) scale(0.1);
  border-radius: 10px;
  background: #337cbd;
  z-index: -1;
  opacity: 0;
  pointer-events: none;
}
.p-button-rightfixed-wrap a.p-button-rightfixed__btn:link,
.p-button-rightfixed-wrap a.p-button-rightfixed__btn:visited,
.p-button-rightfixed-wrap a.p-button-rightfixed__btn:hover,
.p-button-rightfixed-wrap a.p-button-rightfixed__btn:active{
  text-decoration: none;
  opacity: 1;
  color:#ffffff;
}

.p-button-rightfixed__btn span {
  position: relative;
  display:block;
  padding-top:20px;
}
.p-button-rightfixed__btn span::before {
  content: "";
  position: absolute;
  left: 5px;
  top: -5px;
  display: block;
  width: 26px;
  height: 26px;
  background-image: url(/-/Media/cojp/company/business/regenerativemedicine/stemnavi/images/icon_inquiry.svg);
  background-repeat: no-repeat;
}
.p-button-rightfixed__btn.is-order {
  background-color: var(--color-green);
}
.p-button-rightfixed__btn.is-order::after {
  background: #6EB02B;
}
.p-button-rightfixed__btn.is-order span::before {
  content: "";
  position: absolute;
  left: 5px;
  top: -8px;
  display: block;
  width: 26px;
  height: 26px;
  background-image: url(/-/Media/cojp/company/business/regenerativemedicine/stemnavi/images/icon_order.svg);
  background-repeat: no-repeat;
}
#rstem .p-feature-box__pricebox {
  padding: 40px 40px 50px;
  background-color: #f2f2f2;
  border-radius: 14px;
  margin-top:34px;
}
#rstem .p-feature-box__pricebox-inner {
  display: flex;
  padding-top:30px;
}
#rstem .p-feature-box__pricebox-inner:first-child {
  padding-top:0;
  padding-bottom:27px;
  border-bottom:dashed 1px var(--color-blue); 
}
#rstem .p-feature-box__pricebox-title{  
  font-size: 20px;
  font-family: "FP-ヒラギノUD角ゴ StdN W6", "Yu Gothic Medium", "Yu Gothic", YuGothic, "Hiragino Sans", "ヒラギノ角ゴシック", "メイリオ", Meiryo, sans-serif;
  line-height: 1.5;
  color: var(--color-blue);
  width:15%;
}
#rstem .p-feature-box__pricebox-body{
  font-size: 20px;
  line-height: 1.6;
}
#rstem .p-feature-box__pricebox-body ul li span{
  font-size: 14px;
}

#rstem .p-mv {
  width: 100vw;
  padding-left: var(--inner-padding);
  padding-right: var(--inner-padding);
  background-color: var(--color-blue);
}

#rstem .p-mv__inner {
  position: relative;
  max-width: 1224px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#rstem .p-mv__head {
  flex: 1;
}

#rstem .p-mv__bg img {
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: left center;
  object-position: left center;
}

#rstem .p-mv__product {
  position: absolute;
  top: 0;
  bottom: 0;
}

#rstem .p-mv__product img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -webkit-filter: drop-shadow(20px 0px 10px rgba(0, 0, 0, 0.3));
  filter: drop-shadow(20px 0px 10px rgba(0, 0, 0, 0.3));
}

#rstem .p-mv__body {
  width: 50%;
  padding: 40px 0;
}

#rstem .p-mv__lead {
  margin-bottom: 10px;
  font-size: 34px;
  font-family: "FP-ヒラギノUD角ゴ StdN W6","Yu Gothic Medium","Yu Gothic",YuGothic,"Hiragino Sans","ヒラギノ角ゴシック","メイリオ",Meiryo,sans-serif;
  line-height: 1.3;
  color: #fff;
}

#rstem .p-mv__title {
  width: 63.4%;
}

#rstem .p-mv__title img {
  width: 100%;
}

#rstem .p-mv__title-caption {
  margin-top: 10px;
  font-size: 16px;
  line-height: 1.5;
  color: #fff;
}

#rstem .p-mv__title-note {
  position: absolute;
  bottom: 10px;
  left: 0;
  font-size: 14px;
  line-height: 1.5;
  color: #fff;
  word-wrap: break-word;
}

#rstem .p-mv__select {
  position: absolute;
  top: 15px;
  border: 1px solid currentColor;
  border-radius: 4px;
}

#rstem .p-intro {
  padding-top: 60px;
  padding-bottom: 60px;
}

#rstem .p-intro-box {
  position: relative;
  display: flex;
  justify-content: space-between;
}

#rstem .p-intro-box__head {
  width: 28.3%;
  text-align: center;
}

#rstem .p-intro-box__body {
  width: 62.2%;
}

#rstem .p-intro-box__text {
  margin-top: 30px;
}

#rstem .p-intro-box__text a {
  text-decoration: none;
  font-family: "FP-ヒラギノUD角ゴ StdN W6","Yu Gothic Medium","Yu Gothic",YuGothic,"Hiragino Sans","ヒラギノ角ゴシック","メイリオ",Meiryo,sans-serif;
  color: var(--color-blue);
}

#rstem .p-intro-box__note {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

#rstem .p-intro-box__note.is-right {
  align-items: flex-start;
}

#rstem .p-intro-box__bar {
  background-color: var(--color-blue);
}

#rstem .p-intro-box__bar::after {
  content: "";
  position: absolute;
  display: block;
  width: 20px;
  height: 22px;
  background-image: url("/-/Media/cojp/company/business/regenerativemedicine/rstem/assets/images/icon_arrow.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-color: #fff;
}

#rstem .p-intro-box-2 {
  margin-top: 80px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 60px 60px 75px;
  background-color: #f4f6f8;
  border-radius: 14px;
}

#rstem .p-intro-box-2:first-child {
  margin-top: 0;
}

#rstem .p-intro-box-2__head {
  width: 31.5%;
}

#rstem .p-intro-box-2__body {
  margin-left: 50px;
  flex: 1;
}

#rstem .p-intro-box-2__item {
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 20px;
  text-align: center;
  line-height: 1.5;
}

#rstem .p-intro-box-2__item span {
  font-size: 24px;
  color: var(--color-red);
  font-family: "FP-ヒラギノUD角ゴ StdN W6","Yu Gothic Medium","Yu Gothic",YuGothic,"Hiragino Sans","ヒラギノ角ゴシック","メイリオ",Meiryo,sans-serif;
}

#rstem .p-intro-box-2__item:first-child {
  padding-top: 0;
}

#rstem .p-intro-box-2__item:last-child {
  padding-bottom: 0;
}

#rstem .p-intro-box-2__item+.p-intro-box-2__item {
  border-top: 1px dotted var(--color-blue);
}

#rstem .p-intro-box-3 {
  width: 100vw;
  margin: 0 calc(50% - 50vw);
}

#rstem .p-intro-box-3__inner {
  position: relative;
  width: 100%;
  max-width: 1440px;
  aspect-ratio: 1440/500;
  padding-top: 80px;
  padding-bottom: 100px;
  padding-left: var(--inner-padding);
  padding-right: var(--inner-padding);
  margin: 0 auto;
  background-image: url("/-/Media/cojp/company/business/regenerativemedicine/rstem/assets/images/intro_bg_pc_2x.jpg");
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: bottom center;
}

#rstem .p-intro-box-3__inner-2 {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

#rstem .p-intro-box-3__title {
  margin-bottom: 30px;
  font-size: 24px;
  font-family: "FP-ヒラギノUD角ゴ StdN W6","Yu Gothic Medium","Yu Gothic",YuGothic,"Hiragino Sans","ヒラギノ角ゴシック","メイリオ",Meiryo,sans-serif;
  line-height: 1.5;
  text-align: center;
}

#rstem .p-intro-box-3__title span {
  font-size: 32px;
  color: var(--color-blue);
}

#rstem .p-intro-box-3__image {
  width: 64.6%;
}

#rstem .p-feature {
  padding-top: 80px;
  padding-bottom: 100px;
  background-color: var(--color-blue);
}

#rstem .p-feature-box {
  width: 100%;
  padding: 40px 60px 60px;
  box-sizing: border-box;
  background-color: #fff;
  border-radius: 14px;
}

#rstem .p-feature-box__title {
  display: flex;
  align-items: center;
  padding: 10px 20px;
  font-size: 20px;
  font-family: "FP-ヒラギノUD角ゴ StdN W6","Yu Gothic Medium","Yu Gothic",YuGothic,"Hiragino Sans","ヒラギノ角ゴシック","メイリオ",Meiryo,sans-serif;
  line-height: 1.5;
  color: var(--color-blue);
  background-color: #f2f2f2;
  border-radius: 8px;
}

#rstem .p-feature-box__title::before {
  content: "";
  display: block;
  width: 28px;
  height: 28px;
  background-image: url("/-/Media/cojp/company/business/regenerativemedicine/rstem/assets/images/icon_feature.svg");
  background-repeat: no-repeat;
  background-size: contain;
}

#rstem .p-feature-box__list {
  margin-top: 20px;
  margin-left: 20px;
  margin-right: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  row-gap: 10px;
}

#rstem .p-feature-box__list li {
  width: 47%;
  position: relative;
  padding-left: 28px;
  font-size: 20px;
  font-family: "FP-ヒラギノUD角ゴ StdN W6","Yu Gothic Medium","Yu Gothic",YuGothic,"Hiragino Sans","ヒラギノ角ゴシック","メイリオ",Meiryo,sans-serif;
  line-height: 1.6;
}
#rstem .p-feature-box__list li small {
  font-size: 70%;
}

#rstem .p-feature-box__list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  display: block;
  width: 20px;
  height: 20px;
  background-image: url("/-/Media/cojp/company/business/regenerativemedicine/rstem/assets/images/icon_check.svg");
  background-repeat: no-repeat;
  background-size: contain;
}

#rstem .p-feature-box__list_annotation {
  margin-top: 15px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
#rstem .p-feature-box__list_annotation span {
  width: 47%;
  font-size: 15px;
  padding-left: 1.8em;
  text-indent: -1.8em;
}

#rstem .p-feature-block {
  padding-bottom: 50px;
}

#rstem .p-feature-block__title {
  font-size: 26px;
  text-align: center;
  color: var(--color-red);
  font-family: "FP-ヒラギノUD角ゴ StdN W6","Yu Gothic Medium","Yu Gothic",YuGothic,"Hiragino Sans","ヒラギノ角ゴシック","メイリオ",Meiryo,sans-serif;
}

#rstem .p-feature-block__text {
  padding-top: 20px;
  font-size: 20px;
  text-align: left;
  line-height: 1.86;
}

@media screen and (max-width: 1023px) {
  :root {
    --inner-padding: 40px;
  }

  #rstem .p-mv__lead {
    font-size: 28px;
  }
}

@media screen and (max-width: 767px) {
  :root {
    --inner-padding: 20px;
    --max-content-width: 100%;
  }

  #rstem .p-section {
    padding-top: 60px;
  }

  #rstem .p-headline-2 {
    margin-top: 60px;
    margin-bottom: 30px;
    padding-left: 14px;
    font-size: 20px;
  }

  #rstem .p-headline-2::before {
    width: 4px;
  }

  #rstem .p-headline-3 {
    margin-top: 30px;
    margin-bottom: 20px;
    min-height: 46px;
    font-size: 18px;
  }

  #rstem .p-headline-4 {
    margin-top: 30px;
    margin-bottom: 15px;
    font-size: 18px;
  }

  #rstem .p-hr {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  #rstem .p-box-1 {
    margin-top: 30px;
  }

  #rstem .p-box-1__inner {
    margin-top: 30px;
  }

  #rstem .p-box-1__image-wrap {
    flex-direction: column;
  }

  #rstem .p-box-1__image-wrap .p-box-1__image {
    width: 100%;
  }

  #rstem .p-box-1__image-wrap .p-box-1__image+.p-box-1__image {
    margin-top: 30px;
  }

  #rstem .p-box-1__image figcaption {
    display: block;
    margin-top: 10px;
    font-size: 14px;
    color: #4d4d4d;
    line-height: 1;
    text-align: right;
  }

  #rstem .p-box-2 {
    flex-direction: column;
    gap: 20px;
  }

  #rstem .p-box-2.is-reverse {
    flex-direction: column-reverse;
  }

  #rstem .p-box-2__item {
    width: 100%;
  }

  #rstem .p-result-box {
    padding: 20px 20px 30px;
  }

  #rstem .p-result-box__title {
    font-size: 18px;
  }

  #rstem .p-result-box__text {
    font-size: 18px;
    text-align: left;
  }

  #rstem .p-button-wrap {
    flex-direction: column;
    align-items: center;
  }

  #rstem .p-button {
    min-height: 54px;
  }

  #rstem .p-mv__inner {
    flex-direction: column;
  }

  #rstem .p-mv__head {
    position: relative;
    margin-top: 40px;
    margin-right: -20px;
  }

  #rstem .p-mv__bg img {
    width: 100%;
  }

  #rstem .p-mv__product {
    left: 0;
  }

  #rstem .p-mv__body {
    width: 100%;
    padding: 60px 0 0;
  }

  #rstem .p-mv__lead {
    margin-bottom: 10px;
    font-size: 20px;
    text-align: center;
  }

  #rstem .p-mv__title {
    width: 71.3%;
    margin: 0 auto;
  }

  #rstem .p-mv__title-caption {
    font-size: 14px;
  }

  #rstem .p-mv__title-note {
    position: static;
    margin-top: 20px;
    align-self: flex-start;
    font-size: 13px;
  }

  #rstem .p-mv__select {
    right: 0;
  }

  #rstem .p-intro {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  #rstem .p-intro-box {
    flex-direction: column;
  }

  #rstem .p-intro-box__head {
    width: 100%;
  }

  #rstem .p-intro-box__firm img {
    margin: 0 auto;
  }

  #rstem .p-intro-box__body {
    margin-top: 30px;
    width: 100%;
  }

  #rstem .p-intro-box__copy img {
    margin: 0 auto;
  }

  #rstem .p-intro-box__note {
    align-items: flex-start;
  }

  #rstem .p-intro-box__bar {
    margin-top: 10px;
    position: relative;
    width: 100%;
    height: 2px;
  }

  #rstem .p-intro-box__bar::after {
    bottom: -19px;
    left: 50%;
    -webkit-transform: translateX(-50%) rotate(90deg) scale(-1, -1);
    transform: translateX(-50%) rotate(90deg) scale(-1, -1);
  }

  #rstem .p-intro-box-2 {
    margin-top: 40px;
    flex-direction: column;
    padding: 30px 20px 40px;
  }

  #rstem .p-intro-box-2__head {
    width: 100%;
  }

  #rstem .p-intro-box-2__head img {
    margin: 0 auto;
  }

  #rstem .p-intro-box-2__body {
    margin-left: 0;
    margin-top: 30px;
  }

  #rstem .p-intro-box-2__item {
    font-size: 18px;
    text-align: left;
  }

  #rstem .p-intro-box-2__item span {
    font-size: 18px;
  }

  #rstem .p-intro-box-3__inner {
    aspect-ratio: 375/450;
    padding-top: 40px;
    background-image: url("/-/Media/cojp/company/business/regenerativemedicine/rstem/assets/images/intro_bg_sp_2x.jpg");
  }

  #rstem .p-intro-box-3__title {
    margin-bottom: 20px;
    font-size: 18px;
  }

  #rstem .p-intro-box-3__title span {
    font-size: 24px;
  }

  #rstem .p-intro-box-3__image {
    width: 100%;
  }

  #rstem .p-feature {
    padding-top: 30px;
    padding-bottom: 40px;
  }

  #rstem .p-feature-box {
    padding: 30px 20px 40px;
  }

  #rstem .p-feature-box__title {
    font-size: 18px;
  }

  #rstem .p-feature-box__list {
    margin-left: 0;
    margin-right: 0;
  }

  #rstem .p-feature-box__list li {
    width: 100%;
    font-size: 16px;
  }
  #rstem .p-feature-box__list_annotation {
    margin-top: 10px;
    justify-content: flex-start;
  }
  #rstem .p-feature-box__list_annotation span {
    width: 100%;
    font-size: 12px;
  }
  #rstem .p-feature-box__pricebox {
    padding: 20px;
  }
  #rstem .p-feature-box__pricebox-inner {
    display: flex;
    flex-flow: column;
    padding-top:25px;
  }
  #rstem .p-feature-box__pricebox-title{  
    font-size: 18px;
    padding-bottom: 5px;
    width:100%;
  }
  #rstem .p-feature-box__pricebox-body{
    font-size: 16px;
    line-height: 1.5;
  }
  #rstem .p-feature-box__pricebox-body span{
    font-size: 14px;
  }
  #rstem .p-feature-block {
    padding-bottom: 30px;
  }
  #rstem .p-feature-block__title {
    font-size: 20px;
  }
  #rstem .p-feature-block__text {
    font-size: 16px;
  }
  .p-button-rightfixed-wrap {
    background-color:#EBF2F7;
    position: fixed;
    display:flex;
    flex-flow:row nowrap;
    justify-content: space-between;
    gap:5px;
    bottom: 0;
    right: 0;
    width:100%;
    z-index: 10;
    padding:8px 15px;
  } 
  .p-button-rightfixed-wrap a:hover,
  .p-button-rightfixed-wrap a:visited{
    text-decoration: none;
    opacity: 1;
    color:#ffffff;
  }
  
  .p-button-rightfixed__btn {
    writing-mode: horizontal-tb;
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    font-family: "FP-ヒラギノUD角ゴ StdN W6","Yu Gothic Medium","Yu Gothic",YuGothic,"Hiragino Sans","ヒラギノ角ゴシック","メイリオ",Meiryo,sans-serif;
    color: #fff;
    background-color: var(--color-blue);
    border-radius: 30px;
    width: calc((100% - 10px) / 2);
    min-height:44px;
    text-decoration: none;
    transition-duration: .4s;
    z-index: 2;
    overflow: hidden;
    font-weight: bold;
  }
  .p-button-rightfixed__btn::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 0;
    margin: auto;
    padding-top: 100%;
    transition: opacity .3s,-webkit-transform .3s;
    transition: opacity .3s,transform .3s;
    transition: opacity .3s,transform .3s,-webkit-transform .3s;
    transition-delay: 0s;
    -webkit-transform: translateY(-50%) scale(0.1);
    transform: translateY(-50%) scale(0.1);
    border-radius: 10px;
    background: #337cbd;
    z-index: -1;
    opacity: 0;
    pointer-events: none;
  }
  .p-button-rightfixed__btn span {
    position: relative;
    display:block;
    padding-top:0;
    padding-left:13px;
  }
  .p-button-rightfixed__btn span::before {
    content: "";
    position: absolute;
    left: -14px;
    top: 0;
    display: block;
    width: 26px;
    height: 26px;
    background-image: url(/-/Media/cojp/company/business/regenerativemedicine/stemnavi/images/icon_inquiry.svg);
    background-repeat: no-repeat;
  }
  .p-button-rightfixed__btn.is-order {
    background-color: var(--color-green);
  }
  .p-button-rightfixed__btn.is-order::after {
    background: #6EB02B;
  }
  .p-button-rightfixed__btn.is-order span::before {
    content: "";
    position: absolute;
    left: -14px;
    top: 0;
    display: block;
    width: 26px;
    height: 26px;
    background-image: url(/-/Media/cojp/company/business/regenerativemedicine/stemnavi/images/icon_order.svg);
    background-repeat: no-repeat;
  }
  .g-siteFooter #pageTop {
    bottom:67px!important;
  }
  #ot-sdk-btn-floating.ot-floating-button {
    bottom:67px!important;
  }
}

@media not screen and (max-width: 767px) {
  #rstem .p-mv__head {
    margin-right: calc(50% - 50vw);
  }

  #rstem .p-mv__bg img {
    width: 100%;
    height: 100%;
  }

  #rstem .p-mv__product {
    left: calc(58.3% - 87px);
  }
  
  #rstem .p-mv__lead br {
    display: none;
  }

  #rstem .p-mv__select {
    left: 0;
  }

  #rstem .p-intro-box__bar {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 33.3%;
    width: 2px;
  }

  #rstem .p-intro-box__bar::after {
    top: 50%;
    -webkit-transform: translateY(-50%) scale(-1, 1);
    transform: translateY(-50%) scale(-1, 1);
    left: 0;
  }
}

@media (hover: hover) {
  #rstem .p-button:hover::after {
    transition: opacity .1s,-webkit-transform .3s ease-in-out;
    transition: opacity .1s,transform .3s ease-in-out;
    transition: opacity .1s,transform .3s ease-in-out,-webkit-transform .3s ease-in-out;
    transition-delay: 0s,.1s;
    -webkit-transform: translateY(-50%) scale(1.1);
    transform: translateY(-50%) scale(1.1);
    opacity: 1;
  }
  .p-button-rightfixed__btn:hover::after {
    transition: opacity .1s,-webkit-transform .3s ease-in-out;
    transition: opacity .1s,transform .3s ease-in-out;
    transition: opacity .1s,transform .3s ease-in-out,-webkit-transform .3s ease-in-out;
    transition-delay: 0s,.1s;
    -webkit-transform: translateY(-50%) scale(1.1);
    transform: translateY(-50%) scale(1.1);
    opacity: 1;
  }
  
  #rstem .p-intro-box__text a:hover {
    text-decoration: underline;
  }
}