@charset "UTF-8";
.about {}
.about_title {}
.about_text {}
.about_headline {}
.about_list {
	list-style: none;
}
.about_list > li {}
.about_list > li:first-child {}
.about_list > li:last-child {}
.about_list > li:nth-child(2n+1) {}
.about_list > li:nth-child(n+3) {}
.about_tableWrap {}
.about_table {}
.about_table > thead {}
.about_table > thead > tr {}
.about_table > thead > tr:first-child {}
.about_table > thead > tr:last-child {}
.about_table > thead > tr > th {
	padding: 7px 10px;
}
.about_table > thead > tr > td {}
.about_table > tbody {}
.about_table > tbody > tr {}
.about_table > tbody > tr:first-child {}
.about_table > tbody > tr:last-child {}
.about_table > tbody > tr > th {
	padding: 12px 20px;
	text-align: left;
}
.about_table > tbody > tr > td {
	padding: 12px 10px;
	text-align: left;
	padding-left: 20px;
}
.about_pdfLink {
	max-width: 440px;
	margin-left: auto;
	margin-right: auto;
}
.about_pdfLink > a {}
.about_pdfLink > a::before {
	content: "";
}
.about_pdfLink > a::after {
	content: "";
}
.about_pdfLink > a > .icon {}
@media screen and (min-width:1000px) {
	.about_pdfLink > a:hover {}
}
@media screen and (max-width:999px) {
	.about {}
	.about_title {}
	.about_text {}
	.about_headline {}
	.about_list {}
	.about_list > li {}
	.about_list > li:first-child {}
	.about_list > li:last-child {}
	.about_list > li:nth-child(2n+1) {}
	.about_list > li:nth-child(n+3) {}
	.about_tableWrap {}
	.about_table {}
	.about_table > thead {}
	.about_table > thead > tr {}
	.about_table > thead > tr:first-child {}
	.about_table > thead > tr:last-child {}
	.about_table > thead > tr > th {}
	.about_table > thead > tr > td {}
	.about_table > tbody {}
	.about_table > tbody > tr {}
	.about_table > tbody > tr:first-child {}
	.about_table > tbody > tr:last-child {}
	.about_table > tbody > tr > th {}
	.about_table > tbody > tr > td {}
	.about_pdfLink {}
	.about_pdfLink > a {}
	.about_pdfLink > a::before {}
	.about_pdfLink > a::after {}
	.about_pdfLink > a > .icon {}
}
@media screen and (max-width:767px) {
	.about {}
	.about_title {}
	.about_text {}
	.about_headline {}
	.about_list {}
	.about_list > li {}
	.about_list > li:first-child {}
	.about_list > li:last-child {}
	.about_list > li:nth-child(2n+1) {}
	.about_list > li:nth-child(n+3) {}
	.about_tableWrap {}
	.about_table {}
	.about_table > thead {}
	.about_table > thead > tr {}
	.about_table > thead > tr:first-child {}
	.about_table > thead > tr:last-child {}
	.about_table > thead > tr > th {
		padding: 4px 10px;
		font-size: 12px;
	}
	.about_table > thead > tr > td {}
	.about_table > tbody {}
	.about_table > tbody > tr {}
	.about_table > tbody > tr:first-child {}
	.about_table > tbody > tr:last-child {}
	.about_table > tbody > tr > th {
		padding: 6px 6px;
		font-size: 12px;
	}
	.about_table > tbody > tr > td {
		padding: 7px 7px;
		font-size: 12px;
	}
	.about_pdfLink {
		max-width: none;
	}
	.about_pdfLink > a {}
	.about_pdfLink > a::before {}
	.about_pdfLink > a::after {}
	.about_pdfLink > a > .icon {}
}