@charset "UTF-8";
/*!===========================
style.cssはSassから生成されていますので、
直接編集しないようご注意ください。
===========================*/
@media only screen and (min-width: 769px) {
  .sp {
    display: none !important; } }
@media only screen and (max-width: 768px) {
  .pc {
    display: none !important; }

  .sp {
    display: block !important; } }
@keyframes shiny {
  0% {
    transform: scale(0) rotate(25deg);
    opacity: 0; }
  50% {
    transform: scale(1) rotate(25deg);
    opacity: 1; }
  100% {
    transform: scale(50) rotate(25deg);
    opacity: 0; } }
.mb_10 {
  margin-bottom: 0.5208333333vw; }

.mb_20 {
  margin-bottom: 1.0416666667vw; }

.mb_30 {
  margin-bottom: 1.5625vw; }

.mb_40 {
  margin-bottom: 2.0833333333vw; }

.mb_50 {
  margin-bottom: 2.6041666667vw; }

.mb_60 {
  margin-bottom: 3.125vw; }

.mb_70 {
  margin-bottom: 3.6458333333vw; }

.mb_80 {
  margin-bottom: 4.1666666667vw; }

.mb_90 {
  margin-bottom: 4.6875vw; }

.mb_100 {
  margin-bottom: 5.2083333333vw; }

.mb_110 {
  margin-bottom: 5.7291666667vw; }

.mb_120 {
  margin-bottom: 6.25vw; }

.mb_130 {
  margin-bottom: 6.7708333333vw; }

.mb_140 {
  margin-bottom: 7.2916666667vw; }

.mb_150 {
  margin-bottom: 7.8125vw; }

.mb_160 {
  margin-bottom: 8.3333333333vw; }

.mb_170 {
  margin-bottom: 8.8541666667vw; }

.mb_180 {
  margin-bottom: 9.375vw; }

.mb_190 {
  margin-bottom: 9.8958333333vw; }

.mb_200 {
  margin-bottom: 10.4166666667vw; }

@media screen and (min-width: 1600px) {
  .mb_10 {
    margin-bottom: 10px; }

  .mb_20 {
    margin-bottom: 20px; }

  .mb_30 {
    margin-bottom: 30px; }

  .mb_40 {
    margin-bottom: 40px; }

  .mb_50 {
    margin-bottom: 50px; }

  .mb_60 {
    margin-bottom: 60px; }

  .mb_70 {
    margin-bottom: 70px; }

  .mb_80 {
    margin-bottom: 80px; }

  .mb_90 {
    margin-bottom: 90px; }

  .mb_100 {
    margin-bottom: 100px; }

  .mb_110 {
    margin-bottom: 110px; }

  .mb_120 {
    margin-bottom: 120px; }

  .mb_130 {
    margin-bottom: 130px; }

  .mb_140 {
    margin-bottom: 140px; }

  .mb_150 {
    margin-bottom: 150px; }

  .mb_160 {
    margin-bottom: 160px; }

  .mb_170 {
    margin-bottom: 170px; }

  .mb_180 {
    margin-bottom: 180px; }

  .mb_190 {
    margin-bottom: 190px; }

  .mb_200 {
    margin-bottom: 200px; } }
@media print, screen and (max-width: 769px) {
  .mb_10 {
    margin-bottom: 1.3333333333vw; }

  .mb_20 {
    margin-bottom: 2.6666666667vw; }

  .mb_30 {
    margin-bottom: 4vw; }

  .mb_40 {
    margin-bottom: 5.3333333333vw; }

  .mb-50 {
    margin-bottom: 6.6666666667vw; }

  .mb-60 {
    margin-bottom: 8vw; }

  .mb-70 {
    margin-bottom: 9.3333333333vw; }

  .mb-80 {
    margin-bottom: 10.6666666667vw; }

  .mb-90 {
    margin-bottom: 12vw; }

  .mb-100 {
    margin-bottom: 13.3333333333vw; }

  .mb-110 {
    margin-bottom: 14.6666666667vw; }

  .mb-120 {
    margin-bottom: 16vw; }

  .mb-130 {
    margin-bottom: 17.3333333333vw; }

  .mb-140 {
    margin-bottom: 18.6666666667vw; }

  .mb-150 {
    margin-bottom: 20vw; }

  .mb-160 {
    margin-bottom: 21.3333333333vw; }

  .mb-170 {
    margin-bottom: 22.6666666667vw; }

  .mb-180 {
    margin-bottom: 24vw; }

  .mb-190 {
    margin-bottom: 25.3333333333vw; }

  .mb-200 {
    margin-bottom: 26.6666666667vw; } }
@media only screen and (max-width: 768px) {
  .header_nav #header_menu_trigger {
    display: none;
    outline: none; }
  .header_nav .header_menu_ico {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 10px;
    transition: all 0.3s;
    width: 40px;
    height: 40px;
    z-index: 200;
    background-image: url("img/common/header_menu.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% auto; }
  .header_nav input#header_menu_trigger:checked + label .header_menu_ico {
    background-image: url("img/common/header_menu_active.png"); }

  #header_menu {
    display: none;
    position: fixed;
    z-index: 150;
    top: 0;
    left: 0;
    width: 100%;
    margin: 0;
    padding: 0;
    background: rgba(255, 255, 255, 0.95);
    text-align: center;
    height: 100vh; }
    #header_menu ul {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      width: 100%;
      padding-bottom: 70px; }
      #header_menu ul li {
        opacity: 0;
        -webkit-transform: translateX(-8%);
        -ms-transform: translateX(-8%);
        transform: translateX(-8%); }
        #header_menu ul li a {
          display: block;
          text-decoration: none;
          padding: 9px 0;
          font-size: 22px;
          font-size: 2.2rem;
          font-weight: 500; }
          #header_menu ul li a span {
            display: block; } }
#header_menu ul li:nth-child(1) {
  -webkit-animation: lazyX 0.8s ease 0.08s 1 forwards;
  animation: lazyX 0.8s ease 0.08s 1 forwards; }

#header_menu ul li:nth-child(2) {
  -webkit-animation: lazyX 0.8s ease 0.16s 1 forwards;
  animation: lazyX 0.8s ease 0.16s 1 forwards; }

#header_menu ul li:nth-child(3) {
  -webkit-animation: lazyX 0.8s ease 0.24s 1 forwards;
  animation: lazyX 0.8s ease 0.24s 1 forwards; }

#header_menu ul li:nth-child(4) {
  -webkit-animation: lazyX 0.8s ease 0.32s 1 forwards;
  animation: lazyX 0.8s ease 0.32s 1 forwards; }

#header_menu ul li:nth-child(5) {
  -webkit-animation: lazyX 0.8s ease 0.4s 1 forwards;
  animation: lazyX 0.8s ease 0.4s 1 forwards; }

#header_menu ul li:nth-child(6) {
  -webkit-animation: lazyX 0.8s ease 0.48s 1 forwards;
  animation: lazyX 0.8s ease 0.48s 1 forwards; }

#header_menu ul li:nth-child(7) {
  -webkit-animation: lazyX 0.8s ease 0.56s 1 forwards;
  animation: lazyX 0.8s ease 0.56s 1 forwards; }

#header_menu ul li:nth-child(8) {
  -webkit-animation: lazyX 0.8s ease 0.64s 1 forwards;
  animation: lazyX 0.8s ease 0.64s 1 forwards; }

#header_menu ul li:nth-child(9) {
  -webkit-animation: lazyX 0.8s ease 0.72s 1 forwards;
  animation: lazyX 0.8s ease 0.72s 1 forwards; }

#header_menu ul li:nth-child(10) {
  -webkit-animation: lazyX 0.8s ease 0.8s 1 forwards;
  animation: lazyX 0.8s ease 0.8s 1 forwards; }

.page_regenerative_child {
  padding-bottom: 50px; }
  .page_regenerative_child .fv {
    text-align: center; }
  .page_regenerative_child .page_id .page_container {
    padding-bottom: 20px; }
  .page_regenerative_child .regenerative_section {
    width: 1100px;
    margin: 0 auto;
    margin-top: 30px;
    padding: 0 50px;
    font-size: 15px;
    font-size: 1.5rem; }
    @media only screen and (max-width: 768px) {
      .page_regenerative_child .regenerative_section {
        width: 100%; } }
    @media only screen and (max-width: 768px) {
      .page_regenerative_child .regenerative_section {
        padding: 0 10px;
        font-size: 17px;
        font-size: 1.7rem; } }
  .page_regenerative_child .anchor ul {
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center; }
    .page_regenerative_child .anchor ul li {
      width: 240px; }
      @media only screen and (max-width: 768px) {
        .page_regenerative_child .anchor ul li {
          width: 48%;
          margin-top: 10px; }
          .page_regenerative_child .anchor ul li:nth-child(1), .page_regenerative_child .anchor ul li:nth-child(2) {
            margin-top: 0; } }
      .page_regenerative_child .anchor ul li a {
        display: block;
        text-decoration: none;
        text-align: center;
        border-radius: 3px;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        -o-border-radius: 3px;
        -ms-border-radius: 3px;
        border: 1px solid #c0b394;
        font-size: 15px;
        font-size: 1.5rem;
        padding: 1.2em 0;
        position: relative; }
        @media only screen and (max-width: 768px) {
          .page_regenerative_child .anchor ul li a {
            padding-bottom: 35px;
            font-size: 17px;
            font-size: 1.7rem; } }
        .page_regenerative_child .anchor ul li a::after {
          content: '';
          width: 12px;
          height: 12px;
          border: 0px;
          border-top: solid 2px #c0b394;
          border-right: solid 2px #c0b394;
          -ms-transform: rotate(45deg);
          -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
          position: absolute;
          top: 50%;
          right: 14px;
          margin-top: -6px; }
          @media only screen and (max-width: 768px) {
            .page_regenerative_child .anchor ul li a::after {
              -ms-transform: rotate(135deg);
              -webkit-transform: rotate(135deg);
              transform: rotate(135deg);
              right: 0;
              left: 0;
              top: auto;
              margin: auto;
              bottom: 14px;
              border-top-width: 1px;
              border-right-width: 1px; } }
        @media only screen and (min-width: 769px) {
          .page_regenerative_child .anchor ul li a:hover {
            background: #ede5d3; } }
  .page_regenerative_child.page_nmn .anchor ul li a {
    height: 62px; }
    @media only screen and (max-width: 768px) {
      .page_regenerative_child.page_nmn .anchor ul li a {
        height: 75px; } }
  .page_regenerative_child.page_nmn .anchor .double a {
    padding-top: 6px; }
  .page_regenerative_child h2 {
    background: #c0b394;
    font-size: 20px;
    font-size: 2rem;
    font-weight: 700;
    color: #fff;
    padding: 0.4em 1.2em;
    margin-bottom: 15px; }
    @media only screen and (max-width: 768px) {
      .page_regenerative_child h2 {
        font-size: 17px;
        font-size: 1.7rem;
        padding: 0.7em;
        margin-bottom: 10px; }
        .page_regenerative_child h2.single {
          padding-top: 1.2em;
          padding-bottom: 1.2em; } }
  .page_regenerative_child h3 {
    border: 1px solid #c0b394;
    font-size: 20px;
    font-size: 2rem;
    font-weight: 700;
    color: #c0b394;
    padding: 0.4em 1.2em;
    margin-bottom: 20px;
    margin-top: 30px; }
    @media only screen and (max-width: 768px) {
      .page_regenerative_child h3 {
        font-size: 17px;
        font-size: 1.7rem;
        padding: 0.7em;
        margin-bottom: 10px;
        margin-top: 15px; } }
  .page_regenerative_child .txt_c {
    text-align: center; }
  .page_regenerative_child .recommend ul li {
    position: relative;
    padding-left: 1.2em;
    font-size: 17px;
    font-size: 1.7rem;
    font-weight: 500; }
    @media only screen and (max-width: 768px) {
      .page_regenerative_child .recommend ul li {
        font-size: 18px;
        font-size: 1.8rem; } }
    .page_regenerative_child .recommend ul li::before {
      content: "✓";
      position: absolute;
      left: 0;
      top: 0;
      pointer-events: none;
      z-index: 10;
      color: #f79aa5; }
  .page_regenerative_child .flow h2 {
    margin-bottom: 10px; }
    .page_regenerative_child .flow h2 + h3 {
      margin-top: 20px; }
  .page_regenerative_child .flow .wrap {
    margin-top: 20px;
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    -o-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center; }
    @media only screen and (max-width: 768px) {
      .page_regenerative_child .flow .wrap {
        margin-top: 10px; } }
    .page_regenerative_child .flow .wrap .image {
      width: 330px; }
      @media only screen and (max-width: 768px) {
        .page_regenerative_child .flow .wrap .image {
          width: 135px; } }
    .page_regenerative_child .flow .wrap .txt {
      flex: 1;
      padding-right: 50px; }
      @media only screen and (max-width: 768px) {
        .page_regenerative_child .flow .wrap .txt {
          padding-right: 10px; } }
  .page_regenerative_child table {
    max-width: 770px;
    border: 1px solid #bcbcbc;
    font-size: 14px;
    font-size: 1.4rem; }
    @media only screen and (max-width: 768px) {
      .page_regenerative_child table {
        max-width: 100%; } }
    .page_regenerative_child table th, .page_regenerative_child table td {
      padding: 1.2em 1em;
      border-bottom: 1px solid #bcbcbc; }
      @media only screen and (max-width: 768px) {
        .page_regenerative_child table th, .page_regenerative_child table td {
          padding: 1em 0.5em; } }
    .page_regenerative_child table th {
      background: #a99972;
      color: #fff;
      font-weight: 500; }
  .page_regenerative_child .risk ul li p {
    padding-left: 1em; }
  .page_regenerative_child .faq .ttl {
    text-align: center;
    font-weight: 700;
    color: #b09e73;
    font-size: 23px;
    font-size: 2.3rem; }
  .page_regenerative_child .faq .items {
    margin-top: 25px;
    font-size: 16px;
    font-size: 1.6rem; }
    @media only screen and (max-width: 768px) {
      .page_regenerative_child .faq .items {
        font-size: 17px;
        font-size: 1.7rem; } }
    .page_regenerative_child .faq .items .item + .item {
      margin-top: 40px; }
      @media only screen and (max-width: 768px) {
        .page_regenerative_child .faq .items .item + .item {
          margin-top: 20px; } }
  .page_regenerative_child .faq .question, .page_regenerative_child .faq .answer {
    position: relative;
    padding-left: 40px; }
    @media only screen and (max-width: 768px) {
      .page_regenerative_child .faq .question, .page_regenerative_child .faq .answer {
        padding-left: 32px; } }
    .page_regenerative_child .faq .question::before, .page_regenerative_child .faq .answer::before {
      content: "";
      position: absolute;
      width: 30px;
      height: 27px;
      background-repeat: no-repeat;
      background-position: center top;
      background-size: 100% auto;
      left: 0;
      top: 0;
      pointer-events: none;
      z-index: 10; }
      @media only screen and (max-width: 768px) {
        .page_regenerative_child .faq .question::before, .page_regenerative_child .faq .answer::before {
          width: 25px;
          height: 20px;
          top: -2px; } }
  .page_regenerative_child .faq .question {
    font-weight: 700; }
    .page_regenerative_child .faq .question::before {
      background-image: url("img/regenerative_child/ico_question.jpg"); }
  .page_regenerative_child .faq .answer {
    margin-top: 10px; }
    .page_regenerative_child .faq .answer::before {
      background-image: url("img/regenerative_child/ico_answer.jpg"); }
  .page_regenerative_child .price .wrap {
    display: inline-block; }
    .page_regenerative_child .price .wrap table {
      max-width: auto; }
  @media only screen and (max-width: 768px) {
    .page_regenerative_child .price table {
      width: 100%;
      margin-top: -1px; } }
  .page_regenerative_child .price table th, .page_regenerative_child .price table td {
    padding: 0.8em 0.8em; }
    @media only screen and (max-width: 768px) {
      .page_regenerative_child .price table th, .page_regenerative_child .price table td {
        padding: 0.5em; } }
  .page_regenerative_child .price table th {
    width: 130px; }
    @media only screen and (max-width: 768px) {
      .page_regenerative_child .price table th {
        width: 55px;
        font-size: 16.5px;
        font-size: 1.65rem;
        font-weight: 700;
        text-align: center;
        padding-left: 0.2em;
        padding-right: 0.2em;
        line-height: 1.3; } }
  .page_regenerative_child .price .sub {
    background: #f4efe2;
    width: 100px;
    font-weight: 500;
    color: #a99972;
    border-right: 1px solid #bcbcbc; }
    @media only screen and (max-width: 768px) {
      .page_regenerative_child .price .sub {
        font-size: 16px;
        font-size: 1.6rem;
        text-align: center;
        font-weight: 700; } }
  .page_regenerative_child .price .name {
    font-weight: 500;
    color: #a99972;
    border-right: 1px solid #bcbcbc; }
  .page_regenerative_child .price .price_cell {
    text-align: right;
    font-size: 17px;
    font-size: 1.7rem;
    font-weight: 500;
    width: 200px; }
    @media only screen and (max-width: 768px) {
      .page_regenerative_child .price .price_cell {
        width: 25%; } }
  .page_regenerative_child .price .remarks {
    text-align: right;
    margin-top: 5px;
    font-size: 12px;
    font-size: 1.2rem; }
  @media only screen and (max-width: 768px) {
    .page_regenerative_child.page_nmn .price table th {
      width: 130px; } }
  .page_regenerative_child.page_nmn .price table .sub {
    width: 200px; }
    @media only screen and (max-width: 768px) {
      .page_regenerative_child.page_nmn .price table .sub {
        text-align: left;
        width: 150px; } }
  .page_regenerative_child.page_nmn .price table .price_cell {
    width: 140px; }
  @media only screen and (max-width: 768px) {
    .page_regenerative_child.page_stemcell .price table th {
      width: 100px; } }
  .page_regenerative_child.page_stemcell .price table .sub {
    width: 240px; }
    @media only screen and (max-width: 768px) {
      .page_regenerative_child.page_stemcell .price table .sub {
        text-align: left;
        width: 180px; } }
  .page_regenerative_child.page_stemcell .price table .price_cell {
    width: 140px; }
    @media only screen and (max-width: 768px) {
      .page_regenerative_child.page_stemcell .price table .price_cell {
        width: 110px; } }
  .page_regenerative_child .list li {
    position: relative;
    padding-left: 1.2em; }
    .page_regenerative_child .list li::before {
      content: "・";
      position: absolute;
      left: 0;
      top: 0; }
  .page_regenerative_child .doctor .wrap {
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    -o-justify-content: flex-start;
    justify-content: flex-start; }
    .page_regenerative_child .doctor .wrap .image {
      width: 221px;
      text-align: center; }
      @media only screen and (max-width: 768px) {
        .page_regenerative_child .doctor .wrap .image {
          width: 135px; } }
      .page_regenerative_child .doctor .wrap .image p {
        margin-top: 10px;
        font-size: 13px;
        font-size: 1.3rem; }
        @media only screen and (max-width: 768px) {
          .page_regenerative_child .doctor .wrap .image p {
            margin-top: 4px;
            font-size: 10px;
            font-size: 1rem;
            line-height: 1.3; } }
    .page_regenerative_child .doctor .wrap .career {
      margin-left: 60px;
      font-size: 14px;
      font-size: 1.4rem; }
      @media only screen and (max-width: 768px) {
        .page_regenerative_child .doctor .wrap .career {
          width: calc(100% - 135px);
          padding-left: 10px;
          margin: 0;
          font-size: 15px;
          font-size: 1.5rem; } }
    .page_regenerative_child .doctor .wrap .items {
      -webkit-display: flex;
      -moz-display: flex;
      -ms-display: flex;
      -o-display: flex;
      display: flex;
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      -o-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-justify-content: flex-start;
      -moz-justify-content: flex-start;
      -ms-justify-content: flex-start;
      -o-justify-content: flex-start;
      justify-content: flex-start; }
      @media only screen and (max-width: 768px) {
        .page_regenerative_child .doctor .wrap .items {
          display: block; } }
      .page_regenerative_child .doctor .wrap .items .item:nth-child(2) {
        margin-left: 120px; }
        @media only screen and (max-width: 768px) {
          .page_regenerative_child .doctor .wrap .items .item:nth-child(2) {
            margin: 10px 0 0; } }
    .page_regenerative_child .doctor .wrap .heading {
      font-weight: 700;
      color: #b09e73; }
    .page_regenerative_child .doctor .wrap p {
      line-height: 1.8; }
  .page_regenerative_child .feature .items .item + .item {
    margin-top: 30px; }
  .page_regenerative_child .feature .label {
    font-weight: 700;
    color: #8d7949; }
