@charset "UTF-8";
/**** 記事ページ 見出しのスタイル ****/
.mol_ccbytop {
	margin: 30px 0 0;
	padding: 15px;
	border: 2px solid #c9d0ca;
	border-radius: 15px;
}
.mol_contents h2 {
	margin: 24px 0 0;
	padding: 15px 25px;
	background: #f1fad4;
	border-radius: 15px;
	color: #4b654f;
	font-size: 136%;
	line-height: 1.5;
}
.mol_contents h3 {
	position: relative;
	margin: 24px 0 0;
	padding: 0 0 5px 35px;
	color: #4b654f;
	font-size: 120%;
	line-height: 1.5;
}
.mol_contents h3::before {
	content: '';
	position: absolute;
	top: 4px;
	left: 8px;
	width: 18px;
	height: 18px;
	background: #c9d0ca;
	border-radius: 72% 83% 60% 56% / 71% 71% 70% 67%;
}
.mol_contents h3::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 2px;
	background: #c9d0ca;
	border-radius: 1px;
}
.mol_contents h4 {
	position: relative;
	margin: 24px 0 0;
	padding-left: 30px;
	color: #4b654f;
	font-size: 110%;
	line-height: 1.5;
}
.mol_contents h4::before {
	content: '';
	position: absolute;
	top: 0;
	left: 10px;
	width: 10px;
	height: 100%;
	background: #c9d0ca;
	border-radius: 5px;
}

/**** 記事ページ テーブルブロックのスタイル ****/
.mol_tableblock caption {
	background: #5c7a60;
}
.mol_tableblock th {
	background: #f2f5f2;
	border: 1px solid #c9d0ca;
	color: #4b654f;
}
.mol_tableblock td {
	border: 1px solid #c9d0ca;
}

/**** 記事ページ ファイルブロックのスタイル ****/
div.mol_contents .mol_attachfileblock {
	margin-top: 30px;
	padding: 20px;
	border: 2px solid #c9d0ca;
	border-radius: 15px;
}
p.mol_attachfileblock_title {
	margin: 0;
	padding: 8px 15px;
	background: #f2f5f2;
	border-radius: 10px;
}
.mol_attachfileblock ul li {
	border-bottom: 1px dashed #c9d0ca;
}
.mol_attachfileblock_adobe {
	border: 1px dashed #c9d0ca;
	border-radius: 10px;
}
@media screen and (max-width: 500px) {
	div.mol_contents .mol_attachfileblock {
		padding: 20px 15px;
	}
}
