.list-information {
  margin: 49px 0 0;
}
@media screen and (max-width: 767px) {
  .list-information {
    margin: 20px 0 0;
  }
}

.information-detail .date {
  margin: 40px 0 11px;
  font-size: 12px;
  line-height: 2.1;
}
.information-detail .title {
  font-size: 18px;
  line-height: 1.8;
  font-weight: 700;
}
.information-detail .group-content {
  margin: 40px 0 0;
}
.information-detail .btn-back {
  margin: 40px 0 0;
}
.information-detail .btn-back a {
  color: #EB5F46;
  font-size: 18px;
  line-height: 1;
  text-decoration: underline;
  text-underline-offset: 2px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.information-detail .btn-back a::before {
  content: "";
  background: url("../img/shared/arrow_back.svg") no-repeat center/100% auto;
  width: 24px;
  height: 24px;
}
@media (hover: hover) {
  .information-detail .btn-back a:hover {
    text-decoration: none;
  }
}
@media screen and (max-width: 767px) {
  .information-detail .img {
    margin: 20px -16px 0;
  }
  .information-detail .date {
    margin: 20px 0 8px;
    font-size: 10px;
    line-height: 1.5;
  }
  .information-detail .title {
    font-size: 16px;
  }
  .information-detail .group-content {
    margin: 13px 0 0;
  }
  .information-detail .btn-back {
    margin: 16px 0 0;
  }
}

@media screen and (max-width: 767px) {
  .wrap-information {
    overflow: hidden;
  }
}