@charset "UTF-8";

body {
	background: none !important;
}

.bottom-svg {
	display: none;
}

.wrap .bottom-svg {
	display: block;
}

.page-title {
	height: 554px;
	position: relative;
	z-index: -1;
}

.news {
	background: url(../img/page/news/news-title.webp) no-repeat;
	background-size: cover;
	background-position: center;
	width: 100%;
	height: 554px;
}

.news h1 {
	color: #fff;
	font-size: 50px;
	letter-spacing: .08em;
	line-height: 1.2;
	padding-top: 238px;
	padding-left: 143px;
	text-shadow: 0 4px 15px rgba(0, 0, 0, .25);
}

.wrap {
	background: url(../img/body.webp);
	background-repeat: repeat;
	border-radius: 50px 50px 0 0;
	margin: -40px auto 0;
	color: #1F1F1F;
	width: 100%;
	overflow-x: hidden;
	padding-top: 120px;
}

.wrap p {
	font-size: 15px;
	font-weight: 500;
	letter-spacing: .05em;
	line-height: 2;
}

.content .btn {
	margin: 0 auto 95px;
}

/* タイトル */
.title {
	margin: 0 auto;
	max-width: 90%;
	width: 1170px;
}

.title .thumbnail img {
	border-radius: 10px;
	margin-bottom: 50px;
	width: 100%;
}

.cat-name {
	background: #006E3F;
	border-radius: 5px;
	box-sizing: border-box;
	color: #fff;
	display: inline-block;
	padding: 1px 40px 1px 10px;
	margin-bottom: 20px;
}

.date {
	color: #747474;
}

.title h2 {
	font-size: 25px;
	letter-spacing: .05em;
	line-height: 1.6;
	margin-bottom: 30px;
}

/* ブロック */

.content {
	margin: 0 auto;
	max-width: 90%;
	width: 1170px;
}

.content p {
	margin-bottom: 53px;
}

.content h2,
.content h3,
.content h4,
.content h5,
.content h6 {
	font-size: 20px;
	font-weight: 500;
	letter-spacing: .05em;
	line-height: 1.2;
}

.content h2 {
	background: #CBE2D9;
	border-radius: 10px;
	padding: 14px 20px 18px;
	margin-bottom: 24px;
}

.content h3 {
	border-top: 1px solid #006E3F;
	border-bottom: 1px solid #006E3F;
	padding: 14px 20px 16px;
	margin-bottom: 25px;
}

.content h4 {
	border-bottom: 3px solid #006E3F;
	padding-bottom: 16px;
	margin-bottom: 25px;
}

.content h5 {
	color: #006E3F;
	margin-bottom: 22px;
}

.content h6 {
	margin-bottom: 22px;
}

.content ul,
.content ol {
	margin-bottom: 66px;
}

.content li {
	font-size: 15px;
	font-weight: 500;
	letter-spacing: .05em;
	line-height: 2;
	position: relative;
}

.content ul li {
	margin-top: 6px;
	padding-left: 1em;
}

.content ul li:first-child {
	margin-top: 0;
}

.content ul li::before {
	content: "●";
	color: #006E3F;
	position: absolute;
	left: 0;
}

.content ol {
	counter-reset: counter;
}

.content ol li {
	counter-increment: counter;
	margin-top: 41px;
	padding-left: 30px;
}

.content ol li:first-child {
	margin-top: 0;
}

.content ol li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 6px;
	background: #006E3F;
	border-radius: 50%;
	width: 19px;
	height: 19px;
}

.content ol li::after {
	content: counter(counter);
	position: absolute;
	left: 4.7px;
	top: 0px;
	background-image: url(../img/body.webp);
	background-clip: text;
	color: transparent;
}

.content .wp-block-table table {
	border-collapse: collapse;
	margin: 0 auto 50px;
	table-layout: fixed;
	width: 100%;
}

.content .wp-block-table td {
	border: 1px solid #006E3F;
	box-sizing: border-box;
	color: #000;
	font-size: 16px;
	padding: 14px;
}

.content .wp-block-table td:first-child {
	font-weight: bold;
	text-align: center;
	width: 340px;
}

.content .wp-block-table tr:nth-child(odd) td:first-child {
	background: #fff;
}

.content .wp-block-table tr:nth-child(even) td:first-child {
	background: #E0E0E0;
}

.content .wp-block-table tr:nth-child(odd) td:last-child {
	background: #CBE2D9;
}

.content .wp-block-table tr:nth-child(even) td:last-child {
	background: #fff;
}

.wp-block-columns img {
	width: 100%;
}

@media screen and (max-width:768px) {

	.wrap {
		padding-top: 45px;
	}

	.news,
	.page-title {
		height: 265px;
	}

	.news h1 {
		font-size: 30px;
		padding: 116px 0 0;
		text-align: center;
	}

	/* タイトル */
	.cat-name {
		margin-bottom: 6px;
	}

	.title h2 {
		font-size: 20px;
		font-weight: 500;
		line-height: 1.2;
		margin-bottom: 22px;
	}

	.title .thumbnail img {
		margin-bottom: 48px;
	}

	/* ブロック */

	.content h4 {
		padding-bottom: 13px;
	}

	.content .wp-block-table tbody {
		border-bottom: 1px solid #006E3F;
	}

	.content .wp-block-table td {
		display: block;
		width: 100% !important;
	}

	.content .wp-block-table tr td:first-child {
		background: #fff !important;
		border-bottom: none;
	}

	.content .wp-block-table tr td:last-child {
		background: #CBE2D9 !important;
		border-bottom: none;
	}

	.wp-block-image img {
		width: 100%;
	}
}