@charset "utf-8";

/*------------------------------------------------------------------------------
Css name: admin.css
Css info: 管理画面&お知らせ コンテンツスタイル
------------------------------------------------------------------------------*/
/*//////////////////////////////////////////////////////// */
/* news-single -------------*/
/*//////////////////////////////////////////////////////// */

.news-single-box01 h3,
.post-type-post h3{
	font-family: 'Noto Sans JP', "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
	position: relative;
	border: 2px solid #006d46;
	border-radius: 6px;
	font-size: 20px;
	font-weight: bold;
	padding: 0.7em 0.2em 0.7em 1em;
	margin-top: 2em;
	margin-bottom: 1.5em;
	line-height: 1.6;
}
.news-single-box01 h3::before,
.post-type-post h3::before{
	position:absolute;
	content: "";
	height: 70%;
	left: 0.4em;
	top: 50%;
	transform: translateY(-50%);
	width: 4px;
	background-color: #006d46;
}
.news-single-box01 h4,
.post-type-post h4{
	font-family: 'Noto Sans JP', "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
	position: relative;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.5;
	padding-left: 1.6em;
	margin-top: 1.6666em;
	margin-bottom: 1.1111em;
}
.news-single-box01 h4::before,
.post-type-post h4::before{
	position:absolute;
	content: "";
	height: 2px;
	left: 0;
	top: 0.7em;
	width: 1.2em;
	background-color: #8fb320;
}
@supports (-moz-appearance:none) {
  /* Firefoxにのみ適用されるスタイル */
	.news-single-box01 h4::before,
	.post-type-post h4::before{
		top: 0.8em;
	}
}
.post-type-post h4::before{
	top: 0.7em;
}
.cf-tips-comment textarea{
	width: 100%;
	margin-top: 5px;
}