@charset "utf-8";
/* よくある質問 */

#S01 .contentsDetail {
    max-width: 100%;
    padding: 0;
}

#S02 {padding: 50px 0;}
.accContainer {
  position: relative;
  width: 100%;
  border-top: none;
  outline: 0;
  cursor: pointer
}
.accContainer .accTitle {
    display: flex;
    margin: 0;
    padding: 20px;
    font-weight: normal;
    background: #eaf1ec;
    cursor: pointer;
    border-bottom: 1px dashed #999;
    font-size: 110%;
    justify-content: space-between;
}
.accContainer .accTitle span {
  line-height: 1.6em;
}
.accContainer .accTitle:hover, .accContainer .accTitle:active, .accContainer .content-entry.open .accTitle {
  background-color: #59744C;
  color: #ffffff;
}
.accContainer .accTitle:hover i:before, .accContainer .accTitle:hover i:active, .accContainer .content-entry.open i, .accContainer .accTitle:hover span {
  color: #ffffff;
}
.accTitle {
  position: relative;
}
.accTitle:after {
  content: "";
  transition: all 0.2s ease-in-out;
  display: block;
  width: 8px;
  height: 8px;
  border-top: solid 2px #333;
  border-right: solid 2px #333;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
.accTitle.open:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 45%;
}
.accordion-content {
    display: none;
    padding: 30px;
    text-align: left;
}
.accContainer {
  margin: 0 0 50px;
}


/*----------------------------------------------------------- 1024px */
@media screen and (max-width: 1024px) {


.accContainer .accTitle {
    padding: 10px;
    font-size: 90%;
}
}
/*----------------------------------------------------------- 680px */
@media screen and (max-width: 680px) {}
/*----------------------------------------------------------- 580px */
@media screen and (max-width: 580px) {}
/*----------------------------------------------------------- 540px */
@media screen and (max-width: 540px) {}
/*----------------------------------------------------------- 480px */
@media screen and (max-width: 480px) {}
/*----------------------------------------------------------- 375px */
@media screen and (max-width: 375px) {}

