.spec-txt{
  font-size: 14px;
}

.niu_app {
  font-weight: 400;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 16px;
  line-height: 1.4;
  letter-spacing: 1px;
  word-break: break-all;
  color: #333;
}

.niu_app .megamenu .menu-sub {
  margin-bottom: 0;
}

.niu_app main {
  position: relative;
  padding-top: 74px;
}

.niu_app .buy_fixed {
  position: fixed;
  top: 74px;
  width: 100%;
  z-index: 2;
}

.niu_app .buy_fixed a,
.niu_app .buy_bottom a {
  display: block;
  padding: .4em;
  text-align: center;
}

.niu_app .buy_fixed a br,
.niu_app .buy_bottom a br {
  display: none;
}

.niu_app .buy_fixed a:hover,
.niu_app .buy_bottom a:hover {
  color: #fff;
  text-decoration: none;
}

.buy_fixed .new a,
.buy_bottom .new a {
  background-color: rgba(35, 97, 174, .9);
}

.buy_fixed .new a:hover,
.buy_bottom .new a:hover {
  background-color: rgba(75, 126, 189, 1);
}

.buy_fixed .buy a,
.buy_bottom .buy a {
  background-color: rgba(223, 6, 31, .9);
}

.buy_fixed .buy a:hover,
.buy_bottom .buy a:hover {
  background-color: rgba(224, 52, 101, 1);
}

.niu_app .btn-primary {
  background-color: #df001f;
  border-color: #df001f;
}

.niu_app .btn-primary:hover {
  background-color: #c8001b;
  border-color: #c8001b;
}

.niu_app .container_title h2 {
  font-family: 'Roboto', sans-serif;
  font-weight: 900;
  font-style: italic;
}

.niu_app_mqiplus .mv {
  position: relative;
}

.niu_app_mqiplus .mv h1 {
  position: absolute;
  top: 10%;
  left: 10%;
}

.niu_app_mqiplus .mv h1 img {
  width: 300px;
  -webkit-filter: drop-shadow(0 0 6px rgba(255, 255, 255, .2));
          filter: drop-shadow(0 0 6px rgba(255, 255, 255, .2));
}

.niu_app .app h2 {
  position: relative;
  padding: 0.6em;
  background: #df001f;
}

.niu_app .app h2::after {
  position: absolute;
  content: '';
  top: 100%;
  left: 2%;
  border: 15px solid transparent;
  border-top: 15px solid #df001f;
  width: 0;
  height: 0;
}

.niu_app_mqiplus .intro {
  background: url('/niu/mqiplussport/img/image_01.jpg') no-repeat center center;
  background-size: cover;
}

.niu_app_mqiplus .intro_contents {
  background-color: rgba(255, 255, 255, .8);
}

.niu_app_mqiplus .app {
  background: url('/niu/mqiplussport/img/app_1.jpg') no-repeat center center;
  background-size: cover;
}

.niu_app_mqiplus .app_contents {
  background-color: rgba(255, 255, 255, .8);
}

.niu_app .price_num {
  font-family: 'Roboto', sans-serif;
  font-weight: 900;
}

.niu_app .price_num::before {
  content: '¥';
  padding-right: .2em;
  font-size: .8em;
}

/* .niu_app .option_list .list-group-item p {
  margin-bottom: 0;
}

.niu_app .option_list .img {
  width: 6%;
}

.niu_app .option_list .txt {
  width: 92%;
  padding-left: 4%;
}
 */
a.more{
	text-align: center;
	margin: 0 auto;
	max-width: 400px;
	width: 100%;
	padding: 0.5em 5em;
	background: #535353;
	border-radius: .25rem!important;
	color: #fff;
	margin:0.5em auto 1.5em;
}
a.more small{
	font-size: 0.7em;
	padding-right: 1em;
}
a.more:hover{
	text-decoration: none;
	background: #df001f;
}

@media screen and (max-width: 959px) {
  .niu_app .buy_fixed,
  .niu_app .buy_bottom {
    font-size: .8em;
  }

  .niu_app .buy_bottom li {
    padding: 0;
  }

  .niu_app .buy_fixed a br,
  .niu_app .buy_bottom a br {
    display: inline;
  }

  .niu_app main {
    padding-top: 60px;
  }

  .niu_app .buy_fixed {
    top: 60px;
  }

  .niu_app .mv {
    padding-top: 58px;
    background-color: #000;
  }

  .niu_app_mqiplus h1 img {
    max-width: 300px;
  }

  .niu_app_mqiplus .intro .container {
    padding: 0 !important;
  }

  .niu_app_mqiplus .app .container {
    padding: 0 !important;
  }

  /* .niu_app_mqiplus .spec table {
    width: auto !important;
  } */
}
