#yodogawa {
  padding-top: 80px;
}
body {
  font-family: "Maru Antique+ Regular";
}
article {
  padding: 0;
  width: 850px;
  max-width: 100%;
  box-sizing: border-box;
}

/* ヨドガワ １〜４回/５回　切り替え */
.ep-05 {
  display: none;
}

[data-post-id="216347"] .ep-05{
  display: block;
}

[data-post-id="216347"] .ep-00{
  display: none;
}

/* プロフィール　下２名分　１〜４回非表示 */
#yodogawa .inner p:nth-last-child(1 of .btn_profile),
#yodogawa .inner p:nth-last-child(2 of .btn_profile) {
  display: none;
}
/* １〜４回非表示　→　５回表示 */
[data-post-id="216347"] #yodogawa .inner p:nth-last-child(1 of .btn_profile),
[data-post-id="216347"] #yodogawa .inner p:nth-last-child(2 of .btn_profile) {
  display: block;
}

/* 學校バナー余白調整 */
.gakko {
  margin-top: 1em;
  margin-bottom: 1em;
}