/*-------------------------
 #page_ttl
-------------------------*/
#page_ttl h2 {
  position: relative;
  background: url(../../common/images/ph_main.jpg) top center no-repeat;
  background-size: cover;
}

/*-------------------------
 #tab
-------------------------*/
#tab .cat {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  font-weight: bold;
  margin-bottom: 40px;
}
#tab .cat li {
  width: 49%;
}
#tab .cat li:nth-child(odd) {
  width: 44%;
}
#tab .cat li a {
  display: block;
  position: relative;
  font-size: 1.3rem;
  color: #3f6b08;
}
#tab .cat li a span {
  display: inline-block;
  width: 12px;
  text-align: left;
}
#tab .cat li a i {
  position: absolute;
  right: 0px;
  top: 10px;
  display: inline-block;
  width: 9.1px;
  height: 5.5px;
}
#tab .cat li a i::before,
#tab .cat li a i::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: calc(50% - 1px);
  width: 2px;
  height: 6px;
  border-radius: 9999px;
  background-color: #3f6b08;
  transform-origin: 50% calc(100% - 1px);
}
#tab .cat li a i::before {
  transform: rotate(45deg);
}
#tab .cat li a i::after {
  transform: rotate(-45deg);
}
#tab h3 {
  font-size: 2rem;
  font-weight: 900;
  color: #3f6b08;
  margin-bottom: 10px;
}
#tab .aco {
  margin-bottom: 40px;
}
#tab .aco .js-ac--close {
  display: none;
}
#tab .aco .ac-box {
  height: 0;
  overflow: hidden;
  transition: 0.4s ease;
  position: relative;
}
#tab .aco .ac-box::before {
  display: inline-block;
  content: "A.";
  font-size: 1.7rem;
  font-weight: bold;
  position: absolute;
  top: -5px;
  left: 18px;
}
#tab .aco .ac-box p {
  margin-left: 4rem;
  padding-bottom: 20px;
}
#tab .aco .js-ac {
  position: relative;
  width: 100%;
  padding: 13px 34px 13px 13px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  text-align: left;
  background: white;
  border: none;
  border-radius: 5px;
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.1);
  transition: 0.5s;
  margin-bottom: 10px;
}
#tab .aco .js-ac:hover {
  cursor: pointer;
  opacity: 0.75;
}
#tab .aco .js-ac h4 {
  font-size: 1.4rem;
  font-weight: 700;
  text-indent: -30px;
  margin-left: 30px;
}
#tab .aco .js-ac h4::before {
  display: inline-block;
  content: "Q";
  width: 24px;
  height: 24px;
  font-size: 1.4rem;
  font-weight: normal;
  text-align: center;
  line-height: 22px;
  color: white;
  background-color: #3f6b08;
  border-radius: 12px;
  margin-right: 5px;
  text-indent: 0px;
}
#tab .aco .js-ac::before {
  content: "";
  width: 1px;
  height: 10px;
  background: #c6c6c6;
  position: absolute;
  right: 18px;
  top: 0;
  bottom: 0;
  margin: auto;
  transition: 0.6s ease;
}
#tab .aco .js-ac::after {
  content: "";
  width: 10px;
  height: 1px;
  background: #c6c6c6;
  position: absolute;
  right: 14px;
  top: 0;
  bottom: 0;
  margin: auto;
  transition: 0.6s ease;
}
#tab .aco .js-ac.is-ac--open::before {
  transform: rotate(90deg);
}
#tab .aco .js-ac.is-ac--open::after {
  transform: rotate(-180deg);
}
#tab .aco .js-ac.is-ac--open + .ac-box {
  height: auto;
  opacity: 1;
}/*# sourceMappingURL=style.css.map */