@charset "utf-8";

/*----------------------------------------------------
  step系
----------------------------------------------------*/
#content .operation:nth-child(1){
	margin-top: 0px;
}
.title + .operation,
.sub_title + .operation,
h3 + .operation{
	margin-top: 0px;
}
.operation {text-align: left; margin-top: 30px;}
.operation h4{ font-size: 100%; text-indent:-1.5em; padding-left:1.5em; margin-top: 30px; line-height:1.3;  overflow:hidden;} 
.operation h4:nth-child(1){margin-top: 0px;} 
.operation h4 span{ font-size: 100%;  padding-right:13px; color:#000; font-weight:bold;}
.operation h4 span.two{font-size: 100%;  padding-right:3px; color:#000;}
.operation p,
.operation li,
.operation .tablescroll{ text-indent:0; margin-left:33px;}

.operation li p{ margin-left:0px;}

ol p{
	margin-left:30px;
}
ol li p{
	margin-left:0px;
}
ol.item_num,
ol.sub_step{
  counter-reset: item;
  list-style: none;
  padding: 0;
}
ol.item_num li,
ol.sub_step li{
  margin-top: 20px;
  padding-left: 30px;
  position: relative;
}
ol.item_num li:before,
ol.sub_step li:before{
  content: counter(item);
  counter-increment: item;
  background-color: #000;
  color: #FFF;
  display: block;
  float: left;
  font-size:90%;
  line-height: 20px;
  margin-left: -30px;
  text-align: center;
  height: 20px;
  width: 20px;
  border-radius: 50%;
}
ol.sub_step li:before{
  background-color: #FFF;
  border:1px solid #000;
  color:#000;
  line-height: 18px;
  height: 18px;
  width: 18px;
}
ol.sub_step.style_2nd li:before{
  background-color: #000;
  border:1px solid #000;
  color:#fff;
}

/*----------------------------------------------------
	memo | notice
----------------------------------------------------*/
.memo{
	clear:both;
	margin-top:20px;
}
.memo .word{
	background-color:#FFF;
	border: 1px solid #D0D3DA;
	border-bottom:none;
	padding:8px 18px;
	display:inline-block;
}
.memo .word h4{
	font-weight:bold;
}
.memo .col{
	margin-top:-2px;
	padding:5px 15px 10px 15px;
	border: 1px solid #D0D3DA;
}
.memo .col p{
	margin:0;
}
.notice{
	clear:both;
	margin-top:20px;
}
.notice .word{
	background-color:#E9EAED;
	padding:8px 18px;
	display:inline-block;
}
.notice .word h4{
	font-weight:bold;
}
.notice .col{
	background-color:#E9EAED;
	padding:10px 15px 10px 15px;
}
.notice .col p{
	margin:0;
}
.warning{
	clear:both;
	margin-top:20px;
	border: 1px solid #FF0000;
}
.warning .word{
	text-align:center;
	background-color:#EFEFEF;
	border-bottom: 1px solid #FF0000;
	padding:8px 18px;
	display:block;
}
.warning .word h4{
	color:#FF0000;
	font-weight:bold;
}
.warning .col{
	padding:10px 15px 10px 15px;
}
.warning .col p{
	margin:0;
}

/*----------------------------------------------------
	table
----------------------------------------------------*/
p + .tablescroll,
h3 + .tablescroll{
	margin-top: 5px;
}
#content > .tablescroll{
	margin-top: 0px;
}
table {
	width: 100%;
	border-collapse:collapse;
	border-spacing:0;
	border-top:none;
}
table th  {
	border: 1px solid #C5C5C5;
	background-color:#EFEFEF;
	padding: 5px;
	text-align: center;
}
table th p{
	font-weight:bold;
	margin:0px !important;
	padding:0px !important;
}
table tr td {
	border: 1px solid #C5C5C5;
	background-color:#FFF;
	padding: 0px 5px 5px 5px;
	margin:auto;
	vertical-align: middle;
	text-align: left;
}
table tr td p{
	font-size:80%;
}
.operation table tr td p{
	margin-left: 0;
}
table img {
	text-align: center;
	vertical-align: middle;
}

.tablescroll{
	margin-top: 20px;
	overflow-x: auto;
}
.tablescroll::-webkit-scrollbar{
	height: 5px;
}
.tablescroll::-webkit-scrollbar-track{
	background: #F1F1F1;
}
.tablescroll::-webkit-scrollbar-thumb {
	background: #BCBCBC;
}
.tablescroll .hide-table-header{
	display:none;
}

.safety table,
.safety table th,
.safety table tr td{
	border: none;
}
.safety table tr td{
	padding: 0px;
}
.safety .tablescroll{
	overflow-x: inherit;
}
.safety .accent_box_line .tablescroll{
	margin: 0 0 10px 0;
}
.safety .title{
	background-color: #EFEFEF;
}
.safety .title h2{
	font-size: 160%;
}
.title + h3{
	margin-top: 20px !important;
}
.safety h3{
	font-size: 120%;
}
.safety h4{
	margin-top: 20px;
	font-size: 100%;
}
.safety table h4{
	margin-top: 10px;
	border-left: 3px solid #1B1BE0;
	padding-left: 10px;
	font-size: 100%;
}
.img + .img{
	margin: 10px 0 0 0 !important;
}
.safety table .img{
	margin: 0;
}
.safety table .img img {
	width: 60px;
	margin: 0;
}
.safety .accent_box_line table .img img {
	width: 140px;
	margin: 10px 0 0 0;
}
/*----------------------------------------------------
	tabs
----------------------------------------------------*/
.tabs{
	margin:20px 0px;
	position: relative;
}
.tabs .tab_menu { 
	display: table;
	margin: 10px auto 0px auto;
	border-collapse:separate;
}
.tab_menu li{
	display: table-cell;
}
.tab_menu li a{
	font-size:120%;
	color:#3399FF;
	text-align:center;
	background:url(../img/burette/Next.svg) no-repeat left 15px center;
	-webkit-background-size: auto 25px;
	background-size: auto 25px;
	padding:5px 30px 5px 50px;
	display:block;
	border-left:1px solid #333;
}
.tab_menu li:nth-child(1) a{
	border-left:none;
}
.tab_menu li a:hover{
	background: #F0F2F4 url(../img/burette/Next.svg) no-repeat left 15px center;
	-webkit-background-size: auto 25px;
	background-size: auto 25px;
}
.tab_menu li.active a{
    color:#0068B6;
	background: #F0F2F4 url(../img/burette/Next.svg) no-repeat left 15px center;
	-webkit-background-size: auto 25px;
	background-size: auto 25px;
	position: relative;
	z-index:2;
}
.tab_menu li a{
	text-decoration:none;
}
.tabbox h2{
	margin:10px 0 10px 0 !important;
}
.tabbox{
	text-align:left;
	overflow: hidden;
	zoom: 1;
}
@media screen and (max-width:520px) {
	.tab_menu li a{
		font-size:120%;
		color:#333;
		text-align:center;
		padding:5px 30px;
		display:block;
		border-left:1px solid #333;
		border-right:none;
	}
	.tab_menu li:nth-child(1) a{
		border-right:none;
		border-left:none;
	}
}


/*----------------------------------------------------
	sub_story
----------------------------------------------------*/

.sub_story{
	margin: 10px 0px;
}
.sub_story_title{
	padding: 7px 25px 7px 5px;
	background: url(../img/burette/Down.svg) no-repeat right center;
	border-top: solid 1px #333;
	border-bottom: solid 1px #333;
	cursor:pointer;
}
.sub_story_title.open{
	background:#EFEFEF url(../img/burette/Up.svg) no-repeat right center;
}
.sub_story_box{
	padding:0px 5px 10px 5px;
	border-bottom: solid 1px #333;
	display: none;
	overflow:hidden;
}

/*----------------------------------------------------
	accordion
----------------------------------------------------*/
#index .title h2{
	font-size:120% !important;
	font-weight:normal;
	color:#FFF;
	background-color:#333;
	padding: 10px 20px;
	margin: 0 0 10px 0;
	display: block;
}
.accordion + .accordion{
	border-top: none;
	margin-top: 0;
}
.accordion{
	margin-top: 20px;
	margin-bottom: 10px;
}
.acctitle{
	padding: 0 40px 0 10px;
	background: #FFF url(../img/burette/Down.svg) no-repeat right center;
	border: solid 1px #DDD;
	cursor:pointer;
	position: relative;
}
.acctitle:hover{
	border: solid 1px #1B1BE0;
}
.acctitle:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 10px 0 0;
    border-color: #DDD transparent transparent transparent;
}
.acctitle:hover:before {
    border-color: #1B1BE0 transparent transparent transparent;
}
.acctitle.open{
	color: #1B1BE0;
	background: #EFEFEF url(../img/burette/Up.svg) no-repeat right center;
	border: solid 1px #1B1BE0;	
}
.acctitle.open:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 10px 0 0;
    border-color: #1B1BE0 transparent transparent transparent;
}
#index .acctitle h2{
	font-size: 90%;
	margin: 0;
	padding: 10px 0 10px 40px;
	background-size: auto 25px;
}
.acctitle.join h2{
	background: url(../img/icon/join.svg) no-repeat left center;
}
.acctitle.monitor h2{
	background: url(../img/icon/monitor.svg) no-repeat left center;
}
.acctitle.lens h2{
	background: url(../img/icon/lens.svg) no-repeat left center;
}
.acctitle.WDR h2{
	background: url(../img/icon/WDR.svg) no-repeat left center;
}
.acctitle.color h2{
	background: url(../img/icon/color.svg) no-repeat left center;
}
.acctitle.video_set h2{
	background: url(../img/icon/video_set.svg) no-repeat left center;
}
.acctitle.camera_sys h2{
	background: url(../img/icon/camera_sys.svg) no-repeat left center;
}
.acctitle.pc h2{
	background: url(../img/icon/pc.svg) no-repeat left center;
}
.acctitle.picture h2{
	background: url(../img/icon/picture.svg) no-repeat left center;
}
.acctitle.event h2{
	background: url(../img/icon/event.svg) no-repeat left center;
}
.acctitle.pc_cam h2{
	background: url(../img/icon/pc_cam.svg) no-repeat left center;
}

.accbox{
	padding: 20px 20px 10px 20px;
	display: none;
	overflow:hidden;
	background-color: #EFEFEF;
    border: 1px solid #DDD;
    -moz-box-shadow: 0 0 5px #CCC inset;
    -webkit-box-shadow: 0 0 5px #CCC inset;
    box-shadow: 0 0 5px #CCC inset;
}
#index .accbox h3{
	color: #1B1BE0;
	font-size: 90%;
	padding: 10px 0 5px 0;
	margin: 0 ;
}
#index .accbox h3:nth-child(1){
	padding: 0;
}
.accbox h3~.link{
	margin-left: 20px;
}
.accbox .link a{
	font-size:90%;
	text-decoration:none;
	color:#333;
	margin-left:40px;
	background: url(../img/burette/square_top_1.svg) no-repeat left 8px;
	margin: 0 0 10px 0;
	padding: 0px 0px 0px 15px;
	display: block;
}
.accbox .link a:hover{
	color:#1B1BE0;
	text-decoration: underline;
	background: url(../img/burette/square_top_2.svg) no-repeat left 8px;
}

/*----------------------------------------------------
	item_explanation
----------------------------------------------------*/
.item_explanation{
	clear: both;
	overflow: hidden;
	zoom:1;
}
.item_explanation_lead_title{
	margin-left:5px;
	margin-bottom: 0px;
	float: left;
	clear:left;
}
.item_explanation_lead_title_line{
	float: left;
	clear:left;
	background: url(../img/burette/line_01.svg) no-repeat left 15px;
	padding-left: 10px;
	margin-bottom: 0px;
}
.item_explanation_lead_text{
	float: left;
	padding-left: 0px;
}
.item_explanation_lead_text a{
	font-size: 75%;
	padding-left: 10px;
}
.item_explanation_title{
	margin-left:0px;
}
.item_explanation_text{
	padding-left: 14px;
}
.item_explanation ol.sub_step,
.item_explanation > p{
	margin-left: 14px;
}
.item_explanation ol.sub_step li{
	margin-top: 0px;
}
/*----------------------------------------------------
	sub_note
----------------------------------------------------*/
.operation .sub_note{
	margin-left:47px;
}
.sub_note{
	width: auto;
	margin-left:12px;
}
.sub_note .note {
	background: url(../img/burette/Note_2.svg) no-repeat left 7px;
	padding-left: 12px;
	margin-left: 5px;
}
/*----------------------------------------------------
	accent_box
----------------------------------------------------*/
h3 + .accent_box_line{
	margin-top:0px;
}
.accent_box_line{
	clear:both;
	width: auto;
	margin-top:10px;
	padding: 5px 10px 5px 10px;
	border: solid 1px #999999;
}
.accent_box_line .title h2{
	margin:0px !important;
	padding:0px !important;
	border: none !important;
}
.accent_box_line > p{
	margin-top:0px !important;
}
.accent_box_line p{
	margin-left:0px !important;
}
/*----------------------------------------------------
	procedure_step
----------------------------------------------------*/
.procedure_step{
	margin-top: 20px;
}
.prostep + .prostep{
	margin-top: 20px;
}
.procedure_step .prostep{
	width: 100%;
	border: 2px solid #000;
	padding: 15px;
	border-radius: 10px 10px;
	box-sizing: border-box;
	position: relative;
	display: inline-block;
}
.procedure_step .prostep .title h2{
	margin:0px !important;
	padding:0px 10px !important;
	border: none !important;
	position: absolute;
	top: -10px;
	background-color: #fff;
}
.procedure_step .prostep .img_left + p{
}
.procedure_step .prostep .notice{
	clear:none;
}
.procedure_step .prostep .notice .col{
	overflow: hidden;
}
/*----------------------------------------------------
	navigation
----------------------------------------------------*/
.navigation{
	clear: both;
	margin:0;
	position:relative;
}
.navigation > .title h2{
	font-size:130% !important;
	font-weight:normal;
	color:#FFF;
	margin-right:15px;
	background-color:#333;
	padding: 15px 40px;
	display: inline-block;
}
.navigation > .foot_note {
	float:left;
	margin-top:15px;
}
.navigation > .foot_note p{
	font-size:90%;
}
.filter {
	margin-top: 10px;
	padding-top:0px;
	padding-bottom:10px;
	clear:both;
	-webkit-column-count: 2;
	-moz-column-count:2;
	column-count: 2;
	-webkit-column-gap: 5px;
	-moz-column-gap: 5px;
	column-gap: 5px;
	width:100%;
}
.filter li {
	position: relative;
	margin-bottom:5px;
	page-break-inside: avoid;
	break-inside: avoid;
}
.filter a{
	font-size:90%;
	text-decoration:none;
	color:#333;
	padding: 10px 20px 10px 55px;
	border:1px solid #DDD;
	box-sizing:border-box;
	display:block;
	background-size: 25px auto !important;
}
.filter a.active,
.filter a:hover {
	color:#1B1BE0;
	background-color:#EFEFEF;
	border:1px solid #DDD;
	-moz-box-shadow: 0 0 5px #CCC inset;
	-webkit-box-shadow: 0 0 5px #CCC inset;
	box-shadow: 0 0 5px #CCC inset;
}
.filter a.active:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	display: inline-block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 15px 15px 0 0;
	border-color: #1B1BE0 transparent transparent transparent;
}

.filter .all {
	padding: 10px 20px;
}
.filter .join {
	background: url(../img/icon/join.svg) no-repeat left 15px center;
}
.filter .monitor {
	background: url(../img/icon/monitor.svg) no-repeat left 15px center;
}
.filter .lens {
	background: url(../img/icon/lens.svg) no-repeat left 15px center;
}
.filter .WDR {
	background: url(../img/icon/WDR.svg) no-repeat left 15px center;
}
.filter .color {
	background: url(../img/icon/color.svg) no-repeat left 15px center;
}
.filter .video_set {
	background: url(../img/icon/video_set.svg) no-repeat left 15px center;
}
.filter .camera_sys {
	background: url(../img/icon/camera_sys.svg) no-repeat left 15px center;
}
.filter .pc {
	background: url(../img/icon/pc.svg) no-repeat left 15px center;
}
.filter .picture {
	background: url(../img/icon/picture.svg) no-repeat left 15px center;
}
.filter .event {
	background: url(../img/icon/event.svg) no-repeat left 15px center;
}
.filter .pc_cam {
	background: url(../img/icon/pc_cam.svg) no-repeat left 15px center;
}

.boxes {
	margin: auto;
	-webkit-column-count: 1;
	-moz-column-count:1;
	column-count: 1;
	-webkit-column-gap: 10px;
	-moz-column-gap: 10px;
	column-gap: 10px;
}
.boxes .col {
	page-break-inside: avoid;
	break-inside: avoid;
	padding:20px; 
	margin-bottom:10px;
	display:inline-block;
	width:100%;
	box-sizing: border-box;
	-moz-box-shadow: 0 0 5px #CCC inset;
	-webkit-box-shadow: 0 0 5px #CCC inset;
	box-shadow: 0 0 5px #CCC inset;
	position:relative;
	border:1px solid #DDD;
	background-color:#EFEFEF;
	background-size: 25px auto !important;
} 
@media screen and (-webkit-min-device-pixel-ratio:0){
  .boxes .col{
    display: table;
  }
}
.boxes .col:hover {
	background-color:#FFF;
	border:1px solid #DDD;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	box-sizing:border-box;
}
.boxes .col h3{
	font-size:120% !important;
	color:#1B1BE0;
	margin-left:40px !important;
	margin-bottom:10px;
	padding: 0!important;
}
.boxes .col h4{
	font-size:90%;
	font-weight:bold;
	margin-left:40px;
	margin-bottom:5px;
}
.boxes .col a{
	font-size:90%;
	text-decoration:none;
	color:#333;
	margin-left:40px;
	background: url(../img/burette/square_top_1.svg) no-repeat left 8px;
	padding: 0px 0px 0px 15px;
	display: block;
}
.boxes .col a:hover{
	color:#1B1BE0;
	text-decoration: underline;
	background: url(../img/burette/square_top_2.svg) no-repeat left 8px;
}
.boxes .col:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	display: inline-block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 15px 15px 0 0;
	border-color: #1B1BE0 transparent transparent transparent;
}
.boxes .join {
	background: #EFEFEF url(../img/icon/join.svg) no-repeat left 20px top 15px;
}
.boxes .monitor {
	background: #EFEFEF url(../img/icon/monitor.svg) no-repeat left 20px top 15px;
}
.boxes .lens {
	background: #EFEFEF url(../img/icon/lens.svg) no-repeat left 20px top 15px;
}
.boxes .WDR {
	background: #EFEFEF url(../img/icon/WDR.svg) no-repeat left 20px top 15px;
}
.boxes .color {
	background: #EFEFEF url(../img/icon/color.svg) no-repeat left 20px top 15px;
}
.boxes .video_set {
	background: #EFEFEF url(../img/icon/video_set.svg) no-repeat left 20px top 15px;
}
.boxes .camera_sys {
	background: #EFEFEF url(../img/icon/camera_sys.svg) no-repeat left 20px top 15px;
}
.boxes .pc {
	background: #EFEFEF url(../img/icon/pc.svg) no-repeat left 20px top 15px;
}
.boxes .picture {
	background: #EFEFEF url(../img/icon/picture.svg) no-repeat left 20px top 15px;
}
.boxes .event {
	background: #EFEFEF url(../img/icon/event.svg) no-repeat left 20px top 15px;
}
.boxes .pc_cam {
	background: #EFEFEF url(../img/icon/pc_cam.svg) no-repeat left 20px top 15px;
}

/*----------------------------------------------------
	text系
----------------------------------------------------*/
h2 + h3{
	margin:0px 0px 10px 0px !important;
}
#content .title:nth-child(1) h2{
	margin:0px 0px 10px 0px;
}
#content h3:nth-child(1){
	margin:0px 0px 5px 0px;
}
#main .title h2{
	margin:50px 0px 10px 0px;
	padding: 6px 15px;
	border-left:3px solid #1B1BE0;
	box-sizing:border-box;
	text-indent:0;
	overflow:hidden;
}
#main h3{
	margin:40px 0px 5px 0px;
}

p.text_right {
	text-align: right;
}
p.text_center {
	text-align: center;
}
.note {
	background: url(../img/burette/Note_1.svg) no-repeat left 7px;
	padding-left: 17px;
}
.square {
	background: url(../img/burette/Square_1.svg) no-repeat left 6px;
	padding-left: 17px;
}
.foot_note .note {
	background:none;
	padding-left: 0px;
	margin-left:1em;
	text-indent:-1em;
}
.foot_note .num {
	margin-left:1.95em; 
	text-indent:-1.95em;
}

.link a{
	margin: 5px 0px 10px 19px;
	display:block;
}