body {
    font-family: -apple-system, BlinkMacSystemFont, "YakuHanJP", "Noto Sans Japanese", "Helvetica Neue", "Yu Gothic", YuGothic, Verdana, Meiryo, "M+ 1p", sans-serif;
    -webkit-text-size-adjust: 100%;
    color: #040621;
}

/* window_1000
*****************************************************************/


@media screen and (max-width: 1040px) {
}

/* window_860
*****************************************************************/


@media screen and (max-width: 860px) {
}

/* SP
*****************************************************************/


@media screen and (max-width: 736px) {
.pc {
    display: none ! important;
}
.sp {
    display: block ! important;
}
sup {
    font-size: 18px;
    position: relative;
    top: -10px;
    left: 0px;
}
/*header
	*****************************************************************/

header {
    height: 70px;
    border-top:none;
}
header .headerInner{
	position:relative;
    width: 100%;
    min-width: auto;

}

header h1 {
	position:absolute;
	top:0;
	left:0;
    display: block;
    background:#fff url(../images/logo.png) no-repeat center center;
    background-size: auto 70px;
    width: 140px;
    height: 70px;
    border-top:none;
    border-radius:0 0 0 0;
    box-shadow :none;
}
header h1 a {
    display: block;
    width: 100%;
    height: 100%;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    cursor: pointer;
}

header nav {
	position:absolute;
	top:0;
	right:0;
	z-index:201;
}
header nav li {
    display: none;
}
header nav li a {
    position: relative;
    display: block;
    color: #5f5f5f;
    text-align: center;
    text-decoration: none;
    line-height: 18px;
    padding: 34px 35px 34px 20px;
}
header nav li.dob a {
    padding: 26px 35px 26px 20px;
}
header nav li.active a,  header nav li a:hover {
    color: #142ddf;
}
header nav li a i {
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -12px;
}

header nav li.blue_li {
    margin-right: 0;
    display:block;
    position:relative;
}
header nav li.blue_li .login a {
    position:absolute;;
    top:0;
    right:0;
    margin:0 0 0 0;
  display: block;
  background: #142dde url(../images/svg/ico_login.svg) no-repeat center top 14px;
    background-size: auto;
  background-size: 17px auto;
  width: 75px;
  padding: 41px 0 16px 0;
  font-size: 12px;
  line-height: 18px;
  height:70px;
  border:none;
  border-radius:0;
  color:#fff;
    margin:0 0 0 0;
}

header nav li.blue_li .link a {
    top:0;
    right:75px;
  display: block;
  background: #032088 url(../images/svg/ico_mail.svg) no-repeat center top 17px;
    background-size: auto;
  background-size: 20px auto;
  width: 75px;
  padding: 41px 0 16px 0;
  font-size: 12px;
  line-height: 18px;
  height:70px;
  border-radius:0;
  color:#fff;
    margin:0 0 0 0;
}
header nav li.blue_li .link a span{
  display: none;
}
header nav li.blue_li p {
  background:none;
  padding:0 0 0 0;
  font-weight:normal;
}
header nav li.blue_li .login p:hover{
	background:none;
    color: #fff;

}
header .sp_btn {
    z-index: 202;
    display: block;
    position: absolute;
    top: 0;
    right: 150px;
    width: 70px;
    height: 70px;
    border-left: 1px solid #d8d8d8;
}
header .sp_btn p {
    width: 70px;
    height: 70px;
    font-size: 12px;
    padding: 40px 0 0 0;
    line-height: 20px;
    text-align: center;
    -webkit-transition: .3s ease-out;
}
header .sp_btn .menu__line {
    position: absolute;
    left: 23px;
    display: block;
    width: 24px;
    height: 2px;
    background: #000;
}
header .menu-state:checked ~ .sp_btn .menu__line {
    left: 24px;
    width: 20px;
    height: 1px;
}
header .menu-state:checked ~ .sp_btn p {
    color: #fff;
    color: #000;
}
header .sp_btn p::before {
    content: "メニュー";
}
header .menu-state:checked ~ .sp_btn p::before {
    content: "閉じる";
}
header .sp_btn .menu__line:nth-child(1) {
    top: 15px;
    -webkit-transition: .3s ease-out;
    transition: .3s ease-out;
}
header .sp_btn .menu__line:nth-child(2) {
    top: 22px;
    -webkit-transition: .3s ease-out;
    transition: .3s ease-out;
}
header .sp_btn .menu__line:nth-child(3) {
    top: 29px;
    -webkit-transition: .3s ease-out;
    transition: .3s ease-out;
}
header .menu-state:checked ~ .sp_btn .menu__line:nth-child(1) {
    -webkit-transition: .3s ease-out;
    transition: .3s ease-out;
    -webkit-transform: translate(0, 7px) rotate(45deg) scaleX(1.4);
    transform: translate(0, 7px) rotate(45deg) scaleX(1.4);
    background: #fff;
    background: #000;
}
header .menu-state:checked ~ .sp_btn .menu__line:nth-child(2) {
    -webkit-transition: .3s ease-out;
    transition: .3s ease-out;
    -webkit-transform: translate(100%, 0);
    transform: translate(100%, 0);
    background: #fff;
    background: #000;
    opacity: 0;
}
header .menu-state:checked ~ .sp_btn .menu__line:nth-child(3) {
    -webkit-transition: .3s ease-out;
    transition: .3s ease-out;
    -webkit-transform: translate(0, -7px) rotate(-45deg) scaleX(1.4);
    transform: translate(0, -7px) rotate(-45deg) scaleX(1.4);
    background: #fff;
    background: #000;
}
.spnavigation {
display:block;
    position: fixed;
    top: -100vh;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: opacity .3s ease-out 0s, -webkit-transform 0s .3s;
    transition: opacity .3s ease-out 0s, -webkit-transform 0s .3s;
    transition: transform 0s .3s, opacity .3s ease-out 0s;
    transition: transform 0s .3s, opacity .3s ease-out 0s, -webkit-transform 0s .3s;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 0;
    background: #F0F0F0 url(../images/spnavigation_line.png) left top repeat-x;
    /* background:#142dde;*/
    color: #142dde;
    padding: 70px 0 0 0;
}
header .menu-state:checked ~ .spnavigation {
    -webkit-transition: opacity .3s ease-out, -webkit-transform 0s;
    transition: opacity .3s ease-out, -webkit-transform 0s;
    transition: transform 0s, opacity .3s ease-out;
    transition: transform 0s, opacity .3s ease-out, -webkit-transform 0s;
    -webkit-transform: translate(0, 100vh);
    transform: translate(0, 100vh);
    opacity: 1;
}

header .spnavigation .spscroll {
    overflow: auto;
    height: 100%;
}
header .spnavigation ul {
    padding: 100px 30px 0 30px;
    width: 100%;
}
header .spnavigation ul li {
    font-size: 18px;
    padding: 0 0 15px 0;
}
header .spnavigation ul dt {
    font-size: 26px;
    padding: 0 0 20px 0;
}
header .spnavigation ul dd {
    display: inline-block;
    width: 55%;
    line-height: 24px;
    padding: 13px 0 13px 40px;
    font-size: 20px;
}
header .spnavigation ul dd:nth-child(odd) {
    width: 40%;
    padding: 13px 0 13px 0;
}
header .spnavigation ul dt,  header .spnavigation ul dd {
    -webkit-transition: opacity .3s ease-out 0s, -webkit-transform 0s .3s;
    transition: opacity .3s ease-out 0s, -webkit-transform 0s .3s;
    transition: opacity .3s ease-out 0s, transform 0s .3s;
    transition: opacity .3s ease-out 0s, transform 0s .3s, -webkit-transform 0s .3s;
    -webkit-transform: translate(-15px, 0);
    transform: translate(-15px, 0);
    opacity: 0;
}
header .menu-state:checked ~ .spnavigation ul dt,  header .menu-state:checked ~ .spnavigation ul dd {
    -webkit-transition: .3s ease-out;
    transition: .3s ease-out;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
}
header .menu-state:checked ~ .spnavigation ul li:nth-child(1) dt {
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}
header .menu-state:checked ~ .spnavigation ul li:nth-child(2) dt {
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}
header .menu-state:checked ~ .spnavigation ul li:nth-child(3) dt {
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
}
header .menu-state:checked ~ .spnavigation ul li:nth-child(4) dt {
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
}
header .menu-state:checked ~ .spnavigation ul li:nth-child(5) dt {
    -webkit-transition-delay: 0.4s;
    transition-delay: 0.4s;
}
header .menu-state:checked ~ .spnavigation ul li:nth-child(6) dt{
    -webkit-transition-delay: 0.5s;
    transition-delay: 0.5s;
}
header .menu-state:checked ~ .spnavigation ul li:nth-child(7) dt{
    -webkit-transition-delay: 0.7s;
    transition-delay: 0.6s;
}
header .menu-state:checked ~ .spnavigation ul li:nth-child(8) dt{
    -webkit-transition-delay: 0.7s;
    transition-delay: 0.6s;
}
header .spnavigation ul a {
    /*	color:#fff;*/
    color: #142dde;
    text-decoration: none;
}
header .spnavigation .logo {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    background: url(../images/logo.png) no-repeat center center;
    /*	background: url(../images/logo_w.png) no-repeat left top;*/
    background-size: auto 70px;
    width: 140px;
    height: 70px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    cursor: pointer;
}
/*pageTop
	*****************************************************************/
.pageTop img {
    width: 68px;
}



.pagetop{
    background:#fff url(../images/main_sp.jpg) no-repeat center top 70px;
    background-size:100% auto;

}

/*topSection
*****************************************************************/
.topSection{
    min-width: auto;
    height:calc(80vw + 350px);
}

.topSection .Outer{
position: relative;
		width:100%;
}
.topSection .Inner{
	padding:70px 0 0 0;
    width: 100%;
    margin:0 auto;

}
.topSection .Inner .formBlock{
	margin:75vw auto 0;
	/*margin-left:10px;*/
	width:calc(100% - 20px);
	background:rgba(255,255,255,0.9);
	position: absolute;
	z-index: 2;
left: 0;
right: 0;
}

.topSection .Inner .formBlock .fbsubTitle{
	padding:25px 0 18px;
	color:#000;
	border-bottom:1px solid #132ddf;
	width:calc(100% - 50px);
	margin:0 auto;
	font-size:4.4vw;
	line-height:1;
	font-weight:bold;
	text-align:center;
	letter-spacing: 0px;
}
.topSection .Inner .formBlock .fbTitle{
	padding:14px 0 0 0;
	margin:0 auto;
	font-size:34px;
	line-height:1;
	font-weight:bold;
}
.topSection .Inner .formBlock .fbTitle sup{
	font-size: 20px;
	top: -1px;
}
.topSection .Inner .formBlock .fbTitle2{
	padding:4px 0 0 0;
	margin:0 auto 20px auto;
	font-size:27px;
	line-height:1;
	/*font-family: '-apple-system', 'BlinkMacSystemFont';
	transform: none;*/
}
.topSection .Inner .formBlock .fbTab{
	position:relative;
	width:calc(100% - 30px);
	margin:0 auto;
	height:45px;
}
.topSection .Inner .formBlock .fbTab div{
	top:0;
	left:0;
	height:30px;
	width:33.3%;
	line-height:30px;
	font-size:3.5vw;
	color:#fff;
    background: url(../images/formtab_bg.png) no-repeat center center;
    background-size:100% 30px;
}
.topSection .Inner .formBlock .fbTab div:nth-child(2){
	left:33.3%;
}
.topSection .Inner .formBlock .fbTab div:nth-child(3){
	left:66.6%;
}
.topSection .Inner .formBlock .fbsubText{
	margin:0 auto;
	font-size:15px;
	text-align:center;
	line-height:1.4;
	padding:0 15px 25px 15px;
}

.topSection .Inner .formBlock .formOuter{
    background: url(../images/formblock_bg.png) no-repeat center top;
    background-size:auto 18px;
    padding-top:18px;
}
.topSection .Inner .formBlock .formOuter .formInner{
	position:relative;
    background:#132ddf;
    width:100%;
    padding:35px 15px 25px 15px;
}
.topSection .Inner .formBlock .formOuter .formInner .fTitle{
	position:absolute;
	top:-5px;
	left:0;
	text-align:center;
    width:100%;
    color:#fff;
    font-weight:bold;
    font-size:19px;
}
.topSection .Inner .formBlock .formOuter .formInner form div{
	position:relative;
}

.topSection .Inner .formBlock .formOuter .formInner form dl{
	position:relative;
	top:0;
	left:0;
	display:table;
	width:100%;
	margin-bottom:5px;
	z-index:5;
}
.topSection .Inner .formBlock .formOuter .formInner form dl:nth-child(2){
	position:relative;
	top:0;
	left:0;
}
.topSection .Inner .formBlock .formOuter .formInner form dl:nth-child(3){
	position:relative;
	top:0;
	left:0;
}
.topSection .Inner .formBlock .formOuter .formInner form dl:nth-child(4){
	position:relative;
	top:0;
	left:0;
}
.topSection .Inner .formBlock .formOuter .formInner form dl .head{
	display:table-cell;
	width:105px;
	color:#fff;
	font-size:14px;
	vertical-align:middle;
}
.topSection .Inner .formBlock .formOuter .formInner form dl .body{
	display:table-cell;
	padding:1px 0 0 0;
}
.topSection .Inner .formBlock .formOuter .formInner form dl .cbody{
	display:block;
	font-size:14px;
	color:#fff;
	padding:8px 0 20px 0;
	text-align:center;
}


.topSection .Inner .formBlock .formOuter .formInner form dl .cbody a{
	text-decoration:underline;
	color:#fff;
}
.topSection .Inner .formBlock .formOuter .formInner form dl .head .any{
	display:inline-block;
	background:#5aa2eb;
	color:#fff;
	font-size:14px;
	line-height:22px;
	text-align:center;
	width:41px;
	border-radius:2px;
	margin-right:7px;
}

.topSection .Inner .formBlock .formOuter .formInner form dl .head .require{
	display:inline-block;
	background:#df0b1a;
	color:#fff;
	font-size:14px;
	line-height:22px;
	text-align:center;
	width:41px;
	border-radius:2px;
	margin-right:7px;
}
.topSection .Inner .formBlock .formOuter .formInner form dl .body input[type="text"],
.topSection .Inner .formBlock .formOuter .formInner form dl .body input[type="tel"],
.topSection .Inner .formBlock .formOuter .formInner form dl .body input[type="email"]{
	padding:0 10px;
	font-size:16px;
	line-height:30px;
	color:#000;
	width:100%;
	border:none;
}

.topSection .Inner .formBlock .formOuter .formInner form .fBtn p{
text-align:center;
padding:1px 1px 5px;

}
.topSection .Inner .formBlock .formOuter .formInner form .wpcf7-confirm,
.topSection .Inner .formBlock .formOuter .formInner form .wpcf7-back{
	display:none;
}
.topSection .Inner .formBlock .formOuter .formInner form .wpcf7-submit{
	width:260px;
	height:47px;
	line-height:47px;
	color:#fff;
	border:none;
	border-radius:3px;
	box-shadow: 0px 2px 0px 2px #000000;
    font-weight:bold;
    font-size:20px;
    background:#5aa2eb url(../images/btn_arrow.png) no-repeat right 20px top 14px;
    background-size:10px auto;
    padding:0 10px 0 0;
}
.topSection .Inner .formBlock .formOuter .formInner form .wpcf7-submit:hover{
	box-shadow: 0px 2px 0px 1px #000000;
    font-weight:bold;
    font-size:20px;
    background:#3080d1 url(../images/btn_arrow.png) no-repeat right 20px top 14px;
    background-size:10px auto;
    padding:0 10px 0 0;
}

.topSection .Inner .formBlock .formOuter .formInner form .wpcf7-submit:disabled:hover{
	box-shadow: 0px 2px 0px 2px #000000;
    background:#5aa2eb url(../images/btn_arrow.png) no-repeat right 20px top 14px;
    background-size:10px auto;
}
.topSection .Inner .formBlock .formOuter .formInner form .ajax-loader{
	display:none;
}

/*serviceSection
*****************************************************************/
.serviceSection{
    background: url(../images/service_bg_sp.png) no-repeat center top;
	background-size:100% auto;
    min-width: auto;
}
.serviceSection .Outer{
	position: relative;
	width:100%;
    background: url(../images/service_bgbk.png) no-repeat center top calc(190vw);
	background-size:100% 100%;
	
    overflow:hidden;
}
.serviceSection .Outer::before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  border-top: 23px solid transparent;
  border-right: 0 solid transparent;
  border-left: 100vw solid #fff;
  border-bottom: 0 solid #fff;
}

.serviceSection .Inner{
	margin:0 auto;
	padding:10px 0 23px 0;
	padding-top: calc(270px + 10vw);
}
.serviceSection .SubTitle{
	font-size:16px;
	text-underline-offset: 4px;
	padding-bottom:10px;
}
.serviceSection .Title{
	font-size:24px;
	padding-bottom:28px;
}
.serviceSection .serviceInner{
    background:none;
	width:auto;
	height:auto;
	margin:0 auto;
}
.serviceSection .serviceInner .serviceStep{
	padding:20px 0 0 0;
	position:relative;

}
.serviceSection .serviceInner .serviceStep.step01{
	height:auto;
    background: url(../images/service_step_bg_01.jpg) no-repeat center top;
	background-size:100% auto;
	min-height:calc(69.5vw);
	padding:35px 0 0 0;
	
}
.serviceSection .serviceInner .serviceStep.step01 .serviceStepInner{
	position:relative;
	left:0;
	top:0;
	padding: 0 20px 0 38%;
}
.serviceSection .serviceInner .serviceStep.step02{
	height:auto;
    background: url(../images/service_step_bg_02.jpg) no-repeat center top;
	background-size:100% auto;
	min-height:calc(60.9vw);
	padding:6vw 0 0 0;
}
.serviceSection .serviceInner .serviceStep.step02 .serviceStepInner{
	position:relative;
	left:0;
	top:0;
	padding: 0 42% 0 10px;
}
.serviceSection .serviceInner .serviceStep.step03{
    background: url(../images/service_step_bg_03.jpg) no-repeat center top;
	background-size:100% auto;
	height:auto;
	min-height:calc(82vw);
	padding:14vw 0 0 0;
}
.serviceSection .serviceInner .serviceStep.step03 .serviceStepInner{
	position:relative;
	left:0;
	top:0;
	padding: 0 20px 0 45%;
}
.serviceSection .serviceInner .serviceStep.step04{
background:#fff;
	padding:35px 0 0 0;
}
.serviceSection .serviceInner .serviceStep.step04 .serviceStepInner{
	position:relative;
	padding:0 0 40px 0;
	
}
.serviceSection .serviceInner .serviceStep .stepTitle{
	font-size: 5.4vw;
	line-height: 30px;
	padding: 15px 0 20px 60px;
}
.serviceSection .serviceInner .serviceStep.step04 .stepTitle{
	font-size: 5vw;
	line-height: 30px;
	padding: 15px 0 20px 70px;
	margin-left:10px;
}
.serviceSection .serviceInner .serviceStep .stepTitle .num{
	position:absolute;
	top:0;
	left:0;
	width:60px;
	height:60px;
	line-height:60px;
	font-size:14px;
    background: url(../images/servicenum.png) no-repeat center center;
	background-size:60px auto;
}
.serviceSection .serviceInner .serviceStep .stepText{
	font-size: 3.9vw;
	line-height: 1.5;
	color: #020424;
	padding: 0 0 0 20px;
	width:100%;
}
.serviceSection .serviceInner .serviceStep .stepImg{
	padding:0 0 20px 0;
}
.serviceSection .serviceInner .serviceStep .stepImg img{
	width:100%;
}
.serviceSection .serviceInner .serviceStep .stepDetail{
	position:relative;
	padding:0 15px 0 15px;
}
.serviceSection .serviceInner .serviceStep .stepDetail .stepli{
	position:relative;
	top:0;
	left:0;
}
.serviceSection .serviceInner .serviceStep .stepDetail .stepli .sliTitle{
	display:block;
	font-size: 5vw;
	line-height: 30px;
	padding-bottom:5px;
	font-weight:bold;
}
.serviceSection .serviceInner .serviceStep .stepDetail .stepli .sliText{
	width:100%;
	padding-bottom:20px;
}
.serviceSection .serviceInner .serviceStep .stepDetail .stepli:nth-child(2){
	top:0;
	left:0;
}
.serviceSection .serviceInner .serviceStep .stepDetail .stepli:nth-child(2) .sliText{
	width:100%;
}
.serviceSection .serviceInner .serviceStep .stepDetail .stepli:nth-child(3){
	top:0;
	left:0;
}

/*safetySection
*****************************************************************/
.safetySection{
    min-width: auto;
}

.safetySection .Outer{
	padding:0 0 0px 0;
	
}
.safetySection .Outer::before {
  content: none;
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  border-top: 23px solid transparent;
  border-right: 0 solid transparent;
  border-left: 100vw solid #e7f0f7;
  border-bottom: 0 solid #e7f0f7;
}
.safetySection .Inner{
	margin:0 auto;
	padding:70px 0 0 0;
}
.safetySection .SubTitle{
	font-size:16px;
	text-underline-offset: 4px;
	_padding-bottom:10px;
	position: absolute;
left: 0;
right: 0;
top: 30px;
}
.safetySection .Title{
	font-size:24px;
	top: 60px;
	_padding-bottom:40px;
}
.safetySection .fsImg{
	width:100%;
    background:none;
	height:auto;
}
.safetySection .fsImg img{
	width:100%;
}

/*hybrid_system
*****************************************************************/

.hybrid_system{
	background:#e8f0f7;
}

.hybrid_system .Outer {
    position: relative;
    width: 100%;
}

.hybrid_system .Inner {
    margin: 0 auto;
    padding: 30px 0 0 0;
}

.hybrid_system .SubTitle {
    font-size:16px;
	text-underline-offset: 4px;
	padding-bottom:10px;
}

.hybrid_system .Title {
    font-size:24px;
	padding-bottom:28px;
}
	
.hybrid_system .Title span{
	position: relative;
	font-size: 24px!important;
	    padding-left: 50px;
}

.hybrid_system .Title span:before {
	content: '';
	position: absolute;
	background: url("../images/patch_first.png") left center no-repeat;
	background-size: 50% auto;
	width:93px;
	height:36px;
		left:0;
	top:0px;
}

.hybrid_system .iblockOuter {
    position: relative;
    width: 100%;
	height: auto;
    overflow: hidden;
	background:#e8f0f7 url("../images/hybrid_img_sp.jpg") no-repeat center bottom;
	padding-bottom: 110%;
background-size: 100% auto;
}

.hybrid_system .iblockInner {
    width: 100%;
margin: 0 auto;
padding: 0px 0 0 0;
}

.hybrid_system .iblockInner .colum2 {
    width: calc(100% - 40px);
font-size: 16px;
line-height: 1.7;
margin: 0 auto;
}

.hybrid_system .iblockInner .colum2 span{
	background: #fff;
	padding:0px 4px;
	font-weight: bold;
	color:#132ddf;
	line-height: 1;
	margin:0 5px;
}
	
/*featureSection
*****************************************************************/
.featureSection{
    min-width: auto;
}
.featureSection .Inner{
	margin:0 auto;
	padding:30px 0 0 0;
}
.featureSection .SubTitle{
	font-size:16px;
	text-underline-offset: 4px;
	padding-bottom:10px;
}
.featureSection .Title{
	font-size:24px;
	padding-bottom:28px;
}

.featureSection .Title span {
  font-family: '-apple-system', 'BlinkMacSystemFont';
  font-size: 27px;
}
	
.featureSection .iblockOuter{
position:relative;
	width:100%;
    overflow:hidden;
}
.featureSection .iblockOuter.bgw{
	position:relative;
	width:100%;
	background:#fff;
	padding-top:20px;
	padding-bottom:0;
}


.featureSection .iblockOuter::before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  border-top: 30px solid transparent;
  border-right: 0 solid transparent;
  border-left: 100vw solid #fff;
  border-bottom: 0 solid #fff;
}
.featureSection .iblockOuter.bgw::before{
  border-bottom:none;
  border-left:none;
  border-right:none;
  border-top:none;
}

.featureSection .iblockInner{
	width:100%;
	margin:0 auto;
	padding:27px 0 0 0;
}

.featureSection .iblockInner .colum2{
  width: 100%;
  display: block;
}
.featureSection .iblockInner .colum2 .fCol{
	width:100%;
	padding:0 0 0 0;
	padding:10px 20px 0 20px;
}
.featureSection .iblockInner .colum2 .fCol .fdetailbg{
	background:none ! important;
	width:100%;
	height:auto;
}
.featureSection .iblockInner .colum2 .fCol .fdetail{
	position: relative;
	width:100%;
	background:none;
	padding:20px 0 70px 0;
}
	
.featureSection .iblockInner .colum2 .fCol .fdetail.joint{
	padding:20px 0 20px 0;
	}
	
.featureSection .iblockInner .colum2 .fCol .fImg{
	width:250px;
	margin:0 auto;
}
.featureSection .iblockInner .colum2 .fCol .fImg img{
	width:100%;
}


.featureSection .iblockInner .colum2 .fCol .fpoint{
	top:-25px;
	left:calc(50% - 150px);
	width:50px;
	height:50px;
	text-align:center;
	padding: 19px 0 0 0px;
	font-size:20px;
	font-family: '-apple-system', 'BlinkMacSystemFont';
}
.featureSection .iblockInner .colum2 .fCol .fTitle{
	color:#000;
	padding-bottom:5px;
}

.featureSection .iblockInner .colum2 .fCol .fText{
	color:#000;
	font-size:15px;
	line-height:1.4;
}

.featureSection .iblockInner .colum3{
  width: 100%;
  display: block;
  padding:0 20px 0 10px;
  margin-bottom:0;
}
.featureSection .iblockInner .colum3 .fCol{
	position: relative;
	display:table;
	width:100%;
	padding:0 0 50px 0;
}
.featureSection .iblockInner .colum3 .fCol .fImg{
	display:table-cell;
	width:150px;
	margin:0 auto;
	vertical-align:top;
}
.featureSection .iblockInner .colum3 .fCol .fImg img{
	width:100%;
}
.featureSection .iblockInner .colum3 .fCol .fdetail{
	display:table-cell;
	width:auto;
	padding:0 0 0 25px;
	vertical-align:top;
}
.featureSection .iblockInner .colum3 .fCol .fpoint{
	top: -25px;
	left: 0;
	width:50px;
	height:50px;
	text-align:center;
	padding-top:19px;
	font-size:20px;
	font-family: '-apple-system', 'BlinkMacSystemFont';
}
.featureSection .iblockInner .colum3 .fCol .fTitle{
	color:#020424;
	font-size:19px;
	font-weight:bold;
	line-height:1.2;
	padding-bottom:10px;
}

.featureSection .iblockInner .colum3 .fCol .fText{
	color:#020424;
	font-size:15px;
	line-height:1.4;
}

/*sceneSection
*****************************************************************/
.sceneSection{
    background:#e8f0f7;
	background-size:100% auto;
    min-width: auto;
}

.sceneSection .Outer{
position: relative;
	width:100%;
    overflow:hidden;
	padding:80px 0 0 0;
}

.sceneSection .Outer::before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  border-bottom: 23px solid transparent;
  border-left: 0 solid transparent;
  border-right: 100vw solid #fff;
  border-top: 0 solid #fff;
}
.sceneSection .Outer::after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  border-top: 23px solid transparent;
  border-left: 0 solid transparent;
  border-right: 100vw solid #020427;
  border-bottom: 0 solid #020427;
}
.sceneSection .Inner{
	max-width:1000px;
	margin:0 auto;
	padding:0px 0 20px 0;
}
.sceneSection .SubTitle{
	font-size:16px;
	text-underline-offset: 4px;
	padding-bottom:10px;
}
.sceneSection .Title{
	font-size:24px;
	padding-bottom:60px;
}
.sceneSection .caceBox{
	display:table;
	width:100%;
	padding-bottom:40px;
}
.sceneSection .caceBox::after {
content: "";
display: block;
clear: both;
}
.sceneSection .caceBox .casecboxImg {
	float:left;
	width:200px;
	padding:0 25px 25px 0;
}
.sceneSection .caceBox .casecboxImg img{
	width:100%;
}
.sceneSection .caceBox .casecboxdetail {
	position:relative;
	float:right;
	width:100%;
	padding:0 0 0 0;
}
.sceneSection .caceBox:nth-child(even) .casecboxImg {
	float:right;
	padding:0 0 25px 25px;
}
.sceneSection .caceBox:nth-child(even) .casecboxdetail {
	float:left;
	padding:0 0 0 0;
}


.sceneSection .caceBox .casecboxdetail .cbLabel{
	top: 10px;
	left: 135px;
	width:75px;
	height:25px;
    background: url(../images/case_bgs.png) no-repeat center center;
	background-size:100% auto;
	font-size:14px;
	line-height:25px;
}
.sceneSection .caceBox:nth-child(even) .casecboxdetail .cbLabel{
	top: 10px;
	left: auto;
	right:140px;
}


.sceneSection .caceBox .casecboxdetail .cbLTitle{
	font-weight:bold;
	color:#020424;
	font-size:19px;
	padding-bottom:16px;
	padding-top:40px;
	padding-right:20px;
	padding-left:20px;
}
.sceneSection .caceBox .casecboxdetail .cbLText{
	color:#020424;
	font-size:16px;
	line-height:1.6;
	padding-right:20px;
	padding-left:20px;
}


/*productSection
*****************************************************************/
.productSection{
    min-width: auto;
}

.productSection .Outer{
position: relative;
	width:100%;
    overflow:hidden;
}

.productSection .Outer::after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  border-bottom: 23px solid transparent;
  border-left: 0 solid transparent;
  border-right: 100vw solid #fff;
  border-top: 0 solid #fff;
  }
.productSection .Inner{
	margin:0 auto;
	padding:40px 0 23px 0;
}
.productSection .SubTitle{
	font-size:16px;
	text-underline-offset: 4px;
	padding-bottom:10px;
}
.productSection .Title{
	font-size:24px;
	padding-bottom:28px;
}
.productSection .outerBlock{
    background:#fff url(../images/product_bg01.jpg) repeat-x center top;
	background-size:auto 90px;
}
.productSection #aicloud.outerBlock{
    background:#fff url(../images/product_bg02.jpg) repeat-x center top;
	background-size:auto 90px;
}

.productSection .innerTitle{
	padding:36px 0 35px 0;
	font-size:22px;
	line-height:20px;
}
	
/**/	

.productSection .iblockInner .image_inner {
    border: 4px solid #fff;
    width: 100%;
    margin: 0 0 1px 0;
}
.productSection .iblockInner .image_inner .inner_t {
    display: block;
    background: #fff;
    padding: 0 0 5px 0;
}
.productSection .iblockInner .image_inner .inner_l {
    display: block;
    width: 100%;
    max-height: 200px;
    text-align: center;
}
.productSection .iblockInner .image_inner .inner_r {
    display: block;
    width: auto;
    padding: 8px 8px;
    background: #f0f0f0;
    max-width: 340px;
    margin: 0 auto;
}
.productSection .iblockInner .image_inner .inner_r ul {
    font-size: 0;
}
.productSection .iblockInner .image_inner .inner_r li {
    display: inline-block;
    width: 33%;
    font-size: 0;
}
.productSection .iblockInner .image_inner .inner_l img {
    width: 300px;
}
.productSection .iblockInner .image_inner .inner_l img:nth-child(2) {
    position: relative;
    display: block;
    margin: 0 auto;
    z-index: 1;
}
.productSection .iblockInner .image_inner .inner_l img:first-child {
    left: 50%;
    margin-left: -150px;
}
.productSection .iblockInner .image_inner .inner_r li img {
    width: 100%;
}
	
.productSection .iblockInner .list_inner {
    padding: 10px 10px 20px 10px;
    margin: 0 0 25px 0;
}
.productSection .iblockInner .list_inner .manufacturing {
    padding: 0 0 10px 0;
}
.productSection .iblockInner .list_inner .inner_t {
    display: block;
    width: 100%;
    margin: 10px 0 0 0;
}
.productSection .iblockInner .list_inner .inner_l {
    display: block;
    width: 100%;
    padding: 0 0 20px 0;
}
.productSection .iblockInner .list_inner .inner_r {
    display: block;
    width: 100%;
    padding: 0 0 20px 0;
}
.productSection .iblockInner .list_inner .point {
    display: inline;
    line-height: 30px;
    padding: 5px 15px;
    color: #fff;
    background: #142ddf;
    font-size: 24px;
}
.productSection .iblockInner .list_inner dl {
    padding: 25px 0 0 10px;
    width: 100%;
    font-size: 0;
}
.productSection .iblockInner .list_inner dd {
    display: block;
    width: 100%;
    line-height: 22px;
    padding: 0 0 10px 0;
    font-size: 14px;
}
.productSection .iblockInner .list_inner dt {
    line-height: 22px;
    padding: 0 0 10px 0;
    font-size: 14px;
    padding-left: 1em;
    text-indent: -1em;
}
.productSection .iblockInner .list_inner table {
}
.productSection .iblockInner .inner {
    padding: 30px 10px 10px 10px;
}
.productSection .iblockInner .inner .picktext {
    line-height: 22px;
    padding: 0 10px 20px 10px;
    font-size: 15px;
    text-align: left;
}
	
.productSection .iblockInner .desc_inner {
  padding: 10px 10px 70px 10px;
  width: 100%;
  margin: 0 0 0 0;
}
	
.productSection .desc_inner .description {
  display: inherit;
}
	
.productSection .desc_inner .description .imgSide {
  flex: inherit;
  margin-right: 0px;
	margin-bottom:20px;
	text-align: center;
}
	
.productSection .desc_inner .description .imgSide img{
	width:60%;
	}

/**/

.productSection .iblockInner{
	width:100%;
	margin:0 auto;
	background:#fff;
	padding:20px 10px 0px 10px;
}
.productSection #aicloud .iblockInner{
	padding:25px 10px 10px 10px;
}

.productSection .iblockInner .colum3{
  width: 100%;
  display: block;
}
.productSection .iblockInner .colum3 .inCol{
	display:table;
	width:100%;
	padding:0 0 10px 0;
}
.productSection .iblockInner .colum3 .inCol .incImg{
	display:table-cell;
	text-align:center;
	width:170px;
	vertical-align:middle;
}
.productSection .iblockInner .colum3 .inCol .incImg img{
	width:100%;
}
.productSection .iblockInner .colum3 .inCol .inddetail{
	display:table-cell;
	text-align:center;
	vertical-align:middle;
}
	        	
.productSection .iblockInner .colum3 .inCol .incTitle{
	font-size:17px;
	font-weight:bold;
	text-align:left;
	padding: 0 0 40px 20px;
}

.productSection .iblockInner .colum3_c{
  width: 100%;
  display: block;
          margin-bottom:10px;
}
.productSection .iblockInner .colum3_c .inCol{
	display:table;
	width:100%;
	margin-bottom:20px;
}
.productSection .iblockInner .colum3_c .inCol .incImg{
	display:table-cell;
	text-align:center;
	width:150px;
	vertical-align:middle;
	margin-bottom:5px;
}      	
.productSection .iblockInner .colum3_c .inCol .incImg img{
	width:100%;
}
.productSection .iblockInner .colum3_c .inCol .inddetail{
	display:table-cell;
	text-align:center;
	vertical-align:top;
	padding:0 10px 0 15px
}
.productSection .iblockInner .colum3_c .inCol .incTitle{
	font-size:17px;
	font-weight:bold;
	text-align:left;
	padding:0 0 10px 0;
}

.productSection .iblockInner .colum3_c .inCol .incText{
	font-size:15px;
	line-height:1.5;
	text-align:left;
	padding:0 0 15px 0;
}

.productSection .iblockInner .cameraSpec{
	width:100%;
	padding-bottom:55px;
	position:relative;
}
.productSection .iblockInner .cameraSpec .csList{
}
.productSection .iblockInner .cameraSpec .csList.csListac{
	display:none;
}
.productSection .iblockInner .cameraSpec .csList dl{
	display:block;
	width:100%;
	background:#cde0f1;
}
.productSection .iblockInner .cameraSpec .csList dl:nth-child(odd){
	background:#e8f0f7;
}
.productSection .iblockInner .cameraSpec .csList:nth-child(2) dl{
	background:#cde0f1;
}
.productSection .iblockInner .cameraSpec .csList:nth-child(2) dl:nth-child(even){
	background:#e8f0f7;
}

.productSection .iblockInner .cameraSpec .csList dl dt{
	display:block;
	width:100%;
	border-bottom:none;
	border-right:none;
	background:none;
	padding:17px 15px 5px 15px;
	font-size:16px;
	line-height:1.4;
	font-weight:bold;
	color:#020424;
}
.productSection .iblockInner .cameraSpec .csList dl dd{
	display:block;
	width:100%;
	border-bottom:1px solid #fff;
	background:none;
	padding:0 15px 15px 15px;
	font-size:16px;
	line-height:1.6;
	color:#020424;
}
.productSection .iblockInner .cameraSpec .cshide{
  display: block;
  width: 100%;
  padding: 80px 0 0;
  position: absolute;
  bottom: 0;
  left: 0;
  background: linear-gradient( to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 60% );
}
.productSection .iblockInner .cameraSpec .csBtn{
	width:145px;
	height:38px;
	text-align:center;
	border-top:1px solid #000;
	border-bottom:1px solid #000;
	border-left:1px solid #000;
	border-right:1px solid #000;
	background:#fff;
	padding:9px 10px;
	font-size:15px;
	font-weight:bold;
	line-height:20px;
	color:#000;
	margin:0 auto;
}

	.productSection .iblockInner .head{
	display: block;
	overflow: hidden;
}

.productSection .iblockInner .head .liTitle{
    position: relative;
    font-size: 22px;
    line-height: 1;
    font-weight: bold;
    padding: 0px 0 0px 10px;
	border-left: solid 5px #132DDF;
    margin: 10px 0 30px 10px;
}

.productSection .iblockInner .head .liLogo {
    text-align: center;
    padding: 0 0 20px 0;
}
	
.productSection .iblockInner .head .liLogo img{
	width:30%;
	}

.productSection .iblockInner .iblockPtn1{
	position:relative;
	width:100%;
	display:block;
	margin-bottom:0;
	
}
.productSection .iblockInner .iblockPtn1 .ibpText{
	display:block;
	width:100%;
	padding:0 10px 20px 10px;
}
.productSection .iblockInner .iblockPtn1 .ibpImg{
	display:block;
	padding-bottom:20px;
}

.productSection .iblockInner .iblockPtn1 .ibpImg img{
	width:100%;
}

.productSection .iblockInner .iblockPtn2{
	width:100%;
	display:table;
	margin-bottom:45px;
	
}
.productSection .iblockInner .iblockPtn2 .ibpText{
	display:block;
	vertical-align:middle;
	color:#020427;
	font-size:15px;
	line-height:1.6;
	padding:0 10px 0 10px;
}
.productSection .iblockInner .iblockPtn2 .ibpImg{
	display:block;
	width:auto;
	max-width:260px;
	margin:0 auto;
	padding-bottom:20px;
}
.productSection .iblockInner .iblockPtn2 .ibpImg img{
	width:100%;
}
.productSection .iblockInner .iblockPtn3,
	.productSection .iblockInner .iblockPtn4{
	width:100%;
	display:block;
	margin-bottom:20px;
}
.productSection .iblockInner .iblockPtn3 .ibpText,
	.productSection .iblockInner .iblockPtn4 .ibpText{
	display:block;
	width:100%;
}
.productSection .iblockInner .iblockPtn1 .ibpText .num,
.productSection .iblockInner .iblockPtn3 .ibpText .num,
.productSection .iblockInner .iblockPtn4 .ibpText .num{
	position:relative;
	width:30px;
	height:30px;
	background:#132ddf;
	color:#fff;
	text-align:center;
	border-radius:15px;
	line-height:30px;
	margin-bottom:8px;
}
.productSection .iblockInner .iblockPtn1 .ibpText img,
.productSection .iblockInner .iblockPtn3 .ibpText img,
.productSection .iblockInner .iblockPtn4 .ibpText img{
	position:absolute;
	top:0;
	left:40px;
}
.productSection .iblockInner .iblockPtn1 .ibpText .com{
	color:#020427;
	font-size:15px;
	line-height:1.6;
	padding:0 0 22px 45px;
}
.productSection .iblockInner .iblockPtn3 .ibpText .com,
	.productSection .iblockInner .iblockPtn4 .ibpText .com{
	color:#020427;
	font-size:15px;
	line-height:1.6;
	margin-bottom:40px;
}
.productSection .iblockInner .iblockPtn3 .ibpImg,
	.productSection .iblockInner .iblockPtn4 .ibpImg{
	display:block;
	width:auto;
	max-width:325px;
	margin:0 auto;
	padding-bottom:20px;
}
.productSection .iblockInner .iblockPtn3 .ibpImg img,
	.productSection .iblockInner .iblockPtn4 .ibpImg img{
	width:100%;
}

.productSection .iblockInner .ibppoint.zap0101{
	position:relative;
	top: 0;
	left: 0;
}
.productSection .iblockInner .ibppoint.zap0102{
	position:relative;
	top: 0;
	left: 0;
}
.productSection .iblockInner .ibppoint.zap0103{
	position:relative;
	top: 0;
	left: 0;
}
.productSection .iblockInner .ibppoint.zap0103{
	position:relative;
}
.productSection .iblockInner .ibppoint.zap0103 .num{
	position:absolute;
	top:0;
	left:0;
}
.productSection .iblockInner .ibppoint.zap0103 .com{
	position:relative;
	display:table-cell;
	top: 0;
	left: 0;
	width: auto;
}
.productSection .iblockInner .ibppoint.zap0104 .num{
	position:absolute;
	top:0;
	left:0;
}
.productSection .iblockInner .ibppoint.zap0104 .com{
	position:relative;
	display:table-cell;
	top: 0;
	left: 0;
	width: auto;
}
.productSection .iblockInner .ibppoint.zap0104{
	position:relative;
	top: 0;
	left: 0;
}
.productSection .iblockInner .ibppoint.zap0301,
.productSection .iblockInner .ibppoint.zap0302,
.productSection .iblockInner .ibppoint.zap0601,
.productSection .iblockInner .ibppoint.zap0602,
.productSection .iblockInner .ibppoint.zap0603{
	position:relative;
	padding-top:0;
}
.productSection .iblockInner .ibppoint.zap0301 .num,
.productSection .iblockInner .ibppoint.zap0302 .num,
.productSection .iblockInner .ibppoint.zap0601 .num,
.productSection .iblockInner .ibppoint.zap0602 .num,
.productSection .iblockInner .ibppoint.zap0603 .num{
	position:absolute;
	top:0;
	left:0;
}
.productSection .iblockInner .ibppoint.zap0301 .com,
.productSection .iblockInner .ibppoint.zap0302 .com,
.productSection .iblockInner .ibppoint.zap0601 .com,
.productSection .iblockInner .ibppoint.zap0602 .com,
.productSection .iblockInner .ibppoint.zap0603 .com{
	position:relative;
	display:table-cell;
	top: 0;
	left: 0;
	width: auto;
	padding: 0 0 22px 45px;
}
.productSection .iblockInner .ibppoint.zap0401{
	position:relative;
	padding-top:0;
}
.productSection .iblockInner .ibppoint.zap0401 .num{
	position:absolute;
	top:0;
	left:0;
}
.productSection .iblockInner .ibppoint.zap0401 .com{
	position:relative;
	display:table-cell;
	top: 0;
	left: 0;
	width: auto;
	padding: 0 0 22px 45px;
}












/*planSection
*****************************************************************/
.planSection{
    min-width: auto;
}

.planSection .Outer{
position: relative;
	width:100%;
}


.planSection .Inner{
	max-width:1000px;
	margin:0 auto;
	padding:20px 0 20px 0;
}
.planSection .SubTitle{
	font-size:16px;
	text-underline-offset: 4px;
	padding-bottom:10px;
}
.planSection .Title{
	font-size:24px;
	padding-bottom:28px;
}


.planSection .plan_c .inner {
    padding: 40px 20px;
}
.planSection .plan_c .inner .innerdl + .odlTitle {
  margin-top: 3em;
}
.planSection .plan_c .inner .innerdl dt{
	padding-left:2.5em;
	text-indent:-2.5em;
	line-height:22px;
	padding-bottom:12px;
	font-size:15px;
}
.planSection .plan_c .subTitle {
    font-size: 24px;
    line-height: 30px;
    padding: 0 0 20px 0;
}
.planSection.planc .plan_c .subTitle{
	padding-bottom:40px;
}
.planSection .plan_c .innerText {
  font-size: 15px;
  line-height: 24px;
  padding: 0 0 30px 0;
}
.planSection .plan_c .optionImg {
  padding: 0 0 0 0;
}
.planSection .plan_c .foption {
	display:inline-block;
	width:48%;
	font-size:16px;
	vertical-align:top;
}
.planSection .plan_c .foption .foptionInner, .planSection .plan_c .roption .roptionInner {
  background: #fff;
  border-radius: 2px;
  border:1px solid #4357e5;
  margin: 0 0 30px 0;
}
.planSection .plan_c .foption .foptionInner .optionTitle{
	font-size:16px;
	line-height:20px;
	padding:5px 0 5px 0;
	border-radius:0;
}
.planSection .plan_c .roption .roptionInner .optionTitle {
	font-size:16px;
	line-height:20px;
	padding:5px 0 5px 0;
	border-radius:0;
}

.planSection .plan_c .foption .foptionInner .optionTitle .num{
	top:5px;
	left:5px;
	width:20px;
	height:20px;
	line-height:20px;
	font-size:13px;
}
.planSection .plan_c .roption .roptionInner .optionTitle .num{
	top:5px;
	left:5px;
	width:20px;
	height:20px;
	line-height:20px;
	font-size:13px;
}
.planSection .plan_c .foption .optiondietail {
	padding:50px 0 20px 10px;
    background: url(../images/price_img_01.png) no-repeat center top;
    background-size:55px auto;
}
.planSection .plan_c .foption .optiondietail .odname, .planSection .plan_c .roption .optiondietail .odname {
  font-size: 13px;
  line-height: 36px;
  color: #040621;
  padding: 0 0 0 0;
  text-align: center;
  font-weight:normal;
}
.planSection .plan_c .odText
{
  font-size: 14px;
  line-height: 22px;
  font-weight: bold;
}
.planSection .plan_c .odText span
{
  display: block;
  font-weight: normal;
}
.planSection .plan_c .coption {
position:relative;
	display:inline-block;
	width:4%;
	font-size:16px;
	text-align:center;
	padding:50px 0 0 0;
}
.planSection .plan_c .coption img {
position:absolute;
top:55px;
left:50%;
	margin-left:-20px;
	width:40px;
	z-index:5;


}
.planSection .plan_c .roption {
	display:inline-block;
	width:48%;
	font-size:16px;
	vertical-align:top;
}
.planSection .plan_c .roption .optiondietail {
	padding:50px 0 20px 0;
    background: url(../images/price_img_02.png) no-repeat center top;
    background-size:55px auto;
}
.planSection .plan_c .roption .optiondietail .odname {
  font-size: 13px;
  line-height: 18px;
  color: #040621;
  padding: 0 0 0 0;
  text-align: center;
  font-weight:normal;
}
.planSection .plan_c .optionList{
	max-width:740px;
	margin:0 auto;
  padding-bottom: 10px;
}



.planSection .selectTitle{
  font-size: 16px;
  line-height: 20px;
  padding: 5px 0 5px 0;
  border-radius: 0 0 0 0;
  margin:0 auto 25px auto;
}
.planSection .selectTitle2 {
  font-size: 16px;
  line-height: 20px;
  padding: 5px 0 5px 0;
  border-radius: 0 0 0 0;
  margin:0 auto 25px auto;
}

.planSection .selectTitle .num{
	top:5px;
	left:5px;
	width:20px;
	height:20px;
	line-height:20px;
	font-size:13px;
}
.planSection .selectTitle2 .num{
	color: #14b6df;
	top:5px;
	left:5px;
	width:20px;
	height:20px;
	line-height:20px;
	font-size:13px;
}


.planSection .subLabel{
  margin:0 auto 25px auto;
}
.planSection .subLabel .subLabelInner{
  border-left:4px solid #14b6df;
  padding:0 0 0 10px;
}

.planSection .subLabel .subLabelInner .subLabelText{
  font-size:15px;
  line-height:20px;
  padding:0 10px 0 0;
}
.planSection .subLabel .subLabelInner .subLabelText span{
  font-size:12px;
}
.planSection .subLabel .subLabelInner .subLabelLog{
  height:40px;
}
.planSection .subLabel .subLabelInner .subLabelLog img{
  height:100%;
}

.planSection .caseTable{
  padding-bottom:30px;

}
.planSection .caseTable .tblTitle{
  line-height:30px;
  font-size:16px;
}
.planSection .caseTable .tblTitle2{
  line-height:20px;
  font-size:16px;
  padding:5px 10px 5px 10px;
}
.planSection .caseTable .tblTitle2 div:nth-child(1){
	display:block;
	vertical-align:top;
  font-size:15px;
  line-height:20px;
  font-weight:bold;
  text-align:left;
  padding:0 25px 0 0;
}
.planSection .caseTable .tblTitle2 div:nth-child(2){
	display:block;
	vertical-align:top;
  font-size:14px;
  line-height:20px;
  font-weight:normal;
}
.planSection .caseTable .tblTitle2 div:nth-child(2) span{
  font-weight:bold;
  color:#142ddf;
}

.planSection .caseTable .caseTbl_l1{
	display:table;
	width:100%;
}
.planSection .caseTable .caseTbl_l1 .Tbltd {
	display:table-cell;
	width:40%;
  padding:20px 0;
}
.planSection .caseTable .caseTbl_l1 .Tbltd:last-child {
	width:60%;
}
.planSection .caseTable .caseTbl_l1 .Tbltd .tdTitle{
	display:inline-block;
  font-size:14px;
  font-weight:bold;
  line-height:25px;
  text-align:center;
}

.planSection .caseTable .caseTbl_l1 .Tbltd .tdTitle span{
	display:inline-block;
  font-size:13px;
  font-weight:normal;
}
.planSection .caseTable .caseTbl_l1 .Tbltd .tdPrice{
	display:block;
  font-size:20px;
  line-height:25px;
}
.planSection .caseTable .caseTbl_l1 .Tbltd .tdPrice span{
  font-size:13px;
}
.planSection .caseTable .caseTbl_l1 .Tbltd .tdData{
	display:block;
}
.planSection .caseTable .caseTbl_l1 .Tbltd .tdData .tdName{
	display:inline-block;
	vertical-align:top;
  font-size:14px;
  line-height:25px;
  padding:0 3px 0 0;
  width:70px;
  text-align:right;
  
}

.planSection .caseTable .caseTbl_l1 .Tbltd .tdData .tdTitle{
  width:115px;
}
.planSection .caseTable .caseTbl_l1 .Tbltd .tdData .tdPrice{
	display:inline-block;
  width:115px;
  text-align:left;
}
.planSection .caseTable .caseTbl_l2 .Tbltd{
	width:100%;
  border-left:1px solid #d8d8d8;
  border-right:1px solid #d8d8d8;
  border-bottom:1px solid #d8d8d8;
  text-align:center;
  padding:20px 10px;
}
.planSection .caseTable .caseTbl_l2{
	padding-bottom:25px;
}

.planSection .caseTable .caseTbl_l2:last-child{
	padding-bottom:0;
}
.planSection .caseTable .caseTbl_l2 .Tbltd .TbFloat{
	width:100%;
}
.planSection .caseTable .caseTbl_l2 .Tbltd .TbFloat{
	width:100%;
}

.planSection .plan_c .caseTbl_l2 .foption {
	display:block;
  width: 100%;
  font-size: 16px;
  margin-bottom:15px;
}
.planSection .plan_c .caseTbl_l2 .coption {
display:none;
}


.planSection .plan_c .caseTbl_l2 .roption {
	display:block;
  width: 100%;
  font-size: 16px;
}
.planSection .caseTable .caseTbl_l2 .Tbltd .TbFloat .optionInner .optionTitle{
	position:relative;
  background: #4357e5;
  color: #fff;
  font-size: 16px;
  line-height: 23px;
  padding: 5px 0 5px 0;
  text-align: center;
}
.planSection .caseTable .caseTbl_l2 .Tbltd .TbFloat .roption .optionInner .optionTitle{
  background: #14b6df;
}
.planSection .caseTable .caseTbl_l2 .Tbltd .TbFloat .optionInner .optiondetail{
	position:relative;
  line-height: 23px;
  text-align: center;
  padding:15px 10px 10px 20px
}
.planSection .caseTable .caseTbl_l2 .Tbltd .TbFloat .optionInner .optiondetail .odPrice{
  color:#142ddf;
  font-size: 18px;
  line-height: 24px;
  text-align: center;
  font-weight:bold;
  padding-bottom:5px;
}
.planSection .caseTable .caseTbl_l2 .Tbltd .TbFloat .optionInner .optiondetail .odPrice span{
  color:#040621;
  font-size: 13px;
  line-height: 14px;
  font-weight:normal;
}
.planSection .caseTable .caseTbl_l2 .Tbltd .TbFloat .optionInner .optiondetail .odtTitle{
display:inline-block;
vertical-align:top;
  font-size: 12px;
  line-height: 18px;
  text-align: right;
}
.planSection .caseTable .caseTbl_l2 .Tbltd .TbFloat .optionInner .optiondetail .odtText{
display:inline-block;
vertical-align:top;
  font-size: 12px;
  line-height: 18px;
  text-align: left;
  padding:0 0 0 5px;
}


.planSection .cameraBlock{

}
.planSection .cameraBlock .cameraLeft{
	width:30%;
	padding-bottom:10px;

}
.planSection .cameraBlock .cameraLeft img{
	width:100%;

}
.planSection .cameraBlock .cameraRight{
	width:70%;
	padding-bottom:20px;
}
.planSection .cameraBlock .cameraTbl{
	padding:0 0 15px 0;
}
.planSection .cameraBlock .tblTitle{
  line-height:30px;
  font-size:16px;
}
.planSection .cameraBlock .tbl_clm1{
  width: 100%;
  line-height:20px;
  font-size:14px;
  padding:5px 5px;
  text-align:center;
}
.planSection .cameraBlock .tbl_clm2{
	display:inline-block;
	vertical-align:top;
  width: 30%;
  line-height:22px;
  font-size:14px;
  padding:5px 5px;
}
.planSection .cameraBlock .tbl_clm2.tblPrice{
	display:inline-block;
	vertical-align:top;
  width: 70%;
  font-size:18px;
  line-height:20px;
  color:#142ddf;
  padding:5px 5px;
  
}
.planSection .cameraBlock .tbl_clm2.tblPrice span{
  font-size:13px;
  height: auto;
}




.planSection .caseFloat{
  padding-bottom:30px;

}
.planSection .caseFloat .lFloat{
	width:70%;
	vertical-align:top;
	display:inline-block;
  font-size:14px;
	padding-right:15px;

}
.planSection .caseFloat .rFloat{
	width:30%;
	vertical-align:top;
	padding-left:5px;
	display:inline-block;
}
.planSection .caseFloat .lFloat .cfText{
  font-size:15px;
  line-height:24px;
  padding-bottom:20px;
}
.planSection .caseFloat .tblTitle{
  line-height:30px;
  font-size:16px;
}
.planSection .caseFloat .tblText {
	display:block;
	width:100%;
  padding:15px 10px;
  font-size:15px;
  line-height:24px;
}
.planSection .caseFloat .cfImg img {
	width:100%;
}




.planSection .plan_c .inner .innerdl2{
}
.planSection .plan_c .inner .innerdl2 dt{
	padding-left:2.5em;
	text-indent:-2.5em;
	line-height:22px;
	padding-bottom:2px;
	font-size:15px;
}








.planSection .plan_c .optionList{
	padding:0 0 20px 0;
}
.planSection .plan_c .optionList .odlTitle{
    font-size: 16px;
    line-height: 24px;
    padding: 0 0 5px 0;
	
	
}
.planSection .plan_c .optionList .odlText{
    font-size: 14px;
    line-height: 22px;
    padding: 0 0 15px 0;
}
.planSection .plan_c .optionList .odlTable{
	margin:0 0 25px 0;
}


.planSection .plan_c .optionList .odlTable .odlTh{
    font-size: 14px;
    line-height: 24px;
    padding:10px;
}


.planSection .plan_c .optionList .odlTable .odlTr{
	width:100%;
	display:block;
	font-size:0;
    padding:10px;
	
}
.planSection .plan_c .optionList .odlTable .odlTr.pickup{
	background:#fff7b4;
	
}

.planSection .plan_c .optionList .odlTable .odlTr .odlTdf{
	display:none;
}
.planSection .plan_c .optionList .odlTable .odlTr.pickup .odlTdf{ 
	display:inline-block;
	vertical-align:middle;
	line-height:28px;
    padding:0;
    text-align:center;
    font-weight:bold;
    color:#ff3f2b;
    font-size:14px;
	width:100%;
	
}
.planSection .plan_c .optionList .odlTable .odlTr .odlTdd{
	display:inline-block;
	width:30%;
	vertical-align:middle;
	line-height:24px;
    padding:0;
    text-align:right;
    font-size:22px;
    font-weight:bold;
}
.planSection .plan_c .optionList .odlTable .odlTr .odlTdp{
	display:inline-block;
	width:70%;
	vertical-align:middle;
	line-height:24px;
    padding:0;
    text-align:right;
	color:#142ddf;
    font-size:22px;
    font-weight:bold;
}
.planSection .plan_c .optionList .odlTable .odlTr .odlTdd span,
.planSection .plan_c .optionList .odlTable .odlTr .odlTdp span{
    font-size:12px;
    font-weight:normal;
    color:#000;

}

.planSection .plan_c .optionList .odlTable2{
	border-top:1px solid #d8d8d8;
	border-left:1px solid #d8d8d8;
	margin:0 0 25px 0;
}

.planSection .plan_c .optionList .odlTable2 .odlTr{
	width:100%;
	display:table;
	border-bottom:1px solid #d8d8d8;
}
.planSection .plan_c .optionList .odlTable2 .odlTr .odlTdh{
	display:table-cell;
	width:50%;
	vertical-align:middle;
	line-height:25px;
    padding:10px 2px;
    font-size:22px;
}
.planSection .plan_c .optionList .odlTable2 .odlTr .odlTdh span{
    font-size:14px;

}



.planSection .tableOption{
	background:#ffffff;
	padding:25px 23px;
}
.planSection .tableOption{
	background:#ffffff;
	padding:25px 23px 35px 23px;
}
.planSection .tableOption .tpTitle{
	border-left:5px solid #132ddf;
	font-size:24px;
	line-height:32px;
	font-weight:bold;
	padding:0 0 0 15px;
	color:#000;
	margin-bottom:20px;
}
.planSection .tableOption .tpText{
	font-size:16px;
	line-height:1.6;
	padding:0 0 0 10px;
	color:#020424;
}


/*flowSection
*****************************************************************/
.flowSection{
    min-width: auto;
}



.flowSection .Outer::after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  border-top: 23px solid transparent;
  border-left: 0 solid transparent;
  border-right: 100vw solid #fff;
  border-bottom: 0 solid #fff;
  }
.flowSection .Inner{
	padding:30px 10px 110px 10px;
}
.flowSection .SubTitle{
	font-size:16px;
	text-underline-offset: 4px;
	padding-bottom:10px;
}
.flowSection .Title{
	font-size:24px;
	padding-bottom:28px;
}

.flowSection .stepBox{
  position:relative;
}
.flowSection .StepBlock{
  margin: 0 auto;
  display: block;
  padding:0 0 30px 0px;
}

.flowSection .StepBlock .StepBox{
  position: relative;
  margin-right:8px;
  background:#fff;
  width:100%;
  margin-bottom:4px;
}
	
.flowSection .StepBlock .StepBox span{
	    position: absolute;
    display: block;
    top: 6px;
    right: 5px;
    background: #b60005;
    color: #fff;
    font-weight: bold;
    text-align: center;
    padding: 2px 10px 2px 7px;
	font-size:14px;
	transform: skewX(351deg);
    font-style: normal;
}

.flowSection .StepBlock .StepBox:last-child{
  margin-right:0;
  width:100%;
}

.flowSection .StepBlock .StepBox p:first-child{
	width:100%;
	text-align:left;
	color:#5aa2eb;
	font-size:18px;
	line-height:38px;
	padding:0 15px;
}
.flowSection .StepBlock .StepBox p:last-child{
	width:100%;
	text-align:left;
	font-size:18px;
	line-height:1.2;
	height:auto;
  display: block;
	padding:10px 15px;
}

.flowSection .stepLine:before{
	position:absolute;
left:0;
    content: "";
    width:65px;
    height:26px;
    background:#020427 url(../images/flow_maru.png) no-repeat center center;
}
.flowSection .stepLine:after{
	position:absolute;
right:0;
    bottom:0;
    content: "";
    width:65px;
    height:39px;
    background:#020427 url(../images/flow_arrow_s.png) no-repeat center center;
}
.flowSection .stepLine{
	position:absolute;
	width:65px;
	height:500px;
	text-align:center;
    background:url(../images/flow_line_sp.png) repeat-y center top;
    margin-bottom:0;
}
.flowSection .stepLine .StepLText{
	display:block;
	background:#020427;
	color:#fff;
	width:30px;
	letter-spacing:0.15em;
	writing-mode: vertical-rl;
	margin:70px auto 0 auto;
	text-align:center;
}

.flowSection .Steplink{}

.flowSection .Steplink a{
	text-decoration:none;
	color:#000;
	}

.flowSection .Steplink dl{
	display:block;
	width:100%;
	background:#fff;
	margin-bottom:4px;
}
.flowSection .Steplink dl:hover{
	background:rgba(255,255,255,0.9);
}

.flowSection .Steplink dt{
	display:block;
	width:100%;
	padding:27px 0 0 0;
	font-size:0;
    background: url(../images/link_blank.png) no-repeat right 15px top 15px;
    background-size: auto 20px;
}
.flowSection .Steplink dt img{
	height:32px;
}
.flowSection .Steplink dl.fsclink dt img{
	height:40px;
}
.flowSection .Steplink dd{
	display:block;
	width:100%;
	padding:5px 0 30px 0;
    background:none;
    text-align:center;
	
}
.flowSection .Steplink dl.fsclink dd{
	display:block;
	width:100%;
	padding:0 0 30px 0;
    background:none;
    text-align:center;
}

.flowSection .Steplink dd span{
	display:inline-block;
	font-size:14px;
	line-height:1.3;
	margin:0 5px 0 0;
	
}
.flowSection .Steplink dd p{
	display:inline-block;
	font-size:14px;
	line-height:1.3;
}

/*faqSection
*****************************************************************/
.faqSection{
    min-width: auto;
}
.faqSection .Inner{
	margin:0 auto;
	padding:50px 0 60px 0;
}
.faqSection .SubTitle{
	font-size:16px;
	text-underline-offset: 4px;
	padding-bottom:10px;

}
.faqSection .Title{
	font-size:24px;
	padding-bottom:28px;
}
.faqSection .faqul{
	width:100%;
	padding:0 10px 10px 10px;
}
.faqSection dl{
	display:table;
	width:100%;
}
.faqSection dt{
	display:table-cell;
	border-bottom:1px solid #fff;
	border-right:1px solid #fff;
	width:60px;
	background:#cce0f1;
	text-align:center;
	line-height:14px;
	font-size:20px;
	padding:20px 5px;
	color:#132ddf;
	font-weight:bold;
}
.faqSection dd{
	position:relative;
	/*display:table-cell;*/
	border-bottom:1px solid #fff;
	background:#e8f0f7;
	padding:20px 20px 20px 20px;
	line-height:24px;
	font-size:14px;
	
    display: block;
    cursor:pointer;
	
}
.faqSection dd .Question{
	line-height:24px;
	font-size:16px;
    background: url(../images/lp2_ac_off.png) no-repeat right top 4px;
    background-size: auto 10px;
	padding:0 35px 0 0;
}
.faqSection dd .Question.active{
    background: url(../images/lp2_ac_on.png) no-repeat right top 4px;
    background-size: auto 10px;
}
.faqSection dd .Answer{
	display:none;
	padding:10px 0 0 20px;
	line-height:24px;
	font-size:16px;
}
/*contactSection
*****************************************************************/
.contactSection{
}
.contactSection .Inner{
	margin:0 auto;
	padding:60px 0 60px 0;
}
.contactSection .SubTitle{
	font-size:16px;
	text-underline-offset: 4px;
	padding-bottom:10px;

}
.contactSection .Title{
	font-size:24px;
	padding-bottom:28px;
}


iframe#parentframe { 
  min-height:1267px;
}
.iform form,
.contactSection form {
	width:100%;
	margin:0 auto;
	
}
.iform form .form_item,
.contactSection form .form_item{
	display:block;
	padding:0 10px;
	margin-bottom:17px;
	width:100%;
}
.iform form .form_item .head,
.contactSection form .form_item .head{
	display:block;
	width:100%;
	line-height:27px;
	padding:8px 10px 8px 0;
	color:#fff;
	font-weight:bold;
	font-size:16px;
}
.iform form .form_item .body,
.contactSection form .form_item .body{
	display:block;
	padding:0 0 8px 0;
	color:#fff;
}


/*contactSection
*****************************************************************/
.contactendSection{
	padding-top:70px;
}
.contactendSection .Inner{
	max-width:1000px;
	margin:0 auto;
	padding:100px 20px 100px 20px;
}
.contactendSection .Title{
	text-align:center;
	color:#000;
	font-size:22px;
	line-height:1.4;
	font-weight:bold;
	padding-bottom:30px;
}
.contactendSection .Text{
	text-align:center;
	color:#000;
	font-size:16px;
	padding-bottom:55px;
}

.contactendSection .DownLoad {
	width:225px;
	margin:0 auto;
	padding-bottom:80px;
	
}
.contactendSection .DownLoad a{
	display:block;
	width:100%;
	text-align:center;
	height:55px;
	color:#020424;
	line-height:55px;
	font-size:18px;
	
}
.contactendSection .DownLoad a span{
	padding-left:40px;
    background:#fff url(../images/icon_download.png) no-repeat left center;
	background-size:23px auto;
}
.contactendSection .DownLoad a:hover{
	opacity:0.5;
}

.contactendSection .pageback {
	text-align:center;
	color:#132edf;
	font-size:16px;
}



/*footer
	*****************************************************************/

footer {
    margin: 0 0 0 0;
    background: #f4f6ff;
    color: #fff;
}
footer .footer_guide {
    padding: 25px 0 25px 0;
    margin: 0 auto;
    max-width: 1080px;
}
footer .footer_guide ul {
	text-align:left;
    width: 100%;
    font-size:0;
}
footer .footer_guide ul li {
    display: block;
    padding:0 14px;
	text-align:left;
}
footer .footer_guide ul li a{
    /*padding:0;*/
    font-size:14px;
    line-height:30px;
    color:#1f1f1f;
    text-decoration:none;
    background: url(../images/f_arrow.png) no-repeat left center;
    background-size:auto 10px;
    padding:0 0 0 20px;
}
footer .footer_guide ul li a:hover{
    color:#557ae9;
    text-decoration:underline;
}
footer .copyright {
    padding: 25px 0;
    line-height: 20px;
    font-size: 14px;
}



}
