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

/* ============================
		Reset
 ============================ */

section .sitemapList {
}

section .sitemapList a {
display: block;
line-height: 1.25em;
}

section .sitemapList .common_h3 .inner {
background-image: url("../../common/images/fig_triangle002.svg");
background-repeat: no-repeat;
background-position: right center;
font-size: 2.0rem;
}


section .sitemapList > li > ul {
margin-bottom: 2em;
}

section .sitemapList > li > ul > li > p {
margin-bottom: 1em;
display: table;
border-bottom: 1px solid #ddd;
width: 100% !important;
}

section .sitemapList > li > ul > li > a {
display: table-cell;
font-size: 1.6rem;
font-weight: bold;
line-height: 1.5em;
color: #000;
text-decoration: none;
height: 3em;
vertical-align: middle;
background-image: url("../../common/images/fig_triangle002.svg");
background-repeat: no-repeat;
background-position: left center;
background-size: 12px auto;
padding-left: 1em;
}


section .sitemapList > li > ul > li > ul {
margin-bottom: 0.5em;
}

section .sitemapList > li > ul > li > ul > li {
display: block;
margin-left: 1em;
}


section .sitemapList > li > ul > li > ul > li > p {
margin-bottom: 0;
display: table;
border-bottom: 1px solid #ddd;
width: 100% !important;
}

section .sitemapList > li > ul > li > ul > li > a {
display: table-cell;
font-size: 1.6rem;
font-weight: bold;
line-height: 1.5em;
color: #000;
text-decoration: none;
height: 2em;
vertical-align: middle;
background-image: url("../../common/images/fig_triangle006.svg");
background-repeat: no-repeat;
background-position: left center;
background-size: 9px auto;
padding-left: 1em;
}


section .sitemapList > li > ul > li > ul > li > ul {
margin-bottom: 0.5em;
}

section .sitemapList > li > ul > li > ul > li > ul > li {
margin-left: 1em;
}

section .sitemapList > li > ul > li > ul > li > ul > li > p {
margin-bottom: 0;
display: table;
border-bottom: 1px solid #ddd;
width: 100% !important;
}

section .sitemapList > li > ul > li > ul > li > ul > li > a {
display: table-cell;
font-size: 1.4rem;
font-weight: bold;
line-height: 1.2em;
color: #000;
text-decoration: none;
height: 2em;
vertical-align: middle;
background-image: url("../../common/images/arrow001.svg");
background-repeat: no-repeat;
background-position: left center;
background-size: 7px auto;
padding-left: 1em;
}

.sitemapList .otherItemList {
border-top: 1px solid #ccc;
padding-top: 1.5em;
}

/* for PC */
@media screen and (min-width: 1201px) {

	section .sitemapList > li {
	float: left;
	width: calc(50% - 2em);
	margin-bottom: 2em;
	}
	section .sitemapList > li:nth-child(even) {
	float: right;
	}
	section .sitemapList > li:nth-child(odd) {
	clear: both;
	}
	
	section .sitemapList > li > ul {
	margin-left: 1em;
	}

	.sitemapList .otherItemList {
	border-top: none;
	padding-top: 0;
	margin-top: 4.0em;
	}

}


/* ============================
		other
 ============================ */

/* for SP */
@media screen and (max-width: 767px) {
}

/* for TB */
@media screen and (max-width: 1200px) and (min-width: 768px){
}

/* for PC */
@media screen and (min-width: 1201px) {
}
