/* 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;
}

#system {
  padding: 60px 0;
  background: #F3F3F3;
}
#system .img01, #system .img02 {
  margin-bottom: 30px;
}
#system .system_text {
  margin-bottom: 1.5em;
  font-size: 1.4rem;
  line-height: 2.0;
}
#system .flow li {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  justify-content: space-between;
}
#system .flow .ttl {
  position: relative;
  width: 200px;
}
#system .flow .ttl:after {
  position: absolute;
  top: 39px;
  left: 50%;
  content: '';
  width: 2px;
  height: 260px;
  background: url(../images/construction/system_flow_border.png) repeat-y;
}
#system .flow h4 {
  padding: .5em;
  background: #000;
  color: #FFF;
  font-size: 2.0rem;
  font-weight: normal;
  letter-spacing: .1em;
  text-align: center;
}
#system .flow .text {
  width: 900px;
  padding: 0 0 60px;
}
#system .flow .text h5 {
  margin: 1em 0;
  color: #000;
  font-size: 1.8rem;
  font-weight: bold;
}
#system .flow .text h5:first-child {
  margin: 0 0 1em;
}
#system .flow .text p {
  font-size: 1.4rem;
  line-height: 2.0;
}
#system .flow li:nth-child(2) .ttl:after, #system .flow li:nth-child(3) .ttl:after {
  height: 140px;
}
#system .flow li:nth-child(4) .ttl:after {
  height: 25px;
}
#system .flow li:nth-child(4) .ttl:before {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
  content: '';
  width: 20px;
  height: 11px;
  background: url(../images/construction/system_flow_arrow.png) center top no-repeat;
}
#system .flow li:nth-child(4) .text {
  padding: 0;
}

#after {
  padding: 60px 0;
}
#after .flex_wrap {
  justify-content: space-between;
}
#after .flex_wrap .left {
  width: 600px;
}
#after .flex_wrap .right {
  width: 516px;
}
#after .flex_wrap .right p {
  margin-bottom: 1em;
  font-size: 1.4rem;
  line-height: 2.0;
}
#after .flex_wrap .right figure {
  margin-bottom: 1.4rem;
}

#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;
  }
  #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;
	  font-weight: 400!important;
  }
  #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;
  }

  #system {
    padding: 10vw 0;
  }
  #system .lttl .en img {
    width: 100%;
  }
  #system .img01, #system .img02 {
    margin-bottom: 3.33vw;
  }
  #system .system_text {
    font-size: 3.3333333333vw;
	  font-weight: 400!important;
  }
  #system .flow li {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
  }
  #system .flow .ttl {
    width: 100%;
  }
  #system .flow .ttl:after {
    content: none;
  }
  #system .flow h4 {
    width: 33.3333333333vw;
    margin: 0 auto 1em;
    font-size: 4vw;
  }
  #system .flow .text {
    width: 100%;
    padding: 0 0 8.33vw;
  }
  #system .flow .text h5 {
    font-size: 3.6666666667vw;
    text-align: center;
  }
  #system .flow .text p {
    font-size: 3vw;
	  font-weight: 400;
  }
  #system .flow li:nth-child(4) .ttl:before {
    content: none;
  }
  #system .flow li:nth-child(4) .text {
    padding: 0;
  }

  #after {
    padding: 10vw 0;
  }
  #after .lttl .en img {
    width: 100%;
  }
  #after .flex_wrap {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
  }
  #after .flex_wrap .left {
    width: 100%;
    margin-bottom: 1.4rem;
  }
  #after .flex_wrap .right {
    width: 100%;
  }
  #after .flex_wrap .right p {
    font-size: 3.3333333333vw;
	  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;
  }
}
