#contents section.concept h3 {
  line-height: 2;
}
#contents section.concept h3 img {
  width: 45%;
  margin: 0 -20px 0 auto;
}
section.concept p img {
  width: 25%;
  margin: -70px 50px -100px auto;
}
section.voice ul {
  display: flex;
  flex-direction: column;
  gap: 35px;
}
section.voice li {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  padding-left: 1.3em;
  text-indent: -1.3em;
}
section.voice li:before {
  content: "◎ ";
}
section.faq dl {
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: solid 1px #f0f7ef;
}
section.faq dl:last-of-type {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
section.faq dt h3 {
  padding-left: 1.6em;
  text-indent: -1.6em;
}
section.faq dt h3:before {
  content: "Q. ";
}
section.product dl {
  border-top: solid 1px #f0f7ef;
  display: flex;
  padding-top: 20px;
  padding-bottom: 20px;
}
section.product dl:last-of-type {
  border-bottom: solid 1px #f0f7ef;
}
section.product dl dt {
  width: 230px;
}
section.product dl dt h3 {
  margin-bottom: 0 !important;
}
@media screen and (max-width:740px){
  #contents section.concept h3 img {
    width: 80%;
    margin: 30px auto;
  }
  section.concept p img {
    width: 45%;
    margin: 30px auto -10%;
  }
  section.voice ul {
    gap: 25px;
  }
  section.voice li {
    font-size: 15px;
  }
  section.faq dl {
    margin-bottom: 30px;
    padding-bottom: 30px;
  }
  section.product dl {
    flex-direction: column;
  }
  section.product dl dt h3 {
    margin-bottom: 10px !important;
  }
}