@charset "utf-8";

/* PC：style-sitemap-pc.css
 * おまかせプラン ver.6
 * サイトマップ
 * **************************************************
 * Global Navigation (Nav) ★
 * Elements
 * **************************************************
 */

/* Global Navigation (Nav) ★
------------------------------------------------------------------ */
/* 2階層：非表示 */
#globalNav nav li:hover > .sec {
	display: none;
}

/* Elements
------------------------------------------------------------------ */
/* List */
#subPage.sitemap .main .links {
}
#subPage.sitemap .main .links:after {
	content: ".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
}
#subPage.sitemap .main .links > li {
	overflow: hidden;
	padding: 0 0 5px 0;
	/* background-color: #f3f2f2; */
}
#subPage.sitemap .main .links > li + li {
	margin: 0 0 3% 0;
}
#subPage.sitemap .main .links > li:first-child {
	margin: 0 0 3% 0;
}
#subPage.sitemap .main .links >  li:nth-child(3n) {
	margin: 0 0 3% 0;
}

#subPage .main h2 {
	position:relative;
	margin:10px;
}

#subPage .main h2:after{
	position:absolute;
	content:url("../../images/common/h2-bdr.png");
	background: no-repeat;
	top:-8px;
	right:10px;
	z-index:1;
}

#subPage .main h2 span{
	display:block;
	margin-left:0px;
	font-size: 2.4em;
	font-weight: bold;
	color: #fe7755;
	border:1px solid #fe7775;
	position:relative;
	padding:20px 20px 15px 20px;
	z-index:10;
}

#subPage .main h2 span:before{
	content: url("../../images/common/h2-bdr01.png") ;
	display: block;
	position: absolute;
	left:-10px;
	top:-10px;
}

#subPage .main h2 span:after{
	content: url("../../images/common/h2-bdr01.png") ;
	display: block;
	height: 12px;
	position: absolute;
	right:-10px;
	bottom:5px;
}
#subPage.sitemap .main .links li li {
	margin: 0;
	padding: 10px 10px 10px 25px;
	background: url(../../images/common/link-arrow.png) no-repeat 5px 1em;
	border-top:1px dotted #dddddd;
	font-size: 1.4em;
}
#subPage.sitemap .main .links li li a {
	padding: 0 0 0 0;
	color: #000000;
}
#subPage.sitemap .main li li:first-child {
	border-top:none;
}	
#subPage.sitemap .main .links .sec li {
  font-size: 100%;
}