/* CSS Document */
/* /government/comm/future/001.asp */
.secArticleDetail .effect {
	margin-top: 24px;
	padding: 24px;
	border: 1px solid #ddd;
	box-sizing: border-box;
}
.secArticleDetail .effect_title {
	margin: 0 0 12px;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.5;
	text-align: center;
}
@media screen and (min-width: 64em) {
	.secArticleDetail .effect_title {
		font-size: 18px;
	}
}
.secArticleDetail .effect_title::before {
	display: inline-block;
	content: '';
	width: 105px;
	height: 25px;
	margin-right: 8px;
	background-image: url(/web/jp/government/images/comm/logo_seikyu.svg);
	background-size: contain;
	background-repeat: no-repeat;
	vertical-align: text-bottom;
}

/* */
.secArticleDetail .dxpromotion_area * {
	box-sizing: border-box;
	letter-spacing: 0;
}	
.secArticleDetail .dxpromotion_area {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 16px;
	margin-top: 24px;
}
.secArticleDetail .dxpromotion_area .small_note {
	font-size: 10px;
	font-weight: 500;							
}	
.secArticleDetail .dxpromotion_area > div {
	width: 100%;
	max-width: 480px;
}
@media screen and (min-width: 1024px) {	
	.secArticleDetail .dxpromotion_area > div {
		width: calc(100%/2 - 8px);
	}
}
.secArticleDetail .dxpromotion_wrapper {
	border-radius: 0 0 4px 4px;
	border: 2px solid #152768;
	padding: 0 8px 16px;								
}	
.secArticleDetail .dxpromotion_title {
	padding: 8px;
	background-color: #152768;
	border-radius: 4px 4px 0 0;
	color: #fff;
	font-size: 16px;
	line-height: 1.2;
	font-weight: 700;
	text-align: center;
}
.secArticleDetail .dxpromotion_wrapper > .block {
	margin-top: 16px;								
}
.secArticleDetail .dxpromotion_wrapper > .block > .title {
	margin-bottom: 8px;
}
.secArticleDetail .dxpromotion_wrapper > .block > .title.year {
	border-bottom: 2px solid #3b81c7;	
}	
.secArticleDetail .dxpromotion_wrapper > .block > .title > span {
	padding: 3px 8px 4px 8px;
	border-radius: 2px;
	background-color: #152768;
	color: #fff;
	font-size: 12px;
	line-height: 1.4;
	font-weight: 500;
	-webkit-clip-path: polygon(0% 0%, 94% 0%, 100% 50%, 94% 100%, 0% 100%);
	clip-path: polygon(0% 0%, 94% 0%, 100% 50%, 94% 100%, 0% 100%);
}
.secArticleDetail .dxpromotion_wrapper > .block > .title.year > span {
	padding: 4px 14px 4px 8px;
	-webkit-clip-path: polygon(0% 0%, 80% 0%, 100% 100%, 0% 100%);
	clip-path: polygon(0% 0%, 80% 0%, 100% 100%, 0% 100%);
}
.secArticleDetail .dxpromotion_wrapper > .block > .title.year > span > .em {
	font-size: 1.5em;
}	
.secArticleDetail .dxpromotion_wrapper > .block > ul	{
	margin-top: 8px;
	margin-left: 1.2em;
}
.secArticleDetail .dxpromotion_wrapper > .block > ul li {
	list-style: square;	
	font-size: 12px;
	line-height: 1.4;
	font-weight: 700;
}
.secArticleDetail .dxpromotion_wrapper > .block > ul li::marker {
	color: #3b81c7;
}
.secArticleDetail .dxpromotion_wrapper > .block > ul  li + li {
	margin-top: 8px;
}

/* */
.future001_case_area {
	padding: 24px 16px;
	background-color: #e0ebda;
	border: 1px solid #ccc;
	border-radius: 4px;
}	
.future001_case_area * {
	box-sizing: border-box;
}	
.future001_case_area {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 24px;
	margin-top: 24px;
}
.future001_case_area > div {
	width: 100%;
}
@media screen and (min-width: 768px) {	
	.future001_case_area {
		padding: 32px 32px 24px;
	}	
}
@media screen and (min-width: 1200px) {	
	.future001_case_area > div {
		width: calc(100%/2 - 12px);
	}
}
.future001_case_area .imgBox {
	margin: 0;
}
.future001_case_area .imgBox + .imgBox {
	margin-top: 16px;
}
.future001_case_area .text > ul {
	margin-left: 1.5em;
}