@charset "utf-8";
/*------------------------------------------------------------
	access
------------------------------------------------------------*/
#main .access section {
	padding-bottom: 99px;
}
.pre{
font-size: 2.5rem;
    margin: 2% 0;
        text-align: center;
        color:#B61E32;
  }
#main h3 {
	margin-bottom: 29px;
	padding: 25px 30px;
	color: #fff;
	font-size: 2rem;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	letter-spacing: 0.2em;
	background: url("../img/access/h3_bg_pc.png") #26407B no-repeat center top/920px;
}
#main h3 span{
font-size: 1.5rem;
}
#main .imgBox {
	margin-bottom: 51px;
	flex-direction: row-reverse;
}
#main .imgBox .textList {
	width: 431px;
}
#main .imgBox .textList li {
	position: relative;
}
#main .imgBox .textList li dl {
	display: flex;
}
#main .imgBox .textList li:first-child dt {
	border-top: 1px solid #C6C7C8;
}
#main .imgBox .textList li:first-child dd {
	border-top: 1px solid #C6C7C8;
}
#main .imgBox .textList dt {
	margin-right: 20px;
	width: 82px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #172D72;
	font-weight: bold;
	letter-spacing: 0.1em;
}
#main .imgBox .textList dd {
	padding: 5px 0 6px 16px;
	display: flex;
	align-items: center;
	width: calc(100% - 122px);
	line-height: 2;
	letter-spacing: 0.035em;
}
#main .imgBox .textList dt, dd {
	border-bottom: 1px solid #C6C7C8;
}
#main .imgBox .textList li:nth-of-type(2) dd {
	padding: 12px 0 11px 16px;
}
#main .imgBox .textList li::before {
	margin: 2px 0;
	position: absolute;
	top: 2px;
	left: 92px;
	width: 1px;
	height: calc(100% - 8px);
	background: #C6C7C8;
	content: "";
}
#main .imgBox .map {
	width: 440px;
	position: relative;
    height: 490px;
    overflow: hidden;
}
#main .imgBox .map iframe {
	position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
}
#main .linkList li img {
	width: 29px;
}
#main .linkList li {
	width: 440px;
	text-align: center;
}
#main .linkList li a {
	padding: 16px 5px 8px;
	height: 100%;
	display: block;
	color: #172D72;
	font-size: 1.5rem;
	font-weight: bold;
	letter-spacing: 0.035em;
	border: 1px solid #172D72;
	border-radius: 14px;
	background-color: #D7E8EF;
	box-sizing: border-box;
}
#main .linkList .mail a {
	color: #B91E32;
	border-color: #B91E32;
	background-color: #F8F2F6;
}
#main .linkList li a:hover {
	opacity: 0.7;
}
#main .linkList li span {
	margin-bottom: 6px;
	display: block;
}
#main .imgBox02 {
	margin-bottom: 49px;
}
#main .imgBox02 .textList li:nth-of-type(2) dd {
	padding: 13px 0 11px 19px;
}
@media all and (max-width: 896px) {
	#main h3 {
		margin-bottom: 20px;
		padding: 17px 17px 11px;
		font-size: 2.15rem;
		background: #26407B url("../img/access/h3_bg_sp.png") no-repeat right top/375px;
	}
	#main h3 span{
    letter-spacing: 0;
}
	#main .imgBox {
		margin-bottom: 29px;
		display: block;
	}
	#main .imgBox .map {
		margin: 0 17px 22px;
		width: auto;
		height: 0;
		padding-bottom: 66.7%;
	}
	#main .imgBox .textList {
		margin: 0 17px 29px;
		width: auto;
	}
	#main .imgBox .textList dt, dd {
		font-size: 1.35rem;
	}
	#main .imgBox .textList dt {
		margin-right: 15px;
		width: 53px;
		letter-spacing: 0;
		text-align: center;
	}
	#main .imgBox .textList dd {
		padding: 8px 0 8px 10px;
		width: calc(100% - 68px);
		line-height: 1.67;
		letter-spacing: 0.05em;
	}
	#main .imgBox .textList li::before {
		margin-top: 5px;
		left: 58px;
		height: calc(100% - 15px);
	}
	#main .imgBox .textList li:nth-of-type(2) dd {
		padding: 12px 4px 11px 10px;
	}
	#main .imgBox .textList li:last-child dd {
		padding: 12px 0 11px 10px;
	}
	#main .linkList {
		margin: 0 17px;
	}
	#main .linkList li {
		width: 44%;
	}
	#main .linkList li span {
		letter-spacing: 0.05em;
	}
	#main .linkList li a {
		padding: 25px 0 17px;
		border-radius: 9px;
		font-size: 1.55rem;
	}
	#main .linkList li a span {
		margin-bottom: 0;
		font-size: 1.6rem;
	}
	#main .linkList .mail a {
		font-size: 1.45rem;
	}
	#main .linkList li img {
		width: 23px;
	}
	#main .access section {
		padding-bottom: 49px;
	}
	#main .access section:last-child {
		padding-bottom: 100px;
	}
	#main .imgBox02 .textList li:nth-of-type(2) dd {
		padding: 11px 0 13px 9px;
	}
}
@media all and (-ms-high-contrast:none){
	#main .imgBox .textList dd {
		padding: 8px 0 3px 16px;
	}
	#main h3 {
		padding: 30px 30px 20px;
	}
}