@charset "UTF-8";

section.faq .faq_navi_lists {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

section.faq .faq_navi_lists li {
  width: calc(25% - 21px);
}

section.faq .faq_navi_lists li a {
  background-color: #7F8BA0;
  display: block;
  position: relative;
  font-weight: 500;
  font-size: 16px;
  line-height: 32px;
  text-align: left;
  color: #fff;
  padding: 12px 20px;
  transition: all 0.3s;
}

section.faq .faq_navi_lists li a::after {
  content: "";
  background-image: url(https://kasuitei.jp/cms/wp-content/themes/kasuitei_2022/assets/images/faq/arrow.png);
  width: 13px;
  height: 8px;
  background-size: cover;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translate(0, -50%);
}

section.faq .faq_navi_lists li a:hover {
  opacity: 0.6;
}

section.faq .faq_lists h2 {
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-weight: bold;
  font-size: 20px;
  line-height: 30px;
  text-align: left;
  color: #000;
  padding-left: 20px;
  border-left: 5px solid #001843;
  background-color: #E5E7EC;
  padding-top: 12px;
  padding-bottom: 12px;
  margin-top: 50px;
}

section.faq .faq_lists .faq_list {
  margin-top: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #E9E9E9;
}

section.faq .faq_lists .faq_list p.q {
  font-weight: bold;
  font-size: 18px;
  line-height: 36px;
  color: #7f8ba0;
  position: relative;
  padding-left: 25px;
}

section.faq .faq_lists .faq_list p.q::before {
  background-image: url(https://kasuitei.jp/cms/wp-content/themes/kasuitei_2022/assets/images/faq/Q.png);
  position: absolute;
  left: 0;
  top: 7px;
  width: 21px;
  height: 20px;
  content: "";
}

section.faq .faq_lists .faq_list div.a {
  margin-top: 10px;
  font-weight: 500;
  font-size: 18px;
  line-height: 36px;
  color: #333;
  position: relative;
  padding-left: 25px;
}

section.faq .faq_lists .faq_list div.a::before {
  background-image: url(https://kasuitei.jp/cms/wp-content/themes/kasuitei_2022/assets/images/faq/A.png);
  position: absolute;
  left: 0;
  top: 7px;
  width: 21px;
  height: 20px;
  content: "";
}

@media screen and (max-width:820px) {
  section.faq .faq_navi_lists li {
    width: calc(25% - 21px);
    width: calc(50% - 5px);
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 767px) {
  section.faq .faq_navi_lists {
    flex-wrap: wrap;
  }

  section.faq .faq_navi_lists li {
    width: 100%;
    margin-bottom: 10px;
  }

  section.faq .faq_navi_lists li a {
    font-size: 12px;
    line-height: 28px;
  }

  section.faq .faq_lists h2 {
    font-size: 16px;
    line-height: 28px;
    padding-left: 10px;
    border-left: 3px solid #001843;
    background-color: #E5E7EC;
    padding-top: 6px;
    padding-bottom: 6px;
    margin-top: 25px;
  }

  section.faq .faq_lists .faq_list p.q {
    font-size: 16px;
    line-height: 28px;
    padding-left: 25px;
  }

  section.faq .faq_lists .faq_list div.a {
    font-size: 16px;
    line-height: 28px;
  }

  section.faq .faq_lists .faq_list div.a::before, section.faq .faq_lists .faq_list p.q::before {
    top: 2px;
  }
}

/*# sourceMappingURL=faq.css.map */