@charset "UTF-8";
.faq-section {
  list-style: none;
  overflow: hidden;
}
 
.faq-section .faq-ttl {
  position: relative;
  z-index: 1;
  font-size: 1rem;
  width: 214px;
  text-align: center;
  background-color: #ffffff;
  border: solid 3px #d90000;
  border-radius: 6px;
  float: left;
  height: 46px;
  line-height: 40px;
  margin-right: 12px;
  margin-bottom: 14px;
}
 
.faq-section .faq-ttl a:before {
  content: "\F00C";
  right: .5em;
  position: absolute;
  font-family:"icon"
}

.faq-section .faq-ttl a {
  display: block;
  text-decoration: none;
  font-weight: bold;
  color: #d90000;
  text-align: center;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.faq-section .faq-ttl:hover {
  opacity: 0.6;
}

.btnBlock .qa-btn {
  width: 120%;
  max-width: 250px;
}

@media print, (min-width: 768px) {
.faq-section .faq-ttl {
  width: 214px;
}
.plural {
line-height: 150%;
}
}
@media screen and (max-width: 767px) {
.faq-section .faq-ttl {
  font-size: 1rem;
  line-height: 56px;
  width: 100%;
  height: 60px;
}
}