@charset "UTF-8";
/* CSS Document */
/* 基本設定 */
/* --------------------------------------------------
	section size
-------------------------------------------------- */
/* 初期設定 */
#sv {
  background-image: url(../img/faq/faq-sv@2x.webp);
}

#faqArea .faqblock {
  width: 100%;
}
#faqArea .faqblock .cateList {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  flex-wrap: nowrap;
  border-bottom: 0.5px solid #3e3a3a;
  padding: 7rem 4rem 0;
  font-size: 2rem;
  line-height: 1;
  letter-spacing: 0.1em;
  font-weight: 500;
}
@media screen and (max-width: 840px) {
  #faqArea .faqblock .cateList {
    padding: 7rem 0 0;
    font-size: 1.8rem;
    line-height: 1;
    letter-spacing: 0.1em;
    font-weight: 500;
  }
}
@media screen and (max-width: 840px) and (max-width: 520px) {
  #faqArea .faqblock .cateList {
    font-size: 80%;
    flex-wrap: wrap;
    border-bottom: 0px solid #3e3a3a;
    font-size: 1.6rem;
    line-height: 1;
    letter-spacing: 0.1em;
    font-weight: 500;
  }
}
#faqArea .faqblock .cateList .cateItem {
  width: 18%;
  border-radius: 1em 1em 0 0;
  text-align: center;
  padding: 1.2em 0;
  position: relative;
  font-weight: bold;
  transition: 0.3s;
  cursor: pointer;
}
@media screen and (max-width: 520px) {
  #faqArea .faqblock .cateList .cateItem {
    width: 33%;
  }
}
#faqArea .faqblock .cateList .cateItem.syoshin {
  color: #e27364;
}
#faqArea .faqblock .cateList .cateItem.saishin {
  color: #2ca6e0;
}
#faqArea .faqblock .cateList .cateItem.parking {
  color: #6cc15b;
}
@media screen and (max-width: 520px) {
  #faqArea .faqblock .cateList .cateItem.parking {
    border-radius: 0 0 1em 1em;
  }
}
#faqArea .faqblock .cateList .cateItem.info {
  color: #4068cc;
}
@media screen and (max-width: 520px) {
  #faqArea .faqblock .cateList .cateItem.info {
    border-radius: 0 0 1em 1em;
  }
}
#faqArea .faqblock .cateList .cateItem.pay {
  color: #8b5ad1;
}
@media screen and (max-width: 520px) {
  #faqArea .faqblock .cateList .cateItem.pay {
    border-radius: 0 0 1em 1em;
  }
}
#faqArea .faqblock .cateList .cateItem.is-show {
  background-color: #ea8d39;
  color: #fff;
}
#faqArea .faqblock .cateList .cateItem.syoshin.is-show {
  background-color: #e27364;
}
#faqArea .faqblock .cateList .cateItem.saishin.is-show {
  background-color: #2ca6e0;
}
#faqArea .faqblock .cateList .cateItem.parking.is-show {
  background-color: #6cc15b;
}
#faqArea .faqblock .cateList .cateItem.info.is-show {
  background-color: #4068cc;
}
#faqArea .faqblock .cateList .cateItem.pay.is-show {
  background-color: #8b5ad1;
}
#faqArea .faqblock .cateList .cateItem:after {
  content: "";
  width: 0.5px;
  height: 40%;
  background-color: #e2e2e2;
  position: absolute;
  inset: auto 0 0 auto;
}
@media screen and (max-width: 520px) {
  #faqArea .faqblock .cateList .cateItem:after {
    inset: auto 0 auto;
  }
}
#faqArea .faqblock .cateList .cateItem:last-child::after {
  content: none;
}
#faqArea .faqblock .postList {
  display: none;
}
#faqArea .faqblock .postList.is-show {
  display: block;
}
#faqArea .faqblock .postList .post-data a {
  width: 100%;
  display: block;
  padding: 1.8em 1.5em 1.8em 2.4em;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  gap: 1em;
  position: relative;
}
#faqArea .faqblock .postList .post-data a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: repeating-linear-gradient(to right, #e2e2e2 0, #e2e2e2 3px, transparent 3px, transparent 5px);
  border-radius: 999px;
}
@media screen and (max-width: 520px) {
  #faqArea .faqblock .postList .post-data a {
    padding: 1.5em 0.5em;
  }
}
#faqArea .faqblock .postList .post-data a .date {
  width: 6em;
}
#faqArea .faqblock .postList .post-data a .cate {
  font-size: 77.77%;
  line-height: 1;
  width: 7em;
  padding: 0.4em 1em;
  text-align: center;
  border-radius: 999px;
}
#faqArea .faqblock .postList .post-data a .cate.important {
  background-color: #e27364;
  border: 1px solid #e27364;
  color: #fff;
}
#faqArea .faqblock .postList .post-data a .cate.syoshin {
  border: 1px solid #e27364;
}
#faqArea .faqblock .postList .post-data a .cate.saishin {
  border: 1px solid #2ca6e0;
}
#faqArea .faqblock .postList .post-data a .cate.parking {
  border: 1px solid #6cc15b;
}
#faqArea .faqblock .postList .post-data a .cate.info {
  border: 1px solid #4068cc;
}
#faqArea .faqblock .postList .post-data a .cate.pay {
  border: 1px solid #8b5ad1;
}
#faqArea .faqblock .postList .post-data a .ttl {
  width: calc(100% - 17em);
}
@media screen and (max-width: 520px) {
  #faqArea .faqblock .postList .post-data a .ttl {
    width: calc(100% - 3.5em);
  }
}
#faqArea .faqblock .postList .post-data a .arrow {
  width: 2em;
  aspect-ratio: 1;
  border-radius: 999px;
  border: 1px solid #2ca6e0;
  display: flex;
  justify-content: center;
  align-items: center;
  background: url(../img/common/arrow01.svg) no-repeat center;
  background-size: 30%;
  filter: brightness(0) saturate(100%) invert(49%) sepia(96%) saturate(510%) hue-rotate(160deg) brightness(97%) contrast(80%);
}