@charset "UTF-8";
.link {}
.link_title {}
.link_text {}
.sect {}
.sect_title {}
.sect_cols {
	display: flex;
	justify-content: space-between;
}
.sect_col {
	width: 50%;
}
.sect_col-no1 {}
.sect_list {
	list-style: none;
}
.sect_list > li {}
.sect_list > li:first-child {}
.sect_list > li:last-child {}
.sect_list > li:nth-child(2n+1) {}
.sect_list > li:nth-child(n+3) {}
.sect_list > li > a {
	padding-top: 3px;
	padding-bottom: 3px;
	display: block;
}
.sect_list > li > a > .icon-blank {}
.sect_list > li > a::before {
	content: "";
}
.sect_list > li > a::after {
	content: "";
}
.sect_col-no2 {}
@media screen and (min-width:1000px) {
	.sect_list > li > a:hover {}
}
@media screen and (max-width:999px) {
	.link {}
	.link_title {}
	.link_text {}
	.sect {}
	.sect_title {}
	.sect_cols {}
	.sect_col {}
	.sect_col-no1 {}
	.sect_list {}
	.sect_list > li {}
	.sect_list > li:first-child {}
	.sect_list > li:last-child {}
	.sect_list > li:nth-child(2n+1) {}
	.sect_list > li:nth-child(n+3) {}
	.sect_list > li > a {}
	.sect_list > li > a::before {}
	.sect_list > li > a::after {}
	.sect_col-no2 {}
}
@media screen and (max-width:767px) {
	.link {}
	.link_title {}
	.link_text {}
	.sect {}
	.sect_title {
		margin-bottom: 0;
	}
	.sect_cols {
		display: block;
		margin-left: -15px;
		margin-right: -15px;
	}
	.sect_col {
		width: auto;
	}
	.sect_col-no1 {
		border-bottom: 1px solid #eee;
	}
	.sect_list {}
	.sect_list > li {}
	.sect_list > li:first-child {}
	.sect_list > li:last-child {}
	.sect_list > li:nth-child(2n+1) {}
	.sect_list > li:nth-child(n+3) {}
	.sect_list > li > a {
		text-decoration: none;
		border-bottom: 1px solid #eee;
		padding: 9px 15px;
	}
	.sect_list > li:last-child > a {
		border-bottom: none;
	}
	.sect_list > li > a::before {}
	.sect_list > li > a::after {}
	.sect_col-no2 {}
}
