a {
  color: #a43d21;
  -webkit-transition: .3s ease;
  transition: .3s ease;
}

a:hover {
  color: #ee3333;
  text-decoration: none;
}

.faq-nav {
  margin-bottom: 70px;
  padding: 0 15px;
}

.faq-nav__container {
  padding-bottom: 35px;
  border-bottom: 3px solid #ebebeb;
}

.faq-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 15px;
}

@media screen and (max-width: 479px) {
  .faq-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0 10px;
  }
}

.faq-list li {
  width: 33%;
}

@media screen and (max-width: 479px) {
  .faq-list li {
    width: 100%;
  }
}

.faq-section {
  margin-bottom: 70px;
  padding: 0 15px;
}

.faq-section h1 {
  margin-bottom: 35px;
  padding-left: 10px;
  font-size: 20px;
  border-left: 10px solid #ddc499;
}

.faq-item dt {
  margin-bottom: 21px;
  font-size: 1.1em;
  font-weight: 500;
  cursor: pointer;
}

.faq-item dd {
  margin-bottom: 35px;
}

.toggle-icon {
  position: relative;
  display: inline-block;
  margin-left: 11px;
  height: 22px;
  width: 22px;
  vertical-align: middle;
}

.toggle-icon::before {
  content: '';
  border-style: solid;
  display: block;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  border-left: none;
  border-top: none;
  border-color: #2a2a2a;
  background: 0 0;
  border-width: 2px;
  height: 10px;
  margin-left: -5px;
  width: 10px;
  margin-top: -10px;
}

.toggle-icon::after {
  content: '';
  border-style: solid;
  display: block;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  border-right: none;
  border-bottom: none;
  visibility: hidden;
  border-color: #2a2a2a;
  background: 0 0;
  border-width: 2px;
  height: 10px;
  margin-left: -5px;
  width: 10px;
  margin-top: -5px;
}

.icon-toggle-reserve .toggle-icon::before {
  visibility: hidden;
}

.icon-toggle-reserve .toggle-icon::after {
  visibility: visible;
}

.js-accordion-item {
  display: none;
}
