@charset "utf-8";
    
.breadcrumb {
  font-size: 14px;
  margin-bottom: 50px;
}

h1 {
  margin-bottom: 15px;
  
}
    /********************************** 症状チェック ************************************************/
    .head_check {
      width: 960px;
      margin: 0 auto 100px;
      text-align: center;
    }
  
    .head_title {
      display: inline-block;
      width: 200px;
      height: 60px;
      border-radius: 30% 70% 35% 65% / 50% 50% 50% 50%;
      background: #fff262;
      text-align:center;
      line-height: 60px;
      letter-spacing: 0.05em;
    }
  
h1 {
  margin-top: 40px;
}

h2 {
  font-weight: bold;
  font-size: 18px;
}

  .head_check img {
      width: 930px;
      height: 300px;
  }

  .head_check h2 {
    margin: 40px 0;
    letter-spacing: 0.05em;
    font-weight: bold;
  }
  
  .check_ul {
      /* width: 960px; */
      text-align: left;
      line-height: 1.5;
      letter-spacing: 0.05em;
      /* margin: 0 auto; */
      
  }  
  
  .check_ul span {
      margin: 0 10px;
      color: #5B4023;
  }
  
  .check_li {
   
      font-size: 15px;
      background-color: #fff;
      border-radius: 15px;
      padding: 10px 15px;
      margin: 10px;
      flex: inline-block;
  }

@media screen and (max-width: 959px) {
  .head_check {
      width: 100%;
      max-width: 959px;
      margin: 0 auto 100px;
      text-align: center;
      margin-top: 100px;
    }
  }

@media screen and (max-width: 767px) {
    .head_check {
        width: 100%;
        max-width: 767px;
        /* margin: 0 auto 100px;
        text-align: center; */
      }
    
      .head_title{
        display: inline-block;
        width: 200px;
        height: 60px;
        border-radius: 30% 70% 35% 65% / 50% 50% 50% 50%;
        background: #fff262;
        text-align:center;
        line-height: 60px;
      }
    
    .head_check img {
        width: 100%;
        max-width: 767px;
        height: 300px;
    }
    
    .check_ul {
        width: 100%;
        max-width: 767px;
        text-align: left;
        /* margin: 0 auto; */
        
    }  
    
    .check_ul span {
        margin: 0 10px;
    }
    
    .check_li {
      /* width: 90%; */
        font-size: 15px;
        background-color: #fff;
        border-radius: 15px;
        padding: 10px 15px;
        margin: 10px;
        flex: inline-block;
        /* text-indent: 3rem; */
        padding-left: 2.5rem;
        text-indent: -2.5em;
    }
}


  
  /************************** 症状の原因 ************************************************************/
  .head_cause {
      width: 960px; 
      height: 100%;
      margin: 0 auto;
      background-color: #fdfbf2;
      padding: 20px 0;
      text-align: center;  
  }
  
  /* .head_cause img {
    width: 200px;
    height: 330px;
  } */

  .check_title {
    text-align: left;
    margin-left: 60px;
    font-weight: bold;
    font-size: 18px;
    letter-spacing: 0.05em;
  }

  /* 膝痛 */
  .knees_img1, .knees_img2 {
    width: 150px;
    height: 300px;
  }

  .knees_img1 {
    margin: 24px 30px 0;
  }

  .knees_img2 {
    margin: 24px 0 0;
  }

  /* 頭痛 */
  .headache_img {
    width: 200px;
    height: 300px;
    margin: 24px 0 0 30px;
  }



  /* 姿勢不良 */
  .pelvis_block {
    width: 960px; 
    height: 100%;
    margin: 0 auto;
    background-color: #fdfbf2;
    padding: 20px 0;
    text-align: center;
  }

  .pelvis_block img {
    width: 200px;
    height: 330px;
  }

  .pelvis_block h2 {
    margin: 10px auto 20px; 
    font-weight: bold;
} 

  /* マタニティ */
  .maternity_block {
    width: 960px; 
    height: 100%;
    margin: 0 auto;
    background-color: #fdfbf2;
    padding: 20px 0;
    text-align: center;
}

.maternity_img0_block {
  display: flex;
  justify-content: center;
  text-align: center;
}

.maternity_img0_block p {
  margin-bottom: 10px;
  font-size: 14px;
  text-align: center;
  margin-right: 30px;
}

  .maternity_img0 {
    width: 200px;
    height: 300px;
    margin-right: 30px;
  }

  .maternity_img1 {
    width: 280px;
    height: 300px;
  }

  .maternity_block h2 {
    margin: 10px auto 20px; 
    font-weight: bold;
} 


.maternity_img_block {
  justify-content: center;
  margin-top: 30px;
}

.maternity_img_block p {
  font-size: 14px;
}

.maternity_block .maternity_img {
  width: 200px;
  height: 200px;
  object-fit: cover;
  margin: 15px 0 30px;
}

.maternity_block .maternity_img2 {
  width: 260px;
  /* height: 500px;
  object-fit: cover; */
  margin-bottom: 30px;
}

  .head_cause h2 {
      margin: 10px auto 20px; 
      font-weight: bold;
  }

  
  .head_text {
      /* width: 930px; */
      /* margin: 15px 15px 30px; */
      font-size: 14px;
      margin: 15px 40px 30px;
      line-height: 1.5;
      letter-spacing: 0.05em;
      text-align: left;
      display: inline-block;
      /* justify-content: center;
      align-items: center; */
  }
  
.head_text p {
      letter-spacing: 0.05em;
      line-height: 1.5; 
}

  .triangle {
    display: flex;
    justify-content: center;
  }
  
  .triangle_block {
      display: inline-block;
      border-style: solid;
      /* border-width: 24px 14px 0 14px; */
      border-width: 25px 25px 0 25px;
      border-color: #fdfbf2 transparent transparent transparent;
    }


  
/* レスポンシブ */  
@media screen and (max-width: 959px) {
  .head_cause, .maternity_block, .pelvis_block {
    width: 100%;
    max-width: 959px;
    height: auto;
  }

}

@media screen and (max-width: 830px) {
.maternity_img_block p {
  margin-bottom: 15px;
}  

.maternity_block .maternity_img {
  margin: 0;
}

.maternity_block .maternity_img2 {
  margin-top: 30px;
}

}


 @media screen and (max-width: 767px) {
    .head_cause {
        width: 100%;
        max-width: 767px; 
        height: auto;
    }
    
    /* .head_cause img {
      width: 200px;
      height: 330px;
    }
     */
    .head_cause h2 {
        margin: 10px auto 20px; 
    }

/* 膝痛 */
.knees_img1, .knees_img2 {
  margin: 24px 5px 0;
}

    .maternity_block {
      width: 100%;
      max-width: 767px; 
      /* height: 665px; */
      height: auto;
  }
  
.maternity_img0_block {
  flex-wrap: wrap;
}

.maternity_img0_block p {
  margin-right: 5px;
}

  .maternity_img0 {
    margin-right: 5px;
   
  }
  
  .maternity_block h2 {
      margin: 10px auto 20px; 
  }

  .maternity_block .maternity_img2 {
    margin: 15px 0 0;
  }


  .pelvis_block {
    width: 100%;
    height: 100%;
    max-width: 767px; 
    /* height: 665px; */
    /* height: 550px; */
}

.pelvis_block img {
  width: 200px;
  height: 330px;
}

.pelvis_block h2 {
    margin: 10px auto 20px; 
}
    
    .head_text {
        margin: 15px 30px 30px;
        line-height: 1.5;
        text-align: left;
        display: inline-block;
    }

    .detail_bitton {
      width: 60%;
    }
 }

 @media screen and (max-width: 713px) {
  .headache_img {
    margin-top: 0;
    margin-left: 0;
  }
 }


 @media screen and (max-width: 644px) {
  .knees_img1, .knees_img2 {
    margin-top: 0;
  }
 }

 
 @media screen and (max-width: 501px) {
  .maternity_img0 {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 484px) {
  .knees_img1 {
    margin-top: 24px;
  }
}

@media screen and (max-width: 439px) {
  .knees_img1, .knees_img2 {
    margin-top: 15px;
  }
}

  @media screen and (max-width: 329px) {
  .knees_img1, .knees_img2 {
    margin: 15px 5px 30px;
    width: 130px;
  }


  /* .maternity_img1 {
    width: 280px;
  } */

 }

  /************************ できること *******************************************************************/
  .head_ability {
    width: 960px;
    margin: 30px auto;
    /* display: flex; */
    justify-content: center;
    text-align: center;
    letter-spacing: 0.05em;
  }
  
  
  .head_block{
    /* width: 960px; */
    margin: 50px auto;
    display: flex;
    /* justify-content: space-between;*/
  }
  
  .head_image {
    width: 38%;
    align-items: center;
    padding-right: 10px;
  }
  
  .head_image img{
    width:  100%;
    height: 250px;
    object-fit: cover;
    border-radius: 5px;
  }
  
  /* テキスト */
  .head_column{
    width: 60%;
  }
  
  .head_no {
    font-size: 45px;
    margin: 0 10px; 
    font-weight: bold;
    color:#87BC25;
  }
  
  .head_title_block {
    display: flex;
    height: 30px;
  } 
  
  .head_test {
    display: flex;
    align-items: center;
  }
  
  .head_ability_text {
    margin: 5px 10px;
    line-height: 1.5;
    text-align: left;
    display: inline-block;
    /* justify-content: center;
    align-items: center; */
  }
  
  /** アンダーバー **/
  .under_yellow:hover::before {
    background-color: rgb(135, 188, 37,0.5);
    -webkit-transform: scale(1.0);
    transform: scale(1.0);
  }  
  
  .head_ability_title_no1::before {
    margin-bottom: 0;
    content: "";
    height: 12px;
    width: 210px;
  /*  width: 100%;*/
    border-radius: 6px;
    position: absolute;
  /*  background-color: #c1ff49;*/
    /* background-color: #bdee63; */
    background-color: rgb(135, 188, 37,0.5);	
  /*  background-color:#fff263;*/
    bottom: 0;
    left: 1%;
    z-index: -1;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  
  .head_ability_title_no1 {
    /* width: 210px; */
    font-size: 25px;
    text-align: center;
  }  
  
  .head_ability_title_no2::before {
    margin-bottom: 0;
    content: "";
    height: 12px;
    width: 233px;
  /*  width: 100%;*/
    border-radius: 6px;
    position: absolute;
  /*  background-color: #c1ff49;*/
    background-color: rgb(135, 188, 37,0.5);
  /*  background-color:#fff263;*/
    bottom: 0;
    left: 1%;
    z-index: -1;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  
  .head_ability_title_no2 {
    /* width: 240px; */
    font-size: 25px;
    text-align: left;
  }
  
  .head_ability_title_no3::before {
    margin-bottom: 0;
    content: "";
    height: 12px;
    width: 258px;
  /*  width: 100%;*/
    border-radius: 6px;
    position: absolute;
  /*  background-color: #c1ff49;*/
    background-color: rgb(135, 188, 37,0.5);
  /*  background-color:#fff263;*/
    bottom: 0;
    left: 1%;
    z-index: -1;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  
  .head_ability_title_no3 {
    /* width: 360px; */
    font-size: 25px;
    text-align: left;
  }
  
  .head_title_block {
    display: inline-block;
    position: relative;
    padding: 0;
    text-decoration: none;
    color: #5B4023;
    z-index: 2;
  }
  
.ability_button button {
  margin: 0;
  font-size: 16px;
  letter-spacing: 0.08em;
  justify-content: center;
}


  /* レスポンシブ*/
  @media screen and (max-width: 959px) {
    .head_ability {
        width: 100%;
        max-width: 959px;
        margin: 0 auto;
        justify-content: center;
    }

    .head_ability img {
    margin: 0 15px;
    }
  }


  @media screen and (max-width: 767px) {
    .head_ability {
        width: 100%;
        max-width: 767px;
        margin: 0 auto;
        justify-content: center;
      }

      .head_ability h2 {
        margin: 30px 0;
      }
      
      .head_block{
        margin: 30px auto;
        display: flex;
        flex-direction: column;
        align-items: center;
      }

      .head_title_block p{
        font-size: 20px;
        text-align: left;
        margin-left: 5px;
        margin-top: 5px;
      }

      .head_ability_title_no1::before {
        width: 173px;
      }  

      .head_ability_title_no2::before {
        width: 192px;
      }

      .head_ability_title_no3::before {
        width: 210px;
      }
      
      .head_image img{
        width:  50%;
        height: 200px;
        object-fit: cover;
      }

    /* .head_block:nth-child(odd) {
      flex-direction: column;
    }
   */
    .head_image {
      width: 100%;
      height: 200px;
      align-items: center;
      margin: 0 0 30px;
      padding-right: 0;
    }

  
    .head_column {
      width: 100%;
    }
  
  /* .ability_button {
  width: 50%;
 
  } */

.head_ability_text {
  font-size: 14px;
  margin-bottom: 40px;
}

  
  .head_ability button{
    /* display: flex;
    text-align: center; */
    justify-content: center;
    width: 40%;
    font-size: 14px;
  } 

  }
  
  @media screen and (max-width: 460px) {
  .head_image img {
    width: 80%;
  }
  }