ul.a_couponGrid {
	max-width:1040px;
	width:100%;
	margin:0 auto;
}

ul.a_couponGrid li{
	list-style-type: none;
	max-width:490px;
	margin:14px;
}

.a_couponGrid .a_couponGrid__item.coupon_item{
	width:50%;
}

.coupon_item .coupon{
	box-sizing: border-box;
	background: #FFFFFF;
	width:100%;
}

.coupon .coupon_img{
	width   : 180px;
	height  : 180px;
	
	background-size:cover;
	background-position:center center;
	background-repeat:no-repeat;
}


.coupon .coupon_info{
	padding:16px;
	position:relative;
}

.coupon.coupon_grid .coupon_info{
	height:180px;
	width : calc(100% - 180px);
	overflow: hidden;
}

.coupon.coupon_grid .coupon_info .info_inner{
	height:100%;
}

.coupon_info .info__service_logo{
	display:inline-block;
	height:24px;
	width:24px;
	border-radius:50%;
	background-size:24px auto;
	background-position:center center;
	background-repeat:no-repeat;
}

.coupon_info .info__service_name,
.coupon_info .info__title{
	font-family: 'Noto Sans JP';
	font-style: normal;
	font-weight: 400;
	line-height: 150%;
	color: #333333;
}

.coupon_info .info__service_name{
	font-size: 14px;
	margin-bottom:8px;
}

.coupon_info .info__title{
	font-size: 14px;
}


.coupon_info .info__discount{
	font-family: 'Inter';
	font-style: normal;
	font-weight: 600;
	font-size: 24px;
	line-height:90%;
	color: #333333;
	width:100%;
}

.coupon_info .info__discount .discount__available{
	font-family: 'Inter';
	font-style: normal;
	font-weight: 600;
	font-size: 11px;
	line-height: 100%;
	color: #5A5A5A;
	margin:8px 0 0 0;
	padding:0;
}

.coupon_radius{
	border-radius: 30px;
}

.coupon_img.coupon_radius{
	border-radius: 30px 0 0 30px;
}


@media screen and (max-width:767px){

	ul.a_couponGrid li{
		max-width:none;
		margin:0;
		margin-bottom:14px;
	}

	.a_couponGrid .a_couponGrid__item.coupon_item{
		width:100%;
	}
	
	.coupon .coupon_img{
		width  :124px;
		height :124px;
	}
	
	.coupon.coupon_grid .coupon_info{
		height:124px;
		width: calc(100% - 124px);
		overflow: hidden;
	}
	
	.coupon .coupon_info{
		padding:5px;
	}
	
	.coupon_info .info__title{
		line-height: 110%;
	}
	
	.coupon_info .info__discount{
		font-size  : 16px;
		line-height: 19px;
	}
	
	.coupon_info .info__discount .discount__available{
		font-size: 10px;
		margin:0;
	}
	
	.coupon_radius{
		border-radius: 10px;
	}
	
	.coupon_img.coupon_radius{
		border-radius: 10px 0 0 10px;
	}
}


.coupon_category{
	margin-bottom:20px;
}

.coupon_category .category__item{
	display:inline-block;
	
	font-family: 'Noto Sans JP';
	font-style: normal;
	font-weight: 700;
	font-size: 12px;
	line-height: 150%;
	
	text-align: center;
	border-radius: 5px;
	padding:4px 8px;
	margin-bottom:4px;
	
	color: #333;
	background: #EDEDED;
}

.coupon_category a.category__item:hover{
	text-decoration:none;
}