/*---------------------------------

★★★★★　　faq　　★★★★★

--------------------------------*/

/*---------------------------------
ttl-cont
--------------------------------*/

/*--- second-ttl ---*/
.second .main-wrap > .ttl-cont {
  background: url(../img/faq/ttl-bg.jpg) center center no-repeat;
}

@media screen and (max-width: 480px) {
  /*--- second-ttl ---*/
  .second .main-wrap > .ttl-cont {
    background-image: url(../img/faq/ttl-bg-sp.jpg);
  }
}


/*---------------------------------
faq-cont
--------------------------------*/
.faq-cont h3 {
  font-size: 1.7em;
  position: relative;
  padding-right: 1em;
  margin-top: 30px;
  cursor: pointer;
  background: #e8f4f9;
  color: #00b0f0;
}
.faq-cont h3 span {
  display: block;
  position: relative;
  width: 100%;
}
.faq-cont h3 span::before {
  content: "Q";
  color: #fff;
  display: inline-block;
  text-align: center;
  background: #00b0f0;
  padding: 0.6em 0 0.7em;
  width: 70px;
  margin-right: 1em;
  font-size: 24px;
}

.faq-cont h3 span i {
  position: absolute;
  top: 50%;
  margin-top: -2px;
  right: 0;
  width: 16px;
  height: 2px;
  background-color: #00b0f0;
  transition: all .3s;
}
.faq-cont h3 span i:nth-of-type(1) {
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
}
.faq-cont h3 span.open i:nth-of-type(1) {
  display: none;
}
.faq-cont h3 span i:nth-of-type(2) {
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
}
.faq-cont h3 span.open i:nth-of-type(2) {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}

.faq-cont .subInner {
  display: none;
  height: auto !important;
  padding: 0 0 0.5em;
}
.faq-cont .subInner dl {
  display: table;
  width: 100%;
}
.faq-cont .subInner dt {
  display: table-cell;
  color: #00b0f0;
  background: #efefef;
  padding: 0.6em 0;
  width: 68px;
  font-size: 2.4em;
  vertical-align: middle;
  text-align: center;
}
.js_isFirefox .faq-cont .subInner dt,
.js_isEdge .faq-cont .subInner dt {
  width: 67px;
}
.faq-cont .subInner .txt {
  display: table-cell;
  width: 760px;
  font-size: 1.6em;
  padding: 1em 1.2em;
  vertical-align: middle;
}
.faq-cont .subInner .txt b {
  font-weight: bold;
}
@media screen and (max-width: 480px) {
  .faq-cont h3 {
    font-size: 1.4em;
    padding: 1em;
    margin-top: 15px;
  }
  .faq-cont h3 span {
    padding-right: 1.5em;
  }
  .faq-cont h3 span::before {
    content: "Q.";
    color: #00b0f0;
    background: none;
    padding: 0;
    width: auto;
    margin-right: 0.3em;
    font-size: 1em;
  }

  .faq-cont h3 span i {
    width: 14px;
  }
  .faq-cont .subInner dl {
    display: table;
    width: 100%;
  }
  .faq-cont .subInner dt {
    width: 30px;
    font-size: 1.4em;
  }
  .js_isFirefox .faq-cont .subInner dt,
  .js_isEdge .faq-cont .subInner dt {
    width: 30px;
  }
  .faq-cont .subInner .txt {
    width: auto;
    font-size: 1.2em;
  }
}


.left-cont p {
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 1.6;
}

@media screen and (max-width: 480px) {
  .left-cont p {
    margin-bottom: 15px;
    font-size: 14px;
    line-height: 1.6;
  }
}


/*--- third-ttl ---*/
.ttl-cont-post {
  text-align: center;
  background: #00b0f0;
  margin-bottom: 25px;
}
.ttl-cont-post h1.faq-student {
  font-size: 3.4em;
  line-height: 1.6;
  padding: 0.5em;
  letter-spacing: 2px;
  color: #fff;
  text-align: left;
}

@media screen and (max-width: 480px) {
  /*--- third-ttl ---*/
  .ttl-cont-post {
    text-align: center;
    background: #00b0f0;
  }
  .ttl-cont-post h1.faq-student {
    font-size: 2.2em;
    line-height: 1.6;
    padding: 0.5em;
    letter-spacing: 2px;
    color: #fff;
    text-align: left;
  }
}
