.more_page_pc {
  width: 90%;
  max-width: 1100px;
  margin: 0 auto;
}
.more_page_pc .p1 {
  margin: 30px auto;
}
.more_page_pc .p1 p {
  text-indent: 2em;
  line-height: 2;
  font-size: 20px;
}
.more_page_pc .row {
  margin-bottom: 50px;
  position: relative;
}
.more_page_pc .row .text {
  color: #fff;
}
.more_page_pc .row span {
  font-weight: 600;
}
.more_page_pc .row p {
  line-height: 2;
  text-indent: 2em;
  text-align: justify;
  font-size: 18px;
}
.more_page_pc .row1 .text {
  position: absolute;
  color: #fff;
  padding: 30px;
  width: 30%;
  left: 10px;
}
.more_page_pc .row1 img {
  width: 100%;
}
.more_page_pc .row2 {
  display: flex;
  justify-content: space-between;
}
.more_page_pc .row2 .info {
  width: 30%;
  position: relative;
}
.more_page_pc .row2 .text {
  position: absolute;
  top: 52%;
  padding: 30px 10px;
}
.more_page_pc .row2 img {
  width: 100%;
}
.more_page_pc .row2 .text {
  color: #fff;
}
.more_page_pc .row3 {
  display: flex;
  justify-content: space-between;
}
.more_page_pc .row3 .info {
  width: 47%;
  position: relative;
}
.more_page_pc .row3 .text {
  position: absolute;
  top: 60%;
  padding: 30px 20px;
}
.more_page_pc .row3 img {
  width: 100%;
}
.more_page_pc .row3 .text {
  color: #fff;
}
.more_page_pc .row4 .text {
  position: absolute;
  color: #fff;
  padding: 30px;
  width: 30%;
  right: 10px;
}
.more_page_pc .row4 img {
  width: 100%;
}
.more_page_pc .row5 .text {
  position: absolute;
  color: #fff;
  padding: 30px;
  width: 100%;
  bottom: 10px;
}
.more_page_pc .row5 img {
  width: 100%;
}
.img2 {
  display: none;
}
@media screen and (max-width: 768px) {
  .more_page_pc {
    width: 95%;
  }
  .more_page_pc .p1 p {
    text-indent: 0;
    font-size: 16px;
    margin-bottom: 20px;
  }
  .more_page_pc .row {
    margin-bottom: 20px;
  }
  .more_page_pc .row .text p {
    font-size: 12px;
    line-height: 1.5;
  }
  .more_page_pc .row1 .text {
    top: 10px;
    left: 4px;
    padding: 2px; font-size:0.6em;
    width: 42%;
  }
  .more_page_pc .row2 .info {
    width: 32%;
  }
  .more_page_pc .row2 .text {
    top: 30%;
    padding: 10px;
  }
  .more_page_pc .row3 .info {
    width: 49%;
  }
  .more_page_pc .row3 .text {
    top: 50%;
    padding: 10px;
  }
  .more_page_pc .row4 .text {
    padding:2px;
    top: 10px;
    width: 40%;
  }
  .more_page_pc .row5 .text {
    padding: 40px;
    bottom: 20px;
  }
  .img1 {
    display: none;
  }
  .img2 {
    display: block;
  }
}
