@charset "utf-8";


/*=======================================================
	24h
=======================================================*/
.ntv24h-header{
  margin: 0 0 25px;
  background-color: #ffcf31;
}
.ntv24h-header h1{
  text-align: center;
}
.ntv24h-info{
  text-align: center;
}
.ntv24h-info p{
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.8;
}
.ntv24h-message .elleair-logo{
  margin: 0 0 25px;
  text-align: center;
}
.elleair-logo img{
  height: auto;
}
.ntv24h-link{
  text-align: center;
}
.ntv24h-link a{
  margin: 0 auto;
  display: inline-block;
  position: relative;
  border-radius: 5px;
  background-color: #005aa7;
  color: #fff;
  font-weight: bold;
  text-align: center;
  transition: all  0.1s ease;
}
.ntv24h-link a::before{
  content: '';
  margin: auto 0;
  position: absolute;
  top: 0;
  right: 25px;
  bottom: 0;
  width: 12px;
  height: 11px;
  background: url(../img/outsite-ico.svg) no-repeat left center;
}
.ntv24h-link a:hover{
  opacity: 0.8;
  text-decoration: none;
}
.ntv24h-message{
  background: #efefef url(../img/bg.jpg) repeat left top;
}
.ntv24h-message p{
  margin: 0 0 20px;
  font-size: 1.6rem;
  line-height: 2.0;
}
.ntv24h-message_box{
  background-color: #fff;
}

/* ===========================================
	MediaQueries
=========================================== */
/* PC----------------------------- */
@media screen and (min-width: 701px){
  html{
    font-size: 62.5%;
  }
  .br_sp{
    display: none;
  }
  .br_pc{
    display: inline-block;
  }
  .ntv24h-header{
    margin: 0 0 25px;
    padding: 60px 50px;
  }
  .elleair-logo img{
    width: 280px;
    height: auto;
  }
  .ntv24h-link{
    margin: 30px 0 50px;
  }
  .ntv24h-link a{
    padding: 25px 80px 25px 70px;
    font-size: 1.7rem;
    line-height: 1.4;
  }
  .ntv24h-message{
    margin: 50px 0 0;
    padding: 50px 50px;
    text-align: center;
  }
  .ntv24h-message_box{
    padding: 50px 80px;
  }
}
/* スマホ----------------------------- */
@media screen and (max-width: 700px){
  html{
    font-size: 62.5%;
  }
  .br_sp{
    display: inline-block;
  }
  .br_pc{
    display: none;
  }
  .brand_cont img{
    max-width: 100% !important;
    height: auto !important;
  }
  .ntv24h-header{
    margin: 0 -15px 25px;
    padding: 30px 20px;
  }
  .ntv24h-header h1 img{
    width: 75%;
    height: auto;
  }
  .ntv24h-info{
    text-align: center;
  }
  .ntv24h-info p{
    font-size: 1.5rem;
    font-weight: bold;
    line-height: 1.7;
  }
  .elleair-logo img{
    width: 70%;
    height: auto;
  }
  .ntv24h-link{
    margin: 20px 0 20px;
  }
  .ntv24h-link a{
    padding: 15px 30px 15px 25px;
    box-sizing: border-box;
    width: 100%;
    font-size: 1.45rem;
    line-height: 1.4;
  }
  .ntv24h-message{
    margin: 25px -15px 0;
    padding: 20px 15px;
  }
  .ntv24h-message_box{
    padding: 20px 25px;
  }
  .ntv24h-message p{
    margin: 0 0 20px;
    font-size: 1.5rem;
    line-height: 1.8;
  }
}