@charset "UTF-8";
/* CSS Document */
.faq-container {
  position: relative;
 width: 10p0%;
  border-top: none;
  outline: 0;
  cursor: pointer;
  margin-top: 30px;
}
.faq-container .article-title {
  display: block;
  position: relative;
  margin: 0;
  padding: 10px 50px 10px 30px;
  cursor: pointer;
}
.faq-container .article-title:hover, .faq-container .article-title:active, .article-title.open, .faq-container .content-entry.open .article-title {
  background-color: #efefef;
}
.faq-container .article-title:hover i:before, .faq-container .article-title:hover i:active, .faq-container .content-entry.open i {
  color: white;
}
.article-title {
  position: relative;
  padding-left: 1em;
  text-indent: -1.4em;
}
.article-title:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f059";
  padding-right: 5px;
  color: #69C;
}
.article-title:after {
  content: "";
  position: absolute;
  right: 25px;
  top: 38%;
  transition: all 0.2s ease-in-out;
  display: block;
  width: 8px;
  height: 8px;
  border-top: solid 2px #000;
  border-right: solid 2px #000;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
.article-title.open:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 45%;
}
.faq-content {
  display: none;
  padding-left: 2.3125em;
  padding: 10px 15px;
}
.faq-content dl dt {
  font-weight: 700;
}
.faq-content dl dd {
  padding-left: 2em;
}
.faqblock {
  margin-bottom:40px;}
.faqbox {
  border: 1px solid #CCC;
  border-radius: 5px;
  margin-bottom: 5px;
}
.event-more-list > p:last-child {
  margin-bottom: 40px;
}
.event-more-list .btn-blue {
  margin-bottom: 20px;
}
@media screen and (max-width:750px) {
.event-more-list {
  margin-top: 30px;
  margin-bottom: 30px;
}
.event-more-list a { 
padding: 10px;}
}