@charset "UTF-8";

#tinfo h2 {
	font-size: 20px;
	line-height: 1.9;
	border-bottom: 2px solid #547C40;
}
#tinfo p {
	font-size: 16px;
	line-height: 1.5;
	text-align: justify;
	word-break: break-all;
}
#tinfo > p {
	padding: 15px 0 0;
}
#tinfo_link {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 40px 0 0;
}
#tinfo_link a {
	display: block;
	width: calc(50% - 10px);
	background: #e4eecc;
	border: 1px solid #547C40;
	color: #547C40;
	font-size: 24px;
	line-height: 25px;
	text-decoration: none;
	text-align: center;
	padding: 10px 0 5px;
	margin-bottom: 20px;
}
#tinfo_link a:nth-child(3),
#tinfo_link a:nth-child(4) {
	margin-bottom: 0;
}
#tinfo_link a span {
	display: block;
	font-size: 16px;
	line-height: 30px;
}

#contents_blk h3 {
	font-size: 32px;
	line-height: 1.5;
	font-weight: 700;
	color: #547C40;
	border-bottom: 1px solid #547C40;
	padding-top: 30px;
	border-top: 2px solid #547C40;
	margin-top: 40px;
}
#contents_blk .item {
	margin-top: 20px;
	border-top: 1px dotted #000;
}
#contents_blk h3 + .item,#contents_blk .img + .item {
	margin-top: 0;
	border-top: none;
}
#contents_blk .item strong {
	display: block;
	font-size: 24px;
	line-height: 1;
	font-weight: 700;
	padding: 20px 0 15px;
	color: #547C40;
}
#contents_blk .item p {
	font-size: 16px;
	line-height: 1.5;
	text-align: justify;
	word-break: break-all;
}
#contents_blk .item p a {
	text-decoration: none;
	color: #547C40;
}
#contents_blk .item p.spc {
	font-size: 16px;
	line-height: 1;
	height: 16px;
}
#contents_blk .item .com {
	background-color: #e4eecc;
	border-radius: 8px;
	padding: 20px;
	margin: 15px 0;
	font-size: 16px;
	line-height: 1.5;
	text-align: justify;
	word-break: break-all;
}
#contents_blk .item .com strong {
	font-size: 16px;
	line-height: 1;
	font-weight: 700;
	padding: 0 0 1em;
}
#contents_blk .item .com span {
	font-size: 14px;
	padding-left: 1em;
}
#contents_blk .item .com a {
	text-decoration: none;
	color: #547C40;
}
#contents_blk .img {
	padding-top: 30px;
}
#contents_blk .img img {
	width: 100%;
	height: auto;
}

#contents_blk p.other {
	font-size: 16px;
	line-height: 1.5;
}
#contents_blk p.other.othertop {
	padding-top: 20px;
	padding-bottom: 1em;
}
#contents_blk p.other + strong {
	font-weight: 700;
	display: block;
	padding: 5px 0;
}
#contents_blk p.other a {
	text-decoration: none;
	color: #547C40;
}
#contents_blk p.other a.mail {
	color: #000;
}

@media screen and (max-width: 767px) {
	#contents_blk {
		width: auto;
		float: none;
		padding: 20px 20px 0;
	}
	#tinfo_link {
		flex-direction: column;
		flex-wrap: nowrap;
		padding: 20px 0 0;
	}
	#tinfo_link a {
		width: 100%;
		margin-bottom: 10px;
	}
	#tinfo_link a:nth-child(3) {
		margin-bottom: 10px;
	}
	#tinfo_link a:nth-child(4) {
		margin-bottom: 0;
	}
	#contents_blk h3 {
		margin-top: 20px;
		padding-top: 20px;
		line-height: 1;
		padding-bottom: 10px;
	}
}
