@charset "utf-8";


#nwu_001_t {
  margin: 0px;
  padding: 13rem 0px 5rem;
  width: 100%;
  /* bottom: 0; */
  left: 0;
  transition: all 0.5s ease;
  z-index: 10;
  line-height: 1;
  grid-template-columns: 20rem 1fr 45rem;
  position: relative;
}

#nwu_001_t .contHead {
  margin: 0 0 0.5em 0;
  position: relative;
}

.newsListWrap {
  text-align: center;
  position: relative;
}

#nwu_001_t table,
#nwu_001_t table tbody,
#nwu_001_t table tr,
#nwu_001_t table th,
#nwu_001_t table td {
  display: block;
}

#nwu_001_t table {
  color: #fff;
  display: inline-block;
}

#nwu_001_t table tbody {}

#nwu_001_t table .day {
  font-size: 100%;
  margin: 0 0em 0.0em 0;
  letter-spacing: 0.1em;
  font-weight: 300;
  font-family: Arial, sans-serif;
}

#nwu_001_t table .day::after {
  content: "：";
  display: inline-block;
  margin: 0 0.5em;
}

#nwu_001_t table tr {
  /* height: 3em; */
  display: flex;
  align-items: center;
}

#nwu_001_t table th {}

#nwu_001_t table td {
    font-weight: 400;
    font-size: 150%;
}

#nwu_001_t table .title {
  /* font-size: 1.6rem; */
}

#nwu_001_t table .title a {
  display: inline-block;
  text-decoration: none;
  color: #fff;
  margin: 0;
  padding: 1em 0;
}


#nwu_001_t table .title a {
  text-decoration: none;
  color: #fff;
}



@media screen and (max-width:767px) {
  #nwu_001_t {
    text-align: left;
    padding: 22vw 5vw 2em;
    width: 100%;
  }

  #nwu_001_t table .title span.new_ic {
    display: flex;
  }
  #nwu_001_t table .day {
    font-size: 80%;
    margin-bottom:0.7em;
  }
  #nwu_001_t table .day::after {
    display: none;
  }

  #nwu_001_t table tr {
    display: block;
    text-align: left;
    font-size: 3.5vw;
    padding: 1.2em 0;
    font-weight: 300;
  }

  #nwu_001_t table .title {
    font-size: 100%;
  }
  
  #nwu_001_t table .title a {
    text-decoration: none;
    color: #fff;
    padding: 0;
    display: block;
  }
}
