@charset "utf-8";

.faq_key .li {
  margin-bottom: 29px;
}
.faq_key .li a {
  padding-bottom: 5px;
  color: var(--black-40);
  font-weight: 600;
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
}
.faq_key .li.on a {
  border-bottom: 2px solid var(--black-100);
  color: var(--black-100);
}
.faq_key .li:hover a {
  border-bottom: 2px solid var(--black-100);
  color: var(--black-100);
}
.faq_list .li {
  position: relative;
  margin-top: 24px;
}
.faq_list .li:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: var(--black-10);
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
}
.faq_list .li:first-child {
  margin-top: 0px;
}
.faq_list .li:hover:after {
  height: 2px;
  background-color: var(--black-80);
}
.faq_list .li:hover .faq_tag {
  background-color: var(--black-80);
  border-color: var(--black-80);
  color: var(--white);
}
.faq_search_fail {
  /*display: none;*/
  font-size: 1.4rem;
}
.faq_search_fail_box {
  /*display: none;*/
  margin-top: 15px;
  padding: 40px 20px 20px;
  background-color: var(--white);
  border: 1px solid var(--black-10);
  text-align: center;
}
.myinq_waiting {
  /*display: none;*/
  color: var(--black-40);
}

.w-100 {
  width: 100% !important;
}

.w-100px {
  width: 100px !important;
}

.mt-0 {
  margin-top: 0px !important;
}

.d-block {
  display: block !important;
}

.d-contents {
  display: contents !important;    
}

.position-static {
  position: static !important;    
}

.font-bold {
  font-weight: bold !important;
}

.text-center {
  text-align: center !important;
}

.pointer {
  cursor: pointer !important;
}