@charset "utf-8";

@media only screen and (min-width: 0px) and (max-width: 640px) {

/* ────────────────────── *
 *                                              *
 * サイトマップ                                 *
 *                                              *
 * ────────────────────── */

#sitemap {
	padding: 6.25% 0;
}
#sitemap .inner {
	width: 93.75%;
	padding: 0;
}
#sitemap .inner a {
	display: block;
	padding: 15px;
}
#sitemap .inner ul {
	background: none;
	padding: 0;
	margin-bottom: 0;
}
#sitemap .inner ul:last-of-type {
	padding: 0;
}
#sitemap .inner ul li {
	font-size: 14px;
	background: url(../../sitemap/image/bg-arrow.png) no-repeat right 15px center;
	-webkit-background-size: 16px auto;
	background-size: 16px auto;
	display: block;
	margin-left: 0;
	border-bottom: 1px dotted #dad6b2;
	position: relative;
}
#sitemap .inner ul.parent li.child {
	font-size: 12px;
	padding-left: 15px;
	margin-left: 0;
}
#sitemap .inner ul.parent li.child:before {
	position: absolute;
	left: 15px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
#sitemap .inner ul.parent li:first-child {
	margin-bottom: 0;
}
#sitemap .inner ul:last-of-type li:last-child {
	border-bottom: none;
}

/* ────────────────────── *
 *                                              *
 * 事業概要                                     *
 *                                              *
 * ────────────────────── */

#company {
	padding: 6.25% 0;
}
#company .inner {
	width: 93.75%;
	padding: 0;
}
#company .inner table {
    font-size: 14px;
    line-height: 1.6;
}
#company .inner table th {
    width: 70px;
    padding: 10px;
}
#company .inner table td {
    padding: 10px;
}

}
