@charset "utf-8";
/* CSS Document */
#wrapper{
	margin:20px auto;
}
#subtitle{
	margin:0 auto 30px;
	text-align:center;
	font-size:120%;
	font-weight: bold;
}
#about_out{
	background:#eeeeee;
	padding:20px 0;
}
#about{
	width:1100px;
	background:#fff;
	border:1px solid #1e75df;
	margin:20px auto;
}
#about img{
	text-align:center;
	margin:0 auto;
}
#about_in{
	width:80%;
	margin:30px auto;
}
.about_cate{
	overflow:hidden;
	margin:25px 0;
}
.about_txt{
	margin:20px 0;
}
.about_left{
	float:left;
	font-weight:bold;
	background:#eeeeee;
	padding: 5px 5px;
	width:13%;
	text-align:center;
}
.about_right{
	float:right;
	width:83%;
	margin-bottom:10px;

}
.day_list .about_right{
	padding-bottom:10px;
	border-bottom:1px solid #999;
}
.about_right p{
	width:83%;
}
.price{
	position: relative; 
	overflow: hidden;
}
#price_red{
	margin:0 auto;
  position: relative;
  left: 50%; 
  float: left;
}
.price .price_in{
	margin:0 30px 10px 0;
  position: relative;
  left: -50%; 
  float: left
}

.price span{
	font-size:170%;
	color:#f62e00;
	font-weight:bold;
}
.about_right strong{
	font-size:130%;
}
.small{
	font-weight:bold;
	font-size:90%;
}
.day{
	float:left;
	margin-right:40px;

}
.day2{
	float:left;
	margin:0 0 0 105px;
}
h2{
	text-align:center;
	color:#1e75df;
	font-size:150%;
}
h2::after {
    display: block;
    background: #1e75df;
    content: "";
    width: 50px;
    height: 4px;
    margin: 10px auto 40px auto;
}

.btn {
  display: block;
  width: 300px;
  height: 60px;
  text-align: center;
  line-height: 57px;
  background: #1e75df;
  font-weight: bold;
  text-decoration: none;
	margin:30px auto;
}
.btn span{
  color: #FFF;
  position: relative;
  padding-left: 30px;
}
.btn span::before{
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 7px;
  height: 7px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  margin-top: -3px;
}
.attention{
	font-size:90%;
	text-align:left;
	margin-top:20px;
}
.attention2{
	font-size:90%;
	text-align:center;
	margin-top:10px;
}
.attention3{
	color:#f62e00;
}
#wrapper2{
	width:900px;
	margin:0 auto;
}
.cate{
	margin:70px 0;
}
.product{
	font-weight:bold;
	font-size:150%;
	color:#0a1464;
	padding:10px;

}
a .product_btn {
    border-radius: 40px;
    padding: 8px 10px;

    text-align: center;
    width: 220px;
    font-weight: bold;
	margin:20px auto 0;
    border: 1px solid #0a1464;
	background:#0a1464;
    color: #fff;
}

a .product_btn:hover{
    border-radius: 40px;
    padding: 8px 10px;
    color: #0a1464;
    text-align: center;
    width: 220px;
    border: 1px solid #0a1464;
	background:#fff;
}
.product_in{
	overflow:hidden;
	width:45%;
	float:left;
	background:#eeeeee;
	padding:10px;
	margin-right:2%;
	text-align:center;
    height: 145px;
}
.need{
	margin:20px auto 10px;
	padding-bottom:20px;
}
.need_title{
	background:#e5e5e5;
	padding:10px 25px;
	font-size:120%;
	text-align:center;
	margin: 0 auto;
	border-bottom:1px solid #333;
}
#step{
	margin: 0 auto;
}
#step_in{
	background:#e6e6e6;
}
.step_cate{
    height: 106px;
	width:750px;
	background:#fff;
	margin: 30px auto 30px;
}
.step_left{
	float:left;
}
.step_right{
	background:#fff;
	padding:15px 0 13px 130px;
}
.step_b{
	font-size:150%;
	font-weight:bold;
	padding-bottom:8px;
}
#attention{
	text-align:center;
	padding-bottom:15px;
}

#main_title {
	font-weight: bold;
	font-size: 130%;
	line-height: 1.7;
	text-align:center;
	padding:0 0 30px 0;
	margin-top:10px;
}

#new {
  position: relative;
  width: 60%;
  margin: 50px auto 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
	overflow:hidden;
	padding:20px 0;
}
#new::before,
#new::after {
  position: absolute;
  top: 0;
  content: '';
  width: 20px;
  height: 100%;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;

}
#new::before {
  left: 0;
  border-left: 1px solid #000;
}
#new::after {
  right: 0;
  border-right: 1px solid #000;
}
#new_in{
	width:90%;
	margin:0 auto;
}
#tel {
	text-align:center;
	width:50%;
	float:left;
}
#tel span{
	color:#1e2b97;
	font-weight: bold;
	font-size: 180%;
	padding-bottom:10px;
}
div.btn_contact{
	padding:3% 1%;
	color:#f98514;
	text-align:center;
	border:1px solid #f98514;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	font-weight:bold;
	background:#fff;
	width:45%;
	float:right;
	font-size:120%;
}
div.btn_contact:hover{
	color:#fff;
	text-align:center;
	border:1px solid #f98514;
	font-weight:bold;
	background:#f98514;
}
.arrow{
	text-align:center;
}

#step .about_right{
	margin:10px 0;
}


table{
  border-collapse: collapse;
  width: 100%;
}
.tb01{
	margin:30px 0 30px;
	font-size:80%;
}
.tb01 th,
.tb01 td{
  padding: 3px;
  border: solid 1px #ccc;
  text-align:center;
  box-sizing:border-box;
}
.tb01 th {
  background: #74a9e9;
  color: #fff;
  
}
.tb01 th.red{
	border:3px solid #e72d10;
	color:#e72d10;
	background-color:#f5aea8;
}

@media only screen and (max-width: 1100px){
	#about,#wrapper2{
		width:98%;
		margin:0 auto;
	}
#subtitle{
	margin:0 auto 30px;
	width:90%;
}
	.arrow{
		display: none !important;
	}
.step_cate {
    width: 94%;
	margin:0 auto 30px;
}
#new {
  width: 98%;
	padding:0 10px;
}
	.attention2{
		font-size:90%;
		text-align:center;
		margin:0 0 20px 0;
	}
}

@media screen and (min-width: 641px) {
	.step_bgsp{
	    display:none;
	 }
}

@media screen and (max-width: 640px) {
h2{
	margin:30px 0 0 0;
}
h2::after {
    margin: 10px auto 20px auto;
}
.cate {
    margin: 50px 0;
	overflow:hidden;
}
.product_in{
	margin:10px 0 0 0;
    height: auto;
	padding:15px 0;
}
#step_in,.product_in{
	width:98%;
}
#step{
	background: #e6e6e6;
}
.step_cate {
    width: 98%;
	margin:0 auto 30px;
    height: auto;	
}
.product,a .product_btn{
	text-align:center;
	float:none;
}
a .product_btn{
	margin:0 auto;
}
.about_left{
    width: 100%;
	margin-bottom:10px;
}
.about_right{
	width:100%;
}
.about_txt{
	width:96%;
	margin:10px auto 0;
}
.day{
	float:left;
	margin:10px 20px 0;
}
.day2{
	float:left;
	margin:10px 20px 0;
}
#tel{
	text-align:center;
	width:100%;
	margin:0 auto;
	overflow:hidden;
	float:none;
	padding:5px 0 0 0;
}
#tel span{
	font-size: 200%;
}
div.btn_contact {
	text-align:center;
	width:80%;
	margin:20px auto;
	overflow:hidden;
	float:none;
}
#about_in {
    width: 95%;
}

  .tb01 .head,.step_bg{
    display:none;
  }
  .tb01 {
    width: 100%;
  }
  .tb01 td,
  .tb01 th{
    display: block;
    width: 100%;
    border-bottom:none;
  }

  .tb01 td{
    padding: 0px 12px 0 0;
    display: block;
    width: 100%;
    line-height: 2.5;
    text-align:left;
  }
  .tb01 td:before{
    color: #fff;
    content: attr(data-label);
    font-weight: bold;
    padding: 0px 30px;
    display: inline;
    background-color: #74a9e9;
    margin-right: 30px;
    float: left;
  }
  .tb01 td.redsp:before{
	color:#e72d10;
	background-color:#f5aea8;
  }
  .tb01 tr:last-child{
    border-bottom: solid 1px #ccc;
  }

	.step_left img{
		width:80%;
	}
	.step_b{
		font-size:120%;
	}
	.step_right{
		padding:15px 5px 14px 80px;
	}


}



