/*  ------------------------------ qanda.scss */
.qanda-wrap {
  padding: 70px 0 40px;
  background: #6499ad;
}
.qanda-wrap h2 {
  text-align: center;
  color: #fff;
  font-size: 2rem;
  margin-bottom: 40px;
}
.qanda-wrap h2 span {
  display: block;
  font-size: 3.2rem;
}
.qanda-wrap img {
  position: absolute;
  right: 0;
  top: 32px;
  width: 176px;
  height: 110px;
}
.qanda-white {
  background: #fff;
  padding: 100px 110px;
  border-radius: 100px 0 0 0;
}
.qanda__q, .qanda__a {
  position: relative;
  padding-left: 75px;
}
.qanda__q:before, .qanda__a:before {
  content: "";
  display: block;
  width: 30px;
  height: 65px;
  position: absolute;
  left: 0;
  top: -9px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.qanda__q {
  margin-bottom: 32px;
}
.qanda__q:before {
  background-image: url(../img/q.svg);
}
.qanda__q p {
  font-size: 2rem;
  color: #666666;
}
.qanda__a {
  margin-bottom: 52px;
}
.qanda__a:last-child {
  margin-bottom: 0;
}
.qanda__a:before {
  background-image: url(../img/a.svg);
}
.qanda__a h4 {
  color: #c36e73;
  font-size: 2rem;
  line-height: 1.36;
  letter-spacing: 1.5px;
  margin-bottom: 18px;
}
.qanda__a p {
  font-size: 1.4rem;
  line-height: 1.93;
  color: #808080;
}

@media screen and (max-width: 834px) {
  .qanda-wrap {
    padding: 33px 0;
  }
  .qanda-wrap h2 {
    margin-bottom: 16px;
    font-size: 1.4rem;
  }
  .qanda-wrap h2 span {
    font-size: 1.9rem;
  }
  .qanda-wrap img {
    right: -14px;
    top: 0px;
    width: 110px;
    height: 80px;
  }
  .qanda-white {
    padding: 30px 30px 50px;
    border-radius: 50px 0 0 0;
  }
  .qanda__q, .qanda__a {
    padding-left: 28px;
  }
  .qanda__q:before, .qanda__a:before {
    width: 17px;
    height: 36px;
    top: -1px;
  }
  .qanda__q {
    margin-bottom: 12px;
  }
  .qanda__q p {
    font-size: 1.6rem;
  }
  .qanda__a {
    margin-bottom: 22px;
  }
  .qanda__a h4 {
    font-size: 1.6rem;
    margin-bottom: 16px;
  }
  .qanda__a p {
    font-size: 1.4rem;
  }
}/*# sourceMappingURL=hp_qanda.css.map */