@charset "UTF-8";
/* responsive */
.search_wrap {
  background: #ffffff;
  padding: 0.5rem 0.7rem 0.45rem;
}
.search_wrap .search_in {
  max-width: 9.5rem;
  margin: 0 auto;
}
.search_wrap .search_in form {
  width: 100%;
}
.search_wrap .search_in form > div {
  width: 100%;
  height: 0.55rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.search_wrap .search_in form > div input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  display: block;
}
.search_wrap .search_in form > div input:focus {
  outline: 0;
}
.search_wrap .search_in form > div input[type=text] {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
  border: 2px solid #002760;
  border-right: none;
  border-radius: 0.05rem 0 0 0.05rem;
  padding: 0.12em 0.25rem 0;
  font-size: 0.18rem;
}
.search_wrap .search_in form > div input[type=text]::-webkit-input-placeholder {
  color: #909090;
}
.search_wrap .search_in form > div input[type=text]::-moz-placeholder {
  color: #909090;
}
.search_wrap .search_in form > div input[type=text]:-ms-input-placeholder {
  color: #909090;
}
.search_wrap .search_in form > div input[type=text]::-ms-input-placeholder {
  color: #909090;
}
.search_wrap .search_in form > div input[type=text]::placeholder {
  color: #909090;
}
.search_wrap .search_in form > div input[type=text]:focus {
  outline: none;
  -webkit-box-shadow: inset 0 0 0.1rem rgba(0, 0, 0, 0.16);
          box-shadow: inset 0 0 0.1rem rgba(0, 0, 0, 0.16);
}
.search_wrap .search_in form > div input[type=submit] {
  width: 1.21rem;
  height: 100%;
  color: #ffffff;
  font-size: 0.2rem;
  font-weight: bold;
  padding-left: 0.54rem;
  text-align: left;
  border-radius: 0 0.05rem 0.05rem 0;
  background: #002760 url("../img/faq/i_search.svg") 0.27rem center no-repeat;
  background-size: 0.2rem;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.search_wrap .search_in form > div input[type=submit]:hover {
  opacity: 0.7;
}
.search_wrap + .post_contents {
  margin-top: 0.44rem;
  margin-bottom: 0.8rem;
}
.search_wrap + .post_contents .inbox {
  max-width: 12.04rem;
}
@media screen and (max-width: 749px) {
  .search_wrap {
    padding: 0.25rem 0.2rem 0.26rem;
  }
  .search_wrap .search_in form > div {
    height: 0.3rem;
  }
  .search_wrap .search_in form > div input[type=text] {
    border-width: 1px 0 1px 1px;
    padding: 0.12em 0.15rem 0;
    font-size: 0.13rem;
  }
  .search_wrap .search_in form > div input[type=text]:focus {
    -webkit-box-shadow: inset 0 0 0.03rem rgba(0, 0, 0, 0.16);
            box-shadow: inset 0 0 0.03rem rgba(0, 0, 0, 0.16);
  }
  .search_wrap .search_in form > div input[type=submit] {
    width: 0.85rem;
    font-size: 0.14rem;
    padding-left: 0.36rem;
    background-position: 0.14rem center;
    background-size: 0.12rem auto;
  }
  .search_wrap + .post_contents {
    margin-top: 0.21rem;
    margin-bottom: 0.62rem;
  }
  .search_wrap + .post_contents .inbox {
    padding: 0 0.2rem;
  }
}

.post_contents.faq_contents {
  margin-block: 0;
}
.post_contents.faq_contents .inbox {
  margin-left: auto;
  margin-right: auto;
}
.post_contents.faq_contents .inbox.faq_inbox {
  max-width: 11rem;
}
@media screen and (max-width: 749px) {
  .post_contents.faq_contents .inbox.faq_inbox {
    padding: 0;
  }
}
.post_contents.faq_contents .inbox.faq_search_wrap .faq_list_nav {
  margin-bottom: 0;
}
.post_contents.faq_contents .post_detail {
  margin-top: 0.3rem;
}
@media screen and (max-width: 749px) {
  .post_contents.faq_contents .post_detail {
    margin-top: 0.2rem;
  }
}
.post_contents.faq_contents .cat_search {
  background: #F4F4F4;
  padding-top: 0.4rem;
  padding-bottom: 0.14rem;
  margin-bottom: -1px;
  position: relative;
  z-index: 5;
}
.post_contents.faq_contents .cat_search .cat_search_ttl {
  width: 100%;
  color: #002760;
  font-weight: bold;
  font-size: 0.24rem;
  margin-bottom: 0.24rem;
  text-align: center;
}
.post_contents.faq_contents .cat_search.faq_ft_search {
  margin-top: 0.74rem;
}
@media print, screen and (min-width: 750px) {
  .post_contents.faq_contents .cat_search.faq_ft_search {
    padding-top: 0.7rem;
    padding-bottom: 0.44rem;
  }
}
@media screen and (max-width: 749px) {
  .post_contents.faq_contents .cat_search.faq_ft_search {
    margin-top: 0.5rem;
  }
}
@media screen and (max-width: 749px) {
  .post_contents.faq_contents .cat_search {
    padding-top: 0.26rem;
    padding-bottom: 0.26rem;
  }
  .post_contents.faq_contents .cat_search .cat_list {
    margin-bottom: 0;
  }
  .post_contents.faq_contents .cat_search .cat_search_ttl {
    font-size: 0.18rem;
    margin-bottom: 0.22rem;
  }
}

.cat_search .inbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.cat_search .cat_list {
  width: 8.12rem;
  max-width: calc(100% + 1.125rem);
  margin: 0 -0.09rem 0.34rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.cat_search .cat_list li {
  width: 25%;
  margin: 0.06rem 0;
  padding: 0 0.09rem;
}
.cat_search .cat_list li:first-child a span {
  max-width: 1.08rem;
}
.cat_search .cat_list li a {
  width: 100%;
  height: 0.6rem;
  border-radius: 0.05rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: relative;
  overflow: hidden;
  z-index: 5;
  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;
  border: 1px solid #002760;
  background: #ffffff;
  font-weight: 600;
}
.cat_search .cat_list li a span {
  position: relative;
  z-index: 5;
  color: #002760;
  font-size: 0.16rem;
  letter-spacing: 0.04em;
  /*
  @include mq(pcmax) {
    font-size: fs(15);
    letter-spacing: .02em;
  }
   */
}
.cat_search .cat_list li a:after {
  content: "";
  position: absolute;
  display: block;
  width: 110%;
  height: 110%;
  background: #002760;
  z-index: 1;
  top: -5%;
  left: -5%;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  opacity: 0;
}
@media print, screen and (min-width: 750px) {
  .cat_search .cat_list li.current-cat a, .cat_search .cat_list li a:hover {
    opacity: 1;
  }
  .cat_search .cat_list li.current-cat a span, .cat_search .cat_list li a:hover span {
    color: #ffffff;
  }
  .cat_search .cat_list li.current-cat a::after, .cat_search .cat_list li a:hover::after {
    top: 0;
    opacity: 1;
  }
}
@media screen and (max-width: 749px) {
  .cat_search .cat_list {
    margin: 0 -0.05rem 0.25rem;
  }
  .cat_search .cat_list li {
    width: 50%;
    margin: 0.04rem 0;
    padding: 0 0.05rem;
  }
  .cat_search .cat_list li:first-child a span {
    max-width: 0.7rem;
  }
  .cat_search .cat_list li a {
    height: 0.34rem;
    border-radius: 0.05rem;
  }
  .cat_search .cat_list li a span {
    font-size: 0.11rem;
    letter-spacing: 0;
  }
  .cat_search .cat_list li a:after {
    content: "";
    position: absolute;
    display: block;
    width: 110%;
    height: 110%;
    background: #002760;
    background: -webkit-gradient(linear, left top, right top, from(#54C2F0), to(#002760));
    background: linear-gradient(90deg, #54C2F0 0%, #002760 100%);
    z-index: 1;
    top: -5%;
    left: -5%;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
    opacity: 0;
  }
}
@media screen and (max-width: 749px) and (min-width: 750px) {
  .cat_search .cat_list li.current-cat a, .cat_search .cat_list li a:hover {
    opacity: 1;
  }
  .cat_search .cat_list li.current-cat a span, .cat_search .cat_list li a:hover span {
    color: #ffffff;
  }
  .cat_search .cat_list li.current-cat a::after, .cat_search .cat_list li a:hover::after {
    top: 0;
    opacity: 1;
  }
}

.faq_post_list_wrap {
  margin-top: 0.5rem;
}
@media screen and (max-width: 749px) {
  .faq_post_list_wrap {
    margin-top: 0.35rem;
  }
}

.faq_post_list {
  border: solid #707070;
  border-width: 1px 0;
  margin-bottom: 1.4rem;
}
.faq_post_list li {
  padding: 0.23rem 0.29rem;
  position: relative;
}
.faq_post_list li.search_item {
  padding: 0.32rem 0.32rem 0.33rem;
}
.faq_post_list li .post_title {
  color: #000000;
  text-align: left;
  max-width: 100%;
}
.faq_post_list li a {
  width: 100%;
  color: #464646;
  font-size: 0.2rem;
  font-weight: bold;
  letter-spacing: 0.04em;
  line-height: 1.5454545455;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.faq_post_list li a span {
  padding-right: 0.5rem;
  display: inline-block;
  position: relative;
}
@media print, screen and (min-width: 750px) {
  .faq_post_list li a span {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
.faq_post_list li a span::after {
  content: "";
  width: 0.18rem;
  height: 0.12rem;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -0.06rem;
  background: url("../img/faq/i_arw_menu.svg") center center no-repeat;
  background-size: contain;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.faq_post_list li + li {
  border-top: 1px solid #909090;
}
.faq_post_list .faq_item_info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 0.19rem;
}
.faq_post_list .faq_item_info .faq_title_wrap {
  width: calc(100% - 10rem);
  padding-right: 0.32rem;
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
}
.faq_post_list .faq_item_info time {
  width: 1.59rem;
  text-align: right;
  margin-top: 0.06rem;
  font-size: 0.15rem;
  color: #646464;
}
@media screen and (max-width: 749px) {
  .faq_post_list {
    margin-bottom: 0.6rem;
  }
  .faq_post_list li {
    padding: 0.2rem 0.1rem;
  }
  .faq_post_list li.search_item {
    padding: 0.24rem 0.1rem 0.17rem;
  }
  .faq_post_list li.search_item a {
    font-size: 0.14rem;
  }
  .faq_post_list li a {
    font-size: 0.13rem;
    line-height: 1.3076923077;
  }
  .faq_post_list li a span {
    margin-right: 0.05rem;
    padding-right: 0.22rem;
  }
  .faq_post_list li a span::after {
    content: "";
    width: 0.12rem;
    height: 0.12rem;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -0.06rem;
  }
  .faq_post_list .faq_item_info {
    margin-bottom: 0.08rem;
  }
  .faq_post_list .faq_item_info .faq_title_wrap {
    width: 100%;
    padding-right: 0;
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
  }
  .faq_post_list .faq_item_info time {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    text-align: left;
    width: 100%;
    margin-top: 0;
    font-size: 0.1rem;
    margin-bottom: 0.04rem;
  }
}

.search_tt, .faq_title {
  max-width: 11.64rem;
  margin: 0.48rem auto 0.26rem;
  padding: 0 0.32rem;
  font-size: 0.26rem;
  font-weight: bold;
  line-height: 1.1724137931;
  color: #464646;
}
@media screen and (max-width: 749px) {
  .search_tt, .faq_title {
    margin: 0.3rem 0 0.09rem;
    padding: 0 0.1rem 0.04rem;
    font-size: 0.18rem;
  }
}

.search_tt {
  margin-top: 0.35rem;
  font-size: 0.24rem;
  color: #000000;
}
@media screen and (max-width: 749px) {
  .search_tt {
    font-size: 0.18rem;
  }
}

.faq_title {
  margin-top: 0.2rem;
}
@media screen and (max-width: 749px) {
  .faq_title {
    margin-top: 0.11rem;
  }
}

.faq_cat_title {
  font-size: 0.18rem;
  font-weight: 600;
  color: #002760;
  margin-block: 0 0.32rem;
  padding: 0 0.29rem;
}
@media screen and (max-width: 749px) {
  .faq_cat_title {
    font-size: 0.14rem;
    margin-block: 0 0.15rem;
    padding: 0 0.1rem;
  }
}

.faq_cat_dl {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  color: #002760;
  margin-top: 0.25em;
}
.faq_cat_dl dt {
  font-weight: bold;
  font-size: 0.16rem;
  margin-top: 0.2em;
}
.faq_cat_dl dt::after {
  content: "：";
  margin: 0 0.25em;
}
.faq_cat_dl dd {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.faq_cat_dl dd a {
  width: auto;
  color: #002760;
  font-size: 0.16rem;
  margin-right: 1em;
}
@media screen and (max-width: 749px) {
  .faq_cat_dl dt {
    font-size: 0.12rem;
  }
  .faq_cat_dl dd a {
    font-size: 0.12rem !important;
  }
}

.faq_item_info, .faq_ex_text {
  max-width: 11rem;
  margin-left: auto;
  margin-right: auto;
}

.faq_ex_text {
  font-size: 0.16rem;
  line-height: 2 !important;
  letter-spacing: 0;
}
@media screen and (max-width: 749px) {
  .faq_ex_text {
    font-size: 0.11rem;
    line-height: 1.6363636364;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
}

.faq_connection_wrap {
  border-top: 1px solid #909090;
  padding: 0.44rem 0.32rem 0;
}
.faq_connection_wrap .connection_tt {
  color: #002760;
  font-size: 0.22rem;
  margin-bottom: 0.23rem;
  font-weight: bold;
}
.faq_connection_wrap .connection_list li {
  position: relative;
}
.faq_connection_wrap .connection_list li + li {
  margin-top: 0.16rem;
}
.faq_connection_wrap .connection_list li a {
  min-height: 0.22rem;
  padding: 0.03rem 0 0.03rem 0.34rem;
  font-weight: normal;
  color: #464646;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}
@media print, screen and (min-width: 750px) {
  .faq_connection_wrap .connection_list li a span {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
.faq_connection_wrap .connection_list li a span::after {
  content: "";
  width: 0.15rem;
  height: 0.1rem;
  position: absolute;
  left: 0.05rem;
  top: 50%;
  margin-top: -0.05rem;
  background: url("../img/faq/i_arw_menu.svg") center center no-repeat;
  background-size: contain;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
@media screen and (max-width: 749px) {
  .faq_connection_wrap {
    padding: 0.26rem 0.1rem 0;
  }
  .faq_connection_wrap .connection_tt {
    font-size: 0.15rem;
    margin-bottom: 0.15rem;
  }
  .faq_connection_wrap .connection_list li {
    position: relative;
  }
  .faq_connection_wrap .connection_list li + li {
    margin-top: 0.09rem;
  }
  .faq_connection_wrap .connection_list li a {
    padding-left: 0.23rem;
    line-height: 1.2307692308;
    font-weight: normal;
    color: #464646;
  }
}
@media screen and (max-width: 749px) and (min-width: 750px) {
  .faq_connection_wrap .connection_list li a span {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
@media screen and (max-width: 749px) {
  .faq_connection_wrap .connection_list li a span::after {
    width: 0.1rem;
    height: 0.15rem;
    margin-top: -0.08rem;
  }
}

.faq_info {
  width: 100%;
  max-width: 11.64rem;
  margin-left: auto;
  margin-right: auto;
  padding: 0.06rem 0.32rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.faq_info .faq_cat {
  font-size: 0.15rem;
  padding: 0 0.12rem;
  background: #002760;
  color: #ffffff;
  margin-right: 0.18rem;
  font-weight: normal;
  letter-spacing: 0.04em;
  border-radius: 0.05rem;
}
.faq_info .faq_cat + .faq_cat {
  margin-left: -0.04rem;
}
@media screen and (max-width: 749px) {
  .faq_info {
    padding: 0 0.1rem;
    font-size: 0.1rem;
  }
  .faq_info .faq_cat {
    font-size: 0.11rem;
    padding: 0.02rem 0.06rem 0.01rem;
    margin-right: 0.1rem;
    border-radius: 0.02rem;
  }
  .faq_info .faq_cat + .faq_cat {
    margin-left: -0.06rem;
  }
}

/* faq edit */
.faq_edit.post_edit {
  border-top: 1px solid #909090;
  padding: 0.33rem 0.36rem 0.12rem;
}
.faq_edit.post_edit p {
  line-height: 1.875;
}
.faq_edit.post_edit p:last-child {
  margin-bottom: 0;
}
.faq_edit.post_edit p:only-child {
  margin-bottom: 1.875em;
}
.faq_edit.post_edit p:not(:first-child) {
  margin: 1.875em 0;
}
@media screen and (max-width: 749px) {
  .faq_edit.post_edit {
    padding: 0.24rem 0.1rem 0rem;
  }
  .faq_edit.post_edit p {
    line-height: 1.6923076923;
  }
  .faq_edit.post_edit p:only-child {
    margin-bottom: 1.6923076923em;
  }
  .faq_edit.post_edit p:not(:first-child) {
    margin: 1.6923076923em 0;
  }
}

.faq_list_nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: 600;
  margin-block: -0.48rem 1.4rem;
}
.faq_list_nav .next > span, .faq_list_nav .next > a, .faq_list_nav .prev > span, .faq_list_nav .prev > a {
  min-width: 0.5rem;
  height: 0.5rem;
  display: block;
  border-radius: 0.5rem;
  position: relative;
  z-index: 5;
}
.faq_list_nav .next > span span, .faq_list_nav .next > a span, .faq_list_nav .prev > span span, .faq_list_nav .prev > a span {
  width: auto;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.faq_list_nav .next > span::before, .faq_list_nav .next > a::before, .faq_list_nav .prev > span::before, .faq_list_nav .prev > a::before {
  content: "";
  position: absolute;
  display: block;
  width: 0.1rem;
  height: 0.19rem;
  background: url(../img/faq/i_arw_w.svg) center center no-repeat;
  background-size: auto 100%;
  top: 50%;
  margin-top: -0.09rem;
}
@media print, screen and (min-width: 750px) {
  .faq_list_nav .next > span, .faq_list_nav .next > a, .faq_list_nav .prev > span, .faq_list_nav .prev > a {
    width: 1.96rem;
    padding: 0 0.38rem 0 0.28rem;
  }
}
@media screen and (max-width: 749px) {
  .faq_list_nav .next > span, .faq_list_nav .next > a, .faq_list_nav .prev > span, .faq_list_nav .prev > a {
    width: 0.34rem;
    height: 0.34rem;
    padding: 0 !important;
  }
  .faq_list_nav .next > span::before, .faq_list_nav .next > a::before, .faq_list_nav .prev > span::before, .faq_list_nav .prev > a::before {
    width: 0.08rem;
    height: 0.15rem;
    right: auto !important;
    left: 50% !important;
    margin-left: -0.04rem;
    margin-top: -0.08rem;
  }
  .faq_list_nav .next > span span, .faq_list_nav .next > a span, .faq_list_nav .prev > span span, .faq_list_nav .prev > a span {
    display: none;
  }
}
.faq_list_nav .next > a, .faq_list_nav .prev > a {
  background: #02254E;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.faq_list_nav .next > a span, .faq_list_nav .prev > a span {
  background: transparent;
}
.faq_list_nav .next > span, .faq_list_nav .prev > span {
  background: #464646;
}
.faq_list_nav .next > span span, .faq_list_nav .prev > span span {
  background: transparent;
}
.faq_list_nav .next > a, .faq_list_nav .prev > a {
  background: #02254E;
}
.faq_list_nav .next {
  margin-left: 0.32rem;
}
.faq_list_nav .next > span, .faq_list_nav .next > a {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.faq_list_nav .next > span::before, .faq_list_nav .next > a::before {
  right: 0.25rem;
}
.faq_list_nav .prev {
  margin-right: 0.32rem;
}
.faq_list_nav .prev > span, .faq_list_nav .prev a {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 0 0.26rem 0 0.36rem;
  text-align: right !important;
}
.faq_list_nav .prev > span span, .faq_list_nav .prev a span {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.faq_list_nav .prev > span::before, .faq_list_nav .prev a::before {
  left: 0.25rem;
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}
.faq_list_nav li {
  margin: 0 0.06rem;
}
.faq_list_nav li > a {
  width: 0.5rem;
  height: 0.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #000000;
}
.faq_list_nav li > a:hover {
  opacity: 0.7;
}
.faq_list_nav span {
  width: 0.5rem;
  height: 0.5rem;
  color: #ffffff;
  background: #02254E;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 0.5rem;
}
@media screen and (max-width: 749px) {
  .faq_list_nav .next {
    margin-left: auto;
    margin-right: 0;
  }
  .faq_list_nav .prev {
    margin-right: auto;
    margin-left: 0;
  }
  .faq_list_nav li:not(.prev):not(.next) {
    margin: 0 0.12rem;
  }
  .faq_list_nav li > a {
    width: 0.34rem;
    height: 0.34rem;
  }
  .faq_list_nav span {
    width: 0.34rem;
    height: 0.34rem;
  }
}