.accordion-more {
  height: 250px;
  background-color: #fff;
  border-top: #E8E8E8 solid 1px;
  padding-top: 30px;
  position: relative;
  overflow: hidden;
}
@media (max-width: 767px) {
  .accordion-more {
    height: 146px;
  }
}
.accordion-more + .accordion-more {
  margin-top: 30px;
}
@media (max-width: 768px) {
  .accordion-more + .accordion-more {
    margin-top: 20px;
  }
}
.accordion-more::after {
  content: "";
  width: 100%;
  height: 95px;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 80%);
  position: absolute;
  left: 0;
  bottom: 0;
}
.accordion-more.is-active {
  height: auto;
  padding-bottom: 40px;
}
@media (max-width: 768px) {
  .accordion-more.is-active {
    padding-bottom: 30px;
  }
}
.accordion-more.is-active::after {
  content: none;
}
.accordion-more.is-active.pb-60 {
  padding-bottom: 60px;
}
.accordion-more-title {
  width: 100%;
  text-align: center;
  position: absolute;
  bottom: 0;
  z-index: 1;
}
.accordion-more .ttl-section {
  margin-top: 0;
}
.accordion-more .row .col-7 {
  padding-right: 20px;
}
.accordion-more .row .col-7 p {
  margin-bottom: 0;
}
.accordion-more .row .col-5 {
  text-align: center;
  margin-top: -40px;
}
@media (max-width: 768px) {
  .accordion-more .row .col-5 {
    margin-top: -30px;
  }
}
.accordion-more .row .col-5 img {
  width: 70%;
}
@media (max-width: 767px) {
  .accordion-more .row .col-5 img {
    width: 100%;
  }
}