@charset "utf-8";

/* -- テーブル -- */
.sectionArea .orgTableArea {
    margin-bottom: 40px;
}

.sectionArea .orgTableArea .c1st {
    width: 290px;
}

.sectionArea .orgTableArea .uList li {
    list-style: disc;
    margin-left: 20px;
    margin-bottom: 10px;
}

.sectionArea .orgTableArea .uList li:last-child {
    margin-bottom: 0;
}

.sectionArea .textCenter a {
	pointer-events: none;
}

@media screen and (max-width:480px) { 
	.sectionArea .orgTableArea .c1st {
		width: 80px;
	}
	
	.sectionArea .textCenter a {
		pointer-events: auto;
	}
}