@charset "utf-8";
/* CSS Document */

#wrap {
}

#header_back {
	background:url(../images/company/main2.jpg) no-repeat top center;
}

#content01 {
	background:#FFF;
	text-align:center;
	padding-top:60px;
	padding-bottom:130px;
}

#content01 .w900 {
	text-align:left;
}

#content01 h2 {
	font-size:34px;
	color:#004DA0;
	
	font-family: 'Roboto', sans-serif;
	font-weight:bold;
	
	margin-left:5px;
}

#content01 h3 {
	font-size:64px;
	color:#333333;
	font-weight:bold;
	line-height:120%;
	margin-top:20px;
}

#content01 p {
	font-size:18px;
	margin:20px 0 0 10px;
	line-height:180%;
}

#content01 table {
	width: 100%;
	background:#004DA0;
	margin:40px auto;
	border-top:solid 26px #004DA0;
}

#content01 table tr td {
	padding:10px;
}

#content01 table tr:nth-child(2n) {    /* 偶数行 */
   background-color: white;
}
#content01 table tr:nth-child(2n+1) {  /* 奇数行 */
   background-color: #E5ECF4;
}

#content01 .flexbox {
	display: flex;
	justify-content: space-between;
	margin-top: 30px;
}

#content01 table tr th {
	padding:10px;
	font-weight: normal;
	white-space: nowrap;
	width: 110px;
}
