@charset "utf-8";
/* CSS Document */

#offer p{
	padding: 15px 0 0 0;
	margin: 0;
}

#offer p.loginlink {
	text-align:center;
	margin-top: 20px;
	font-size: 14px;
	line-height: 28px;
}

#offer .button{
	padding: 30px 0 0 0;
	margin: 0;
	text-align:center;
	position: relative;
}

#offer .button.inactive:after {
	content:"本特典へのお申し込みはプレミアム倶楽部会員のみとなります。";
	color: #c40000;
	font-size: 22px;
	font-weight:bold;
	display: flex;
	-webkit-justify-content: center;
	-webkit-align-items: center;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	position:absolute;
	top:15px;
	left:0;
	background: rgba(255,255,255,0.75);
	text-shadow: #fff 2px 2px 4px, #fff -2px 2px 4px, #fff 2px -2px 4px, #fff -2px -2px 4px;
}

#offer .button a:hover {
	opacity: 0.6;
}

#offer .notice {
	text-align:center;
	font-weight: 600;
	font-size: 16px;
}
#offer .notice span {
	font-size: smaller;
}
#list{
	margin:50px 0 0 0;
}
#list h2{
	background:#3695d7;
	color: #fff;
	font-weight: 600;
	font-size: 20px;
	padding: 18px;
}

#list table{
	border-left:1px solid #cccccc;
	border-right:1px solid #cccccc;
}
#list table th{
	width:130px;
	text-align:left;
	background:#f5f5f5;
	border-bottom:1px solid #cccccc;
	font-size:14px;
	line-height:28px;
	padding:15px 20px;
}
#list table td{
	border-bottom:1px solid #cccccc;
	font-size:14px;
	line-height:28px;
	padding:15px 20px;
}
#list table td ul li{
	text-indent:-8px;
	margin:0 0 0 8px;
}

@media screen and (max-width: 768px) {
	#offer p{
		padding: 50px 0 0 0;
		margin: 0 20px !important;
	}

	#offer .notice{
		padding: 50px 0 0 0;
		margin: 0 20px 0;
		position: relative;
		text-align: center;
		font-weight: 600;
	}
	#offer .notice span {
		font-size: smaller;
	}
	#offer .button.inactive:after {
		white-space: pre;
		content: "本特典へのお申し込みは\Aプレミアム倶楽部会員のみとなります。";
		color: #c40000;
		font-size: 18px;
		font-weight: bold;
		box-sizing: border-box;
		display: flex;
		-webkit-justify-content: center;
		-webkit-align-items: center;
		justify-content: center;
		align-items: center;
		width: 100%;
		height: 100%;
		padding: 0 40px;
		position: absolute;
		top: 20px;
		left: 0;
		background: rgba(255,255,255,0.75);
		text-shadow: #fff 2px 2px 4px, #fff -2px 2px 4px, #fff 2px -2px 4px, #fff -2px -2px 4px;
	}
	#offer .button a:hover {
		opacity:1;
	}
	#list{
		margin:50px 0 0 0;
	}
	#list h2{
		background:#3695d7;
		font-size: 16px;
		padding: 16px 20px 12px 20px;
	}
	#list table{
		border-left:1px solid #cccccc;
		border-right:1px solid #cccccc;
	}
	#list table th{
		text-align:left;
		background:#f5f5f5;
		border-bottom:1px solid #cccccc;
		padding: 10px 20px 8px 20px;
		display: block;
		width: 100%;
		box-sizing: border-box;
	}
	#list table td{
		display:block;
		border-bottom:1px solid #cccccc;
		padding:15px 20px;
	}
	#list table td ul li{
		text-indent:-14px;
		margin:0 0 0.1em 14px;
	}
}