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

.content01 {
	padding: 60px 0;
	text-align: center;
}

.content01 h2 {
	color: #82BC3F;
	font-size: 34px;
}

.content01 h3 {
	margin: 20px 0;
	font-size: 24px;
}


.content01 p {
	font-size: 18px;
	line-height: 200%;
	margin-top: 30px;
}

.content01 .line {
	width: 58%;
	margin: 30px auto;
	padding: 30px 0 0;
	background: url(../images/company/principle/line.png) no-repeat bottom;
}

.content01 p.shaze {
	font-size: 25px;
}

.content01 h2.motto {
	color: #0c8ee7;
}

.content01 p.rinen {
	font-size: 20px;
}

.content01 ul.rinen {
	display: flex;
	flex-flow: column;
	justify-content: center; /* 縦方向（column）の中央揃え */
	align-items: center; /* 横方向の中央揃え */
	margin-top: 40px;
}

.content01 ul.rinen li {
	font-size: 18px;
	text-align: left; /* 各リスト項目内のテキストは左揃え */
	list-style-type: disc;
	width: 100%; /* li要素の幅を親要素に対して100%に設定 */
	max-width: 660px; /* 必要に応じて最大幅を設定（任意） */
	line-height: 180%;
	margin-bottom: 5px;
}

.content01 .house {
	width: 40%;
	margin: 4vh auto 0;
}


.footer2 {
	margin-top: 0;
}

.lmenu2 {
	text-align: center;
	margin: auto !important;
	max-width: 900px;
}

