@charset "UTF-8";
/* CSS Document */
.accessBox {
	padding-left: 30px;
	padding-right: 30px;
}
.accessBox h2 {
	padding-left: 55px;
	font-size: 30px;
	font-weight: bold;
	color: #FB8CA5;
	line-height: 40px;
	border-bottom: 5px solid #FB8CA5;
	position: relative;
}
.accessBox h2:after {
	content: url(../img/common/mark.png);
	position: absolute;
	bottom: -8px;
	left: 0;
}
.accessBox .map {
	padding-top: 50px;
}
.accessBox .add {
	margin-top: 30px;
	padding: 50px 30px;
	background-color: #fff;
	display: flex;
	justify-content: space-between;
}
.accessBox .add .item {
	width: 380px;
	padding: 0 30px;
}
.accessBox .add .item h3 {
	font-size: 20px;
	margin-bottom: 20px;
	padding:0 0 15px 5px;
	font-weight: bold;
	color: #F88CA5;
	letter-spacing: 0.08em;
	position: relative;
}
.accessBox .add .item h3:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 10px;
	background-image: url(../img/sub/wave02.png);
	background-repeat: repeat-x;
	background-position: bottom left;
}
.accessBox .add .item p {
	padding: 0 10px;
	color: #464646;
}
