/*PCサイト*/
@media only screen and (min-width: 751px) {
/* =========================================================
cont01
========================================================= */
div#cont01 {
	width: 900px;
	margin: 0 auto;
	overflow: hidden;
	margin-top: 34px;
}

div#cont01 div.left {
	float: left;
	width: 412.5px;
}

div#cont01 h2 {
	color: #004f8d;
	font-size: 24rem;
	font-weight: 800;
	margin-bottom: 22.5px;
}

div#cont01 div.left img {
}

div#cont01 div.right {
	float: right;
	width: 412.5px;
}

div#cont01 div.right h3 {
	color: #004f8d;
	font-size: 18rem;
	font-weight: 800;
}

div#cont01 div.right p {
	color: #004f8d;
	font-size: 13.5rem;
	line-height: 25.5px;
	margin-top: 10.5px;
}

div#cont01 div.right img {
}

/* =========================================================
cont02
========================================================= */
div#cont02 {
	width: 900px;
	margin: 0 auto;
	margin-top: 45px;
}

div#cont02 > h3 {
	color: #004f8d;
	font-size: 18rem;
	font-weight: 800;
}

div#cont02 > p {
	color: #004f8d;
	font-size: 13.5rem;
	line-height: 25.5px;
	margin-top: 10.5px;
}

div#cont02 ol {
}

div#cont02 ol li {
	margin-top: 15px;
}

div#cont02 ol li h4 {
	color: #004f8d;
	font-size: 16.5rem;
	font-weight: 800;
}

div#cont02 ol li p {
	color: #004f8d;
	font-size: 13rem;
	line-height: 24px;
	margin-top: 9px;
}

div#cont02 ol li a {
	color: #004f8d;
	font-size: 13.5rem;
	padding: 11.5px 0;
	display: block;
}

div#cont02 ol li table#pc-table {
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid #004f8d;
   margin-top: 37.5px;
}

div#cont02 ol li table#pc-table tbody {
	width: 100%;
}

div#cont02 ol li table#pc-table tbody tr {
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
   border-bottom: 1px solid #004f8d;
}

div#cont02 ol li table#pc-table tbody tr:last-of-type {
   border-bottom: none;
}

div#cont02 ol li table#pc-table tbody tr:nth-of-type(2n + 1) {
	background-color: #bed2e2;
}

div#cont02 ol li table#pc-table tbody tr:first-of-type th {
   border-right: 1px solid #004f8d;
   background-color: #004f8d;
   color: #fff;
}

div#cont02 ol li table#pc-table tbody tr:first-of-type th:last-of-type {
   border-right: none;
}

div#cont02 ol li table#pc-table tbody tr th {
	color: #004f8d;
	font-size: 15rem;
	font-weight: 800;
	text-align: center;
   padding: 11.5px 0;
}

div#cont02 ol li table#pc-table tbody tr td {
	color: #004f8d;
	font-size: 13.5rem;
	text-align: center;
   border-left: 1px solid #004f8d;
}

table#sp-table {
	display:  none;
}

}
