@charset "utf-8";
/* CSS Document */
/* =========================================================
 * access-area
 * =========================================================*/
 #access-area{
 	width: 1000px;
 	margin: auto;
 }
.access-top h2{
	color: #212048;
	font-weight: bold;
    text-align: center;
    padding: 24px 0 16px;
   	border-bottom: 1px solid #bac9df;
   	margin: 0 0 32px;
   	font-size: 18px;
}
.access-top h2 span{
	color: #212048;
	display: block;
	font-weight: initial;
	padding: 8px 0 0;
	line-height: 18px;
	font-size: 14px;
}
.access-content{
	margin: 0 32px;
}
.access-address{
    width: 47%;
   	float: left;
   	box-sizing: border-box;
}
.access-list{
	color: #212048;
   	border: 1px solid #bac9df;
    margin: 0 28px 16px 0;
    padding: 38px 24px;	
}
.access-list p{
	margin: 0 0 12px;
    font-family: 'PT Sans Narrow', sans-serif;
    color: #d9bb45;
    font-size: 16px;
}
.access-address li{
	margin: 0 0 12px;
	line-height: 18px;
}
.access-address li:last-child{
	margin: 0;
}
.access-list li span{
	font-weight: bold;
}
.access-map{
	width: 50%;
	float: right;
	box-sizing: border-box;
}
.access-pdf {
	background: #363581;
    border-radius: 6px;
    width: 240px;
    margin: 18px 0;
    line-height: 18px;
}
.access-pdf a{
	display: block;
	color: #fff;
    padding: 16px 0 16px 16px;
	position: relative;
}
.access-pdf:hover{
	opacity: 0.75;
}
.access-pdf a:after {
    background: url(../../common/img/icon/icon-02.png) no-repeat;
    background-size: contain;
    position: absolute;
    content: "";
    top: 20px;
    right: 12px;
    width: 10px;
    height: 13.5px;
    margin: 0 0 0
}
.sp{
	display: none;
}
.access-text{
	width: 48%;
	display: inline-block;
	overflow: hidden;
	vertical-align: top;
	margin: 0 8px;
}
.access-text h2{
	font-size: 18px;
	color: #5e5d7a;
   	border-bottom: 1px solid #bac9df;
    padding: 24px 0 16px 32px;
    margin: 0 0 24px;
    font-family: "Yu Mincho", "YuMincho";
}
.access-text p{
	color: #212048;
	margin:  0 24px 24px;
	line-height: 18px;
	box-sizing: border-box;
}
.access-text h3{
	width: 260px;
	font-size: 16px;
	color: #212048;	
	font-weight: bold;
	text-align: center;
	margin: 0 auto 16px;
	position: relative;
}
.access-text h3:before {
    border-top: 1px solid;
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
}
.access-text h3 span {
    background-color: white;
    display: inline-block;
    padding: 0 0.5em;
    position: relative
}
.access-text span{
	font-weight: bold;
}
.access-map iframe{
	margin: 0 0 24px;
}




@media (max-width: 767px) {

/* =========================================================
 * access-area
 * =========================================================*/
	 #access-area{
	 	width: 100%;
	 }
	.access-content{
		margin: 0;
	}
	.access-m{
	   	margin: 0 6%;		

	}
	.access-address{
	   	width: 100%;
	   	float: none;
	}
	.access-list{
	   	margin: 0 0 32px;
	   	padding: 24px 12px;
	}
	.access-map{
		width: 100%;
		float: none;
	}
	.pc{
		display: none;
	}
	.access-pdf {
	    margin: 16px auto;
	}
	.sp{
		display: inherit;
	}
	.access-text {
		display: inline;
		margin: 0;
	}
	.access-text h2 {
	    padding: 24px 0 16px 40px;
	}
	.access-text p{
	   	margin:  0 40px 24px;
	}
	.access-w{
		margin: 0 40px;
	}





 }