@charset "utf-8";
/* CSS Document */

#coupon .fvArea {
	text-align: center;
	margin-bottom: 30px;
}

#coupon .fvArea img {
	width: 100%;
	height: auto;
}



#coupon .fvText {
	font-size: 40px;
	background-color: #000;
	color: #fff;
}

#coupon .couponArea {
	background-color: #000;
	color: #FFF;
	text-align: center;
	padding: 30px 0;
	width: 80%;
	margin: 0 auto 40px;
}

#coupon .couponText {
	font-size: 30px;
	margin-bottom: 15px;
}

#coupon .couponArea .couponCorner {
	background-color: #FFF;
	color: #000;
	width: 80%;
	margin: 0 auto 40px;
	padding: 20px 0;
	font-size: 60px;
}

#coupon .couponArea .couponCorner .copy_btn {
	margin-bottom: 0;
	font-size: 16px;
	font-weight: bold;
}

#coupon .couponArea .couponCorner .copyCode {
	font-size: 65px;
	margin-bottom: 0;
}

#coupon .couponArea p {
	letter-spacing: 5px;
}

#coupon .couponArea .spbr {
	display: none;
}

#coupon .deadlineArea {
	text-align: center;
	margin-bottom: 40px;
}

#coupon .deadlineArea p {
	font-size: 25px;
}

#coupon .couponCorner {
	font-size: 150px;
	color: #d00;
}

#coupon .attentionArea .spbr {
	display: none;
}

#coupon .rule {
	border: 1px solid #999999;
	border-top: none;
	margin-bottom: 30px;
	justify-content: flex-start;
	flex-wrap: nowrap;
	padding: 0 20px 10px;
}

#coupon .rule li {
	width: 70%;
	text-align: left;
	box-sizing: border-box;
	margin: 0 auto 20px;
	padding-top: 20px;
}

#coupon .rule li:last-of-type {
	padding-top: 0;
}

#coupon .rule li span {
	display: block;
	text-align: left;
	font-size: 11px;
}

#coupon .rule li img {
	width: 100%;
	height: auto;
}

#coupon .rule li .spBnr {
	display: none;
}

#coupon .rule li:nth-child(4) {
	margin-right: 0;
}

#coupon .ruleArea h3 {
	font-weight: normal;
	font-size: 15px;
	background-color: #000;
	color: #fff;
	padding: 5px 0 5px 20px;
	margin-bottom: 0;
}

#coupon .infoArea h3 {
	font-weight: normal;
	font-size: 15px;
	padding-left: 20px;
}

#coupon table {
	border: solid 1px #999999;
	border-top: none;
	margin-top: 5px;
	width: 100%;
}

#coupon table td {
	border-top: solid 1px #999999;
}

#coupon .attentionArea a,
#coupon table td a {
	color: #0068b7 !important;
	text-decoration: underline;
}

#coupon table tr th {
	background-color: #e5e5e5;
	padding: 10px;
	text-align: center;
	width: 20%;
	border-right: solid 1px #999999;
	border-top: solid 1px #999999;
}

#coupon table tr td {
	padding: 10px;

}

#coupon .brandTop a {
	font-size: 15px;
	height: 45px;
}

/*------横幅が520px以下CSS（SP用記述記載）------*/
@media screen and (max-width: 520px) {


	#coupon .fvArea {
		margin-bottom: 7%;
	}

	#coupon .fvText {
		font-size: 24px;
		margin: 5% 0;
		padding: 3% 2%;
	}

	#coupon .couponText {
		font-size: 22px;
	}

	#coupon .couponArea {
		padding: 5% 0;
		width: 95%;
		margin: 0px auto 8%;
	}


	#coupon .couponArea .couponCorner {
		font-size: 57px;
		padding: 4% 0 0;
		width: 85%;
	}


	#coupon .couponArea .note {
		font-size: 13px;
		padding: 0 5%;
		margin-bottom: 0;
	}


	#coupon .couponArea .spbr {
		display: block;
	}

	#coupon .attentionArea {
		font-size: 14px;
		margin: 0 3%;
	}

	#coupon .deadlineArea p {
		font-size: 20px;
	}

	#coupon .attentionArea .spbr {
		display: block;
	}

	#coupon .ruleArea h3 {
		background-color: #333;
		color: #FFF;
		padding: 2% 0 2% 3%;
		text-align: center;
		font-size: 20px;
	}

	#coupon .infoArea h3 {
		background-color: #e5e5e5;
		color: #333;
		margin: 0 auto;
		text-align: center;
		padding: 5px 0;
		font-size: 16px;
		font-weight: normal;
		width: 97%;
		box-sizing: border-box;
	}

	#coupon .rule {
		padding: 0;
		border: none;
	}

	#coupon .rule li {
		width: 94%;
		margin: 3% auto;

	}

	#coupon .rule li .ruleCopy {
		font-size: 14px;
		margin: 4%
	}

	#coupon .rule li .spBnr {
		display: block;
	}

	#coupon .rule li .pcBnr {
		display: none;
	}

	#coupon .info {
		font-size: 14px;
		margin: 4%
	}

	#coupon table {
		width: 97%;
		margin: 0 auto;
	}

	#coupon table tr th {
		width: auto;
		border-right: none;
	}

	#coupon Table th,
	#coupon Table td {
		display: block;
	}



}