@charset "UTF-8";
/*--------------------------------------
  Q&A
--------------------------------------*/
#qa {
  padding: 100px 0;
}

.qa__head--txt {
  color: #9B0020;
  font-size: 5.6rem;
  font-weight: 900;
  text-align: center;
  text-transform: uppercase;
  line-height: 1;
}
.qa__head--txt i {
  display: block;
  margin-top: 1em;
  color: black;
  font-family: "RakutenSans_Bd", sans-serif;
  font-size: 1.6rem;
  font-style: normal;
  line-height: 1;
}

.qa__often--head {
  padding: 1em;
  color: white;
  font-size: 1.8rem;
  line-height: 1;
  background-color: #9B0020;
}

.qa__often--list {
  margin-top: 32px;
}

.qa__often--ttl {
  margin-bottom: 16px;
  padding: 0.8em 1em;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1;
  background-color: #F4F3EE;
}

.qa__often--item {
  padding: 0 1em;
  font-size: 1.6rem;
  line-height: 1.25;
}
.qa__often--item + .qa__often--item {
  margin-top: 0.5em;
}

.qa__archives--tabs {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 0;
  list-style: none;
}

.qa__archives--tab {
  display: block;
  padding: 1em;
  width: 157px;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  background-color: #F4F3EE;
  transition: 0.2s;
  cursor: pointer;
}
.qa__archives--tab:hover {
  color: white;
  background-color: #9B0020;
}
.qa__archives--tab.active {
  color: white;
  background-color: #9B0020;
}

.qa__archives--wrap {
  margin-top: 40px;
}

.qa__archives {
  margin: 0 auto;
  padding-top: 80px;
  width: 992px;
}

.qa__archives--box {
  display: none;
}
.qa__archives--box.active {
  display: block;
}

.qa__archives--head {
  padding-bottom: 0.5em;
  color: #9B0020;
  font-size: 2.4rem;
  border-bottom: 1px solid #9B0020;
}

.qa__archives--list {
  counter-reset: item;
  border-bottom: 1px solid #9B0020;
}

.qa__archives--ttl {
  display: flex;
  align-items: center;
  position: relative;
  padding: 24px 4em;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.07em;
  border-top: 1px solid #9B0020;
  cursor: pointer;
}
.qa__archives--ttl::before {
  position: absolute;
  top: 18px;
  left: 0;
  width: 2em;
  color: #9B0020;
  font-family: "RakutenSans_Bd", sans-serif;
  font-size: 3.2rem;
  line-height: 1;
  text-align: center;
  counter-increment: item;
  content: "Q" counter(item);
}
.qa__archives--ttl i {
  display: block;
  position: absolute;
  right: 0;
  width: 28px;
  height: 28px;
  background-color: #9B0020;
  border-radius: 4px;
  transition: 0.3s;
}
.qa__archives--ttl i::before {
  display: block;
  position: absolute;
  top: 50%;
  right: 6px;
  content: "";
  width: 16px;
  height: 2px;
  background-color: white;
  transform: translateY(-50%);
}
.qa__archives--ttl i::after {
  display: block;
  position: absolute;
  top: 50%;
  right: 6px;
  content: "";
  width: 16px;
  height: 2px;
  background-color: white;
  transition: 0.3s;
  transform: translateY(-50%) rotateZ(90deg);
}
.qa__archives--ttl.active i {
  background-color: #E4DDDE;
}
.qa__archives--ttl.active i::before {
  background-color: #9B0020;
}
.qa__archives--ttl.active i::after {
  background-color: #9B0020;
  transform: translateY(-50%) rotateZ(0);
}

.qa__archives--body {
  display: none;
  position: relative;
  align-items: center;
  padding: 0 0 24px 4em;
  font-size: 1.6rem;
  letter-spacing: 0.07em;
}
.qa__archives--body::before {
  position: absolute;
  left: 0;
  top: 0;
  content: "A";
  width: 2em;
  color: #5083B3;
  font-family: "RakutenSans_Bd", sans-serif;
  font-size: 3.2rem;
  line-height: 1;
  text-align: center;
}
.qa__archives--body a {
  color: #0073FF;
  font-weight: 900;
}
.qa__archives--body p {
  padding-top: 0.3em;
}
.qa__archives--body p + p {
  padding-top: 1em;
}
.qa__archives--body ul, .qa__archives--body ol {
  padding: 0.3em 0 0 1em;
}
.qa__archives--body blockquote {
  margin-top: 1em;
}

/*--------------------------------------
  お問い合わせ
--------------------------------------*/
.qa__contact {
  margin: 80px auto 0;
  width: 992px;
}
.qa__contact p {
  margin-top: 1em;
  font-size: 1.6rem;
  line-height: 1.5;
}

.qa__contact--head {
  padding: 1em;
  color: white;
  font-size: 1.8rem;
  line-height: 1;
  background-color: #9B0020;
}

.qa__contact--link {
  display: block;
  margin-top: 60px;
  text-align: center;
  font-size: 1.6rem;
  font-weight: 700;
}

@media (max-width: 768px) {
  /*--------------------------------------
  Q&A
  --------------------------------------*/
  #qa {
    padding: 20.5128205128vw 0;
  }
  .qa__head--txt {
    font-size: 8.2051282051vw;
  }
  .qa__head--txt i {
    font-size: 4.1025641026vw;
  }
  .qa__archives {
    margin: 0 5.1282051282vw;
    padding-top: 10.2564102564vw;
    width: auto;
  }
  .qa__archives--head {
    font-size: 5.1282051282vw;
  }
  .qa__archives--tabs {
    flex-wrap: wrap;
    padding-left: 0;
    list-style: none;
  }
  .qa__archives--tab {
    margin-top: 2.5641025641vw;
    width: 43.5897435897vw;
    font-size: 3.5897435897vw;
  }
  .qa__archives--wrap {
    margin-top: 40px;
  }
  .qa__archives--ttl {
    padding: 5.1282051282vw 10.2564102564vw 5.1282051282vw 3.5em;
    font-size: 3.5897435897vw;
  }
  .qa__archives--ttl::before {
    top: 4.6153846154vw;
    font-size: 6.1538461538vw;
  }
  .qa__archives--ttl i {
    width: 7.1794871795vw;
    height: 7.1794871795vw;
  }
  .qa__archives--ttl i::before {
    right: 1.5384615385vw;
    width: 4.1025641026vw;
    height: 0.5128205128vw;
  }
  .qa__archives--ttl i::after {
    right: 1.5384615385vw;
    width: 4.1025641026vw;
    height: 0.5128205128vw;
  }
  .qa__archives--body {
    padding: 0 0 5.1282051282vw 3.5em;
    font-size: 3.5897435897vw;
  }
  .qa__archives--body::before {
    top: 0.5128205128vw;
    font-size: 6.1538461538vw;
  }
  /*--------------------------------------
  お問い合わせ
  --------------------------------------*/
  .qa__contact {
    margin: 20.5128205128vw 5.1282051282vw 0;
    width: auto;
  }
  .qa__contact p {
    font-size: 3.5897435897vw;
  }
  .qa__contact--head {
    font-size: 3.5897435897vw;
  }
  .qa__contact--link {
    margin-top: 10.2564102564vw;
    font-size: 3.5897435897vw;
  }
}