/* News & Twitter */
.main_sa01 {
  width: 1000px;
  margin: auto;
  display: flex;
  justify-content: space-between;
  filter: drop-shadow(0 0 3px #000);
  position: absolute;
  top: 1350px;
  right: 0;
  left: 0;
  text-shadow: 0 0 2px #000;
  transition: opacity 0.5s;
z-index: 50;
}

.main_sa01.fixed {
position: fixed;
top: calc(50vh - 289px /2);
z-index: 50;
}



/* ニュースユニットT01指定
---------------------------------------------*/
/* 枠指定 */
.newsTwitter{
  border-bottom: 1px solid #ddd;
  margin-bottom: 10px;
  font-size: 22px;
  letter-spacing: 0.8em;
  font-weight: 300;
}

#nwu_001_t {
text-align:left;
}


/* 新着アイコン指定
---------------------------------------------*/
#nwu_001_t .new_ic {
padding: 0px 0px 0px 30px;
background: url(../../images/sys/new_ic01.gif) left 2px no-repeat;
}

/* リスト内部要素指定
---------------------------------------------*/
/* サムネイル指定 */
#nwu_001_t .ph_img {
margin: 0px;
padding: 0px;
}

/* タイトル指定 */
#nwu_001_t .title {
margin: 0px;
font-weight: normal;
text-align:left;
}

/* 本文指定 */
#nwu_001_t .read {
margin: 0px 0px 0px 0px;
padding: 0px;
text-align:left;
}

/* 日付指定 */
#nwu_001_t .day {
margin: 0px;
padding: 0px;
}

/* リストパターン03選択時指定
---------------------------------------------*/
/* リスト指定 */
#nwu_001_t dl {
width: 480px;
height: 200px;
overflow:auto;
position:relative;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

#nwu_001_t dt {
font-size: 14px;
-ms-flex-preferred-size: 100px;
    flex-basis: 100px;
border-bottom: 1px solid #fff;
padding :0.5em;
}

#nwu_001_t dd {font-size: 16px;
-ms-flex-preferred-size: 300px;
    flex-basis: 300px;
-webkit-box-flex: 2;
    -ms-flex-positive: 2;
        flex-grow: 2;
border-bottom: 1px solid #fff;
padding :0.5em 0.5em 0.5em 0;
}

.news__readmore{
text-align:right;
margin:0.5em 1em 0 0;
font-size: 22px;
font-weight: 300;
border-top: 1px solid #fff;
}