.head_text {
	text-align: center;
	font-size: 18px;
	font-size: 1.8rem;
	letter-spacing: 0.1em;
}

.wrap_document_contents {
	margin-top: 40px;
}

.document_contents {
	background: #fff;
	padding: 40px 5%;
	margin-bottom: 40px;
}

.ttl_h3_document {
	text-align: center;
	font-size: 18px;
	font-size: 1.8rem;
	letter-spacing: 0.1em;
	color: #643E2F;
	line-height: 1.5;
	position: relative;
	margin-bottom: 40px;
}

.ttl_h3_document::before, .ttl_h3_document::after {
	content: "";
	display: block;
	background: url(../images/icon_footprint2.png) repeat-x;
	background-size: 92px 12px;
	width: 100%;
	height: 12px;
}

.ttl_h3_document::before {
	margin-bottom: 8px;
}

.ttl_h3_document::after {
	margin-top: 8px;
}

.ul_document li {
	margin-bottom: 32px;
	text-align: center;
}

.ul_document li:last-child {
	margin-bottom: 0;
}

.ul_document li img {
	border: 3px solid #643E2F;
	width: 80%;
}

.ul_document li span {
	text-decoration: underline;
	display: block;
	margin-top: 16px;
	color: #643E2F;
}

.ul_document li span::after {
	content: "\f15c";
	font-weight: 400;
	font-family: "Font Awesome 5 Free";
	margin-left: 8px;
}

@media print, screen and (min-width: 769px) {
	.document_contents {
		background: #fff;
		padding: 40px 0;
		margin-bottom: 40px;
	}
	.ttl_h3_document {
		font-size: 24px;
		font-size: 2.4rem;
		letter-spacing: 0.2em;
	}
	.ttl_h3_document::before, .ttl_h3_document::after {
		content: none;
	}
	.ttl_h3_document span {
		position: relative;
		display: inline-block;
	}
	.ttl_h3_document span::before, .ttl_h3_document span::after {
		content: "";
		display: inline-block;
		background: url(../images/icon_footprint2.png) repeat-x;
		background-size: 92px 12px;
		width: 78px;
		height: 12px;
		position: absolute;
		top: 50%;
	}
	.ttl_h3_document span::before {
		left: -24px;
		-webkit-transform: translate(-100%, -50%);
		transform: translate(-100%, -50%);
	}
	.ttl_h3_document span::after {
		right: -24px;
		-webkit-transform: translate(100%, -50%);
		transform: translate(100%, -50%);
	}
	.ul_document {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	.ul_document li {
		width: 48%;
		max-width: 360px;
		margin-bottom: 40px;
		text-align: center;
	}
	.ul_document li:nth-last-child(2) {
		margin-bottom: 0;
	}
	.ul_document li:nth-child(2n) {
		margin-left: 40px;
	}
	.ul_document li img {
		width: 100%;
		max-width: 260px;
	}
	.ul_document li span {
		text-decoration: underline;
		display: block;
		margin-top: 16px;
		color: #643E2F;
	}
	.ul_document li span::after {
		content: "\f15c";
		font-weight: 400;
		font-family: "Font Awesome 5 Free";
	}
}