@charset "UTF-8";

/* ############################################## */

.main_img_wrap {
    width: 100%;
    height: 550px;
    background: url(../pc_img/access/main_img.jpg) no-repeat bottom center;
	background-size: cover;
    margin-bottom: 0;
}
.main_img {
    width: 1200px;
	height: 550px;
    margin: 0 auto;
    position: relative;
}
.main_img div {
	text-align:left;
	position: absolute;
	bottom: 60px;
	left: 120px;
}
.main_img p {
	margin-bottom: 10px;
	font-size: 20px;
	line-height: 1;
	color: #fff;
}
.main_img h1 {
	font-size: 50px;
	line-height: 1;	
	color: #fff;
	font-weight: bold;
	letter-spacing: 3px;
}

/* ############################################## */

.access_wrap {
	padding: 20px 0 150px 0;
	background: #fff;
	margin-top: -34px;
}
.access {
	width: 1032px;
	margin: 0 auto;
}
.access h2 {
	font-size: 32px;
	line-height: 1;
	font-weight: bold;
	color: #00164D;
	margin-bottom: 80px;
	text-align: center;
	letter-spacing: 5px;
	position: relative;
	padding-top: 20px;
}
.access h2:after {
	content: "";
	width: 40px;
	height: 5px;
	background: #4C5C82;
	position: absolute;
	top: 0px;
	left: 50%;
	margin-left: -20px;
}
.access_contents {
	border: 1px solid #D9DCE4;
}
.access_left {
	width: 640px;
	height: 380px;
	float: left;
}
.access_right {
	width: 390px;
	height: 380px;
	float: right;
	position: relative;
}
.access_right div {
	width: 310px;
	text-align:center;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}
.access_right div dt {
	font-size: 28px;
	line-height: 1;
	font-weight: bold;
	color: #4C5C82;
	margin-bottom: 25px;
	text-align: left;
}
.access_right div dd {
	font-size: 16px;
	line-height: 26px;
	font-weight: bold;
	color: #808AA6;
	margin-bottom: 30px;
	text-align: left;
}
.access_right div li {
	width: 220px;
	margin: 0 auto;
}
.access_right div li a:link,
.access_right div li a:visited,
.access_right div li a:active{
	padding: 15px 0;
	width: 220px;
	font-size: 14px;
	line-height: 1;
	letter-spacing: 1px;
	color: #4C5C82;
	font-family: 'Noto Sans', sans-serif;
	border: 1px solid #4C5C82;
	background: #fff url(../pc_img/index/contents_menu_arrow_01.png) no-repeat center right 40px;
	display: block;
	border-radius: 10px;
	text-align: center;
	text-decoration: none;
	transition: .3s;
}
.access_right div li a:hover {
	padding: 15px 0;
	width: 220px;
	font-size: 14px;
	line-height: 1;
	letter-spacing: 1px;
	color: #fff;
	font-family: 'Noto Sans', sans-serif;
	border: 1px solid #4C5C82;
	background: #4C5C82 url(../pc_img/index/contents_menu_arrow_01_on.png) no-repeat center right 40px;
	display: block;	
	border-radius: 10px;
	text-align: center;
	text-decoration: none;
	transition: .3s;
}