@charset "UTF-8";
/*アーカイブ*/
/*NEWS*/
#news .wrap .contents {
  width: 80%;
  margin: 0 auto;
  /*シングル*/
}
#news .wrap .contents dl {
  padding: 1.5em;
  border-bottom: 1px #707070 solid;
  display: grid;
  grid-template-columns: 6em 1fr;
  grid-column-gap: 2em;
  text-align: left;
  align-items: center;
}
#news .wrap .contents dl dd {
  font-size: 1.8rem;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3";
}
#news .wrap .contents dl > dt a {
  font-size: 1.8rem;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3";
}
#news .wrap .contents dl > dt > a:hover {
  color: #104FB4;
}
#news .wrap .contents .nav-links {
  text-align: center;
  letter-spacing: 0.5em;
}
#news .wrap .contents .nav-links a:hover {
  color: #104FB4;
}
#news .wrap .contents .title {
  margin-bottom: 50px;
}
#news .wrap .contents .title h2 {
  font-size: 3rem;
}
#news .wrap .contents p {
  font-size: 2rem;
  margin-bottom: 50px;
}
#news .wrap .contents .navlink {
  text-align: center;
}
#news .wrap .contents .navlink a.gotoarchive {
  margin: 0 1em;
}
#news .wrap .contents .navlink a:hover {
  color: #104FB4;
}
@media screen and (max-width: 1200px) {
  /*NEWS*/
  #news .wrap .contents {
    /*シングル*/
  }
  #news .wrap .contents dl {
    padding: 1em;
  }
  #news .wrap .contents dl dd {
    font-size: 1.6rem;
  }
  #news .wrap .contents dl > dt a {
    font-size: 1.6rem;
  }
  #news .wrap .contents .title {
    margin-bottom: 30px;
  }
  #news .wrap .contents .title h2 {
    font-size: 2.4rem;
  }
  #news .wrap .contents .title span {
    font-size: 1.6rem;
  }
  #news .wrap .contents p {
    margin-bottom: 30px;
    font-size: 1.8rem;
  }
  #news .wrap .contents .navlink a {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 1024px) {
  /*NEWS*/
  #news .wrap .contents dl {
    grid-template-columns: 5em 1fr;
    grid-column-gap: 1em;
  }
  #news .wrap .contents dl dd {
    font-size: 1.5rem;
  }
  #news .wrap .contents dl > dt a {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 768px) {
  /*NEWS*/
  #news .wrap .contents {
    width: calc(100% - 40px);
    /*シングル*/
  }
  #news .wrap .contents h2 {
    display: inline-block;
  }
  #news .wrap .contents dl {
    padding: 0.7em 0;
    grid-template-columns: 4em 1fr;
  }
  #news .wrap .contents dl dd {
    font-size: 1.4rem;
  }
  #news .wrap .contents dl > dt a {
    font-size: 1.4rem;
  }
  #news .wrap .contents .title {
    margin-bottom: 20px;
  }
  #news .wrap .contents .title h2 {
    font-size: 1.8rem;
  }
  #news .wrap .contents .title span {
    font-size: 1.4rem;
  }
  #news .wrap .contents p {
    margin-bottom: 20px;
    font-size: 1.4rem;
  }
  #news .wrap .contents .navlink a {
    font-size: 1.4rem;
  }
}
