@charset "utf-8";

/*----------------------
 
----------------------*/
.parent_menu {
	position: relative;
	font-size: 17px;
	font-size: 1.7rem;
	font-weight: 600;
	line-height: 1.4;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 2px solid #e50020;
}
.parent_menu a {
	display: inline-block;
	width: 84%;
}
.parent_menu a:before {
	top: 10px;
	bottom: auto;
}
.icon_wrap {
	position: absolute;
	bottom: 6px;
	right: 0;
	margin: auto;
}
.accordion_icon,
.accordion_icon span {
	display: inline-block;
	transition: all .4s;
	box-sizing: border-box;
}
.accordion_icon {
	position: relative;
	width: 18px;
	height: 18px;
}
.accordion_icon span {
	position: absolute;
	top: 0;
	left: 0;
	width: 18px;
	height: 2px;
	background-color: #e50020;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-ms-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
}
.accordion_icon span:nth-of-type(1) {
	top: 5px;
	transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-o-transform: rotate(0deg);
}
.accordion_icon span:nth-of-type(2) {
	top: 5px;
	transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
}
/*＋、－切り替え*/
.open .accordion_icon span:nth-of-type(1) {
	display:none;
}
.open .accordion_icon span:nth-of-type(2) {
	top: 5px;
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);

}
#sitemapList>div>div {
	margin-bottom: 30px;
}
#sitemapList ul li {
	padding-left: 1em;
	text-indent: -1em;
}
#sitemapList ul li p {
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 1.4;
	padding: 6px 0 6px 15px;
	display: inline-block;
}
#sitemapList ul li a.blank {
	background-image: url(/images/common/icon/icon_blank.png);
	background-position: right center;
	background-repeat: no-repeat;
	padding-right: 25px;
}
#sitemapList ul>li li .arrowType01:before {
	border-top: solid 1px #666;
	border-right: solid 1px #666;
}
#sitemapList ul>li li li .arrowType01:before {
	border-top: solid 1px #a7a7a7;
	border-right: solid 1px #a7a7a7;
}
#sitemapList ul>li li li .arrowType01:before {
	border-top: solid 1px #a7a7a7;
	border-right: solid 1px #a7a7a7;
}
#sitemapList li .children_menu:before {
	display: inline-block;
	content: "";
	width: 4px;
	height: 4px;
	background-color: #e50020;
	vertical-align: middle;
	margin-right: 8px;
}
#sitemapList li .children_menu span {
	vertical-align: middle;
}
#sitemapList .bottom_cont {
	border: 1px solid #e5e5e5;
	padding: 10px;
}
@media screen and (max-width: 380px) {
}

@media screen and (min-width: 641px) {
}

@media screen and (min-width: 769px) {

	/*----------------------
	 
	----------------------*/
	.parent_menu {
		font-size: 20px;
		font-size: 2.0rem;
		margin-bottom: 15px;
	}
	.parent_menu a {
		width: auto;
	}
	#sitemapList>div>div {
		margin-bottom: 40px;
	}
	#sitemapList>div .column2 {
		width: 48%;
		float: left;
	}
	#sitemapList>div .slim_column {
		width: 33.33%;
		float: left;
	}
	#sitemapList>div .wide_column {
		width: 55%;
		float: right;
	}
	#sitemapList>div>div>div {
		display: block;
	}
	/*#sitemapList ul>li li {
		padding-left: 1.25em;
	}
	#sitemapList ul>li li li {
		padding-left: 1.5em;
	}
	#sitemapList ul>li li li li {
		padding-left: 1.75em;
	}*/
	#sitemapList .bottom_cont {
		border: none;
		border-top: 2px solid #e50020;
		padding: 30px 0 0;
	}
	#sitemapList>div>div>div>ul>li>ul {
		margin-bottom: 10px;
	}
}

@media screen and (min-width: 1200px) {
}

@media screen and (min-width: 1300px) {
}
