@charset "UTF-8";
/* CSS Document */
/* クーポン背景色	 */
.title{
	background:#1e7fd9;
	margin: auto;
}

.title img {
	max-width: 100%;
	height: auto;
}

.cp-lead {
	padding: 40px 0;
	font-size: 14px;
	text-align: left;
	background-color: #efefef;
}

.type-heading {
	font-size: 20px;
	text-align: center;
	line-height: 2.5;
	letter-spacing: 1px;
	color: #898989;
	font-weight: bold;
	border-bottom: 1px solid #ccc;
	padding-top: 24px;
	width: 92%;
	margin: auto;
}

.coupon.bg-1 {
	background-color: #ebeefb;
}

.coupon.bg-2 {
	background-color: #fbf7eb;
}

.couponcode-list-note {
	text-align: justify;
	font-size: 14px;
}

@media screen and (min-width:641px){
	.cp-lead {
		text-align: center;
	}

	.couponcode-list-note {	
	text-align: center;
	}	
}

/*ショップが２つの時　スマホ*/
@media screen and (max-width:640px){
.coupon-shop ul {
    width: 100%;
    display: flex;
    justify-content: center;
}
}/* end media */
