@charset "utf-8";

#nwu_001_t,
#twitter_wrap {
  max-width: calc( 1280px / 2 + 2em);
  height: 100%;
  padding: 2em;
}

#nwu_001_t {
  margin-left: auto;
}

#nwu_001_t h2,
#twitter_wrap h2 {
  font-family: 'Coda', 'Noto Sans JP', "ヒラギノ角ゴ ProN W3", Meiryo, sans-serif;
  font-size: 3rem;
  margin: 0 0 0.5em;
}

#twitter_wrap h2 span {
  font-size: 50%;
  font-weight: normal;
}

#nwu_001_t h2::after,
#twitter_wrap h2::after {
  content: "";
  display: block;
  border-bottom: 2px solid #fff;
}

@media screen and (max-width:899px) {
  #nwu_001_t,
  #twitter_wrap {
    padding: 1.5em 1em 1em;
    margin: 0 auto;
  }

  #nwu_001_t h2,
  #twitter_wrap h2 {
    font-size: 3rem;
    text-align: center;
  }

  #nwu_001_t h2::after,
  #twitter_wrap h2::after {
    display: none;
  }
}

.newsListWrap,
.twTimelineWrap {
  overflow: hidden;
}

.newsList,
.twTimeline {
  overflow-y: auto;
  max-height: 300px;
  transition: .3s;
  -webkit-overflow-scrolling: touch;
}

.twTimelineWrap iframe {
  width: 1000px !important;
  max-width: 100% !important;
}

@media screen and (max-width: 899px) {
  .newsList,
  .twTimeline {
    max-height: 250px !important
  }
}


#nwu_001_t dl dt,
#nwu_001_t dl dd {
  padding: 0;
  margin: 0;
  position: relative;
}

#nwu_001_t dl dt {
  font-size: 1rem;
  font-weight: normal;
}

#nwu_001_t dl dd {
  margin-bottom: 3%;
  line-height: 1.4em;
}

#nwu_001_t a {
  color: inherit;
}

#nwu_001_t a:hover {
  opacity: .8;
}