/*スマホ最適化*/
@media only screen and (max-width: 750px) {
/* =========================================================
cont01
========================================================= */
div#cont01 {
	width: 100%;
	margin: 0 auto;
	padding-top: 140px;
}

div#cont01 div.left {
	margin-top: 24px;
}

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

div#cont01 div.left img {
}

div#cont01 div.right {
	margin-top: 24px;
}

div#cont01 div.right h3 {
	color: #004f8d;
	font-size: 24rem;
	font-weight: 800;
	line-height: 30px;
}

div#cont01 div.right p {
	color: #004f8d;
	font-size: 18rem;
	line-height: 27px;
	margin-top: 11px;
}

div#cont01 div.right img {
}

/* =========================================================
cont02
========================================================= */
div#cont02 {
	width: 100%;
	margin: 0 auto;
	margin-top: 48px;
}

div#cont02 > h3 {
	color: #004f8d;
	font-size: 24rem;
	line-height: 30px;
	font-weight: 800;
}

div#cont02 > p {
	color: #004f8d;
	font-size: 18rem;
	line-height: 27px;
	margin-top: 11px;
}

div#cont02 ol {
}

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

div#cont02 ol li h4 {
	color: #004f8d;
	font-size: 22rem;
	line-height: 28px;
	font-weight: 800;
}

div#cont02 ol li p {
	color: #004f8d;
	font-size: 17rem;
	line-height: 25.5px;
	margin-top: 9.5px;
}

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

div#cont02 ol li table#pc-table {
	display: none;
}

table#sp-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: 48px;
}

table#sp-table tbody {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}

table#sp-table tbody tr {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
	float: left;
	width: 30%;
   border-bottom: 1px solid #004f8d;
}

table#sp-table tbody tr th:nth-child(1) {
	background-color: #004f8d;
	color: #fff;
}

table#sp-table tbody tr:nth-of-type(2n) {
	float: right;
	width: 70%;
   border-left: 1px solid #004f8d;
}

table#sp-table tbody tr:nth-of-type(2n) th {
	padding-right: 37%;
}

table#sp-table tbody tr th {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
	display: block;
	color: #004f8d;
	font-size: 20rem;
	font-weight: 800;
	text-align: center;
   padding: 13px 0 17px;
   border-bottom: 1px solid #004f8d;
   height: 40px;
}

table#sp-table tbody tr th:last-of-type {
	border-bottom: none;
}

table#sp-table tbody tr td {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
	display: block;
	color: #004f8d;
	font-size: 18rem;
	text-align: center;
   padding: 13px 0 17px;
   border-bottom: 1px solid #004f8d;
   height: 40px;
}

table#sp-table tbody tr td:last-of-type {
	border-bottom: none;
}

}



}
