@charset "utf-8";
/* CSS Document */

.wp_blog {
	width: 100;
	height: auto;
    color: #6B4C4C;
	padding: 10px;
	margin: 0 auto;
}

.wp_blog li {
	list-style: none;
	text-align: left;
	padding: 10px;
	margin-bottom: 10px;
    border: 1px solid #ccc;
	border-radius: 5px;
}

.wp_blog a {
	text-decoration: none;
	color: #6B4C4C;
}
.wp_blog a:visited {
	color: #6B4C4C;
}

.wp_blog .column-box {
	margin: 0 auto;
}

/*写真（アイキャッチ）*/
.wp_blog .thum_size {
	width: 100%;
	height: 200px;
	object-fit: cover;
}

/*日付*/
.wp_blog .blog_time {
	font-size: 0.75rem;
}

/*タイトル*/
.wp_blog .blog_title {
	margin-top: -5px;
	font-weight: bold;
}


/*タブレット 768以下用*/
@media (max-width: 768px){
/*トップページのお知らせ：内容部分*/
.wp_blog {
	width: 100;
	margin: 0 auto;
	font-size: 14px;
}
	
.wp_blog .thum_size {
  width: 100%;
  height: 250px;
  object-fit: cover;
}

	
/*改行*/
.kaigyou::before{
	content: "\A" ;
	white-space: pre;
}
}
