@charset "UTF-8";
/* CSS Document */
.nahls_top img {
  width: 700px;
  height: auto;
  margin-bottom: 50px;
}
@media (min-width:700px) {
  .nahls_top img {
    max-width: 700px;
    height: auto;
  }
}
.nahls_top h3 {
  margin-bottom: 20px;
}
.nahls_top ul {
  padding: 0 25px;
  display: flex;
  flex-direction: column
}
.nahls_top ul li {
  margin-bottom: 10px;
  text-align: left;
 
}
.nahls3p_a{
  background-color:#FFE7E7;
   padding: 7px;
  border-radius: 10px;
}
.nahls3p_b{
  background-color: #FFEEE2;
  padding: 7px;
   border-radius: 10px;
}
.nahls_top p {
  margin: 30px auto 30px;
  line-height: 25px;
  padding: 0 25px;
  text-align: left;
}
.nahls_lineup img {
  max-width: 500px;
  margin-bottom: 20px;
}
.nahls_lineup p {
  width: 480px;
  margin: 0 auto 50px;
  line-height: 20px;
  text-align: left;
}
@media (max-width:500px) {
  .nahls_lineup img {
    width: 300px;
  }
  .nahls_lineup p {
    width: 280px;
  }
}
.nahls_btn {
  width: 300px;
  height: 40px;
  background-color: #a92338;
  color: #FFFFFF;
  margin: 0 auto 80px;
  border-radius: 20px;
  padding-top: 10px;
}
.footer{
  padding-bottom: 30px;
}