@charset "utf-8";

/* FQAページ */
#single-fqa {
}
.fqa-about {
  margin: 90px 0 120px;
  font-weight: bold;
  text-align: center;
}
.fqa-about h2 {
  margin-bottom: 25px;
  font-size: 28px;
}
.fqa-box {
  padding: 50px 0 120px;
}
.fqa-box h3 {
  margin-bottom: 45px;
  color: #3a89a9;
  font-size: 28px;
  font-weight: bold;
  line-height: 1.5;
}
.fqa-box h3 span {
  display: block;
  font-size: 24px;
  font-weight: normal;
}
.fqa-box h3 img {
  width: auto;
  max-height: 80px;
  margin-right: 30px;
}
.fqa-list {
  justify-content: space-between;
  margin-top: 50px;
}
.a-text {
  width: 58%;
}
.a-text h4 {
  margin-bottom: 40px;
  font-size: 28px;
  font-weight: bold;
  line-height: 1.5;
}
.a-img {
  width: 35%;
}
.must {
  padding: 65px 82px 84px;
  background-color: #d1e2eb;
}
.must h2 {
  margin-bottom: 80px;
  color: #3a89a9;
  font-size: 28px;
  font-weight: bold;
  letter-spacing: 10px;
  text-align: center;
}
.must-box:nth-of-type(1) {
  margin-bottom: 100px;
}
.must-box h3 {
  margin-bottom: 30px;
  font-size: 28px;
  font-weight: bold;
  line-height: 1.5;
}
.must-box h3 img {
  width: auto;
  max-height: 80px;
  margin-right: 25px;
}
.must-box h4 {
  margin-bottom: 30px;
  padding: 5px 25px;
  background-color: #fff;
  font-size: 28px;
  font-weight: bold;
}
.teramoto {
  margin-top: 126px;
  margin-bottom: 175px;
  text-align: center;
}
.teramoto img {
  max-width: 272px;
  margin-bottom: 50px;
  text-align: center;
}
.teramoto h2 {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 40px;
  color: #3a89a9;
  font-size: 28px;
  font-weight: bold;
  letter-spacing: 10px;
}
.teramoto h2::before,
.teramoto h2::after {
  content: "";
  width: 100px;
  border-top: 3px solid #3a89a9;
}
.teramoto h2::before {
  margin-right: 1em;
}
.teramoto h2::after {
  margin-left: 1em;
}
.teramoto p {
  text-align: justify;
}
.teramoto-pro {
  margin-top: 50px;
  padding: 45px 30px 50px;
  background-color: #d1e2eb;
}
.tera-pro-title {
  margin-bottom: 45px;
  letter-spacing: 5px;
}
.teramoto-pro span {
  font-size: 30px;
  line-height: 1.5;
}

@media screen and (max-width: 768px) {
  .fqa-about {
    margin: 50px 0 100px;
  }
  .fqa-about h2 {
    margin-bottom: 15px;
    font-size: 22px;
    line-height: 1.5;
  }
  .fqa-box {
    padding-bottom: 80px;
  }
  .fqa-box h3 {
    margin-bottom: 25px;
    color: #3a89a9;
    font-size: 22px;
    font-weight: bold;
    line-height: 1.5;
  }
  .fqa-box h3 span {
    display: block;
    font-size: 18px;
    font-weight: normal;
  }
  .fqa-box h3 img {
    max-height: 50px;
    margin-top: 5px;
    margin-right: 15px;
  }
  .fqa-list {
    display: block;
    margin-top: 30px;
  }
  .a-img {
    width: 80%;
    margin: 0 auto;
  }
  .a-text h4 {
    margin: 20px 0;
    font-size: 22px;
  }
  .a-text {
    width: 100%;
  }
  .must {
    padding: 30px 20px 40px;
  }
  .must h2 {
    margin-bottom: 40px;
    font-size: 22px;
  }
  .must-box h3 {
    font-size: 18px;
  }
  .must-box h3 img {
    max-height: 50px;
    margin-right: 15px;
  }
  .must-box h4 {
    padding: 5px 15px;
    font-size: 18px;
    line-height: 1.5;
  }
  .must-box:nth-of-type(1) {
    margin-bottom: 80px;
  }
  .teramoto h2 {
    margin-bottom: 30px;
    font-size: 22px;
    letter-spacing: 5px;
  }
  .teramoto h2::before,
  .teramoto h2::after {
    width: 30px;
  }
  .teramoto h2::before {
    margin-right: 20px;
  }
  .teramoto h2::after {
    margin-left: 20px;
  }
  .teramoto-pro {
    margin-top: 40px;
    padding: 30px 20px 40px;
  }
  .tera-pro-title {
    margin-bottom: 35px;
  }
  .teramoto-pro span {
    font-size: 28px;
  }
  .teramoto {
    margin-bottom: 100px;
  }
}
