#nwu_001_t{
    width: calc(656px / 2);
    height: calc(784px / 2);
    background: url(../../images/main/tz/newsList_bg.png) no-repeat;
    background-size: 100% auto;
    padding: 17% 5% 9% 6%;
    font-size: 1.2rem;
    line-height: 1.2;
    text-shadow: 1px 1px 0px rgba(255, 255, 255, 1);
}
#nwu_001_t dl{
padding:0% 3% 0 0;
    height: 100%;
    overflow: auto;
}
#nwu_001_t dl dt
,#nwu_001_t dl dd{
    padding: 0% 0 0px 15%;
    margin: 0 0 0px;
    position:relative;
}
#nwu_001_t dl dt {
   color:#0091b1;
font-size:1.0rem;
font-weight:normal;
}
#nwu_001_t dl dd{
    padding: 1% 0 3% 15%;
    margin: 0 0 3%;
}
#nwu_001_t dl dd:after{
content:"";
display:block;
width:95%;
height:1px;
position:absolute;
bottom:0;
right:0;
    background-image: linear-gradient( -45deg, rgba(255, 255, 255, 0) 25%, #282b3d 25%, #282b3d 50%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 75%, #282b3d 75%, #282b3d );
  background-size: 8px 8px;
  opacity:0.5;
}
#nwu_001_t a{
color:#000;
}



@media screen and (max-width: 767px) {
#nwu_001_t {
    width: 100vw;
    height: calc(764/636*100vw);
    margin: 0 auto;
    font-size: 3.5vw;
}
#nwu_001_t dl dt {
    font-size: 2.5vw;
}
}