@charset "UTF-8";
/* CSS Document */


/* contents01 */

.contents01 {
	margin-bottom: 100px;
}

.contents01 .box02 h6, .contents01 .box02 .box002 p {
	font-size: 22px;
color: #4066a5;
line-height: 1.4;
letter-spacing: 0.1em;
font-weight: 400;
	margin: 40px 0px 15px;
}

.contents01 .box02 .box002 {
	display: flex;
  justify-content: space-between;
	border-style : solid;
border-color : #4066a5;
border-width : 1px;
	border-radius: 15px;
	padding: 10px;
	text-align: center;
	margin-bottom: 10px;
}

.contents01 .box02 .box002 p {
	width: 50%;
	padding: 10px;
	margin: 0px;
}

.contents01 .box02 .box002 p:nth-child(1) {
	border-right-style : solid;
border-right-color : #4066a5;
border-right-width : 1px;
}

/* contents02 */

.contents02 {
	margin-bottom: 50px;
}

.contents02 .box01 p {
	margin-bottom: 50px;
	text-align: left;
}

.contents02 .box01 p.space01 {
	margin-bottom: 30px;
}

.contents02 .box01 .box001 {
	width: 970px;
	margin-bottom: 70px;
}

.contents02 .box01 .box001 table {
	width: 100%;
	background-color: #FFF;
	border-style : solid;
border-color : #eae8e6;
border-width : 4px;
}

.contents02 .box01 .box001 table td {
	text-align: center;
	padding: 15px 10px;
	border-style : solid;
border-color : #eae8e6;
border-width : 1px;
	font-size: 18px;
	vertical-align: middle;
	line-height: 1.4;
}

.contents02 .box01 .box001a table td {
	text-align: left;
	padding: 15px 20px;
}

.contents02 .box01 .box001 table td span {
	font-size: 14px;
}

.contents02 .box01 .box001 table td h5 {
	font-size: 14px;
color: #FFF;
line-height: 1.2;
letter-spacing: 0.05em;
font-weight: 500;
	margin: auto;
	padding: 4px 0px;
	border-radius: 60px;
	margin-top: 5px;
	width: 140px;
}

.contents02 .box01 .box001 table td h5.w01 {
	background-color: #4066a5;
}

.contents02 .box01 .box001 table td h5.w02 {
	background-color: #3ac198;
}

.contents02 .box002 {
	text-align: left;
}

.contents02 .box002 h6 {
	font-family: 'Zen Maru Gothic', sans-serif;
	font-size: 18px;
color: #FFF;
line-height: 1.2;
	letter-spacing: 0.05em;
font-weight: 400;
	margin-bottom: 15px;
	display: inline-block;
	padding: 4px 30px;
	text-align: center;
	border-radius: 60px;
	background-color: #003f73;
}

.contents02 .box002 h6.c02 {
	background-color: #3ac198;
}



.sp-view {
    display: none;
}

html, body {
    height: 100%;
}
