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


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


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



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

	.commonSection .common_h2 {
	letter-spacing: 0;
	}
	
	.commonSection .tableFrame .basicTable {
	width: 800px;
	}

}



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

	.commonSection .common_h2 {
	font-size: 2.8rem;
	line-height: 1.3em;
	}
	

}


/* ============================
		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) {
}