* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: sans-serif;
}

body {
  margin: 0;
}

ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.faq-header {
  font-family: "shiseidoneuelight";
  font-weight: normal;
  font-size: 30px;
  color: #3d3d3d;
  margin: 0 0 0 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e5e5e5;
}

.faq-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.faq-container a {
  color: #000;
  text-decoration: none;
  font-size: 12px;
}

.faq-container a:hover {
  text-decoration: underline;
}

.faq-title {
  border-bottom: 1px solid #e5e5e5;
  padding: 8px 0;
  margin: 0;
  color: #a92d30;
  font-size: 20px;
  font-weight: normal;
}

@media only screen and (max-width: 768px) {
  .faq-title {
    font-size: 18px;
  }
}

@media only screen and (max-width: 480px) {
  .faq-title {
    font-size: 15px;
  }
}

/** Category **/
.category-container {
  margin: 0 20px;
  width: 20%;
}

.category__list-child {
  padding: 18px 0 22px;
  border-bottom: 1px solid #e5e5e5;
}

.category__list-child > a {
  font-size: 14px;
  font-weight: bold;
  cursor: pointer;
}

.category__sub-list > li {
  padding-top: 10px;
}

.category__sub-list > li a {
  padding-left: 10px;
  cursor: pointer;
}

.category__question-list > li {
  padding-top: 10px;
}

.category__question-list > li a {
  padding-left: 20px;
}

.list-animation {
  overflow: hidden;
  max-height: 5000px;
  -webkit-transition: max-height 0.5s ease-in-out;
  transition: max-height 0.5s ease-in-out;
  height: auto !important;
}

.collapsed {
  max-height: 0;
}

/** Inquiry **/
.inquiry-container {
  margin: 0 20px;
  width: 80%;
}

.question__list {
  padding: 18px 0 22px;
  border-bottom: 1px dotted #e5e5e5;
}

.question__list li {
  margin-bottom: 10px;
}

.question__list li a {
  font-weight: bold;
  padding-left: 12px;
  background: url(../image/icon02.gif) no-repeat left center;
}

.question-container {
  padding-left: 1.2em;
  border-bottom: 1px dotted #e5e5e5;
}

.question {
  text-indent: -1.2em;
  font-size: 12px;
  font-weight: bold;
  padding: 22px 5px 22px 0;
  margin: 0;
}

.answer {
  text-indent: -1.2em;
  font-size: 12px;
  line-height: 1.6;
  padding: 0 0 22px 0;
  margin: 0;
}
/*# sourceMappingURL=style.css.map */