@charset "UTF-8";
/*------------------------------------------------------------content*/
/*section01*/
#sec01 .about_ol {
	margin-bottom: 20px;
}
#sec01 .about_ol li {
	font-weight: bold;
	margin-bottom: 3px;
	list-style: none;
	color: #134782;
}
#sec01 .about_ol li span {
	font-family: 'Oswald', sans-serif;
	font-size: 18px;
	margin-right: 5px;
}
#sec01 table.price01 {
	width: 100%;
	margin: 0 auto 8px auto;
}
#sec01 table.price01 th {
	padding: 12px 10px;
	background-color: #344d6a;
	border: 1px solid #7f93a9;
	text-align: center;
	color: #FFF;
	white-space: nowrap;
}
#sec01 table.price01 td {
	padding: 8px 10px;
	border: 1px solid #7f93a9;
	text-align: center;
	line-height: 1.2em;
	white-space: nowrap;
}
#sec01 table.price01 td.koumoku {
	background: #c8d9ee;
}
#sec01 table.price02 {
	width: 100%;
	margin: 0 auto 8px auto;
}
#sec01 table.price02 th {
	padding: 12px 10px;
	background-color: #344d6a;
	border: 1px solid #7f93a9;
	text-align: center;
	color: #FFF;
	white-space: nowrap;
}
#sec01 table.price02 td {
	width: 10%;
	padding: 12px 10px;
	border: 1px solid #7f93a9;
	text-align: center;
	line-height: 1.2em;
	white-space: nowrap;
}

@media print, screen and (min-width:768px) {
#sec01 table.price01 th {
	white-space: inherit;
}
#sec01 table.price01 td {
	white-space: inherit;
}
#sec01 table.price02 th {
	white-space: inherit;
}
#sec01 table.price02 td {
	white-space: inherit;
}
}
