  /* CSS Document */

/*project*/
.p-catch_area{
	height: 560px;
	min-width: 1160px;
	background: url("/tech/katri/technology/open_innovation/images/bg_chatch.jpg") no-repeat 50% 50%;
	background-size: cover;
	/*margin-bottom: 2rem;*/
	position: relative;
}

.p-catch_area__inner{
	position: absolute;
	width: 100%;
	height: 135px;
	bottom: 0px;
	left: 0px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 2rem;
	line-height: 1.5;
	font-weight: 500;
	color: #fff;
	padding: 0 0.5rem 0.5rem 0;
	text-align: center;
	background-color: rgba(32,46,62,0.7);
}

h2.p-index_heading {
	padding: 0 0.5rem 3rem 0;
	color: #88929C;
	margin-top: 2.5rem;
}
.p-index_heading__en{
	font-size: 3.375rem;
	line-height: 1;
	font-weight: 100;
	margin-bottom: 0.875rem;
	display: block;
}

/*thumb_link*/
.p-thumb_link__txt.p-topics_title{
	flex: 0 0 auto;
}
.p-topics_joint{
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.5;
	padding: 0.375rem 0.75rem 0.375rem;
	margin-left: 1.5rem;
	margin-right: 1.5rem;
	background-color: #416EA0;
	color: #fff;
}
.p-topics_summary{
	padding: 1rem 1.5rem 1.5rem;
	font-size: 0.875rem;
}

/*jount_index*/
.p-joint_index{}
.p-joint_index__heading{
	color: #3C4248;
	padding-bottom: 2.25rem;
}
.p-joint_index__thumb{
	flex: 0 0 auto;
	width: 280px;
}
.p-joint_index__txt{
	flex: 0 0 auto;
	width: 790px;
}
.p-joint_index__org{
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.5;
	padding: 0.375rem 0.75rem 0.375rem;
	background-color: #416EA0;
	color: #fff;
	margin: 0.75rem 0;
}
/*p-joint_index__link*/
.p-joint_index__link{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: 1rem;
	padding-top: 1rem;
	border-top: #D9DEE4 1px solid;
}
.p-joint_index__link dt{
	flex: 0 0 auto;
	width: 6rem;
}
.p-joint_index__link dd{
	flex: 0 0 auto;
	width: calc(100% - 7rem);
}
.p-joint_index__link a{
	color: #212121;
}
/*.p-joint_index__link a:hover{
	text-decoration: underline;
}*/

/*article*/
.p-open_topics .p-corner_title{
	border-bottom: none;
	margin-bottom: 2.5rem;
}
.p-open_topics h4.p-main_title__org{
	background-color: #416EA0;
	margin-top: 1rem;
	padding: 0.375rem 1.25rem 0.5rem 1rem;
	font-weight: 400;
}



/*------------
sp
---------------*/
.sp .p-catch_area{
	min-width: 100%;
	height: auto;
	padding-bottom: 40%;
}
.sp .p-catch_area__inner{
	font-size: 1.125rem;
	height: 3.5rem;
	padding-bottom: 0.125rem;
}
.sp .p-index_heading__en{
	font-size: 2.75rem;
}
.sp .p-thumb_link__txt.p-topics_title{
	display: inherit;
}
.sp .p-topics_joint{
	margin-left: 1.125rem;
	margin-right: 1.125rem;
	text-align: left;
}
.sp .p-topics_summary{
	padding: 1rem 1.125rem 1.5rem;
}

.sp .p-joint_index__thumb{
	width: 100%;
	margin-right: 0;
	margin-bottom: 1rem;
}
.sp .p-joint_index__txt{
	width: 100%;
}
.sp .p-joint_index__link{
	display: inherit;
}
.sp .p-joint_index__link dt{
	width: 100%;
	padding-bottom: 0.5rem;
}
.sp .p-joint_index__link dd{
	width: 100%;
	padding-left: 0 !important;
}

/*article*/

.sp .p-open_topics .p-corner_title{
	margin-bottom: 0;
}
.sp .col3 .c-col.p-main_title {
    padding-bottom: 0;
}
.sp .p-open_topics h4.p-main_title__org{
	text-align: center;
	margin-top: 1.5rem;
	
}
