<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

/* ========================================================
	concept.css =&gt; コンセプトページ用css
======================================================== */

/* section
============================================================================================================ */
.section {
	padding: 30px 20px 15px;
}
.section p {
	padding-bottom: 1.5em;
}

p.ph {
	text-align: center;
}
p.ph img {
	max-width: 100%;
	height: auto;
}

.btns {
	margin-bottom: 30px;
	padding: 30px 0;
	text-align: center;
}
.btns li {
	display: inline;
	margin: 0 6px;
}
.btns li img {
	border: 1px solid #cfd0d0;
}
</pre></body></html>