@charset "utf-8";

#wrapper #inflammation {
  font-family: sans-serif;
}

.section_second_point_button {
  height: 110px;
  border-radius: 55px;
}

.section_fourth_faq_item{
  padding: 3em 3em 5em;
  @media only screen and (max-width: 571px) {
    padding: 0 2em;
  }
}

.section_fifth_title_main span {
  line-height: 1.25em;
}

.section_fourth_faq_item_button{
  background: url(../images/home/fourth_fukidashi2.png) center no-repeat;
  background-size: contain;
  width: 50%;
  padding-top: 0;
  min-height: 34%;
  aspect-ratio: 101 / 40;
  bottom: -15px;
  @media only screen and (max-width: 571px) {
    background-size: cover;
  }
}

.section_fourth_faq_item_button p {
  top: 29%;
  position: absolute;
  padding-left: 1.5em;
}

.section_fourth_faq_item_button::after{
  @media only screen and (max-width: 571px) {
    top: 32%;
  }
}

.section_fourth_faq_item_button::after{
  right: 35px;
}

.section_fourth_faq_item_button:hover::after {
  right: 25px;
}