@charset "utf-8";
/* CSS Document */


#pageTtl {
	background-color: #F5F7FB;
	background-image: url(../img/14_cont_bg.png);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center center;
}
#pageTtl h1 {
	height: 300px;
	line-height: 300px;
	text-align: center;
	font-size: 38px;
	font-weight: bold;
}
#pageTtl h1 span {
	color: #0098CA;
}
.box h1 {
	text-align: center;
	font-size: 30px;
	line-height: 1.2;
	margin-bottom: 30px;
}

.box h1 span {
	color: #259CD0;
}
/*=======================
#cont01
=======================*/
#cont01 {
	line-height: 1.5;
}
#cont01 h1 {
	font-size: 40px;
}
#cont01 h1 span {
	color: #0098CA;
}
#cont01 h1 strong {
	font-size: 60px;
	font-weight: normal;
}
#cont01 h2 {
	margin-bottom: 20px;
}
#cont01 .txt01 {
	background: url(../img/bg_listing01.png) left top no-repeat;
	overflow: hidden;
	min-height: 173px;
}
#cont01 .txt01 .head {
	padding-left: 145px;
	margin-bottom: 30px;
}
#cont01 .txt01 h3 {
	background:url(../img/bg_listing02.png) no-repeat;
	height: 40px;
	line-height: 43px;
	margin: 20px 0;
	font-size: 22px;
	padding-left: 140px;
	overflow: hidden;
}
#cont01 .txt01 p {
	font-size: 16px;
}
#cont01 .txt01 p span {
	color: #0098CA;
}
#cont01 .txt01 .head p {
	padding-left: 20px;
}
#cont01 .txt01 .case {
	margin-left: 170px;
	width: 630px;
	margin-bottom: 30px;
	font-weight: bold;
	background: url(../img/bg_listing03.png) bottom no-repeat;
}
#cont01 .txt01 .case p {
	text-align: center;
	padding-bottom: 40px;
}
#cont01 .ad {
	position: relative;
	margin-bottom: 40px;
}
#cont01 .ad .txt02 {
	position: absolute;
	width: 250px;
	top: 0;
	left: 0;
}
#cont01 .ad .txt02 h4 {
	background: #0098CA;
	height: 50px;
	line-height: 53px;
	text-align: center;
	color: #FFF;
	font-size: 18px;
	margin-bottom: 20px;
}
#cont01 .ad .txt02 p {
	font-size: 14px;
	width: 220px;
}
#cont01 .ad .img {
	text-align: right;
}

/*=======================
#cont02
=======================*/
#cont02 {
	background: #F3F3F3;
	overflow: hidden;
}
#cont02 h1 {
	font-size: 30px;
	text-align: center;
}
#cont02 h1 span {
	color: #0098CA;
}
#cont02 .list {
	background: url(../img/bg_listing04.png) no-repeat;
	min-height: 402px;
	margin-bottom: 30px;
}
#cont02 .list ul {
	margin-left: 370px;
}
#cont02 .list li {
	font-size: 20px;
	height: 50px;
	line-height: 53px;
}
#cont02 h2 {
	font-size: 40px;
	text-align: center;
	line-height: 1.4;
	margin-bottom: 10px;
}
#cont02 h2 span{
	font-size: 45px;
}
#cont02 h2 strong {
	color: #0098CA;
	font-weight: normal;
}
.reason {
	overflow: hidden;
	padding-bottom: 20px;
}
.reason li {
	width: 950px;
	height: 230px;
	background: #FFF;
	margin: 0 auto 30px;
	position: relative;
	line-height: 1.2;
	overflow: hidden;
	border-radius: 5px;		/* CSS3草案 */
	-webkit-border-radius: 5px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 5px;	/* Firefox用 */
}
.reason .img {
	position: absolute;
	top: 20px;
	left: 20px;
}
.reason dl {
	margin: 20px 0 ;
}

.reason dt span {
	display: block;
	margin: 0 0 25px 180px;
	width: 125px;
	height: 33px;
	line-height: 35px;
	background: #259CD0;
	text-align: center;
	font-weight: normal;
	font-size: 16px;
	color: #FFF;
	border-radius: 30px;		/* CSS3草案 */
	-webkit-border-radius: 30px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 30px;	/* Firefox用 */
}
.reason dt,
.reason dd {
	padding-left: 235px;
}
.reason dt {
	font-size: 28px;
	margin-bottom: 20px;
	font-weight: bold;
}
.reason dd {
	font-size: 15px;
}
#cont02 .plan {
	width: 950px;
	margin: 0 auto;
}
#cont02 .plan ul {
	margin-left: -15px;
}
#cont02 .plan li {
	width: 306px;
	float: left;
	margin: 0 0 20px 15px;
}
#cont02 .plan dt {
	background:url(../img/line.png) bottom center no-repeat;
	padding-bottom: 10px;
	width: 225px;
	margin: 0 auto;
}
#cont02 .plan dt span {
	width: 225px;
	height: 33px;
	display: block;
	line-height: 35px;
	background: #259CD0;
	text-align: center;
	font-weight: normal;
	font-size: 16px;
	color: #FFF;
	border-radius: 30px;		/* CSS3草案 */
	-webkit-border-radius: 30px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 30px;	/* Firefox用 */
}
#cont02 .plan dd {
	background: #FFF;
	height: 80px;
	padding: 20px;
	font-size: 15px;
	line-height: 1.6;
	margin-top: 10px;
	border-radius: 10px;		/* CSS3草案 */
	-webkit-border-radius: 10px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 10px;	/* Firefox用 */
}

/*=======================
#cont03
=======================*/
#cont03 {
	margin: 30px 0;
	text-align: center;
}

/*=======================
#cont04
=======================*/
#cont04 h1 {
	font-size: 40px;
	line-height: 1.5;
	position: relative;
}
#cont04 h1 span {
	color: #0098CA;
}
#cont04 h1 strong {
	font-size: 60px;
	font-weight: normal;
	display: block;
	margin-right: 200px;
}
#cont04 h1 span.sp {
	display: block;
	font-size: 20px;
	font-weight: bold;
	color: #FFF;
	background: #259CD0;
	width: 160px;
	height: 53px;
	padding-top: 7px;
	position: absolute;
	top: 70px;
	left: 650px;
	line-height: 1.2;
	border-radius: 10px;		/* CSS3草案 */
	-webkit-border-radius: 10px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 10px;	/* Firefox用 */
}
#cont04 p.txt01 {
	font-size: 15px;
	line-height: 1.6;
	margin-bottom: 40px;
	width: 750px;
	padding-left: 100px;
}
#cont04 .ex {
	overflow: hidden;
	margin-bottom: 60px;
	padding-left: 100px;
}
#cont04 .ex li {
	float: left;
}
#cont04 .ex .ex01 {
	width: 304px;
	margin-right: 112px;
}
#cont04 .ex dt {
	background:url(../img/line.png) bottom center no-repeat;
	padding-bottom: 10px;
	width: 265px;
	margin: 0 auto;
}
#cont04 .ex dt span {
	width: 265px;
	height: 33px;
	display: block;
	line-height: 35px;
	text-align: center;
	font-weight: normal;
	font-size: 16px;
	color: #FFF;
	border-radius: 30px;		/* CSS3草案 */
	-webkit-border-radius: 30px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 30px;	/* Firefox用 */
}
#cont04 .ex dd {
	margin-top: 10px;
}
#cont04 .ex .ex02 {
	width: 427px;
}
#cont04 .ex .ex01 dt span {
	background: #999;
}
#cont04 .ex .ex02 dt span {
	background: #259CD0;
}
#cont04 h2 {
	font-size: 30px;
	text-align: center;
}
#cont04 .slider {
	text-align: center;
}
/*=======================
#cont05
=======================*/
#cont05 {
	background: #F3F3F3;
	overflow: hidden;
	padding-bottom: 90px;
}
#cont05 h1 {
	font-size: 30px;
	text-align: center;
}
#cont05 h1 span {
	color: #0098CA;
}

#cont05 .qa dt {
	background: url(../img/img_item13.png) left top no-repeat;
	height: 57px;
	line-height: 60px;
	padding-left: 80px;
	font-size: 25px;
}
#cont05 .qa dd {
	padding-left: 80px;
	margin-bottom: 25px;
	font-size: 15px;
	line-height: 1.4;
}
/*=======================
#cont06
=======================*/
#cont06 h1 {
	text-align: center;
	font-size: 40px;
	margin: 50px 0;
	line-height: 1.2;
}
#cont06 h1 span {
	color: #0098CA;
}
	
