@charset "UTF-8";
.faqList{width:100%; max-width:780px; margin:0 auto; border-top: solid 1px #999;}
.faqList:not(:last-child){margin-bottom:40px;}
.faqList dl{border-bottom:dashed 1px #999;}
.faqList dt{padding: 20px 36px 20px 2rem; position: relative; font-weight: 700; cursor:pointer; color: #eb6100; font-size:18px;}
.faqList dt::before{content: "Q. ";position: absolute; left:0; color: #eb6100; font-weight: 700; font-size:18px;}
.faqList dt::after{
  width:36px;
  position: absolute; top:50%; right:0;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  text-align: center;
  line-height: 36px;
  content: "\f077";
  font-size: 18px;
  margin-top: -20px;
}
.faqBox section{margin-top:20px;}
.faqList dt.fa-plus-square::after{
	transform:rotate(180deg);
}
.faqList dd{display: none; padding-bottom:20px;}

