@charset "utf-8";
/*------------ faq ------------*/
/*.content-top{
    display: none;
}*/
.faq-list {
  background: #fff;
  box-shadow: 0px 0px 25px #ddd;
  max-width: 1200px;
  margin: 0 auto 30px;
  padding: 25px 50px 50px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  list-style-type: none;
}
/* .faq-list:before {
  content: "\e929";
  display: block;
  font-family: "icon-font-41" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 56px;
  color: #3555ae;
  text-align: center;
} */
.faq-list .faq-item {
  position: relative;
  border: 1px dotted #ccc;
  border-width: 1px 0;
  margin: 30px 0 0px;
}
/* .faq-list .faq-item:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 46px;
  height: 54px;
  background-image: url(../../../images/layout03/common/faq/icon_q.png);
} */
.faq-question {
  position: relative;
  padding: 13px 40px 13px 60px;
  box-sizing: border-box;
  display: block;
  vertical-align: middle;
  transition: all 0.2s;
  cursor: pointer;
  font-size: 16px;
  display: flex;
}
.faq-question .ic {
  border: solid 3px #d6e7f3;
  background: #fff;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  font-size: 21px;
  position: absolute;
  left: 10px;
  top: 12%;
  color: #529fd6;
  font-weight: bold;
  font-family: "Roboto";
}
.faq-question h3 {
  margin: 0;
  color: #6d6d6d;
}
.faq-question i:before {
  content: "";
  /* speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #aaa;
  font-size: 22px; */
  position: absolute;
  right: 5px;
  top: 20px;
  width: 22px;
  height: 22px;
  background-image: url(../../../images/layout03/common/faq/arrow.png);
  background-size: cover;
}
.faq-question:hover i:before {
  color: #3555ae;
}
.faq-answer {
  position: relative;
  padding: 15px 20px 15px 60px;
  background: linear-gradient(-180deg, transparent, #e6f4f8);
  display: none;
}
.faq-answer:before {
  content: "";
  display: block;
  position: absolute;
  top: 32px;
  left: 10px;
  width: 41px;
  height: 41px;
  background-image: url(../../../images/layout03/common/faq/icon_a.png);
  background-size: contain;
}
.faq-answer .title {
  font-size: 45px;
  font-weight: bold;
}
/*------------ rwd ------------*/
@media screen and (max-width: 1000px) {
  .faq-list {
    padding: 20px 15px 25px;
    margin: 0 -15px;
  }
}
