@charset "utf-8";

.bg{
 background-image: url(https://media.spike-chunsoft.co.jp/pages/shingeki2/common/images/bg_02.png);
 padding: 50px 0 1px;
 overflow: hidden;
 position: relative;
}
.lead {
    padding: 40px 80px 60px 80px;
	margin-bottom: 281px;
	background-color: rgba(0,0,0,0.7);
}
@media screen and (max-height: 768px) {
.lead {
	margin-bottom: 204px;
}
}
.lead_img {
	float: left;
}
.lead_txt {
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	float: left;
	width: 65%;
	text-align: left;
	margin-left: 23px;
}
.lead_txt h3 {
	font-size: 22px;
	font-weight: normal;
	padding: 20px 0 26px;
}
.site-global-navigation {
    margin-top: -55px;
}
dt, dd {
	display: inline-block;
	font-size: 13px;
	vertical-align: top;
}
dl dt {
	width: 23%;
	padding-top: 5px;
}
dl dd {
	width: 57%;
	line-height: 2.2;
}
