@charset "utf-8";

.gamecopy{
 position: absolute;
 top: 46px;
 right: -48px;
 z-index: 1;
}
.gamedate{
	position: absolute;
	bottom: 0px;
	left: 0px;
}
.benefit-modal{
	position: absolute;
    bottom: 26px;
    right: 20px;
}
.gamedate p{
 display: table-cell;
 text-align: center;
 vertical-align: middle;
}
.lead{
 margin-top: -30px;
}
.bg-02{
 background-image: url(https://media.spike-chunsoft.co.jp/pages/shingeki2/sp/common/images/bg_02.png), url(https://media.spike-chunsoft.co.jp/pages/shingeki2/sp/common/images/bg_04.png);
 background-size: 100%;
 background-repeat: no-repeat, repeat-y;
 background-position: 0 0, 0 0;
 width: 100%;
 padding: 50px 0 0;
 position: relative;
}
.lead {
	margin: 0 30px;
	padding: 40px 30px;
	/*margin-bottom: 20px;*/
	background-color: rgba(0,0,0,0.7);
}
.lead_img {
	text-align: center;
}
.lead_txt h3 {
    font-size: 32px;
    font-weight: normal;
}
dt, dd {
	display: inline-block;
	font-size: 18px;
	vertical-align: top;
}
dl dt {
	width: 32%;
	padding-top: 5px;
	font-weight: bold;
}
dl dd {
	width: 64%;
    line-height: 2.2;
    margin-left: 12px;
}
