main {
  margin-top: 50px;
}

.box_list .box_faq {
  font-size: 14px;
  line-height: 1.7rem;
  padding: 60px 30px;
}

.box_list .box_faq h2 {
  font-size: 20px;
  padding: 0 30px;
  margin-top: 50px;
}

.box_list .box_faq .box_terms_con {
  margin-top: 20px;
}

.ank ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.ank ul li {
  width: 30%;
  margin: 0 30px 20px 0;
  border: solid 1px;
  text-align: center;
  padding: 10px;
  font-size: 14px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.ank ul li a {
  display: block;
}

.ank ul li:nth-child(3n) {
  margin: 0 0 20px 0;
}

.accordion-area {
  list-style: none;
  margin: 0 auto;
}

.accordion-area li {
  margin: 5px 0;
}

.accordion-area section .f_q {
  margin-right: 10px;
}

.accordion-area section .title {
  background: #f1f0f0;
  position: relative;
  cursor: pointer;
  font-size: 1rem;
  font-weight: normal;
  padding: 3% 50px 3% 4%;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.accordion-area section .title h3 {
  font-size: 14px;
}

.accordion-area section .title::before,
.accordion-area section .title::after {
  position: absolute;
  content: '';
  width: 15px;
  height: 2px;
  background-color: #333;
}

.accordion-area section .title::before {
  top: 48%;
  right: 25px;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

.accordion-area section .title::after {
  top: 48%;
  right: 25px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.accordion-area section .title.close::before {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

.accordion-area section .title.close::after {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

.accordion-area section .box {
  display: none;
  padding: 3% 50px 3% 4%;
}

.accordion-area section .box .box_inr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (min-width: 1200px) {
  .br_ttl {
    display: none;
  }
}

@media screen and (min-width: 769px) and (max-width: 930px) {
  .ank ul li {
    margin: 0 5% 4% 0;
    padding: 2%;
    width: 45%;
  }
  .ank ul li:nth-child(3n) {
    margin: 0 5% 4% 0;
  }
}

@media only screen and (max-width: 768px) {
  main {
    margin-top: 12%;
  }
  .box_list {
    padding: 0px;
  }
  .box_list .box_faq {
    max-width: 95.05495%;
    padding: 0;
    margin: 30px auto;
  }
  .box_list .box_faq h2 {
    font-size: 16px;
  }
  .ank ul li {
    width: 48%;
    margin: 0 4% 4% 0;
    padding: 2%;
    font-size: 14px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .ank ul li:nth-child(3n) {
    margin: 0 4% 4% 0;
  }
  .ank ul li:nth-child(even) {
    margin: 0 0 4% 0;
  }
  .accordion-area section .title {
    font-size: 14px;
  }
  .br_ttl {
    display: none;
  }
  footer .box_sns {
    margin-top: 13.18681%;
  }
}
/*# sourceMappingURL=faq.css.map */