@charset "UTF-8";

.ec-layoutRole__contents .ec-side__wrap .ec-faqRole__nav.ec-side__left {
  width: 270px;
}
.ec-layoutRole__contents .ec-side__wrap .ec-faqRole__list.ec-side__right {
  width: 660px;
}
.ec-faqRole__navlist .ec-navlistRole__item {
  border-top: 2px solid #dddddd;
}
.ec-faqRole__navlist .ec-navlistRole__item:last-child {
  border-bottom: 2px solid #dddddd;
}
.ec-faqRole__navlist .ec-navlistRole__item a {
  display: block;
  padding: 15px 10px;
}
.ec-faqSearch {
  margin-bottom: 30px;
}
.ec-faqSearch .ec-faqSearch__keyword {
  display: block;
  position: relative;
  max-width: 720px;
  width: 100%;
  margin: 0 auto 10px;
  border: 1px solid #333;
  border-radius: 10px;
}
.ec-faqSearch .ec-faqSearch__keyword input[type="search"] {
  width: 100%;
  height: 42px;
  background: #fff;
  margin: 0;
  padding: 0.5em 60px 0.5em 1.3em;
  color: #333;
  border: none;
  border-radius: 10px;
  font-size: 1.5rem;
}
.ec-faqSearch .ec-faqSearch__keywordBtn {
  display: block;
  position: absolute;
  background: #e60012;
  width: 44px;
  height: 44px;
  top: -1px;
  right: -1px;
  border: none;
  border-radius: 0 10px 10px 0/0 10px 10px 0;
  z-index: 1;
}
.ec-faqSearch .ec-faqSearch__keywordBtn .ec-icon {
  width: 16px;
  height: 20px;
  margin: 0 auto;
}
.ec-faqSearch .ec-faqSearch__keywordBtn .ec-icon img {
  width: 100%;
  height: 100%;
}
.ec-faqSearch .ec-tagList {
  display: flex;
  align-items: start;
  max-width: 720px;
  margin: 0 auto;
  font-size: 1.5rem;
}
.ec-faqSearch .ec-tagList ul {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.ec-faqSearch .ec-tagList ul li {
  margin-bottom: 7px;
  margin-right: 10px;
}
.ec-faqSearch .ec-tagList ul li a {
  display: block;
  padding: 2px 15px 0px;
  border-radius: 12px/50%;
  background: #f5f5f5;
}
.ec-qaList {
  margin-bottom: 20px;
}
.ec-qaList .ec-qaBox {
  border: 1px solid #000;
  border-radius: 10px;
}
.ec-qaList .ec-qaBox dt {
  padding: 15px 15px 15px 46px;
  position: relative;
  font-size: 1.6rem;
  font-weight: bold;
  cursor: pointer;
  background: url("../img/common/icon_accordion_off-black.svg") no-repeat right 20px center;
  background-size: 24px auto;
}
.ec-qaList .ec-qaBox dt.open {
  background: url("../img/common/icon_accordion_on-black.svg") no-repeat right 20px center;
  background-size: 24px auto;
}
.ec-qaList .ec-qaBox dt:before {
  content: "";
  display: block;
  position: absolute;
  background: url("../img/common/mark_q.png") center no-repeat;
  background-size: 100%;
  width: 19px;
  height: 25px;
  left: 15px;
}
.ec-qaList .ec-qaBox dd {
  display: none;
  padding: 0 15px 15px 46px;
  overflow: hidden;
  position: relative;
  line-height: 1.5;
}
.ec-qaList .ec-qaBox dd:before {
  content: "";
  display: inline-block;
  position: absolute;
  background: url("../img/common/mark_a.png") center no-repeat;
  background-size: 100%;
  width: 19px;
  height: 25px;
  margin-right: 0.4em;
  left: 15px;
}
.ec-qaList .ec-qaBox dd p + p {
  margin-top: 10px;
}
.ec-faqRole .ec-pager .ec-pager__item:first-child {
  padding-left: 0;
}
.ec-faqRole .ec-pager .ec-pager__item:last-child {
  padding-right: 0;
}
.ec-faqRole .ec-pager .ec-pager__item.ec-pager__next a,
.ec-faqRole .ec-pager .ec-pager__item.ec-pager__prev a {
  width: 92px;
}

@media (max-width: 768px) {
  .ec-layoutRole__contents .ec-side__wrap .ec-faqRole__nav.ec-side__left {
    width: 100%;
    margin-bottom: 20px;
  }
  .ec-layoutRole__contents .ec-side__wrap .ec-faqRole__list.ec-side__right {
    width: 100%;
  }
  .ec-faqRole__navlist .ec-navlistRole__item a {
    padding: 10px 10px;
    font-size: 1.3rem;
  }
  .ec-faqSearch {
    margin-bottom: 20px;
  }
  .ec-faqSearch .ec-faqSearch__keyword {
    width: 100%;
    margin: 15px auto 9px;
  }
  .ec-faqSearch .ec-faqSearch__keyword input[type="search"] {
    height: 40px;
    padding: 0.5em 50px 0.5em 1em;
    font-size: 1.3rem;
  }
  .ec-faqSearch .ec-faqSearch__keywordBtn {
    width: 42px;
    height: 42px;
    top: -1px;
    right: -1px;
    padding: 0;
    text-align: center;
  }
  .ec-faqSearch .ec-faqSearch__keywordBtn .ec-icon {
    width: 16px;
    height: 19px;
  }
  .ec-faqSearch .ec-tagList {
    max-width: 100%;
    font-size: 1rem;
  }
  .ec-faqSearch .ec-tagList ul li {
    margin-right: 5px;
  }
  .ec-faqSearch .ec-tagList ul li a {
    padding: 2px 9px 1px;
    border-radius: 8px/50%;
  }
  .ec-qaList {
    margin-bottom: 10px;
  }
  .ec-qaList .ec-qaBox {
    border-radius: 10px;
  }
  .ec-qaList .ec-qaBox dt {
    padding: 11px 15px 11px 40px;
    font-size: 1.3rem;
    background: url("../img/common/icon_accordion_off-black.svg") no-repeat right 15px center;
    background-size: 16px auto;
  }
  .ec-qaList .ec-qaBox dt.open {
    background: url("../img/common/icon_accordion_on-black.svg") no-repeat right 15px center;
    background-size: 16px auto;
  }
  .ec-qaList .ec-qaBox dt:before {
    background: url("../img/common/mark_q.png") center no-repeat;
    background-size: 100%;
    width: 13px;
    height: 18px;
    left: 15px;
  }
  .ec-qaList .ec-qaBox dd {
    padding: 0 15px 11px 40px;
  }
  .ec-qaList .ec-qaBox dd:before {
    background: url("../img/common/mark_a.png") center no-repeat;
    background-size: 100%;
    width: 13px;
    height: 18px;
    left: 15px;
  }
  .ec-qaList .ec-qaBox dd p + p {
    margin-top: 10px;
  }
  .ec-faqRole .ec-more {
    padding: 20px 0 0;
  }
}