.bnr{
  background: #fff;
  padding: 20px;
  border-radius: 20px;
  text-align: center;
}
.bnr h4{
  margin-bottom: 10px;
  font-weight: bold;
  text-align: left;
  text-indent: -1em;
  padding-left: 1em;
}
.bnr h4:before{
  content: "▼";
  color: #e60012;
}
.bnr img{
  display: inline-block;
  width: 100%;
  max-width: 500px;
}

.bnr.-talk{
  background: #f68f21;
}
.bnr.-fromhouse{
  background: #00bae8;
}
.bnr.-talk h4,
.bnr.-talk h4:before,
.bnr.-fromhouse h4,
.bnr.-fromhouse h4:before{
  color: #fff;
}

.episode{
  width: calc(100% - 100px);
  margin: 40px auto;
  text-align: left;
  line-height: 1.8;
}
.episode > h3{
  background: #0c9c2a;
  color: #fff;
  border-radius: 10px;
  padding: 20px 40px;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 40px;
}

.episode__lede .c-list{
  margin: 40px 0;
  padding: 20px;
  background: #f4f3df;
  font-size: 20px;
  font-weight: bold;
  width: 50%;
  border-radius: 10px;
}
.episode__letter{
  float: right;
  width: 40%;
  text-align: center;
  margin-top: -60px;
}

.episode__list{
  display: flex;
  flex-wrap: wrap;
  padding: 60px 0 0;
}

.episode__list h4{
  text-align: center;
  font-weight: bold;
  font-size: 20px;
}

.episode__list > div{
  border-radius: 10px;
  width: calc((100% - 40px) / 2);
  margin: 0 0 40px 40px;
  border-radius: 10px;
  padding: 20px;
  font-size: 95%;
  letter-spacing: 1px;
}

.episode__list > div li{
  margin-top: 20px;
}

.-beige{
  background: #f6f0e8;
}

.-green{
  background: #f1f7e0;
}

.-blue{
  background: #e4f5f7;
}

.-purple{
  background: #efeef6;
}

.episode__list > div:nth-child(2n + 1){
  margin-left: 0;
}

@media (max-width: 768px) {
  .episode{
    width: 100%;
  }
  .episode__list{
    display: block;
  }
  .episode__list > div{
    width: 100%;
    margin-left: 0;
  }
  .episode__letter{
    width: 100%;
    float: none;
  }
  .episode__letter img{
    width: 60%;
    margin-left: 42px;
  }
  .episode__lede .c-list{
    width: 100%;
  }
}