article {
	margin-bottom: 1vw;
    padding: calc(24px + 1.5625vw);
	background-color: whitesmoke;
	border: #e0dba3 1px solid;
}

article > header {
	color: seagreen;
}

article p {
	margin-bottom: .5vw;
}

@media (min-width:414px){

	body > header, main {
		padding: 1vw 1.5vw;
	}

	body > header {
		margin: 20px auto;
	}

	body > nav {
		margin: 10px auto 20px;
	}

}

@media (min-width:768px) {

	body > header, main {
		padding: 1vw 2vw;
	}

	body > header figure {
		margin-left: 0;
		width: 80%;
	}
}

@media (min-width:1080px) {
	body > header, main, body > footer {
		margin: auto;
		max-width: 1080px;
	}

	body > header {
		margin: 30px auto;
	}

	body > header, main {
		padding: 0 2vw;
	}

	body > header figure {
		width: 70%;
	}
}

div.organization {
	display: flex;
	flex-wrap: wrap;
	justify-content:center;
	gap:6px;
}

@media(max-width:760px){
	div.organization figure {
		max-width: 200px;
	}
}

@media(max-width:706px){
	div.organization figure {
		max-width: 158px;
	}
}


div.organization figure {
	background-color: white;
	border: #ededed 1px solid;
	padding: 1vw;
	display: inline-block;
}

@media (max-width:414px){
	div.organization figure {
		padding: 2vw;
	}
}

div.organization figcaption {
	font-weight: bold;
	text-align: center;
	padding-top: 8px;
}

figure.principal_portrait img {
	border: #ededed 1px solid;
	padding: 1.2vw 1vw;
	box-shadow: 0 3px 3px #ccc;
}

figure.wide_banner {
	margin-left: calc(-1*(24px + 1.5625vw));
	margin-right: calc(-1*(24px + 1.5625vw));
}

section.box_historical {
	display: grid;
	grid-template-columns: 1fr 1fr;
	column-gap: -3px;
}

section.box_historical p {
	line-height: 1.2;
	font-size: calc(10px + 0.390625vw);
}

section.box_historical p b {
	color: #127155;
	font-size: calc(12px + 0.390625vw);
}

section.box_historical p:nth-child(odd) b::after {
	 content: " —"; 
	 margin-right: -12px;
	 color: black;
}

section.box_historical p:nth-child(odd) {
	text-align: right;
	border-right: #333 2px solid;
	padding-right: 10px;

	padding-bottom: calc(24px + 0.390625vw);
} 

section.box_historical p:nth-child(even) {
	margin-top: calc(32px + 0.390625vw);
	padding-left: 10px;
}

section.box_historical p:nth-child(even) b::before {
	 content: "— "; 
	 margin-left: -12px;
	 color: black;
}

h2.icon_license::before {
	content: '\e698';
}

figure ~ section {
    margin-top: 1.5vw;
}

section ~ figure {
    margin-top: 1.5vw;
}
/*

list-style:disc inside none;
    display:list-item; 

    section.box_historical p::marker{
	color: red;
}*/

/* content: "+ "; */