@charset "UTF-8";

html, body {
	font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, 游ゴシック体, "ヒラギノ角ゴ Pro W3", メイリオ, sans-serif;
	font-size: 14px;
	line-height: 1.6;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
	margin: 0;
	padding: 0;
	color: #000;
}

body {
}

img {
	max-width: 100%;
	height: auto;
}


.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
	word-wrap: normal !important
}

.wp-embed {
	border: 2px solid #000;
	border-radius: 12px;
	padding: min(5.33333vw , 24px);
	display: grid;
	grid-template-columns: 1fr 2fr;
	gap: min(4.26666vw , 40px);
}

.embed_news_title {
    font-size: 1.25rem;
    margin: 0 0 0.5rem;
    font-weight: 700;
    line-height: 1.25;
}
.embed_news_title a {
	color: inherit;
	text-decoration: none;
}
.embed_post-meta .post-date {
	font-size: 12px;
}
.post-categories {
	display: flex;
	flex-wrap: wrap;
	gap: 4px 8px;
	margin: 1rem 0 0;
	padding: 0;
}
.post-categories li {
	list-style: none;
}
.post-categories a {
	display: block;
	text-decoration: none;
	background-color: #efefef;
	border-radius: 30px;
	padding: 4px 8px;
	line-height: 1;
	font-size: 0.94rem;
	color: inherit;
}

