/* Styles for Accordion */
.toggle .toggle-title {
  position: relative;
  display: block;
  border-top: 1px solid #EDE2D0;
}
.toggle .toggle-title.top {
  border-top: none
}
.toggle .toggle-title h3 {
  font-size: 16px;
  margin: 0px;
  line-height: 1;
  cursor: pointer;
  font-family: knile;
}
@media screen and (max-width:61em){
  .toggle .toggle-title h3 {
    line-height: 1.5;
  }
}
.toggle .toggle-inner {
  padding: 0;
  display: none;
}
.toggle .toggle-inner div {
  max-width: 100%;
}
.toggle .toggle-title .title-name {
  display: block;
  padding: 24px 0 18px;
}
.toggle .toggle-title a i {
  font-size: 16px;
  margin-right: 5px;
}
.toggle .toggle-title i {
  position: absolute;
  background: url("/img/icon-plus.svg") center no-repeat;
  width: 24px;
  height: 24px;
  margin: 20px 0 20px 20px;
  right: 0;
}
.toggle .toggle-title.active i {
  background: url("/img/icon-minus.svg") center no-repeat;
}