@charset "UTF-8";
/* CSS Document */


.commonSection .common_h2 {
font-size: 2.7rem;
}


.commonSection .levelTable001 td:first-child {
white-space: nowrap;
}

.fig_edu_clinicalladder001 {
text-align: center;
margin-bottom: 3em;
}
.fig_edu_clinicalladder001 img {
width: 100%;
}

.commonSection .levelTable002 .levTableList002 li {
font-size: 1.2rem;
line-height: 1.5em;
padding-left: 1em;
position: relative;
}
.commonSection .levelTable002 .levTableList002 li::before {
content: "・";
position: absolute;
top: 0;
left: 0.2em
}

@media screen and (max-width: 767px) {

	.tableWrap {
	width: 100%;
	overflow-x: auto;
	}

	.commonSection .common_h2 {
	letter-spacing: 0;
	}

	.commonSection .levelTable001 td {
	font-size: 1.2rem;
	}

	.commonSection .levelTable002 th {
	font-size: 1.2rem;
	}

	.commonSection .levelTable002 td {
	white-space: nowrap;
	font-size: 1.2rem;
	}

}



/* for PC */
@media screen and (min-width: 1201px) {

	.commonSection .common_h2 {
	font-size: 2.8rem;
	line-height: 1.3em;
	}
	
	.commonSection .tableFrame {
	width: 800px;
	overflow:visible;
	}
	
	.levelTable002 {
	width: 800px;
	}
	
	.commonSection .levelTable002 th,
	.commonSection .levelTable002 td {
	font-size: 1.4rem;
	padding: 5px;
	}
	
	.commonSection .levelTable002 td:first-child {
	white-space: nowrap;
	}
	
	.commonSection .levelTable002 .levTableList002 li {
	font-size: 1.4rem;
	}

}


/* ============================
		other
 ============================ */

/* for SP */
@media screen and (max-width: 767px) {
}

/* for TB */
@media screen and (max-width: 1200px) and (min-width: 768px){
}

/* for PC */
@media screen and (min-width: 1201px) {
}