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


/* contents01 */

.contents01 {
	margin-bottom: 100px;
}

/* contents02 */

.contents02 {
	margin-bottom: 50px;
}

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

.contents02 .box01 p {
	margin-bottom: 60px;
	font-size: 20px;
	text-align: left;
}

.contents02 .box01 p span {
	color: #4066a5;
	font-size: 16px;
	line-height: 1.4;
	display: block;
	padding-top: 20px;
	text-align: left;
}

.contents02 .box03 {
	text-align: center;
}

.contents02 .box03 h5 {
	font-family: 'Zen Maru Gothic', sans-serif;
	display: inline-block;
	margin-bottom: 20px;
	font-size: 26px;
color: #6d6d6d;
line-height: 1.2;
font-weight: 400;
	position: relative;
}

.contents02 .box03 h5::before, .contents02 .box03 h5::after {
	content: "";
	position: absolute;
top: 17px;
	display: block;
	width: 45px;
	height: 1px;
	border-bottom-style : solid;
border-bottom-color : #6d6d6d;
border-bottom-width : 1px;
}

.contents02 .box03 h5::before {
left: 0px;
	margin-left: -60px;
}

.contents02 .box03 h5::after {
right: 0px;
	margin-right: -60px;
}

.contents02 .box03 h6 {
	margin-bottom: 60px;
	font-size: 22px;
color: #231815;
line-height: 2;
font-weight: 400;
text-align: left;
}

.contents02 .box03 ul {
	margin-top: 10px;
}

.contents02 .box03 ul li {
	text-align: left;
	margin-bottom: 15px;
	text-indent: -16px;
	margin-left: 16px;
}


.sp-view {
    display: none;
}

html, body {
    height: 100%;
}
