/* CSS Document */
/* /government/comm/future014.asp */
.secArticleDetail em{
	font-style: normal;
	font-weight: bold;
}
.secArticleDetail .em_red{
	color: #D65642;
}
.future014_float {
	clear: both;
} 
.future014_float::after {
	content: "";
	display: block;
	clear: both;
}
.future014_float > figure {
	width: 45%; 
}
.future014_float.left > figure {
	float: left;
	margin: 0 24px 0 0; 
}
.future014_float.right > figure {
	float: right;
	margin: 0 0 0 24px; 
}
.future014_float > figure img {
	max-width: 100%;
	vertical-align: bottom;
}
.future014_float h3 {
	overflow: hidden;
}
.scroll_box {
    overflow: hidden;
}
.secArticleDetail table.future014_table {
    border-collapse: separate;
    border-spacing: 3px 10px;
}
.secArticleDetail table {
    width: 100%;
	border: none;
}
.secArticleDetail table.future014_table th:nth-of-type(1)  {
    background-color: #006259;
}
.secArticleDetail table.future014_table th:nth-of-type(3)  {
    background-color: #85C023;
}
.secArticleDetail table.future014_table h3{
	font-size: 16px;
	margin: 0px;
	border-bottom-width: 0;
	padding-bottom: 0;
	color: #fff;
}
.secArticleDetail table tr th{
	border: none;
	border-radius: 5px;
}
.secArticleDetail table tr th:nth-child(2n-1){
	width: 48%;
}
.secArticleDetail table tr td{
	background-color: #FFFBEB;
	border: none;
	text-align: justify;
}
table.future014_table .arrow{
	background-color: transparent;
}
table.future014_table .arrow_triangle {
    margin-top: 0;
    height: 20px;
    width: 32px;
    background-color: #ffd400;
	transform: rotate(-90deg);
}
.secArticleDetail table.future014_table th.bg_transparent {
    background-color: transparent;
}
.future014_flow{
	background: #e9f8f3;
	padding: 10px;
	border-radius: 10px;
	margin-top: 30px;
}
.future014_flow h3{
	border-bottom-width:0;

}
.future014_flow_box{
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0 10px;
}
.future014_flow_box figcaption{
	margin-bottom: 10px;
	font-size: 0.9vw;
	text-align: center;
}
.future014_flow_box figure img{
	width: 100%;
}
.future014_seikyu{
	background: #fff;
	border-radius: 5px;
	padding: 8px;
}
.future014_flow_box .arrow_box{
	background: url(/web/jp/government/images/comm/future014/img_arrow.svg) no-repeat;
	background-size: 120% 60px;
	background-position: right;
	padding: 20px 0;
}
.future014_flow_box .arrow_box p{
	font-size: 0.9vw;
	font-weight: bold;
	line-height: 1.2em;
}
.future014_flow_box .arrow_box_mt{
	margin: -40px 0 20px 0;
	border: 1px solid #333;
	text-align: center;
}
.future014_flow_box figure{
	width: 10%;
}
.future014_flow_box .system{
	width: 15%;
}
.future014_flow_box .system img{
	width: 100%;

}
.individual_cases a{
	width: 100%;
	border: 1px solid #d9e0de;
    border-radius: 4px;
	margin-top: 30px;
    padding: 15px;
	box-sizing: border-box;
	display: flex;
	justify-content: space-between;
}
.individual_cases a:hover{
	opacity: 0.7;
	transition: 0.3s;

}
.individual_cases figure{
	width: 35%;
}
.individual_cases figure img{
	width: 100%;
	object-fit: cover;
	height: 100%;
}
.individual_cases_text{
	width: 60%;
}
.individual_cases_text dl{
	margin-bottom: 20px;
}
.individual_cases_text dl dt{
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 20px;
}
.individual_cases_text dl dd{
	line-height: 1.5em;
}
.individual_cases_text .case_btn{
	text-align: right;
}
.individual_cases_text .case_btn_link{
    width: 100%;
    display: inline-block;
    position: relative;
    padding: 7px 10px 8px 10px;
    border: 1px solid #152768;
    border-radius: 4px;
    background-color: #152768;
    outline: none;
    text-align: center;
	box-sizing: border-box;
}
.case_btn_link span {
    color: #fff;
    font-size: 14px;
}
.case_btn_link span:after {
    content: "";
    position: absolute;
    right: 10px;
    width: 5px;
    height: 5px;
    top: 50%;
    margin-top: -0.2em;
    border-top-width: 1px;
    border-top-style: solid;
    border-right-width: 1px;
    border-right-style: solid;
    transform: rotate(45deg);
}
.flow-contents h2{
	background: #fff;
	border-left: 0;
}
.flow-contents .text_link{
	color: #152768;
}
.detailMain {
	background-position: right 20% center;
}
@media (min-width: 1350px) {

	.future014_flow_box figcaption,.future014_flow_box .arrow_box p{
		font-size: 13px;
	}
}

@media (min-width: 1200px) {
	.detailMain {
		background-position: right center;
	}
}
@media screen and (min-width: 48em) and (max-width: 64em) {
	.future014_float.right > figure {
		float:none;
		margin: 0px; 
	}
	.future014_float > figure {
		width: 100%; 
	}
	table.future014_table .arrow_triangle {
		height: 15px;
		width: 22px;
	}
	.future014_flow_box{
		flex-direction: column;
	}
	.future014_flow_box .arrow_box{
		background-size: 120% 60px;
		background-position: right;
		padding: 20px 0;
		transform: rotate(90deg);
	}
	.future014_flow_box .arrow_box_flex{
		display: flex;
		align-items: center;
	}
	.future014_flow_box .arrow_box_flex p{
		margin: 0 -25px;
	}
	.future014_flow_box .arrow_box p{
		transform: rotate(-90deg);
		text-align: center;
	}
	.future014_flow_box .arrow_box_mt{
		margin: 0;
		padding: 2px 5px;
	}
	.future014_flow_box figure {
		width: 30%;
		margin: 20px;
	}
	.future014_flow_box .system {
    width: 40%;
	}
	.future014_flow_box figcaption,.future014_flow_box .arrow_box p{
		font-size:14px;
	}
	.individual_cases a{
		flex-direction: column;
	}
	.individual_cases figure{
		width: 100%;
		margin-bottom: 20px;
	}
	.individual_cases_text{
		width: 100%;
		font-size: 14px;
	}
	.individual_cases_text dl dt{
		font-size: 16px;
	}
	
}
@media (max-width: 767px) {

	.future014_flow_box figcaption,.future014_flow_box .arrow_box p{
		font-size: 1.5vw;
	}
	.individual_cases_text{
		width: 60%;
		font-size: 14px;
	}
	.individual_cases_text dl dt{
		font-size: 16px;
	}
	
}
@media (max-width: 580px) {
	.future014_float.right > figure {
		float:none;
		margin: 0px; 
	}
	.future014_float > figure {
		width: 100%; 
	}
	table.future014_table .arrow_triangle {
		height: 15px;
		width: 22px;
	}
	.future014_flow_box {
		flex-direction: column;
	}
	.future014_flow_box .arrow_box{
		background-size: 120% 60px;
		background-position: right;
		padding: 20px 0;
		transform: rotate(90deg);
	}
	.future014_flow_box .arrow_box_flex{
		display: flex;
		align-items: center;
	}
	.future014_flow_box .arrow_box_flex p{
		margin: 0 -25px;
	}
	.future014_flow_box .arrow_box p{
		transform: rotate(-90deg);
		text-align: center;
	}
	.future014_flow_box .arrow_box_mt{
		margin: 0;
		padding: 2px 5px;
	}
	.future014_flow_box figure {
		width: 40%;
		margin: 20px;
	}
	.future014_flow_box .system {
    width: 50%;
	}
	.future014_flow_box figcaption,.future014_flow_box .arrow_box p{
		font-size:14px;
	}
	.individual_cases a{
		flex-direction: column;
	}
	.individual_cases figure{
		width: 100%;
		margin-bottom: 20px;
	}
	.individual_cases_text{
		width: 100%;
	}


}