@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css?family=Oswald:400,600');


body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
form,
input,
button,
p {
	margin: 0px;
	padding: 0px;
	font-size: 14px;
	/*font-family:"游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝", "Sawarabi Mincho", serif;*/
	font-family:"游ゴシック",YuGothic,"メイリオ",Meiryo,Hiragino Sans,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic Pro",Hiragino Kaku Gothic ProN,'ＭＳ Ｐゴシック',sans-serif;
	/*font-family: 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', sans-serif;*/
	/*font-family: "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO";*/
	line-height: 160%;
	color: #010101;
}

a{
	text-decoration:none;
	color:#010101;
}
a:hover{
	opacity:0.6;
}
/*クリアフィックス*/

.clearfix:after {
	content: "";
	display: block;
	clear: both;
}

.clearfix:before {
	display: block;
	content: "";
	clear: both;
}

.clearfix {
	display: block;
}

.clear {
	clear: both;
}


a[href*="tel"] {
	pointer-events: none;
}


ul{
	list-style:none;
}

/*フレックス*/

.flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.flexc {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: justify;
	-webkit-justify-content: center;
	justify-content: center;
}

.flexs {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-around;
	-ms-flex-pack: distribute;
	justify-content: space-around;
}

.flexb {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.rpic{
	flex-direction:row-reverse;
}
img{
	max-width:100%;
	height:auto;
}
@media only screen and (max-width: 1024px) {
	a[href*="tel"] {
		pointer-events: initial !important;
	}
}
#wrapper{
	max-width:100%;
	overflow:hidden;
}
#header{
	background: linear-gradient(to right, rgba(0,78,162,1) 0%,rgba(11,169,95,1) 100%);
	position:fixed;
	width:100%;
	z-index:100;
}
#main{
	margin-top:152px;
}
#footer:after{
	content:"";
	width:100%;
}

#header .inner{
	width:95%;
	margin:0 auto;
	padding:20px 0 15px 0;
}
#nav li a{
	color:#fff;
}
#nav li{
	text-align:center;
	padding:0 5.45% 0 0;
}
#nav li a:hover strong{
	opacity:0.6;
}
#nav li strong{
	display:block;
	font-size:18px;
	font-weight:600;
	font-family: 'Oswald', sans-serif;
}
#nav{
	width:73.65%;
	padding:15px 0 0 0;
}
#header h1{
	width:21.82%;
}
@media only screen and (max-width: 1024px) {
	#header{
		position:relative;
	}
	#main{
		margin-top:0;
	}
	#nav{
		display:none;
	}
}
@media only screen and (max-width: 599px) {
	#header h1{
		width:100%;
		text-align:center;
	}
	#nav{
		width:100%;
	}
	#nav li{
		flex:1;
		text-align:center;
		padding-right:0;
		font-size:12px;
	}
	#nav li strong{
		font-size:16px;
	}
}

#footer:after{
	content:"";
	width:100%;
	height:16px;
	display:block;
	background: linear-gradient(to right, rgba(0,78,162,1) 0%,rgba(11,169,95,1) 100%);
}
#footer .inner{
	width:95%;
	max-width:1100px;
	margin:0 auto;
	padding:48px 0 0 0;
}
#footer h3{
	text-align:center;
	padding:0 0 20px 0;
}
#footer ul{
	padding:10px 0;
}
#footer li{
	padding:0 1em 0 0;
}

.contact{
	background:url(../images/contactbk.jpg) center 0 no-repeat;
	background-size:cover;
}
.contact .inner{
	padding:85px 0 110px 0;
	max-width:1000px;
	margin:0 auto;
	width:95%;
	
}

.h3h{
	text-align:center;
	font-weight:normal;
	color:#004ea2;
}
.h3h strong{
	font-family: 'Oswald', sans-serif;
	font-weight:700;
	display:block;
	font-size:46px;
	line-height:140%;
}

.contact h3{
	color:#fff;
	padding:0 0 50px 0;
}
.contact dt{
	text-align:center;
	font-size:46px;
	font-family: 'Oswald', sans-serif;
	color:#fff;
	padding:0 0 70px 0;
	font-weight:700;
}
.contact dt a{
	color:#fff;
}
.contact dt img{
	vertical-align:middle;
	margin-right:0.25em;
}
.contact dd{
	text-align:center;
}
.contact dd a{
	display:inline-block !important;
	max-width:380px;
	box-sizing:border-box;
	width:100%;
	border:3px solid #ffffff;
	font-size:18px;
	color:#fff;
	padding:20px 0;
}
.contact dd img{
	vertical-align:middle;
	margin-top:-5px;
	margin-left:1em;
	margin-right:1em;
}

.totop{
	position:fixed;
	bottom:10px;
	right:10px;
	z-index:99;
}
.ac{
	height:1px;
	margin-top:-1px;
	position:relative;
}
.ac a{
	display:block;
	position:absolute;
	top:-152px;
}
@media only screen and (max-width: 1024px) {
	.contact dt{
		font-size:26px;
	}
	.h3h strong{
		font-size:30px;
	}
	.contact dt img{
		max-width:25px;
	}
	.contact dd a{
		font-size:14px;
		font-weight:bold;
	}
}

.access .inner{
	padding:40px 0 0 0;
	text-align:center;
	width:95%;
	margin:0 auto;
	max-width:1000px;
}
.access h3{
	padding-bottom:35px;
}
.access ul{
	padding:0 0 25px 0;
}
.access li .z{
	padding-right:1em;
}
.access li span{
	display:inline-block !important;
}
.access .table{
	display:inline-block !important;
	text-align:left;
	padding:0 0 30px 0;
}
.access .table dt{
	float:left;
}
.access .table dt img{
	vertical-align:middle;
	margin-right:0.25em;
}
.access .table dd{
	padding:0 0 0 170px; 
}
.access .table dl{
	padding:0 0 5px 0;
}

.map{
	width:auto;
	padding-bottom:40%;
	position:relative;
}
.map iframe{
	position:absolute;
	top:0;
	left:0;
	bottom:0;
	right:0;
}
@media only screen and (max-width: 599px) {
	.access .table dt{
		float:none;
		font-weight:bold;
	}
	.access .table dd{
		padding-left:calc(0.25em + 21px);
	}
	.map{
		padding-bottom:120%;
	}
}

.home-main{
	position:relative;
	margin-bottom:10%;
}
.home-main:before {
  content:'';
  position: absolute;
  top: 0;
  left: 0;
  width: 120%;
  height: 110%;
  margin: -6% -10% 0;
  background:url(../images/main-img2.jpg) center 0 no-repeat;
  background-size:cover;
  
  -webkit-transform-origin: right center;
  -ms-transform-origin: right center;
  transform-origin: right center;
  -webkit-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  transform: rotate(-3deg);
  z-index: -1;
}
.home-main:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 120%;
  height: 110%;
  margin: -6% -10% 0;
  background: #377bba;
  -webkit-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
  -webkit-transform: rotate(3deg);
  -ms-transform: rotate(3deg);
  transform: rotate(3deg);
  z-index: -2;
}
.home-main .inner{
	max-width:1000px;
	margin:0 auto;
	width:95%;
	padding:138px 0 130px 0;
	text-align:center;
}
.home-main h2{
	color:#fff;
	font-size:54px;
	font-family:"游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝", "Sawarabi Mincho", serif;
	text-shadow:0 0 3px #000;
	padding:0 0 20px 0;
}
.home-main p{
	color:#fff;
	font-size:20px;
	padding:0 0 20px 0;
	font-family:"游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝", "Sawarabi Mincho", serif;
}
@media only screen and (max-width: 1024px) {
	.home-main h2{
		font-size:35px;
	}
	.home-main p{
		font-size:16px;
	}
}
@media only screen and (max-width: 599px) {
	.home-main{
		margin-bottom:20%;
	}
	.home-main h2{
		font-size:22px;
	}
	.home-main .logo img{
		width:400px;
	}
	.home-main p{
		font-size:14px;
	}
}
.about{
	width:95%;
	margin:0 auto;
	padding-top:50px;
}
.about .box1{
	
	background:url(../images/aboutbk.jpg) center 0 no-repeat;
	background-size:cover;
	
}
.about .box1 .inner{
	max-width:1000px;
	width:95%;
	margin:0 auto;
	padding:40px 0 200px 0;
}
.about .box1 .inner p{
	padding:0 0 20px 0;
	color:#fff;
}
.about h4{
	font-weight:normal;
	padding:0 0 30px 0;
}
.about h4 strong{
	display:block;
	font-weight:700;
	font-family: 'Oswald', sans-serif;
	font-size:36px;
	line-height:140%;
	color:#004ea2;
}
.about .box1 .inner h4,.about .box1 .inner h4 strong{
	color:#fff;
}

.about .box2{
	max-width:1000px;
	width:95%;
	margin:0 auto;
	padding:70px 0 120px 0;
}

.about .box2 dt{
	float:left;
	font-weight:bold;
}
.about .box2 dd{
	padding:0 0 0 110px;
}
.about .box2 dl{
	padding:0 0 20px 0;
}
.about h3{
	padding-bottom:45px;
}
.about .box2 .box{
	width:50%;
}
@media only screen and (max-width: 1024px) {
	.about h4 strong{
		font-size:24px;
	}
	.about .box2 .box{
		width:100%;
	}
}


#mw_wp_form_mw-wp-form-323 dd{
	margin-left:0;
}
#mw_wp_form_mw-wp-form-323 dt{
	padding-bottom:8px;
}
#mw_wp_form_mw-wp-form-323 dl{
	padding-bottom:20px;
}
#mw_wp_form_mw-wp-form-323 .formbtn{
	text-align:center;
}
#mw_wp_form_mw-wp-form-323 .formbtn input{
	width:46%;
	margin:0 1% 1% 1%;
	max-width:200px;
	background:#e95295;
	color:#fff;
	border:none;
	border-radius:10px;
	font-size:18px;
}

.business{
	position:relative;
	margin:50px 0 0 0;
	padding-bottom:180px;
}
.business:before{
	content: '';
	background:linear-gradient(to right,rgba(213,255,254,1) 0% ,rgba(0,78,162,1) 100%);
    position: absolute;
    top: 0;
    left: 0;
    width: 120%;
    height: 100%;
    margin: 0 -10% 0;
    -webkit-transform-origin: right center;
    -ms-transform-origin: right center;
    transform-origin: right center;
    -webkit-transform: skewY(3deg);
    -ms-transform: skewY(3deg);
    transform: skewY(3deg);
    z-index: -1;

}
.business:after {

    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 120%;
    height: 100%;
    margin: 0 -10% 0;
    background: #0ba85f;
    -webkit-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center;
    -webkit-transform: skewY(-3deg);
    -ms-transform: skewY(-3deg);
    transform: skewY(-3deg);
    z-index: -2;

}

.business h3+.img{
	right:0;
	top:-150px;
	position:absolute;
	max-width:45%;
}
.business h3{
	position:relative;
	color:#fff;
	z-index:1;
	padding:80px 0 130px 0;
}


.business .list{
	max-width:1284px;
	width:95%;
	margin:0 auto 50px auto;
	
}
.business .list .pic{
	width:50%;
	position: relative;
	overflow:hidden;
}
.business .list .pic img{
    min-width: 100%;
    min-height: 100%;
    max-width: inherit;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}
.business .list .tbox{
	background:#014ea2;
	width:50%;
	box-sizing:border-box;
	padding:55px 24px 35px 24px;
	min-height:350px;
	position:relative;
}
.business .list .tbox h4{
	color:#fff;
	font-size:24px;
	line-height:130%;
}
.business .list .tbox h4 strong{
	display:block;
	padding:0 0 16px 90px;
}
.business .list .tbox h4 .n{
	display:inline-block !important;
	background:#135cac;
	font-family: 'Oswald', sans-serif;
	font-size:38px;
	text-align:center;
	line-height:120%;
	float:left;
	margin-bottom:16px;
}
.business .list .tbox h4 .n .s{
	display:block;
	font-size:10px;
	background:#00428a;
	line-height:180%;
	letter-spacing:2px;
	padding:0 5px;
}
.business .list .tbox p{
	color:#fff;
	padding:0 0 20px 0;
}
.business .list .box:nth-child(2n){

    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;

}
.business .list .box:nth-child(2n) .tbox{
	background:#0ba85f;
}
.business .list .box:nth-child(2n) .tbox h4 .n{
	background:#27c57b;
}
.business .list .box:nth-child(2n) .tbox h4 .n .s{
	background:#057f46;
}
.business .list .box{
	position:relative;
}
.business .list .box:before{
	content:"";
	width:300%;
	height:100%;
	position:absolute;
	right:-300%;
	top:0;
	background:#014ea2;
}
.business .list .box:nth-child(2n):before{
	left:-300%;
	color:#0ba85f;
	background:#0ba85f;
}

.business .list .tbox:before{
	content:"";
     width: 90px;
     height: 100%;
     	background:
	linear-gradient(to bottom right, transparent 50%, #014ea2 50.1%) top left/  100% 50.1% no-repeat,
	linear-gradient(to top right, transparent 50%, #014ea2 50.1%) bottom right /  100%  50.1% no-repeat;
	 position:absolute;
	 top:0;
	 left:-90px;
}
.business .list .box:nth-child(2n) .tbox:before{
	content:"";
     width: 90px;
     height: 100%;
     	background:
	linear-gradient(to bottom left, transparent 50%, #0ba85f 50.1%) top left/  100% 50.1% no-repeat,
	linear-gradient(to top left, transparent 50%, #0ba85f 50.1%) bottom right /  100%  50.1% no-repeat;
	 position:absolute;
	 top:0;
	 right:-90px;
	 left:auto;
}
.business .list .box:nth-child(1) .tbox h4 strong,
.business .list .box:nth-child(2n) .tbox h4 strong{
	padding-top:1em;
}
@media only screen and (max-width: 1024px) {
	.business .list .tbox h4{
		font-size:18px;
	}
}
@media only screen and (max-width: 599px) {
	.business .list .pic{
		width:100%;
		min-height:0;
	}
	.business .list .tbox{
		width:100%;
		min-height:0;
		padding-left:2.5%;
		padding-right:2.5%;
	}
	.business .list .box:before{
		display:none;
	}
	.business .list .tbox:before{
		display:none;
	}
	.business .list .pic img{
		max-width:100%;
		min-width:0;
		min-height:0;
		left:auto;
		top:auto;
		vertical-align:bottom;
		position:relative;
		transform: translate(0);

-webkit-transform: translate(0);

-ms-transform: translate(0);
	}
}

.boxw{
	background:rgba(255,255,255,0.7);
	
	max-width:1284px;
	margin:30px auto 0 auto;
}

.boxw .inner{
	max-width:1000px;
	margin:0 auto;
	width:95%;
	padding:45px 0 60px 0;
}
.boxw .inner p{
	padding:0 0 20px 0;
}
.boxw .inner p.img{
	padding-top:30px;
	
}
.contact-tit h2{
	font-size:40px;
}
.contact-tit h2 span{
	display:block;
	font-size:18px;
	line-height:120%;
}

.home_contact{
	max-width:980px;
	width:95%;
	height:auto;
	margin:0 auto;
	padding-bottom:90px;
}
.home_contact header{
	text-align:center;
}
.home_contact h1{
	padding-bottom:48px;
}
.home_contact h1 img{
	margin-top:-40px;
}
.home_contact header p{
	font-size:25px;
	line-height:120%;
	padding:0 0 25px 0;
}
.home_contact p{
	text-align: center;
	color: #000;
	padding: 0 0 84px 0;
}
.home_contact input[type=text],.home_contact input[type=email]{
	max-width:627px;
	width:100%;
	box-sizing:border-box;
	height:auto;
	min-height:60px;
	border:3px solid #0099CC;
	padding:0 2.5% 0 2.5%;
}
.home_contact textarea{
	max-width:627px;
	width:100%;
	box-sizing:border-box;
	height:auto;
	min-height:266px;
	padding:17px 2.5% 17px 2.5%;
	border:3px solid #0099CC;
}
.home_contact li{
	text-align:center;
	padding: 0 0 32px 0;
}
.home_contact input::-webkit-input-placeholder{
	font-size:16px;
	color:#878787;
}
.home_contact input:-ms-input-placeholder{
	font-size:16px;
	color:#878787E;
}
.home_contact input::-moz-placeholder{
	font-size:16px;
	color:#878787;
}
.home_contact textarea::-webkit-input-placeholder{
	font-size:16px;
	color:#878787;
}
.home_contact textarea:-ms-input-placeholder{
	font-size:16px;
	color:#878787;
}
.home_contact textarea::-moz-placeholder{
	font-size:16px;
	color:#878787;
}
.home_contact .more{
	padding:0 0 0 0;
}


/*お問い合わせ ボタン　ここから*/

.home_contact .formBtn{
	text-align:center;
	padding: 26px 0px 30px 0;
}
.home_contact .formBtn li{
	display:inline-block;
	/display:inline;
	/zoom:1;
	padding:0 1% 10px 1%;

}
.home_contact .formBtn a{
	display:inline-block;
	/display:inline;
	/zoom:1;
    min-width: 4em;
    height: 37px;
    background: #999 url("../images/arrow_white.png") no-repeat scroll 12px 10px;
    font-size: 18px;
    color: #FFF;
    padding: 13px 15px 0px 35px;
    border-radius: 5px;
    border: medium none;
    text-align: left;
    vertical-align: top;
    margin: 0px auto;
	text-align:center;
	
	
}
.home_contact .formBtn input[name="confirm"]{
	display:inline-block;
	/display:inline;
	/zoom:1;
    min-width: 4em;
    height: 50px;
    background: #377bba url("../images/arrow_white.png") no-repeat scroll 12px 10px;
    font-size: 18px;
    color: #333;
    padding: 0px 15px 0px 35px;
    border-radius: 5px;
    border: medium none;
    text-align: left;
    vertical-align: top;
    margin: 0px auto 0px 30px;
	text-align:center;
	width:auto;
	cursor:pointer;
	color: #fff;
}
.home_contact .formBtn input[name="confirm"]:hover{
	opacity:0.6;
}

/*お問い合わせ ボタン ここまで*/



.btn_sendchk{
    display: block;
    max-width: 300px;
	width:100%;
    height: 49px;
	background: linear-gradient(to right, rgba(0,78,162,1) 0%,rgba(11,169,95,1) 100%);
	padding: 6px 0px 0px 0px;
    border-radius: 5px;
	border:none;
	text-align:center;
	color:#fff;
	margin:0 auto;
	cursor:pointer;
	white-space: nowrap;
	overflow: hidden;
	font-weight:bold;
	font-size:18px;
}

.btn_sendchk:hover{
	opacity:0.6;
}
.formBtn {
	font-size: 0;
	width:500px;
	display: block;
	margin: 0 auto;
}

.sendbtns li a {
	display: inline-block;
	width: 106px;
	height: 49px;
	background: url(images/form_back.png) no-repeat 0 0;
	margin: 0 auto;
	cursor:pointer;
	text-indent: 120%;
	white-space: nowrap;
	overflow: hidden;
	cursor:pointer;
}
.contact_intro{
	max-width:980px;
	width:95%;
	height:auto;
	margin:0 auto;
	padding:0 0 25px 0;
}
.contact_intro p{
	padding:0 0 16px 0;
}
.home_contact h1{
	margin-bottom:64px;
}
.home_contact .doui{
	border: 3px solid #0099CC;
	max-width:627px;
	width:100%;
	box-sizing:border-box;
	height:auto;
	margin:100px auto 69px auto;
	padding:40px 2.5% 28px 2.5%;
}
.home_contact .doui a{
	color:#0099CC;
	font-weight:bold;
}
.home_contact .doui p{
	padding:0 0 10px 0;
	text-align:center;
}
.home_contact .cyu{
	color:#DE4514;
}
.home_contact .doui .check{
	font-size:16px;
	color:#444444;
	font-weight:bold;
}
.home_contact .more{
	padding:26px 0 40px 0;
}

.home_contact dl{
	width:95%;
	margin:0 auto;
}
.home_contact dt{
	font-size:16px;
	font-weight:bold;
}
.home_contact dd{
	padding-bottom:20px;
}
.home_contact .error{
	color:#f00;
}
.home_contact .formBtn{
	text-align:center;
	padding: 26px 0px 30px 0;
}
.home_contact .formBtn li{
	display:inline-block;
	/display:inline;
	/zoom:1;
	padding:0 1% 10px 1%;

}

.home_contact p.more{
	text-align:left;
}
.home_contact p.more a{
	margin:0 auto;
}
@media only screen and (max-width: 599px) {
	.contact_intro{
		padding-top:50px;
	}
}

.policy{
	max-width:1000px;
	margin:0 auto;
	width:95%;
}
.policy h3{
	padding-bottom:40px;
}

.policy h4{
	font-size:20px;
	color:#004ea2;
	padding:0 0 5px 0;
	border-bottom:3px solid #004ea2;
	margin-bottom:20px;
}
.policy p{
	padding:0 0 20px 0;
}
.policy .r{
	text-align:right;
}
.policy .box{
	padding-bottom:20px;
}
.policy dt{
	font-weight:bold;
}
.policy dd{
	padding:0 0 20px 0;
}
.policy ul{
	padding:0 0 20px 0;
}
.policy1{
	padding-bottom:100px;
}
.policy .boxc{
	background:#004ea2;
	max-width:550px;
	margin:0 auto;
	width:95%;
	box-sizing:border-box;
	padding:20px 2.5% 0 2.5%;
}
.policy .boxc li{
	color:#fff;
	font-weight:bold;
}
.policy .boxc li a{
	color:#fff;
	display:inline-block;
}
.policy .boxc li+li{
	padding-top:5px;
}
.policy2{
	padding-bottom:100px;
}
.ib{
	display:inline-block;
}
@media only screen and (max-width: 1024px) {
	.policy h4{
		font-size:18px;
	}
	.contact-tit h2{
		font-size:35px;
	}
}
@media only screen and (max-width: 599px) {
	.contact-tit h2{
		font-size:24px;
	}
	.contact-tit h2 span{
		font-size:14px;
	}
}

.home .home-main:before{
	display:none;
	
}

.home .home-main li:before{

    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 120%;
    height: 110%;
    margin: -6% -10% 0;
    background: url(../images/slide1.jpg) center 0 no-repeat;
        
        background-size: auto;
    background-size: cover;
   
    -webkit-transform-origin: right center;
    -ms-transform-origin: right center;
    transform-origin: right center;
    -webkit-transform: rotate(-3deg);
    -ms-transform: rotate(-3deg);
    transform: rotate(-3deg);
    z-index: -1;

}
.home .bx-viewport{
	overflow:visible !important;
}

.home .home-main .slide2:before{
	background-image:url(../images/slide2.jpg);
}

.home .home-main .slide3:before{
	background-image:url(../images/slide3.jpg);
}

.home .home-main .slide4:before{
	background-image:url(../images/slide4.jpg);
}


.home .home-main .slide5:before{
	background-image:url(../images/slide5.jpg);
}



.home-main .img{
	display:none;
}

#snav{
	display:none;
}
@media only screen and (max-width: 1024px) {
	.home .home-main li:before{
		display:none !important;
	}
	.home-main:before{
		display:none !important;
	}
	.home-main .img{
	display:block;
	 -webkit-transform-origin: right center;
    -ms-transform-origin: right center;
    transform-origin: right center;
    -webkit-transform: rotate(-3deg);
    -ms-transform: rotate(-3deg);
    transform: rotate(-3deg);
	width:120%;
	margin-left:-10%;
	
}

.home-main .img img{
	width:100%;
	height:auto;
	 transform:translateY(-10%);
	 margin-bottom:-9.5%;
}
.home-main.contact-tit .img img{
	margin-bottom:-6%;
}
.home-main .inner{
	position:absolute;
	top:50%;
	left:50%;
	z-index:1;
	transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
	padding:0;
}
	.ac a{
		top:0;
	}
	#snav{
		display:block;
    position: fixed;
    top: 0;
    right: 0;
    width: 200px;
    height: 100%;
	background:none;
    -webkit-transform: translateX(200px);
transform: translateX(200px);
    -webkit-transition: ease .5s;
    transition: ease .5s;
    padding:0;
	z-index:151;
	border:none;
	padding-bottom:0;
	
    }

	#snav ul li{
		float:none;
		width:auto;
		text-align:left;
		display:block !important;
	}

	#snav p{
		display:block;
		position:absolute;
		width:38px;
		height:38px;
		top:0;
		left:-42px;
		border:1px solid #fff;
		background: linear-gradient(to right, rgba(0,78,162,1) 0%,rgba(11,169,95,1) 100%);
		cursor:pointer;
		opacity:0.8;
		margin:2px;
		box-shadow:0px 0px 0px 2px rgba(11,169,95,1);
-moz-box-shadow:0px 0px 0px 2px rgba(11,169,95,1);
-webkit-box-shadow:0px 0px 0px 2px rgba(11,169,95,1);
	}

	#snav li{
		float:none;
		width:auto;
		border-bottom:1px dotted #cacad9;
		padding:0 !important;
		margin-top:0;
		margin-left:0 !important; 
		display:block !important;
		text-align:center;
		
		
	}
	#snav ul li a{
		height:auto;
		display:block !important;
		padding:8px 7px 8px 7px;
		font-size:14px;
		line-height:160%;
		letter-spacing:1px;
		text-align:center;
	}
	#snav ul li strong{
		display:block;
		font-weight: 600;
		font-size:18px;
		font-family: 'Oswald', sans-serif;
	}
	#snav ul{
		text-align:left;
		background:#fff;
	}

	#snav.action{
		-webkit-transform:translateX(0px);
        transform:translateX(0px);
	}
	
	#snav p span.n{
    display: block;
    background: #fff;
    height: 2px;
    width: 26px;
    text-indent: -9999px;
    padding: 0;
    top: 50%;
    left: 6px;
    margin-top: -1px;
    position: absolute;
    }
	#snav p span.n:before{
    display: block;
    content: "";
    background: #fff;
    height: 2px;
    width: 26px;
    position: absolute;
    top: -8px;
    left: 0;
    }
	#snav p span.n:after{
    display: block;
    content: "";
    background: #fff;
    height: 2px;
    width: 26px;
    position: absolute;
    top: 8px;
    left: 0;
    }
	#snav.action p span.n{
	 -webkit-transform: rotate(-45deg);
		 transform: rotate(-45deg);
		  -webkit-transition:ease .10s;
         transition:ease .10s;
	}
	#snav.action p span.n:after,#snav.action p span.n:before{
		 -webkit-transform: rotate(90deg);
		 transform: rotate(90deg);
		 top:0;
		 left:0;
	}
	#snav ul{
		display:block;
		width:auto;
		height: 100%;
		overflow-y: auto;
		padding:0;
	}
	
	.overlay:after,.overlay #header .inner:before{
		content:"";
		width:100%;
		height:100%;
		background:#000;
		position:fixed;
		top:0;
		left:0;
		opacity:0.3;
		z-index:150;
	}
	#snav li a:hover::before, #snav li.st a::before{
		bottom:auto;
		left:auto;
		right:10px;
		top:50%;
		margin-top:-3px;
	
	}

	
}

@media only screen and (max-width: 599px) {
	.home .home-main h2{
		font-size:18px;
		padding-bottom:10px;
		padding-top:20px;
	}
	.home .home-main p{
		font-size:10px;
	}
	.home .home-main p.logo{
		padding-bottom:10px;
	}
	.home .home-main p.logo img{
		max-width:70% !important;
	}
	.home .home-main .img img{
		margin-bottom:-11%;
	}
	.about{
		padding-top:50px;
	}
	.home-main.contact-tit .img img{
		margin-bottom:-8%;
	}
	.about h3{
		padding-bottom:20px;
	}
	.business h3{
		padding-bottom:20px;
	}
}
@media only screen and (max-width: 360px) {
	.home .home-main .img img{
		margin-bottom:-14%;
	}
	.home-main.contact-tit .img img{
		margin-bottom:-10%;
	}
	.business h3{
		padding-top:50px;
	}
}

.sns{
	max-width:95%;
	margin:0 auto;
	padding:40px 0 0 0;
}
.sns li{
	display:inline-block;
	padding:0 0.5em 20px 0.5em;
}
.sns ul{
	text-align:center;
}
.sns h3{
	padding-bottom:35px;
}

.hsns li{
	display:inline-block;
	padding:0 0 0 8px;
}
.hsns{
	position:absolute;
	top:20px;
	right:20px;
}
#nav .flex{
	display:block;
}
#nav .flex li{
	display:inline-block;
}
@media only screen and (max-width: 1024px) {
	.hsns{
		display:none;
	}
	#snav ul li.snsns a{
		display:inline-block !important;
		padding:0;
		margin:0 0.25em;
	}
	#snav ul li.snsns{
		text-align:center;
		padding:8px 5px !important;
	}
}

.hupc{
	max-width:980px;
	margin:0 auto;
	width:95%;
}
.hupc h3{
	padding:0 0 30px 0;
}
.hupc h3 + p{
	text-align:center;
	padding:0 0 25px 0;
	font-size:16px;
}

.hupc li{
	width:39.8%;
	padding:0 2.55% 25px 2.55%;
}
.hupc ul{
	padding:0 0 20px 0;
}
.hupc .more{
	text-align:center;
	padding:0 0 50px 0;
}
.hupc .more a{
    display: inline-block !important;
    max-width: 300px;
    box-sizing: border-box;
    width: 100%;
    border: 3px solid #004ea2;
	background:url(../images/upcic1.png) 95% center no-repeat;
font-size: 18px;
color:
    #004ea2;
    padding: 20px 0;
}
.hupc .cyu p{
	padding:0 0 20px 0;
}
@media only screen and (max-width: 599px) {
	.hupc li{
		width:100%;
		padding-left:0;
		padding-right:0;
		text-align:center;
	}
}

.upc{
	max-width:980px;
	margin:0 auto;
	width:95%;
	padding:85px 0 0 0;
}
.upc h2{
	padding:0 0 40px 0;
}

.upc .left{
	width:60.2%;
	padding:0 0 30px 0;
	float:left;
}
.upc .right{
	width:37.35%;
	float:right;
	border:2px solid #d8d8d8;
	box-sizing:border-box;
	padding:25px 2% 55px 2%;
}
.upc .left .txt p{
	padding:0 0 20px 0;
}
.upc .left .txt{
	padding:0 0 10px 0;
}
.upc .left ul.k{
	border-top:1px solid #d8d8d8;
	border-bottom:1px solid #d8d8d8;
	padding:25px 0;
	margin-bottom:50px;
}
.upc .left ul.k li{
	text-indent:-1em;
	padding:2px 0 2px 1em;
}

.upc .upc_cont{
	border:1px solid #d8d8d8;
	box-sizing:border-box;
	padding:10px  2.54% 0 2.54%;
}
.upc .upc_cont .morec{
	width:62%;
	padding:10px 0 10px 0;
}
.upc .upc_cont .morec a{
    display: inline-block !important;
    max-width: 380px;
    box-sizing: border-box;
    width: 100%;
    border: 3px solid #004ea2;
font-size: 18px;
color:#004ea2;
    padding: 20px 0;
	text-align:center;
}
.upc .upc_cont .morec a img{
    vertical-align: middle;
    margin-top: -5px;
    margin-left: 1em;
    margin-right: 1em;
}
.upc .upc_cont dl{
	width:33%;
	padding:0 0 10px 0;
}
.upc .right h3{
	text-align:center;
	font-size:16px;
	padding:0 0 25px 0;
}
.upc .right .price{
	text-align:center;
	padding:0 0 30px 0;
}
.upc .right .price strong{
	font-size:24px;
}
.upc .right dt{
	float:left;
}
.upc .right dl{
	padding:0 0 3px 0;
}

.upc .right .imgs{
	padding:15px 0 10px 0;
}
.upc .right .imgs li{
	padding:0 2.5% 15px 0;
	max-width:47.5%;
}
.upc .right .imgs li:nth-child(2n){
	padding-right:0;
	padding-left:2.5%;
}
.upc .right .txt p{
	padding:5px 0 10px 0;
}

.upc input[type="text"], .upc input[type="email"]{
    max-width: 627px;
    width: 100%;
    box-sizing: border-box;
    height: auto;
    min-height: 40px;
    border: 3px solid  #0099CC;
    padding: 0 2.5% 0 2.5%;
}
.upc select {
	 width: 100%;
	 border: 3px solid  #0099CC;
	 padding: 8px 2.5%;
	 box-sizing: border-box;
}

.upc .right form li{
	padding:0 0 15px 0;
}
.upc .right textarea {
    max-width: 627px;
    width: 100%;
    box-sizing: border-box;
    height: auto;
    min-height: 180px;
    padding: 17px 2.5% 17px 2.5%;
    border: 3px solid 
    #0099CC;
}

.upc .pslider{
	width:100%;
	padding:0 0 40px 0;
}

.upc #PrevIcon a{
	display:block;
	background:url(../images/prev.png) center center no-repeat;
	text-indent:-9999px;
	width:20px;
	height:38px;
	cursor:pointer;
}
.upc #NextIcon a{
	display:block;
	background:url(../images/next.png) center center no-repeat;
	text-indent:-9999px;
	width:20px;
	height:38px;
	cursor:pointer;
}

.nav_slide{
	margin-top:10px;
	position:relative;
}
.upc #PrevIcon{
	position:absolute;
	top:50%;
	left:2%;
	transform: translateY(-50%);
}
.upc #NextIcon{
	position:absolute;
	top:50%;
	right:2%;
	transform: translateY(-50%);
}

@media only screen and (max-width: 1024px) {
	.upc .upc_cont dl{
		width:100%;
		text-align:center;
	}
	.upc .upc_cont .morec{
		width:100%;
		text-align:center;
		padding-top:0;
	}
}
@media only screen and (max-width: 599px) {
	.upc .left{
		width:100%;
	}
	.upc .right{
		width:100%;
	}
}

.shop_bnr{
    text-align: center;
    transform: translateY(-75px);
    padding: 0 0 20px 0;
}
@media only screen and (max-width: 1024px) {
    .shop_bnr{
    transform: translateY(-40px);
    }
}
@media only screen and (max-width: 599px) {
    .shop_bnr{
    transform: translateY(-20px);
    }
}
.business .list2{

    max-width: 1284px;
    margin: 30px auto;
}
.business .list2 .box{
	width: calc(100% / 3);
	background: #014ea2;
	padding: 30px 1.56% 10px 1.56%;
	box-sizing: border-box;
}
.business .list2 .box:nth-child(2n){
	background: #0ba85f;
}
.business .list2 .box .tbox:before{
	display: none;
}

.business .list2 .box:before{
	display: none !important;
}
.business .list2 .pic{
	width: auto;
	padding-bottom: 64.94%;
}
.business .list2 .pic img{
	top: 0;
	left: 0;
	transform: translate(0);
	min-height: 0;
	min-width: 0;
	max-width: 100%;
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
}
.business .list2 .tbox{
	width: 100%;
	padding: 0 0 0 0;
}
.business .list2 .tbox h4 .n{
	float: none;
	transform: translate(10px , -32px);
	margin-bottom: 0;
}
.business .list2 .tbox h4 strong{
	padding-left: 0;
}
.business .list2 .box:nth-child(1) .tbox h4 strong, .business .list2 .box:nth-child(2) .tbox h4 strong{
	padding-top: 0;
	min-height: 2.6em;
}
.business .more a{
	display: block;
	border:1px solid #fff ;
	font-weight: bold;
	font-size: 16px;
	color: #fff;
	padding: 15px 0;
	width: 100%;
	max-width: 200px;
	text-align: center;
	position: relative;

}
.business .more a:after{
	content: "";
	width:15px ;
	height: 15px;
	background: url(../images/more_mk.png) 0 0 no-repeat;
	position: absolute;
	top: 50%;
	right: 10px;
	transform: translateY(-50%);
}
@media only screen and (max-width: 599px) {
	.business .list2 .box{
		width: 100%;
		padding-left: 2.5%;
		padding-right: 2.5%;
	}
	.business .list2 .box:nth-child(1) .tbox h4 strong, .business .list2 .box:nth-child(2) .tbox h4 strong{
		min-height: 0;
	}
}
#bs1{
	max-width: 1000px;
	margin: 0 auto;
	width: 95%;
}
#bs1 .flexb{
	padding-bottom: 80px;
}
#bs1 .flexb .tbox{
	width: 67%;
}
#bs1 .flexb .pic{
	width: 33%;
	padding: 0 0 20px 0;
}
#bs1 .flexb .pic img{
	max-width: inherit;
}
#bs1 .flexb .tbox h3{
	padding: 0 5% 20px 0;
	font-size: 24px;
	border-bottom:4px #135cac solid;
	margin-bottom: 20px;
}
#bs1 .flexb .tbox p{
	padding: 0 10% 20px 0;
	font-size: 16px;
}
#bs1 .h3h{
	padding: 0 0 30px 0;
}
#bs1 table{
	width: 100%;
	border-collapse: collapse;
}
#bs1 table th,#bs1 table td{
	border: 1px solid #fff;
	font-size: 16px;
	padding:10px 1.5%;
}
#bs1 table tbody tr:nth-child(2n+1) td,#bs1 table tbody tr:nth-child(2n+1) th{
	background:#eeeeee;
}
#bs1 table thead th{
	color: #fff;
	padding-left: 0;
	padding-right: 0;
	
	background: #135cac;
	
}
#bs1 table tbody th{
	font-weight: normal;
	text-align: left;
}
#bs1 table .s{
	display: block;
	font-size: 12px;
	line-height: 120%;
}
#bs1 .box1 tbody th+td{
	width: 145px;
	text-align: center;
}
#bs1 .box1 tbody td:nth-child(3){
	;
}
#bs1 .box1 tbody td:nth-child(5){
	text-align: center;
}
#bs1 .box{
	padding-bottom: 70px;
}
#bs1 .box h4{
	text-align: center;
	font-size: 18px;
	border: 1px solid #135cac;
	margin-bottom: 40px;
	padding: 10px 2.5%;
	color:#135cac;
}

#bs1 .box2 h4{
	color:#0ba860 ;
	border-color: #0ba860;
}
#bs1 .box2 thead th{
	background:#0ba860 ;
}
@media only screen and (max-width: 599px) {
	#bs1 .flexb .pic{
		width: 100%;
	}
	#bs1 .flexb .pic img{
		max-width: 100%;
	}
	#bs1 .flexb .tbox{
		width: 100%;
	}
	#bs1 .flexb .tbox h3{
		padding-right: 0;
	}
	#bs1 .flexb .tbox p{
		padding-right: 0;
	}
}
#bs2{
	max-width: 1000px;
	width: 95%;
	margin: 0 auto;
}
#bs2 p{
	font-size: 16px;
}
#bs2 .h3h{
	padding-bottom:70px ;
}
.bs2_1{
	padding-bottom: 40px;
}
.bs2_1 .tbox{
	width: 50%;
}
.bs2_1 .pic{
	width:47.7%;
}
.bs2_1 h4{
	font-size: 24px;
	border-bottom: 4px #135cac solid;
	padding-bottom: 20px;
	margin-bottom: 20px;
}
.bs2_1 p{
	padding: 0 0 20px 0;
}
.bs2_1 .more a{
    display: block;
    font-weight: bold;
    font-size: 16px;
    color: #fff;
    padding: 15px 0;
    width: 100%;
    max-width: 200px;
    text-align: center;
    position: relative;
	background: #135cac;
}
.bs2_1 .more a:after {
    content: "";
    width: 15px;
    height: 15px;
    background: url(../images/more_mk.png) 0 0 no-repeat;
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
}
.bs2_2 h4{
	background: url(../images/business/bs2_2mk.png) 20px 50% no-repeat #014ea2;
	color: #fff;
	padding: 15px 2.5% 15px 65px;
	font-size: 18px;
}
.bs2_2 li{
	padding: 15px 20px;
	font-size: 18px;
	font-weight: bold;
}
.bs2_2 li:nth-child(2n+1){
	background:#eeeeee;
}
.bs2_2{
	margin-bottom: 70px;
}
.h4k{
	max-width: 500px;
	margin: 0 auto;
	border: 1px solid #000;
	font-size:24px;
	padding: 10px 2.5%;
	box-sizing: border-box;
	text-align: center;
	margin-bottom: 70px;
}
.bs2_3 h5{
	font-size: 24px;
	padding: 0 0 20px 0;
}
.bs2_3 h5 .n {
    display: inline-block !important;
    background: #135cac;
    font-family: 'Oswald', sans-serif;
    font-size: 38px;
    text-align: center;
    line-height: 120%;
    margin-bottom: 16px;
	vertical-align: middle;
	color: #fff;
	margin-right: 16px;
	width: 65px;
}
.bs2_3 h5 .n .s {
    display: block;
    font-size: 10px;
    background: #00428a;
    line-height: 180%;
    letter-spacing: 2px;
    padding: 0 5px;
}
.bs2_3 h5 strong{
	display: inline-block;
	vertical-align: middle;
}
.bs2_3 li{
	font-size:24px;
	padding-left: 1.3em;
	text-indent: -1.3em;
}
.bs2_3 .box{
	padding: 0 0 40px 0;
}
.bs2_4 h4{
	width: 67%;
	border-bottom: 4px #135cac solid;
	padding: 90px 0 20px 0;
	float: left;
	font-size: 24px;
}
.bs2_4 .pic{
	float: right;
	max-width: 30%;
	padding: 0 0 20px 0;
}
.bs2_4 .tit{
	padding: 0 0 20px 0;
}
.bs2_4 .flow2{
	display: none;
}
.bs2_4 .flow2 li{
	background:#135cac;
	padding: 0 2.5%;
	width: 48%;
	margin: 0 4% 20px 0;
	box-sizing: border-box;
}
.bs2_4 .flow2 li:nth-child(2n){
	margin-right: 0;
}
.bs2_4 .flow2 .dt{
	color: #fff;
	font-size: 24px;
	font-weight: bold;
	display: block;
	padding: 20px 0 10px 0;
}
.bs2_4 .flow2 .dd{
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	display: block;
	text-align: center;
	max-width: 170px;
	margin: 0 auto;
	padding: 0 0 30px 0;

}
.bs2_4 .flow2 li:before{
	display: block;
	content: "";
	width: 0;
	padding-bottom: 60%;
}
.bs2_4 .flow2 li .w{
	display: block;
	width: 100%;
}

.bs2_4{
	padding-bottom: 80px;
}
.bs2_5{
	padding: 40px 0 60px 0;
}
.bs2_5 .wrap{
	max-width: 830px;
	margin: 0 auto;
}
.bs2_5 li{
	width: 19%;
	margin: 0 1.25% 0 0;
}
.bs2_5 li:nth-child(5n){
	margin-right: 0;
}
.bs2_5 .main_image_box{
	padding: 0 0 10px 0;
}
.bs2_5 li img{
	cursor: pointer;
}
.bs2_6 .tit .tbox{
	width:67%;
}
.bs2_6 .tit .pic{
	width: 28%;
}
.bs2_6 .tit .pic img{
	max-width: inherit;
}
.bs2_6 .tit .tbox h4{

    border-bottom: 4px #135cac solid;
    padding: 90px 0 20px 0;
    font-size: 24px;
	margin-bottom: 40px;
}
.bs2_6 h5,.bs2_7 h5{
	background: url(../images/business/titmk.png) 0 0 no-repeat;
	padding: 0 0 0 55px;
	font-size: 24px;
	margin-bottom: 25px;
}

.bs2_6 .tit p{
	padding: 0 0 20px 0;
}
.bs2_6 .tit{
	padding-bottom: 40px;
}
.bs2_6 .up{
	position: relative;
	margin-bottom: 55px;
}
.bs2_6 .up p{
	width: 42.5%;
	position: relative;
}
.bs2_6 .up p:nth-child(1):before{
	position: absolute;
	content: "";
	width: 100%;
	height:16px;
	background: #8d8d8d;
	left: 100%;
	top: 50%;
	transform: translateY(-50%);
}
.bs2_6 .up p.uc{
	position: absolute;
	top: 50%;
	width: auto;
	left: 50%;
	transform: translate(-50%,-50%);
}
.bs2_6 .other p{
	padding: 0 0 20px 0;
}
.bs2_6{
	padding: 0 0 60px 0;
}

.bs2_7 h4{
    width: 67%;
    border-bottom: 4px #135cac solid;
    padding: 0 0 20px 0;
    font-size: 24px;
	margin-bottom: 40px;
}
.bs2_7 .f24 li{
	font-size: 24px;
	padding-left: 1.3em;
	text-indent: -1.3em;
}
.bs2_7 .f24{
	padding: 0 0 40px 0;
}
.bs2_7 ul.flex{
	position: relative;
	padding-bottom: 30px;
	border-bottom:10px solid #95a5a6;
}
.bs2_7 ul.flex li{
	width: 24.3%;
	padding-bottom: 24.3%;
	position: relative;
	background: #135cac;
	margin: 0 0.93% 0 0;
}
.bs2_7 ul.flex:before{
	content: "";
	width:31px;
	height: 38px;
	background: url(../images/business/next.png) 0 0 no-repeat;
	position: absolute;
	bottom: -23px;
	right: 0;
}
.bs2_7 ul.flex li:nth-child(4n){
	margin-right: 0;
}
.bs2_7 ul.flex li:nth-child(2n){
	background-color: #0ba860;
}
.bs2_7 ul.flex li .c{
	width: 95%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	text-align: center;
	font-size: 24px;
	color: #fff;
	font-weight: bold;
	line-height: 160%;
}
.bs2_7{
	padding-bottom: 60px;
}
@media only screen and (max-width: 599px) {
	.bs2_4 .flow{
		display: none;
	}
	.bs2_4 .flow2{
		display:flex;
	}
	.bs2_4 .flow2 li:nth-child(4n+2),.bs2_4 .flow2 li:nth-child(4n+3){
		background-color:#0ba860 ;
	}
	.bs2_1 .pic{
		width: 100%;
	}
	.bs2_1 .tbox{
		width: 100%;
	}
	.bs2_3 li{
		font-size: 18px;
	}
	.bs2_4 .pic{
		width: 100%;
		max-width: none;
	}
	.bs2_4 h4{
		float: none;
		width: 100%;
		padding-top: 20px;
	}
	.bs2_6 .tit .pic{
		width: 100%;
	}
	.bs2_6 .tit .pic img{
		max-width: 100%;
	}
	.bs2_6 .tit .tbox{
		width: 100%;
	}
	.bs2_6 .tit .tbox h4{
		padding-top: 20px;
	}
	.bs2_7 h4{
		width: 100%;
	}
	.bs2_7 .f24 li{
		font-size: 18px;
	}
	.bs2_7 ul.flex li .c{
		font-size: 17px;
	}
}
#bs3{
	max-width: 1000px;
	width: 95%;
	margin: 0 auto;
	padding-bottom: 60px;
}
#bs3 h3{
	padding-bottom:35px ;
}
#bs3 h4{
	background: url(../images/business/bs3ic.png) 25px 50% no-repeat #135cac;
	font-size: 24px;
	color: #fff;
	padding: 14px 2.5% 14px 95px;
	border-radius: 5px;
	margin-bottom: 50px;
}
#bs3 .tbox{
	width: 34%;
}
#bs3 h5{
	font-size: 18px;
	padding: 0 0 20px 0;
}
#bs3 p{
	padding: 0 0 20px 0;
}

#bs3 .pic{
	width: 64%;
}
#bs3 .more a{
    display: block;
    font-weight: bold;
    font-size: 16px;
    color: #fff;
    padding: 15px 0;
    width: 100%;
    max-width: 200px;
    text-align: center;
    position: relative;
    background: #135cac;
}
#bs3 .more a:after {
    content: "";
    width: 15px;
    height: 15px;
    background: url(../images/more_mk.png) 0 0 no-repeat;
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
}
@media only screen and (max-width: 599px) {
	#bs3 h4{
		font-size: 18px;
	}
	#bs3 .pic{
		width: 100%;
	}
	#bs3 .tbox{
		width: 100%;
	}
}