/* CSS Document */

.p-digest_block{
	padding: 2.375rem 0 1.75rem;
	margin-bottom: 2px;
}

h2.p-digest_block__year{
	color: #3064AA;
	font-size: 3rem;
	font-weight: 700;
	line-height: 1;
	flex: 0 0 auto;
	width: 140px;
}

.p-digest_block__content{
	flex: 0 0 auto;
}


/*p-digest_block__bn*/
.p-digest_block__bn{
	width: 1020px;
	margin-bottom: 0.875rem;
}

.p-digest_block__bn::before {
	content: "";
	display: block;
	position: absolute;
	top: 0px;
	right: 0px;
	width: 30px;
	height: 40px;
	background: url(/tech/const_portal/images/icon_blank.svg) no-repeat 50% 50%;
	opacity: 0.7;
}
.sp .p-digest_block__bn::before {
	display: none;
}

.p-digest_block__bn .p-thumb_link__img{
	width: 268px;
	padding: 20px 0 20px 20px;
}

.p-digest_block__bn .p-thumb_link__txt{
	padding-top: 20px;
	padding-bottom: 20px;
}

.p-digest_bn__vol{
	font-size: 0.875rem;
	line-height: 1;
	margin-bottom: 0.5rem;
	color: #6D7983;
}

h3.p-digest_bn__title{
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.6;
}
h3.p-digest_bn__title .main{
	display: inline-block;
	font-weight: 600;
	font-size: 1.5rem;
	margin-bottom: 0.375rem;
}

/*sp*/

.sp h2.p-digest_block__year{
	width: 100%;
	text-align: center;
	margin-bottom: 2.875rem;
}
.sp .p-digest_block__bn{
	width: 100%;
	margin-bottom: 1.5rem;
}
.sp .p-digest_block__bn .p-thumb_link__img{
	width: 100%;
	padding: 0;
}
.sp .p-digest_block__bn.c-bn_btn.c-arrow_right{
	padding-right: 0;
}
.sp .p-digest_block__bn.c-bn_btn.c-arrow_right::after{
	display: none;
}
.sp .p-digest_block__bn.p-thumb_link{
	display: block;
}
.sp .p-digest_block__bn .p-thumb_link__txt{
	width: 100%;
	padding: 1rem 1rem 1.5rem;
}
