@charset "UTF-8";

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

.main_img_wrap {
    width: 100%;
    background: url(../sp_img/access/main_img.jpg) no-repeat bottom center;
	background-size: cover;
    margin-bottom: 0;
}
.main_img {
    width: 92%;
    padding-top: 60%;
    margin: 0 auto;
    position: relative;
}
.main_img div {
	text-align:left;
	position: absolute;
	bottom: 13%;
	left: 0;
}
.main_img p {
	margin-bottom: 3.5%;
	font-size: 10px;
	line-height: 1;
	color: #fff;
}
.main_img h1 {
	font-size: 25px;
	line-height: 1;	
	color: #fff;
	font-weight: bold;
	letter-spacing: 2px;
}

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

.access_wrap {
	padding: 5% 0 20% 0;
	background: #fff;
}
.access {
	width: 84%;
	margin: 0 auto;
}
.access h2 {
	font-size: 22px;
	line-height: 1;
	font-weight: bold;
	color: #00164D;
	margin-bottom: 10%;
	text-align: center;
	letter-spacing: 2px;
	position: relative;
	padding-top: 4.5%;
}
.access h2:after {
	content: "";
	width: 20px;
	height: 3px;
	background: #4C5C82;
	position: absolute;
	top: 0px;
	left: 50%;
	margin-left: -10px;
}
.access_contents {
    width: 100%;
	border: 1px solid #D9DCE4;
    box-sizing: border-box;
}
.access_left {
	width: 100%;
}
.access_left iframe {
    width: 100%;
    height: 150px;
}
.access_right {
	width: 100%;
}
.access_right div {
	width: 100%;
    padding: 5.5%;
	text-align:center;
}
.access_right div dt {
	font-size: 16px;
	line-height: 1;
	font-weight: bold;
	color: #4C5C82;
	margin-bottom: 5.5%;
	text-align: left;
}
.access_right div dd {
	font-size: 13px;
	line-height: 23px;
	font-weight: bold;
	color: #808AA6;
	margin-bottom: 5.5%;
	text-align: left;
}
.access_right div li {
	width: 62.8%;
}
.access_right div li a {
	padding: 5.5% 0;
	width: 100%;
	font-size: 10px;
	line-height: 1;
	letter-spacing: 1px;
	color: #4C5C82;
	font-family: 'Noto Sans', sans-serif;
	border: 1px solid #4C5C82;
	background: #fff url(../sp_img/index/contents_menu_arrow_01.png) no-repeat center right 20%;
    background-size: 5px auto;
	display: block;
	border-radius: 5px;
	text-align: center;
	text-decoration: none;
}