@charset "UTF-8";


/*------------Current---------------------------------------------------------------*/
div#Current h2 {
	max-width: 90%;
	margin: 40px auto 0;
}
div#Current h3 {
	margin: 35px auto 0;
	line-height: 1.2;
	text-align: center;
	font-size: 5em;
	font-weight: bolder;
	color: #f00;
}
div#Current h3 span {
	display: block;
	margin: 0 auto 0;
	line-height: 1.2;
	font-size: 0.2em;
	font-weight: normal;
	color: #2a2b2b;
}
div#Current h3 + p {
	margin: 25px auto 0;
	line-height: 1.1;
	text-align: center;
	font-size: 1.56em;
	font-weight: bolder;
}
div#Current .CurrPto { margin-top: 20px; }
div#Current .CurrTxt {}
div#Current .wid50 {}
div#Current .floL {}
div#Current .floR {}
div#Current h4 {
	margin: 0 auto 20px;
	padding-bottom: 0.35em;
	border-bottom: 6px solid #bfbfbf;
	line-height: 1.2;
	font-size: 1.56em;
	font-weight: bolder;
	color: #004a99;
}
div#Current dl { margin-top: 20px; }
div#Current dl dt {
	margin: 0 auto 10px;
	line-height: 1.2;
	font-size: 1.25em;
	font-weight: bolder;
}
div#Current dl.lefM1 dd { padding-left: 1em; }
div#Current ol { padding-left: 1.5em; }
div#Current ul li {
	list-style: none;
	padding-left: 1.3em;
	text-indent: -1.3em;
}
div#Current ul li:before {
	padding-right: 0.3em;
	content: "\0030fb";
}
div#Current ul.topM1 li + li { margin-top: 1em; }


/*------------Target---------------------------------------------------------------*/
div#Target h3 {
	margin: 0 auto 10px;
	line-height: 1.2;
	font-size: 1.56em;
	font-weight: bolder;
}
div#Target table {
	width: 100%;
	border-collapse: collapse;
}
div#Target table tr th,
div#Target table tr td {
	width: auto;
	padding: 1em 2em;
	border: 1px solid #2a2b2b;
	text-align: center;
	vertical-align: middle;
}
div#Target table tr th {
	white-space: nowrap;
	font-size: 1.56em;
	font-weight: bolder;
	color: #fff;
}
div#Target table#list01 tr th { background-color: #072579; }
div#Target table#list02 tr th { background-color: #004a99; }
div#Target table ul {
	list-style: none;
	width: auto;
	margin: 0 auto;
}
div#Target table ul li { text-align: left; }


/*------------Works---------------------------------------------------------------*/
div#Works ul {
	width: 100%;
	list-style: none;
	overflow: hidden;
}
div#Works ul li {
	width: 48%;
	margin-right: 4%;
	margin-bottom: 40px;
	float: left;
}
div#Works ul li:nth-of-type(2n) { margin-right: 0; }


/*------------Flow---------------------------------------------------------------*/
div#Flow {
	width: 100%;
	margin-top: 90px;
	padding: 50px 0;
	background-color: #072579;
	color: #fff;
}
div#Flow div.InBox {
	margin-top: 0;
	margin-bottom: 0;
	padding: 0;
}
div#Flow h2 {
	width: 94%;
	margin: 0 auto;
}
div#Flow ul {
	width: 100%;
	list-style: none;
}
div#Flow div#floPho {}
div#Flow div#floPho ul li {
	width: 48%;
	margin-right: 4%;
	margin-bottom: 4%;
	float: left;
}
div#Flow div#floPho ul li:nth-of-type(2n) { margin-right: 0; }
div#Flow div#floTxt { margin-top: 20px; }
div#Flow div#floTxt ul li + li { margin-top: 0.25em; }
div#Flow div#floTxt ul.list01 {}
div#Flow div#floTxt ul.list02 {
	padding-left: 1em;
	text-indent: -1em;
}
div#Flow div#floTxt ul.list03 { margin-top: 1.5em; }
div#Flow div#floTxt dl dt {
	margin-bottom: 15px;
	line-height: 1.2;
	font-size: 1.87em;
	font-weight: bolder;
	color: #ff0;
}
div#Flow div#floTxt dl + dl { margin-top: 20px; }