.l-main {
  padding-bottom: 300px;
}
.c-morebox__content {
  height: 0;
}
.js-morecont02 .c-title__block,
.js-morecont02 .l-gridblock,
.js-morecont02 .c-adobeinfobox{
  padding: 0;
}
.c-morebox__button {
  margin-bottom: 50px;
}
.c-morebox__button span {
  display: block;
  visibility: visible;
  opacity: 1;
}
.c-morebox__button {
  font-size: 20px;
  padding: 36px 40px;
  color: #67738A;
  border: 1px solid #707070;
}
.c-morebox__button i {
  width: 22px;
  height: 22px;
  right: 40px;
}
.c-morebox__button i:before, .c-morebox__button i:after {
  background: #707070;
  width: 22px;
}
.c-morebox__button.-open {
  border-color: #707070;
  background: #fff;
}

@media screen and (max-width: 768px) {
  .l-main {
    padding-bottom: 150px;
  }
  .l-block--xl--sp {
    margin-bottom: 20px
  }
  .c-morebox__button {
    margin-bottom: 25px;
  }
  .c-morebox__button {
    font-size: 14px;
    padding: 18.5px 40px;
  }
  .c-morebox__button i {
    width: 14px;
    height: 14px;
    right: 20px;
  }
  .c-morebox__button i:before, .c-morebox__button i:after {
    width: 14px;
  }
}