@charset "UTF-8";

.breadcrumb {
  margin-bottom: 20px;
}

.faq {
  background: #fff;
}

.faq .l-inner {
  max-width: 1200px;
}

.faq-tab {
  width: 100%;
  height: auto;
  margin-bottom: 80px;
}

.faq-tab-title {
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.faq-tab-title>h3 {
  font-size: 2rem;
  font-weight: 700;
}

.faq-tab-title>img {
  width: 56px;
  margin-right: 8px;
}

.faq-tab__list {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  list-style: none;
}

.faq-tab__item {
  width: 33%;
  height: auto;
}

.faq-tab__item>a {
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  background: #F3F6F8;
  border: 1px solid #a0aebd;
  padding: 20px 30px;
  box-sizing: border-box;
  font-weight: bold;
  border-radius: 50vh;
  position: relative;
}

.faq-tab__item>a::after {
  display: block;
  content: '';
  width: 14px;
  height: 14px;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translate(0, -50%);
  background: url('../img/common/icon-arrow--down-gradi.svg');
}

.faq-tab-img {
  width: 68px;
  box-sizing: border-box;
  border-radius: 50vh;
  background: #fff;
  margin-right: 10px;
}

.faq-tab__inner {
  display: flex;
  flex-direction: column;
  line-height: 1.4;
}

.faq-tab__main {
  font-size: 1.8rem;
}

.faq-tab__sub {
  font-size: 1.2rem;
}

section.faq-list-wrap {
  width: 100%;
  height: auto;
  padding: 0;
  margin-bottom: 80px;
}

#qa-forth {
  margin-bottom: 0;
}

.faq-list__title {
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.faq-list-wrap__inner {
  display: flex;
  flex-direction: column;
  line-height: 1.2;
}

.faq-list__title-sub {
  font-size: 1.2rem;
  font-weight: normal;
  color: #0b95a2;
  font-family: "Jost", sans-serif;
  font-weight: initial;
}

.faq-list__title-main {
  font-size: 2rem;
  display: flex;
  line-height: 1.4;
  font-weight: 700;
}

.faq-list__title>img {
  width: 60px;
  margin-right: 3px;
}

.faq-list {
  width: 100%;
  height: auto;
}

.faq-category {
  width: 100%;
  height: auto;
  margin-bottom: 2px;
}

.faq-category-title {
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  font-size: 1.8rem;
  cursor: pointer;
  background: #F3F6F8;
  box-sizing: border-box;
  position: relative;
}

.faq-category-title::after {
  content: "";
  margin-left: auto;
  display: flex;
  align-items: center;
  padding: 40px 15px;
  box-sizing: border-box;
  background-color: #a0aebd;
  background-image: url('../img/faq/icon-plus.svg');
  background-position: center;
  background-size: 10px;
  background-repeat: no-repeat;
}

.faq-category-title.active::after {
  content: "";
  margin-left: auto;
  display: flex;
  align-items: center;
  padding: 40px 15px;
  box-sizing: border-box;
  background-color: #a0aebd;
  background-image: url('../img/faq/icon-minus.svg');
  background-position: center;
  background-size: 10px;
  background-repeat: no-repeat;
}

.faq-titleText {
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  line-height: 1.6;
  padding: 0 10px 0 20px;
  box-sizing: border-box;
  position: relative;
}

.faq-titleText img {
  display: block;
  width: 30px;
  height: auto;
  margin-right: 10px;
}

.faq-inner {
  width: 100%;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease;
  padding: 0 0;
}

.faq-answer {
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  color: var(--font--dblue);
  font-weight: bold;
  border-bottom: 1px solid #ccc;
  font-size: 1.8rem;
  padding: 20px 20px 10px 20px;
  margin-bottom: 10px;
  box-sizing: border-box;
  line-height: 1.6;
}

.faq-answer__only {
  border-bottom: none;
}

.faq-answer img {
  display: block;
  width: 30px;
  height: auto;
  margin-right: 10px;
}

.faq-innerText {
  font-size: 1.8rem;
  padding: 0 20px 20px 20px;
  box-sizing: border-box;
}

.link-btn__faq {
  margin-top: 14px;
  max-width: 340px;
  font-size: 1.8rem;
}

@media screen and (max-width:1280px) {
  .faq-tab__sub .ui--sp {
    display: block;
  }
}

@media screen and (max-width:1024px) {
  .faq-tab__item>a {
    padding: 14px 10px;
  }

  .faq-tab-img {
    width: 48px;
  }

  .faq-tab__main {
    font-size: 1.6rem;
  }
}

@media screen and (max-width:896px) {
  .faq-tab__item {
    width: 49.5%;
  }

  .faq-tab__main {
    font-size: 1.8rem;
  }

  .faq-tab__item:nth-of-type(n+3) {
    margin-top: 10px;
  }

  .faq-tab__sub .ui--sp {
    display: none;
  }
}

@media screen and (max-width:786px) {}

@media screen and (max-width:680px) {
  .faq-tab__item {
    width: 100%;
  }

  .faq-tab__item:nth-of-type(n+2) {
    margin-top: 8px;
  }

  .faq-titleText {
    padding: 0 10px;
  }

}

@media screen and (max-width:480px) {
  .faq-tab-title>img {
    width: 56px;
    margin-right: 3px;
  }

  .faq-tab-title>h3 {
    font-size: 1.8rem;
  }

  .faq-list__title>img {
    width: 56px;
  }

  .faq-list__title-main {
    font-size: 1.8rem;
    display: flex;
    align-items: baseline;
    flex-wrap: wrap;
    line-height: 1.4;
  }

  .faq-list__title-main>span {
    font-size: 1.2rem;
  }

  .faq-category-title {
    font-size: 1.6rem;
  }

  .faq-category-title::after,
  .faq-category-title.active::after {
    padding: 45px 15px;
  }

  .faq-titleText {
    padding: 8px;
    line-height: 1.6;
  }

  .faq-titleText img {
    display: block;
    width: 24px;
    height: auto;
    margin-right: 5px;
  }

  .faq-answer {
    font-size: 1.4rem;
    text-align: justify;
    padding: 20px 10px 10px 10px;
  }

  .faq-innerText>p {
    font-size: 1.4rem;
  }

  .link-btn__faq {
    margin-top: 10px;
    width: 100%;
    max-width: initial;
    font-size: 1.4rem;
  }
}