body {
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  background-color: #0d3556;
  color: #0d3556;
  line-height: 1.5;
  text-align: center;
}

.area img {
  width: 100%;
  margin: auto;
}
.area {
  width: 90%;
  text-align: center;
}
.area-a {
  background-color: #fffff5;
  border: 2px solid #0d3556;
}
.area-b {
  background-color: #f9eeeb;
  border: 2px solid #0d3556;
}
.area-e {
  background-color: #ebf3f7;
  border: 2px solid #0d3556;
}
.pd-area {
  display: block;
  margin: auto;
  justify-items: center;
}
.button {
  display: block;
  width: 90%;
  margin: 10px auto;
}
.button.pass:hover {
  filter: brightness(110%);
}
.bg-section-ntc {
  margin-top: 40px;
  background-color: #f673a5;
  color: #fff;
}
.bg-section-ntc ul {
  text-align: left;
  padding: 0;
}
.bg-section-ntc ul a {
  color: #fff;
  text-decoration: underline;
}
.web-list {
  display: flex;
  justify-content: center; 
  align-content: center;      
  flex-wrap: wrap;
  width: 95%;
  margin: auto;
  padding: 0 0 50px;
}
.web-list h3 {
  margin: .6rem;
}
.web-item {
  width: calc(100%/2);
  float: left;
  margin: 5px auto;
  background-color: #fff;
  justify-items: center;
  border: 2px solid #0d3556;
}

.web-item img {
  width: 90%;
  vertical-align: middle;
  margin: 8px auto;
}
.web-btn {
  display: inline-block;
  width: 90%;
  color: #ff0033;
  border: 1px solid #ff0033;
  border-radius: 100px;
  text-decoration: none;
  font-weight: 900;
  font-size: 1.1em;
  line-height: 2;
  margin: 2px auto;
  justify-items: center;
}
.web-btn img {
  width: 80%;
  margin: 0;
}
.web-btn.golf {
  background-color: #0ca7bc;
  color: #fff;
  border: 1px solid #0ca7bc;
  margin: 10px auto;
}
.web-btn:hover {
  transform: scale(1.05);
  transition: .2s;
}
.copyright {
  border-top: 2px solid #000;
  margin-top: 30px;
}
@media (min-width: 320px) {
  body {
    background-image: url(../image/background-m.png);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    background-position-x: center;
    background-position-y: top;
    font-size: 1rem;
  }
  body:before {
    content: ""; 
    background-image: inherit; 
    position: fixed; 
    top: 0; 
    left: 0; 
    height: 100vh; 
    width: 100%; 
    -webkit-background-size: cover !important; 
    -moz-background-size: cover !important; 
    -o-background-size: cover; 
    background-size: cover !important;
    background-position-x: center;
    z-index: -1;
  }
  .area {
    border-radius: 15px;
    padding-top: 20px;
    margin: 15px auto;
  }
  .bg-section-ntc {
    padding: 15px 15px 5px 30px;
    border-radius: 0 0 12px 12px;
  }
  .web-item {
    width: calc(100%/2 - 20px);
    border-radius: 20px;
    padding: 5px;
  }
  .web-list h3 {
    font-size: 1.1rem;
  }
  .pd-area {
    width: 95%;
  }
}

/* Tablet Portrait (min-width: 576px) */
@media (min-width: 576px) {

}

/* Tablet Landscape (min-width: 768px and max-width: 991px) */
@media (min-width: 768px) and (max-width: 991px) {
  
}

/* Desktop (min-width: 992px) */
@media (min-width: 992px) {
  body {
    background-image: url(../image/background.png);
    font-size: 1.2rem;
  }
  .area {
    width: 85%;
    border-radius: 30px;
    padding-top: 50px;
    margin: 30px auto;
  }
  .bg-section-ntc {
    padding: 15px 25px 15px 50px;
    border-radius: 0 0 26px 26px;
  }
  .web-item {
    width: calc(100%/6 - 20px);
    border-radius: 20px;
  }
  .web-list h3 {
    font-size: 1.25rem;
  }
  .pd-area {
    width: 90%;
  }
}






