@charset "utf-8";

/* 共通のCSS */

.Pagetop {
  background-image: url(../images/nwes_top2.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-color: rgba(255, 255, 255, 0.4);
  background-blend-mode: lighten;
  width: 100%;
  text-align: center;
  margin-top: 70px;
  padding: 7% 0;
  color: rgb(255, 255, 255);
  font-size: 40px;
  text-shadow: 2px 2px 0 #00000055, -2px -2px 0 #00000055,
    -2px 2px 0 #00000055, 2px -2px 0 #00000055,
    0px 2px 0 #00000055, 0 -2px 0 #00000055,
    -2px 0 0 #00000055, 2px 0 0 #00000055;
}

h3 {
  text-transform: uppercase;
  text-align: center;
  font-size: 40px;
  margin-top: 5vw;
}

.center {
  max-width: 614px;
  margin: 5vw auto;
}

.detail {
  margin-top: 10vw;
}

p {
  margin-top: 3vh;
}


/* NEWSのCSS */

dl {
  margin-top: 5vh;
}

time {
  border-bottom: 1px solid #6f7684;
}

/* FAQのCSS */

.faq-news-wrap {
  margin: 100px 250px;
}

.question {
  font-weight: bold;
  border-bottom: 1px solid #6f7684;
}

.section {
  margin-bottom: 10vh;
}


/* レスポンシブ対応 850以下 */

@media (max-width: 960px) {
  body {
    font-size: 16px;
  }

  /* <h3>からフッターの手前までを「div class="responsive"」で囲んでください */
  .responsive {
    margin: 0 5vw;
    padding-bottom: 5vw;
  }

 .Pagetop, h3 {
  font-size: 5vw;
  
 }

 .Pagetop{
   text-shadow: 0px 1px 2px rgba(0, 0, 0, 3);
 }

 header {
    height: 10vh;
}

header nav ul li .contact-button {
    margin: 0 auto;
}

.logo img{
    width: 120px;
}

footer img {
    width: 80px;
    margin-left: 40px;
}

footer .copyright {
    text-align: center;
    margin: 30px 0 0;
}

}