@charset "utf-8";

.infoSection__headWrap {
  display: flex;
  align-items: baseline;
  font-family: YakuHanJPs, -apple-system, BlinkMacSystemFont, 'Roboto Condensed', "Helvetica Neue", "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", YuGothic, Meiryo, sans-serif;
  font-weight: 700;
}

.infoSection__head {
  color: rgba(255,255,255,.4);
  font-size: 4rem;
  margin: 0 .5em 0 0;
}

.infoSection__link {
  margin: 0;
  font-size: 2.2rem;
}

.infoSection__link a{
  color: rgba(255,255,255,.2);
  text-decoration: none;
}

@media screen and (min-width: 900px){
  .infoSection__head {
    font-size: 3rem;
  }

  .infoSection__link {
    font-size: 1.4rem;
  }
}

#nwu_001_t table,
#nwu_001_t tbody,
#nwu_001_t tr,
#nwu_001_t th,
#nwu_001_t td {
  display: block;
}

#nwu_001_t table {
  margin: 0 0 20px;
}

#nwu_001_t a {
  text-decoration: none;
}

#nwu_001_t tr {
  margin-bottom: 1.5em;
}

#nwu_001_t {
  font-size: 1.4rem;
}

@media screen and (min-width: 900px){
  #nwu_001_t {
    font-size: 1.2rem;
  }
}