/* ==============================
   ブログページ共通スタイル
   ============================== */

body,h1, h2, h3, h4, h5, h6 {
	font-family: "YakuHanMP", "Noto Serif JP", serif;
}

/* ------------------------------
   見出し
------------------------------ */
.p-single__content h1 {
    font-size: 2.8rem;
    font-weight: 700;
    color: #222;
	margin: 2em 0 1em 0;
	border-bottom: 4px solid rgba(211, 84, 110, 0.3);
	box-shadow: 0 4px 4px -2px rgba(211, 84, 110, 0.2);
}

.p-single__content h2 {
    font-size: 2rem;
    font-weight: 600;
    color: #222;
	border-bottom: 2px dotted rgba(211, 84, 110, 0.3);
    margin: 2em 0 1em 0;
}

.p-single__content h3 {
    font-size: 1.6rem;
    font-weight: 600;
    color: #333;
    margin: 1.5em 0 0.8em 0;
}

.p-single__content h4 {
    font-size: 1.4rem;
    font-weight: 600;
    color: #444;
    margin: 1.2em 0 0.6em 0;
}

.p-single__content strong {
    font-weight: 700;
    color: #222;
}

.p-editable-content ol,
.p-editable-content ul,
.p-editable-content .wp-block-quote,
.p-editable-content .wp-block-image,
.p-editable-content .wp-block-buttons {
    margin-bottom: 3.4rem;
}

.wp-block-button a {
	text-decoration: none;
}
