@charset "UTF-8";

/* TitleStyle */
#faq_content .ttl_style01 {
  margin: 60px 0 30px;
  font-weight: 900;
  font-size: 32px;
  line-height: 1.4em;
}
#faq_content .ttl_style02:after {
  position: absolute;
  top: 1px;
  left: 0;
  display: block;
  width: 5px;
  height: 20px;
  background: #7b7b7b;
  content: "";
}
#faq_content .ttl_style03 {
  margin: 30px 0 25px;
  padding: 10px 15px 8px;
  border-bottom: 2px solid #ccc;
  background: #f1f1f1;
  font-weight: bold;
  font-size: 15px;
}
.ttl_style04 {
  margin: 20px 0 25px;
  padding-bottom: 5px;
  border-bottom: 1px solid #ccc;
  font-weight: bold;
  font-size: 15px;
}
.ttl_style04 span {
  font-weight: bold;
}

/* head_contents */
#faq_content .head_contents_wrap {
  margin-bottom: 90px;
}
#faq_content .head_contents_wrap .head_contents {
  padding-bottom: 60px;
  border-bottom: 6px solid #fafafa;
}
#faq_content .head_contents_wrap .head_contents .hade_title {
  position: relative;
  margin: 60px 0 40px;
  padding-bottom: 40px;
  color: #333;
  text-align: center;
  font-weight: 900;
  font-size: 50px;
  line-height: 1em;
}
#faq_content .head_contents_wrap .head_contents .hade_title::after {
  position: absolute;
  bottom: 0;
  left: calc(50% - 60px);
  display: block;
  width: 120px;
  height: 10px;
  background: #ea0437;
  content: "";
}
#faq_content .head_contents_wrap .head_contents .hade_title .jump_text {
  display: block;
  margin-top: 10px;
  color: #999;
  font-size: 30px;
}
#faq_content .head_contents_wrap .head_contents .main_lead {
  text-align: center;
  font-size: 20px;
}
#faq_content .head_contents_wrap .top_link {
  margin-top: 15px;
}
#faq_content.p_index .head_contents_wrap .top_link {
  display: none;
}

/* Pager */
.pager {
  overflow: hidden;
  text-align: center;
}
.pager li {
  display: inline-block;
  border: 1px solid #ccc;
  vertical-align: middle;
}
.pager li.current,
.pager li.links,
.pager li.leader {
  margin: 0 7px;
}
.pager li.current span,
.pager li.links a {
  display: block;
  box-sizing: border-box;
  padding: 5px;
  min-width: 35px;
  text-align: center;
  font-size: 18px;
  font-size: 13px;
}
.pager li.current span {
  background: #f8f8f8;
  color: #333;
}
.pager li.links a {
  background: #fff;
  color: #333;
  transition: background-color 0.3s ease 0s;
}
.pager li.links a:hover {
  background: #f8f8f8;
}
.pager li.prev {
  margin-right: 75px;
}
.pager li.prev a {
  position: relative;
  display: block;
  width: 35px;
  height: 35px;
}
.pager li.prev a:before {
  position: absolute;
  top: 11px;
  left: 8px;
  border: 5px solid rgba(0,0,0,0);
  border-right: 5px solid #7b7b7b;
  content: "";
}
.pager li.next {
  margin-left: 75px;
}
.pager li.next a {
  position: relative;
  display: block;
  width: 35px;
  height: 35px;
}
.pager li.next a:before {
  position: absolute;
  top: 11px;
  right: 8px;
  border: 5px solid rgba(0,0,0,0);
  border-left: 5px solid #7b7b7b;
  content: "";
}


/* Unique Style FAQ */
#faq_content.c_faq .search_area {
  margin-bottom: 65px;
}
#faq_content.c_faq .search_area .search_box {
  display: flex;
}
#faq_content.c_faq .search_area .search_box .txt_box {
  flex: 1 0 auto;
}
#faq_content.c_faq .search_area .search_box .txt_box .js-search_txt {
  display: block;
  flex: 1 0 auto;
  padding: 15px 15px 11px 15px;
  width: 100%;
  height: 100%;
  border: 2px solid #e1e1e1;
  border-right: none;
  font-size: 16px;
  line-height: 1em;
}
#faq_content.c_faq .search_area .search_box .submit_box {
  float: left;
  box-sizing: border-box;
  width: 190px;
  text-align: center;
}
#faq_content.c_faq .search_area .search_box .submit_box > a {
  display: block;
  box-sizing: border-box;
  padding: 14px 0 15px;
  width: 100%;
  background: url("/img/support/user/measure/lj-x8000_faq/icon_search.png") no-repeat 50px center #ea0437;
  color: #fff;
  text-align: center;
  text-decoration: none;
  text-indent: 1em;
  font-weight: 900;
  font-size: 24px;
}
#faq_content.c_faq .search_area .txt {
  margin-top: 15px;
  font-size: 15px;
}
#faq_content.c_faq .match_length {
  margin-left: 20px;
  font-size: 15px;
}
#faq_content.c_faq .js-nomatch_box {
  display: none;
  margin-top: 60px;
  text-align: left;
}
#faq_content.c_faq .ac .js-nomatch_box {
  display: block;
}
#faq_content.c_faq .js-nomatch_box dl {
  display: inline-block;
  margin-top: 40px;
  padding: 15px;
  background: #f7f7f7;
}
#faq_content.c_faq .js-nomatch_box dl dt {
  margin-bottom: 5px;
  font-weight: bold;
}
#faq_content.c_faq .js-answer_wrap {
  opacity: 0;
}
#faq_content.c_faq .js-answer_wrap.ac {
  opacity: 1;
}
#faq_content.c_faq .q_box {
  position: relative;
  margin: 0 0 20px 0;
  padding: 10px 35px 10px 150px;
  font-size: 13px;
  line-height: 1;
}
#faq_content.c_faq .q_box::before {
  position: absolute;
  top: 50%;
  left: 60px;
  margin-top: -15px;
  color: #999;
  content: "Q";
  font-weight: bold;
  font-size: 30px;
  line-height: 1em;
}
#faq_content.c_faq .q_box p {
  margin: 0;
}
#faq_content.c_faq .q_box .id_box {
  margin-bottom: 15px;
  color: #666;
  font-size: 16px;
  line-height: 1;
}
#faq_content.c_faq .q_box .q_ttl {
  margin-bottom: 15px;
  font-weight: bold;
  font-size: 18px;
  line-height: 1.4em;
}
#faq_content.c_faq .q_box .q_txt {
  font-size: 16px;
  line-height: 1.8em;
}
#faq_content.c_faq .a_box {
  position: relative;
  margin: 0 0 20px 0;
  padding: 25px 35px 25px 150px;
  background: #fafafa;
  line-height: 1;
}
#faq_content.c_faq .a_box::before {
  position: absolute;
  top: 50%;
  left: 60px;
  margin-top: -15px;
  color: #ea0437;
  content: "A";
  font-weight: bold;
  font-size: 30px;
  line-height: 1em;
}
#faq_content.c_faq .a_box .a_txt {
  margin: 0;
  font-size: 16px;
  line-height: 1.8em;
}
#faq_content.c_faq .a_box img {
  max-width: 100%;
}
#faq_content.c_faq .js-loading {
  overflow: hidden;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  height: 110px;
  opacity: 1;
}
#faq_content.c_faq .js-loading.hide {
  height: 0;
  opacity: 0;
}
#faq_content.c_faq .js-loading .js-loading_inner {
  margin: 0;
  padding: 50px 0;
  color: #5c5c5c;
  font-size: 30px;
}
#faq_content.c_faq .js-loading .js-loading_inner .js-loading_leader {
  display: inline-block;
  overflow: hidden;
  margin-left: 3px;
  white-space: nowrap;
}
#faq_content.c_faq .js-loading .js-loading_inner .js-loading_leader > span {
  display: inline-block;
  margin: 0;
  padding: 0;
  text-align: center;
  opacity: 0;
}
#faq_content.c_faq .js-loading .js-loading_inner .js-loading_leader > span:nth-child(1) {
  animation: leader01 2s infinite;
}
#faq_content.c_faq .js-loading .js-loading_inner .js-loading_leader > span:nth-child(2) {
  animation: leader02 2s infinite;
}
#faq_content.c_faq .js-loading .js-loading_inner .js-loading_leader > span:nth-child(3) {
  animation: leader03 2s infinite;
}
@keyframes leader01 {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 0;
  }
  25%,
  100% {
    opacity: 1;
  }
}
@keyframes leader02 {
  0% {
    opacity: 0;
  }
  35% {
    opacity: 0;
  }
  50%,
  100% {
    opacity: 1;
  }
}
@keyframes leader03 {
  0% {
    opacity: 0;
  }
  60% {
    opacity: 0;
  }
  75%,
  100% {
    opacity: 1;
  }
}
/* Search List Style */
.search_list_wrap {
  text-align: center;
}
.search_list_wrap .search_list_inner {
  display: inline-block;
  margin: 0 auto;
}
.search_list_style01 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 auto;
  padding: 12px 25px;
  background: #fafafa;
}
.search_list_style01 li {
  position: relative;
  margin: 0 28px;
}
.search_list_style01 li + li::after {
  position: absolute;
  top: -1px;
  left: -28px;
  display: block;
  color: #ea0437;
  content: "/";
  font-size: 16px;
}
.search_list_style01 li a {
  color: #ea0437;
  font-size: 16px;
}
.search_list_style01 li .num {
  color: #868686;
}

/* Match List Style */
.match_list_style_01 {
  margin: 50px 0;
}
.match_list_style_01 li {
  border-bottom: 2px dotted #ccc;
}
.match_list_style_01 li:first-child {
  border-top: 2px dotted #ccc;
}
.match_list_style_01 li a {
  display: flex;
  overflow: hidden;
  padding: 20px 0;
  text-decoration: none;
}
.match_list_style_01 li .list_id {
  display: block;
  float: none;
  flex: 0 0 auto;
  padding-left: 42px;
  width: 140px;
  color: #333;
  text-align: left;
  font-size: 16px;
}
.match_list_style_01 li .box_right {
  display: block;
  flex: 1 1 auto;
}
.match_list_style_01 li:hover .box_right .list_ttl {
  text-decoration: underline;
}
.match_list_style_01 li .box_right .list_txt {
  display: block;
  color: #333;
  font-size: 16px;
}
.match_list_style_01 li .match_word {
  background: #fff261;
}
.match_list_style_01 li .box_right .list_tag_wrap {
  display: inline-block;
  padding-top: 5px;
  width: 100%;
  text-align: right;
  font-size: 12px;
}
.match_list_style_01 li .box_right .list_tag_wrap .tags {
  display: inline-block;
  margin-left: 7px;
  padding: 7px 7px 4px 7px;
  border-radius: 3px;
  background: #ededed;
  color: #7a7a7a;
  line-height: 1em;
}
.match_list_style_01 li .match_word {
  background: #fff261;
}

.bottom_contact_area {
  display: flex;
  justify-content: space-between;
  margin-bottom: 60px;
}
.bottom_contact_area .contact_box {
  padding: 25px;
  width: 460px;
  border: 4px solid #fafafa;
  text-align: center;
}
.bottom_contact_area .contact_box .box_title {
  position: relative;
  padding-bottom: 32px;
  text-align: center;
  font-weight: 900;
  font-size: 22px;
}
.bottom_contact_area .contact_box .box_title::after {
  position: absolute;
  bottom: 0;
  left: calc(50% - 45px);
  display: block;
  width: 90px;
  height: 8px;
  background: #fafafa;
  content: "";
}
.bottom_contact_area .contact_box .tel_no {
  display: inline-block;
  margin-top: 35px;
  padding-left: 85px;
  background: url("/img/support/user/measure/lj-x8000_faq/icon_free_dial.gif") no-repeat left center;
  background-size: auto 100%;
  font-weight: 900;
  font-size: 44px;
  line-height: 1em;
}
.bottom_contact_area .contact_box .office_txt {
  margin-top: 15px;
  text-align: center;
  font-size: 16px;
}
.bottom_contact_area .contact_box .form_lead {
  margin-top: 20px;
  text-align: center;
  font-size: 16px;
}
.bottom_contact_area .contact_box .form_btn {
  position: relative;
  display: block;
  margin-top: 25px;
  padding: 20px 45px;
  background: #41a147;
  box-shadow: 1px 1px 4px rgba(0,0,0,0.4);
  color: #fff;
  text-align: center;
  font-weight: 900;
  font-size: 18px;
}
.bottom_contact_area .contact_box .form_btn::after {
  position: absolute;
  top: calc(50% - 4px);
  right: 32px;
  display: block;
  width: 10px;
  height: 10px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  content: "";
  transform: rotate(-45deg);
}
.link_style01 {
  text-align: right;
}
.link_style01 a {
  position: relative;
  display: inline-block;
  color: #ea0437;
  font-size: 16px;
}
.link_style01 a::before,
.link_style01 a::after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-right: 2px solid #ea0437;
  border-bottom: 2px solid #ea0437;
  position: absolute;
  top: calc(50% - 5px);
  transform: rotate(-45deg);
}
.link_style01 a::before {
  left: -18px;
}
.link_style01 a::after {
  left: -24px;
}


