
.page_tit {
	height: 115px;
	width: 980px;
	margin-top: 20px;
	text-indent: -9999px;
	overflow: hidden;
	display: block;
	background-image: url(../img/access/page_tit.png);
	background-position: top right;
	background-repeat: no-repeat;
}

.access_box {
	height: auto;
	width: 980px;
	margin-top: 110px;
	margin-left: auto;
	margin-right: auto;
}

.access_txt {
	padding: 20px;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size: 18px;
	font-weight: bold;
	line-height: 30px;
	color: #318239;
	text-align: left;
}

.access_box02 {
	height: auto;
	width: 980px;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
}

@media screen and (max-width: 640px){

.access_box {
	height: auto;
	width: 100%;
	margin: 0px auto;
}

.access_txt {
	padding: 0px 20px;
	font-size: 14px;
	line-height: 24px;
}

.access_box02 {
	height: auto;
	width: 100%;
	margin-top: 10px auto 30px auto;
}

.access_box02 img {
	height: auto;
	width: 90%;
}

.access_box iframe {
	height: 300px;
	width: 90%;
}

}