.l-wrapper-none {
  overflow: visible;
  overflow: initial;
}

.faq {
  padding: 75px 0 80px;
}
@media only screen and (max-width: 719px) {
  .faq {
    padding: 25px 0 50px;
  }
}
.faq__inner {
  max-width: 1000px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}
.faq__sidebar {
  width: 23.3%;
}
@media only screen and (max-width: 719px) {
  .faq__sidebar {
    width: 100%;
    margin-bottom: 35px;
  }
}
@media only screen and (min-width: 720px) {
  .faq__sidebar ul {
    border-top: 1px solid #efefef;
    position: sticky;
    top: 150px;
    left: 0;
  }
}
@media only screen and (max-width: 719px) {
  .faq__sidebar ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.faq__sidebar ul li {
  border-bottom: 1px solid #efefef;
}
@media only screen and (max-width: 719px) {
  .faq__sidebar ul li {
    width: 49%;
  }
}
@media only screen and (max-width: 719px) {
  .faq__sidebar ul li:nth-child(1), .faq__sidebar ul li:nth-child(2) {
    border-top: 1px solid #efefef;
  }
}
.faq__sidebar ul li a {
  font-size: 14px;
  line-height: 1.2857142857;
  letter-spacing: 0.02em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 60px;
  padding-left: 30px;
  position: relative;
}
@media only screen and (max-width: 719px) {
  .faq__sidebar ul li a {
    font-size: 12px;
    line-height: 1.25;
    height: 48px;
    padding-left: 40px;
  }
}
.faq__sidebar ul li a::before {
  content: "";
  width: 18px;
  height: 18px;
  background: url(https://d2w53g1q050m78.cloudfront.net/abmarketjp/uploads/img/common/ico_arrow.svg) no-repeat left top/100%;
  width: 18px;
  height: 18px;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
}
@media only screen and (max-width: 719px) {
  .faq__sidebar ul li a::before {
    left: 10px;
  }
}
.faq__list {
  width: 72.7%;
}
@media only screen and (max-width: 719px) {
  .faq__list {
    width: 100%;
  }
}
.faq__block {
  margin-bottom: 55px;
}
@media only screen and (max-width: 719px) {
  .faq__block {
    margin-bottom: 35px;
  }
}
.faq__block:last-child {
  margin-top: 80px;
  margin-bottom: 0;
}
@media only screen and (max-width: 719px) {
  .faq__block:last-child {
    margin-top: 50px;
  }
}
.faq__block .ttl {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.04em;
  margin-bottom: 18px;
}
@media only screen and (max-width: 719px) {
  .faq__block .ttl {
    font-size: 16px;
  }
}
.faq__item li {
  border: 1px solid #efefef;
  margin-bottom: 18px;
}
@media only screen and (max-width: 719px) {
  .faq__item li {
    margin-bottom: 10px;
  }
}
.faq__item li:last-child {
  margin-bottom: 0;
}
.faq__item li .q {
  cursor: pointer;
  padding: 25px 15px;
  position: relative;
}
@media only screen and (max-width: 719px) {
  .faq__item li .q {
    padding: 17px 12px;
  }
}
.faq__item li .q:before {
  content: "";
  background: var(--color-base);
  width: 10px;
  height: 1.5px;
  position: absolute;
  right: 25px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media only screen and (max-width: 719px) {
  .faq__item li .q:before {
    right: 15px;
  }
}
.faq__item li .q:after {
  content: "";
  background: var(--color-base);
  width: 1.5px;
  height: 10px;
  position: absolute;
  right: 30px;
  top: 50%;
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
@media only screen and (max-width: 719px) {
  .faq__item li .q:after {
    right: 20px;
  }
}
.faq__item li .q p {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2857142857;
  padding: 0 55px 0 35px;
  position: relative;
}
@media only screen and (max-width: 719px) {
  .faq__item li .q p {
    font-size: 13px;
    padding: 0 40px 0 30px;
  }
}
.faq__item li .q p:before {
  content: "";
  background: url(https://d2w53g1q050m78.cloudfront.net/abmarketjp/uploads/img/faq/ico_q.svg) no-repeat left top/100%;
  width: 25px;
  height: 25px;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media only screen and (max-width: 719px) {
  .faq__item li .q p:before {
    width: 22px;
    height: 22px;
  }
}
.faq__item li .q.active:after {
  opacity: 0;
}
.faq__item li .a {
  display: none;
  padding: 0 15px;
}
@media only screen and (max-width: 719px) {
  .faq__item li .a {
    padding: 0 12px;
  }
}
.faq__item li .a p {
  font-size: 14px;
  line-height: 1.2857142857;
  padding: 15px 40px 15px 35px;
  position: relative;
  border-top: 1px solid #efefef;
}
@media only screen and (max-width: 719px) {
  .faq__item li .a p {
    padding: 15px 30px;
  }
}
.faq__item li .a p:before {
  content: "";
  background: url(https://d2w53g1q050m78.cloudfront.net/abmarketjp/uploads/img/faq/ico_a.svg) no-repeat left top/100%;
  width: 25px;
  height: 25px;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media only screen and (max-width: 719px) {
  .faq__item li .a p:before {
    width: 22px;
    height: 22px;
    top: 20px;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.faq__item li .a p a {
  color: var(--color-base);
  text-decoration: underline;
}
.faq__contact {
  background: #f3f3f3;
  padding: 50px 20px 60px;
  text-align: center;
}
@media only screen and (max-width: 719px) {
  .faq__contact {
    padding: 32px 20px 40px;
  }
}
.faq__contact .ttl {
  font-size: 27px;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1;
  margin-bottom: 15px;
}
@media only screen and (max-width: 719px) {
  .faq__contact .ttl {
    font-size: 22px;
    margin-bottom: 12px;
  }
}
.faq__contact .c-txt {
  letter-spacing: 0.04em;
  margin-bottom: 20px;
}
@media only screen and (max-width: 719px) {
  .faq__contact .c-txt {
    margin-bottom: 17px;
  }
}
.faq__contact .c-btn {
  max-width: 220px;
  margin: 0 auto;
  padding-right: 20px;
  letter-spacing: 0;
}

.c-bnr {
  margin-bottom: 80px;
}
@media only screen and (max-width: 719px) {
  .c-bnr {
    margin-bottom: 50px;
    padding: 0;
  }
}
.c-bnr::before {
  content: none;
}