﻿@charset "UTF-8";

#Section1SectionWithBG{
	background-image: url(page2/s1-bg.jpg);
	background-position: 50% 50%;
	background-repeat: no-repeat;
	
	font-size: 14px;
	text-align: center;
	padding: 0 150px;
}
#Section1SectionWithBG p{
	margin: 10px 0 0;
	padding: 42px 0 0;
	
	background-image: url(page2/downarrow.png);
	background-position: 50% 0;
	background-repeat: no-repeat;
}
#Section1SectionWithBG p:first-child{
	background-image: none;
	padding: 0;
}


#Section2-1{
	overflow: hidden;
	padding: 0 0 42px;
	
	background-image: url(page2/downarrow.png);
	background-position: 50% 100%;
	background-repeat: no-repeat;
}
#Section2-1 div{
	float: right;
	background-image: url(page2/s2-2.png);
	background-position: 0 50%;
	background-repeat: no-repeat;
	padding: 1em 1.5em 1em 130px;
	border: 1px #c7c7c7 solid;
	width: 48%;
	line-height: 100px;
	
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#Section2-1 div:first-child{
	background-image: url(page2/s2-1.png);
	float: left;
}
#Section2-1 ul{
	display: inline-block;
	vertical-align: middle;
	margin: 0;
	left: 0;
}
#Section2-1 ul li{
	padding: 0 0 0 1.5em;
	font-size: 14px;
	line-height: 1.5;
	position: relative;
}
#Section2-1 ul li:before{
	content: "■";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}


#Section2-2{
	padding: 0 0 0 548px;
	background-image: url(page2/s2-5.png);
	background-position: 0 50%;
	background-repeat: no-repeat;
}
#Section2-2 p{
	margin: 16px 0 0;
	padding: 9px;
	border: 1px #c7c7c7 solid;
	position: relative;
}
#Section2-2 p:first-child{
	margin: 0;
}
#Section2-2 p:before{
	display: block;
	content: "";
	position: absolute;
	top: 0;
	left: -98px;
	bottom: 0;
	width: 97px;
	background-image: url(page2/s2-4.png);
	background-position: 50% 50%;
	background-repeat: no-repeat;
}
#Section2-2 p:first-child:before{
	background-image: url(page2/s2-3.png);
}




#Section2-3{
	overflow: hidden;	
	margin: 16px 0 0;
}
#Section2-3 > div{
	float: left;
	width: 33.333333333%;
	padding: 0 4px;
	
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#Section2-3 > div > div{
	border: #d74f8d solid 8px;
	border-radius: 18px;
	min-height: 112px;
	padding: 9px;
}

#Section2-3 h1{
	font-size: 18px;
	color: #3379a5;
	text-align: center;
	font-weight: bold;
}
#Section2-3 ul{
	display: block;
	margin: 0;
	min-height: 7.5em;
}
#Section2-3 ul li{
	padding: 0 0 0 1.5em;
	font-size: 14px;
	line-height: 1.5;
	position: relative;
}
#Section2-3 ul li:before{
	content: "■";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}







#Section3-1{
	overflow: hidden;
	margin-top: -10px;
}
#Section3-1 > div{
	display: block;
	float: left;
	width: 50%;
	padding-left: 10px;
	padding-right: 16px;
	border-left: 9px solid #3379a5;
	margin-top: 25px;
	
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#Section3-1 > div h1{
	font-size: 15px;
	font-weight: bold;
}

#Section3-1 > div ul{
	height: 231px;
	padding-left: 114px;
	background-image: url(page2/s3-1.jpg);
	background-repeat: no-repeat;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#Section3-1 > div#S3-1-2 ul{
	background-image: url(page2/s3-2.jpg);
}
#Section3-1 > div#S3-1-3 ul{
	background-image: url(page2/s3-3.jpg);
}
#Section3-1 > div#S3-1-4 ul{
	background-image: url(page2/s3-4.jpg);
}
#Section3-1 ul li{
	padding: 0 0 0 1.5em;
	font-size: 14px;
	line-height: 1.5;
	position: relative;
}
#Section3-1 ul li:before{
	content: "■";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}


