@charset "utf-8";

/* 
 * **************************************************
 * 見出し　デザイン
 * **************************************************
 */


 #content ul,
 #content ol {
  font-size: 1rem;
  line-height: 1.8rem;
 }

 sup {
  font-size: 0.7em; /* テキストを小さくする */
  vertical-align: super; /* 位置を調整する */
}

.box-kansyu {
  display: flex;
  align-items: center;
  background: #EEF9F9;
  padding: 20px;
  border-radius: 8px;
  margin: 20px 0;
}

.kansyu {
  width: 62px;
  height: 62px;
  background-color: #00b7c4;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 17px;
  color: #ffffff;
  font-weight: bold;
}

.name {
  margin-left: 10px;
  display: flex;
  flex-direction: column;
  font-size: 10px;
}

.name p {
  margin: 0;
}


table.tb-bmi {
    width: 100%;
    border-collapse: collapse;
    margin: 0 0;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
}

table.tb-bmi th, .tb-bmi td {
    padding: 5px 7px;
    text-align: center;
    font-size: 0.9rem;
}

table.tb-bmi th {
    background-color: #E0669A;
    color: #ffffff;
}

table.tb-bmi tr {
    border-bottom: 1px solid #dddddd;
}

table.tb-bmi tr:nth-of-type(even) {
    background-color: #FAFAFA;
}

table.tb-bmi tr:last-of-type {
    border-bottom: 2px solid #EE0669A;
}



/* セクション1スタイル */
  .section-A,
  .section-B {
      display: flex;
      align-items: center;
      justify-content: space-between;
      margin-bottom: 40px;
  }

  .section-A .text,
  .section-B .text {
      flex: 1;
      padding: 20px;
      align-self: flex-start;
  }

  .section-A .image,
  .section-B .image {
      flex: 1;
      padding: 20px;
      align-self: flex-start;
  }

  .section-A img,
  .section-B img {
      max-width: 100%;
      height: auto;
  }

  /* スマートフォン用レスポンシブ */
  @media screen and (max-width: 768px) {
      .section-A,
      .section-B {
          flex-direction: column;
      }

      .section-A .text,
      .section-B .text, 
      .section-A .image,
      .section-B .image {
          margin: 0 auto;
          width: 100%;
      }

      table.tb-bmi {
          width: 90%;
      }
}

h3.zen-maru-gothic-bold {
  margin-top: 1rem!important;
  margin-bottom: 1rem!important;
  font-family: "Zen Maru Gothic", serif!important;
  font-weight: 700!important;
  font-style: normal!important;
  font-size: 2.3rem!important;
  color: #01ACDC!important;
  line-height: 3rem!important;
}



ul.button-link {
    display: block;
    padding: 10px 40px;
    font-size: 1em;
    background-color: #01ACDC;
    border-radius: 30px;
    transition: background-color 0.3s ease;
    margin: 3rem auto 0;
    text-align: center;
}

@media screen and (max-width: 768px) {
    ul.button-link {
        border-radius: 50px;
    }
}

ul.button-link li a {
    color: #fff!important;
    text-decoration: none;
}

ul.button-link:hover {
    background-color: #007BFF;
}

.memo {
  font-size: 0.5rem;
}

/*pc*/@media (min-width: 768px)  {
  .pc-br {
    display: none;
  }
}

/*sp*/@media (max-width: 767px)  {
  .sp-br {
    display: none;
  }
}


