@charset "UTF-8";



/* 0. Common */

main > article h3{
	padding:0.75em 0;
	border-bottom:2px solid #edeefa;
	position:relative;
	margin:24px 0 12px;
}

main > article h3:after{
	content:"";
	display:block;
	width:40px;
	height:1px;
	position:absolute;
	bottom:-2px;
	left:0;
	border-bottom:2px solid #b6c0f2;
}




/* 1. Renewable Energy */

main > article details ul.img_list + div.point{
	margin-top:0;
}

main article div.assignment{
	display:flex;
	flex-wrap:wrap;
	align-items:center;
	justify-content:space-between;
	padding-bottom:8px;
}

main article details + div.assignment{
	margin-top:60px;
}

main article div.assignment div{
	padding-right:24px;
	width:calc(100% - 460px);
}

main article div.assignment div h3{
	margin-top:0;
}

main article div.assignment figure{
	background:#edeefa;
	border-radius:8px;
	padding:12px;
	width:460px;
}

main article div.assignment figure p.task{
	background:#fff;
	font-size:100%;
	border:4px solid #b6c0f2;
	border-radius:100px;
	padding:1em;
	margin:0;
	width:100%;
	text-align:center;
}

main article div.assignment figure p.task strong,
main article div.assignment figure ul.value li strong{
	font-weight:500;
	font-size:150%;
	display:block;
	margin-bottom:0.5em;
}

main article div.assignment figure p.task span,
main article div.assignment figure ul.value li span{
	font-weight:400;
	font-size:140%;
}

main article div.assignment figure ul.value{
	display:flex;
	justify-content:space-between;
	margin-top:24px;
}

main article div.assignment figure ul.value li:before{
	content:"";
	display:block;
	width:8px;
	height:6px;
	background:url(/images/business_value_arrow.svg) no-repeat;
	position:absolute;
	top:-6px;
	left:calc(50% - 4px);
}

main article div.assignment figure ul.value li{
	text-align:center;
	background:#7386e5;
	color:#fff;
	border-radius:4px;
	margin-right:8px;
	padding:20px 12px;
	width:50%;
	position:relative;
}

main article div.assignment figure ul.value li:last-child{
	margin-right:0;
}

main > article details h4,
main > article details ul.category,
main > article details ul.category li{
	display:inline-block;
	padding-right:0;
}

main > article details ul.category{
	padding-left:6px;
}

main > article details ul.category li{
	font-size:85.71%;
	background:#fff;
	padding:0.3em 0.5em;
	line-height:1;
	margin-right:2px;
}

main > article details ul.category + p{
	margin-top:0.5em;
}

main > article details div.point{
	background:#fff url(/images/icon_point_pc.svg) left 24px top 50% no-repeat;
	margin:16px 40px 40px;
	padding:24px 24px 24px 96px;
	border-radius:8px;
	min-height:72px;
	display:flex;
	align-items:center;
}

main > article details div.point p{
	margin:0;
	padding:0;
}

