article{margin: 6.25vw auto 0; max-width: 1980px;}
.parents h2{
  margin: 0 auto 32px;
  padding: 8px 2em;
  width: 100%;
  max-width: 1000px;
  text-align: center;
  font-family: vdl-v7gothic, sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: 1.3em;
  border: solid #000 5px;
  border-radius: 50px;
  background:#fee34d url(/_materials/img/parents/pattern-stripe.png);
}
.parents h3{
  margin-bottom: 1em;
  font-size: 1.2em;
  text-align: center;
}
.wrap{
  max-width: 980px;
  width: 96%;
  margin: 2em auto;
  font-size: 16px;
  line-height: 1.5;
}

.logo-gungho{text-align: center;}
.img-wrap {margin: 3em auto 6em; max-width: 1400px;}
.img-wrap figure{margin: 0 auto;padding:1em;max-width: 34%;}
.img-wrap.sec1{
  display: flex;
  justify-content: center;
  /* background-image:url(/_materials/img/parents/bg_purple.png),url(/_materials/img/parents/bg_pink.png),url(/_materials/img/parents/bg_skyblue.png);
  background-position: left 15% bottom 20%,center bottom 20%, right 10% bottom 10%;
  background-repeat: no-repeat;
  background-size: 26vw; */
}
.img-wrap.sec2{
  display: flex;
  justify-content: space-around;
  text-align: center;
  /* background-image:url(/_materials/img/parents/bg_yellow.png),url(/_materials/img/parents/bg_pink.png);
  background-position: left 22% bottom 30%, right 20% top 30%;
  background-repeat: no-repeat;
  background-size: 20vw; */
}
.img-wrap.sec3{text-align: center;}

@media (min-width: 769px){
  .parents h2{font-size: 1.8em;}
  .img-wrap figure{max-width: 250px;}
  /* .img-wrap.sec1{background-size: 10%;}
  .img-wrap.sec2{background-size: 12%;} */
}

/* FAQ */
.faq{
  margin: 2em auto;
}
.faq dt::before{
  content:"Q.";
  margin-right: 0.3em;
  font-size: 1.2em;
}
.faq dt{
  position: relative;
  max-width: 100%;
  margin: 1em auto;
  padding: .5em 1em .5em 2.6em;
  text-indent: -1.8em;
  background: #dcdcdc;
  border-radius: 1.5em;
  font-weight: 900;
}
.faq dd::before{
  content:"A.";
  margin-right: 0.3em;
  font-size: 1.2em;
}
.faq dd{
margin-bottom: 1.5em;
padding: 0 1em 0 2.2em;
text-indent: -1.4em;
}