@charset "UTF-8";
.listTable > li > :first-child {
	padding : 24px 24px 0;
}
.listTable > li > * {
	padding : 24px 24px;
}
.listTable .content > .content:not(:last-child) {
	margin-bottom : 24px;
	padding-bottom : 24px;
	border-bottom : 1px dotted #000000;
}

@media screen and (max-width: 767px) {
	.listTable > li:first-child {
		display : none;
	}
	.listTable > li > :first-child {
		padding : 24px 0 0;
	}
	.listTable > li > * {
		padding : 24px 0;
	}
}
@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) {
}
