.sec_qa_nav {
  padding-bottom: 50px;
}

.sec_qa_list._pb .qa_lists dl dd .qa_slide_content {
  background-color: rgba(255, 50, 80, 0.1);
}
.sec_qa_list._saku .qa_lists dl dd .qa_slide_content {
  background-color: rgba(255, 50, 80, 0.1);
}
.sec_qa_list._op .qa_lists dl dd .qa_slide_content {
  background-color: rgba(0, 163, 173, 0.1);
}
.sec_qa_list._h2o .qa_lists dl dd .qa_slide_content {
  background-color: rgba(44, 164, 250, 0.1);
}
.sec_qa_list mark {
  font-weight: bold;
  padding: 0 2px;
  color: #000;
  border-radius: 2px;
  background-color: #ffeb3b;
}

.qa_search_wrap {
  margin-bottom: 60px;
  text-align: center;
}
.qa_search_wrap p {
  max-width: 500px;
  margin: 10px auto 0;
}

.qa_search_box {
  position: relative;
  max-width: 500px;
  margin: 0 auto 30px;
}
.qa_search_box input[name=qa_search] {
  font-size: 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  height: 44px;
  padding: 10px 44px 10px 10px;
  border: 1px solid #ccc;
  border-radius: 4px;
  background-color: #fff;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.qa_search_box input[name=qa_search]:focus {
  border-color: #333;
  outline: none;
}
.qa_search_box input[name=qa_search]::-webkit-input-placeholder {
  color: #999;
}
.qa_search_box input[name=qa_search]::-moz-placeholder {
  color: #999;
}
.qa_search_box input[name=qa_search]:-ms-input-placeholder {
  color: #999;
}
.qa_search_box input[name=qa_search]::-ms-input-placeholder {
  color: #999;
}
.qa_search_box input[name=qa_search]::placeholder {
  color: #999;
}
.qa_search_box .search_btn {
  position: absolute;
  top: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 44px;
  height: 100%;
  cursor: pointer;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  color: #666;
  border: none;
  background: transparent;
}
.qa_search_box .search_btn .iconify {
  font-size: 20px;
}
.qa_search_box .search_btn:hover {
  opacity: 0.7;
}

.qa_list {
  margin-bottom: 60px;
}

.qa_lists dl dd figure {
  margin: 0;
  margin-top: 20px;
  margin-bottom: 20px;
}
.qa_lists dl dd .qa_slide_content {
  font-size: 107%;
  font-weight: 500;
  line-height: 2;
  margin-bottom: 40px;
  padding: 20px;
}
.qa_lists dl dd p {
  font-size: inherit;
  line-height: inherit;
  margin-bottom: 0;
  padding: 0;
  background-color: transparent;
}
.qa_lists dl dd a {
  text-decoration: underline;
}
.qa_lists dl dd .wp-embed-aspect-16-9.wp-has-aspect-ratio iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
}
.qa_lists dl dd .wp-embed-aspect-4-3.wp-has-aspect-ratio iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 4/3;
}

@media (max-width: 809px) {
  .qa_search_wrap {
    margin-bottom: 20px;
  }
  .qa_list_body {
    padding: 20px 0;
  }
  .qa_lists dl {
    padding-left: 0;
  }
  .qa_lists dl dt {
    padding: 20px;
  }
  .qa_lists dl dd .qa_slide_content {
    font-size: 96%;
    line-height: 2;
    margin-bottom: 20px;
    padding: 20px;
  }
}/*# sourceMappingURL=faq.css.map */