.wp_flex_wrap a{color: #3a3a3a;}

/*================================================
 *  ワードプレス共通
 ================================================*/

/* 大きい画面用の設定-------------- */
@media (min-width:801px){
.wp_flex_wrap{
	display: flex;
    justify-content: space-between;
}
	
.wp_main_area{
	/*flex: 3;*/
    width: 68%;
    /*background-color: chartreuse;*/
	}

.wp_side_area{
	/*flex: 1;*/
     width: 26%;
    /*background-color: blueviolet;*/
	}
}
/* -------------end------------- */
/* 小さい画面用の設定-------------- */
@media (max-width:800px){
.wp_main_area{
	/*margin-bottom: 20px;*/
	}
}
/* -------------end------------- */



/*================================================
 *  ワードプレス一覧
 ================================================*/


/* 大きい画面用の設定-------------- */
@media (min-width:801px){
.wp_info_flex_wrap{
	display: flex;
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px dotted #cccccc;
    justify-content: space-between;
}

.wp_info_flex_wrap:last-child{
	border-bottom:none;
}
.wp_info_img{width: 30%;
	order:1;
}
    
    .wp_info_img img{width: 100%;
        height: auto;
}
    

.wp_info_txt{width: 68%;
	order:2;}
.wp_info_txt_day{font-size: 88%;}
    
.wp_info_txt_title{font-size: 113%;
/*color: #8dc21f;*/
margin-bottom: 10px;
font-weight: 700;}
	}
/* -------------end------------- */
/* 小さい画面用の設定-------------- */
@media (max-width:800px){
.wp_info_flex_wrap{
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px dotted #CCCCCC;
}

.wp_info_flex_wrap:last-child{
	border-bottom:none;
}
.wp_info_img img{width: 100%;
	height: auto;
}
.wp_info_txt{padding-left: 0px;
	margin-bottom: 5px;}
.wp_info_txt_day{font-size: 90%;}
.wp_info_txt_title{font-size: 120%;
margin-bottom: 5px;
font-weight: 600;}
	}
/* -------------end------------- */




/* 投稿記事 ------*/
.post_box{
margin-bottom: 50px;
line-height: 2.25;}

.post_txt_box > p{
	margin-bottom: 1em;
}

/*.post_txt_box > p > img{
margin-bottom: 100px;
width: 100%;
height: auto!important;}*/

.post_info{
	text-align: right;
	margin: 20px 0 0;
	clear: both;
	font-size: 90%;
	}


/* ページリンク */
span.oldpage	{
	display: block;
	/*border: 1px solid #5EC78F;
	background-color: rgba(94,199,143,0.20);
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
    border-radius: 6px;*/
}

span.newpage{
	display: block;
	/*border: 1px solid #5EC78F;
	background-color: rgba(94,199,143,0.20);
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
    border-radius: 6px;*/
}

p.pagelink a{font-size: 90%;
}

p.pagelink	{overflow: hidden;
	width: 100%}

/* 大きい画面用の設定-------------- */
@media (min-width:801px){
span.oldpage{
	float: left;
	}

span.newpage{float: right;
}
}
/* -------------end------------- */
/* 小さい画面用の設定-------------- */
@media (max-width:800px){
span.oldpage{
		margin-bottom: 10px;
	}

span.newpage{text-align: right;
}
}
/* -------------end------------- */


/* サイドバー */

.widgettitle{
	cursor: pointer;
	display: inline-block;
	width: 100%;
	margin-bottom: 7px;
	/*background-color: #5EC78F;*/
    /*background-color: rgba(94,199,143,0.20);*/
    background-color: #eeeeee;
    

    padding-top: 5px;
	padding-right: 5px;
	padding-left: 10px;
	padding-bottom: 5px;
	box-sizing: border-box;

}





.wp_side_area li li	{
	margin-bottom: 7px;
	padding-bottom: 7px;
	border-bottom: 1px dotted #333;}

.wp_side_area li li a	{text-decoration: none;
position: relative;
padding-left: 1em;
display: block;}

.wp_side_area li li a:before {
font-family: "Font Awesome 5 Free";
content:'\f054';
font-weight: 700;
position: absolute;
top: 50%;
left: 0px;
margin-top: -12px;
color: #cccccc;
}	

/* 大きい画面用の設定-------------- */
@media (min-width:801px){
	.wp_side_area ul li.widget	{margin-bottom: 50px}
	}
/* -------------end------------- */
/* 小さい画面用の設定-------------- */
@media (max-width:800px){
	.wp_side_area ul li.widget	{margin-bottom: 20px}
	}
	}
/* -------------end------------- */



/* 記事内の画像 */
.aligncenter	{display: block;
	margin-left: auto;
	margin-right: auto;}

div.post_box img	{border: none;
width: 100%;
height: auto;}

.alignleft	{float: left;
	margin-right: 10px;
	margin-bottom: 10px}

.alignright	{float: right;
	margin-left: 10px;
	margin-bottom: 10px}

.wp-caption	{border: solid 1px #aaaaaa;
	text-align: center;
	padding-top: 5px}
	
	.breadcrumbs{font-size: 12px;
	color: #212121;
	}

.size-large{width: 100% !important;
height: auto;}

.size-medium{
	width: 50% !important;
height: auto;}

.size-thumbnail{width: 25% !important;
height: auto;}
/* ページ番号リンク */

.pagenum	{display: flex;
justify-content: center;}

.pagenum  a,
.pagenum span
	{
	display: block;
	padding: 5px;
	text-decoration: none;
	
	width: 1.5em;
	line-height: 1.5em;
	border-radius: 50%;
	text-align: center;
color: #fff;
margin-left: 5px;
margin-right: 5px;
font-weight: 700;}

.pagenum a	{background-color:#cccccc;}


.pagenum span{background-color:#f6ab00;}

.cate_pagetitle{
	font-weight: 700;
	font-size: 110%;
	margin-bottom: 1em;
		text-align: center;
}