@charset "utf-8";

/****************************
 Message
****************************/
#Message{
	background: #143e6d;
	text-align: center;
	color: #fff;
}
#Message h2{
	color: #fff;
}

/****************************
 Chance
****************************/
#Chance h2 {
	height: 380px;
	color: #fff;
	padding: 80px 0 0 0;
	background: url(../images/image_sky.jpg) no-repeat center center;
	background-size: cover;
}
#Chance div.section-inner{
	background: #fffce0;
	padding: 60px;
	margin: -180px auto 0 auto;
}

#Chance b, {
	font-size: 24px;
}


/****************************
 Chance
****************************/
#Notice{
	padding: 80px 0 20px 0;
}
#Notice div.section-inner {
	padding: 35px 0 80px 0;
}
#Notice .shift {
	position: relative;
	top: 40px;
	margin: 0 0 30px 0;
}

/****************************
 Provide
****************************/
#Provide {
	background: url(../images/bg-glass.gif) repeat center center;
	background-size: cover;
}
#Provide .grid li span {
	display: block;
	padding: 30px;
	text-align: center;
	background: url(../images/bg-grid.gif) repeat top center;
}
#Provide .wrap {
	margin-bottom: 30px;

}
/****************************
 Sales
****************************/
#Sales .wrap {
	margin-bottom: 30px;

}
#Sales .note .wrap {
	margin-bottom: 0;
}
#Sales .note h3 {
	text-align: left;
	margin-left: -40px;
}
#Sales .wrap:last-child {
	padding: 40px 0 0 0;
}

#Sales .wrap span {
	color:red;
}

/****************************
 About
****************************/
#About {
	background: #e9f5fa;
}
#About h2 {
	height: 380px;
	color: #fff;
	padding: 70px 0 0 0;
	background: url(../images/image_city.jpg) no-repeat center center;
	background-size: cover;
}
#About div.section-inner {
	padding: 0 40px 80px 40px;
}
#About div.block{
	background: #fff;
	border: 3px solid #195eab;
	border-radius: 4px;
	padding: 40px;
	margin: 0 auto 40px auto;
}
#About h3.bg{
	position: relative;
	margin: -260px 0 40px 0;
}
#About div.wrap div.image {
	width: 10%;
	padding: 0 30px 0 0;
}
#About div.wrap{
	margin: 0 0 30px 0;
}
#About div.wrap div.body {
	width: 90%;
	
}


#About h3.circle{text-align: left;}
#About h3.circle:before {
	content: "";
	display: inline-block;
	width: 45px;
	text-align: center;
	height: 45px;
	line-height: 45px;
	color: #fff;
	background: #195eab;
	border-radius: 22.5px;
	margin: 0 20px 0 0;
}
#About h3.circle.A:before {
	content: "A";
}
#About h3.circle.B:before {
	content: "B";
}
#About h3.circle.C:before {
	content: "C";
}

/****************************
 Plan
****************************/
#Plan {
	background: url(../images/grid.gif)
}
#Plan h2 {
	text-align: left;
	margin: 0 0 60px 0;
}
#Plan h3 {
	margin: 40px 0 30px 0;
	padding: 20px;
	background: #f1f1f1;
}
#Plan ul {
	padding: 30px 30px 30px 60px;
	border: 2px solid #f1f1f1;
	background: #fff;
	margin: 20px 0;
}
#Plan ul li {
	list-style: circle;
	font-size: 18px;
	color: #212a4a;
}

/****************************
 QA
****************************/
#QA h2 {
	font-size: 48px;
	margin-bottom:40px;
}
#QA p.center span {
	border-top: 3px solid #5ab9e2;
	padding: 20px 0 0 0;
}
#QA h3 {
	font-size:32px;
	margin: 40px 0;
}
#QA h4{
	font-size: 18px;
	padding: 20px 30px;
	background: #e8f2f6;
	color: #143e6d;
	line-height: 1.5;
	font-weight: normal;
	margin: 30px 0 20px;
	cursor: pointer;
}
#QA h4:hover{
	background: #bfe7f8;
}
#QA h4:before{
	display: inline-block;
	padding: 0 20px 0 0;
	content: "Q";
	color: #195eab;
	font-size: 24px;
}

/****************************
 Contact
****************************/
#Contact {
	background: url(../images/image_contact.jpg) no-repeat center center;
	background-size: cover;
	text-align: center;
	color: #fff;
}
#Contact h2{color: #fff;}
#Contact .entry-btn{
	margin: 30px 0 ;
}

/*--------------------------------------------------------------------------
	Tablet
---------------------------------------------------------------------------*/

@media all and (max-width: 1024px){

}

/*--------------------------------------------------------------------------
	Smart Phone
---------------------------------------------------------------------------*/

@media all and (max-width: 767px){

/****************************
 Message
****************************/

#Message h2{
	font-size: 15px;
}
/****************************
 Chance
****************************/
#Chance h2 {
	height: 300px;
	padding: 40px 15px 0 15px;
}
#Chance div.section-inner{
	background: #fffce0;
	padding: 15px;
	margin: -120px auto 0 auto;
}


/****************************
 Chance
****************************/
#Notice{
	padding: 50px 15px 0 15px;
}
#Notice div.section-inner{
	padding: 0 0 30px 0 !important; 
}
#Notice .shift {
	position: static;
	top: 0;
	margin: 0;
}
	
	
/****************************
 Plan
****************************/

#Plan h2 {
	text-align: left;
	width: 80%;
	margin: 0 0 40px 0;
}
#Plan h3 {
	margin: 30px 0 20px 0;
	padding: 15px;
}
#Plan ul {
	padding: 20px 10px 20px 40px;
	border: 2px solid #f1f1f1;
	background: #fff;
	margin: 20px 0;
}
#Plan ul li {
	list-style: circle;
	font-size: 15px;
	color: #212a4a;
}



/****************************
 Provide
****************************/

#Provide .grid li span {
	padding: 20px;
}

/****************************
 Sales
****************************/
#Sales .wrap {
	margin-bottom: 30px;
}
#Sales .note .wrap {
	margin-bottom: 0;
}
#Sales .note h3 {
	text-align: center;
	margin-left: 0;
}
#Sales .wrap:last-child {
	padding: 0 0 0 0;
}


	
/****************************
 About
****************************/

#About h2 {
	height: 380px;
	padding: 40px 15px 0 15px;
}
#About div.section-inner {
	padding: 0 10px 40px 10px;
}
#About div.block{
	background: #fff;
	border: 3px solid #195eab;
	border-radius: 4px;
	padding:30px 15px;
	margin: 0 auto 40px auto;
}
#About h3.bg{
	position: relative;
	margin: -260px 0 20px 0;
	padding: 0 15px;
}
#About div.wrap div.image {
	width: 100%;
	padding: 0 0 20px 0;
	text-align: center;
}
#About div.wrap div.image img {
	width:60px;
	height: auto;
}
	#About div.wrap ul {
		padding: 0;
	}
#About div.wrap{
	margin: 0 0 20px 0;
}
#About div.wrap div.body {
	width: 100%;
	
}
#About h3.circle{text-align: left;}
#About h3.circle:before {
	width: 24px;
	height: 24px;
	line-height: 24px;
	border-radius: 12px;
	margin: 0 10px 0 0;
	vertical-align: middle;
}


/****************************
 QA
****************************/
#QA h2 {
	font-size: 24px;
	margin-bottom:20px;
}
#QA ul {
	padding: 0;
}
#QA p.center span {
	display: block;
	border-top: 2px solid #5ab9e2;
	padding: 20px 0 0 0;
}
#QA h3 {
	font-size:18px;
	margin: 20px 0;
}
#QA h4{
	font-size: 15px;
	padding: 10px 15px;
	margin: 20px 0 10px;
}
#QA h4:before{
	padding: 0 10px 0 0;
	font-size: 18px;
}

/****************************
 Contact
****************************/

#Contact .entry-btn{
	margin: 20px 0 ;
}

}