@charset "UTF-8";
/* CSS Document */
ul#ProdTab {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	width: 100%;
	overflow: hidden;
}
ul#ProdTab li {
	list-style: none;
	display: inline-block;
	font-size: 80%;
}
ul#ProdTab li.Tab, ul#ProdTab li a.Tab {
	display: block;
	list-style: none;
	margin-left: 0.25em;
	padding: 0.5em 1em 0.5em;
	background-color: #999999;
	border-top-left-radius: 0.5em;
	border-top-right-radius: 0.5em;
	color: #ffffff;
	line-height: 100%;
}
ul#ProdTab li a.Tab {
	text-decoration: none;
	color: #ffffff;
	background-color: #047149;
}
.FigBlock.FloatRight.MB0 figure {
	margin-bottom: 0;
}
#GreeningFlow {
	background-color: #eeeeee;
	padding: 1em;
	border-radius: 0.5em;
}
#GreeningFlow dt {
	font-weight: 700;
	padding-bottom: 0.5em;
}
#GreeningFlow dt span {
	color: #00a99d;
	font-size: 150%;
}
#GreeningFlow dd {
	margin-left: 2em;
	margin-bottom: 1em;
	position: relative;
}
#GreeningFlow dd:last-child {
	margin-bottom: 0;
}
#GreeningFlow dd::after {
	content: "";
	position: absolute;
	bottom: 0px;
	left: -2em;
	top: 50%;
	transform: translateY(-50%);
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 10px 7.5px 0 7.5px;
	border-color: #00a99d transparent transparent transparent;
}
#GreeningFlow dd:last-child::after {
	display: none;
}
table.OutlineTbl {
	width: 90%;
	margin: 1em auto;
	border-top: solid 1px #cccccc;
}
table.OutlineTbl th, table.OutlineTbl td {
	text-align: left;
	font-weight: 500;
	border-bottom: solid 1px #cccccc;
	padding: 1em 0.25em;
}
table.OutlineTbl th {
	padding-left: 1em;
	white-space: nowrap;
}
table.RirekiTbl {
	width: 90%;
	margin: 1em auto;
}
table.RirekiTbl caption {
	text-align: left;
	font-weight: 700;
	padding-bottom: 0.5em;
}
table.RirekiTbl th, table.RirekiTbl td {
	padding: 0.25em;
	border: solid 1px #cccccc;
	font-weight: 500;
	vertical-align: middle;
}
table.RirekiTbl th {
	background-color: #eeeeee;
}
table.RirekiTbl td a.PDF {
	position: relative;
	display: inline-block;
	padding-left: 20px;
	text-decoration: none;
	line-height: 25px;
	background: url("../images/global/icn_pdf_25_g.png") no-repeat left center;
	background-size: 25px;
}
iframe.AccessMap {
	width: 100%;
	height: 300px;
}
.MainCopy {
	display: block;
	text-align: left;
	padding: 0.5em 0;
	font-size: 125%;
	line-height: 150%;
	color: #047149;
}
.FigBlockW400 {
	display: block;
	width: 40%;
	max-width: 300px;
	margin-left: 1em;
}
#LinkBnrArea {
	margin: 2em auto 1em;
}
#LinkBnrArea td {
	padding: 0 1em;
	vertical-align: middle;
}
#LinkBnrArea img {
	max-width: 180px;
	height: auto;
}
/*240228追記*/
.ContactBox{
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	border: solid 1px #047149;
	background-color: #e5f1ec;
	gap:0.25em;
	padding: 0.5em;
	margin-top: 1em;
}
.ContactBox .Title{
	color: #047149;
	font-weight: 700;
}
/*タブレット*/
@media screen and (min-width:768px) and (max-width:999px) {
	ul.LinkBtnArea li.PhotoBtn {
		width: 30vw;
		height: 20vw;
		margin: 0.5vw;
	}
	ul.LinkBtnArea li.PhotoBtn a {
		padding-top: 16vw;
		background-size: 28vw auto;
	}
	ul.LinkBtnArea li.PhotoBtn a::before {
		width: 28vw;
		height: 14vw;
		top: 1vw;
	}
	table.RirekiTbl {
		font-size: 80%;
	}
	#LinkBnrArea td {
		padding: 0 0.5em;
		font-size: 1.6vw;
	}
	#LinkBnrArea img {
		width: 20vw;
		max-width: 180px;
		height: auto;
	}
}
/*スマホ*/
@media screen and (max-width: 767px) {
	ul.LinkBtnArea li.PhotoBtn {
		width: 30vw;
		height: 20vw;
		list-style: none;
		margin: 0.25vw;
	}
	ul.LinkBtnArea li.PhotoBtn a {
		padding-top: 15.5vw;
		background-size: 28vw auto;
	}
	ul.LinkBtnArea li.PhotoBtn a::before {
		width: 28vw;
		height: 14vw;
		top: 1vw;
	}
	table.RirekiTbl {
		font-size: 80%;
	}
	@media screen and (max-aspect-ratio: 11/10) {
		/* 縦向きの場合のスタイル */
		ul.LinkBtnArea {
			width: 90vw;
			margin: 0 auto;
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			-webkit-box-orient: vertical;
			-webkit-box-direction: normal;
			-ms-flex-direction: column;
			flex-direction: column;
			-ms-flex-wrap: wrap;
			flex-wrap: wrap;
			-webkit-box-pack: center;
			-ms-flex-pack: center;
			justify-content: center;
			-webkit-box-align: center;
			-ms-flex-align: center;
			align-items: center;
		}
		ul.LinkBtnArea li.PhotoBtn {
			display: block;
			width: 100%;
			height: 100px;
			list-style: none;
			margin: 1vw 0;
			border-radius: 0.5em;
		}
		ul.LinkBtnArea li.PhotoBtn a {
			display: block;
			position: relative;
			width: 100%;
			height: 100%;
			padding-top: 0;
			border-radius: 0.5em;
			font-size: 120%;
		}
		ul.LinkBtnArea li.PhotoBtn a::before {
			width: 90px;
			height: 90px;
			top: 5px;
			left: 5px;
			transform: translatex(0);
		}
		ul.LinkBtnArea li.PhotoBtn a span {
			position: absolute;
			top: 50%;
			left: 120px;
			transform: translateY(-50%);
		}
		table.RirekiTbl {
			width: 95%;
		}
		.FigBlockW400.FloatRight {
			display: block;
			width: 100%;
			max-width: 100%;
			margin-left: 0;
			float: none;
			text-align: center;
		}
		#LinkBnrArea td {
			padding:0 0 1em;
			font-size: 100%;
			display: block;
			width: 100%;
			text-align: center;
		}
		#LinkBnrArea img {
			width: 100%;
			height: auto;
		}
	}
}