@charset "UTF-8";

/*--------------------------------------------------------------------
management.html
management.css
--------------------------------------------------------------------*/

/*------------Title------------------------*/
div#Title { background-image: url(../../img/title/management.jpg); }

/*------------management , features------------------------*/
div.manaTxt dl dt {
	margin-bottom: 40px;
	text-align: center;
	line-height: 1.2;
	font-family: "ヒラギノ角ゴ ProN W6", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "游ゴシック", YuGothic, Arial, Roboto, Verdana, "Droid Sans",  sans-serif;
	font-size: 2.25rem;
	font-weight: bold;
}
div.manaTxt dl dd { line-height: 2; }

/*------------features------------------------*/
p#MainProd { margin-top: 50px; }
div#field {
	margin-top: 40px;
	padding: 20px 40px;
	background-color: #efefef;
}
div#field table {
	width: 100%;
	border-collapse: collapse;
}
div#field table tr th,
div#field table tr td {
	display: block;
	width: auto;
	border: 0 none;
	text-align: left;
	vertical-align: middle;
}
div#field table tr th {
	padding-right: 1em;
	font-family: "ヒラギノ角ゴ ProN W6", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "游ゴシック", YuGothic, Arial, Roboto, Verdana, "Droid Sans",  sans-serif;
	font-size: 1.25rem;
	font-weight: bold;
}
div#field table tr td ul { list-style: none; }
div#field table tr td ul li {
	padding-left: 1.3em;
	text-indent: -1.3em;
}
div#field table tr td ul li:before {
	padding-right: 0.3em;
	content: "\0030fb";
}

/*------------product------------------------*/
div#product h3 {
	margin-bottom: 40px;
	text-align: center;
	line-height: 1.2;
	font-family: "ヒラギノ角ゴ ProN W6", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "游ゴシック", YuGothic, Arial, Roboto, Verdana, "Droid Sans",  sans-serif;
	font-size: 2.25rem;
	font-weight: bold;
}
div#product h4 {
	margin-bottom: 80px;
	text-align: center;
}
div#product ul {
	width: 100%;
	list-style: none;
	margin-bottom: -50px;
	overflow: hidden;
}
div#product ul li {
	width: 90%;
	margin: 0 auto 50px;
}
div#product ul li p + p {
	padding-left: 1.3em;
	text-indent: -1.3em;
}
div#product ul li p + p:before {
	padding-right: 0.3em;
	content: "\0025a0";
}
div#product div#EndTxt p {
	margin-top: 80px;
	text-align: center;
	font-family: "ヒラギノ角ゴ ProN W6", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "游ゴシック", YuGothic, Arial, Roboto, Verdana, "Droid Sans",  sans-serif;
	font-size: 1.75rem;
	font-weight: bold;
	color: #bf821b;
}