.topvisual.inquiry {
  text-align: center;
  margin-bottom: 50px;
}

.tableForm.inquiry,
.tableForm.taxbill {
  width: 94%;
  max-width: 700px;
  margin: 0 auto;
}
.tableForm.inquiry input[type=text].title,
.tableForm.taxbill input[type=text].title {
  width: 90%;
}
.tableForm.inquiry textarea,
.tableForm.taxbill textarea {
  width: 90%;
  height: 12em;
}
.tableForm.inquiry .types label,
.tableForm.taxbill .types label {
  display: inline-block;
  margin-right: 20px;
  vertical-align: middle;
}
.tableForm.inquiry .jq-file,
.tableForm.taxbill .jq-file {
  width: 100%;
  max-width: 400px;
}

.agreement {
  margin: 20px 0;
}
.agreement .check {
  text-align: right;
}
.agreement .check .jq-radio {
  margin-left: 20px;
}

.notice {
  width: 94%;
  max-width: 700px;
  margin: 0 auto 50px;
}

/* FAQ */
.faq__list li {
  padding: 5px 0;
}
.faq__list li .question {
  cursor: pointer;
}
.faq__list li .question.open + .answer {
  margin-top: 8px;
  margin-bottom: 10px;
}
.faq__list li .answer {
  padding-left: 20px;
}
.faq .categoryBox {
  padding: 5px;
  border: 1px solid #CCC;
  border-radius: 10px;
  background: #EFEFEF;
}
.faq .categoryBoxMiddle {
  display: flex;
  padding: 15px;
  border: 1px solid #CCC;
  border-radius: 5px;
  background: #FFF;
}
@media screen and (max-width: 480px) {
  .faq .categoryBoxMiddle {
    display: block;
  }
}
.faq .categoryBox #qmenu {
  flex: 0 0 150px;
  margin-right: 50px;
}
@media screen and (max-width: 480px) {
  .faq .categoryBox #qmenu {
    margin-right: 0;
  }
}
.faq .categoryBox #qmenu > li {
  margin-bottom: 10px;
}
.faq .categoryBox #qmenu > li:first-child {
  display: none;
}
.faq .categoryBox #qmenu > li:last-child {
  margin-bottom: 0;
}
.faq .categoryBox #qmenu h4 {
  padding: 5px 15px;
  margin-bottom: 5px;
  height: 28px;
  font-size: 15px;
  font-weight: 700;
  line-height: 18px;
  color: #FFF;
  background-color: lightslategray;
  border-radius: 14px;
}
.faq .categoryBox .subCategory {
  padding-left: 10px;
}
@media screen and (max-width: 480px) {
  .faq .categoryBox .subCategory {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    padding-left: 0;
    margin-bottom: 40px;
  }
}
.faq .categoryBox .subCategory li {
  padding: 3px 0;
}
@media screen and (max-width: 480px) {
  .faq .categoryBox .subCategory li {
    display: inline-block;
    padding: 10px 0;
    text-align: center;
  }
}
.faq .categoryBox .subCategory li.active a {
  font-weight: 700;
  color: crimson;
}
.faq .categoryBox .questionListContainer {
  position: relative;
  flex: 1 1 auto;
  border-left: 1px solid #CCC;
  padding-left: 40px;
}
@media screen and (max-width: 480px) {
  .faq .categoryBox .questionListContainer {
    border-left: none;
    padding-left: 0;
  }
}
.faq .categoryBox .questionListContainer .empty {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 24px;
  font-weight: 700;
  color: #CCC;
}
@media screen and (max-width: 480px) {
  .faq .categoryBox .questionListContainer .empty {
    display: none;
  }
}
.faq .categoryBox .faqContents {
  padding: 15px;
  border: 1px solid #CCC;
  border-radius: 15px;
}
.faq .categoryBox .faqContents > p {
  margin-bottom: 0.5em;
}
.faq .categoryBox .faqContents > p:last-child {
  margin-bottom: 0;
}
.faq .tb01 {
  border: 1px solid #AAA;
}
.faq .tb01 th {
  padding: 5px;
  background-color: rgb(236, 232, 179);
  border: 1px solid #CCC;
  text-align: center;
  white-space: nowrap;
}
.faq .tb01 td {
  padding: 5px;
  border: 1px solid #CCC;
}

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