@charset "utf-8";
/* CSS Document */
.p-main{
	display:flex;
	width:1100px;
	margin:50px auto;
	font-size:16px;
	line-height:1.8;
}
.p-nav{
	width:250px;
	margin:0 50px 0 0;
}
.p-nav dt{
	padding:0 20px;
	line-height:40px;
	color:#03528F;
	font-weight:bold;
	font-size:18px;
}
.p-nav dd{
}
.p-nav a{
	text-decoration:none;
	padding:8px 15px;
	background:#ececec;
	display:block;
	position:relative;
	font-size:15px;
	white-space:nowrap;
}
.p-nav a:hover, .p-nav dd.on a{
	background:#03528f;
	color:#fff;
}
.p-nav a:hover::after, .p-nav dd.on a::after{
	top: 50%;
    right: -16px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-left-color: #03528f;
    border-width: 8px;
    margin-top: -8px;
}
.p-cnt{
	flex: 1;
	padding-top:40px;
}

.p-cnt .l_stl_01{
	font-size:20px;
	height:42px;
	line-height:42px;
	border-radius:21px;
	margin:1.5em 0 1em;
	position:relative;
	font-weight:bold;
	background:url(../common/image/service/p2_06.jpg) left center no-repeat;
	padding-left:20px;
}
.p-cnt .l_stl_03{
	border:1px solid #333;
	padding:3px 10px;
	display:inline-block;
	margin:0 0 1em 0;
}
.p-cnt .l_stl_02{
	font-size:14px;
}
/*.p-cnt .l_stl_01:after {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-top-color: #eaf7f0;
	border-width: 13px;
	margin-left: -13px;
}*/
.p-cnt  .l_txt_01{
	margin-bottom:1.5em;
	font-size:14px;
}
.p-cnt  dl{
	margin-bottom:1.5em;
	font-size:14px;
}
.p-cnt  dt{
	color:#03528F;
}
.p-cnt  dd{
	padding-left:2em;
}

.leftScroll .p-nav{
	position:fixed;
	z-index:2;
	background:#fff;
}
.leftScroll .p-cnt{
	padding-left:300px;
}

/**************************/
.p2_01{
}
.p2_01 dl{
	display:flex;
	align-items:center;
	background:url(../common/image/service/h_06.jpg) 176px center no-repeat;
}
.p2_01 dt{
	width:166px;
	box-sizing:border-box;
	padding:20px 10px;
	background:#03528f;
	color:#fff;
	font-weight:bold;
	border-radius:20px;
	margin:0 60px 0 0;
	position:relative;
}
.p2_01 dt:after {
    top: 50%;
    right: -16px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-left-color: #03528f;
    border-width: 8px;
    margin-top: -8px;
}
.p2_01 dd{
	flex: 1;
	padding:0;
}
.p2_01 .item{
	margin:40px 0;
}
.p2_01 .item h5{
	color:#03528f;
	font-weight:bold;
	background:url(../common/image/service/h_03.jpg) left center no-repeat;
	padding-left:12px;
}
.p2_01 .item p{
}
.p2_01{
}
.p2_02{
}
.p2_02 h5{
	text-align:center;
	font-size:28px;
}
.p2_02 ul{
	position:relative;
	margin:40px 0 50px;
}
.p2_02 ul::after{
	content:'';
	position:absolute;
	left:50%;
	top:15px;
	bottom:15px;
	width:3px;
	background:#03528f;
	transform:translate(-50%, 0);
}
.p2_02 li{
	display:flex;
	align-items:center;
	position:relative;
	margin:0 0 50px 0;
}
.p2_02 li::after{
	content:'';
	position:absolute;
	left:50%;
	top:50%;
	width:20px;
	height:20px;
	border-radius:50%;
	background:#03528f;
	transform:translate(-50%, -50%);
}
.p2_02 li:last-child{
	margin-bottom:0;
}
.p2_02 .sign{
	width:50%;
	text-align:right;
	padding:0 60px 0 0;
	box-sizing:border-box;
}
.p2_02 .sign strong{
	width:50%;
	background:#03528f;
	color:#fff;
	border-radius:50%;
	width:48px;
	height:48px;
	line-height:48px;
	text-align:center;
	display:inline-block;
	font-size:20px;
}
.p2_02 .txt{
	width:50%;
	padding:0 0 0 60px;
	box-sizing:border-box;
}
.p2_02 .note{
	text-align:center;
	font-size:14px;
	color:#777;
}

.p2_02 li:nth-child(2n){
	flex-direction: row-reverse;
}
.p2_02 li:nth-child(2n) .txt{
	text-align:right;
	padding:0 60px 0 0;
}
.p2_02 li:nth-child(2n) .sign{
	text-align:left;
	padding:0 0 0 60px;
}

.v1_table{
	border-collapse:collapse;
	font-size:14px;
}
.v1_table th, .v1_table td{
	padding:20px;
	border:1px solid #ababab;
	vertical-align:middle;
	text-align:center;
}
.v1_table th{
	background:#03528f;
	white-space:nowrap;
	color:#fff;
}
.v1_table tr td:first-child{
	white-space:nowrap;
}
.v1_table .olist_01{
	text-align:left;
	list-style:disc;
	margin:0 0 0 20px;
}
.vmix{
	display:flex;
}
.vmix .l_txt_01{
	flex: 1;
}
.vmix .vpic{
	width:350px;
	margin:0 0 0 20px;
}

.section_zj{
	margin:0 auto 80px;
	
	width: 958px;
    padding: 50px 50px;
    font-size: 14px;
    line-height: 1.8;
    box-sizing: border-box;
	text-align:center;
	color:#fff;
	background:url(../common/image/service/bg_zj.jpg) center center no-repeat;
}
.section_zj .s_stl_01{
	font-size:24px;
	font-weight:bold;
	margin:0 0 10px;
}
.section_zj .s_summary_01{
}

.v_box_p{
	position:relative;
	padding:40px 0 0;
	margin:0 0 80px;
}
.v_box_p .v_bg{
	height:195px;
	position:absolute;
	left:0;
	top:0;
	right:0;
	background:url(../common/image/service/bg_zj.jpg) center center no-repeat;
	background-size:cover;
}
.v_box_p .inner{
	width:1040px;
	margin:0 auto;
	display:flex;
	position:relative;
	z-index:2;
}
.v_box_p .v_pic{
	width:500px;
	margin:0 65px 0 0;
}
.v_box_p .v_params{
	flex: 1;
	margin:240px 0 0;
}
.v_box_p .v_stl{
	font-size: 22px;
    position: relative;
    line-height: 1.8;
	font-weight:bold;
}
.v_box_p .v_summary{
	font-size: 16px;
    line-height: 1.8;
    margin: 1.5em 0 0;
}
.v_box_p .v_list{
	margin:60px 0 0;
}
.v_box_p .v_list li{
	margin:0 0 10px;
	font-size: 16px;
    line-height: 1.8;
}
.v_box_p .v_list li a{
	display:inline-block;
	padding-right:30px;
	background:url(../common/image/service/arrr.png) right center no-repeat;
	color:#888;
	text-decoration:none;
}
.v_box_p .v_list li a:hover{
	text-decoration:underline;
}


.section_sl .s_bd_01{
	border:2px solid #979797;
}
.section_sl .s_bd_01 dt{
	color:#03528f;
}

.section_sl .s_stl_01:after{
	border-bottom:0px solid #03528f;
}

.steps{
	display:flex;
	font-size:16px;
	width:958px;
	margin:50px auto 80px;
}
.steps li{
	width:20%;
	text-align:center;
	padding:0 1em;
	box-sizing:border-box;
	line-height:1.8;
	position:relative;
}
.steps li::after{
	content:'';
	position:absolute;
	right:-38px;
	top:-10px;
	width:75px;
	height:92px;
	background:url(../common/image/service/gg.png) center center no-repeat;
}
.steps li:last-child::after{
	background:none;
}
.steps .p1{
	color:#03528f;
	font-size:16px;
	font-weight:bold;
	margin:0 1.5em;
	line-height:1.414;
	display:flex;
	height:4em;
	align-items:center;
}
.steps .p2{
	background:#03528f;
	color:#fff;
	height:36px;
	line-height:36px;
	border-radius:18px;
	margin:1em 0;
}
.steps .p3{
	font-size:14px;
}
.steps li:nth-child(1){
	margin:200px 0 0;
}
.steps li:nth-child(2){
	margin:150px 0 0;
}
.steps li:nth-child(3){
	margin:100px 0 0;
}
.steps li:nth-child(4){
	margin:50px 0 0;
}

#p3-cnt{
}
.ctable{
	border-collapse:collapse;
	width:100%;
}
.ctable th, .ctable td{
	border:1px solid #999;
	padding:20px 30px;
	background:#ececec;
	font-size:14px;
}
.ctable td p{
	display:flex;
	justify-content:center;
	align-items:center;
}
.ctable i{
	width:40px;
	margin:0 15px 0 0;
	display:inline-block;
}
.ctable span{
	display:inline-block;
	flex: 1;
}
.ctable img{
	width:inherit;
}
.snote{
	font-size:14px;
	color:#666;
}
#bx1{
	/*display:flex;
	align-items:center;*/
	margin:30px 0 0;
}
#bx1 .b-left{
	/*width:260px;
	margin:0 10px 0 0;*/
	margin:0 0 20px;
}
#bx1 .b-right{
	flex: 1;
	text-align:center;
}
#bx1 .b-right img{
	width:inherit;
}
#bx1 .b-right .rtl-01{
	text-align:center;
	margin:0 30px 30px;
	position:relative;
}
#bx1 .b-right .rtl-01::before{
	content:'';
	position:absolute;
	left:50%;
	top:50%;
	height:1px;
	background:#939393;
	width:6em;
	transform:translate(-11em, -50%);
}
#bx1 .b-right .rtl-01::after{
	content:'';
	position:absolute;
	right:50%;
	top:50%;
	height:1px;
	background:#939393;
	width:6em;
	transform:translate(11em, -50%);
}
.jbox_03{
	border:1px solid #4e4e4e;
}
.jbox_03 h5{
	background:#03528f;
	text-align:center;
	color:#fff;
	padding:8px 0 8px;
}
.jbox_03 h5 img{
	width:inherit;
}
.jbox_03 ul{
	padding:15px;
	font-size:14px;
}
.jbox_03 li{
	background:url(../common/image/service/j.png) left 5px no-repeat;
	padding-left:18px;
}
.p3_list_02{
	margin:50px 0 0;
}
.p3_list_02 dl{
	display:flex;
	align-items:center;
	border-bottom:1px solid #595959;
	margin:0;
}
.p3_list_02 dt{
	width:120px;
	padding:10px 15px;
	text-align:center;
	color:#000;
	font-weight:bold;
}
.p3_list_02 dd{
	padding:10px 15px;
	flex: 1;
	display:flex;
	align-items:center;
}
.p3_list_02 i{
	display:block;
	background:url(../common/image/service/jm_03.png) center center no-repeat;
	width:31px;
	height:28px;
	line-height:28px;
	padding:3px 0 0 2px;
	box-sizing:border-box;
	text-align:center;
	color:#fff;
	margin:0 20px 0 0;
	font-weight:bold;
}
.p3_list_02 span{
	display:block;
	flex: 1;
}
.p3_list_02 dl:nth-child(2n){
	background:#f3f3f3;
}

.bx3_02{
	/*display:flex;
	align-items:center;*/
	margin:30px 0 0;
}
.bx3_02 .b-left{
	/*width:200px;
	margin:0 20px 0 0;*/
	margin:0 0 20px;
}
.bx3_02 .b-right{
	flex: 1;
	text-align:center;
}
.bx3_02 .b-right img{
	width:inherit;
}


.bx4_02{
	/*display:flex;
	align-items:center;*/
	margin:30px 0 0;
}
.bx4_02 .b-left{
	/*width:260px;*/
	margin:0 0 20px 0;
}
.bx4_02 .b-right{
	/*flex: 1;*/
	padding-bottom:5px;
}
.bx4_02 .b-right dl{
	display:flex;
	align-items:center;
	border:1px solid #181818;
	border-radius:16px;
	background:#03528f;
}
.bx4_02 .b-right dt{
	color:#fff;
	padding:10px;
	width:100px;
	text-align:center;
	font-weight:bold;
}
.bx4_02 .b-right dd{
	padding:15px;
	flex: 1;
	background:#fff;
	border-radius:0 16px 16px 0;
}

.note3{
	background:#03528f;
	color:#fff;
	padding:5px 10px;
}
.sns_steps{
	display:flex;
	margin:30px 0 0;
	justify-content:space-between;
	font-size:14px;
}
.sns_steps li{
	border:1px solid #000;
	width:32%;
	padding:8px 12px;
	box-sizing:border-box;
	position:relative;
}

.sns_steps li::after{
	top: 50%;
    right: -16px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-left-color: #333;
    border-width: 8px;
    margin-top: -8px;
}
.sns_steps li:last-child::after{
	border:none;
}



.jbox_07{
	border:1px solid #4e4e4e;
}
.jbox_07 dt{
	background:#03528f;
	text-align:center;
	color:#fff;
	padding:8px 0 8px;
}
.jbox_07 dd{
	padding:15px;
	font-size:14px;
}
.jbox_07 .txt{
	background:url(../common/image/service/j.png) left 5px no-repeat;
	padding-left:18px;
}

.sns_other{
	display:flex;
	margin:30px 0 50px;
	justify-content:space-between;
	font-size:14px;
}
.sns_other dl{
	width:32%;
}
.sns_other .pic{
	margin-bottom:15px;
}

.p3_title{
	font-size: 22px;
    text-align: center;
    position: relative;
    line-height: 1.8;
	color:#03528f;
	font-weight:bold;
	margin:-40px 0 30px;
}
.p3_title:after {
    content: '';
    border-bottom: 2px solid #03528f;
    position: absolute;
    left: 50%;
    width: 4em;
    bottom: 0;
    margin-left: -2em;
}

.x_title{
	position:relative;
	display:inline-block;
	font-weight:bold;
}
.x_title:after{
	content:'';
	position:absolute;
	left:0;
	bottom:3px;
	right:0;
	height:3px;
	background:#6797bb;
}
.dy_01{
	display:flex;
	margin:30px 0 0;
}
.dy_01 .pic{
	width:220px;
	margin:0 50px 0 0;
}
.dy_01 .txt{
	flex: 1;
	font-size:14px;
	padding:15px;
	border-radius: 20px;
	border:1px solid #333;
	position:relative;
}
.dy_01 .txt:after{
	content:'';
	top:50%;
	left:0;
	position:absolute;
	width:45px;
	height:86px;
	transform:translate(-100%, -50%);
	background:url(../common/image/service/xr.png) center center no-repeat;
}
.dy_02{
	margin:30px 0 12px;
}
.dy_02 table{
	border-collapse:collapse;
	width:100%;
}
.dy_02 th, .dy_02 td{
	border:1px solid #aeaeae;
	padding:10px 15px;
	text-align:center;
	font-size:14px;
	vertical-align:middle;
}
.dy_02 th{
	background:#03528f;
	color:#fff;
	padding:10px 15px;
}
.dy_02 .icon_dy{
	background:url(../common/image/service/d_07.jpg) left center no-repeat;
	background-size:18px auto;
	padding-left:22px;
	line-height:26px;
	display:inline-block;
}

.dy_02 .circ{
	border:1px dotted #03528f;
	border-radius:80%;
	padding:15px;
	line-height:1.414;
	position:relative;
	margin:20px 0 0;
}
.dy_02 .circ::after{
	content:'';
	position:absolute;
	left:50%;
	top:-47px;
	background:url(../common/image/service/d_11.jpg) top center no-repeat;
	background-size:43px 45px;
	width:43px;
	height:45px;
	transform:translate(-50%,0);
}
.dy_02 img{
	width:inherit;
}

.dy_box_05{
	margin-bottom:40px;
}

.webchat_box{
	display:flex;
	margin:30px 0 30px;
}
.webchat_box img{
	width:inherit;
}
dl.w_box_l{
	width:290px;
	margin:0 50px 0 0;
	border:1px solid #c8c8c8;
	border-radius:10px;
	position:relative;
}
dl.w_box_l::after{
	content:'';
	position:absolute;
	right:-64px;
	top:50%;
	width:36px;
	height:75px;
	transform:translate(-50%,-50%);
	background:url(../common/image/service/e_11.jpg) center center no-repeat;
	background-size:28px auto;
}
.w_box_l dt{
	text-align:center;
	background:#03528f;
	color:#fff;
	padding:10px;
	border-radius:10px 10px 0 0;
	font-size:16px;
}
.w_box_l dd{
	padding:15px;
}
.w_box_l dd p{
	margin:0 0 1em;
}
.w_box_r{
	flex: 1;
	font-size:14px;
	display:flex;
	justify-content:space-between;
	flex-direction:column;
}
.alc{
	text-align:center;
}
.w_box_01, .w_box_02{
	border:1px solid #c8c8c8;
	border-radius:10px;
	padding:12px 15px;
}
.w_box_r h6{
	text-align:center;
	font-size:16px;
	margin-bottom:9px;
	font-weight:bold;
}
.leftScroll .JS_section{
	padding-top:80px;
}

@media screen and ( max-width: 768px ) {
	.p-main{
		display: inherit;
		width:inherit;
		margin: 10px 0 0;
	}
	.p-nav{
		width:inherit;
		margin:0 5px;
		font-size:14px;
	}
	.p-nav dl{
		display:flex;
		flex-wrap:wrap;
	}
	.p-nav dt{
		display:none;
	}
	.p-nav dd{
		width:50%;
		padding:10px 5px 0;
		box-sizing:border-box;
	}
	.p-nav a:hover, .p-nav a.on{
		background:#ececec;
		color:#000;
	}
	.p-nav a:hover::after, .p-nav a.on::after{
		border:none;
	}
	.p-cnt{
		padding-top:20px;
		margin:0 10px;
	}
	.p-nav a{
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}
	.leftScroll .p-nav{
		position:inherit;
	}
	.leftScroll .p-cnt{
		padding-left:0;
	}
	.vmix{
		display:inherit;
	}
	.vmix .vpic{
		width:inherit;
		margin:0 0 20px;
	}
	.v1_table th, .v1_table td{
		padding:10px 10px;
	}
	.v_box_p{
		padding: 20px 0 0;
   		margin: 20px 10px 30px;
	}
	.v_box_p .inner{
		width:inherit;
		display:inherit;
	}
	.v_box_p .v_pic{
		width:inherit;
		margin:20px;
	}
	.v_box_p .v_params{
		margin:0;
	}
	.v_box_p .v_list{
		margin:20px 0 0;
	}
	.section_zj{
		width:inherit;
		margin:0 0 30px;
	}
	.steps{
		width:inherit;
		display:inherit;
		margin:20px 0 20px;
	}
	.steps li{
		width:inherit;
		padding:0;
	}
	.steps li:nth-child(1){
		margin:0 0 0;
	}
	.steps li:nth-child(2){
		margin:0 0 0;
	}
	.steps li:nth-child(3){
		margin:0 0 0;
	}
	.steps li:nth-child(4){
		margin:0 0 0;
	}
	.steps .p1{
		height:inherit;
		text-align:center;
		margin:2em 0 0;
		display:inherit;
	}
	.steps li::after{
		background:none;
	}
	
	.p3_title{
		margin: 0;
	}
	.ctable{
		margin:30px 0 0;
	}
	.ctable td p{
		flex-direction:column;
	}
	.ctable th, .ctable td{
		padding:15px 10px;
		text-align:center;
		width:33%;
		vertical-align:middle;
	}
	.ctable i{
		height:40px;
		margin:0 0 8px;
	}
	.p-cnt .l_stl_01{
		line-height:1.414;
		background-position:left 5px;
		border-radius:0;
		font-size:16px;
	}
	#bx1 .b-right img{
		max-width:100%;
	}
	.sns_other{
		display:inherit;
	}
	.sns_other dl{
		width:inherit;
	}
	.sns_other dl img{
		width:inherit;
	}
	.sns_other .pic{
		text-align:center;
	}
	.dy_01{
		display:inherit;
	}
	.dy_01 .pic{
		width:inherit;
		text-align:center;
		margin:0 0 50px;
	}
	.dy_01 img{
		width:inherit;
	}
	.dy_01 .txt:after {
		content: '';
		top: 0%;
		left: 50%;
		position: absolute;
		width: 45px;
		height: 86px;
		transform: translate(-50%, -65px) rotate(90deg);
		background: url(../common/image/service/xr.png) center center no-repeat;
	}
	.dy_box_05{
		margin-top:30px;
	}
	
	.dy_02 td img{
		display:none;
	}
	.webchat_box{
		display:inherit;
	}
	dl.w_box_l{
		width:inherit;
		margin:0 0 34px 0;
	}
	dl.w_box_l::after {
		content: '';
		position: absolute;
		right: -64px;
		top: 50%;
		top:inherit;
		right:inherit;
		bottom:-56px;
		left:50%;
		width: 36px;
		height: 75px;
		transform: translate(-50%,0%) rotate(90deg);
		background: url(../common/image/service/e_11.jpg) center center no-repeat;
		background-size: 28px auto;
	}
	.w_box_01{
		margin-bottom:10px;
	}
	.bx3_02 .b-right img{
		width:inherit;
		max-width:100%;
		margin-bottom:20px;
	}
	.bx4_02 .b-right dl{
		margin-bottom:10px;
	}
	
	.p2_02 h5{
		font-size:22px;
	}
	.p2_02 li{
		margin-bottom:30px;
	}
	.p2_02 .sign strong{
		width:36px;
		height:36px;
		line-height:36px;
		font-size:16px;
	}
	.p2_02 .sign{
		padding:0 30px 0 0;
	}
	.p2_02 .txt{
		padding:0 0 0 30px;
		font-size:14px;
	}
	.p2_02 li:nth-child(2n) .sign{
		padding:0 0 0 30px;
	}
	.p2_02 li:nth-child(2n) .txt{
		padding:0 30px 0 0;
	}
	.p2_02 ul::after{
		width:2px;
	}
	.p2_02 li::after{
		width:12px;
		height:12px;
	}
	
	.p2_01 dl{
		display:inherit;
		margin:30px 0;
		background:none;
	}
	.p2_01 dt{
		width:inherit;
		margin:0;
	}
	.p2_01 dt:after {
		top: 50%;
		right: -16px;
		top:inherit;
		right:inherit;
		bottom:-16px;
		left:50%;
		
		border: solid transparent;
		content: " ";
		height: 0;
		width: 0;
		position: absolute;
		pointer-events: none;
		border-left-color: #03528f;
		border-width: 8px;
		margin-top: -8px;
		transform:rotate(90deg);
	}
	.p2_01 .item{
		margin:15px 0 0;
	}
	.p2_01 dd{
		margin:25px 15px;
	}
	.sns_steps{
		display:inherit;
	}
	.sns_steps li{
		width:inherit;
		margin-bottom:10px;
	}
	.sns_steps li::after {
		top:inherit;
		right:inherit;
		
		left:50%;
		bottom:-17px;
		transform:rotate(90deg);
		border: solid transparent;
		content: " ";
		height: 0;
		width: 0;
		position: absolute;
		pointer-events: none;
		border-left-color: #333;
		border-width: 8px;
		margin-top: -8px;
	}
	
	
	.section_sl {
		padding: calc(30px + 1vw) 0;
		margin-bottom: 0;
	}
}