@charset "utf-8";

#nwu_001_t {
  width: 100%;
  color: #fff;
  overflow: hidden;
  padding: 0 0 4em;
  text-align: center;
}

#nwu_001_t h2.mainSection__head {
  text-align: center;
}

#nwu_001_t .newsWrap {
  padding: 5em 1em;
  background: repeating-linear-gradient(-45deg, #9a5ebc, #9a5ebc 30px, #9f63bf 30px, #9f63bf 60px) center;
}

#nwu_001_t .inner {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  display: inline-flex;
  justify-content: space-around;
  justify-content: space-evenly;
  flex-wrap: wrap;
  padding: 0 1em;
}

#nwu_001_t .inner .nwu_box {
  /* width: 23%; */
  margin: 0 0% 2em 0;
  background: #fff;
  filter: drop-shadow(1px 1px 0px rgba(58, 38, 67, 0.6));
  transition: all 0.2s ease;
  flex-basis: 23%;
  text-align: left;
}

#nwu_001_t .inner .nwu_box:nth-child(4n) {
  margin-right: 0;
}

#nwu_001_t .inner .nwu_box:hover {
  cursor: pointer;
  filter: drop-shadow(7px 7px 0px rgba(58, 38, 67, 0.4));
}

#nwu_001_t .nwu_box .sm {
  background: #eed0ff;
}

#nwu_001_t .nwu_box .day {
  color: #363636;
  padding: 5% 5% 0;
  font-size: 1.1rem;
  font-family: 'Noto Sans JP', sans-serif;
  line-height: 1.0;
}

#nwu_001_t .nwu_box .title {
  font-size: 1.5rem;
  padding: 5% 5% 0;
  line-height: 1.2;
}

#nwu_001_t .nwu_box .title a {
  padding: 0.0em;
  text-decoration: none;
}

#nwu_001_t .nwu_box .cap {
  color: #363636;
  padding: 5% 5% 6%;
  font-size: 1.1rem;
  font-family: 'Noto Sans JP', sans-serif;
  line-height: 1.2;
}

#nwu_001_t .twitterWrap {
}

.twTimelineWrap {
  width: 50%;
  overflow: hidden;
  height: 500px;
  padding: 0 1.5em;
  display: flex;
  flex-direction: column;
}

.twTimelineWrap p.tlHead {
  text-align: center;
  font-weight: bold;
  font-family: 'Noto Sans JP', sans-serif;
  margin: 0em 0 0.5em 0;
  font-size: 2rem;
}

.twTimelineWrap p.tlHead a {
  text-decoration: none;
  color: #2d2d2d;
}

.twTimelineWrap p.tlHead a span {
  display: block;
  font-size: 70%;
  font-weight: normal;
  color: #9a5dbc;
}

.twitter-timeline{
  flex:1;
}

.twTimelineWrap iframe {
  width: 728px !important;
  max-width: 100% !important;
  min-width: initial !important;
  height: 100% !important;
  max-height: 100%;
  padding: 0 0em 0 0 !important;
}

@media screen and (max-width:767px) {
  #nwu_001_t .inner {}
  #nwu_001_t .inner .nwu_box {
    width: 100%;
    flex-basis: 100%;
    margin-right: 0;
  }
  #nwu_001_t .nwu_box .day {
    font-size: 3.5vw;
  }
  #nwu_001_t .nwu_box .title {
    font-size: 4.5vw;
  }
  #nwu_001_t .nwu_box .title a {}
  #nwu_001_t .nwu_box .cap {
    font-size: 3.5vw;
  }

  .twTimelineWrap {
    width: 100%;
    height: 100vw;
    padding: 0 0em;
    margin: 0 0 2em
  }
  .twTimelineWrap p.tlHead {
    font-size: 5vw;
    margin: 0 0 0.5em;
  }
  .twTimelineWrap iframe {
    width: 740px !important;
    max-width: 100% !important;
    min-width: initial !important;
    height: 100% !important;
    max-height: 100%;
    padding: 0 0em 0 0 !important;
  }
}
