.episode-ttl img {
  max-width: 64.25%;
  margin: auto;
}
.episode-txtWrap {
  width: 432px;
  margin: 0 auto 88px;
}
.episode-txtWrap p,
.notice-txt.attention {
  margin: 25px 0;
}
.episode-btn {
  margin-top: 25px;
}
.episode-btn img {
  height: 285px;
  max-width: 100%;
}
/*.episode-btn a {
  max-width: 100%;
  height: 285px;
  display: block;
  background: url(../images/episodeImg03.png);
  background-repeat: no-repeat;
  background-size: cover;
  transition-duration: 0.5s;
}*/
/*.episode-btn a:hover {
  background: url(../images/episodeImg02.png);
  background-repeat: no-repeat;
  background-size: cover;
}*/
.episode-info {
  width: 432px;
  margin: auto;
}
.episode-txt {
  font-size: 1.125rem;
  line-height: 2.1;
}
.episode-txt a {
  color: #1E7ABF;
}
.episode-section {
  margin-bottom: 140px;
}
.episode-section.img1 img,
.episode-section.img2 img,
.episode-section.img3 img {
  max-width: 55.6%;
}
/*.episode-section.img4 img {
  max-width: 73.6%;
}*/
a:hover {
  color: #398F4A;
}
@media screen and (max-width: 480px) {
  .episode-txtWrap {
    width: 100%;
  }
  .episode-txt {
    font-size: 15px;
  }
  .episode-btn {
    text-align: center;
  }
  .episode-btn img {
    background-size: contain;
    width: 90%;
    height: 200px;
    margin: auto;
  }
  .episode-info {
    width: 100%;
  }
  .episode-ttl img {
    max-width: 85%;
  }
  .episode-txtWrap p {
    padding: 0 10px;
  }
  .episode-btn {
    margin-top: 35px;
  }
  .notice-txt.attention {
    margin: 10px 0;
  }
  .episode-info {
    padding: 0 10px;
  }
  .episode-info h2 {
    text-align: center;
  }
  .episode-section {
    margin-bottom: 100px;
  }
  .episode-section.img1 img,
  .episode-section.img2 img,
  .episode-section.img3 img {
    max-width: 70%;
  }
  .episode-section.img4 img {
    max-width: 90%;
  }
}