.main-inner {
  padding-bottom: 135px;
  background-color: #fff;
}
.main-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
.faq-area {
  display: none;
  margin-top: 30px;
}
.faq-area.active {
  display: block;
}
.faq-inner {
  margin-top: 20px;
  padding:0 10px;
}
.main-ttl {
  font-size: 24px;
  font-weight: bold;
}
.faq-ttl {
    padding-bottom: 2px;
    border-bottom: 1px solid #5f6b78;
    font-size: 18px;
    font-weight: bold;
}
.sub-ttl {
  font-weight: bold;
  padding-bottom: 10px;
}
.acor-item {
  position: relative;
}
.acor-btn {
  appearance: none;
  display: block;
  position: relative;
  width: 100%;
  padding: 10px 60px 10px 10px;
  text-align: left;
  border: solid #bbc5a4;
  border-width: 1px 1px 0px 1px;
  background-color: #F8FBF2;
  cursor: pointer;
}
.acor-item:last-of-type .acor-btn,
.acor-item.acor-item.is-AcorShow .acor-btn {
  border-bottom: 1px solid #bbc5a4;
}
.acor-btn::after {
  content: "";
  display: block;
  position: absolute;
  top: calc(50% - 3px);
  right: 30px;
  width: 15px;
  height: 15px;
  border-top: 3px solid #8f9f77;
  border-right: 3px solid #8f9f77;
  transform: translateY(-50%) rotate(135deg);
}
.acor-item.is-AcorShow .acor-btn::after {
  top: calc(50% + 3px);
  transform:  translateY(-50%) rotate(-45deg);
}
.acor-btn:hover {
  opacity: 0.7;
}
.acor-detail {
  position: relative;
  padding: 7px 15px 30px;
}
.answer ol {
  /* list-style: normal; */
  /* padding-left: 1em; */
}
.answer ul li {
  text-indent:-1rem;
  padding-left:1rem;
}
.answer dl dt {
  font-weight:bold;
}
.answer dl dd {
  text-indent:1rem;
}
.answer a {
  color:#2196f3;
}
.answer a:hover {
  text-decoration:none;
}
.answer-bold {
  font-weight:bold;
}
@media screen and (max-width: 768px) {
	.main-container {
    padding: 0 10px;
  }
  .main-ttl {
        font-size: 18px;
  }
  .sub-ttl{
        margin-top: 25px;
        font-size: 16px;
  }
  .acor-item {
    position: relative;
  }
  .acor-btn::after {
    top: calc(50% - 2px);
    right: 10px;
    width: 8px;
    height: 8px;
    border-width: 1px;
  }
  .acor-item.is-AcorShow .acor-btn::after {
    top: calc(50% + 1px);
  }
  .acor-detail {
    top: 15px;
  }
  .question {
    padding: 10px 26px 10px 10px;
  }
  .answer {
    font-size: 14px;
  }
}