@charset "UTF-8";
/* CSS Document */
/* ---------- main ---------- */
.main {
  position: relative;
  width: 100%;
  height: auto;
  margin: 80px auto 0;
  background-color: #F75B99;
}
.main-top {
  width: 78%;
  margin: 0 auto;
  padding: 20px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media(min-width:960px){
  .main {
    margin: 100px auto 0;
  }
  .main-top {
    width: 73%;
  }
}

/* top text */
.main-top-text {
  text-align: left;
  width: 100%;
}
.main-top-text h2 {
  position: relative;
  color: #ffffff;
  font-size: 18px;
  line-height: 1.17;
  letter-spacing: -0.5px;
  font-weight: 600;
  text-shadow: 1px 2px 2px #d5d5d5;
}
.main-top-text h2::before {
  position: absolute;
  bottom: 10px;
  left: 0;
  color: #ececec;
  font-size: 30px;
  line-height: 30px;
  content: attr(data-word);
  pointer-events: none;
  font-weight: 600;
  text-shadow: none;
  opacity: 0.4;
}
.main-top-img {
  width: 50%;
}
.main-top-img img {
  width: 100%;
  object-fit: cover;
  max-width: 300px;
}

/* ------------------------
タブレット（例: 768px〜959px）
------------------------ */
@media (min-width: 768px) and (max-width: 959px) {
  /* top text */
  .main-top-text h2 {
    font-size: 24px;
  }
  .main-top-text h2::before {
    font-size: 50px;
    bottom: 20px;
  }
}
/* ------------------------
PC（例: 960px〜）
------------------------ */
@media(min-width:960px){
  /* top text */
  .main-top-text h2 {
    font-size: 30px;
  }
  .main-top-text h2::before {
    font-size: 70px;
    bottom: 40px;
  }
}

/* ---------- content ---------- */
.content {
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding-bottom: 60px;
  background-color: #F75B99;
}
.content-back {
  background-color: #FFFFFF;
  box-shadow: 0 0 6px gray;
  width: 89%;
  margin: 0 auto;
  padding: 60px 0;
  border-radius: 20px;
}
/* FAQ 1 */
.content-faq1-back {
  background-color: #687BE1;
  box-shadow: 0 0 5px gray;
  width: 89%;
  margin: 0 auto 40px;
  padding: 20px 0;
  border-radius: 20px;
  text-align: left;
}
.content-faq1-back h2 {
  font-size: 18px;
  color: #FFFFFF;
  margin-left: 20px;
}
.content-faq1-text {
  background-color: #ffffff;
  width: 89%;
  margin: 20px auto;
  padding: 20px 0;
  border-radius: 20px;
  text-align: left;
}
.content-faq1-text-detail {
  width: 89%;
  margin: 0 auto;
  display: flex;
  align-items: flex-start;
}
.content-faq1-text-detail img {
  width: 20px;
  height: 20px;
  object-fit: cover;
}
.content-faq1-text-detail h3 {
  font-size: 16px;
  margin-left: 5px;
  line-height: 20px;
}
.content-faq1-text p {
  width: 89%;
  margin: 10px auto 0;
  font-size: 12px;
  line-height: 16px;
}
.content-faq1-text hr {
  width: 89%;
  margin: 20px auto;
  border-top: 1px dashed #000;
}
/* FAQ 2 */
.content-faq2-back {
  background-color: #4EBEA9;
  box-shadow: 0 0 5px gray;
  width: 89%;
  margin: 0 auto 40px;
  padding: 20px 0;
  border-radius: 20px;
  text-align: left;
}
.content-faq2-back h2 {
  font-size: 18px;
  color: #FFFFFF;
  margin-left: 20px;
}
/* FAQ 3 */
.content-faq3-back {
  background-color: #F5A800;
  box-shadow: 0 0 5px gray;
  width: 89%;
  margin: 0 auto;
  padding: 20px 0;
  border-radius: 20px;
  text-align: left;
}
.content-faq3-back h2 {
  font-size: 18px;
  color: #FFFFFF;
  margin-left: 20px;
}

@media(min-width:960px){
  .content {
    padding-bottom: 100px;
    text-align: left;
  }
  .content-back {
    width: 79%;
    padding: 100px 0;
  }
  /* FAQ 1 */
.content-faq1-back {
  margin: 0 auto 100px;
  padding: 60px 0;
  border-radius: 20px;
}
.content-faq1-back h2 {
  font-size: 24px;
  margin-left: 60px;
}
.content-faq1-text {
  width: 89%;
  margin: 40px auto;
  padding: 60px 0;
  border-radius: 20px;
}
.content-faq1-text-detail {
  width: 89%;
  margin: 0 auto;
  text-align: center;
  align-items: center;
}
.content-faq1-text-detail img {
  width: 24px;
  height: 24px;
}
.content-faq1-text-detail h3 {
  font-size: 18px;
  margin-left: 10px;
  line-height: 20px;
}
.content-faq1-text p {
  width: 78%;
  margin: 10px auto 0;
  font-size: 16px;
  line-height: 20px;
}
.content-faq1-text hr {
  margin: 40px auto;
  border-top: 2px dashed #000;
}
/* FAQ 2 */
.content-faq2-back {
  margin: 0 auto 100px;
  padding: 60px 0;
  border-radius: 20px;
}
.content-faq2-back h2 {
  font-size: 24px;
  margin-left: 60px;
}
/* FAQ 3 */
.content-faq3-back {
  padding: 60px 0;
  border-radius: 20px;
}
.content-faq3-back h2 {
  font-size: 18px;
  margin-left: 60px;
}
}