
#top-main {
	background: url(../images/title_bg.jpg) no-repeat center top;
	background-size: cover:
}

#top-main h1#top-maintitle {
	padding-top: 75px;
}

div.bg-gray {
	text-align: center;
}

div.independence,
div.nurturing {
	margin: 0px auto;
	text-align: center;
	width: 820px;
	padding-bottom: 70px;
}

/**************h2*************/

h2.nurturing-caption {
	padding: 60px 0px 30px 0px;
}

h2.nurturing-caption img {
	width: 80px;
	height: auto;
	margin: auto;
}

h2.nurturing-caption em {
	display: block;
	font-style: normal;
	font-weight: bold;
	padding: 15px 0px;
	font-size: 26px;
}

h2.nurturing-caption span.border {
	display: block;
	width: 500px;
	margin: auto;
}

div.nurturing h2.nurturing-caption span.border {
	border: 2px solid #367dde;
}

/**************h3*************/

h3.nurturing-caption {
	text-align: left;
	border-bottom: 1px solid #367dde;
	border-left: 20px solid #367dde;
	padding-left: 15px;
	margin-top: 70px;
	margin-bottom: 10px;
	font-size: 22px;
}

h3.fukidashi {
	font-size: 130%;
}

/**************div.nurturing*************/

div.nurturing div.img {
	display: table-cell;
	padding: 20px 0px;
	text-align: center;
	vertical-align: top;
	width: 280px;
}

div.nurturing div.text {
	display: table-cell;
	padding-left: 30px;
	vertical-align: top;
	width: auto;
}

div.flow-container {
	margin: 50px 0px;
}

div.flow-container p.sup {
	text-align: center;
	font-weight: bold;
}

ul.flow-list li {
	background: url(images/under_cursor.png)no-repeat center bottom ;
	background-size: 30px;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

ul.flow-list li:last-child {
	background:none;
	padding-bottom: 0px;
	margin-bottom: 0px;
}

ul.flow-list li div.inner {
	margin-bottom: 20px;
}

ul.flow-list li div.inner h4 {
	display: table-cell;
	vertical-align: middle;
	background-color: #367dde;
	color: white;
	font-size: 18px;
	font-weight: bold;
	width: 250px;	
}

ul.flow-list li div.inner div.text {
	display: table-cell;
	vertical-align: middle;
	background-color: #e4edfa;
	padding: 20px 30px;
	text-align: justify;
	font-size: 90%;
	width: 510px;
}

table.flow-table tr {
	border-bottom: 4px solid white;
}

table.flow-table th {
	background-color: #367dde;
	color: white;
	font-size: 18px;
	font-weight: bold;
	padding: 10px;
	width: 250px;
}

table.flow-table td {
	background-color: #e4edfa;
	padding: 20px 30px;
	text-align: justify;
	width: 510px;
}

/**************div.independence*************/

div.independence h2.nurturing-caption span.border {
	border: 2px solid #14a83b;
}

div.learn-container {
	margin-bottom: 30px;
}

div.learn-container h3 {
	margin-top: 50px;
	margin-bottom: 20px;
}

div.learn-container img {
	margin-bottom: 10px;
}

div.independence h4 {
	font-size: 25px;
	margin-bottom: 20px;
}

div.independence p.detail {
	text-align: center;
}
		
		
		
