@charset "utf-8";

@import url('parts-pc.css');

/* セクションごとの仮の見出し */
.section_wrap {
	margin-bottom: 40px;
	border-bottom: 1px #000 solid;
	font-size: 14px;
	font-weight: bold;
}
:root {
	--text-color: #e61673;
	--bg-color: #fde7f1;
	--border-color: #e61673;
}
