@charset "utf-8";

/* ------------------------------
 サイトマップ（PC用コード）
------------------------------ */
.contentsPageHead {
	height: auto;
}

.contentsPage h1 {
	color: #333;
	text-shadow: none;
}

.contentsPage h1 span {
	color: #67a3c7;
	font-size: .86rem;
	font-weight: normal;
	line-height: 1.1;
	display: block;
	margin-top: 5px;
}

.sitemaplist a {
	color: #333;
}

.sitemaplist p  {
	border-top: dotted 1px #d9d9d9;
	padding: 15px 5px;
	font-size: 1.14rem;
	font-weight: bold;
}

.sitemaplist p:before {
	color: #004098;
	content: "\f105";
	display: inline-block;
	font-family: "FontAwesome";
	font-style: normal;
	font-weight: normal;
	padding-right: .5em;
	text-decoration: none;
}

.sitemaplist p.top {
	border-top: none;
}

.sitemaplist .cate {
	border-top: dotted 1px #d9d9d9;
	padding: 15px 5px;
	width: 470px;
	float: left;
}

.sitemaplist .cate p {
	width: 222px;
	border-top: none;
	line-height: 1.5;
	padding: 0;
	float: left;
}

.sitemaplist .cate p img {
	width: 28px;
	vertical-align: top;
	margin-right: 7px;
}

.sitemaplist .cate p:before {
	content: "";
	padding-right: 0;
}

.sitemaplist .cate ul {
	float: left;
}

.sitemaplist .cate li {
	font-size: 1rem;
}

.sitemaplist .cate li:before {
	content: "-";
	display: inline-block;
	font-family: "FontAwesome";
	font-style: normal;
	font-weight: normal;
	padding-right: .5em;
	text-decoration: none;
}

.mr40 {
	margin-right: 40px;
}

/* ------------------------------
 お問合せ（スマホ用コード）
------------------------------ */
@media screen and (max-width: 767px) {
	.contentsPageIn {
		width: 90%;
		margin: 0 auto;
	}
	
	.sitemaplist .cate {
		width: 100%;
		float: none;
	}
	
	.sitemaplist .cate p {
		width: 50%;
	}
	
	.sitemaplist .cate ul {
		width: 50%;
	}
	
	.mr40 {
		margin-right: 0;
	}
}

@media screen and (max-width: 479px) {
	.contentsPageHead {
		padding-top: 1.7em;
	}
	
	.contentsPage h1 {
		margin-bottom: 5px;
	}
	
	.sitemaplist .cate p {
		width: 100%;
		float: none;
		margin-bottom: 5px;
	}
	
	.sitemaplist .cate ul {
		width: auto;
		float: none;
		margin-left: 35px;
	}
}

@media screen and (max-width: 320px) {
	
}
