/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jul 17 2026 | 06:54:54 */
/* コラム記事CSS */

.banner {
	transition: .3s;
}
.banner:hover {
	opacity: .6;
}

/* ========================================
   投稿ページ内の見出し
======================================== */
/* ========================================
   h2：セクション見出し
======================================== */
#body.single-post .post_content h2 {
	position: relative;
	margin: 56px 0 28px;
	padding: 20px 56px 20px 26px;
	border: none;
	border-left: 8px solid #4d79b3;
	background-color: #002d72;
	color: #fff;
	font-size: 26px;
	font-weight: 700;
	line-height: 1.5;
	letter-spacing: 0.03em;
}

/* ========================================
   スマートフォン
======================================== */
@media screen and (max-width: 767px) {

	#body.single-post .post_content h2 {
		margin: 42px 0 22px;
		padding: 16px 42px 16px 18px;
		border-left-width: 6px;
		border-bottom-width: 3px;
		font-size: 21px;
		line-height: 1.5;
	}
}

/* h3：中見出し */
#body.single-post .post_content h3 {
	position: relative;
	margin: 40px 0 20px;
	padding: 8px 0 10px 20px;
	border: none;
	border-bottom: 1px solid #ccd7e5;
	background-color: transparent;
	color: #002d72;
	font-size: 21px;
	font-weight: 700;
	line-height: 1.6;
	letter-spacing: 0.02em;
}

/* h3左側のアクセント */
#body.single-post .post_content h3::before {
	content: "";
	position: absolute;
	top: 10px;
	bottom: 12px;
	left: 0;
	width: 5px;
	border-radius: 10px;
	background-color: #f2c94c;
}


/* ========================================
   スマートフォン
======================================== */
@media screen and (max-width: 767px) {

	#body.single-post .post_content h3 {
		margin: 32px 0 17px;
		padding: 6px 0 8px 17px;
		font-size: 18px;
	}

	#body.single-post .post_content h3::before {
		top: 8px;
		bottom: 10px;
		width: 4px;
	}
}


/* ========================================
   投稿ページ内のリスト共通デザイン
======================================== */
#body.single-post .wp-block-list {
	margin: 24px 0;
	padding: 8px 18px;
	overflow: hidden;
	border: 1px solid #d7e0ec;
	width: max-content;
	background-color: #fff;
	list-style: none;
}

/* 各項目 */
#body.single-post .wp-block-list > li {
	position: relative;
	margin: 0;
	padding: 6px 8px 6px 28px;
	border-bottom: 1px solid #e8edf3;
	color: #333;
	font-size: 15px;
	line-height: 1.7;
}

/* 最後の項目は下線なし */
#body.single-post .wp-block-list > li:last-child {
	border-bottom: none;
}

/* チェックアイコン */
#body.single-post .wp-block-list > li::before {
	content: "";
	position: absolute;
	top: 17px;
	left: 4px;
	width: 11px;
	height: 6px;
	border-bottom: 2px solid #002d72;
	border-left: 2px solid #002d72;
	transform: rotate(-45deg);
}

/* ========================================
   入れ子のリスト
======================================== */
#body.single-post .wp-block-list .wp-block-list {
	margin: 8px 0 0;
	padding: 0 0 0 8px;
	border: none;
	border-radius: 0;
	box-shadow: none;
}

#body.single-post .wp-block-list .wp-block-list > li {
	padding: 5px 0 5px 20px;
	border-bottom: none;
	font-size: 14px;
}

#body.single-post .wp-block-list .wp-block-list > li::before {
	top: 15px;
	left: 4px;
	width: 6px;
	height: 6px;
	border: none;
	border-radius: 50%;
	background-color: #002d72;
	transform: none;
}

/* ========================================
   スマートフォン
======================================== */
@media screen and (max-width: 767px) {

	#body.single-post .wp-block-list {
		margin: 20px 0;
		padding: 6px 13px;
		border-left-width: 3px;
	}

	#body.single-post .wp-block-list > li {
		padding: 9px 4px 9px 26px;
		font-size: 14px;
	}

	#body.single-post .wp-block-list > li::before {
		top: 16px;
		left: 3px;
	}
}


/* ========================================
   投稿ページ内のテーブル
   初心者向け・ソフトポップ
======================================== */

#body.single-post table {
	border: 0;
}

#body.single-post .wp-block-table {
	width: 100%;
	margin: 30px 0;
	overflow-x: auto;
	border: 4px solid #f2c94c;
	background-color: #fff;
	-webkit-overflow-scrolling: touch;
}

#body.single-post .wp-block-table table {
	width: 100%;
	min-width: 620px;
	margin: 0;
	border-collapse: collapse;
	background-color: #fff;
	color: #333;
	font-size: 15px;
	line-height: 1.7;
}


/* ========================================
   見出し
======================================== */

#body.single-post .wp-block-table thead th {
	padding: 16px;
	border: 0;
	border-right: 2px solid #f2c94c;
	border-bottom: 4px solid #f2c94c;
	background-color: #fff4bf;
	color: #002d72;
	font-size: 16px;
	font-weight: 700;
	text-align: center;
	vertical-align: middle;
	letter-spacing: 0.03em;
}

/* 左上だけ少し明るくする */
#body.single-post .wp-block-table thead th:first-child {
	background-color: #ffe479;
}

/* 見出しの最後の列 */
#body.single-post .wp-block-table thead th:last-child {
	border-right: 0;
}


/* ========================================
   本文セル
======================================== */

#body.single-post .wp-block-table tbody td {
	padding: 14px 16px;
	border: 0;
	border-right: 1px solid #b8cbe1;
	border-bottom: 1px solid #b8cbe1;
	background-color: #fff;
	vertical-align: middle;
}

/* 最後の列 */
#body.single-post .wp-block-table tbody td:last-child {
	border-right: 0;
}

/* 最後の行 */
#body.single-post .wp-block-table tbody tr:last-child td {
	border-bottom: 0;
}

/* 偶数行 */
#body.single-post .wp-block-table tbody tr:nth-child(even) td {
	background-color: #edf6ff;
}


/* ========================================
   1列目：項目名・番号
======================================== */

#body.single-post .wp-block-table tbody td:first-child {
	width: 22%;
	border-right: 2px solid #f2c94c;
	background-color: #fff8d8;
	color: #002d72;
	font-weight: 700;
	text-align: center;
}

/* 偶数行の1列目 */
#body.single-post .wp-block-table tbody tr:nth-child(even) td:first-child {
	background-color: #ffedaa;
}


/* ========================================
   本文の強調
======================================== */

#body.single-post .wp-block-table strong {
	color: #002d72;
	font-weight: 700;
}


/* ========================================
   スマートフォン
======================================== */

@media screen and (max-width: 767px) {

	#body.single-post .wp-block-table {
		margin: 24px 0;
		border-width: 3px;
	}

	#body.single-post .wp-block-table table {
		min-width: 400px;
		font-size: 14px;
	}

	#body.single-post .wp-block-table thead th {
		padding: 12px;
		border-right-width: 2px;
		border-bottom-width: 3px;
		font-size: 15px;
	}

	#body.single-post .wp-block-table tbody td {
		padding: 11px 12px;
	}
}

/* Tips フレーム */
.q_frame.q_frame3 {
	border-width: 2px;
}