@charset "utf-8";

@media (max-width:769px) {

/* ------------------------------------------------ stiemaps */

section#stiemaps .inner > div {
	font-size: 1.3rem;
	line-height: 1.6;
	margin: 0 0 24px;
}
section#stiemaps .inner > div:last-child { margin: 0; }

section#stiemaps .inner > div > h3,
section#stiemaps .inner > div > ul {
	text-align: center;
}

section#stiemaps .inner > div > h3 {
	background: #efefef;
	font-size: 1.4rem;
	margin: 0 0 4px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
section#stiemaps .inner > div > ul {
	border-top: 1px #ccc solid;
}

section#stiemaps .inner > div > ul li {
	border-bottom: 1px #ccc solid;
}
section#stiemaps .inner > div a {
	display: block;
	padding: 12px;
}
section#stiemaps .inner > div a::before {
	font-family: 'FontAwesome';
    content: "\f138";
	margin: 0 4px 0 0;
}

}
/* end sd */

@media (min-width:768px) {

/* ------------------------------------------------ stiemaps */

section#stiemaps .inner > div {
	display: table;
	width: 100%;
	border:#ccc 1px solid;
	font-size: 1.3rem;
	line-height: 1.6;
	margin: 0 0 16px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
section#stiemaps .inner > div:last-child { margin: 0; }

section#stiemaps .inner > div > h2,
section#stiemaps .inner > div > ul {
	display: table-cell;
	text-align: left;
	vertical-align: middle;
}

section#stiemaps .inner > div > h2 {
	font-size: 1.5rem;
	width: 24%;
	padding: 12px 0 12px 20px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
section#stiemaps .inner > div > ul {
	padding: 12px 20px;
}

section#stiemaps .inner > div > ul li {
	display: inline-block;
	margin: 0 1.5rem 0 0;
}

}
/* end pc */