.top .ts5_new02 {
  width: 1140px;
  margin: 0 auto 80px;
  padding: 0 0 60px;
}

@media (max-width: 768px) {
  .top .ts5_new02 {
    width: 89.33333%;
    margin: 0 auto 60px;
    padding: 0 0 30px;
  }
}

.top .ts5_new02 .h2_contents {
  text-align: center;
  border-bottom: none;
}

.top .ts5_new02 .h2_contents h2 {
  padding: 0 0 10px;
}

.top .ts5_new02 .h2_contents h2 span {
  text-align: center;
}

.top .ts5_new02 .h2_contents a {
  display: table;
  text-align: center;
  margin: 0 auto 40px;
}

.top .ts5_new02 ul {
  display: flex;
  justify-content: space-between;
}

@media (max-width: 768px) {
  .top .ts5_new02 ul {
    flex-wrap: wrap;
  }
}

.top .ts5_new02 ul li {
  width: 270px;
}

@media (max-width: 768px) {
  .top .ts5_new02 ul li {
    width: 48%;
    margin: 0 0 30px;
  }
}

.top .ts5_new02 ul li img {
  width: 100%;
}

.top .ts5_new02 ul li .p1 {
  color: #222;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 0.06em;
  font-weight: 500;
  margin: 10px auto 8px;
  text-align: center;
}

@media (max-width: 768px) {
  .top .ts5_new02 ul li .p1 {
    font-size: 14px;
    line-height: 20px;
  }
}

.top .ts5_new02 ul li .p2 {
  color: #222;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0.06em;
  font-weight: 400;
  margin: 0px auto 5px;
  text-align: center;
}

@media (max-width: 768px) {
  .top .ts5_new02 ul li .p2 {
    margin: 0 auto 8px;
  }
}

.top .ts5_new02 ul li .p3 {
  color: #222;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.06em;
  font-weight: 500;
  margin: 0px auto 5px;
  text-align: center;
}