  /* CSS Document */

h1.p-ctg_label.transparent{
	/*background-color: transparent;*/
	background-color: rgba(0,94,173,0.82);
	color: #fff;
	font-size: 2.625rem;
	font-weight: 500;
	padding-top: 0.9375rem;
}

h1.p-ctg_label{
	display: flex;
	justify-content: center;
	align-items: center;
}
h1.p-ctg_label .p-feature_label{
	display: inline-block;
	font-weight: 300;
	margin-right: 1.5rem;
	margin-left: -1rem;
	font-size: 1.625rem;
}
h2.p-feature_subtitle{
	margin: 1.875rem 0 2.625rem;
	font-size: 1.625rem;
	font-weight: 500;
	line-height: 1.5;
	color: #fff;
}
.sp h2.p-feature_subtitle{
	font-size: 1.25rem;
	margin: 1.25rem 0 1.5rem;
}

h4.p-box_label{
	border-radius: 3px 3px 0 0;
	background-color: #fff;
	padding: 0.375rem 0.5rem 0.5rem 0.25rem; 
	margin-top: 2.875rem;
	/*margin-bottom: 1.25rem;*/
}

/*project*/
.p-catch_area{
	height: 500px;
	min-width: 1160px;
	background: url("/tech/katri/special/optical_fiber_01/images/bg_main.jpg") no-repeat 50% 50%;
	background-size: cover;
	position: relative;
	font-feature-settings:"palt" 1;
}

.p-catch_area__inner{
	position: absolute;
	width: 1160px;
	top: 50%;
	left: 50%;
	margin-left: -580px;
	margin-top: -152px;
	text-align: center;
	transition: transform 0.5s;
	transform: scale(0.8);
}
.is-appear .p-catch_area__inner{
	transform: scale(1);
}

.p-catch_area__inner .c-col{
	margin: 0 3.4375rem;
}
.p-catch_area__inner .c-bn_btn{
	background-color: #325A8A;
}
.p-catch_area__inner .c-col h3{
	font-weight: 500;
}
.p-catch_area__inner .c-col a{
	color: #fff;
}

/*catch_area__anc_link*/
.p-catch_area__anc_link{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.p-catch_area__anc_link li,
.p-catch_area__lb_btn{
	flex: 0 0 auto;
	width: calc((100% - 100px)/6);
	min-height: 120px;
	background-color: rgba(0,94, 173,0.65);
	box-shadow: 2px 3px 8px -2px rgba(0,0,0,0.6);
}
.p-catch_area__anc_link li::after{
	content: "";
	display: block;
	width: 22px;
	height: 12px;
	background: url("/tech/katri/special/optical_fiber_common/images/arrow_feature_anc.svg") no-repeat 50% 50%;
	position: absolute;
	bottom: 16px;
	left: 50%;
	margin-left: -11px;
}
.p-catch_area__anc_link li a,
.p-catch_area__lb_btn a{
	display: flex;
	justify-content: center;
	align-items: center;
	box-sizing: border-box;
	width: 100%;
	height: 100%;
	padding: 1rem 0.5rem 1.625rem;
	border: #669FCE 2px solid;
	color: #fff;
	font-size: 1.25rem;
	line-height: 1.3;
	font-weight: 500;
	text-decoration: none;
}
.p-catch_area__lb_btn{
	min-height: auto;
	width: 260px;
	margin: 2.75rem auto;
}
.p-catch_area__lb_btn a{
	padding: 1rem 0.5rem 1.0625rem;
}

/*sp*/
.sp .p-catch_area__anc_link li{
	width: calc((100% - 20px)/2);
	margin-bottom: 1rem;
	min-height: 100px;
}
.sp .p-catch_area__anc_link li a,
.sp .p-catch_area__lb_btn a{
	font-size: 1rem;
}
.sp .p-catch_area__lb_btn{
	margin: 1.5rem auto;
}

/*p-special_ctg_lb*/
.p-special_ctg_lb{
	background-color: #2475B8;
}
.p-special_ctg_lb h2{
	color: #fff;
	background-color: #145AA2;
	font-weight: 500;
	padding: 0.375rem 0;
}

/*p-special_body*/
.p-special_body {}

.p-special_body__heading{
	border-bottom: #16628C 1px solid;
	padding-bottom: 2.375rem;
	margin-bottom: 2rem;
	font-feature-settings:"palt" 1;
}
.p-special_body__sub_heading{
	padding-top: 2rem;
	padding-bottom: 2rem;
	border-top: #16628C 1px solid;
	text-align: center;
	font-feature-settings:"palt" 1;
}
.p-special_body__sub_heading.first{
	border-top: none;
	padding-top: 0;
}
.sp .p-special_body__sub_heading{
	text-align: left;
}

/*p-rel_link*/
.p-rel_link{
	background-color: #fff;
	padding: 0 1.25rem;
	flex-wrap: wrap;
}
.p-rel_link dt{
	width: 180px;
	text-align: left;
	justify-content: flex-start;
}
.p-rel_link dd{
	width: calc(100% - 180px);
}
.p-rel_link dt,
.p-rel_link dd{
	padding: 1.0625rem 0 1.125rem;
	border-top: #C0C5CC 1px solid;
}
.sp .p-rel_link{
	padding: 0;
}
.sp .p-rel_link dt,
.sp .p-rel_link dd{
	border-top: none;
}
.p-rel_link dt:first-of-type,
.p-rel_link dd:first-of-type{
	border-top: none;
}
.p-rel_link dt h3{
	border-left: #416EA0 4px solid;
	padding-left: 0.625rem;
}
.p-rel_link dd ul.c-list li::before{
	content: "";
	background-color: #416EA0;
	width: 5px; height: 5px;
	top:0.5rem; left: 0.5rem;
}
.p-rel_link dd ul.c-link li{
	margin: 0 0 0.25rem;
}
.p-rel_link dd ul.c-link a{
	padding-top: 0;
	padding-bottom: 0;
	background-position: 0.5rem 0.4375rem;
}

/**/
/*katri_page_nav*/
.p-katri_page_nav{
	/*border-top: #A1A8B0 1px solid;*/
	border-top: none;
	padding: 0.875rem 0 1rem;
	line-height: 1;
}

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

.sp .p-catch_area {
	height: auto;
	min-width: inherit;
}

.sp .p-catch_area__inner .c-col {
	margin: 0;
}

.sp h1.p-ctg_label {
	display: inherit
}
.sp h1.p-ctg_label .p-feature_label {
	display: block;
	margin-right: 0; 
	margin-left: 0; 
	font-size: 1rem;
}
.sp .p-catch_area__inner{
	position: static;
	margin-left: 0;
	margin-top: 0;
	padding-bottom: 0.25rem;
	/*padding-left: 3rem;
	padding-right: 3rem;*/
	padding-left: 1rem;
	padding-right: 1rem;
}

/*mov*/
.sp .mov_area{
	width: 100%;
	height: auto;
}
.sp .mov_area video{
	width: 100%;
}

