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


/* contents01 */

.contents01 {
	width: 1100px;
	text-align: center;
	position: relative;
	margin-bottom: 60px;
}

.contents01 h2 {
	position: absolute;
   top: 50%;
   left: 50%;
   -webkit-transform: translate(-50%, -50%);
   transform: translate(-50%, -50%);
	width: 100%;
}

/* contents02 */

.contents02 {
	margin-bottom: 70px;
}

.contents02 .box01 {
	margin-bottom: 50px;
}

.contents02 .box01:last-child {
	margin-bottom: 0px;
}

.midashi001 {
	width: 1000px;
	margin-bottom: 25px;
	display: flex;
  justify-content: space-between;
	border-style : solid;
border-color : #40517a;
border-width : 1px;
}

.midashi001 h4, .midashi001 h5 {
	font-size: 25px;
color: #40517a;
line-height: 1.2;
	font-family: ten-mincho, serif;
font-style: normal;
font-weight: 400;
	padding: 8px 20px;
}

.midashi001 h4 {
	width: 50px;
	text-align: center;
	color: #FFF;
	background-color: #40517a;
	padding: 8px 0px;
}

.midashi001 h5 {
	flex: 1;
	letter-spacing: 0.1em;
}

.sp-view {
    display: none;
}

html, body {
    height: 100%;
}
