@charset "utf-8";
.top{
	background-image:url("/assets/images/annualReports/2019ar_en/top_bg01.jpg");
	background-repeat: no-repeat;
	background-position: top center;
}

.top h1{
	padding-top: 24px;
}

.top .copy-box{
	text-align: center;
	padding:80px 6%;
}

.top .split-box{
	max-width: 900px;
	margin:0 auto 48px;
	overflow: hidden;
}

.top .split-box .left-box{
	float:left;
	width:48%;
	max-width: 430px;
}

.top .split-box .right-box{
	float:right;
	width:48%;
	max-width: 430px;
}

.top .split-box .ttl{
	color:#ffffff;
	background-color: #51656f;
	padding:12px 20px 12px 12px;
	background-image:url("/assets/images/annualReports/2019ar_en/top_ico_next.png");
	background-repeat: no-repeat;
	background-position: right center;
	font-weight: bold;
	vertical-align: middle;
	font-size: 18px;
}

.top .split-box .ttl .small{
	font-size: 13px;
}

.top .split-box a{
	color:#ffffff;
}

.top .split-box .txt-box{
	padding-top: 8px;
	font-size: 87.50%; /* 14px */
}


@media screen and (max-width: 1023px) { /* tab */
	div.top h1{
		width: 60%;
		top: 24px;
		z-index: 101;
	}
}

@media screen and (max-width: 768px) { /* sp */
	div.top h1{
		top: 26px;
		width: calc(100% - 180px);
		max-width: 440px;
	}

	div.top .copy-box{
		padding:10% 4%;
	}
	div.top .split-box .left-box{
		float:none;
		width:auto;
		max-width: 430px;
		margin: 0 auto 40px;
	}

	div.top .split-box .right-box{
		float:none;
		width:auto;
		max-width: 430px;
		margin: 0 auto;
	}
}

/* en */
.table{
	display: table;
	width: 100%;
}

.table .td{
	display: table-cell;
}
