/* Scss Document */
/* Scss Document */
/*!
 * Font Awesome Free 5.12.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
/*!
 * Font Awesome Free 5.15.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
@font-face {
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url("../webfonts/fa-solid-900.eot");
  src: url("../webfonts/fa-solid-900.eot?#iefix") format("embedded-opentype"), url("../webfonts/fa-solid-900.woff2") format("woff2"), url("../webfonts/fa-solid-900.woff") format("woff"), url("../webfonts/fa-solid-900.ttf") format("truetype"), url("../webfonts/fa-solid-900.svg#fontawesome") format("svg");
}
.fa,
.fas {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

/*!
 * Font Awesome Free 5.15.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
@font-face {
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("../webfonts/fa-regular-400.eot");
  src: url("../webfonts/fa-regular-400.eot?#iefix") format("embedded-opentype"), url("../webfonts/fa-regular-400.woff2") format("woff2"), url("../webfonts/fa-regular-400.woff") format("woff"), url("../webfonts/fa-regular-400.ttf") format("truetype"), url("../webfonts/fa-regular-400.svg#fontawesome") format("svg");
}
.far {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

@font-face {
  font-family: "Sawarabi Mincho";
  src: url("../font/SawarabiMincho-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "Sawarabi Gothic";
  src: url("../font/SawarabiGothic-Regular.ttf") format("truetype");
}
#gNavi li:nth-child(2) {
  display: block;
  background: #294198;
}
#gNavi li:nth-child(2) a {
  color: #fff;
}

#news {
  width: 100%;
  height: 430px;
  background: url(../images/news/news_title.jpg) repeat-x center;
}

@media screen and (max-width: 768px) {
  #news {
    height: 120px;
    overflow: hidden;
  }
}
/* ---------------- What's new ---------------- */
ul.backnumberList {
  border-bottom: 1p dashed #888;
}

ul.backnumberList li {
  padding: 10px;
  border-top: 1px dashed #888;
  text-align: left;
}

ul.backnumberList li dl {
  display: table;
  width: 100%;
  table-layout: fixed;
}

ul.backnumberList li dl dt {
  display: table-cell;
  width: 110px;
  vertical-align: middle;
}

ul.backnumberList li dl dd.icon {
  display: table-cell;
  width: 80px;
  vertical-align: middle;
}

ul.backnumberList li dl dd.icon span {
  display: block;
  width: 60px;
  padding: 4px;
  color: #fff;
  font-size: 0.8rem;
  line-height: 1;
  text-align: center;
}

ul.backnumberList li dl dd.icon span.result {
  background: #4a7bc6;
  border-radius: 4px;
}

ul.backnumberList li dl dd.icon span.event {
  background: #55b4bb;
  border-radius: 4px;
}

ul.backnumberList li dl dd.icon span.media {
  background: #baa256;
  border-radius: 4px;
}

ul.backnumberList li dl dd.icon span.other {
  background: #888;
  border-radius: 4px;
}

ul.backnumberList li dl dd.title {
  display: table-cell;
  vertical-align: middle;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

@media screen and (max-width: 768px) {
  ul.backnumberList li {
    padding: 10px;
  }

  ul.backnumberList li dl {
    display: block;
  }

  ul.backnumberList li dl dt {
    display: block;
    float: left;
  }

  ul.backnumberList li dl dd.icon {
    display: block;
    margin-left: 110px;
    margin-bottom: 10px;
  }

  ul.backnumberList li dl dd.title {
    display: block;
  }
}
@media screen and (max-width: 480px) {
  dl.newsMeta {
    display: table;
    width: 100%;
  }

  dl.newsMeta dt {
    float: left;
  }

  dl.newsMeta dd.icon {
    margin-left: 110px;
    margin-bottom: 10px;
  }

  dl.newsMeta dd.icon span {
    display: block;
    width: 60px;
    height: 20px;
    color: #fff;
    font-size: 12px;
    text-align: center;
  }

  dl.newsMeta dd.icon span.result {
    background: #4a7bc6;
    border-radius: 4px;
  }

  dl.newsMeta dd.icon span.event {
    background: #55b4bb;
    border-radius: 4px;
  }

  dl.newsMeta dd.icon span.media {
    background: #baa256;
    border-radius: 4px;
  }

  dl.newsMeta dd.icon span.other {
    background: #888;
    border-radius: 4px;
  }

  dl.newsMeta dd.title {
    padding-bottom: 10px;
    border-bottom: 1px #617BBA dashed;
    font-size: 20px;
  }

  .contents {
    padding: 20px 0;
  }
}