/* CSS Document */

h1.p-ctg_label.transparent{
	background-color: transparent;
	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;
}

h4.p-box_label{
	border-radius: 3px;
	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/smart_wellness/images/img_main.jpg") no-repeat 50% 50%;
	background-size: cover;
	position: relative;
}

.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 h3.small{
	font-size: 1.25rem;
}
.p-catch_area__inner .c-col a{
	color: #fff;
}

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

.p-special_body__heading{
	border-bottom: #16628C 1px solid;
	padding-bottom: 2.375rem;
	margin-bottom: 2rem;
}
.p-special_body__sub_heading{
	padding-top: 2rem;
	padding-bottom: 2rem;
	border-top: #16628C 1px solid;
}
.p-special_body__sub_heading.first{
	border-top: none;
	padding-top: 0;
}

/*light_font*/
.c-light_font{
	font-weight: 300 !important;
}


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

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

