@charset "UTF-8";

/*============================
#contents
============================*/

@media screen and (min-width: 769px) {

#contents {
	width: 920px;
	margin: 0 auto;
	overflow: hidden;
	padding-top: 20px;
	padding-bottom: 20px;
}

}

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

#contents{
	width: 100%;
	margin:0 auto;
	overflow: hidden;
	padding-top: 20px;
}

}


/*============================
#sitemap_pc
============================*/

@media screen and (min-width: 769px) {

#sitemap {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding: 50px 0 0;
}
#sitemap .siteBox {
	width: 275px;
	padding: 0 30px 50px 0;
}
#sitemap .siteBox h2 {
	position: relative;
	padding-left: 30px;
	padding-bottom: 0.5em;
	border-bottom: 2px solid #95cbcb;
	color: #575656;
	font-size: 22px;
	line-height: 1em;
}
#sitemap .siteBox h2 a {
	color: #575656;
	text-decoration: none;
}
#sitemap .siteBox h2::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	border: 11px solid transparent;
	border-left: 13px solid #95cbcb;
}
#sitemap .siteBox ul {
	padding-top: 20px;
}
#sitemap .siteBox li {
	position: relative;
	padding-left: 30px;
}
#sitemap .siteBox li a {
	color: #575656;
	font-size: 14px;
	line-height: 2em;
	text-decoration: none;
}
#sitemap .siteBox li::before {
	content: ">";
	position: absolute;
	top: 50%;
	left: 12px;
	transform: translateY(-50%);
	color: #95cbcb;
	font-size: 12px;
	font-weight: bold;
}
#sitemap .siteBox li a:hover {
	text-decoration: underline;
}

}


/*============================
#sitemap_pc
============================*/

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

#sitemap {
	padding: 50px 30px 0;
}
#sitemap .siteBox {
	width: 100%;
	padding-bottom: 50px;
}
#sitemap .siteBox h2 {
	position: relative;
	padding-left: 30px;
	padding-bottom: 0.5em;
	border-bottom: 2px solid #95cbcb;
	color: #575656;
	font-size: 16px;
	line-height: 1em;
}
#sitemap .siteBox h2 a {
	color: #575656;
	text-decoration: none;
}
#sitemap .siteBox h2::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	border: 8px solid transparent;
	border-left: 10px solid #95cbcb;
}
#sitemap .siteBox ul {
	padding-top: 20px;
}
#sitemap .siteBox li {
	position: relative;
	padding-left: 30px;
}
#sitemap .siteBox li a {
	color: #575656;
	font-size: 14px;
	line-height: 2em;
	text-decoration: none;
}
#sitemap .siteBox li::before {
	content: ">";
	position: absolute;
	top: 50%;
	left: 12px;
	transform: translateY(-50%);
	color: #95cbcb;
	font-size: 12px;
	font-weight: bold;
}

}
