#page_title {
	height: 479px;
	background: #3fa35b url('https://www.touhoku-paint.co.jp/wp-content/themes/touhokupaint2025/images/newitemsinfo/page_title.webp') no-repeat top center;
	margin: 0 auto 10px;
}

#page_title h2 {
	padding: 34px 0 0;
}

#header_contact {
	background: linear-gradient(to bottom, rgba(57, 102, 216, 1) 0%, rgba(57, 102, 216, 1) 50%, rgba(121, 130, 214, 1) 51%, rgba(121, 130, 214, 1) 100%);
	box-shadow: 0 5px 0 #00108f;
}

#header_contact:after {
	color: #fff6d3;
	text-shadow: 2px 3px 0 #ffd20c;
}

#header_contact a span {
	color: #fffc00;
}

main {
	padding: 90px 0;
	background: url('../../../../media/blog/bg.webp');
}

#blog article {
	border-top: 8px solid #e5e5e5;
}

#blog article dl {
	padding: 30px 0;
	border-bottom: 8px solid #e5e5e5;
	display: flex;
}

#blog article dl dt {
	width: 300px;
	height: 300px;
	flex: none;
}

#blog article dl dt a {
	width: 100%;
	height: 100%;
	display: block;
}

#blog article dl dd h4{
	font-size: 23px;
	line-height: 1.6;
	text-align-last: left;
	color: #00347F;
	margin: 10px 0;
}

#blog article dl dt a img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	max-width: initial !important;
}

#blog article dl dd {
	width: calc(100% - 280px);
	flex: none;
	padding: 0 0 0 30px;
	box-sizing: border-box;
}

.comment {
	display: flex;
	justify-content: space-between;
}

#blog article dl dd .fll {
	width: 430px;
	flex: none;
}

#blog article dl dd .flr {
	width: 145px;
	display: flex;
	flex: none;
	flex-direction: column;
	margin-top: auto;
}

#blog article dl dd .flr a {
	display: block;
	text-align: center;
	padding: 0 0 20px 0;
	background: url('../../../../media/blog/more.webp') no-repeat bottom center;
}

#blog_more {
	max-width: 960px;
	margin: 0 auto 90px;
}

#blog_more time {
	display: block;
	text-align: right;
	padding: 20px 0;
}

#blog_more img.alignleft,
#blog_more img.alignright {
	display: block;
	margin: 0 auto 20px;
	float: none;
}

#blog_more h3 {
	background-color: #FEC409;
	padding: 10px 20px;
	-webkit-border-radius: 20px;
	        border-radius: 20px;
	font-size: 32px;
	font-weight: bold;
/* 	border-bottom: 1px solid #000; */
}

#blog_more h4{
	padding: 10px;
	border: 2px solid #533604;
	-webkit-border-radius: 20px;
	        border-radius: 20px;
	font-size: 28px;
	font-weight: bold;
	color: #533604;
	margin: 0 0 20px;
	line-height: 1.4; 
}


#blog_more article p{
	margin-bottom: 1em;
}

#blog_more article ul{
	margin: 10px 0 0 2em;
}

#blog_more strong{
	border-bottom: 1px dashed #333;
}

table th,
table td{
	border: 1px solid #ccc;{

}