#faq .menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#faq .menu li {
  -webkit-box-flex: 0;
      -ms-flex: 0 25%;
          flex: 0 25%;
}
#faq .menu li a {
  cursor: pointer;
  text-decoration: none;
  width: 100%;
  height: 100%;
  float: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 0;
  padding: 1.25rem;
  font-size: 2.5rem;
  background: #fff;
  border: 1px solid #bdbdbd;
  border-right: none;
  color: #616161;
  height: 8rem;
}
#faq .menu li:nth-of-type(4n) a {
  border-right: 1px solid #bdbdbd;
}
#faq .menu li.on a {
  background: #fff;
  color: #A6756E;
  border: 1px solid #A6756E;
  z-index: 1;
  -webkit-box-shadow: 0 0 0 1px #A6756E;
          box-shadow: 0 0 0 1px #A6756E;
  font-weight: 500;
}
#faq .list {
  margin-top: 5rem;
}
#faq .list li {
  border-top: 1px solid #bdbdbd;
  border-bottom: 1px solid #bdbdbd;
  margin-bottom: -1px;
  position: relative;
  z-index: 0;
  background: #fff;
}
#faq .list li h3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  cursor: pointer;
  font-size: 2.5rem;
  font-weight: 400;
  line-height: 1.5;
  padding: 2.5rem;
  padding-left: 4.5rem;
}
#faq .list li h3:before {
  content: "Q";
  color: #A6756E;
  font-weight: 700;
  position: absolute;
  left: 1.25rem;
  text-align: center;
  width: 2.5rem;
}
#faq .list li h3 .icon-add {
  color: #bdbdbd;
}
#faq .list li h3 .icon-remove {
  color: #A6756E;
}
#faq .list li.active {
  border-color: #757575;
  z-index: 1;
}
#faq .list li.active h3 {
  color: #A6756E;
  font-weight: 500;
}
#faq .list div {
  position: relative;
  background: #fbf8f8;
  font-size: 2.5rem;
  padding: 2.5rem;
  padding-left: 5rem;
  border-top: 1px solid rgba(189, 189, 189, 0.2);
}
#faq .list div:before {
  content: "A";
  color: rgba(0, 0, 0, 0.5);
  font-weight: 700;
  position: absolute;
  left: 1.3888888889rem;
  text-align: center;
  width: 2.5rem;
}
#faq .list div.hide {
  position: absolute;
  left: -1000%;
  top: 0;
  width: 1px;
  height: 1px;
  font-size: 0;
  line-height: 0;
  overflow: hidden;
}
#faq .list div.faqContent img {
  max-width: 100%;
  height: auto;
}
#faq .notFAQ {
  height: calc((calc(var(--c-vh, 1vh) * 100) - 13rem - calc(var(--f-vh, 1vh) * 100)) / 2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 2.5rem;
}