/* Scss Document */
/* Scss Document */
.mttl {
  margin-bottom: 50px;
  font-size: 2.4rem;
  font-weight: normal;
  text-align: center;
  letter-spacing: .2em;
  line-height: 1.6;
}

#guidance {
  padding: 60px 0;
}
#guidance .lead {
  position: relative;
  margin-bottom: 55px;
}
#guidance .lead .text {
  position: absolute;
  top: 50%;
  left: 90px;
  transform: translate(0, -50%);
  width: 400px;
  padding: 40px 30px;
  background: rgba(0, 0, 0, 0.8);
}
#guidance .lead h4 {
  margin-bottom: 1em;
  color: #FFF;
  font-size: 2.2rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.4;
}
#guidance .lead p {
  color: #FFF;
  font-size: 1.5;
  line-height: 2.0;
}
#guidance .img02 {
  margin-bottom: 30px;
}
#guidance .guidance_text {
  margin-bottom: 1.5em;
  font-size: 1.4rem;
  line-height: 2.0;
}
#guidance .pers_list li {
  width: 265px;
}

#after {
  padding: 60px 0;
  background: #F3F3F3;
}
#after li {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 50px;
}
#after li .left {
  width: 600px;
}
#after li .right {
  width: 485px;
}
#after li .right .mttl {
  text-align: left;
}
#after li .right p {
  font-size: 1.4rem;
  line-height: 2.0;
}

#tidbits {
  padding: 60px 0;
}
#tidbits .lead {
  margin-bottom: 35px;
  font-size: 1.4rem;
  line-height: 2.0;
}
#tidbits li {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  margin-bottom: 27px;
}
#tidbits li:last-child {
  margin-bottom: 0;
}
#tidbits li .num {
  width: 60px;
  height: 150px;
  background: #000;
  color: #FFF;
  font-size: 2.2rem;
  text-align: center;
  line-height: 150px;
}
#tidbits li figure {
  width: 300px;
  height: 150px;
}
#tidbits li .text {
  width: 780px;
  height: 150px;
  padding: 20px 30px;
  background: #F3F3F3;
}
#tidbits li .text h3 {
  margin-bottom: .5em;
  font-size: 2.0rem;
  font-weight: normal;
  letter-spacing: .2em;
  line-height: 1.6;
}
#tidbits li .text p {
  font-size: 1.4rem;
  line-height: 2.0;
}

#faq {
  padding: 60px 0;
  background: #F3F3F3;
}
#faq dt {
  position: relative;
  margin-bottom: 2.0rem;
  padding-left: 4.0rem;
  font-size: 2.0rem;
  line-height: 1.6;
}
#faq dt:before {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  content: 'Q';
  width: 3.0rem;
  background: #000;
  color: #FFF;
  font-size: 2.2rem;
  line-height: 3.0rem;
  text-align: center;
}
#faq dd {
  position: relative;
  margin-bottom: 4.0rem;
  padding: 0 0 2.0rem 4.0rem;
  border-bottom: #CCC 1px solid;
  color: #8C0000;
  font-size: 1.6rem;
  line-height: 1.6;
}
#faq dd:before {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  content: 'A';
  width: 3.0rem;
  background: #8C0000;
  color: #FFF;
  font-size: 2.2rem;
  line-height: 3.0rem;
  text-align: center;
}

@media screen and (max-width: 640px) {
  .mttl {
    margin-bottom: .5em;
    font-size: 5vw;
    font-weight: bold;
    letter-spacing: 0;
  }

  #guidance {
    padding: 10vw 0 0;
  }
  #guidance .lead {
    position: relative;
    margin-bottom: 55px;
  }
  #guidance .lead .text {
    position: static;
    top: auto;
    left: auto;
    transform: translate(0, 0);
    width: 100%;
    padding: 8.33vw 3.33vw;
    background: #000;
  }
  #guidance .lead h4 {
    font-size: 5vw;
  }
  #guidance .lead p {
    font-size: 3.6666666667vw;
    line-height: 1.6;
  }
  #guidance .img02 {
    margin-bottom: 3.33vw;
  }
  #guidance .guidance_text {
    font-size: 3.3333333333vw;
  }
  #guidance .pers_list {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #guidance .pers_list li {
    width: 48%;
    margin-bottom: 3.33vw;
  }

  #after {
    padding: 10vw 0;
  }
  #after .lttl .en img {
    width: 100%;
  }
  #after li {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    margin-bottom: 8.33vw;
  }
  #after li .left {
    width: 50vw;
    margin-bottom: 3.33vw;
  }
  #after li .right {
    width: 100%;
  }
  #after li .right .mttl {
    text-align: center;
  }
  #after li .right p {
    font-size: 3.3333333333vw;
	   font-weight: 400;
  }

  #tidbits {
    padding: 10vw 0;
  }
  #tidbits .lead {
    margin-bottom: 3.33vw;
    font-size: 3.3333333333vw;
	   font-weight: 400;
  }
  #tidbits li {
    display: block;
    margin-bottom: 3.33vw;
  }
  #tidbits li .num {
    width: 100%;
    height: auto;
    font-size: 5vw;
    line-height: 1.5;
  }
  #tidbits li figure {
    width: 25vw;
    height: auto;
    float: left;
    margin: 3.33vw 3.33vw 3.33vw 0;
  }
  #tidbits li .text {
    width: 100%;
    height: auto;
    padding: 3.33vw;
  }
  #tidbits li .text h3 {
    margin-bottom: .5em;
    font-size: 4vw;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 1.6;
  }
  #tidbits li .text p {
    font-size: 3vw;
    line-height: 1.6;
	   font-weight: 400;
  }

  #faq {
    padding: 10vw 0;
  }
  #faq dt {
    padding-left: 3.0rem;
    font-size: 3.6666666667vw;
  }
  #faq dt:before {
    width: 2.4rem;
    font-size: 3.6666666667vw;
    line-height: 2.4rem;
  }
  #faq dd {
    margin-bottom: 2.0rem;
    padding: 0 0 1.5em 3.0rem;
    font-size: 3.6666666667vw;
  }
  #faq dd:before {
    width: 2.4rem;
    font-size: 3.6666666667vw;
    line-height: 2.4rem;
  }
}
