@charset "UTF-8";

/* ___ XMAXツーリングサポートキャンペーン ____ */

#rwd-content .text-red {
	color: #f00;
}
#rwd-content .detail {
	text-align: center;
}
#rwd-content .detail h2 img {
	width: 217px;
}
#rwd-content .detail p.bold {
	font-size: 2.3rem;
	font-weight: bold;
	line-height: 1.4;
}
#rwd-content .benefit {
	border: solid 1px #999;
	padding: 0 20px;
}
#rwd-content .benefit h2 {
	font-size: 1.8rem;
	font-weight: bold;
	margin-bottom: 5px;
	margin-right: -1%;
}

/*  協賛店検索  */
#rwd-content h2#shop-search {
	background: url(../img/dog-ear.png) no-repeat right top #444;
	background-size: 11px;
	color: #fff;
	padding: 7px 0 3px;
	margin-bottom: 0;
	width: 15em;
	text-align: center;
	font-size: 2.4rem;
	font-weight: bold;
}
#rwd-content .shop-search-box {
	border: solid 1px #444;
	padding: 15px;
}
#rwd-content .shop-search-box h3 {
	font-size: 2.4rem;
	line-height: 1.2;
	font-weight: bold;
}
#rwd-content .shop-search-box dt {
	width: 9em;
	background: #444;
	color: #fff;
	text-align: center;
	border-radius: 11px;
	line-height: 1.5;
	margin-bottom: 8px;
	clear: left;
}
#rwd-content .shop-search-box dd {
	margin-bottom: 20px;
	line-height: 1.8;
}
#rwd-content .shop-search-box select {
	border: solid 1px #999;
	height: 1.75em;
}

@media screen and (max-width: 767px) {
  #rwd-content .rwd-product-header {
	  border-bottom:none;
	  margin-bottom: 0;
  }
  #rwd-content .rwd-product-header .rwd-headline1-type02 {
	  padding-right: 0;
  }
  #rwd-content .detail h2 img {
      width: 139px;
  }
  #rwd-content .detail p.bold {
      font-size: 1.5rem;
  }
  #rwd-content .detail p.rwd-text-small {
	  text-align: left;
  }
  #rwd-content .benefit h2 {
      font-size: 1.5rem;
  }
  #rwd-content .benefit .photo figure {
	  width: 56%;
	  margin: 0 auto;
  }
 
  /*  協賛店検索  */
  #rwd-content h2#shop-search {
	  font-size: 1.5rem;
  }
  #rwd-content .shop-search-box h3 {
	  font-size: 1.5rem;
  }
}
@media print, screen and (min-width: 768px) {
  #rwd-content .benefit .photo {
	  display: flex;
	  align-items: center;
  }
  /*  協賛店検索  */
  #rwd-content .shop-search-box dl {
	  margin-left: 18%;
  }
  #rwd-content .shop-search-box dt,
  #rwd-content .shop-search-box dd {
	  float: left;
  }
  #rwd-content .shop-search-box dd {
	  padding-left: 15px;
  }
  #rwd-content .shop-search-box dl:after {
	  content:"";
	  display: block;
	  clear: both;
  }
  #rwd-content .shop-search-box .search-btn {
	  padding-top: 40px;
	  padding-right: 2%;
  }
}