.faqs {
  width: 980px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 180px;
}
@media (width < 768px) {
  .faqs {
    width: 100%;
    margin-bottom: 100px;
  }
}
.faqs__eachFaq {
  background-color: #f4f9ff;
  padding: 40px 60px;
  margin-bottom: 30px;
}
@media (width < 768px) {
  .faqs__eachFaq {
    padding: 20px 30px;
  }
}
.faqs__eachFaq:last-child {
  margin-bottom: 0;
}
.faqs__eachFaq__q {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: var(--color-secondary);
  font-size: 24px;
  font-size: calc(24 / 10 * 1rem);
  line-height: 1.875;
  font-weight: 400;
  min-height: 70px;
  margin-bottom: 30px;
  padding-left: 100px;
}
@media (width < 768px) {
  .faqs__eachFaq__q {
    font-size: 18px;
    font-size: calc(18 / 10 * 1rem);
    line-height: 1.6666666667;
    padding-left: 70px;
    min-height: 55px;
  }
}
.faqs__eachFaq__q > span {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #fff;
  background-color: var(--color-secondary);
  border-radius: 50%;
  text-align: center;
  font-size: 26px;
  font-size: calc(26 / 10 * 1rem);
  width: 70px;
  height: 70px;
  line-height: 70px;
  display: block;
}
@media (width < 768px) {
  .faqs__eachFaq__q > span {
    width: 55px;
    height: 55px;
    line-height: 55px;
    font-size: 16px;
    font-size: calc(16 / 10 * 1rem);
  }
}
.faqs__eachFaq__a {
  position: relative;
  color: var(--color-text);
  font-size: 16px;
  font-size: calc(16 / 10 * 1rem);
  line-height: 2;
  padding-left: 100px;
  min-height: 70px;
}
@media (width < 768px) {
  .faqs__eachFaq__a {
    font-size: 16px;
    font-size: calc(16 / 10 * 1rem);
    line-height: 2;
    padding-left: 70px;
    min-height: 55px;
  }
}
.faqs__eachFaq__a > span {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: var(--color-secondary);
  background-color: #fff;
  border-radius: 50%;
  text-align: center;
  font-size: 26px;
  font-size: calc(26 / 10 * 1rem);
  width: 70px;
  height: 70px;
  line-height: 70px;
  display: block;
}
@media (width < 768px) {
  .faqs__eachFaq__a > span {
    width: 55px;
    height: 55px;
    line-height: 55px;
    font-size: 16px;
    font-size: calc(16 / 10 * 1rem);
    top: 0;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}