.faqList {
  width: 100%;
}
.faqList .faqItem {
  margin-bottom: 15px;
  padding: 5px;
  border-bottom: 1px dashed rgba(0, 0, 0, 0.1);
}
.faqList .title {
  position: relative;
  padding: 10px 5px;
  font-weight: 400;
  font-size: 15px;
  color: #474747;
  cursor: pointer;
}
@media (max-width: 640px) {
  .faqList .title {
    padding-right: 40px;
  }
}
.faqList .title b {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  font-style: italic;
  font-size: 16px;
  color: #0563c9;
}

.toggleOpen {
  position: absolute;
  right: 5px;
  top: 50%;
  display: block;
  margin-top: -13px;
  padding: 4px 8px;
  border-radius: 3px;
  font-size: 13px;
  color: #fff;
  background-color: #0563c9;
  width: 24px;
  height: 24px;
  cursor: pointer;
}

.definition {
  display: none;
  margin-top: 10px;
  padding: 15px;
  font-size: 14px;
  color: #686868;
  line-height: 1.8;
  background-color: #e7e7e7;
}

.design_faq-001 .contentBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (min-width: 1024px) {
  .design_faq-001 .contentBox > .leftBox {
    width: 25%;
    padding-left: 0;
    padding-right: 85px;
  }
}
@media (max-width: 1023px) {
  .design_faq-001 .contentBox > .leftBox {
    width: 100%;
    padding: 0;
  }
}
@media (min-width: 1024px) {
  .design_faq-001 .contentBox > .rightBox {
    width: 75%;
  }
}
@media (max-width: 1023px) {
  .design_faq-001 .contentBox > .rightBox {
    width: 100%;
    padding: 0;
  }
}
.design_faq-001 .contentBox > .leftBox:not(:has(.classBox)) {
  width: 0;
  padding-right: 0;
}
.design_faq-001 .contentBox > .leftBox:not(:has(.classBox)) ~ .rightBox {
  width: 100%;
  padding-left: 0;
}
.design_faq-001 .faqList {
  width: 100%;
}
.design_faq-001 .faqItem {
  margin-bottom: 15px;
  padding: 5px;
}
@media (max-width: 1023px) {
  .design_faq-001 .faqItem {
    padding: 5px 0;
  }
}
.design_faq-001 .faqItem .title {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px;
  padding-right: 40px;
  cursor: pointer;
}
@media (max-width: 640px) {
  .design_faq-001 .faqItem .title {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding-right: 10px;
  }
}
.design_faq-001 b {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  margin-bottom: 5px;
}