/**************************
Compass Text Replacement
*/
/**************************
Inline List
*/
/**************************
Inline Block List
*/
/**************************
horizontal-list
*/
/**************************
Bullets
*/
/* simple clearfix */
/**************************
@mixin for sprite
*/
h4 a {
	text-decoration: none;
}

h4 a:hover {
	text-decoration: none;
	opacity: 0.7;
	transition: 0.2s opacity;
}

@media only screen and (max-width: 767px) {
	h4 a {
		display: block;
	}
}

h6 {
	padding-left: 1ex;
}

@media only screen and (min-width: 768px) {
	.sitemap_list {
		padding-left: 20px;
		padding-right: 20px;
	}
	.sitemap_list:not(.sitemap_list-dep) {
		width: 100%;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
	}
	.sitemap_list:not(.sitemap_list-dep) .li1 {
		width: 50%;
	}
	.sitemap_list .li1:not(:last-child) {
		margin-bottom: .5em;
	}
}

@media only screen and (max-width: 767px) {
	.sitemap_list {
		padding-left: 10px;
		padding-right: 10px;
	}
}

.sitemap_list .toggle {
	display: none;
}

.sitemap_list .accordion__content {
	max-height: none;
	opacity: 1;
}

.sitemap_list .a1 {
	text-decoration: none;
	line-height: 1.4;
	color: #00295e;
	padding-left: 16px;
	position: relative;
	top: 0;
	left: 0;
	padding-right: 2em;
	display: block;
}

.sitemap_list .a1:hover {
	text-decoration: none;
	opacity: 0.7;
	transition: 0.2s opacity;
}

.sitemap_list .a1::before {
	content: '';
	display: block;
	background: url("/common/img/icon/arrow_link.png") 0 0 no-repeat transparent;
	background-size: 8px 10px;
	width: 8px;
	height: 10px;
	position: absolute;
	top: 6px;
	left: 0;
}

@media only screen and (min-width: 768px) {
	.sitemap_list .sub_ul2 {
		margin-top: 1ex;
		padding-left: 1em;
	}
}

.main_content .sitemap_list .li2,
.main_content .sitemap_list .li3 {
	padding-left: 0;
}

.main_content .sitemap_list .li2::before,
.main_content .sitemap_list .li3::before {
	display: none;
}

.sitemap_list .a2,
.sitemap_list .a3 {
	text-decoration: none;
	padding-left: 18px;
	position: relative;
	top: 0;
	left: 0;
	display: block;
}

.sitemap_list .a2:hover,
.sitemap_list .a3:hover {
	text-decoration: none;
	opacity: 0.7;
	transition: 0.2s opacity;
}

.sitemap_list .a2::before,
.sitemap_list .a3::before {
	content: '';
	display: block;
	background: url("/common/img/icon/arrow_link3.png") 0 0 no-repeat transparent;
	background-size: 14px 14px;
	width: 14px;
	height: 14px;
	position: absolute;
	top: 6px;
	left: 0;
}

@media only screen and (min-width: 768px) {
	.sitemap_list .a2,
	.sitemap_list .a3 {
		margin-bottom: .5ex;
	}
}

@media only screen and (min-width: 768px) {
	.sitemap_list .a3 {
		margin-left: .8ex;
	}
}

@media only screen and (max-width: 767px) {
	.sitemap_list .li1,
	.sitemap_list .li2,
	.sitemap_list .li3 {
		padding-left: 0;
	}
	.sitemap_list .li1:not(:last-child),
	.sitemap_list .li2:not(:last-child),
	.sitemap_list .li3:not(:last-child) {
		border-bottom: 1px dashed #ccc;
	}
	.sitemap_list .sub_ul2,
	.sitemap_list .sub_ul3 {
		border-top: 1px dashed #ccc;
	}
	.sitemap_list .a3 {
		padding-left: 24px;
	}
	.sitemap_list .a3::before {
		left: 5px;
	}
	.sitemap_list .a1,
	.sitemap_list .a2,
	.sitemap_list .a3 {
		padding-top: .8em;
		padding-bottom: .8em;
	}
	.sitemap_list .a1::before,
	.sitemap_list .a2::before,
	.sitemap_list .a3::before {
		top: 16px;
	}
}

/*# sourceMappingURL=sitemap.css.map */
