/**お知らせ詳細ページ**/
/*********************************
**     汎用設定　　　　　　　　　  **
*************************************/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;600;700;800;900&display=swap");
* {
	box-sizing: border-box;
}
html{
  font-size: 10px;
}
body {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  margin: 0;
  max-width: unset;
  -webkit-font-feature-settings: "palt" 1;
    font-feature-settings: "palt" 1;
    width: 100vw;
    overflow-x: hidden;
    overflow-wrap: break-word;
}
p{
  margin: 0;
}

.container{
  background: #fff;
  font-size: 20px;
}
.header{
  width: 100%;
}
.text-area,
.text-area2{
  background: #fff;
  color: #000; 
  padding: 2% 0 10%;
  width: 850px;
  margin: 0 auto;
  line-height: 1.7;
}
.text-area2{
  width: 1000px;
}
.public-date{
  padding: 10px 0;
  font-size: 90%;
  font-weight: bold;
}
.title{
  font-weight: bold;
  font-size: 200%;
  text-decoration: underline;
  text-decoration-thickness: 2.5px;
  text-underline-offset: 30%;
  line-height: 2;
  margin-bottom: 5%;
  letter-spacing: 1.5px;
}
.title-img{
  width: 70%;
  margin: 3% auto;
}
.text{
  line-height: 2.0;
  padding-bottom: 25px;
  letter-spacing: 1.5px;
}
.songs-game{
  background: url(/hokuto-no-ken/img/information/footer_bg.png) center no-repeat;
  background-size: 101% 100%;
}

.button-common{
  font-size: 15px;
}
.songs-game-buttons li{
  width: 60%;
  max-width: 187px;
  margin: 0 0 0 auto;
}

.introduction-info::before,
.introduction-info::after {
  left: 0;
  width: 100%;
}
.prev,.next{
  display: inline-block;
  color: #121c3e;
  font-size: 0.2rem;
  font-weight: bold;
}
.prev{
  margin-right: 15%;
}
.page-button{
  text-align: center;
  padding-top: 2%;
}
.page-button a{
  text-decoration: none;
}

img{
  width: 100%;
}


@media only screen and (max-width: 1850px) {
  .songs-game{
          background-size: auto 100%;
  }
  .songs-game-buttons > li:not(:last-child) {
    margin-bottom: 0.18rem;
  }
}
@media only screen and (max-width: 1440px) {

}
@media only screen and (max-width: 1111px) {
}
@media only screen and (max-width: 1000px) {
  .text-area{
          width: 85%;
  }
  .text-area2{
          width: 100%;
  }


}
@media only screen and (max-width: 750.98px){
  .introduction-info::before,
  .introduction-info::after {
          left: 0;
          width: 100%;
  }
}
@media only screen and (max-width: 750px) {
  .container{
          font-size: 14px;
  }
  .title{
          font-size: 190%;
          text-decoration-thickness: 1.5px;
          text-underline-offset: 25%;
  }
  .title-img{
          width: 90%;
          margin: 8% auto;
  }
  .text-area{
          width: 90%;
          line-height: 1.5;
  }
  .text{
          width: 90%;
          line-height: 2.2;
          padding-bottom: 10px;
          margin: 0 auto;
  }
  
  .prev,.next{
          font-size: 0.3rem;
  }
  .page-button{
          padding-top: 4%;
  }
  .songs-game{
          background: url(/hokuto-no-ken/img/information/footer_bg.png) center no-repeat;
          background-size: auto 100%;
  }
  .songs-game-buttons > li:not(:last-child) {
    margin-bottom: 0.26rem;
  }
  .songs-game-buttons li{
          margin: 0 auto;
          width: 50%;
  }
}
  
/* ====================================================
Footer
==================================================== */
#footer {
  background: #1F2B30;
  padding: 10px 0 24px;
}
@media screen and (max-width: 1600px) and (min-width: 751px) {
  #footer {
    padding: 2vw 0;
  }
}
@media screen and (max-width: 750px) {
  #footer {
    padding: 27px 0;
  }
}
.inner {
  display: block;
  max-width: 1074px;
  padding: 0 25px;
}
@media screen and (max-width: 1600px) and (min-width: 751px){
  .inner {
      padding: 0 1.5625vw;
  }
}
#footer .inner {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 auto;
  max-width: 1390px;
}
@media screen and (max-width: 1600px) and (min-width: 751px) {
  #footer .inner {
    max-width: 86.875vw;
  }
}
#footer .footer-imagineer {
  width: 65px;
}
@media screen and (max-width: 1600px) and (min-width: 751px) {
  #footer .footer-imagineer {
    width: 4.063vw;
  }
}
#footer .footer-hexadrive {
  width: 123px;
  margin: 0 53px 0 17px;
}
@media screen and (max-width: 1600px) and (min-width: 751px) {
  #footer .footer-hexadrive {
    width: 7.688vw;
    margin: 0 3.325vw 0 1vw;
  }
}
@media screen and (max-width: 750px) {
  #footer .footer-hexadrive {
    width: 127px;
    margin: 0 -26px 0 20px;
  }
}
#footer .footer-txt {
  width: calc(100% - 258px);
  color: white;
  font-weight: 500;
  font-size: 1.417rem;
  line-height: 1.6;
  padding-top: 2px;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 1600px) and (min-width: 751px) {
  #footer .footer-txt {
    width: 67.66vw;
    font-size: 0.88vw;
  }
}
@media screen and (max-width: 750px) {
  #footer .footer-txt {
    text-align: center;
    width: 100%;
    font-size: 0.7085rem;
    margin-top: 20px;
    line-height: 1.69;
    letter-spacing: 0.04em;
  }
}
#footer .footer-txt span {
  position: relative;
  display: inline-block;
  margin: 0 12px 0 6px;
  top: -2px;
}
@media screen and (max-width: 750px) {
  #footer .footer-txt span {
    margin: 0 0 0 5px;
    top: -1px;
  }
}
#footer .footer-txt span img {
  width: 62px;
}
@media screen and (max-width: 1600px) and (min-width: 751px) {
  #footer .footer-txt span img {
    width: 3.875vw;
  }
}
@media screen and (max-width: 750px) {
  #footer .footer-txt span img {
    width: 32px;
  }
}