@charset "UTF-8";
/* お知らせ個別
------------------------------------------------------------------------- */
.ttl_news {
	color: #7D2124;
	padding-bottom: 4.2666666667vw;
	margin-bottom: 4.2666666667vw;
	border-bottom: 1px solid #BDA185;
}

.news_time {
	text-align: right;
}

.single_contents {
	margin-top: 12.8vw;
}

.single_contents img {
	width: auto;
	max-width: 100%;
	height: auto;
}
.single_contents ul,
.single_contents ol,
.single_contents p {
	margin-bottom: 1em;
}
.single_contents ul:last-child,
.single_contents ol:last-child,
.single_contents p:last-child {
	margin-bottom: 0;
}
.single_contents ul {
	list-style-type: disc;
}
.single_contents ol {
	list-style-type: decimal;
}
.single_contents li {
	list-style-position: inside;
}
.single_contents h2,
.single_contents h3,
.single_contents h4,
.single_contents h5,
.single_contents h6 {
	font-weight: bold;
	margin-bottom: 1.5em;
}
.single_contents table,
.single_contents th,
.single_contents td {
	border-width: 1px;
	border-style: solid;
	border-color: gray;
}
.single_contents th,
.single_contents td {
	padding: 2.6666666667vw;
}
.single_contents h2 {
	font-size: 4.8vw;
}
.single_contents h3 {
	font-size: 4.5333333333vw;
}
.single_contents h3, .single_contents h4, .single_contents h5, .single_contents h6 {
	font-size: 4.2666666667vw;
}

.wp-caption {
	max-width: 100%;
}

/* PDF */
.pdf_contents {
	margin-top: 17.0666666667vw;
}

@media (min-width: 769px) {
	/* お知らせ個別
	------------------------------------------------------------------------- */
	.ttl_news {
		font-size: 32px;
		font-size: 3.2rem;
		letter-spacing: 0.1em;
		text-align: center;
		padding-bottom: 24px;
		margin-bottom: 24px;
	}
	.single_contents {
		margin-top: 48px;
	}
	.single_contents th,
	.single_contents td {
		padding: 10px;
	}
	.single_contents h2 {
		font-size: 20px;
		font-size: 2rem;
	}
	.single_contents h3 {
		font-size: 19px;
		font-size: 1.9rem;
	}
	.single_contents h3, .single_contents h4, .single_contents h5, .single_contents h6 {
		font-size: 18px;
		font-size: 1.8rem;
	}
	/* PDF */
	.pdf_contents {
		margin-top: 64px;
	}
}