.ds_page .ds_tit_pc {
  text-align: center;
}
.ds_page .ds_text_pc {
  position: relative;
}
.ds_page .ds_text_pc .bg {
  width: 100%;
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: 0;
}
.ds_page .ds_text_pc .text {
  width: 90%;
  margin: 0 auto;
  max-width: 1200px;
}
.ds_page .ds_text_pc .text p {
  line-height: 2;
  text-indent: 2em;
  font-size: 20px;
  text-align: justify;
}
.ds_page .ds_text_pc .text a {
  color: red;
  font-size: 20px;
  text-indent: 2em;
}
.ds_page .ds_text_pc .text .center {
  margin: 50px 0;
  margin-bottom: 0;
  text-align: center;
}
.ds_page .ds_text_pc .text .center p {
  text-align: center;
  color: red;
  font-size: 24px;
  text-indent: 0;
}
.ds_page .ds_text_pc .text .center img {
  max-width: 300px;
  margin-top: 30px;
  margin-bottom: 400px;
}
.ds_tit_m {
  display: none;
  text-align: center;
  margin: 30px 0;
}
.ds_text_m {
  position: relative; overflow:hidden;
  display: none;
}
.ds_text_m .bg {
  width: 100%;
  position: absolute;
  z-index: -1;
  top: 30px;
  left: 20px;
  height: 100%;
  object-fit: cover;
}
.ds_text_m .text {
  width: 100%;
  padding: 0 5%;
  margin: 0 auto;
  margin-top: 20px;
}
.ds_text_m .text p {
  line-height: 2;
  font-size: 16px;
  text-align: justify;
  margin-bottom: 20px;
}
.ds_text_m .text a {
  color: red;
  font-size: 16px;
}
.ds_text_m .text .center {
  margin-bottom: 0;
  text-align: center;
  margin-top: 30px;
}
.ds_text_m .text .center p {
  text-align: center;
  font-size: 14px;
  text-indent: 0;
  margin: 0;
  font-weight: 600;
}
.ds_text_m .text .center img {
  max-width: 200px;
  margin-top: 20px;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .ds_tit_pc {
    display: none;
    text-align: center;
  }
  .ds_tit_m {
    display: block;
  }
    .ds_tit_m img{ max-width:100%}
  .ds_text_pc {
    display: none;
  }
  .ds_text_m {
    display: block;
  }
}
