#faq {
  padding-top: 40px;
}
@media only screen and (min-width: 768px) {
  #faq {
    padding-top: 80px;
  }
}
#faq .catWrapper {
  margin-bottom: 40px;
}
#faq .catWrapper ul {
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 10px;
}
#faq .catWrapper ul a {
  display: block;
  background-color: #000;
  color: #fdfdfd;
  font-size: 1.2rem;
  padding: 8px 15px;
  text-align: center;
  letter-spacing: 0.15em;
  position: relative;
}
@media only screen and (min-width: 768px) {
  #faq .catWrapper ul a {
    min-width: 260px;
    font-size: 1.6rem;
  }
}
#faq .faqTitle {
  color: #000;
  font-size: 2.4rem;
  font-weight: bold;
  padding: 10px 15px;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 20px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  margin-left: auto;
  margin-right: auto;
}
#faq .faqTitle:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 3px;
  top: auto;
  bottom: 0;
  left: 0;
  z-index: 0;
  background-color: #000;
}
#faq .faqWrapper {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
}
#faq .faqWrapper:last-child {
  margin-bottom: 0;
}
#faq .faqWrapper .faqTitle {
  font-size: 1.8rem;
}
#faq .faqWrapper dl {
  margin-bottom: 5px;
}
#faq .faqWrapper dt {
  position: relative;
  z-index: 1;
  padding-left: 10px;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-right: 40px;
  letter-spacing: 0.1em;
  line-height: 1.5;
  background: #f1f2f1;
  color: #000;
  font-size: 1.4rem;
  font-weight: normal;
  letter-spacing: 0.1em;
}
@media only screen and (min-width: 768px) {
  #faq .faqWrapper dt {
    font-size: 1.6rem;
  }
}
#faq .faqWrapper dt > div {
  padding-left: 1.5em;
  text-indent: -1.5em;
}
#faq .faqWrapper dt span {
  font-weight: bold;
  color: #000;
  line-height: 1;
}
#faq .faqWrapper dt .plus {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 50%;
  right: 5px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  content: "";
}
#faq .faqWrapper dt .plus:before {
  width: 50%;
  height: 2px;
  background-color: #000;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
#faq .faqWrapper dt .plus:after {
  width: 2px;
  height: 50%;
  background-color: #000;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
#faq .faqWrapper dt.active .plus:after {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
}
#faq .faqWrapper dd {
  display: none;
}
#faq .faqWrapper dd .inner {
  padding: 20px 15px;
  font-size: 14px;
  letter-spacing: 0.1em;
  line-height: 1.5;
  border: 1px solid #f1f2f1;
  border-top: none;
}
@media only screen and (min-width: 768px) {
  #faq .faqWrapper dd .inner {
    padding: 20px;
  }
}
#faq .faqWrapper dd .inner a {
  font-weight: bold;
  color: #000;
  text-decoration: underline;
}
#faq .anno {
  text-align: center;
  font-size: 16px;
  letter-spacing: 0.1em;
}

.service-inquiry {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}/*# sourceMappingURL=contact.css.map */