@charset "UTF-8";
/* Table */

table {
	border-collapse:collapse;
	box-sizing: border-box;
}
table th,
table td {
	box-sizing: border-box;
}

/*  ご対応エリア */
.tbl_area th {
	width: 5.2em;
	font-size: 15px;
	font-weight: bold;
	white-space: nowrap;
}
.tbl_area td {
	padding-bottom: 1.2em;
	font-size: 12px;
}
.tbl_area tr.btm td {
	padding-bottom: 0;
}





@media handheld, print, screen and (min-width: 375px) {
/* iphone6 */



/* end of media query(iphone6) */	
}



@media handheld, print, screen and (min-width: 414px) {
/*  iPhone6 Plus */

/* end of media query(iPhone6 Plus) */	
}


@media handheld, print, screen and (min-width: 480px) {

/*  ご対応エリア */
.tbl_area th {
	width: 6em;
	font-size: 16px;
}
.tbl_area td {
	font-size: 14px;
}

/* end of media query */	
}

@media handheld, print, screen and (min-width: 620px) {
/* iPad */

/*  ご対応エリア */
.tbl_area th {
	width: 6em;
	font-size: 17px;
}


/* end of media query(iPad) */	
}




@media handheld, print, screen and (min-width: 835px) {


/*  ご対応エリア */
.tbl_area th {
	width: 6em;
	font-size: 18px;
}
.tbl_area td {
	font-size: 15px;
}



/* end of media query */
}