  /* CSS Document */

.p-archive_list_block{
	margin-bottom: 2px;
}
.p-archive_list{
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0;
	background: url("/tech/katri/common/images/arrow_right_l_red.svg") no-repeat 100% 48%;
}
.p-archive_list__thumb{
	flex: 0 0 auto;
	width: 200px; height: 120px;
	background-color: #fff;
	overflow: hidden;
	display: flex;
	justify-content: center;
	align-items: center;
}
.p-archive_list__face{
	flex: 0 0 auto;
	width: 100px; height: 100px;
	border-radius: 50%;
	background-color: #fff;
	overflow: hidden;
}
.p-archive_list__txt{
	flex: 0 0 auto;
	/*width: calc(100% - 130px);*/
	width: calc(100% - 330px);
	padding-bottom: 0.25rem;
}
.p-archive_list__txt a{
	color: #212121;
	text-decoration: none;
}
.p-archive_list__txt h3{
	margin-bottom: 0.125rem;
	font-size: 1.5rem;
}
.p-archive_list__tech{
	color: #325A8A;
	font-weight: 500;
	font-size: 1.125rem;
}

/*sp*/
		
.sp .p-archive_list__face{
	width: 60px;
	height: 60px;
}
.sp .p-archive_list__txt{
	width: calc(100% - 70px);
	line-height: 1.5;
}
.sp .p-archive_list__txt h3{
	font-size: 1rem;
}
.sp .p-archive_list__tech{
	font-size: 0.9375rem;
}
.sp .p-archive_list{
	padding-top: 0.625rem;
	padding-bottom: 0.625rem;
	background-position: 96% 48%;
}
.sp .p-archive_list__thumb{
	display: none;
}
