@charset "UTF-8";

.archive-talk dt{
        margin-top:0.2rem;
        text-align:right;
      }

      .archive-talk dt span{
        padding:0.2rem 1rem;
        font-size:0.9rem;
      }

      .archive-talk dt span.host{
        border-radius:5px;
        background-color:#eee;
        color:#000;
      }

      .archive-talk dt span.guest {
        border-radius:5px;
        background-color:#e60039;
        color:#fff;
      }
      .archive-talk dd{
        line-height:220%;
        font-size:0.9rem;
      }

      .figure-caption {
        font-size:0.7rem;
        text-align:right;
        padding-right:0.5rem;
      }

      .talkshow-theme {
        font-weight:900;
        font-size:2vw;
        margin-bottom:2rem;
      }

      .comment-title {
        text-align:center;
        margin-bottom:2rem;
        font-weight:900;
        font-size:2rem;
      }
      .comment {
        line-height:170%;
        padding:2rem;
        font-weight:700;
        font-size:0.9rem;
        background-color:#f2f2f2;
        border-radius:20px;
        margin-bottom:1rem;
      }

      .comment span {
        font-size:0.8rem;
        display: block;
        text-align: right;
        margin-top:1rem;
        font-weight:900;
      }

      @media screen and (max-width: 768px) {
        .archive-talk dt{
        text-align:left;
        margin-bottom:1rem;
      }

      .talkshow-theme {
          font-size:1.2rem;
        }
    .talkshow-movie {
      font-size:1.5rem;
    }
      }