@charset "UTF-8";

main.link_01 #subNav dl > dd:nth-of-type(1) > a,
main.link_02 #subNav dl > dd:nth-of-type(1) > a {
	font-weight : bold;
	pointer-events : none;
	color : #2483b2;
}

.linklist > li {
	padding : 1em 0;
	border-bottom : 1px dotted #000000;
}
.linklist > li:first-child {
	border-top : 1px dotted #000000;
}
.linklist > li a {
	margin-right : 0.5em;
}
.linklist > li a::before {
	display : inline;
	font-family : "Material Icons";
	margin-right : 0.25em;
	content : "\e157";
}

@media screen and (max-width: 767px) {
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
}
@media screen and (min-width: 1025px) and (max-width: 1439px) {
}
@media screen and (min-width: 1440px) and (max-width: 1919px) {
}
@media screen and (min-width: 1920px) {
}
