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


/* concept-box */

.concept-box {
	margin-bottom: 80px;
	width: 1040px;
}

.concept-boxa {
	border-top-style : solid;
border-color : rgba(0, 0, 0, 0.5);
border-width : 1px;
	padding-top: 80px;
}

.concept-box h5 {
	font-family: 'Noto Serif JP', serif;
color: #000;
	font-size: 18px;
line-height: 1.2;
letter-spacing: 0.4em;
font-weight: normal;
	padding-bottom: 40px;
}

.concept-box p {
line-height: 2.3;
}


/* 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;
	padding-right: 30px;
}

.sp-view {
    display: none;
}

html, body {
    height: 100%;
}
