@charset "UTF-8";

/* category-column.css */
/* 記事カテゴリ コラムに適用 */

/* --------------------------------------------- */
/* ▼モバイルファースト (全環境に共通のデザイン) */
/* --------------------------------------------- */

/* イントロダクション */
.introduction{
	background:#000000 url(../images/column/background-introduction.jpg) no-repeat center center;
	background-size:cover;
	color:snow;
	text-shadow:0 2px 2px #666;
	padding:5px;
	margin:0px;
	position:relative;				/* 中の要素の基準値 */
	min-height:120px;
}

/* イントロダクション 背景 半透明の黒 */
.introduction:before{
	content:'';
	position:absolute;
	top:0;
	right:0;
	left:0;
	bottom:0;
	background-color: rgba(0,0,0,0.8);	/* 半透明のフィルターをかける */
}

/* 2カラム上下表示 */
#column_wrap{
	display:flex;
	flex-flow:column;
}

/* 2カラム上下表示（上：メインコンテンツ） */
#contents{
	padding:10px;
	border:solid 1px #A9A9A9;
	flex-basis:100%;
}

/* 2カラム上下表示（下：サイドバー） */
#sidebar{
	margin-top:10px;
	padding:10px;
	flex-basis:100%;
	border:solid 1px #A9A9A9;
	background-color:#f8f8f8;
}

/* 見出し 日本語 */
.introduction h2{
	margin:0;
	padding:0;
	font-style:oblique;
	font-size:16px;
	padding-top:15px;
	position:relative;			/* 中の要素の基準値 */
	padding-left:5px;
	padding-right:5px;
}

/* ソート プルダウンメニュー */
.sort{
	text-align:right;
}

/* 記事個別表示 */
.post_box{
	margin-top:10px;
	margin-bottom:10px;
	border:solid 1px #A9A9A9;
	background-color:#fcfcfc;
	flex-basis:100%;
	position:relative;
	display:flex;
	flex-direction:column;
	border-radius:5px;
	overflow:hidden;
}

/* 記事タイトル 配置*/
.blog_title{
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	background:rgba(0,0,0,0.5);
	padding:5px;
}

/* 記事タイトル */
.blog_title h3{
	margin:0;
	padding:0;
	font-size:12px;
	text-shadow:
		1px  1px 1px #777,
		-1px  1px 1px #777,
		1px -1px 1px #777,
		-1px -1px 1px #777;
	width:100%;
	/* background:rgba(128,128,128,0.5); */
	/* background:rgba(0,0,0,0.5); */
	/* padding:5px; */

	/* line-height:16px; */
	line-height:1.2;
	
	/* ジャギー対策 */
	transform: rotate(0.03deg);
	-moz-transform: rotate(0.03deg);
	-ms-transform: rotate(0.03deg);
	-o-transform: rotate(0.03deg);
	-webkit-transform: rotate(0.03deg);
	
	/* 最大3行まで表示 */
	display:-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:3;		/* 制限したい行数が3の場合 */
	overflow:hidden;
	text-overflow: ellipsis;
}

/* 新着記事 New! 表示 Start */
.new-txt{
	display:inline-block;
	font-size: .9em;
	padding-right:5px;
	text-align:center;
	color:#ff0000;
	text-shadow:
		1px 1px 0 #FFF, -1px -1px 0 #FFF,
		-1px 1px 0 #FFF, 1px -1px 0 #FFF,
		0px 1px 0 #FFF,  0-1px 0 #FFF,
		-1px 0 0 #FFF, 1px 0 0 #FFF;
}

/* New! 点滅 */
.new-txt{
	animation: blinking 0.5s ease-in-out infinite alternate;
}
 
@keyframes blinking {
	0% {opacity: 0;}
	100% {opacity: 1;}
}

/* 新着記事 New! 表示 End */

/* 記事タイトル 配置*/
.recommend_title{
	position:absolute;
	bottom:10px;
	left:10px;
	padding-right:10px;
	width:100%;
}

/* 記事タイトル */
.recommend_title h3{
	margin:0;
	padding:0;
	font-size:14px;
	text-shadow:
		2px  2px 10px #777,
		-2px  2px 10px #777,
		2px -2px 10px #777,
		-2px -2px 10px #777;
	width:100%;
	line-height:1.2;
	
	/* 最大3行まで表示 */
	display:-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:3;		/* 制限したい行数が3の場合 */
	overflow:hidden;
}

/* 区切り線 */
hr{
	border-top:1px dashed #bbb;
	margin:0;
	margin-top:2px;
	margin-bottom:5px;
	padding:0;
}

/* メインスローガン */
.main_slogan{
	margin:0;
	padding:0;
	padding-left:8px;
	font-style:oblique;
	margin-top:12px;
	font-size:10px;
	position:relative;		/* 中の要素の基準値 */
}

/* 記事の抜粋 */
.overview{
	padding:5px;
	flex-grow:1;
}

/* 記事の抜粋 */
.overview p{
	font-size:12px;
	line-height:18px;
}

/* 記事の抜粋 リンク色 Start */

.overview a {
	text-decoration:none;
}

.overview a:link {
	color:#515254;
}

.overview a:visited {
	color:#515254;;
}

.overview a:hover {
	color:#FF7F00;
}

.overview a:active {
	color:#FF7F00;
}

/* 記事の抜粋 リンク色 End */

/* 公開日・最終更新日・記事カテゴリー */
.date_category{
	font-size:8px;
	text-align:right;
	color:#555555;
	/* position:absolute; */
	bottom:0px;
	right:0px;
	background-color:#f5f5f5;
	padding:5px;
	width:100%;
	border-top:solid 3px #5BB431;
	margin-top:auto;
}

.date_category p{
	margin:0;
	padding:0;
	line-height:16px;
}

/* カテゴリー名表示 リンク色 Start */

.category_name a {
	font-weight:bold;
	text-decoration:none;
}

.category_name a:link {
	color:#004d25;
}

.category_name a:visited {
	color:#004d25;
}

.category_name a:hover {
	color:#FF7F00;
}

.category_name a:active {
	color:#FF7F00;
}

/* カテゴリー名表示 リンク色 End */


/* タグリスト */
.tag ul{
	margin:0;
	padding:0;
}

/* タグ リンク 横び */
.tag{
	display:inline;
	clear:both;
}

.tag li:not(:last-child)::after{
	content:", ";	/* タグの区切り */
}

.tag li{
	display:inline-block;
	font-size:8px;
}

.tag li::before{
	font-family:'Font Awesome 6 Free';
	font-weight:900;
	content:'\f02b';
}

/* タグ表示 リンク色 Start */
.tag a{
	font-weight:bold;
	text-decoration:none;
}

.tag a:link {
	color:#004d25;
}

.tag a:visited {
	color:#004d25;
}

.tag a:hover {
	color:#FF7F00;
}

.tag a:active {
	color:#FF7F00;
}
/* タグ表示 リンク色 End */

/* ログイン中のみ表示 Start*/
.post_info{
	background-color:#dcdcdc;
	text-align:right;
	padding:5px;
}

.post_info p{
	font-size:10px;
	margin:0px;
	line-height:18px;
}
/* ログイン中のみ表示 End */


/* 記事一覧表示 段組表示 */
.post_list{
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
}

/* 記事個別表示 2列表示*/
.post_box{
	flex-basis:49%;
	border-radius:10px;
}

/* サイドバーに適用 おすすめ記事 */
#sidebar li{
	list-style-type:none;
}

/* お知らせ アイコンの色 */
aside .fa-bell{
	color:#5BB431;
}

/* お知らせ */
.sidebar_title{
	padding:0.5em;				/* 文字周りの余白 */
	color:#494949;				/* 文字色 */
	background:#F4F4F4;			/* 背景色 */
	border-left:solid 5px #5BB431;		/* 左線（実線 太さ 色） */
	margin:0;
	font-size:14px;
}

/* 記事なし */
.notfound{
	min-height:300px;
}

/* アイキャッチ画像 */
.thumbnail{
	width:100%;
	padding:5px;
	position:relative;
	width:100%;				/* 上下のpaddingと同じにする */
	height:0;
	padding-top:100%;			/* widthと同じにする */
	overflow:hidden;
	border-bottom:solid 1px #A9A9A9;
}

/* 画像の縦横比を維持 */
.articleimage{
	width:100%;
	height:100%;
	object-fit:cover;
	position:absolute;
	top:0;
	left:0;
	border-bottom-left-radius:0;	/* 左下角丸解除 */
	border-bottom-right-radius:0;	/* 右下角丸解除 */
}

/* アイキャッチ画像 オンマウスでアニメーション */
.post_box img{
	transition:1s all;
}
.post_box img:hover{
	transform:scale(1.02,1.02);
	transition:0.5s all;
}

/* アイキャッチ画像に重ねるテキスト Start */

.thumbnail{
	color:snow;
}

.thumbnail a {
	font-weight:bold;
	text-decoration:none;
}

.thumbnail a:link {
	color:snow;
}

.thumbnail a:visited {
	color:snow;
}

.recommend_thumbnail a:hover {
	color:snow;
}

.recommend_thumbnail a:active {
	color:snow;
}

/* アイキャッチ画像に重ねるテキスト End */

/* おすすめ記事 5件表示(横スクロール) */
.recomend_list{
	display:flex;
	width:100%;
	overflow-y:hidden;
	overflow-x:auto;
	-ms-overflow-style:-ms-autohiding-scrollbar;
	-webkit-overflow-scrolling:touch;
	margin-bottom:10px;
}

/* おすすめ記事 個別表示 */
.recommend_box{
	/* border:1px solid #FFFFFF; */
	/* background-color:#fafafa;*/
	padding:5px;
	width:60%;
	flex-shrink:0;
}

.recommend_postdate p{
	font-weight:bold;
	font-size:10px;
	margin:0;
	padding:0;
}

/* おすすめ記事 アイキャッチ画像 */
.recommend_thumbnail{
	position:relative;
	width:100%;/*上下のpaddingと同じにする*/
	height:0;
	padding-top:100%;/*widthと同じにする*/
	overflow:hidden;
	border:solid 1px #A9A9A9;
	border-radius:5px;
}

/* 記事投稿日・カテゴリー */
.recommend_postdate{
	margin:0;
	padding:0;
	position:absolute;
	top:5px;
	left:5px;
	text-shadow:
		1px  1px 1px #777,
		-1px  1px 1px #777,
		1px -1px 1px #777,
		-1px -1px 1px #777;
}

.recommend_postdate p{
	line-height:16px;
}

/* 記事タイトル 配置*/
.recommend_title{
	position:absolute;
	bottom:5px;
	left:5px;
	padding-right:10px;
	width:100%;
}

/* 記事タイトル */
.recommend_title h3{
	margin:0;
	padding:0;
	font-size:12px;
	text-shadow:
		1px  1px 1px #777,
		-1px  1px 1px #777,
		1px -1px 1px #777,
		-1px -1px 1px #777;
	width:100%;
}

/* アイキャッチ画像 オンマウスでアニメーション */
.recommend_box img{
	transition:1s all;
}
.recommend_box img:hover{
	transform:scale(1.02,1.02);
	transition:0.5s all;
}

/* 画像の縦横比を維持 */
.recommend_articleimage{
	width:100%;
	height:100%;
	object-fit:cover;
	position:absolute;
	top:0;
	left:0;
	filter:brightness(70%);
}

.recommend_thumbnail{
	color:snow;
}

.recommend_thumbnail a {
	font-weight:bold;
	text-decoration:none;
}

.recommend_thumbnail a:link {
	color:snow;
}

.recommend_thumbnail a:visited {
	color:snow;
}

.recommend_thumbnail a:hover {
	color:snow;
}

.recommend_thumbnail a:active {
	color:snow;
}

/* タグクラウド */
.tagcloud a{
	background:#2B1103;
	color:snow;
	padding:5px;
	line-height:3;
	white-space:nowrap;	/* 改行させない */
	border:1px solid #2B1103;
}

/* タグクラウド マウスホバー時の挙動 */
.tagcloud a:hover{
	background:snow;
	color:#2B1103;
	border:1px solid #2B1103;
}

/* タグ一覧 */
.tag_list{
	margin:5px;
}

/* タグクラウド アイコン */
.tagcloud a::before{
	font-family:'Font Awesome 6 Free';
	font-weight:900;
	content:'\f02b';
	margin-right:2px;
}

/* タグリスト */
.tagcloud ul{
	margin:0;
	padding:0;
}

/* タグクラウド リスト 横並び */
.tagcloud li{
	display:inline-block;
}

/* カテゴリー一覧 リストタグ 左余白をなくす */
.category_list{
	margin:0;
	padding-left:0px;
	padding:5px;
}

.category_list ul{
	margin:0px;
	padding-left:16px;
}

/* カテゴリーのリストタグ 先頭にアイコン */
.cat-item:before{
	font-family: "Font Awesome 6 Free";
	content:'\f07c';
	margin-right:2px;
	font-weight: 900;
}

/* カテゴリー一覧 リンク色 Start */
.category a{
	text-decoration:none;
}

.category a:link {
	color:#004d25;
}

.category a:visited {
	color:#004d25;
}

.category a:hover {
	color:#FF7F00;
}

.category a:active {
	color:#FF7F00;
}
/* カテゴリー一覧 リンク色 End */

/* サイドバーの内容 End */

/* for mobile design END */

/* ------------------------------------ */
/* ▼タブレット用デザインとして付け足すデザイン */
/* ------------------------------------ */
@media print, screen and (min-width: 600px) {

/* 見出し */
.introduction h2{
	font-size:22px;
}

/* イントロダクション */
.introduction{
	min-height:160px;
}

/* メインスローガン */
.main_slogan{
	font-size:14px;
}

/* 記事個別表示 3列表示*/
.post_box{
	flex-basis:32%;
	border-radius:10px;
}

/* 3列表示 2項目表示の対策 */
.post_list::after{
	content:"";
	display:block;
	flex-basis:32%;
}

/* 記事タイトル */
.blog_title h3{
	font-size:14px;
	/*line-height:18px;*/
	line-height:1.5;
}

/* 公開日・最終更新日・記事カテゴリー */
.date_category{
	font-size:10px;
}

.date_category p{
	line-height:18px;
}

/* 記事投稿日/記事更新日 横並び */
.postdate_lastupdate{
	display:flex;
	justify-content:flex-end;f
}

/* 記事投稿日/記事更新日 スラッシュで区切る */
span.postdate:after {
	content: "\00A0/\00A0";
}

/* 記事の抜粋 */
.overview p{
	font-size:14px;
	line-height:20px;
}

/* サイドバーの内容 Start */

/* お知らせ 見出し */
.sidebar_title{
	font-size:16px;
}

/* おすすめ記事 5件表示 */
.recommend_box{
	width:30%;
}

/* 記事タイトル */
.recommend_title h3{;
	font-size:16px;
}

/* おすすめ記事 アイキャッチ画像 */
.recommend_thumbnail{
	border-radius:10px;
}

/* カテゴリー・タグ 2列表示 */
.category_tag{
	display:flex;
	justify-content:space-between;
}

.category{
	flex-basis:39%;
}

.tagcloud{
	flex-basis:59%;
}


/* サイドバーの内容 End */

}/* for Tablet design END */
/* ------------------------------------ */
/* ▼PC用デザインとして付け足すデザイン */
/* ------------------------------------ */
@media print, screen and (min-width: 1024px) {

/* おすすめ記事 5件表示 */
.recommend_box{
	width:25%;
}

/* 2カラム 左右表示 */
#column_wrap{
	max-width:1280px;
	margin-left:auto;		/* 左側マージンを自動的に空ける */
	margin-right:auto;		/* 右側マージンを自動的に空ける */
	text-align:left;		/* 中身を左側表示に戻す */
	display:flex;
	flex-flow:wrap;
	justify-content:space-between;
}

/* 2カラム左右表示（左：メインコンテンツ） */
#contents{
	flex-basis:74%;
	margin:0;
}

/* 2カラム左右表示（右：サイドバー） */
#sidebar{
	flex-basis:25%;
	margin:0;
}

/* 記事個別表示 3列表示*/
.post_box{
	border-radius:15px;
}

/* サイドバーの内容 Start */

/* おすすめ記事一覧 5件縦表示 */
.recomend_list{
	display:flex;
	flex-direction:column;
}

/* おすすめ記事 個別表示 */
.recommend_box{
	width:100%;
}

/* おすすめ記事一覧 5件縦表示 */
.recomend_list{
	display:flex;
	flex-direction:column;
}

/* おすすめ記事 個別表示 */
.recommend_box{
	width:100%;
}

/* おすすめ記事 アイキャッチ画像 */
.recommend_thumbnail{
	border-radius:15px;
}

/* カテゴリー・タグ 1列表示 */
.category_tag{
	flex-flow:column;
}

.category{
	flex-basis:100%;
}

.tagcloud{
	flex-basis:100%;
}

/* サイドバーの内容 End */

}
/* ------------------------------------------------ */
/* ▼PC用として付け足すデザイン（ワイドモニタ対応） */
/* ------------------------------------------------ */
@media print, screen and (min-width:1366px){

/* メインスローガン */
.main_slogan{
	font-size:16px;
}

/* 見出し */
.introduction h2{
	font-size:40px;
}

}/* for PC design(Wide) END */