@charset "UTF-8";

.post-items {
	margin: 0 60px;
	border-top: 1px solid #ededed;
}
.news .post-items {
	margin: 0;
}
.post-item {
	padding: 0 30px;
	border-bottom: 1px solid #ededed;
}
.news .post-item {
	padding: 0;
}
.post-item dl {
	display: flex;
	align-items: center;
}
.post-item dl dt {
	max-width: 190px;
	width: 20%;
}
.news .post-item dl dt {
	max-width: 180px;
    width: 25%;
}
.post-item dl dd {
	max-width: 570px;
    width: 76%;
	display: flex;
	align-items: center;
}
.news .post-item dl dd {
	max-width: 600px;
    width: 80%;
}
.post-item dl dt time.date {
	display: inline-block;
	margin-right: 6px;
}
.post-item dl dt span.new {
	display: inline-block;
	background: #f29603;
    color: #FFF;
	border-radius: 3px;
	padding: 5px 5px;
    font-size: 12px;
	line-height: 1;
}
.post-item dl dd a {
	padding: 18px 12px;
	line-height: 1.4;
}
.news .post-item dl dd a {
	padding: 9px 9px 9px 12px;
}


@media screen and (max-width: 1194px) {
	.post-items {
		margin: 0;
	}
	.post-item dl dt {
		min-width: 150px;
		width: 14%;
	}
	.post-item dl dd {
		max-width: 930px;
		width: 86%;
	}
	.news .post-item dl dt {
		max-width: 160px;
		min-width: 150px;
		width: 21%;
		font-size: .9em;
	}
	.news .post-item dl dd {
		max-width: 655px;
		width: 80%;
	}
}
@media screen and (max-width: 768px) {
	.news .post-item {
		padding: 12px;
		border-bottom: 1px solid #DCD9D4;
	}
	.news .post-item:first-child {
		border-top: 1px solid #DCD9D4;
	}
	.news .post-item dl dd a {
		padding: 0;
	}
}
@media screen and (max-width: 559px) {
	.post-item {
		padding: 12px 18px;
	}
	.post-item dl {
		flex-direction: column;
	}
	.post-item dl dt {
		margin-bottom: 6px;
	}
	.post-item dl dt,
	.post-item dl dd {
		width: 100%;
		max-width: 100%;
		text-align: left;
	}
	.news .post-item dl dt,
	.news .post-item dl dd {
		width: 100%;
		max-width: 100%;
		text-align: left;
	}
	.post-item dl dt time.date {
		font-size: .8em;
	}
	.post-item dl dd a {
		padding: 0;
	}
}
@media screen and (max-width: 430px) {
	.post-item {
		padding: 12px 0;
	}
}


/* ***************************************
 * single.php
 * **************************************/

.single-content {
	    margin: 0 60px 60px;
    padding-bottom: 60px;
	border-bottom: 1px solid #ededed;
}
.single-content time.date {
	text-align: center;
    display: block;
    font-size: .8em;
    color: #999;
}
.single-content div {
	margin-top: 30px;
}

@media screen and (max-width: 1194px) {
	.single-content {
		margin: 0 0 60px;
	}
}
@media screen and (max-width: 559px) {
	.single-content {
	
	}
}
@media screen and (max-width: 430px) {
	.single-content {
		
	}
}

.wp-block-image img {
	border-radius: 12px;
}

ul.wp-block-list {
	list-style: disc;
	margin: 30px 0 18px 1em;
	padding: 0;
}
ul.wp-block-list li:not(:first-child) {
	margin-top: 9px;
}
ol.wp-block-list {
	list-style: decimal;
	margin: 30px 0 18px 1em;
	padding: 0;
}
ol.wp-block-list li:not(:first-child) {
	margin-top: 9px;
}

.wp-block-heading {
	line-height: 1.4;
	text-align: left;
	font-weight: 500;
}
.wp-block-heading:first-child {
	margin-top: 0;
}
h2.wp-block-heading {
	font-size: 2.4rem;
	margin: 45px 0 28px 0;
	padding: 12px 18px 12px;
	border-top: 1px solid #5B4E3B;
	border-bottom: 1px solid #5B4E3B;
}
h3.wp-block-heading {
	font-size: 2.4rem;
	margin: 45px 0 28px;
	padding: 0 0 0 18px;
	border-radius: 4px;
	position: relative;
}
h3.wp-block-heading::after {
	content: '';
	position: absolute;
	top: 50%;
	left:0;
	transform:translateY(-50%);
	width: 3px;
	height: 100%;
	background-color: #5B4E3B;
	border-radius: 3px;
}
h4.wp-block-heading {
	font-size: 2.2rem;
	background: #ededed;
	margin: 45px 0 28px;
	padding: 12px 18px;
	border-radius: 4px;
}
h5.wp-block-heading {
	font-size: 2rem;
	font-weight: 600;
	margin: 45px 0 28px;
}
h6.wp-block-heading {
	font-size: 2rem;
	font-weight: 600;
	margin: 30px 0 18px;
}

@media screen and (max-width: 768px) {
	h2.wp-block-heading { font-size: 2.2rem; }
	h3.wp-block-heading { font-size: 2.2rem; }
	h4.wp-block-heading { font-size: 2rem; }
	h5.wp-block-heading { font-size: 1.8rem; }
	h6.wp-block-heading { font-size: 1.8rem; }
}
@media screen and (max-width: 559px) {
	h2.wp-block-heading { font-size: 2rem; }
	h3.wp-block-heading { font-size: 2rem; }
	h4.wp-block-heading { font-size: 1.8rem; }
	h5.wp-block-heading { font-size: 1.8rem; }
	h6.wp-block-heading { font-size: 1.8rem; }
}
@media screen and (max-width: 380px) {
	h2.wp-block-heading { font-size: 1.9rem; }
	h3.wp-block-heading { font-size: 1.9rem; }
	h4.wp-block-heading { font-size: 1.7rem; }
	h5.wp-block-heading { font-size: 1.7rem; }
	h6.wp-block-heading { font-size: 1.7rem; }
}
