@charset "utf-8";

/* 配置 */
.main_sa01_l {
  margin-bottom: 100px;
}

.main_sa01_r {
  margin-bottom: 115px;
}

@media screen and (min-width: 900px){
  .main_sa01 {
    display: -webkit-box;
    display: flex;
    margin: 90px 0 0;
    -webkit-box-pack: justify;
            justify-content: space-between;
  }

  .main_sa01_l,
  .main_sa01_r{
    width: 50%;
    max-width: 350px;
    margin-bottom: 0;
  }
}

/* 見出し */
.newsHead,
.twitterHead {
  font-size: 1.8rem;
  text-align: center;
  position: relative;
}

@media screen and (min-width: 900px){
  .newsHead,
  .twitterHead {
    font-size: 2.4rem;
  }
}

/* ニュースリスト */
.newsWrap{
  position: relative;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  max-height: 490px;
}

@media screen and (min-width: 900px){
  .newsWrap{
    padding-right: 16px;
    max-height: 500px;
  }
}

#nwu_001_t dl {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  border-top: 1px solid #ccc;
  margin: 0;
}

/* ニュース日付 */
#nwu_001_t dt {
  color: #666666;
  font-size: 1rem;
  -webkit-box-ordinal-group: 31;
          order: 30;
  border-bottom: 1px solid #ccc;
  padding-bottom: 1em;
}

/* ニュースタイトル */
#nwu_001_t dd {
  margin: 0;
  font-size: 1.2rem;
  font-weight: 600;
  -webkit-box-ordinal-group: 30;
          order: 29;
  padding-top: 1em;
}

#nwu_001_t dd a{
  text-decoration: none;
  color: inherit;
  -webkit-font-feature-settings: 'palt';
          font-feature-settings: 'palt';
  letter-spacing: 0.1em;
  transition: 0.5s;
}

#nwu_001_t dd a:hover{
  color: #70bccf;
}

@media screen and (min-width: 900px){
  #nwu_001_t dt {
    font-size: 1.2rem;
  }

  #nwu_001_t dd {
    font-size: 1.4rem;
  }
}

/* 順番入れ替え */
#nwu_001_t dd:nth-of-type(1) {-webkit-box-ordinal-group: 2;order: 1;}
#nwu_001_t dt:nth-of-type(1) {-webkit-box-ordinal-group: 3;order: 2;}
#nwu_001_t dd:nth-of-type(2) {-webkit-box-ordinal-group: 4;order: 3;}
#nwu_001_t dt:nth-of-type(2) {-webkit-box-ordinal-group: 5;order: 4;}
#nwu_001_t dd:nth-of-type(3) {-webkit-box-ordinal-group: 6;order: 5;}
#nwu_001_t dt:nth-of-type(3) {-webkit-box-ordinal-group: 7;order: 6;}
#nwu_001_t dd:nth-of-type(4) {-webkit-box-ordinal-group: 8;order: 7;}
#nwu_001_t dt:nth-of-type(4) {-webkit-box-ordinal-group: 9;order: 8;}
#nwu_001_t dd:nth-of-type(5) {-webkit-box-ordinal-group: 10;order: 9;}
#nwu_001_t dt:nth-of-type(5) {-webkit-box-ordinal-group: 11;order: 10;}
#nwu_001_t dd:nth-of-type(6) {-webkit-box-ordinal-group: 12;order: 11;}
#nwu_001_t dt:nth-of-type(6) {-webkit-box-ordinal-group: 13;order: 12;}
#nwu_001_t dd:nth-of-type(7) {-webkit-box-ordinal-group: 14;order: 13;}
#nwu_001_t dt:nth-of-type(7) {-webkit-box-ordinal-group: 15;order: 14;}
#nwu_001_t dd:nth-of-type(8) {-webkit-box-ordinal-group: 16;order: 15;}
#nwu_001_t dt:nth-of-type(8) {-webkit-box-ordinal-group: 17;order: 16;}
#nwu_001_t dd:nth-of-type(9) {-webkit-box-ordinal-group: 18;order: 17;}
#nwu_001_t dt:nth-of-type(9) {-webkit-box-ordinal-group: 19;order: 18;}
#nwu_001_t dd:nth-of-type(10) {-webkit-box-ordinal-group: 20;order: 19;}
#nwu_001_t dt:nth-of-type(10) {-webkit-box-ordinal-group: 21;order: 20;}