@charset "UTF-8";
#contents_detail table th,
#contents_detail table td {
  min-width: 130px;
}

@media (max-width: 599px) {
  #contents_detail table th,
  #contents_detail table td {
    min-width: 15vw;
  }
}


#contents_detail .post_content ul li {
  list-style: none;
}
#contents_detail .sg_faq_q h3{
  font-size: inherit;
  padding: 0;
  margin: 0;
  border: none;
}

#contents_detail .sg_block-faq p{
  margin-bottom: 1em;
}
