#intro {
  display: block;
  width: 100%;
  height: 100vh;
  position: relative;
  color: #fff;
  position: relative;
}
#intro section {
  position: absolute;
  top: 50%;
  left: 10%;
  transform: translateY(-50%);
}
#intro section h2 {
  font-size: 50px;
  font-weight: 900;
  margin-bottom: 1.5rem;
  line-height: 1.25;
}
@media (max-width: 768px) {
  #intro section h2 {
    font-size: 40px;
  }
}
@media (max-width: 480px) {
  #intro section h2 {
    font-size: 30px;
  }
}
#intro section h2 .opensans {
  font-size: 115%;
  font-weight: 700;
}
#intro section p > span {
  font-size: 60px;
}
@media (max-width: 480px) {
  #intro section p > span {
    font-size: 50px;
  }
}
#intro section p small {
  display: block;
  font-size: 17px;
}
@media (max-width: 768px) {
  #intro section p small {
    font-size: 15px;
  }
}
@media (max-width: 480px) {
  #intro section p small {
    font-size: 14px;
  }
}

.webp #intro {
  background: url(../../image/qanda1.webp);
  background-size: cover;
  background-position: center;
}
@media (max-width: 768px) {
  .webp #intro {
    background: url(../../image/qanda1s.webp);
    background-size: cover;
    background-position: center;
  }
}
@media (max-width: 480px) {
  .webp #intro {
    background: url(../../image/qanda1ss.webp);
    background-size: cover;
    background-position: center;
  }
}

.no-webp #intro {
  background: url(../../image/qanda1.jpg);
  background-size: cover;
  background-position: center;
}
@media (max-width: 768px) {
  .no-webp #intro {
    background: url(../../image/qanda1s.jpg);
    background-size: cover;
    background-position: center;
  }
}
@media (max-width: 480px) {
  .no-webp #intro {
    background: url(../../image/qanda1ss.jpg);
    background-size: cover;
    background-position: center;
  }
}

#qanda1 {
  padding: 70px 20px;
  text-align: center;
}
@media (max-width: 768px) {
  #qanda1 {
    padding: 50px 20px;
  }
}
@media (max-width: 480px) {
  #qanda1 {
    padding: 30px 20px;
  }
}
#qanda1 p {
  margin-top: 30px;
  line-height: 2;
  font-size: 24px;
}
@media (max-width: 768px) {
  #qanda1 p {
    margin-top: 20px;
    font-size: 20px;
  }
}
@media (max-width: 480px) {
  #qanda1 p {
    margin-top: 15px;
    font-size: 18px;
    text-align: justify;
  }
  #qanda1 p br {
    display: none;
  }
}
@media (max-width: 480px) {
  #qanda1 h3 img {
    display: block;
    margin: 0 auto 1rem;
  }
  #qanda1 h3 span {
    display: block;
  }
}

.qanda2 {
  background: #D3EDFF;
  padding: 2rem 0 5rem;
  border-bottom: 2px solid #fff;
}
@media (max-width: 768px) {
  .qanda2 {
    padding: 1.5rem 0 4rem;
  }
}
@media (max-width: 480px) {
  .qanda2 {
    padding: 1rem 0 3rem;
  }
}
.qanda2 > section {
  margin: 0 auto;
  padding: 0 20px;
  max-width: 820px;
}
.qanda2 h4 {
  color: #fff;
  background: #0062C8;
  padding: 0 0 0.5rem;
  font-size: 44px;
  border-radius: 50%;
  width: 74px;
  text-align: center;
  margin-right: 1rem;
  line-height: 1.5;
  flex-shrink: 0;
}
@media (max-width: 768px) {
  .qanda2 h4 {
    font-size: 38px;
    width: 65px;
  }
}
@media (max-width: 480px) {
  .qanda2 h4 {
    font-size: 30px;
    width: 53px;
    margin: 1rem auto;
  }
}
.qanda2 .q {
  display: flex;
  align-items: center;
  padding: 3rem;
}
@media (max-width: 768px) {
  .qanda2 .q {
    padding: 2rem;
  }
}
@media (max-width: 480px) {
  .qanda2 .q {
    display: block;
    padding: 1rem;
    text-align: center;
  }
}
.qanda2 .q p {
  font-size: 24px;
  line-height: 1.5;
  margin-right: 1rem;
}
@media (max-width: 768px) {
  .qanda2 .q p {
    font-size: 20px;
  }
}
@media (max-width: 480px) {
  .qanda2 .q p {
    font-size: 16px;
    margin: 0;
  }
}
.qanda2 .q p a {
  border-bottom: 2px dotted #0062C8;
}
.qanda2 .q img {
  width: 150px;
  display: inline-block;
}
@media (max-width: 768px) {
  .qanda2 .q img {
    width: 120px;
  }
}
@media (max-width: 480px) {
  .qanda2 .q img {
    width: 110px;
    margin-top: 1rem;
  }
}
.qanda2 .a p {
  margin-right: 0;
}
@media (max-width: 480px) {
  .qanda2 .a p {
    text-align: justify;
  }
}
.qanda2 .a {
  background: #fff;
  border-radius: 15px;
}
.qanda2 .a h4 {
  background: #FF4A24;
}
/*# sourceMappingURL=qanda.css.map */