@charset "utf-8";
.sp-only{ display:none; }

#header-inner{
	padding-bottom:0;
	border:none;
}

#coupon-header .section-inner{
	text-align:center;
}
.header-section h1{
	display:inline-block;
	text-align:left;

    padding: 15px 0 13px 80px;
    font-size: 28px;
    line-height: 1.5;
}
.header-section h1 span{
	display:block;
	color:#00a03c;
	font-size:20px;
}

.page-intro{
	margin: 0 0 30px 0;
}

.coupon-anchor{
	margin-left: -1px;
	margin-bottom: 40px;
}
.coupon-anchor li{
	margin-bottom: 1px;
	margin-left: 1px;
	width: calc(50% - 1px);
	float: left;
}
.coupon-anchor a{
	display: block;
	background: url("../images/pict_arrow_down_03.png") 13px center no-repeat scroll #ffffff;
	-webkit-background-size: 9px auto;
	background-size: 9px auto;
	padding-left: 40px;
	line-height: 40px;
	text-decoration: none;
	height: 40px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.coupon-anchor a:hover{
	background-color: #cccccc;
}

.coupon-use{
	margin-top:20px;
	text-align:center;
}
.coupon-use-btn{
	display:inline-block;
	border:none;
	color:#FFFFFF;
	background:#00a03c;
	padding:10px;
	height:50px;
	border-radius:4px;
	width:90%;
	max-width:360px;
	font-size:24px;
	font-weight:bold;
	letter-spacing:0.1em;
	box-shadow:3px 3px rgba(0, 0, 0, 0.2);
	cursor:pointer;
}
.coupon-use-btn.used{
	background:#999999;
	pointer-events:none;
}
.coupon-use-btn:hover{
	opacity:0.7;
}
.coupon-use-warning{
	margin-top:15px;
	color:#666666;
}


@media screen and ( max-width:768px ) {
.sp-only{ display:block; }

#footer .footer-logo{
	padding-top:20px;
}

#coupon-header .section-inner{
	box-sizing: border-box;
	padding:0 10px;
}
.header-section h1{
	box-sizing:border-box;
    padding: 15px 0 13px 60px;
    font-size: 24px;
}
.header-section h1 span{
	font-size:18px;
}

.coupon-anchor{
	margin-left:0;
}
.coupon-anchor li{
	margin-bottom: 1px;
	margin-left: 0;
	width: 100%;
	float: none;
}
.coupon-anchor a{
	padding-left: 38px;
	line-height: 38px;
	height: 38px;
	font-size:13px;
}

.coupon-use-btn{
	font-size:20px;
}
.coupon-use-warning{
	font-size:12px;
}

}