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

/* concept-box */

.concept-box {
	margin-bottom: 100px;
}

.concept-box h5, .concept-box h6 {
	font-family: 'Noto Serif JP', serif;
color: #000;
line-height: 1.2;
letter-spacing: 0.2em;
font-weight: normal;
}

.concept-box h5 {
	font-size: 17px;
	letter-spacing: 0.4em;
	padding-bottom: 20px;
}

.concept-box h6 {
	font-size: 32px;
}


/* contents01 */

.contents01 {
	width: 1040px;
	padding: 50px 0px;
	border-top-style : solid;
	border-bottom-style : solid;
border-color : rgba(0, 0, 0, 0.5);
border-width : 1px;
	text-align: center;
	margin-bottom: 100px;
}

.contents01 .box {
	display: flex;
align-items: center;
	flex-direction: column;
}

.contents01 .box:not(:last-child) {
	margin-bottom: 40px;
}

.contents01 .box-box {
	display: inline-block;
}

.contents01 h4 {
	font-family: 'Noto Serif JP', serif;
	font-size: 17px;
color: #000;
line-height: 1.2;
letter-spacing: 0.4em;
font-weight: normal;
	padding: 8px 30px;
	display: inline-block;
	border-style : solid;
border-color : rgba(0, 0, 0, 0.5);
border-width : 1px;
	margin-bottom: 20px;
}

.contents01 table td {
	padding: 10px;
	color: #000;
	line-height: 1.6;
	text-align: left;
}

.contents01 table td:first-child {
	white-space: nowrap;
}


.sp-view {
    display: none;
}

html, body {
    height: 100%;
}
