@charset "utf-8";
/*リンク集*/
#link .col_internal_chuumidashi:nth-of-type(2){
	margin-top: 1em;
}
#link .col_internal_chuumidashi a{
	transition: .5s;
}
#link .col_internal_chuumidashi a:hover{
	opacity: .5;
}
#link .br_sp{
	display: none;
}
@media (max-width : 1020px) {
	#link .br_sp{
		display: block;
	}
}
@media (max-width : 768px) {
	#link .br_sp{
		display: block;
	}
	#link .col_internal_chuumidashi{
		letter-spacing: 1px;
	}
}
@media (max-width : 428px) {
	#link .col_internal_chuumidashi{
		font-size: 18px;
		white-space: nowrap;
	}

}
/*サイトマップ*/
.sitemap_wrapper{
	display: flex;
	justify-content: space-around;
}
.sitemap_wrapper h2,
.sitemap_wrapper h3{
	font-size: .95em!important;
}
.sitemap_wrapper h3{
	margin: 0 0 .5em .7em;
}
.sitemap_wrapper > div{
	margin: 0 1.5em;
}
.sitemap_wrapper a{
	transition: .3s;
}
.sitemap_wrapper a:hover{
	color: #00408b;
}
.sitemap_wrapper .col_internal_chuumidashi {
	padding-left: 0
}
.sitemap_wrapper .col_internal_komidashi{
	padding-left: 0;
}
.sitemap_wrapper .col_internal_komidashi::before {
    position: absolute;
    top: calc(50% - 3px);
    width: .8em;
    height: 8px;
    content: '';
    border-top: solid 2px #88cbeb;
    left: -1.2em;
}

.col_internal_chuumidashi.gray_out::before,
.col_internal_komidashi.gray_out::before{
	opacity: .4;
}
@media (max-width : 860px) {
	.sitemap_wrapper{
		flex-direction: column;
	}

}