@charset "UTF-8";

/*----------------お困りの症状----------------*/
#top_feature02 + .composite_box01{
    margin-top: 0.5px;
}
#top_feature01 + .composite_box01 .inner_item_txt .heading.block_header_4 .h,
#top_feature02 + .composite_box01 .inner_item_txt .heading.block_header_4 .h{
    color: var(--i_main_color) !important;
}
@media screen and (max-width: 900px) {
  #top_feature02 + .composite_box01{
      margin-top: 0;
  }
}
/*----------------推薦のお声----------------*/
@media screen and (max-width: 900px) {
  #recommendation +div .heading.block_header_3 .h{
    font-size: 1.4rem;
  }
}
/*----------------「本当に私の痛みも解消するのか不安」----------------*/
@media screen and (max-width: 560px) {
  #c3_img + section .heading.block_header_6 .h{
        font-size: 4.3vw;
  }
}