@charset "utf-8";
/* CSS Document */


/* layout
=========================================== */

.mainCont {
	border:1px solid #cfcfcf;
	background: #FFF;
	padding-bottom: 6%;
}

.mainCont:before {
	content: '';
	display: block;
	width: 91%;
	height: 4px;
	background: #e50044;
	margin:auto;
}

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

	.mainCont {
		border:none;
		border-bottom:1px solid #cfcfcf;
		padding-bottom: 12%;
		padding-top: 1%;
	}

	.mainCont:before {
		display:none;
	}

}


/* sec_sitemap
=========================================== */

#sec_sitemap {
	width: 96%;
	margin:auto;
	overflow: hidden;
}

.sec_sitemap_in {
	width: 91%;
	margin:0 auto;
	position: relative;
}

.sec_sitemap_topLink {
	padding-top: 10px;
	font-size: 1.7rem;
}

.sec_sitemap_topLink a {
	color: #e50044;
	font-family:"ヒラギノ角ゴ ProN W6";
	font-weight: bold;
}

.sec_sitemap_listBox {
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 100%;
}

.sec_sitemap_list {
	width: 48%;
	font-size: 1.4rem;
}

.sec_sitemap_list a {
	color:#333333;
	display: block;
	width: 100%;
	height: 100%;
}

.sec_sitemap_list a:hover {
	color: #e50044;
}

.sec_sitemap_list li {
	border-top:1px dotted #333333;
	padding-top: 18px;
	padding-left: 25px;
	margin-top: 18px;
	font-family:"ヒラギノ角ゴ ProN W6";
	font-weight: bold;
	position: relative;
}

.sec_sitemap_list li:before {
	content: '';
	display: block;
	width: 6px;
	height: 6px;
	border-top: 1px solid #333333;
	border-right: 1px solid #333333;
	transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	position: absolute;
	left: 5px;
	top: 23px;
}

.sec_sitemap_list ol {
	font-size: 1.3rem;
	margin-top: 13px;
}

.sec_sitemap_list ol li {
	border-top:none;
	padding-top: 0px;
	padding-left: 12px;
	margin-top: 13px;
	font-weight: normal;
	font-family:"ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", helvecia,sans-serif,sans-serif;
}

.sec_sitemap_list ol li:before {
	display: none;
}

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

	.sec_sitemap_topLink {
		font-size: 1.5rem;
	}

	.sec_sitemap_list {
		width: 100%;
		font-size: 1.3rem;
	}

	.sec_sitemap_list ol {
		font-size: 1.2rem;
		margin-top: 10px;
	}

	.sec_sitemap_list ol li {
		margin-top: 8px;
	}		

}