@charset "UTF-8";
/*
 * 
Theme Name: ifca news 2020
Theme URL:
Description: 
Version: 1.1
*/

/* =================================================================== */
/* General
====================================================================== */

a {
	color: #b32d00;
	text-decoration: none;
	background-color: transparent;
}
a:hover {
	color: #b32d00;
	text-decoration: underline;
}
.btn-light {
	color: #fff;
	background-color: #000;
	border-color: #000;
}
#s {
	border: #cccccc 1px solid;
	border-bottom-left-radius: 5px;
	border-top-left-radius: 5px;
	width: 80%;
}
ul ul {
	margin-bottom: 0;
	padding: 8px 0 8px 15px;
}

/* =================================================================== */
/* Headings
====================================================================== */

.h1, .h2, .h3, .h4, .h5, .h6,
h1, h2, h3, h4, h5, h6 {
	margin-top: .5rem;
	margin-bottom: .5rem;
	line-height: 1.4;
}
.post-content h4 {
	font-size: 1.5rem;
	line-height: 1.4;
}

/* =================================================================== */
/* Post Entry — .singlepost-content
====================================================================== */

/* 段落 */
.singlepost-content p {
    font-size: 0.95rem;   /* 15px相当、よりフレキシブル */
    line-height: 1.8;
    margin-bottom: 1.25em !important;
}

/* インラインスタイル */
.singlepost-content strong {
	font-weight: bold;
}
.singlepost-content p em {
	font-style: italic;
}

/* リンク — 通常テキストのみ（ボタン・ブロックは除外） */
.singlepost-content a:not(.gb-button):not(.wp-block-button__link) {
	color: #990000;
}
.singlepost-content a:not(.gb-button):not(.wp-block-button__link):hover {
	color: #8F9288;
}

/* 見出し */
.singlepost-content h2 {
	font-size: 1.4rem;
	font-weight: 700;
	margin: 2em 0 0.75em;
}
.singlepost-content h3 {
	font-size: 1.2rem;
	font-weight: 700;
	margin: 1.75em 0 0.5em;
}
.singlepost-content h4 {
	font-size: 1.05rem;
	font-weight: 700;
	margin: 1.5em 0 0.5em;
}

/* リスト */
.singlepost-content ul,
.singlepost-content ol {
    font-size: 0.95rem;
    line-height: 1.8;
    margin: 0 0 1.25em 1.25em;
    padding-left: 0.75em;
}
.singlepost-content ol li {
	list-style: decimal outside;
	margin-left: 20px;
}
.singlepost-content li {
	margin-bottom: 0.4em;
}

/* 年表・タイムライン向け（FY2020など） */
.singlepost-content ul li,
.singlepost-content ol li {
    margin-bottom: 0.6em;  /* 少し広めに */
}

/* 引用 */
.singlepost-content blockquote {
	border-left: 5px solid #ddd;
	background: #eee;
	padding: 10px;
	margin: 20px 0;
	font-style: italic;
}
.singlepost-content blockquote p {
	margin: 0;
}

/* 画像 */
.singlepost-content img {
	max-width: 100%;
	height: auto;
	display: block;
	margin: 1.5em auto;
}
.singlepost-content div.wp-caption { margin: 20px 0; }
.singlepost-content div.wp-caption img { margin: 0; }
.singlepost-content div.wp-caption p { font-size: 90%; }

/* 区切り線 */
.singlepost-content hr {
	border: none;
	border-top: 1px solid #ddd;
	margin: 2em 0;
}

/* 画像寄せ */
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.alignright { float: right; margin: 5px 0 8px 15px; }
.alignleft  { float: left;  margin: 5px 15px 8px 0; }

/* =================================================================== */
/* Gutenberg ブロック共通
====================================================================== */

.wp-block-image img {
	max-width: 100%;
	height: auto;
}
.singlepost-content .wp-block-paragraph,
.singlepost-content .wp-block-heading {
	margin-bottom: 1.25em;
}

/* =================================================================== */
/* GenerateBlocks
====================================================================== */

/* ボタン */
.singlepost-content .gb-button-wrapper {
	margin: 1.5em 0;
}

/* コンテナ */
.singlepost-content .gb-container {
	margin: 1.5em 0;
}