.top-section5__inner {
  max-width: 750px;
  margin: 0 auto;
}

.top-section5 {
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 769px) {
  .top-section5 {
    margin-bottom: 150px;
    padding: 0 20px;
  }
}
@media screen and (max-width: 768px) {
  .top-section5 {
    padding: 0 20px 80px;
  }
}

.top-section5__list {
  border-top: 1px solid #E8E8E8;
}
@media screen and (min-width: 769px) {
  .top-section5__list {
    margin: 50px auto;
  }
}
@media screen and (max-width: 768px) {
  .top-section5__list {
    margin: 50px auto;
  }
}

.top-section5__item {
  border-bottom: 1px solid #E8E8E8;
}
.top-section5__item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 24px 0 24px 50px;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.4;
  translation: all 0.3;
}
.top-section5__item a:hover {
  opacity: 0.8;
}
@media screen and (max-width: 768px) {
  .top-section5__item a {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 14px 0;
  }
}
.top-section5__item a .day {
  margin-right: 30px;
}
@media screen and (max-width: 768px) {
  .top-section5__item a .day {
    margin-right: 20px;
  }
}
.top-section5__item a .cat {
  height: 20px;
  margin-right: 20px;
  color: #fff;
  background-color: #3CA815;
  padding: auto;
  min-width: 72px;
  padding: 1px 10px;
  border-radius: 10px;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .top-section5__item a .text {
    width: 100%;
    margin-top: 10px;
  }
}

.top-section3__buttonWrap {
  max-width: 335px;
}
@media screen and (min-width: 769px) {
  .top-section3__buttonWrap {
    margin: 50px auto 0;
  }
}
@media screen and (max-width: 768px) {
  .top-section3__buttonWrap {
    margin: 40px auto 0;
  }
}