@charset "UTF-8";
.mv-wrap-01{
  background: url(/imgs/topics/topics_mv_pc.jpg) no-repeat center / cover;
}
.date{
  margin-bottom: 1em;
}
.ttl-03 {
  margin-bottom: 80px;
}
.img-01{
  margin: 60px auto 80px;
}
.img-02{
  float: right;
  margin: 0 0 20px 40px;
  width: 360px;
}
.section .txt-04{
  margin-bottom: 1em;
  line-height: 1.5;
}
.section ul + .txt-05,
.section .txt-05 + .txt-05 {
  margin-top: 1em;
}
.section .cnt-01{
  clear: both;
}
.section .cnt-01 + .cnt-01 {
  margin-top: 3em;
}
.section ul{
  margin-top: 1em;
}
.section .lnk-wrap{
  margin-top: 2em;
}
.section .lnk-wrap p + p{
  margin-top: 1em;
}

@media only screen and (max-width: 768px) {
  .mv-wrap-01 {
    background: url(/imgs/topics/topics_mv_sp.jpg) no-repeat center / cover;
  }
  .ttl-03 {
    margin-bottom: 7.813vw;
  }
  .img-01{
    margin: 4em auto;
  }
  .img-02{
    float: none;
    margin: 1em auto;
    width: 100%;
  }
  
}
