@charset "utf-8";
/*
 * style.css
 *
 *  version --- 1.0
 *  updated --- 2013/5/10
 */

/* !index.html
---------------------------------------------------------- */
.television{
	position: relative;
	/* padding-top: 383px; */
	padding-top: 217px;
}
.televisionIn{
	display: table;
	width: 100%;
	padding: 0 20px;
	box-sizing: border-box;
	background: url(../img/index/bg_television.jpg) center center no-repeat #fff;
	background-size: cover;
}
.televisionIn p{
	display: table-cell;
	width: 100%;
	height: 370px;
	vertical-align: middle;
	text-align: center;
}
.television_note {
  color: #fff;
  margin: 4px 0 10px;
  text-shadow:2px 2px 3px #911e25;
}
.television_icon {
  padding: 0 0 20px 0;
}
@media screen and (max-width: 959px){
.television{
	padding-top: 366px;
}
.television .blueTit h2 img{
	/* height: 180px; */
}
.televisionIn p{
	display: table-cell;
	width: 100%;
	height: 300px;
	vertical-align: middle;
	text-align: center;
}
.televisionIn p img{
	height: 300px;
}
}
@media screen and (max-width: 767px){
.television{
	padding-top: 240px;
}
.television .blueTit h2 img{
	/* height: 78px; */
}
.televisionIn p{
	height: 160px;
}
.televisionIn p img{
	height: 160px;
}
.television_icon {
  padding: 0 0 10px 0;
}
.television_note {
  font-size: 11px;
}
}
@media screen and (max-width: 320px){
  .television{
  	padding-top: 230px;
  }
}
/*service*/
.service{
	position: relative;
	padding-top: 230px;
	padding-bottom: 60px;
}
.service .blueTit{
	padding-left: 100px;
}
.serviceIn{
	max-width: 1172px;
	margin: 0 auto;
	padding: 0 20px;
}
.serviceTit{
	padding-top: 66px;
	text-align: center;
	margin-bottom: 70px;
}
.service ul{
	margin: 0 0 0 -30px;
}
.service ul li{
	float: left;
	width: 50%;
	padding: 0 0 0 30px;
	box-sizing: border-box;
	margin-bottom: 30px;
}
.service ul li .tit{
	margin-bottom: 18px;
}
.service ul li .img img{
	width: 100%;
}
.service ul li .subTit{
	font-size: 30px;
	line-height: 40px;
	font-weight: bold;
	color: #0074e8;
	margin-top: 15px;
}
.service ul li .txt{
	font-size: 18px;
	line-height: 30px;
	margin-top: 6px;
}
@media screen and (max-width: 959px){
.service{
	padding-top: 180px;
}
.service .blueTit{
	padding-left: 20px;
}
.service .blueTit h2 img{
	/* height: 180px; */
}
.serviceTit{
	padding-top: 66px;
	text-align: center;
	margin-bottom: 70px;
}
.serviceTit img{
	height: 62px;
}
.service ul{
	margin: 0 0 0 -20px;
}
.service ul li{
	padding: 0 0 0 20px;
	margin-bottom: 20px;
}
}
@media screen and (max-width: 767px){
.service{
	padding-top: 110px;
	padding-bottom: 30px;
}
.serviceIn{
	padding: 0 10px;
}
.service .blueTit{
	padding-left: 10px;
}
.service .blueTit h2 img{
	/* height: 76px; */
}
.serviceTit{
	padding-top: 30px;
	text-align: center;
	margin-bottom: 35px;
}
.serviceTit img{
	height: 30px;
}
.service ul{
	margin: 0;
}
.service ul li{
	float: none;
	width: 100%;
	padding: 0;
	margin-bottom: 0;
}
.service ul li + li{
	margin-top: 10px;
}
.service ul li .tit{
	margin-bottom: 10px;
}
.service ul li .tit img{
	height: 30px;
}
.service ul li .subTit{
	font-size: 15px;
	line-height: 20px;
	margin-top: 8px;
}
.service ul li .txt{
	font-size: 12px;
	line-height: 15px;
	margin-top: 3px;
}
}
/*reason*/
.reason{
	position: relative;
	padding-top: 213px;
}
.reasonBox .img{
	width: 47.8%;
	position: relative;
}
.reasonBox .imgLeft{
	float: left;
	margin-right: 54px;
}
.reasonBox .imgRight{
	float: right;
	margin-left: 54px;
}
.reasonBox .imgLeft span{
	position: absolute;
	display: block;
	left: -30px;
	top: -50px;
	z-index: 10;
}
.reasonBox .imgRight span{
	position: absolute;
	display: block;
	left: -54px;
	top: -42px;
	z-index: 10;
}
.reasonBox .textBox{
	overflow: hidden;
}
.reasonBox .textBox .subTit{
	margin-bottom: 18px;
}
.reasonBox .textBox .txt{
	font-size: 18px;
	line-height: 30px;
}
.reasonBox .textBox .txt .small{
	display: block;
	font-size: 16px;
	line-height: 30px;
	margin-top: 30px;
}
.reasonBox .textBox .btn{
	margin-top: 46px;
	width: 308px;
	text-align: center;
	background: url(../img/index/bg_btn_reason.jpg) 0 0 repeat-x;
	background-size: 2px 100%;
}
.reasonBox01{
	padding: 100px 0 48px;
	background: #e5f0ff;
}
.reasonBox02{
	padding: 90px 0 60px;
}
.reasonBox03{
	padding: 76px 0 70px;
	background: #e5f0ff;
}
.reasonBox04{
	padding: 76px 0 74px;
}
.reasonBox05{
	padding: 76px 0 76px;
	background: #e5f0ff;
}
.reasonBox06{
	padding: 70px 0 50px;
}
@media screen and (max-width: 959px){
.reason{
	padding-top: 200px;
}
.reason .blueTit h2 img{
	/* height: 180px; */
}
.reasonBox .img{
	width: 100%;
	position: relative;
	margin-bottom: 20px;
}
.reasonBox .img img{
	width: 100%;
}
.reasonBox .imgLeft{
	float: none;
	margin-right: 0;
}
.reasonBox .imgRight{
	float: none;
	margin-left: 0;
}
.reasonBox .imgLeft span{
	left: -20px;
	top: -50px;
}
.reasonBox .imgRight span{
	left: -20px;
	top: -50px;
}
.reasonBox .textBox{
	width: 100%;
}
}
@media screen and (max-width: 767px){
.reason{
	padding-top: 118px;
}
.reason .blueTit img{
	/* height: 78px; */
}
.reasonBox .img{
	margin-bottom: 10px;
}
.reasonBox .imgLeft span{
	left: -10px;
	top: -25px;
}
.reasonBox .imgLeft span img{
	width: 70px;
}
.reasonBox .imgRight span{
	left: -10px;
	top: -25px;
}
.reasonBox .imgRight span img{
	width: 70px;
}
.reasonBox .textBox .subTit{
	margin-bottom: 10px;
}
.reasonBox .textBox .subTit img{
	height: 50px;
}
.reasonBox .textBox .txt{
	font-size: 12px;
	line-height: 15px;
}
.reasonBox .textBox .txt .small{
	display: block;
	font-size: 11px;
	line-height: 15px;
	margin-top: 15px;
}
.reasonBox .textBox .btn{
	margin-top: 10px;
	width: 160px;
	text-align: center;
	background: url(../img/index/bg_btn_reason.jpg) 0 0 repeat-x;
	background-size: 1px 100%;
}
.reasonBox .textBox .btn img{
	width: 140px;
}
.reasonBox01{
	padding: 50px 0 20px;
	background: #e5f0ff;
}
.reasonBox02{
	padding: 40px 0 30px;
}
.reasonBox03{
	padding: 30px 0 30px;
	background: #e5f0ff;
}
.reasonBox04{
	padding: 30px 0 30px;
}
.reasonBox05{
	padding: 30px 0 30px;
	background: #e5f0ff;
}
.reasonBox06{
	padding: 30px 0 20px;
}
}
/*refund*/
.refund{
	padding: 70px 0 74px;
	background: url(../img/index/bg_refund.jpg) center center no-repeat;
	background-size: cover;
}
.refund .tit{
	position: relative;
	margin-bottom: 46px;
	padding-right: 236px;
}
.refund .txt{
	float: right;
}
.refund .condition{
	position: absolute;
	width: 224px;
	right: 0;
	top: 142px;
	font-size: 18px;
	line-height: 1;
	white-space: nowrap;
	z-index: 10;
}
.refundBox{
	-webkit-border-radius: 5px 5px 10px 10px;
	-moz-border-radius: 5px 5px 10px 10px;
	-ms-border-radius: 5px 5px 10px 10px;
	-o-border-radius: 5px 5px 10px 10px;
	border-radius: 5px 5px 10px 10px;
	background: #22316e;
	overflow: hidden;
}
.refundBox .top{
	font-size: 30px;
	line-height: 40px;
	font-weight: bold;
	color: #fff;
	padding: 20px 0 20px 84px;
}
.refundBox .mid{
	position: relative;
	padding: 55px 270px 55px 84px;
	-webkit-border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
	-ms-border-radius: 0 0 4px 4px;
	-o-border-radius: 0 0 4px 4px;
	border-radius: 0 0 4px 4px;
	background: #fff;
	overflow: hidden;
}
.refundBox .mid ul li{
	font-size: 28px;
	line-height: 40px;
	font-weight: bold;
	padding: 0 0 0 40px;
	background: url(../img/index/icon_refund.jpg) 0 6px no-repeat;
}
.refundBox .mid ul li .yellowLine{
	background: url(../img/index/line_yellow.jpg) left 0 bottom 10px repeat-x;
}
.refundBox .mid ul li + li{
	margin-top: 25px;
}
.refundBox .mid .img{
	position: absolute;
	right: 22px;
	bottom: 0;
	z-index: 10;
}
.refundBox .bottom{
	font-size: 20px;
	line-height: 35px;
	color: #fff;
	font-weight: bold;
	padding: 22px 92px 32px 84px;
}
@media screen and (max-width: 1239px){
.refund .tit{
	padding-right: 160px;
}
.refund .condition{
	width: 160px;
	right: 0;
	top: 142px;
}
.refundBox .top{
	padding: 20px 0 20px 40px;
}
.refundBox .mid{
	padding: 55px 270px 55px 40px;
}
.refundBox .mid .img{
	right: 10px;
	bottom: 0;
	z-index: 10;
}
.refundBox .bottom{
	padding: 22px 92px 32px 40px;
}
}
@media screen and (max-width: 959px){
.refund .tit{
	position: relative;
	margin-bottom: 46px;
	padding-right: 0;
}
.refund .txt{
	float: none;
	text-align: center;
}
.refund .txt img{
	height: 180px;
}
.refund .condition{
	position: initial;
	width: auto;
	right: auto;
	top: auto;
	font-size: 18px;
	line-height: 1;
	white-space: nowrap;
	text-align: right;
	z-index: 10;
}
.refundBox .top{
	font-size: 30px;
	line-height: 40px;
	font-weight: bold;
	color: #fff;
	padding: 20px 0 20px 40px;
}
.refundBox .mid{
	position: relative;
	padding: 30px 20px 0 40px;
	-webkit-border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
	-ms-border-radius: 0 0 4px 4px;
	-o-border-radius: 0 0 4px 4px;
	border-radius: 0 0 4px 4px;
	background: #fff;
	overflow: hidden;
}
.refundBox .mid ul li{
	font-size: 28px;
	line-height: 40px;
	font-weight: bold;
	padding: 0 0 0 40px;
	background: url(../img/index/icon_refund.jpg) 0 6px no-repeat;
}
.refundBox .mid ul li .yellowLine{
	background: url(../img/index/line_yellow.jpg) left 0 bottom 10px repeat-x;
}
.refundBox .mid ul li + li{
	margin-top: 25px;
}
.refundBox .mid .img{
	position: initial;
	right: auto;
	bottom: auto;
	text-align: right;
	z-index: 10;
}
.refundBox .bottom{
	font-size: 20px;
	line-height: 35px;
	color: #fff;
	font-weight: bold;
	padding: 22px 30px 32px 40px;
}
}
@media screen and (max-width: 767px){
.refund{
	padding: 35px 0;
	background: url(../img/index/bg_refund.jpg) center center no-repeat;
	background-size: cover;
}
.refund .tit{
	margin-bottom: 20px;
	padding-right: 0;
}
.refund .txt{
	float: none;
	text-align: center;
}
.refund .txt img{
	height: 80px;
}
.refund .condition{
	position: initial;
	width: auto;
	right: auto;
	top: auto;
	font-size: 10px;
	line-height: 1;
	white-space: nowrap;
	text-align: right;
	margin-top: 5px;
	z-index: 10;
}
.refundBox{
	-webkit-border-radius: 2px 2px 5px 5px;
	-moz-border-radius: 2px 2px 5px 5px;
	-ms-border-radius: 2px 2px 5px 5px;
	-o-border-radius: 2px 2px 5px 5px;
	border-radius: 2px 2px 5px 5px;
	background: #22316e;
	overflow: hidden;
}
.refundBox .top{
	font-size: 15px;
	line-height: 20px;
	font-weight: bold;
	color: #fff;
	padding: 10px;
}
.refundBox .mid{
	position: relative;
	padding: 15px 10px 0;
	-webkit-border-radius: 0 0 2px 2px;
	-moz-border-radius: 0 0 2px 2px;
	-ms-border-radius: 0 0 2px 2px;
	-o-border-radius: 0 0 2px 2px;
	border-radius: 0 0 2px 2px;
	background: #fff;
	overflow: hidden;
}
.refundBox .mid ul li{
	font-size: 14px;
	line-height: 20px;
	font-weight: bold;
	padding: 0 0 0 15px;
	background: url(../img/index/icon_refund.jpg) 0 3px no-repeat;
	background-size: 13px auto;
}
.refundBox .mid ul li .yellowLine{
	background: url(../img/index/line_yellow.jpg) left 0 bottom 5px repeat-x;
	background-size: 1px auto;
}
.refundBox .mid ul li + li{
	margin-top: 10px;
}
.refundBox .mid .img{
	position: initial;
	right: auto;
	bottom: auto;
	text-align: right;
	z-index: 10;
}
.refundBox .mid .img img{
	width: 70px;
  height: auto;
}
.refundBox .bottom{
	font-size: 12px;
	line-height: 18px;
	color: #fff;
	font-weight: bold;
	padding: 10px;
}
}
/*confidence*/
.confidence{
	position: relative;
	padding-top: 270px;
}
.confidenceIn{
	padding-top: 66px;
	background: url(../img/index/bg_confidence.jpg) center center no-repeat;
	background-size: cover;
}
.confidence .txt01{
	text-align: center;
	margin-bottom: 15px;
}
.confidence .txt02{
	text-align: center;
	margin-bottom: 62px;
}
.confidence .grid{
	padding-left: 180px;
}
@media screen and (max-width: 1239px){
.confidence .grid{
	padding-left: 0;
	text-align: center;
}
}
@media screen and (max-width: 959px){
.confidence{
	padding-top: 180px;
}
.confidence .blueTit img{
	height: 180px;
}
.confidenceIn{
	padding-top: 66px;
}
.confidence .txt01{
	text-align: center;
	margin-bottom: 15px;
}
.confidence .txt01 img{
	height: 32px;
}
.confidence .txt02{
	text-align: center;
	margin-bottom: 62px;
}
.confidence .txt02 img{
	height: 36px;
}
.confidence .grid img{
	height: 600px;
}
}
@media screen and (max-width: 767px){
.confidence{
	padding-top: 98px;
}
.confidence .blueTit img{
	height: 78px;
}
.confidenceIn{
	padding-top: 30px;
}
.confidence .txt01{
	text-align: center;
	margin-bottom: 10px;
}
.confidence .txt01 img{
	height: 20px;
}
.confidence .txt02{
	text-align: center;
	margin-bottom: 30px;
}
.confidence .txt02 img{
	height: 20px;
}
.confidence .grid img{
	height: 250px;
}
}
/*compare*/
.compare{
	padding: 80px 0;
}
.compare .tit{
	text-align: center;
	margin-bottom: 42px;
}
.compare .table{
	position: relative;
}
.compare table{
	width: 100%;
	border: 1px solid #7fb9f3;
	font-size: 20px;
	line-height: 40px;
}
.compare table th{
	text-align: center;
	background: #e5f1fd;
	height: 90px;
	border: 1px solid #7fb9f3;
}
.compare table td{
	text-align: center;
	height: 90px;
	border: 1px solid #7fb9f3;
}
.compare table td:nth-of-type(1){
	background:#1a8cff;
	border: 1px solid #7fb9f3;
	color: #fff;
	font-weight: bold;
	width: 18%;
}
.compare table td:nth-of-type(2){
	background:#ffffd9;
	width: 27%;
}
.compare table .btn{
	position: relative;
	z-index: 11;
	line-height: 1;
	height: 35px;
	text-align: center;
}
.compare table .btn a{
	display: inline-block;
	line-height: 1;
	width: 190px;
	background: url(../img/index/bg_btn_compare.jpg) 0 0 repeat-x;
	background-size: 2px 100%;
}
.redFrame{
	position: absolute;
	top: 0;
	box-sizing: border-box;
	border: 8px solid #ff4000;
	z-index: 10;
}
@media screen and (max-width: 959px){
.compare{
	padding: 60px 0;
}
.compare .tit img{
	height: 34px;
}
.compare table{
	font-size: 18px;
	line-height: 34px;
}
.compare table th{
	height: 80px;
}
.compare table th img{
	height: 60px;
}
.compare table td{
	height: 80px;
}
.compare table td img{
	height: 60px;
}
.compare table td.spec>img{
	height: 50px;
}
.compare table td:nth-of-type(2){
	background:#ffffd9;
	width: 27%;
}
.compare table .btn{
	position: relative;
	z-index: 11;
	line-height: 1;
	height: 30px;
	text-align: center;
}
.compare table .btn a{
	width: 170px;
}
.compare table .btn a img{
	height: 24px;
}
.redFrame{
	border: 6px solid #ff4000;
}
}
@media screen and (max-width: 767px){
.compare{
	padding: 40px 0;
}
.compare .tit{
	margin-bottom: 20px;
}
.compare .tit img{
	height: 18px;
}
.compare table{
	font-size: 11px;
	line-height: 20px;
}
.compare table th{
	height: 50px;
}
.compare table th:last-of-type{
	display: none;
}
.compare table th img{
	height: 34px;
}
.compare table td{
	height: 50px;
}
.compare table td:last-of-type{
	display: none;
}
.compare table td img{
	height: 36px;
}
.compare table td.spec>img{
	height: 25px;
}
.compare table td:nth-of-type(1){
	width: 25%;
}
.compare table td:nth-of-type(2){
	width: 40%;
}
.compare table .btn{
	position: relative;
	z-index: 11;
	line-height: 1;
	height: 22px;
	text-align: center;
}
.compare table .btn a{
	width: 106px;
}
.compare table .btn a img{
	height: 15px;
}
.redFrame{
	border: 4px solid #ff4000;
}
}
/*coursePlan*/
.coursePlan{
	padding: 42px 0 46px;
	background: url(../img/index/bg_coursePlan.jpg) center center no-repeat;
	background-size: cover;
}
.coursePlan .tit{
	text-align: center;
	margin-bottom: 32px;
}
.coursePlan .subTit{
	line-height: 1;
	padding-left: 20px;
}
.coursePlan .subTit span.txt{
	font-size: 18px;
	line-height: 68px;
}
.equation{
	text-align: center;
}
.courseList{
	max-width: 970px;
	margin: 0 auto;
}
.courseList ul{
	margin: 20px 0 0 -30px;
}
.courseList ul li{
	float: left;
	width: 50%;
	box-sizing: border-box;
	margin-bottom: 30px;
	padding: 0 0 0 30px;
}
.courseList ul li .img{
	background: #fff;
	width: 100%;
	box-sizing: border-box;
	padding: 30px 48px 25px;
}
.courseList ul li .img img{
	width: 100%;
}
.coursePlan .comment{
	position: relative;
	top: -8px;
	font-size: 25px;
	line-height: 40px;
	font-weight: bold;
	color: #fff;
	text-align: center;
}
.coursePlan .bottomTxt{
	text-align: center;
	margin-top: 26px;
}
@media screen and (max-width: 1239px){
.coursePlan .subTit{
	padding-left: 0;
}
}
@media screen and (max-width: 959px){
.coursePlan .tit img{
	height: 120px;
}
.coursePlan .subTit .img img{
	height: 54px;
}
.coursePlan .subTit span.txt{
	font-size: 18px;
	line-height: 52px;
}
.courseList ul{
	margin: 20px 0 0 -20px;
}
.courseList ul li{
	margin-bottom: 20px;
	padding: 0 0 0 20px;
}
.courseList ul li .img{
	width: 100%;
	padding: 20px 30px;
}
.coursePlan .comment{
	top: -8px;
	font-size: 22px;
	line-height: 34px;
}
.coursePlan .bottomTxt img{
	height: 140px;
}
}
@media screen and (max-width: 767px){
.coursePlan{
	padding: 20px 0;
}
.coursePlan .tit img{
	height: 70px;
}
.coursePlan .subTit .img img{
	height: 30px;
}
.coursePlan .subTit span.txt{
	font-size: 10px;
	line-height: 28px;
}
.courseList ul{
	margin: 10px 0 0 -10px;
}
.courseList ul li{
  width: 100%;
  float: none;
	margin-bottom: 10px;
	padding: 0 0 0 10px;
}
.courseList ul li .img{
	width: 100%;
	padding: 10px 15px;
}
.coursePlan .comment{
	top: 0;
	font-size: 12px;
	line-height: 18px;
}
.coursePlan .bottomTxt img{
	height: 58px;
}
}
/*voice*/
.voice{
	position: relative;
	padding-top: 200px;
}
.voice .blueTit{
	height: 200px;
}
.voiceTxt{
	padding: 22px 20px 44px;
	background: #fff;
	text-align: center;
}
.voiceIn{
	padding: 80px 0 80px;
	background: url(../img/index/bg_voice.jpg) center center no-repeat;
	background-size: cover;
}
.voice_icon {
  padding: 62px 0 0;
}
@media screen and (max-width: 959px){
.voice{
	padding-top: 180px;
}
.voice .blueTit{
	height: 180px;
}
.voice .blueTit img{
	height: 150px;
}
.voiceTxt{
	padding: 62px 20px 44px;
	background: #fff;
	text-align: center;
}
.voiceTxt img{
	height: 32px;
}
}
@media screen and (max-width: 767px){
.voice{
	padding-top: 98px;
}
.voiceIn{
	padding: 40px 10px;
}
.voice .blueTit{
	height: 96px;
}
.voice .blueTit img{
	height: 78px;
}
.voiceTxt{
	padding: 15px 10px 20px;
}
.voiceTxt img{
	height: auto;
	width: 300px;
}
.voice_icon {
  padding: 30px 0 0;
}
}
/*slide*/
.voice .slide01{
	margin-bottom: 90px!important;
}
.voice .slide01 img{
	width: 100%;
  max-width: 250px;
  height: auto;
}
.voice .slide01 .slick-list{
	padding-bottom: 10px;
}
.voice .slide01 .item{
	background: #fff;
	padding: 10px;
	-webkit-box-shadow: 2px 2px 2px rgba(0,0,0,0.2);
	-moz-box-shadow: 2px 2px 2px rgba(0,0,0,0.2);
	-ms-box-shadow: 2px 2px 2px rgba(0,0,0,0.2);
	-o-box-shadow: 2px 2px 2px rgba(0,0,0,0.2);
	box-shadow: 2px 2px 2px rgba(0,0,0,0.2);
	behavior: url(PIE.htc);
}
.voice .slide01 .slick-slide + .slick-slide{
	margin-left: 30px;
}
.voice .slide01 .slick-dots{
    bottom: -35px;
}
.voice .slide01 .slick-dots li{
    width: 8px;
    height: 8px;
    margin: 0 5px;
}
.voice .slide01 .slick-dots li button{
    width: 8px;
    height: 8px;
    padding: 0;
    color: initial;
    border: 0;
    outline: none;
}
.voice .slide01 .slick-dots li button:before{
    font-size: 0;
    width: 8px;
    height: 8px;
    content: '';
    opacity: 1;
    color: initial;
    -webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
	background: #adbfd9;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.voice .slide01 .slick-dots li.slick-active button:before{
    font-size: 0;
    width: 8px;
    height: 8px;
    content: '';
    opacity: 1;
    color: initial;
    -webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
	background: #1b83eb;
	-webkit-transition: all .35s ease-in-out;
	-moz-transition: all .35s ease-in-out;
	transition: all .35s ease-in-out;
}

.voice .slide02 img{
	width: 100%;
}
.voice .slide02 .slick-list{
	padding-bottom: 10px;
}
.voice .slide02 .item{
	background: #fff;
	-webkit-box-shadow: 2px 2px 2px rgba(0,0,0,0.2);
	-moz-box-shadow: 2px 2px 2px rgba(0,0,0,0.2);
	-ms-box-shadow: 2px 2px 2px rgba(0,0,0,0.2);
	-o-box-shadow: 2px 2px 2px rgba(0,0,0,0.2);
	box-shadow: 2px 2px 2px rgba(0,0,0,0.2);
	behavior: url(PIE.htc);
}
.voice .slide02 .slick-slide + .slick-slide{
	margin-left: 20px;
}
.voice .slide02 .slick-dots{
    bottom: -35px;
}
.voice .slide02 .slick-dots li{
    width: 8px;
    height: 8px;
    margin: 0 5px;
}
.voice .slide02 .slick-dots li button{
    width: 8px;
    height: 8px;
    padding: 0;
    color: initial;
    border: 0;
    outline: none;
}
.voice .slide02 .slick-dots li button:before{
    font-size: 0;
    width: 8px;
    height: 8px;
    content: '';
    opacity: 1;
    color: initial;
    -webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
	background: #adbfd9;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.voice .slide02 .slick-dots li.slick-active button:before{
    font-size: 0;
    width: 8px;
    height: 8px;
    content: '';
    opacity: 1;
    color: initial;
    -webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
	background: #1b83eb;
	-webkit-transition: all .35s ease-in-out;
	-moz-transition: all .35s ease-in-out;
	transition: all .35s ease-in-out;
}
@media screen and (max-width: 767px){
.voice .slide01{
  margin-left: -5px;
  margin-right: -5px;
	margin-bottom: 60px!important;
}
.voice .slide01 img{
  width: 100%;
  display: inline-block;
  height: auto;
}
.voice .slide01 .slick-list{
	padding-bottom: 10px;
}
.voice .slide01 .item{
	background: #fff;
	padding: 10px;
  margin: 0 5px;
	-webkit-box-shadow: 2px 2px 2px rgba(0,0,0,0.2);
	-moz-box-shadow: 2px 2px 2px rgba(0,0,0,0.2);
	-ms-box-shadow: 2px 2px 2px rgba(0,0,0,0.2);
	-o-box-shadow: 2px 2px 2px rgba(0,0,0,0.2);
	box-shadow: 2px 2px 2px rgba(0,0,0,0.2);
	behavior: url(PIE.htc);
}
.voice .slide01 .slick-slide + .slick-slide{
	margin-left: 0;
}
.voice .slide01 .slick-dots{
    bottom: -35px;
}
.voice .slide02 img{
	width: 100%;
}
.voice .slide02 .slick-list{
	padding-bottom: 10px;
}
.voice .slide02{
	margin: 0 -5px;
}
.voice .slide02 .slick-slide{
	padding: 0 5px;
}
.voice .slide02 .slick-slide + .slick-slide{
	margin-left: 0;
}
.voice .slide02 .slick-dots{
    bottom: -35px;
}
}
/*topCase*/
.topCase{
	padding: 58px 0 50px;
	background: url(../img/index/bg_topcase.jpg) center center no-repeat;
	background-size: cover;
}
.caseTit{
	text-align: center;
	margin-bottom: 30px;
}
.caseIn{
	max-width: 972px;
	margin: 0 auto;
}
.caseIn ul{
	margin: 0 0 0 -30px;
}
.caseIn ul li{
	float: left;
	width: 50%;
	box-sizing: border-box;
	margin-bottom: 16px;
	padding: 0 0 0 30px;
}
.caseIn ul li .num{
	margin-bottom: 15px;
}
.caseIn ul li .item{
	padding: 50px 60px 48px 54px;
	background: url(../img/index/bg_case_item.png) center center no-repeat;
	background-size: 100% 100%;
}
.caseIn ul li .img img{
	width: 100%;
}
.caseIn ul li .tit{
	font-size: 28px;
	line-height: 40px;
	color: #22316e;
	font-weight: bold;
	margin-top: 20px;
	white-space: nowrap;
}
.caseIn ul li .txt{
	font-size: 17px;
	line-height: 27px;
	margin-top: 5px;
}
.caseIn ul li .price{
	margin-top: 18px;
}
@media screen and (max-width: 959px){
.caseTit img{
	height: 60px;
}
.caseIn{
	max-width: 972px;
	margin: 0 auto;
}
.caseIn ul{
	margin: 0 0 0 -20px;
}
.caseIn ul li{
	float: left;
	width: 50%;
	box-sizing: border-box;
	margin-bottom: 20px;
	padding: 0 0 0 20px;
}
.caseIn ul li .num{
	margin-bottom: 15px;
}
.caseIn ul li .num img{
	height: 46px;
}
.caseIn ul li .item{
	padding: 40px 40px 40px;
	background: url(../img/index/bg_case_item.png) center center no-repeat;
	background-size: 100% 100%;
}
.caseIn ul li .tit{
	font-size: 24px;
	line-height: 32px;
	color: #22316e;
	font-weight: bold;
	margin-top: 20px;
	white-space: initial;
}
.caseIn ul li .txt{
	font-size: 16px;
	line-height: 24px;
	margin-top: 5px;
}
.caseIn ul li .price{
	margin-top: 18px;
}
.caseIn ul li .price img{
	height: 50px;
}
}
@media screen and (max-width: 767px){
.topCase{
	padding: 30px 0 20px;
}
.caseTit img{
	height: 35px;
}
.caseIn ul{
	margin: 0;
}
.caseIn ul li{
	float: none;
	width: 100%;
	box-sizing: border-box;
	margin-bottom: 0;
	padding: 0;
}
.caseIn ul li + li{
	margin-top: 10px;
}
.caseIn ul li .num{
	margin-bottom: 8px;
}
.caseIn ul li .num img{
	height: 36px;
}
.caseIn ul li .item{
	padding: 20px;
	background: #fff;
}
.caseIn ul li .tit{
	font-size: 18px;
	line-height: 30px;
	margin-top: 10px;
	white-space: initial;
}
.caseIn ul li .txt{
	font-size: 14px;
	line-height: 24px;
	margin-top: 5px;
}
.caseIn ul li .price{
	margin-top: 18px;
}
.caseIn ul li .price img{
	height: 40px;
}
}
/*topFlow*/
.topFlow{
	position: relative;
	padding-top: 180px;
}
.flowIn{
	padding: 104px 0 84px;
	background: url(../img/index/bg_topflow.jpg) center center no-repeat;
	background-size: cover;
}
.flowBox + .flowBox{
	position: relative;
	margin-top: 104px;
}
.flowBox + .flowBox:before{
	position: absolute;
	width: 74px;
	height: 32px;
	content: "";
	top: -60px;
	left: 50%;
	margin-left: -37px;
	background: url(../img/index/arr_flow.png) 0 0 no-repeat;
}
.flowTit{
	text-align: center;
	margin-bottom: 30px;
}
.flowBox .img{
	float: left;
	margin-right: 28px;
}
.flowBox .textBox{
	overflow: hidden;
}
.flowBox .textBox .txt{
	font-size: 18px;
	line-height: 30px;
}
.flowBox .textBox .btn{
	margin-top: 60px;
}
.flowBox .textBox .btn ul{
	margin: 0 0 0 -5px;
}
.flowBox .textBox .btn ul li{
	float: left;
	padding: 0 0 0 5px;
	box-sizing: border-box;
}
.flowBox .textBox .btn ul li a{
	display: table;
	width: 100%;
	padding: 0 5px;
	box-sizing: border-box;
}
.flowBox .textBox .btn ul li a span{
	display: table-cell;
	width: 100%;
	height: 100px;
	text-align: center;
	vertical-align: middle;
}
.flowBox .textBox .btn ul li.tel{
	width: 52%;
}
.flowBox .textBox .btn ul li.tel a{
	pointer-events: none;
	background: url(../img/index/bg_btn_flow01.png) center center no-repeat;
	background-size: 100% 100%;
}
.flowBox .textBox .btn ul li.line{
	width: 24%;
}
.flowBox .textBox .btn ul li.line a{
	background: url(../img/index/bg_btn_flow02.png) center center no-repeat;
	background-size: 100% 100%;
}
.flowBox .textBox .btn ul li.mail{
	width: 24%;
}
.flowBox .textBox .btn ul li.mail a{
	background: url(../img/index/bg_btn_flow03.png) center center no-repeat;
	background-size: 100% 100%;
}
.cancelTit{
	font-size: 23px;
	line-height: 36px;
	font-weight: bold;
	margin-top: 30px;
}
.cancelImg{
	margin-top: 10px;
}
.cardTit{
	font-size: 30px;
	line-height: 40px;
	font-weight: bold;
	margin-top: 46px;
}
.cardImg{
	margin: 8px 0 20px;
}
@media screen and (max-width: 1239px){
.flowBox .textBox .btn{
	margin-top: 30px;
}
}
@media screen and (max-width: 959px){
.topFlow{
	padding-top: 140px;
}
.topFlow .blueTit img{
	height: 140px;
}
.flowIn{
	padding: 104px 0 84px;
	background: url(../img/index/bg_topflow.jpg) center center no-repeat;
	background-size: cover;
}
.flowBox + .flowBox{
	position: relative;
	margin-top: 104px;
}
.flowBox + .flowBox:before{
	position: absolute;
	width: 74px;
	height: 32px;
	content: "";
	top: -60px;
	left: 50%;
	margin-left: -37px;
	background: url(../img/index/arr_flow.png) 0 0 no-repeat;
}
.flowTit{
	text-align: center;
	margin-bottom: 30px;
}
.flowTit img{
	height: 40px;
}
.flowBox .img{
	float: none;
	margin-right: 0;
}
.flowBox .img img{
	width: 100%;
}
.flowBox .textBox{
	width: 100%;
	margin-top: 20px;
}
}
@media screen and (max-width: 767px){
.topFlow{
	padding-top: 62px;
}
.topFlow .blueTit img{
	height: 62px;
}
.flowIn{
	padding: 40px 0 20px;
	background: url(../img/index/bg_topflow.jpg) center center no-repeat;
	background-size: cover;
}
.flowBox + .flowBox{
	position: relative;
	margin-top: 50px;
}
.flowBox + .flowBox:before{
	position: absolute;
	width: 36px;
	height: 16px;
	content: "";
	top: -30px;
	left: 50%;
	margin-left: -18px;
	background: url(../img/index/arr_flow.png) 0 0 no-repeat;
	background-size: 36px 16px;
}
.flowTit{
	text-align: center;
	margin-bottom: 15px;
}
.flowTit img{
	height: 24px;
}
.flowBox .img{
	float: none;
	margin-right: 0;
}
.flowBox .img img{
	width: 100%;
}
.flowBox .textBox{
	width: 100%;
	margin-top: 10px;
}
.flowBox .textBox .txt{
	font-size: 12px;
	line-height: 20px;
}
.flowBox .textBox .btn{
	margin-top: 30px;
}
.flowBox .textBox .btn ul li a span{
	height: 40px;
}
.flowBox .textBox .btn ul li.tel{
	width: 52%;
}
.flowBox .textBox .btn ul li.tel a{
	pointer-events: initial;
	background: url(../img/index/bg_btn_flow01.png) center center no-repeat;
	background-size: 100% 100%;
}
.flowBox .textBox .btn ul li.tel img{
	height: 26px;
}
.flowBox .textBox .btn ul li.line{
	width: 24%;
}
.flowBox .textBox .btn ul li.line a{
	background: url(../img/index/bg_btn_flow02.png) center center no-repeat;
	background-size: 100% 100%;
}
.flowBox .textBox .btn ul li.line img{
	height: 32px;
}
.flowBox .textBox .btn ul li.mail{
	width: 24%;
}
.flowBox .textBox .btn ul li.mail a{
	background: url(../img/index/bg_btn_flow03.png) center center no-repeat;
	background-size: 100% 100%;
}
.flowBox .textBox .btn ul li.mail img{
	height: 32px;
}
.cancelTit{
	font-size: 14px;
	line-height: 20px;
	margin-top: 15px;
}
.cancelImg{
	margin-top: 5px;
}
.cancelImg img{
	height: 28px;
}
.cardTit{
	font-size: 16px;
	line-height: 20px;
	font-weight: bold;
	margin-top: 20px;
}
.cardImg{
	margin: 5px 0 10px;
}
}

/* !quote.html
---------------------------------------------------------- */
.teaQuote{
	background: url(../img/quote/bg_teaser_quote.jpg) center center no-repeat;
	background-size: cover;
}
/*quoteIntro*/
.quoteIntro{
	padding: 40px 0 90px;
}
.introIn{
	max-width: 1172px;
	margin: 0 auto;
	padding: 0 20px;
}
.quoteIntro .tit{
	text-align: center;
	margin-bottom: 16px;
}
.quoteIntro .banner01{
	text-align: center;
}
.quoteIntro .comment{
	position: relative;
	font-size: 18px;
	line-height: 30px;
	font-weight: bold;
	max-width: 600px;
	margin: -5px auto 0;
}
.quoteIntro .banner02{
	position: relative;
	margin-top: -10px;
	padding: 0 56px 0 0;
	overflow: hidden;
}
.quoteIntro .banner02 p{
	float: right;
}
.anchorBox ul{
	margin: 0 0 0 -30px;
}
.anchorBox ul li{
	float: left;
	width: 33.33%;
	box-sizing: border-box;
	padding: 0 0 0 30px;
}
.anchorBox ul li a{
	display: table;
	width: 100%;
	padding: 0 5px;
	box-sizing: border-box;
}
.anchorBox ul li a span{
	display: table-cell;
	width: 100%;
	height: 160px;
	vertical-align: middle;
	text-align: center;
}
.anchorBox ul li.line a{
	background: url(../img/quote/bg_btn_anchorbox01.png) center center no-repeat;
	background-size: 100% 100%;
}
.anchorBox ul li.mail a{
	background: url(../img/quote/bg_btn_anchorbox02.png) center center no-repeat;
	background-size: 100% 100%;
}
.anchorBox ul li.tel a{
	pointer-events: none;
	background: url(../img/quote/bg_btn_anchorbox03.png) center center no-repeat;
	background-size: 100% 100%;
}
@media screen and (max-width: 959px){
.quoteIntro .comment{
	margin: 10px auto 0;
}
.quoteIntro .banner02{
	margin-top: 10px;
	padding: 0;
	text-align: center;
}
.anchorBox ul{
	margin: 0 0 0 -20px;
}
.anchorBox ul li{
	padding: 0 0 0 20px;
}
.anchorBox ul li a span{
	height: 120px;
}
.anchorBox ul li.line img{
	height: 80px;
}
.anchorBox ul li.mail img{
	height: 80px;
}
.anchorBox ul li.tel img{
	height: 76px;
}
}
@media screen and (max-width: 767px){
.quoteIntro{
	padding: 20px 0;
}
.introIn{
	padding: 0 10px;
}
.quoteIntro .tit{
	text-align: center;
	margin-bottom: 8px;
}
.quoteIntro .comment{
	max-width: 100%;
	margin: 5px auto 0;
	font-size: 12px;
	line-height: 20px;
}
.quoteIntro .banner02{
	margin-top: 5px;
	padding: 0;
	text-align: center;
}
.quoteIntro .banner02 p{
	float: right;
}
.anchorBox ul{
	margin: 0;
}
.anchorBox ul li{
	float: none;
	width: 100%;
	padding: 0;
}
.anchorBox ul li + li{
	margin: 10px 0 0;
}
.anchorBox ul li a span{
	height: 80px;
}
.anchorBox ul li.line img{
	height: 64px;
}
.anchorBox ul li.mail img{
	height: 64px;
}
.anchorBox ul li.tel a{
	pointer-events: initial;
}
.anchorBox ul li.tel img{
	height: 64px;
}
}
/*quoteLine*/
.quoteLine{
	position: relative;
	padding-top: 160px;
}
.quoteLine .txt01{
	font-size: 30px;
	line-height: 40px;
	margin-top: 24px;
	font-weight: bold;
}
.quotelineIn{
	max-width: 1172px;
	margin: 0 auto;
	padding: 100px 20px;
}
.lineintroTit{
	margin-bottom: 26px;
}
.wayBox{
	margin-bottom: 80px;
}
.wayBox ul{
	margin: 0 0 0 -30px;
}
.wayBox ul li{
	float: left;
	width: 33.33%;
	box-sizing: border-box;
	padding: 0 0 0 30px;
}
.wayBox ul li .item{
	background: #e5f8e5;
	padding:  0 0 20px 0;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
	overflow: hidden;
}
.wayBox ul li .item .num{
	text-align: center;
	background: #00b900;
}
.wayBox ul li .item .tit{
	margin-top: 25px;
	text-align: center;
}
.wayBox ul li .item .btn{
	width: 286px;
	margin: 34px auto 0;
}
.wayBox ul li .item .btn a{
	display: block;
	text-align: center;
	padding: 28px 0 10px;
	background: url(../img/quote/bg_btn_way.png) center center no-repeat;
	background-size: 100% 100%;
}
.wayBox ul li .item .btn a:hover{
	text-decoration: none;
}
.wayBox ul li .item .btn a span{
	display: inline-block;
	font-size: 30px;
	line-height: 1;
	font-weight: bold;
	color: #fff;
	padding: 0 0 30px;
	background: url(../img/quote/arr_way.png) center bottom no-repeat;
}
.wayBox ul li .item .img{
	margin-top: 18px;
	text-align: center;
}
.wayBox ul li .item .id{
	width: 75%;
	margin: 40px auto 0;
	background: #fff;
	font-size: 18px;
	line-height: 50px;
	color: #009c00;
	text-align: center;
	font-weight: bold;
}
.wayBox ul li .item .txt{
	font-size: 18px;
	line-height: 40px;
	text-align: center;
}
@media screen and (max-width: 959px){
.quoteLine .txt01{
	font-size: 24px;
	line-height: 34px;
	margin-top: 20px;
	font-weight: bold;
}
.lineintroTit{
	margin-bottom: 20px;
}
.lineintroTit img{
	height: 70px;
}
.wayBox{
	margin-bottom: 60px;
}
.wayBox ul{
	margin: 0 0 0 -20px;
}
.wayBox ul li{
	padding: 0 0 0 20px;
}
.wayBox ul li .item .tit{
	margin-top: 20px;
	text-align: center;
}
.wayBox ul li .item .tit img{
	height: 18px;
}
.wayBox ul li .item .btn{
	width: 90%;
	margin: 30px auto 0;
}
.wayBox ul li .item .btn a span{
	display: inline-block;
	font-size: 26px;
	line-height: 1;
	font-weight: bold;
	color: #fff;
	padding: 0 0 30px;
	background: url(../img/quote/arr_way.png) center bottom no-repeat;
}
.wayBox ul li .item .id{
	width: 80%;
	margin: 40px auto 0;
	background: #fff;
	font-size: 18px;
	line-height: 45px;
	color: #009c00;
	text-align: center;
	font-weight: bold;
}
.wayBox ul li .item .txt{
	font-size: 16px;
	line-height: 40px;
	text-align: center;
}
}
@media screen and (max-width: 767px){
.quoteLine{
	padding-top: 70px;
}
.quoteLine .greenTit img{
	height: 70px;
}
.quoteLine .txt01{
	font-size: 15px;
	line-height: 20px;
	margin-top: 12px;
	font-weight: bold;
}
.quotelineIn{
	max-width: 1172px;
	margin: 0 auto;
	padding: 50px 10px 20px;
}
.lineintroTit{
	margin-bottom: 12px;
}
.lineintroTit img{
	height: 32px;
}
.wayBox{
	margin-bottom: 20px;
}
.wayBox ul{
	margin: 0;
}
.wayBox ul li{
	float: none;
	width: 100%;
	box-sizing: border-box;
	padding: 0;
}
.wayBox ul li + li{
	margin-top: 10px;
}
.wayBox ul li .item{
	background: #e5f8e5;
	padding:  0 0 20px 0;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	-o-border-radius: 2px;
	border-radius: 2px;
	overflow: hidden;
}
.wayBox ul li .item .num{
	text-align: center;
	background: #00b900;
}
.wayBox ul li .item .num img{
	height: 34px;
}
.wayBox ul li .item .tit{
	margin-top: 12px;
	text-align: center;
}
.wayBox ul li .item .tit img{
	height: 18px;
}
.wayBox ul li .item .btn{
	width: 240px;
	margin: 15px auto 0;
}
.wayBox ul li .item .btn a{
	display: block;
	text-align: center;
	padding: 20px 0 10px;
	background: url(../img/quote/bg_btn_way.png) center center no-repeat;
	background-size: 100% 100%;
}
.wayBox ul li .item .btn a span{
	display: inline-block;
	font-size: 20px;
	line-height: 1;
	font-weight: bold;
	color: #fff;
	padding: 0 0 20px;
	background: url(../img/quote/arr_way.png) center bottom no-repeat;
	background-size: 18px auto;
}
.wayBox ul li .item .id{
	width: 240px;
	margin: 20px auto 0;
	background: #fff;
	font-size: 16px;
	line-height: 40px;
	color: #009c00;
	text-align: center;
	font-weight: bold;
}
.wayBox ul li .item .txt{
	font-size: 14px;
	line-height: 30px;
	text-align: center;
}
}
/*messageBox*/
.messageBox{
	margin-bottom: 86px;
}
.messageBox .img{
	float: right;
	width: 48%;
	margin-left: 10px;
}
.messageBox .img img{
	width: 100%;
}
.messageBox .textBox{
	overflow: hidden;
}
.messageBox .textBox .tit{
	font-size: 30px;
	line-height: 40px;
	font-weight: bold;
}
.messageBox .textBox .subTit{
	font-size: 18px;
	line-height: 35px;
	font-weight: bold;
	margin-top: 12px;
}
.messageBox .textBox ul li{
	text-indent: 20px;
	position: relative;
	font-size: 18px;
	line-height: 35px;
}
.messageBox .textBox ul li:before{
	position: absolute;
	width: 10px;
	height: 10px;
	content: "";
	left: 0;
	top: 12px;
	background: url(../img/quote/icon_message.jpg) 0 0 no-repeat;
}
@media screen and (max-width: 959px){
.messageBox{
	margin-bottom: 60px;
}
.messageBox .img{
	float: none;
	width: 100%;
	margin: 0 0 20px 0;
}
.messageBox .textBox{
	width: 100%;
}
.messageBox .textBox .tit{
	font-size: 30px;
	line-height: 40px;
	font-weight: bold;
}
.messageBox .textBox .subTit{
	font-size: 18px;
	line-height: 35px;
	font-weight: bold;
	margin-top: 12px;
}
.messageBox .textBox ul li{
	text-indent: 20px;
	position: relative;
	font-size: 18px;
	line-height: 35px;
}
.messageBox .textBox ul li:before{
	position: absolute;
	width: 10px;
	height: 10px;
	content: "";
	left: 0;
	top: 12px;
	background: url(../img/quote/icon_message.jpg) 0 0 no-repeat;
}
}
@media screen and (max-width: 767px){
.messageBox{
	margin-bottom: 40px;
}
.messageBox .img{
	float: none;
	width: 100%;
	margin: 0 0 10px 0;
}
.messageBox .textBox .tit{
	font-size: 18px;
	line-height: 28px;
	font-weight: bold;
}
.messageBox .textBox .subTit{
	font-size: 13px;
	line-height: 20px;
	font-weight: bold;
	margin-top: 10px;
}
.messageBox .textBox ul li{
	text-indent: 14px;
	position: relative;
	font-size: 12px;
	line-height: 20px;
}
.messageBox .textBox ul li:before{
	position: absolute;
	width: 8px;
	height: 8px;
	content: "";
	left: 0;
	top: 5px;
	background: url(../img/quote/icon_message.jpg) 0 0 no-repeat;
	background-size: 8px auto;
}
}
/*form*/
.form{
	padding: 50px 0 134px;
	background: url(../img/quote/bg_form.jpg) center center no-repeat;
	background-size: cover;
}
.formIn{
	max-width: 970px;
	margin: 0 auto;
	padding: 0 20px;
}
.form .table{
	background: #fff;
	padding: 76px 100px 80px;
}
.formTit{
	text-align: center;
	margin-bottom: 60px;
}
.formTit span{
	display: inline-block;
	font-size: 40px;
	line-height: 1;
	font-weight: bold;
	color: #22316e;
	padding-left: 68px;
	background: url(../img/quote/icon_form01.png) left center no-repeat;
}
.form .table table{
	width: 100%;
	border-collapse: separate;
	border-spacing: 1px;
	background: #fff;
}
.form .table table th{
	position: relative;
	width: 270px;
	font-size: 18px;
	line-height: 20px;
	font-weight: bold;
	padding: 24px 10px 18px 68px;
	box-sizing: border-box;
	vertical-align: top;
	background: #f2f7ff;
}
.form .table table th span.must,
.form .table table th span.any{
	display: block;
	position: absolute;
	left: 20px;
	top: 25px;
	width: 40px;
	font-size: 14px;
	line-height: 18px;
	color: #fff;
	text-align: center;
	z-index: 10;
}
.form .table table th span.must{
	background: #ff4000;
}
.form .table table th span.any{
	background: #0074e8;
}
.form .table table th span.small{
	display: block;
	font-size: 14px;
	line-height: 21px;
	margin-top: 16px;
}
.form .table table td{
	padding: 15px 0 10px 28px;
}
.form .table table td .checkBox label{
	display: block;
}
.form .table table td .checkBox label + label{
	margin-top: 15px;
}
.form .table table td .checkBox label span{
	margin-left: 8px;
	font-size: 18px;
	line-height: 20px;
}
.form .table table td .checkBox input[type=checkbox],
.form .table table td .checkBox input[type=radio]{
	width: 20px!important;
	height: 20px!important;
	display: inline-block;
	vertical-align: middle;
	margin-top: -6px;
	padding: 0!important;
	-moz-transform:scale(1.2);
	border-radius: 0;
}
.form .table table td textarea{
	width: 100%;
	height: 240px;
	border: 1px solid #7f7f83;
	box-sizing: border-box;
	padding: 10px 10px;
	font-size: 18px;
	line-height: 27px;
	resize: none;
	overflow-y: auto;
}
.form .table table td textarea::-webkit-input-placeholder{
	color: #999999;
}
.form .table table td textarea::-moz-placeholder{
	color: #999999;
}
.form .table table td textarea:-moz-placeholder{
	color: #999999;
}
.form .table table td textarea::-ms-input-placeholder{
	color: #999999;
}
.form .table table td input{
	height: 40px;
	border: 1px solid #7f7f83;
	padding: 3px 15px;
	box-sizing: border-box;
	font-size: 18px;
	line-height: 1;
}
.form .table table td input::-webkit-input-placeholder{
	color: #999999;
}
.form .table table td input::-moz-placeholder{
	color: #999999;
}
.form .table table td input:-moz-placeholder{
	color: #999999;
}
.form .table table td input::-ms-input-placeholder{
	color: #999999;
}
.form .table table td input.input01{
	width: 100%;
}
.form .table table td input.input02{
	width: 200px;
}
.form .table table td span.comment{
	display: inline-block;
	font-size: 14px;
	line-height: 20px;
	color: #808080;
	margin-left: 12px;
	vertical-align: middle;
}
.form .submit{
	margin: 40px auto 0;
	max-width: 770px;
	padding: 0 20px;
}
.form .submit button{
	position: relative;
	display: block;
	font-size: 50px;
	line-height: 116px;
	color: #fff;
	font-weight: bold;
	text-align: center;
	border: 0;
	width: 100%;
	-webkit-appearance:none;
	appearance:none;
	background: url(../img/quote/bg_submit.png) center center no-repeat;
	background-size: 100% 100%;
	cursor: pointer;
}
/* start: cloudflare turnstile */
.form .submit button:disabled{
	opacity: .5;
  pointer-events: none;
	cursor: not-allowed;
}
.form .cf-turnstile {
	text-align: center;
  padding-block: 3em 0;
}
/* end: cloudflare turnstile */
.form .submit button:before{
	position: absolute;
	width: 30px;
	height: 30px;
	content: "";
	right: 20px;
	top: 50%;
	margin-top: -15px;
	background: url(../img/quote/arr_submit.png) 0 0 no-repeat;
}
.note {
  color: #ff4000;
  font-weight: bold;
}
.note a {
  color: #ff4000;
  font-weight: bold;
  text-decoration: underline;
}
@media screen and (max-width: 959px){
.form{
	padding: 30px 0 60px;
}
.form .table{
	background: #fff;
	padding: 40px 20px;
}
.formTit{
	text-align: center;
	margin-bottom: 30px;
}
.table table th{
	width: 240px;
}
}
@media screen and (max-width: 767px){
.form{
	padding: 20px 0;
}
.formIn{
	padding: 0 10px;
}
.form .table{
	padding: 20px 10px 0;
}
.formTit{
	text-align: center;
	margin-bottom: 20px;
}
.formTit span{
	display: inline-block;
	font-size: 20px;
	line-height: 1;
	font-weight: bold;
	color: #22316e;
	padding-left: 34px;
	background: url(../img/quote/icon_form01.png) left center no-repeat;
	background-size: 23px auto;
}
.form .table table,
.form .table tbody,
.form .table tr,
.form .table th,
.form .table td{
	display: block;
}
.form .table table{
	width: 100%;
	border-collapse: collapse;
}
.form .table table th{
	position: relative;
	width: 100%;
	font-size: 16px;
	line-height: 20px;
	font-weight: bold;
	padding: 20px 10px 20px 44px;
	box-sizing: border-box;
	vertical-align: top;
	background: #f2f7ff;
}
.form .table table th span.must,
.form .table table th span.any{
	display: block;
	position: absolute;
	left: 5px;
	top: 20px;
	width: 34px;
	font-size: 12px;
	line-height: 18px;
	color: #fff;
	text-align: center;
	z-index: 1;
}
.form .table table th span.small{
	display: block;
	font-size: 12px;
	line-height: 20px;
	margin-top: 10px;
}
.form .table table td{
	padding: 15px 0;
}
.form .table table td .checkBox label + label{
	margin-top: 10px;
}
.form .table table td .checkBox label span{
	margin-left: 5px;
	font-size: 14px;
	line-height: 20px;
}
.form .table table td .checkBox input[type=checkbox]{
	width: 18px!important;
	height: 18px!important;
	margin-top: -4px;
}
.form .table table td textarea{
	width: 100%;
	height: 180px;
	border: 1px solid #7f7f83;
	box-sizing: border-box;
	padding: 5px 5px;
	font-size: 14px;
	line-height: 22px;
	resize: none;
	overflow-y: auto;
}
.form .table table td input{
	height: 40px;
	border: 1px solid #7f7f83;
	padding: 2px 5px;
	box-sizing: border-box;
	font-size: 14px;
	line-height: 1;
}
.form .table table td input.input01{
	width: 100%;
}
.form .table table td input.input02{
	width: 100%;
}
.form .table table td span.comment{
	display: inline-block;
	font-size: 12px;
	line-height: 20px;
	color: #808080;
	margin: 5px 0 0;
	vertical-align: top;
}
.form .submit{
	margin: 20px auto 0;
	padding: 0;
}
.form .submit button{
	font-size: 24px;
	line-height: 50px;
}
.form .submit button:before{
	position: absolute;
	width: 15px;
	height: 15px;
	content: "";
	right: 10px;
	top: 50%;
	margin-top: -8px;
	background: url(../img/quote/arr_submit.png) 0 0 no-repeat;
	background-size: 15px auto;
}
}

/* !quote_thanks.html
---------------------------------------------------------- */
.thanksBox{
	padding: 46px 0 100px;
}
.thanksIn{
	padding: 106px 10px 64px;
	background: url(../img/quote/bg_thanks.jpg) center center no-repeat;
	background-size: cover;
}
.thanksIn .tit{
	font-size: 50px;
	line-height: 60px;
	font-weight: bold;
	color: #22316e;
	text-align: center;
}
.thanksIn .comment{
	font-size: 18px;
	line-height: 35px;
	margin: 30px 0 40px;
	text-align: center;
}
.thanksIn .telBtn{
	max-width: 600px;
	margin: 0 auto;
}
.thanksIn .telBtn a{
	display: block;
	pointer-events: none;
	padding: 25px 5px 20px;
	text-align: center;
	background: url(../common/img/bg_common_tel01.png) center center no-repeat;
	background-size: 100% 100%;
}
@media screen and (max-width: 767px){
.thanksBox{
	padding: 20px 0 20px;
}
.thanksIn{
	padding: 50px 10px 30px;
	background: url(../img/quote/bg_thanks.jpg) center center no-repeat;
	background-size: cover;
}
.thanksIn .tit{
	font-size: 22px;
	line-height: 30px;
	font-weight: bold;
	color: #22316e;
	text-align: center;
}
.thanksIn .comment{
	font-size: 12px;
	line-height: 20px;
	margin: 15px 0 20px;
	text-align: center;
}
.thanksIn .telBtn a{
	display: block;
	pointer-events: initial;
	padding: 20px 5px 15px;
	text-align: center;
	background: url(../common/img/bg_common_tel01.png) center center no-repeat;
	background-size: 100% 100%;
}
.thanksIn .telBtn a img{
	height: 50px;
}
}


#submit_btn {
  display: none;
}
.form .table table td input[type="file"] {
  height: 30px;
  border: 0;
  padding: 0;
  margin: 8px 0 4px;
  font-size: 16px;
}
.input_subtxt {
  font-size: 14px;
  font-weight: bold;
  padding-left: 1em;
  position: relative;
  margin: 0 0 6px;
}
.input_subtxt:before {
  content: "※";
  font-size: 14px;
  font-weight: bold;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
}

@media screen and (max-width: 767px) {
  .form .table table td textarea{
  	height: 200px;
  }
  .form .table table td input[type="file"] {
    width: 100%;
    height: 20px;
    font-size: 14px;
  }
  .input_subtxt {
    font-size: 12px;
  }
  .input_subtxt:before {
    content: "※";
    font-size: 12px;
  }
}





.errorTxt{
	display:none;
}
.error .errorTxt{
	display:block;
  color: #f10;
  font-size: 16px;
  font-weight: bold;
}

/***PC 960px ~***/

/***IPAD 768px ~ 959px***/
@media screen and (max-width: 959px) {

}

/*** SP 480px ~ 767px***/
@media screen and (max-width: 767px) {

}

/*** SP 320px ~ 479px***/
@media screen and (max-width: 479px) {

}

/* 20190214 */
.comcontactpanel {
	width: 100%;
	margin: 20px auto 0;
}
.comcontactin01 {
	float: left;
	margin: 4px 0 0 10px;
}
.comcontactin02 {
	float: left;
	margin: 6px 0 0 30px;
}
.comcontactin03 {
	float: left;
	margin: 0 0 0 30px;
}
.comcontactnote {
	text-align: left;
}
.comcontactnote span {
	display: inline-block;
	text-align: center;
	font-size: 14px;
}

@media screen and (max-width: 959px) {
  .comcontactpanel {
  	width: 100%;
  	margin: 20px auto 0;
  }
  .comcontactin01 {
  	float: left;
  	width: 48%;
  	margin: 0;
  }
  .comcontactin02 {
  	float: right;
  	width: 48%;
    margin: 2px 0 0 0;
  }
  .comcontactin03 {
  	float: none;
    display: block;
  	width: 48%;
    margin: 10px auto 5px;
  }
  .comcontactnote span {
  	text-align: left;
  	font-size: 10px;
  }
}

.satisfaction_icon {
  display: block;
  width: 100%;
  text-align: center;
}
.satisfaction_icon img {
  display: inline-block;
}
.satisfaction_icon img+ img {
  margin: 0 0 0 20px;
}
@media screen and (max-width: 767px) {
  .satisfaction_icon img{
  	width: 73px;
    height: auto;
  }
  .satisfaction_icon img+ img {
    margin: 0 0 0 10px;
  }
}

/* 20191224 top holiday news */
.holiday_news {
  background: #e7f0fe;
  text-align: center;
  padding: 35px 0;
}
.holiday_news_title {
  font-size: 34px;
  font-weight: bold;
  line-height: 1;
  margin: 0 0 10px;
}
.holiday_news_text {
  font-size: 18px;
}
.holiday_news_text_day {
  font-size: 28px;
  color: #d23218;
  font-weight: bold;
  padding: 4px 0;
}
.holiday_news_text_note {
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .holiday_news {
    padding: 25px 0;
  }
  .holiday_news_title {
    font-size: 24px;
  }
  .holiday_news_text {
    font-size: 15px;
  }
  .holiday_news_text_day {
    font-size: 20px;
    padding: 8px 0;
  }
  .holiday_news_text_note {
    font-size: 14px;
  }
}

.return-link-outer {
	text-align: center;
	margin-top: 3em;
}

.return-link {
	display: inline-block;
	-webkit-appearance: none;
	appearance: none;
	background-color: transparent;
	border: 0;
	outline: 0;
	padding: 0;
	margin: 0;
	font-size: 18px;
	color: #233271;
	text-decoration: underline;
	cursor: pointer;
}

.return-link:hover {
	text-decoration: none;
}

/* reset */

#breadcrumb {
	margin-top: 0 !important;
}

#wrapper {
	padding-bottom: 0 !important;
}

#footer {
	margin-bottom: 0 !important;
}

@media (max-width: 767px) {
	.visible-pc {
	  display: none !important;
	}
}

.link {
	text-decoration: underline;
	color: #0074e8;
}

.link:hover {
	text-decoration: none;
}

.privacy-text-description {
	margin-top: 3em !important;
}