.p-top5_2 {
  width: 90%;
  margin: 0 auto;
  display: flex;
  justify-content: space-around;
  align-items: flex-start;
}

.p-top5_2 img {
  width: 360px;
  margin-top: 20px;
}

.p-top_special {
  margin-top: 60px;
  text-align: center;
}

.p-top_special .c-btn1 {
  color: #007ac5;
  font-size: 2.6rem;
  font-weight: 700;
}

.p-top_special .c-text1 {
  margin-top: 40px;
  margin-bottom: 20px;
}

.p-top_special .c-text2 {
  font-size: 1.6rem;
  font-weight: 700;
  margin-top: 20px;
  line-height: 1.6;
}

.c-btn1.passive {
  background: #ddd;
  box-shadow: none;
}

.c-btn1.passive:hover {
  transform: none;
  opacity: 1;
}

.p-top5_1__inner:nth-of-type(2) {
  margin-top: 30px;
}

@media screen and (max-width: 1080px) {


}

@media screen and (max-width: 768px) {
  .p-top5_2 {
    flex-wrap: wrap;
  }

  .p-top_special {
    margin-top: 40px;
    text-align: left;
  }

  .p-top_special .c-btn1 {
    font-size: 2rem;
  }

  .p-top_special .c-text1 {
    margin-top: 20px;
  }

  .p-top_special .c-text2 {
    font-size: 1.4rem;
    margin-top: 15px;
  }
}
