.lower__mv {
  background-image: url(../../img/page-faq/mv__bg.jpg);
}

.inner {
  max-width: 1180px;
  width: 90%;
  margin: auto;
}

.post__name::before {
  bottom: -20px;
}
.post__name::after {
  bottom: -20px;
}

.faq__text {
  font-size: calc(13px + 3 * (100vw - 320px) / 1080);
  line-height: 1.875;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 1440px) {
  .faq__text {
    font-size: 16px;
  }
}

body {
  background-color: #f6f6f6;
}

.contact {
  margin-top: 150px;
}
/* ------------------------------------------------------------------------------------------------------------------------------ */
/* top */
.top {
  padding-top: 130px;
}

.top .faq__text {
  margin-top: 60px;
}
/* ------------------------------------------------------------------------------------------------------------------------------ */

/* ------------------------------------------------------------------------------------------------------------------------------ */
/* sec1 */
.faq__sec:first-child {
  padding-top: 65px;
}

.faq__sec {
  padding-top: 100px;
}

.post__name {
  margin-bottom: 60px;
}

.faq__sec .container {
  margin-top: 40px;
}

.container .faq__top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 15px;
  border-bottom: 1px solid #cfcfcf;
}

.container .faq__title {
  font-size: calc(14px + 6 * (100vw - 320px) / 1080);
  line-height: 2;
  letter-spacing: 0.04em;
  padding-left: 70px;
  position: relative;
}
@media screen and (min-width: 1440px) {
  .container .faq__title {
    font-size: 20px;
  }
}

.container .faq__title::before {
  content: "Q";
  position: absolute;
  width: 50px;
  height: 50px;
  border-radius: 3px;
  background-color: #bcbcbc;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  color: #ffffff;
  font-size: 30px;
  font-family: century-gothic, sans-serif;
  font-weight: 700;
  font-style: normal;
  display: flex;
  justify-content: center;
  align-items: center;
}

.container .faq__top .circle {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: 2px solid #d5040a;
  background-color: #ffffff;
  position: relative;
}
.container .faq__top .circle::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  width: 14px;
  height: 2px;
  background-color: #d5040a;
}
.container .faq__top .circle::before {
  content: "";
  position: absolute;
  height: 14px;
  width: 2px;
  transform: rotate(90deg);
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  background-color: #d5040a;
  opacity: 0;
  transition: all 0.3s;
}
.container .faq__top.active .circle::before {
  transform: rotate(0deg);
  opacity: 1;
}

.container .faq__bottom {
  padding: 30px 25px;
  background-color: #ffffff;
  border-radius: 5px;
  margin-top: 15px;
  display: none;
}

.container .faq__bottom .faq__text {
  position: relative;
  padding-left: 50px;
}

.container .faq__bottom .faq__text::before {
  position: absolute;
  content: "A";
  font-size: 30px;
  font-family: century-gothic, sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #d5040a;
  top: -15px;
  left: 0;
}
/* ------------------------------------------------------------------------------------------------------------------------------ */

/* ------------------------------------------------------------------------------------------------------------------------------ */
/* responsive */
@media screen and (max-width: 1024px) {
  .top {
    padding-top: 80px;
  }
}

@media screen and (max-width: 768px) {
  .faq__sec {
    padding-top: 60px;
  }

  .container .faq__title::before {
    width: 40px;
    height: 40px;
    font-size: 25px;
  }

  .container .faq__title {
    padding-left: 50px;
  }

  .container .faq__top .circle {
    width: 25px;
    height: 25px;
    min-width: 25px;
  }

  .container .faq__bottom {
    padding: 25px 15px;
  }

  .container .faq__bottom .faq__text {
    padding-left: 35px;
  }
}

@media screen and (max-width: 480px) {
  .top {
    padding-top: 40px;
  }

  .top .faq__text {
    margin-top: 50px;
  }

  .faq__sec .container {
    margin-top: 30px;
  }

  .container .faq__title {
    font-size: 13px;
  }

  .container .faq__bottom .faq__text br {
    display: none;
  }

  .container .faq__title {
    padding-left: 40px;
  }

  .container .faq__title::before {
    width: 30px;
    height: 30px;
    font-size: 18px;
  }

  .container .faq__top .circle {
    min-width: 20px;
    width: 20px;
    height: 20px;
  }

  .container .faq__bottom .faq__text::before {
    font-size: 18px;
  }

  .container .faq__bottom .faq__text {
    padding-left: 0px;
  }

  .container .faq__bottom .faq__text::before {
    top: -27px;
  }

  .contact {
    margin-top: 100px;
  }
}
/* ------------------------------------------------------------------------------------------------------------------------------ */
