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

/* -------------------------------------------------

#contents

------------------------------------------------- */
 /*  PC */
@media print, screen and (min-width:769px) {
#contents{
	padding: 60px 0;
}
}
/* Tablet */
@media screen and (max-width:768px) {
#contents{
	padding:30px 20px;
}
}

/* -------------------------------------------------

sitemapArea

------------------------------------------------- */
.sitemapArea{
	height: auto;
}
.sitemapArea > div{
	float: left;
	width: calc(50% - 15px);
}
.sitemapArea > div:nth-child(1){
	float: left;
}
.sitemapArea > div:nth-child(2){
	float: right;
}
.sitemapArea > div > p a{
	background-color: #eee;
	display: block;
	border-radius: 10px;
	font-weight: 500;
	margin-bottom: 10px;
}
.sitemapArea > div > p.sub{
	margin-left: 15px;
}
.sitemapArea > div > p a:before{
	content: "\f0da";
	font-family: FontAwesome;
	padding-right: 10px;
}
.sitemapArea > div > p.extLink a:after{
	content: "\f2d2";
	font-family: FontAwesome;
	padding-left: 10px;
	font-size: 0.9em;
}
.sitemapArea > div > p:nth-child(3n+1){
	clear: both;
}
.sitemapArea > div > p a:hover{
	transform: translate(0,-5px);
}
 /*  PC */
@media print, screen and (min-width:769px) {
.sitemapArea{
	width: 1200px;
	margin: 0 auto;
}
.sitemapArea > div > p a{
	padding: 15px 20px;
	font-size: 1.1em;
}
}
/* Tablet */
@media screen and (max-width:768px) {
.sitemapArea > div > p a{
	padding: 15px;
}
}
/* SP縦向き */
@media screen and (max-width:640px) and (orientation: portrait) {
.sitemapArea > div{
	float: none;
	width: 100%;
}
}


