<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Philosophy */
#philosophiesBox {
	padding: 0  0 40px;
}
.philosophyBoxes {
	width: 64%;
	margin: 0 auto;
	padding: 16px 0 0;
}
.philosophyBox {
	position: relative;
	border: solid 1px #608fff;
	border-radius: 8px;
	margin: 0 auto 40px;
	padding :32px 40px 24px;
	display: block;
}
.philosophyBox:first-of-type {
	border: solid 1px #2f40af;
	padding :40px 0 24px;
}
.philosophyBox:last-of-type {
	margin: 0 auto;
}
.philosophyBox h6 {
	position: absolute;
	top: -16px;
	left: 50%;
	width: 200px;
	height: 32px;
	color: #608fff;
	font-size: 1.6rem;
	text-align: center;
	line-height: 1;
	border: solid 1px #608fff;
	border-radius: 16px;
	background-color: #fff;
	padding: 8px 0;
	transform: translateX(-50%);
}
.philosophyBox:first-of-type h6 {
	color: #2f40af;
	border-color: #2f40af;
}
.philosophyBox strong {
	color: #2f40af;
	font-size: 2.2rem;
	line-height: 1;
	text-align: center;
	display: block;
}
.philosophyBox ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.philosophyBox ul li {
	position: relative;
	height: 40px;
	font-size: 1.6rem;
	line-height: 1;
	padding: 12px 0 12px 16px;
}
.philosophyBox ul li:before {
	position: absolute;
	top: 50%;
	left: 0;
	width: 6px;
	height: 6px;
	border-top: solid 1px #2f40af;
	border-right: solid 1px #2f40af;
	display: inline-block;
	content: "";
	transform: translateY(-50%) rotate(45deg);
}
.philosophyBoxes &gt; p {
	font-size: 1.2rem;
	text-align: right;
	margin: 16px auto 0;
}

/* Rights */
#rightsBox {
	padding: 0  0 80px;
}
.rightBoxes {
	width: 64%;
	margin: 0 auto;
}
.rightBox {
	border: solid 1px #afafaf;
	border-radius: 8px;
	margin: 0 0 32px;
	padding: 24px 40px;
}
.rightBox:last-of-type {
	margin: 0;
}
.rightBox h6 {
	color: #2f40af;
	font-size: 1.6rem;
	line-height: 1;
	border-left: solid 2px #2f40af;
	padding: 3px 8px 2px;
}
.rightBox p {
	font-size: 1.4rem;
	margin: 16px 0 0;
}
.rightBox ul {
	list-style: none;
	margin: 16px 0 0;
	padding: 0;
}
.rightBox ul li {
	height: 32px;
	font-size: 1.4rem;
	line-height: 1;
	padding: 8px 0;
}
.rightBoxes &gt; p {
	font-size: 1.2rem;
	text-align: right;
	margin: 16px 0 0;
}

@media screen and (max-width: 520px) {
	/* Philosophy */
	#philosophiesBox {
		padding: 0  0 32px;
	}
	.philosophyBoxes {
		width: 100%;
	}
	.philosophyBox {
		margin: 0 auto 32px;
		padding: 24px 16px 16px;
	}
	.philosophyBox:first-of-type {
		padding :32px 16px 24px;
	}
	.philosophyBox strong {
		font-size: 2.0rem;
		line-height: 144%;
	}
	.philosophyBox strong span {
		display: block;
	}
	.philosophyBox ul li {
		height: auto;
		line-height: 160%;
		padding: 8px 0 8px 16px;
	}
	.philosophyBox ul li:before {
		top: 16px;
		left: 0;
		transform: translateY(0%) rotate(45deg);
	}
	
	/* Rights */
	#rightsBox {
		padding: 0  0 64px;
	}
	.rightBoxes {
		width: 100%;
	}
	.rightBox {
		margin: 0 0 24px;
		padding: 24px 16px;
	}
	.rightBox p {
		line-height: 160%;
	}
	.rightBox h6 {
		border-left: solid 2px #2f40af;
		padding: 2px 8px 1px;
	}
	.rightBox ul li {
		height: auto;
		line-height: 160%;
		text-indent: -16px;
		padding: 6px 0 6px 16px;
	}
}</pre></body></html>