@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300&family=Noto+Serif+JP:wght@400;600&display=swap');
/* ==================================================
見出し1
================================================== */

/* 見出し2
================================================== */

/* 見出し3 */

/* ==================================================
固定ページ
================================================== */
/* text-align: center;リセット */
.editor{
	text-align: left;
}
/* h2下線部打ち消し */
.editor h2::before{
	content: none;
}
/* h2margin-bottom打ち消し */
.editor h2{
	margin-bottom: initial;
}
/* ==================================================
ページ全体
================================================== */
body{
	line-height: 1.5;
}
.container p{
	line-height: inherit;
}