@charset "utf-8";

.wb-faq-title {
  display: none;
}

.Faq-CategView {
  clear: both;
  padding: 0 0 20px 5px;
}

.Faq-CategView .wb-faq-categ-title {
  margin: 0 0 5px 10px;
  padding: 0 0 0 13px;
  background-image: url(/img/arrow_02.gif);
  background-repeat: no-repeat;
  background-position: 3px 8px;
}

.Faq-CategView .wb-faq-categ-title a,
.Faq-CategView .wb-faq-categ-title a:link,
.Faq-CategView .wb-faq-categ-title a:visited {
  font-size: 14px;
  color: #542420;
  text-decoration: underline;
}

.Faq-CategView .wb-faq-categ-title a:hover {
  text-decoration: none;
}

.Faq-View {
  clear: both;
  margin-bottom: 20px;
}

.Faq-View .wb-faq-categ-title,
.wb-faq-list-title {
  padding: 8px;
  background: #fafafa;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 10px;
  border-top: 1px solid #c5c5c5;
  border-right: 1px solid #c5c5c5;
  border-bottom: 1px solid #c5c5c5;
  border-left: 3px solid #ff5b5b;
}

.Faq-View .wb-faq-list {
  padding: 15px;
  border: 1px solid #c5c5c5;
  margin-bottom: 20px;
}

.Faq-View .wb-faq-list-question {
  font-size: 15px;
  min-height: 28px;
  border-bottom: dashed 1px #c5c5c5;
  background-image: url(/img/faq_q.svg);
  background-repeat: no-repeat;
  padding: 5px 0 7px 35px;
  margin-bottom: 10px;
  color: #333333;
  background-size: 15px;
  background-position: 8px center;
  font-weight: 500;
}

.Faq-View .wb-faq-list-answer {
  background-image: url(/img/faq_a.svg);
  background-repeat: no-repeat;
  padding: 0 0 0 35px;
  background-size: 15px;
  background-position: 8px 0;
}

/* .Faq-View .wb-faq-list-answer a:link {
	text-decoration:underline;
	color:blue
} */
.keyword_frm {
  width: 70%;
  height: 28px;
  float: left;
  border-width: 1px 1px 1px 1px;
  border-color: #ccc;
  border-style: solid;
  line-height: 2;
  font-size: 14px;
  letter-spacing: 1.8px;
}

form .keyword_frmbtn {
  margin: 3px 0 0 10px;
}

.faq-pager {
  padding: 5px;
  border-top: 2px dotted #ddd;
  border-bottom: 2px dotted #ddd;
}

.faq-pager .faq-pager-left {
  float: left;
  width: 40%;
}

.faq-pager .faq-pager-right {
  float: right;
  width: 58%;
  text-align: right;
}

.faq-search ul {
  list-style-type: none;
  margin: 5px 0;
}

.faq-search li {
  margin: 0;
  padding: 5px 0 10px 0;
  border-bottom: 2px dotted #ddd;
}

.faq-search .faq-search-result:last-child {
  border-bottom: none;
}

.faq-search .faq-list-a.limit01 {
  height: 50px;
  overflow: hidden;
}

.faq-search .faq-list-q {
  background: url(/img/faq_q.gif) no-repeat;
  padding: 0 5px 0 25px;
  background-size: 20px;
  margin: 0 0 5px 0px;
  font-size: 16px;
}

.faq-search .faq-list-a {
  background: url(/img/faq_a.gif) no-repeat;
  padding: 0 5px 0 25px;
  background-size: 20px;
}

.result-gray {
  background: #f7f7ee;
}


.faq-back-btn {
  text-align: center;
  font-size: 15px;
}

.faq-back-btn ul {
  list-style-type: none;
}

.faq-back-btn li {
  display: inline-block;
  margin: 0 10px;
  vertical-align: top;
}

.faq-back-btn li a:link {
  text-decoration: underline;
}

#faq .Faq-View .wb-faq-categ {
  padding: 0 0 20px;
}

#faq .Faq-View .wb-faq-categ:after {
  content: "";
  display: block;
  clear: both;
}

#faq .wb-faq-categ .faq-categ-block {
  width: 49%;
  float: left;
  margin-bottom: 20px;
  margin-left: 2%;
}

#faq .wb-faq-categ .faq-categ-block:nth-of-type(2n) {
  margin-left: 0;
  clear: both;
}

#faq .wb-faq-categ .faq-categ-block .faq-block-title {
  margin-bottom: 5px;
  position: relative;
}

#faq .wb-faq-categ .faq-categ-block .faq-block-title a {
  color: #ff5b5b;
  font-size: 16px;
  padding-left: 15px;
  font-weight: bold;
  text-decoration: underline;
}

#faq .wb-faq-categ .faq-categ-block .faq-block-title a:before,
#pd-help .wb-faq-categ .faq-categ-block .faq-block-title a:before {
  content: "";
  position: absolute;
  top: 10px;
  left: 2px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 8px;
  border-color: transparent transparent transparent #ff5b5b;
}

#faq .wb-faq-categ .faq-categ-block .faq-block-title a:hover {
  text-decoration: none !important;
}

#faq .wb-faq-categ .faq-categ-block ul li {
  margin-bottom: 8px;
  letter-spacing: 0.05em;
  line-height: 1.3;
}

#faq input.keyword_frm,
#pd-help input.keyword_frm {
  height: 28px;
  float: left;
  border-width: 1px 1px 1px 1px;
  border-color: #ccc;
  border-style: solid;
  line-height: 2.0;
  font-size: 14px;
  letter-spacing: 1.8px;
  width: 74%;
  margin: 0;
  -webkit-appearance: none;
}

#faq form .keyword_frmbtn,
#pd-help form .keyword_frmbtn {
  width: 100px;
  font-size: 12px;
  padding: 5px;
  line-height: 1.3;
  font-weight: bold;
  border: 1px solid #ff5b5b;
  border-radius: 50px;
  color: #ff5b5b !important;
  display: block;
  background-color: #fff;
  -webkit-appearance: none;
  text-decoration: none !important;
  box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.15);
  text-align: center;
  outline: none;
  margin: 0;
}

#faq div#k_search_description,
#pd-help div#k_search_description {
  margin-bottom: 8px;
  padding: 0 8px;
}

#faq div#k_search_description+form,
#pd-help div#k_search_description+form {
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 0 8px;
}