@charset 'utf-8';

/* ==========================================================================

	その他の検査

   ========================================================================== */


.contents_area div p.outline {
	font-size: 1.8rem;
	margin: 0 auto 60px;
}

table.fee {
	width: 100%;
	text-align: left;
	border-top: 1px solid #D1D1D1;
	border-left: 1px solid #D1D1D1;
	margin-bottom: 100px;
}
table.fee th {
	width: 30%;
	background-color: #F5F5F5;
}
table.fee td {
	text-align: center;
}
table.fee td:last-child {
	text-align: left;
}
table.fee td, table.fee th {
	padding: 5px 10px;
	border-right:  1px solid #D1D1D1;
	border-bottom: 1px solid #D1D1D1;
	vertical-align: middle;
}

/* ============================== SP ============================== */

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

	.contents_area div p.outline {
		font-size: 1.6rem;
		margin: 0 auto 40px;
	}

}

