@charset "UTF-8";
/*************************
共通class
************************ */
@media screen and (max-width: 767px) {
  #searchbox {
    display: none;
  }
}

#qahd {
  padding-top: 0.5rem;
  padding-bottom: 0;
  position: relative;
  z-index: 3;
}

@media screen and (max-width: 767px) {
  #qahd {
    padding-top: 0.3rem;
  }
}

#qahd .hdtab {
  border-radius: 0.2rem;
  background-color: #f2f7fc;
  padding: 0.2rem 0.8rem;
}

@media screen and (max-width: 767px) {
  #qahd .hdtab {
    border-radius: 0.1rem;
    padding: 0.2rem 0.16rem;
  }
}

#qahd .hdtab p {
  font-weight: 700;
  margin-bottom: 0.08rem;
}

#qahd .hdtab ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

#qahd .hdtab ul li {
  width: calc(100% / 3);
  margin-bottom: 0.04rem;
}

@media screen and (max-width: 767px) {
  #qahd .hdtab ul li {
    width: auto;
    margin-right: 0.2rem;
  }
}

#qahd .hdtab ul li a {
  display: inline-block;
  color: #004986;
  padding-left: 0.16rem;
  position: relative;
}

@media screen and (max-width: 767px) {
  #qahd .hdtab ul li a {
    padding-left: 0.08rem;
  }
}

#qahd .hdtab ul li a:before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-left: 7px solid #000;
  position: absolute;
  top: 10px;
  left: 0;
  -webkit-transition: left .3s ease 0s, border-left-color .3s ease 0s;
  transition: left .3s ease 0s, border-left-color .3s ease 0s;
}

@media screen and (max-width: 767px) {
  #qahd .hdtab ul li a:before {
    border: 3px solid transparent;
    border-left: 5px solid #000;
    top: 8px;
  }
}

.mouse #qahd .hdtab ul li a:hover:before {
  left: 3px;
  border-left-color: #ec372e;
}

#qahd .hdtab ul li:nth-of-type(3n) {
  margin-right: 0;
}

#qabox {
  padding-top: 0.4rem;
  padding-top: 0;
  position: relative;
  z-index: 2;
}

#qabox .qacat {
  padding-top: 1.8rem;
  padding-bottom: 0;
  margin-top: -0.8rem;
}

@media screen and (max-width: 767px) {
  #qabox .qacat {
    padding-top: 0.64rem;
    margin-top: -0.3rem;
  }
}

#qabox .num1 {
  border-bottom: 1px solid #c5ccd4;
}

#qabox .num1 dt {
  font-size: 0.2rem;
  font-weight: 700;
  color: #004986;
  padding: 0.16rem 0.3rem 0.16rem 0.44rem;
  cursor: pointer;
  position: relative;
}

@media screen and (max-width: 767px) {
  #qabox .num1 dt {
    padding: 0.1rem 0.3rem 0.1rem 0.32rem;
    font-size: 0.16rem;
  }
}

#qabox .num1 dt:before {
  content: 'Q';
  display: block;
  width: 30px;
  height: 30px;
  border-radius: 5px;
  background-color: #2774C2;
  font-size: 0.18rem;
  font-weight: 700;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  left: 0;
  top: 20px;
}

@media screen and (max-width: 767px) {
  #qabox .num1 dt:before {
    font-size: 0.14rem;
    width: .24rem;
    height: .24rem;
    border-radius: 4px;
    top: .12rem;
  }
}

#qabox .num1 dt:after {
  content: attr(data-open);
  display: inline-block;
  font-size: 0.22rem;
  font-weight: 400;
  color: #004986;
  position: absolute;
  right: 8px;
  top: 13px;
}

@media screen and (max-width: 767px) {
  #qabox .num1 dt:after {
    font-size: 0.17rem;
    top: 0.09rem;
  }
}

#qabox .num1 dd {
  display: none;
  padding-bottom: 0.1rem;
  padding: 0 0 0.16rem 0.44rem;
  position: relative;
}

@media screen and (max-width: 767px) {
  #qabox .num1 dd {
    padding: 0 0 0.1rem 0.32rem;
  }
}

#qabox .num1 dd:before {
  content: 'A';
  display: block;
  width: 30px;
  height: 30px;
  border-radius: 5px;
  background-color: #ec372e;
  font-size: 0.18rem;
  font-weight: 700;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  left: 0;
  top: 0;
}

@media screen and (max-width: 767px) {
  #qabox .num1 dd:before {
    font-size: 0.14rem;
    width: .24rem;
    height: .24rem;
    border-radius: 4px;
  }
}

#qabox .num1 dd a {
  display: inline;
  color: #2774C2;
}
