/*--------------------------------------------------------------------------
   Faq
---------------------------------------------------------------------------*/
#Faq .ttl dt {
  max-width: 105px !important;
}
@media screen and (max-width: 960px) {
  #Faq .ttl dt {
    max-width: 80px !important;
  }
}
#Faq .inner dl {
  margin-top: -100px;
  padding-top: 150px;
  border-bottom: 2px solid #333333;
}
@media screen and (max-width: 960px) {
  #Faq .inner dl {
    margin-top: -100px;
    padding-top: 125px;
  }
}
#Faq .inner dl:first-child {
  padding-top: 100px;
}
#Faq .inner dl:last-child {
  border-bottom: none;
}
#Faq .inner .ques {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  -webkit-jalign-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 30px;
  background-image: url("../../images/faq/ico_q.png");
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 50px 62px;
  min-height: 62px;
}
@media screen and (max-width: 960px) {
  #Faq .inner .ques {
    margin-bottom: 15px;
    background-size: 25px 31px;
    min-height: 31px;
  }
}
#Faq .inner .ques span {
  padding-left: 70px;
  box-sizing: border-box;
}
@media screen and (max-width: 960px) {
  #Faq .inner .ques span {
    padding-left: 30px;
  }
}
#Faq .inner .answer {
  position: relative;
  margin-bottom: 50px;
  display: flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  -webkit-jalign-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-image: url("../../images/faq/ico_a.png");
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 50px 62px;
  min-height: 62px;
}
@media screen and (max-width: 960px) {
  #Faq .inner .answer {
    margin-bottom: 25px;
    background-size: 25px 31px;
    min-height: 31px;
  }
}
#Faq .inner .answer .txt {
  padding-left: 70px;
  box-sizing: border-box;
  display: table-cell;
}
@media screen and (max-width: 960px) {
  #Faq .inner .answer .txt {
    padding-left: 30px;
  }
}
#Faq .inner .answer .pic {
  padding-left: 30px;
  display: table-cell;
}
@media screen and (max-width: 960px) {
  #Faq .inner .answer .pic {
    padding-left: 15px;
  }
}
#Faq .inner .answer .attention {
  font-size: 90%;
  display: block;
  padding-left: 1em;
  text-indent: -1em;
  margin-top: 10px;
}
@media screen and (max-width: 960px) {
  #Faq .inner .answer .attention {
    margin-top: 5px;
  }
}
#Faq .inner .answer a {
  text-decoration: underline;
}
#Faq .inner .answer2 {
  position: relative;
  margin-bottom: 50px;
  display: flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  -webkit-jalign-items: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
#Faq .inner .answer2 .txt {
  width: 625px;
  height: 370px;
}
@media screen and (max-width: 960px) {
  #Faq .inner .answer2 .txt {
    width: 57%;
    height: auto;
  }
}
#Faq .inner .answer2 .pic {
  position: absolute;
  top: 0;
  right: 0;
  width: 300px;
}
@media screen and (max-width: 960px) {
  #Faq .inner .answer2 .pic {
    width: 40%;
  }
}
