@charset "UTF-8";
/* CSS Document*/


.main-content{
  padding-bottom: 70px;
}

.title{
  color:#fff
}
.title-main > img{
  width: 100%;
  max-width: 640px;
}
.title-term{
  background-color: rgba(255,255,255,0.2);
}

.coupon{
  background: #f5f5f5;
  max-width: 1000px;
  text-align: center;
}

.coupon-head{
  color: #fff;
  padding: 8px;
  text-align: left;
}

.coupon-sub{
  padding: 0 12px;
  margin: 0 2%;
}

.coupon-shop{
  padding: 0 22px;
}
.coupon-shop-head{
  display: block;
  margin: 0 2% 8px;
  font-weight: bold;
  }

.coupon-shop-list{
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  padding: 10px;
}
.coupon-shop-list > li{
  background: #fff;
  border: 2px solid #eee;
  box-sizing: border-box;
  margin: 5px 1%;
  width: 48%;
}

.coupon-shop-list > li a{
  font-size: 0;
}

.note{
  padding: 0 12px;
  max-width: 1000px;
}

.couponcode-list-ttl {
  font-size: 18px;
  text-align: center;
}

.coupon-code{
	border: solid 4px #eee;
	padding: 4px;
	font-size: 22px;
	width: 64%;
	/*margin: 20px auto 15px;*/
  display: inline-block;
  text-align: center;
  box-sizing: border-box;
  background-color: #fff;
}

/*SMP coupon-code*/
.coupon-code-box{
	width: 100%;
  box-sizing: border-box;
  font-size: 0;
  display: flex;
  align-items:center;
}

.coupon-code-box h2{
	font-size:14px;
}


.copyButton{
  font-size:14px;
	background: #49453D;
	border: none;
	border-radius: 4px;
	color: #fff;
	display: inline-block;
	margin: 0 0 0 2%;
	width: 34%;
  box-sizing: border-box;
  height: 40px;
  line-height: 20px;
}

.coupon-sub_price {
  font-size: 22px;
  font-weight: bold;
}

.couponcode-list li {
  overflow: hidden;
  border-bottom: 1px solid #ccc;
  padding: 16px 0 16px;
}
.term-of-use {
  margin-bottom: 10px;
  line-height: 1.8;
}

.coupon-guide {
  max-width: 1000px;
  padding-top: 24px;
  box-sizing: border-box;
  text-align: center;
}
.coupon-guide img {
  width: 100%;
  max-width: 100%;
}

.coupon-guide .is-pc {
  width: 933px;
  margin: 0 auto;
}


/* PC */
@media screen and (min-width: 641px){
  .coupon{
    text-align: left;
  }
  
  .coupon-shop-head{
    margin: 0 0 8px;
    }
  .coupon-shop-list > li{
    max-width: 160px;
  }

  .coupon-shop-list > li a:hover{
    opacity: .5;
  }

  .copyButton{
    margin-left: 2%;
    /*width: 250px;*/
  }
  .copyButton:hover{
    opacity: .6;
  }  

  .couponcode-list li {
    display: flex;
    justify-content: space-between;
    align-items:center;
  }
  .coupon-code-box{
    width: 500px;
    /*float:right;*/
  }
  .term-of-use {
    margin-bottom: 0px;
  }
}/* end media */