.bk_faqlinkbox {
  margin-top: -60px;
  padding-top: 60px ;
}
.bk_faqlink {
  display: block ;
  background-color: #efe2e3;
  line-height: 200%;
  margin-top: -10px;
  padding: 30px 10px 10px 10px;
  color: #8e354e;
  font-weight: normal;
}
.faq_box {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0px;
}
.faq_box .hover_faqbtn_active, .faq_box .hover_faqbtn {
  width: calc(33% - 40px);
  margin-right: 25px;
}
a.hover_faqbtn {
  display: block;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  letter-spacing: 0px;
  text-align: left;
  margin: 0px 0px 20px 0px;
  margin-right: 0px;
  padding: 5px;
  border: 1px solid #8e354e;
  color: #1a73e8 !important;
}
a.hover_faqbtn:link {
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #1a73e8;
  background-color: #fff;
}
a.hover_faqbtn:hover {
  color: #E16D61 !important;
  border: 1px solid #E16D61;
}
.question_head {
  display: block;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  line-height: 170%;
  letter-spacing: 0px;
  text-align: left;
  margin: -30px 0px 20px 0px;
  padding: 80px 0px 5px 3em;
  text-indent: 0px;
  position: relative;
}

.question_head::before {
  content: "Q";
  position: absolute;
  font-size: 1.2em;
  left: 0;
  color: #ffffff;
  background-color: #d0151e;
  width: 1.5em;
  text-align: center;
  border-radius: 1em;
  font-weight: bold;
}
.answer {
  display: block;
  font-size: 16px;
  font-weight: bold;
  font-style: normal;
  line-height: 170%;
  letter-spacing: 0px;
  text-align: left;
  color: #ffffff;
  margin: 0px 0px 10px 0px;
  padding: 1px 0px 5px 3em;
  border-bottom: 2px solid #ddd;
  text-indent: 0px;
  position: relative;
}
.answer::before {
  content: "A";
  position: absolute;
  font-size: 1.2em;
  left: 0;
  top: 0;
  color: #ffffff;
  background-color: #eca6a6;
  width: 1.5em;
  text-align: center;
  border-radius: 1em;
}