/* kuoju-top_contents */
.kuoju-top_contents { padding: 30px 20px; background: #FAF5E2; display: flex; flex-direction: column; gap: 20px; }
.kuoju-top__img { width: 233px; margin: 0 auto; }
.kuoju-top__txt { flex: 1; }
.kuoju-affiliation { font-size: 1.6rem; line-height: 1.3; }
.kuoju-speaker { display: flex; align-items: baseline; gap: 15px; }
.speaker__name { font-size: 2.3rem; font-weight: normal; margin: 0; line-height: 1; }
.speaker__name rt { font-size: 1.2rem; }
.speaker__label { font-size: 1.6rem; }
.publications__title { margin-bottom: 0; }
.publications__list { list-style: none; margin: 0; padding: 0; }

/* kuoju-info__contents */
.kuoju-info__contents { margin-top: 40px; display: flex; flex-direction: column-reverse; gap: 30px; }
.kuoju-info__txt { flex: 1; }
.kuoju-top__txt p { margin-top: 0; }
.kuoju-info__img { width: 100%; }
.kuoju-info__img img { width: 100%; height: auto; }

/* .kuoju-report__contents */
.kuoju-report__contents + .kuoju-report__contents { margin-top: 20px; }

@media only screen and (min-width: 768px) {

  /* kuoju-top_contents */
  .kuoju-top_contents { padding: 40px; justify-content: space-between; flex-direction: row; gap: 40px; }
  .kuoju-affiliation { font-size: 1.8rem; }
  .speaker__name { font-size: 4rem; }
  .speaker__name rt { font-size: 1.8rem; }
  .speaker__label { font-size: 2.4rem; }

  /* kuoju-info__contents */
  .kuoju-info__contents { justify-content: space-between; flex-direction: row; }
  .kuoju-info__txt { flex: 1; }
  .kuoju-info__img { width: 344px; }

}

/* 勝手にpタグが入るのを防ぐ（レイアウトが崩れるので消さないで） */
p:empty { display: none; }