  /* CSS Document */
/**/

.p-lightbox_layer{
	display: none;
	opacity: 0;
	background-color: rgba(0,0,0,0.8);
	transition: opacity 0.3s;
	position: fixed;
	top:0px; left: 0px;
	width: 100%;
	height: 100%;
	z-index: 999;
	justify-content: center;
	align-items: center;
}
.p-lightbox_layer *{
	box-sizing: border-box;
}
.p-lightbox_layer.is-open{
	opacity: 1;
}
.p-lb_content{
	flex: 0 0 auto;
	width: 1100px;
	background-color: #fff;
	box-sizing: border-box;
	/*height: auto;*/
	height: calc(100% - 60px);
	padding: 0px;
	position: relative;
	box-shadow: 3px 5px 12px -2px rgba(0,0,0,0.8);
	font-family:"Roboto","Noto Sans JP","メイリオ", Meiryo, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "ＭＳ ゴシック", sans-serif;
	font-size: 1rem;
	line-height: 1.875;
	text-align: left;
}
.p-lightbox_layer.is-open .p-lb_content{
}

.p-lb_content__inner{
	height: 100%;
	overflow: auto;
	padding-top: 6rem;
	padding-bottom: 4rem;
}
.p-lb_header{
	background-color: #D9DCE0;
	padding: 0.9375rem 1rem 1rem 0;
	position: absolute;
	width: 100%;
	top:0px; left: 0px;
	z-index: 3;
}
.p-lb_header h2{
	font-size: 1.625rem;
	line-height: 1.3;
	font-weight: 500;
	text-align: center;
	margin: 0;
}

.p-lb_content__inner_body{
	/*padding-left: 40px;
	padding-right: 40px;*/
	width: 1020px;
	margin-left: auto;
	margin-right: auto;
}
.sp .p-lb_content__inner_body{
	width: 100%;
	padding-left: 3%;
	padding-right: 3%;
}

.p-lb_col_narrow{
	width: min(96%, 860px);
	margin-left: auto;
	margin: auto;
}
/*.p-lightbox_closeBtn{
	position: absolute;
	top:30px; right: 30px;
	width: 44px; height:44px;
	background: url("/tech/katri/technology/front_line/ff_003/images/icon_close.svg") no-repeat 50% 50%;
	cursor: pointer;
	transition: opacity 0.2s;
	opacity:0.85;
}
.p-lightbox_closeBtn:hover{
	opacity: 1;
}*/

/*box_article*/
.p-lb_content .c-box_article{
	padding: 0rem 1.875rem 0.125rem;
}
.p-lb_content .c-box_article.c-padding{
	padding-top: 1.5625rem;
	padding-bottom: 1.875rem;
}
.sp .p-lb_content .c-box_article.c-padding{
	padding: 1.125rem;
}
.p-blue_box{
	background-color: #325A8A;
}
.p-blue_box h4.c-box_heading{
	color: #fff;
	padding: 0.875rem 0 1rem;
}
/*p-measurement_tech__feature*/
.p-measurement_tech__feature{
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 1.5rem;
	text-align: center;
	padding: 1rem 0.5rem 1.125rem;
	line-height: 1.5;
	font-weight: 500;
	letter-spacing: 0;
}

.p-lightbox_closeBtn{
	position: absolute;
	display: block;
	top:0px; right: 0px;
	width: 54px; height:48px;
	background: url("/tech/katri/technology/front_line/ff_003/images/icon_close_g.svg") no-repeat 50% 50%;
	background-size: 15px 15px;
	cursor: pointer;
	transition: background-color 0.2s;
	z-index: 3;
	/*background-color: #fff;*/
}
.p-lightbox_closeBtn:hover{
	background-color: #edeef0;
}

/*contents*/

/*lb_content col, mb*/

.p-lb_content .col2 .col,
.p-lb_content .col5 .col2 .col,
.p-lb_content .col4 .col2 .col,
.p-lb_content .col3 .col2 .col{ width: calc((100% - 20px)/2); }

.p-lb_content .col3 .col,
.p-lb_content .col2 .col3 .col,
.p-lb_content .col4 .col3 .col,
.p-lb_content .col5 .col3 .col{ width: calc((100% - 40px)/3); }

.p-lb_content .col3 .col.span-2{ width: calc((100% - 40px)*2/3 + 20px); }

.p-lb_content .col4 .col{ width: calc((100% - 60px)/4); }

.p-lb_content .col4 .col.span-2{ width: calc((100% - 60px)*2/4 + 20px); }
.p-lb_content .col4 .col.span-3{ width: calc((100% - 60px)*3/4 + 40px); }

.p-lb_content .col5 .col{ width: calc((100% - 80px)/5); }

.p-lb_content .col5 .col.span-2{ width: calc((100% - 80px)*2/5 + 20px); }
.p-lb_content .col5 .col.span-3{ width: calc((100% - 80px)*3/5 + 40px); }
.p-lb_content .col5 .col.span-4{ width: calc((100% - 80px)*4/5 + 60px); }


/*==sp===========*/

.sp .p-lb_content{
	width: 94%;
}
.sp .p-lb_content__Info_txt .info_date__txt{
  width: 100%;
}
.sp .p-lb_content__main a::after{
	display: none;
}

.sp .u-spMb--1{
	margin-bottom: 1.25rem;
}

@media print{
	 .no_print{
    	display: none !important;
    }
    .p-lightbox_layer{
    	background-color: rgba(0,0,0,0);
    }
    .p-lb_content{
			width: 80% !important;
			height: auto !important;
    }
}

