  /* 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: 1060px;
	position: relative;
	background-color: #fff;
	box-sizing: border-box;
	height: auto;
	max-height: calc(100% - 20px);
	padding: 0px;
	overflow: auto;
	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-lightbox_closeBtn{
	position: absolute;
	top:30px; right: 30px;
	width: 44px; height:44px;
	background: url("/tech/const_portal/images/icon_close.svg") no-repeat 50% 50%;
	cursor: pointer;
	transition: opacity 0.2s;
	opacity:0.85;
}
.p-lightbox_closeBtn:hover{
	opacity: 1;
}*/

.p-lightbox_closeBtn{
	position: absolute;
	display: block;
	top:0px; right: 0px;
	width: 62px; height:50px;
	background: url("/tech/const_portal/images/icon_close_g.svg") no-repeat 24px 16px;
	background-size: 15px 15px;
	cursor: pointer;
	transition: background-color 0.2s;
	background-color: #fff;
}
.p-lightbox_closeBtn:hover{
	background-color: #edeef0;
}

/*contents*/

h2.p-lb_content__title{
	font-size: 1.9375rem;
	font-weight: 500;
	line-height: 1.3;
	text-align: center;
	padding: 1.4375rem 0 1.125rem;
}
.p-lb_content__txt.lede{
	text-align: center;
	padding: 0rem 1.875rem 1.5rem;
}

.p-lb_content__main{
	background-color: #ccc;
	padding: 1.25rem 1.875rem 0.375rem;
}
.p-lb_content__main.type_a{
	background-color: #3064AA;
}
.p-lb_content__main.type_b{
	background-color: #0C9A78;
}
.p-lb_content__main.type_c{
	background-color: #8558A4;
}

.p-lb_content__main .c-bn_btn h3{
	/*font-size: 1.25rem;*/
	font-size: 1.125rem;
}

.p-lb_content__main a::after{
	content: "";
	display: inline-block;
	width: 10px; height: 16px;
	background: url("/common/image/icon_blank.png") no-repeat 50% 50%;
	/*vertical-align: 4px;*/
	vertical-align: 0px;
	margin-left: 0.25rem;
	margin-right: -10px;
	opacity: 0.8;
}


.p-lb_content__sub{
	background-color: #D9DCE0;
	/*padding: 1.125rem 1.875rem 2.875rem;*/
	padding: 0rem 1.875rem 2rem;
}
.p-lb_content__sub h3.p-rel_heading{
	font-size: 1.0625rem;
	line-height: 1;
	padding-top: 1.25rem;
	margin-bottom: 0.8125rem;
}

/*link*/
.p-lb_content__sub ul.link{
	background-color: #edeef0;
	padding: 0.1875rem 1rem;
	border-radius: 3px;
	margin-bottom: 0;
}

.p-lb_content__sub ul.link>li{
	border-bottom: #C0C5CC 1px solid;
	padding-top: 0.4375rem;
	padding-bottom: 0.4375rem;
	/*margin-bottom: 0.5rem;*/
	margin-bottom: 0rem;
	background-position: 0 0.75rem;
	line-height: 1.3;
}
.p-lb_content__sub ul.link>li:last-of-type{
	border-bottom: none;
}

/*p-lb_content__kd_label*/
.p-lb_content__kd_btn{
	margin: 0.25rem 0;
}
.p-lb_content__kd_btn .p-thumb_link__img{
	/*width: 160px;*/
	width: 140px;
}
.p-lb_content__kd_btn::before{
	content:"";
	display: block;
	position: absolute;
	top:0px; right: 0px;
	width: 30px;
	height: 30px;
	background: url("/common/image/icon_blank.png") no-repeat 50% 50%;
	opacity: 0.8;
}
.p-lb_content__kd_btn h3{
	font-size: 1.125rem;
}
.p-lb_content__kd_label{
	font-size: 1.125rem;
	line-height: 1;
	color:#848E98;
	margin-bottom: 0.9375rem;
	height: 18px;
}
.p-lb_content__kd_label img{
	height: 100%;
	width: auto;
}


/*p-lb_content__Info_txt*/
#card_info_index h2.p-lb_content__title{
	position: relative;
	padding-bottom: 0.625rem;
	margin-bottom: 1.875rem;
}
#card_info_index h2.p-lb_content__title::after{
	content: "";
	display: block;
	width: 11rem;
	border-bottom: #E6002D 2px solid;
	position: absolute;
	left: 50%;
	bottom: 0px;
	margin-left: -5.5rem;
}

.p-lb_content__Info_txt{
  padding: 1.875rem 1.875rem 2.875rem;
	min-height: 400px;
}
.p-lb_content__Info_txt .p-portal_Info__item{
  display: flex;
  justify-content: space-between;
  padding-bottom: 0.875rem;
  margin-bottom: 0.875rem;
  border-bottom: #C0C5CC 1px solid;
}
.p-lb_content__Info_txt .info_date{
  flex: 0 0 auto;
  width: 10rem;
}
.p-lb_content__Info_txt .info_date__txt{
  flex: 1 0 auto;
  width: calc(100% - 10rem);
}
.p-lb_content__Info_txt .info_date__txt a{
	text-decoration: none;
}
.p-lb_content__Info_txt .info_date__txt a:hover{
	text-decoration: underline;
}

/*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); }

.p-lb_content .c-mb--1{
	margin-bottom: 1rem !important;
}

/*link_icon customize*/
.p-lb_content .link_icon{
	opacity: 0.8;
}

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

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

@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;
    }
}

