@charset "UTF-8";
#cta-60cc79a66203a54b26059d48 {
  /* ヘッダー */
  /** 注意
  全体を覆うfaq_headerFlexは、JSで使っているので、削除しない
  **/
}
#cta-60cc79a66203a54b26059d48 .faq_headerFlex {
  margin: 0;
}
@media screen and (max-width: 400px) {
  #cta-60cc79a66203a54b26059d48 .faq_headerFlex {
    /*ノッチ対応*/
    padding-top: 30px;
  }
}
#cta-60cc79a66203a54b26059d48 .faq_header_logo .component.text {
  padding-top: 0;
  padding-bottom: 0;
}
#cta-60cc79a66203a54b26059d48 .faq_header_txt p {
  margin: 0;
}
#cta-60cc79a66203a54b26059d48 .faq_header_txt p a:before {
  content: "";
  display: inline-block;
  background-image: url("https://ferret-one.akamaized.net/images/60cb15fa6203a50f6f057265/original.svg?utime=1623922613");
  background-repeat: no-repeat;
  background-position: left center;
  background-size: auto 16px;
  margin-right: 5px;
  width: 16px;
  height: 16px;
}
#cta-60cc79a66203a54b26059d48 .faq_header_txt p a {
  line-height: 30px;
  display: inline-block;
  color: #3E1716;
  text-decoration: none;
  border: 1px solid #ccc;
  border-radius: 100vh;
  padding: 5px 15px;
}
#cta-60cc79a66203a54b26059d48 .faq_header_txt p a:hover {
  color: #fcbf3f;
}