@charset "UTF-8";

/*FAQ*/
.faq_ob_list {
  list-style: none;
  padding: 0;
  margin: 0 0 146px 0;
}
.faq_ob_list h3 {
  font-size: 16px;
  font-weight: bold;
  color: #4b4b4b;
  background-color: rgba(210, 70, 99, 0.05);
  border-bottom: solid 1px #d24663;
  padding: 16.5px 32px 13.5px 10px;
  margin: 0;
  display: flex;
  justify-content: space-between;
  align-items: center; 
}
.faq_ob_list h3:hover {
  background: #f8f8f8;
  cursor: pointer;
}
.faq_ob_list ul {
  list-style: none;
  padding: 0;
}
.faq_ob_list ul li {
  padding: 18px 9px 19px 9px;
}
.faq_ob_list ul p {
  font-size: 16px;
  line-height: 1.31;
  color: #4b4b4b;
}
.faq_ob_list .fa-chevron-down, .faq_ob_list .fa-chevron-up {
  font-size: 22px;
  color: #d24663;
}
@media screen and (max-width: 768px) {
  .faq_ob_list {
    margin-bottom: 117px;
  }
  .faq_ob_list h3 {
    padding-right: 10px;
  }
}
@media screen and (max-width: 320px) {
  .faq_ob_list {
    zoom: 90%;
  }
}
@media screen and (max-width: 240px) {
  .faq_ob_list {
    zoom: 80%;
  }
  .faq_ob_list h3 {
    padding-right: 5px;
  }
}
