@charset "utf-8";
/* CSS Document */


#stage {
	color: #333333;
	font-family:"游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
	font-weight: 500;
}
#stage .content-box {
	margin-bottom: 9.5vw;
}
#stage .content-box p {
	font-size: 3.4vw;
	line-height: 2;
}
#stage .content-box .img-main {
	width: 65vw;
	margin: 7.8vw auto 0 auto;
}
#stage .content-box h2,
#stage .content-box-tokuten h2 {
	background: #666666;
	color: #fff;
	padding: 1.5vw 0;
	font-size: 3.6vw;
	text-align: center;
	margin-bottom: 5vw;
}
#stage .content-box table {
	width: 100%;
	border-collapse: collapse;
	border: 1px solid #424242;
}
#stage .content-box table tr.bg-gray,
#stage .content-box table th {
	background: #f0f0f0;
	font-weight: normal;
}
#stage .content-box table th {
	font-size: 3.2vw;
}
#stage .content-box table th, #stage .content-box table td {
	width: 25%;
	border-collapse: collapse;
	border: 1px solid #424242;
	padding: 2.5vw 0;
	text-align: center;
}

#stage .content-box-tokuten h3 {
	font-size: 3.6vw;
	font-weight: 700;
	padding-bottom: 2.3vw;
	border-bottom: 1px solid #a6a6a6;
}
#stage .content-box-tokuten p {
	font-size: 3.4vw;
	line-height: 2;
	margin-bottom: 8vw;
}
#stage .content-box-tokuten p.coupon {
	font-size: 3.4vw;
	line-height: 2;
	margin: 0;
}
#stage .content-box-tokuten ul{
	margin: 0 0 8vw 0;
	padding: 0;
}
#stage .content-box-tokuten ul li {
	list-style: none;
	text-indent: -1em;
    padding-left: 1em;
}
#stage .content-box-tokuten .btn-member {
	width: 64vw;
	margin: 14.5vw auto 13vw auto;
	background: #333;
	text-align: center;
	padding: 3.4vw 0;
}
#stage .content-box-tokuten .btn-member a{
	color: #fff;
}
.device-sp{
	display: block;
}