@charset "UTF-8";
main.elementor-section {
	margin: 40px 0;
}
.elementor-column-wrap {
	display: block;
}
.page-content .post {
	margin: 0 0 20px;
	padding: 20px;
	border: 1px solid #ccc;
	border-radius: 10px;
}
.page-content .post .title {
	display: flex;
	justify-content: space-between;
	align-items: center;
	background: #B0D2FF;
	margin: 0 0 20px;
	padding: 20px;
}
.page-content .post .title .info {
	width: 165px;
	background: #fff;
	border-radius: 5px;
	padding: 5px 10px;
	text-align: center;
	font-weight: bold;
}
.page-content .post .title .info ul {
	list-style: none;
	padding: 0;
}
.page-content .post .title .info .day_txt {
	font-size: 1.6rem;
}
.page-content .post .title .info .format_txt,
.page-content .post .title .info .end_txt {
	font-size: 1.4rem;
	color: #f00;
}
.page-content .post .title h2 {
	width: calc(100% - 185px);
	margin: 0;
	line-height: 1.3;
	font-size: 1.6rem;
	font-weight: bold;
}
.page-content .post .postday {
	margin: 0 0 20px;
	text-align: right;
}
.page-content .post .elementor-text-editor h2,
.page-content .post .elementor-text-editor h3 {
	margin-top: 50px;
	font-weight: bold;
}
.page-content .post .elementor-text-editor h2 + h3 {
	margin-top: 20px;
}
.page-content .post .elementor-text-editor .wp-block-buttons {
	text-align: center;
}
.page-content .post .elementor-text-editor .wp-block-buttons .wp-block-button__link {
	background: #FE9A2E;
	color: #fff;
}
.page-content .post .elementor-text-editor .wp-block-buttons .wp-block-button__link:hover {
	text-decoration: none;
	opacity: 0.8;
}
.elementor-column-wrap .sidebar {
	background: #eee;
	height: calc(100% - 40px);
	margin: 0 0 40px 40px;
	padding: 20px;
	font-size: 0.9rem;
}
.elementor-column-wrap .sidebar h3 {
	border-left: 2px solid #FE9A2E;
	padding: 0 0 0 5px;
}
.elementor-column-wrap .sidebar .elementor-widget-container {
	margin: 0 0 40px;
}
.elementor-column-wrap .sidebar .archivelist {
	padding: 0 0 0 1.5em;
}
.elementor-column-wrap .sidebar .archivelist li {
	margin: 0 0 5px;
	font-size: 1.1rem;
}
.elementor-column-wrap .sidebar .elementor-post {
	margin: 0 0 30px;
}
.elementor-column-wrap .sidebar .elementor-post a {
	display: flex;
	justify-content: space-between;
}
.elementor-column-wrap .sidebar .elementor-post a:hover {
	text-decoration: none;
	opacity: 0.8;
}
.elementor-column-wrap .sidebar .elementor-post__thumbnail {
	position: relative;
	width: 33%;
}
.elementor-column-wrap .sidebar .elementor-post__thumbnail .end_txt {
	position: absolute;
	top: 0;
	left: 0;
	background: #000;
	margin: 0 0 5px;
	padding: 5px;
	font-size: 0.7rem;
	font-weight: bold;
	color: #fff;
}
.elementor-column-wrap .sidebar .elementor-post__text {
  width: 64%;
}
.elementor-column-wrap .sidebar .elementor-post__text p {
	margin: 0 0 5px;
}
.elementor-column-wrap .sidebar .elementor-post__meta-data {
	font-size: 0.8rem;
	color: #555;
}
@media (max-width: 1024px) {
	.elementor-row {
		flex-wrap: wrap;
		padding: 0 20px;
	}
}
@media (max-width: 767px) {
	.elementor-column {
		display: block;
	}
	.page-content .post .title {
		display: block;
	}
	.page-content .post .title .info ul {
		display: flex;
		align-items: center;
	}
	.page-content .post .title .info {
		display: inline-block;
		width: auto;
		margin: 0 0 10px;
		text-align: left;
	}
	.page-content .post .title .info .day_txt {
		margin: 0 10px 0 0;
		font-size: 1.1rem;
	}
	.page-content .post .title h2 {
		width: 100%;
		font-size: 1.4rem;
	}
	.elementor-column-wrap .sidebar {
		margin: 0 0 40px;
	}
}