@charset "utf-8";

h1.tit{
	background:url(../images/company/h1_bg.png)no-repeat center center;
	background-size:cover;
}


/* table */
table{
	width:900px;
	margin:auto;
	font-size:18px;
	text-align:left;
	line-height:1.8;
}
table th{
	width:200px;
	height:56px;
	border-bottom:2px solid #315a9e;
}
table td{
	padding:12px 0;
	border-bottom:2px solid #d0bc9b;
}
table td ul li{
	padding-left:1em;
	text-indent:-1em;
}


/* .cont */
.cont{
	padding:50px 0 60px;
}
.cont h2.tit{
	line-height:1.6;
	font-size:36px;
	font-weight:normal;
	font-family: 'Noto Serif JP', serif;
	color:#315a9e;
	letter-spacing:0.05em;
	text-indent:0.05em;
}
.cont h2.tit span{
	display:block;
	font-size:20px;
}
.cont a.btn{
	display:block;
	font-size:18px;
	position:relative;
}
.cont a.btn:after{
	content:'';
	display:block;
	width:10px;
	height:10px;
	border-right:1px solid;
	border-bottom:1px solid;
	position:absolute;
	right:15px;
	top:50%;
	transform:translateY(-50%) rotate(-45deg);
}


/* #cont1 */
#cont1{
	margin-top:60px;
	background-color:rgba(234,238,245,0.6);
}
#cont1 h2{
	margin-bottom:20px;
}
#cont1 a.btn{
	width:600px;
	line-height:50px;
	margin:40px auto 0;
	color:#fff;
	background-color:#315a9e;
}


