@charset "utf-8";
.faqSliderArea {
  padding: 36px 0 0;
  border-bottom: 1px solid #dedede;
}

.faqContentsArea .maxWidthWrap01 {
  display: flex;
}
.faqContentsArea .qaContents {
  flex: 1;
  box-sizing: border-box;
}
.faqContentsArea .relatedContents {
  width: 260px;
  margin-left: 30px;
}
@media screen and (max-width: 1000px) {
  .faqContentsArea .maxWidthWrap01 {
    display: block;
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .faqContentsArea .relatedContents {
    width: auto;
    padding-left: 0px;
    margin-left: 0px;
    border-left: none;
    margin-top: 40px;
  }
}

.faqContentsArea .qaContents .contentsTitle {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 10px;
}
.faqContentsArea .qaContents .qaSectionTitle {
  font-size: 18px;
  font-weight: bold;
  margin-top: 60px;
  margin-bottom: 10px;
}
.faqContentsArea .qaContents .subList {
  display: inline-flex;
  flex-flow: row wrap;
  letter-spacing: -0.4em;
  margin-top: -10px;
}
.faqContentsArea .qaContents .subList > li {
  letter-spacing: normal;
  width: 154px;
  margin-right: 14px;
  margin-top: 10px;
}
.faqContentsArea .qaContents .subList > li > a,
.faqContentsArea .qaContents .subList > li > span {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 100%;
  height: 30px;
  font-size: 12px;
  line-height: 1;
  border-radius: 3px;
  color: #333;
  text-decoration: none;
}
.faqContentsArea .qaContents .subList > li > a {
  margin: 1px;
  border: 1px solid #ccc;
}
.faqContentsArea .qaContents .subList > li > span,
.faqContentsArea .qaContents .subList > li > a:hover,
.faqContentsArea .qaContents .subList > li > a:focus-visible {
  border: 2px solid #5c8be0;
  margin: 0;
}

.faqContentsArea .qaContents .faqbox {
  font-size: 14px;
}
.faqContentsArea .qaContents .question {
  margin-top: 25px;
}
.faqContentsArea .qaContents .question button {
  display: block;
  background: transparent url(/common/images/products/faq/question.png)
    no-repeat 0px 1px;
  padding: 0px 0 0px 25px;
  font-weight: normal;
  color: #4c4d4c;
  text-decoration: none;
  text-align: left;
  font-size: 1.3rem;
}
.faqContentsArea .qaContents .question button:focus-visible {
  outline: auto;
  outline-color: #0059c1;
}
.faqContentsArea .qaContents .question + div {
  display: none;
  padding: 10px 0px 10px 25px;
  margin-top: 5px;
  margin-bottom: 9px;
  margin-left: 0px;
  font-size: 14px;
  line-height: 1.8em;
  color: #333333;
  border-top: 1px solid #dedede;
  border-bottom: 1px solid #dedede;
}
.faqContentsArea .qaContents .question + div img {
  max-width: 100%;
  height: auto;
}
.qaContents .iotsmartFaqAnswer .text {
  font-size: 13px;
  color: #333333;
  font-weight: bold;
  line-height: 1.4em;
  margin-bottom: 7px;
}
@media screen and (max-width: 767px) {
  .faqContentsArea .qaContents .contentsTitle {
    font-size: 18px;
  }
}

.faqContentsArea .relatedContents .contentsTitle {
  font-size: 18px;
  font-weight: normal;
}
.faqContentsArea .relatedContents #NewsList li {
  margin-top: 20px;
}
.faqContentsArea .relatedContents #NewsList li a {
  display: block;
  overflow: hidden;
  text-decoration: none;
  font-size: 12px;
  color: #000;
}
.faqContentsArea .relatedContents #NewsList li a > img {
  float: left;
  margin-right: 20px;
}
.faqContentsArea .relatedContents #NewsList li a span {
  color: #666666;
}
.faqContentsArea .relatedContents #NewsList li.banner a > img {
  float: none;
  margin-right: 0;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 767px) {
  .faqContentsArea .relatedContents .contentsTitle {
    font-size: 16px;
    font-weight: normal;
  }
}

/* renew24 add */
.faqTabListArea .l-tab01__list-btn {
  min-width: initial;
}

.categoryTitle {
  display: flex;
  align-items: center;
  gap: 0 20px;
  margin-bottom: 20px;
}
.categoryTitle .iconArea {
  width: 60px;
}
.categoryTitle .iconArea img {
  width: 60px;
  height: 60px;
}
.categoryTitle .title {
  font-size: 3rem;
  font-weight: 700;
  color: var(--site-color-main);
}

.toCategoryLink {
  margin-bottom: 20px;
}
.toCategoryLink a {
  display: block;
  text-decoration: none;
  font-size: 1.4rem;
  font-weight: 700;
  color: #000;
}
.toCategoryLink a .image {
  background: #f6f6f6;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 8px;
}
.toCategoryLink a .image img {
  width: 160px;
  height: auto;
}
.toCategoryLink a .text span {
  display: inline-block;
  margin-right: 8px;
}
.toCategoryLink a .text::after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: -2px;
  width: 14px;
  height: 4px;
  background: url(/assets/images/icon_arrow01.svg) no-repeat center center;
  background-size: 14px 4px;
}

.relatedContents .contactArea {
  background: #ededed;
  padding: 20px;
  margin-bottom: 40px;
}
.relatedContents .contactArea a {
  display: flex;
  gap: 0 10px;
  width: 100%;
  height: 50px;
  align-items: center;
  justify-content: center;
  padding: 5px 20px;
  font-size: 1.4rem;
  color: #000;
  font-weight: 700;
  background: #fff;
  border: 1px solid #ccc;
  text-decoration: none;
}
.relatedContents .contactArea a::before {
  content: '';
  display: block;
  width: 24px;
  height: 24px;
  background: url(/assets/images/icon_contact.svg) no-repeat center center;
  background-size: 24px 24px;
}

.faqContentsArea .relatedContents .solutionList {
  margin-bottom: 40px;
}
.faqContentsArea .relatedContents .solutionList li {
  margin-top: 20px;
}
.faqContentsArea .relatedContents .solutionList li a {
  display: flex;
  align-items: center;
  gap: 0 16px;
  text-decoration: none;
  font-size: 1.2rem;
  color: #000;
}
.faqContentsArea .relatedContents .solutionList li .thumb {
  width: 60px;
}
.faqContentsArea .relatedContents .solutionList li .text {
  flex: 1;
}
