@charset 'utf-8';


.timelineblock {
	max-width: 1000px;
	margin: 0 auto;
	font-size: 1.5em;
	line-height: 1.6;
}

.timelineblock img {
	width:  100%;
	height: auto;
}

.timelineblock .year {
	color: #fff;
}

.timelineblock .year h3 {
	font-size: 1.2em;
	font-weight: 900;
	line-height: 1;
}

.timelineblock .year p {
	font-size: .65em;
}

.timelineblock h4 {
	font-size: 1.2em;
	font-weight: 700;
}

.timelineblock figure {
	position: relative;
}

.timelineblock figcaption {
	padding: 3px 5px;
	line-height: 1.4;
	position: absolute;
	right: 0;
	bottom: 0;
}

.timelineblock figcaption span {
	color: #fff;
	font-size: 13px;
	text-shadow: 1px 1px 0 #000, -1px -1px 0 #000,
				 -1px 1px 0 #000, 1px -1px 0 #000,
				 0px 1px 0 #000,  0-1px 0 #000,
				 -1px 0 0 #000, 1px 0 0 #000;
}

.timelineblock h4:not(:last-child) {
	margin-bottom: 1em;
}

.timelineblock figure:not(:last-child) {
	margin-bottom: 1em;
}

.timelineblock p:not(:last-child) {
	margin-bottom: 1em;
}

.timelineblock .date {
	color: #808080;
	font-size: 	1.2em;
	font-weight: 700;
	margin-top: -.7em;
}

.timelineheader {
	padding: 0 30px;
	color: #fff;
	text-align: center;
}

.timelineheader h2 {
	margin-bottom: .3em;
	font-size: 2em;
	line-height: 1.2;
}

.timelineheader h2 span {
	display: inline-block;
}

.timelineheader p {
	margin-bottom: .5em !important;
	line-height: 1.4 !important;
}

.timelineheader .period {
	font-size: .85em;
	line-height: 1;
}

@media only screen and (min-width: 481px) {

	.timelineblock {
		font-size: 1.7em;
	}

	.timelineblock .left h4 {
		text-align: right;
	}

	.timelineblock .date {
		font-size: 	1.4em;
	}

	.timelineblock .left .date {
		text-align: right;
	}

	.timelineblock li.year h3 {
		font-size: 2.6em;
	}

	.timelineblock li.year p {
		font-size: .8em;
	}
}


.timelineblock ul.timeline {
	list-style: none;
	width: 100%;
	margin: 30px auto;
	padding: 20px 0;
	overflow: hidden;
	position: relative;
}

.timelineblock ul.timeline:after {
	content: '';
	width: 4px;
	min-height: 100%;
	margin-left: -2px;
	background-color: rgba(238,238,238,.8);
	position: absolute;
	left: 100px;
	top: 0;
	z-index: 1;
}

.timelineblock li.year {
	width: 100%;
	position: relative;
	z-index: 2;
}

.timelineblock li.year > .cover {
	width: 80px;
	text-align: right;
	position: relative;
}

.timelineblock li.tl {
	width: 100%;
	padding: 20px;
	position: relative;
	z-index: 2;
}

.timelineblock li.tl > .cover {
	width: calc(100% - 100px);
	margin-left: 100px;
	padding: 20px;
	background-color: #fff;
	position: relative;
}

.timelineblock li.tl.highlight {
	width: 100%;
	float: none;
	clear: both;
}

.timelineblock li.tl.highlight > .cover {
	width: 100%;
	margin: 0;
}

.timelineblock li.tl > .cover:before {
	content: '';
	width: 12px;
	height: 12px;
	background-color: #fff;
	transform: rotate(45deg);
	position: absolute;
	top: 14px;
	left: -6px;
	z-index: 1;
}

.timelineblock li.tl.highlight > .cover:before {
	margin-left: -6px;
	top: -6px;
	left: 80px;
}

.timelineblock .timeline li:after {
	content: '';
	width: 8px;
	height: 8px;
	border: 3px solid #fff;
	border-radius: 100%;
	background-color: #ccc;
	transition: .2s;
	position: absolute;
	top: 34px;
	left: 92px;
	z-index: 1;
}

.timelineblock .timeline li:hover:after {
	width: 12px;
	height: 12px;
	background-color: #999;
	top: 32px;
	left: 90px;
}

.timelineblock li.highlight:after {
	top: -6px;
}

.timelineblock li.highlight:hover:after {
	top: -8px;
}

.timelineblock li.year:after,
.timelineblock li.year:hover:after {
	width: 12px;
	height: 12px;
	margin-top: 0;
	margin-left: -10px;
	background-color: #ccc;
	top: 0;
	left: 100px;
}

@media only screen and (min-width: 481px) {

	.timelineblock ul.timeline:after {
		left: 50%;
	}

	.timelineblock li.year {
		float: left;
	}

	.timelineblock li.year > .cover {
		width: 50%;
		padding: 0 20px;
	}

	.timelineblock li.tl {
		width: 50%;
		float: left;
	}

	.timelineblock li.tl > .cover {
		width: 100%;
		margin: 0;
		padding: 20px;
	}

	.timelineblock li.year,
	.timelineblock li.tl.left {
		float: left;
		clear: left;
	}

	.timelineblock li.tl.right {
		float: right;
		clear: right;
	}

	.timelineblock li.tl > .cover:before {
		left: -6px;
		right: -6px;
	}

	.timelineblock li.tl.left > .cover:before {
		left: auto;
	}

	.timelineblock li.tl.right + li.tl.left > .cover:before,
	.timelineblock li.tl.left + li.tl.right > .cover:before {
		top: 36px;
	}

	.timelineblock li.tl.highlight > .cover:before {
		margin-left: -6px;
		left: 50%;
	}

	.timelineblock .timeline li:after {
		left: -7px;
		right: -7px;
	}

	.timelineblock .timeline li:hover:after {
		left: -9px;
		right: -9px;
	}

	.timelineblock .timeline li.left:after {
		left: auto;
	}

	.timelineblock li.right + li.left:after,
	.timelineblock li.left + li.right:after {
		top: 56px;
	}

	.timelineblock li.right + li.left:hover:after,
	.timelineblock li.left + li.right:hover:after {
		top: 54px;
	}

	.timelineblock li.right:after {
		right: auto;
	}

	.timelineblock li.highlight:after {
		margin-left: -7px;
		left: 50%;
		right: auto;
	}

	.timelineblock li.highlight:hover:after {
		margin-left: -9px;
	}

	.timelineblock li.year:after,
	.timelineblock li.year:hover:after {
		margin-top: 1em;
		left: 50%;
		right: auto;
	}
}


#timelineblock div.suppl {
	display: none;
	padding-top: 90px;
	background: #fff;
	font-size: 1.5em;
	line-height: 1.6;
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: -1;
}

#timelineblock div.suppl.show {
	z-index: 20;
}

#timelineblock div.suppl .inner {
	max-width: 900px;
	margin: 0 auto;
	padding: 20px;
}

body.safearea.slidenavi #timelineblock div.suppl .inner {
	padding-left: calc(env(safe-area-inset-left) + 20px);
	padding-right: calc(env(safe-area-inset-right) + 20px);
	padding-bottom: calc(env(safe-area-inset-bottom) + 20px);
}

#timelineblock div.suppl .cover {
	position: relative;
	padding-bottom: 2.2em;
}

#timelineblock div.suppl .brick {
	padding: 10px 0;
}

#timelineblock div.suppl img {
	width:  100%;
	height: auto;
}

#timelineblock div.suppl h4 {
	margin-bottom: .5em;
	font-size: 1.2em;
	font-weight: 700;
}

#timelineblock div.suppl p {
	margin-bottom: 1em;
	text-indent: 1em;
}

#timelineblock div.suppl .signature {
	margin-bottom: 1em;
	font-size: 1.1em;
	line-height: 1.4em;
}

#timelineblock div.suppl .signature p {
	margin-bottom: 0;
	text-indent: 0;
}

#timelineblock div.suppl .signature .notation {
	font-size: .65em;
}

#timelineblock .btn {
	display: inline-block;
}

#timelineblock .btn span {
	display: inline-block;
	padding: .5em;
	background: #9a9994;
	color: #fff;
	font-weight: 700;
	line-height: 1.2;
	transition: .2s;
	cursor: pointer;
}

#timelineblock .btn span.hover {
	background: #bcbbb9;
}

#timelineblock .btn.suppl span:after {
	display: inline-block;
	content: '\f110';
	margin-left: .5em;
	font-family: 'uiicon';
	font-weight: normal !important;
	text-align: center;
	transition: .2s
}

#timelineblock div.suppl .btn.close {
	position: absolute;
	left: 0;
	bottom: 0;
}

#timelineblock div.suppl .btn.close span {
}

#timelineblock div.suppl .btn.close span:after {
	display: inline-block;
	content: '\f107';
	margin-left: .5em;
	font-family: 'uiicon';
	font-weight: normal !important;
	text-align: center;
}

div.suppl .sentence {
	padding: 1em;
}

div.suppl.person figure {
	width: 100%;
	max-width: 180px;
	margin: 0 auto;
	overflow: hidden;
}

div.suppl.person .signature {
	text-align: center;
}

div.suppl.person figure > span {
	display: inline-block;
	overflow: hidden;
	width: 100%;
	padding-top: 100%;
	overflow: hidden;
	position: relative;
}

div.suppl.person figure > span span {
	border-radius: 50%;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

div.suppl.person figure > span span img {
	width: auto !important;
	height: 100% !important;
	transform: translateX(-50%);
	position: absolute;
	top: 0;
	left: 50%;
}

@media only screen and (min-width: 481px) {

	#timelineblock div.suppl {
		font-size: 1.7em;
	}
}

@media only screen and (min-width: 1001px) {

	body.fixed #timelineblock div.suppl {
		padding-top: 100px;
	}

	body:not(.fixed) #timelineblock div.suppl {
		padding-top: 230px;
	}
}


.erasummary {
	width: 100%;
	padding: 20px;
	position: relative;
}

.appendixblock .erasummary {
	max-width: 1000px;
	margin: 0 auto;
	padding-top: 0;
	padding-bottom: 0;
}

.timelineheader + .erasummary {
	padding-bottom: 0;
}

ul.timeline + .erasummary {
	margin-top: -30px;
	margin-bottom: 30px;
	padding-top: 0;
}

ul.timeline + .erasummary:after {
	content: '';
	width: 4px;
	height: 30px;
	margin-left: -2px;
	background-color: rgba(238,238,238,.8);
	position: absolute;
	left: 100px;
	bottom: -10px;
	z-index: 1;
}

.erasummary + ul.timeline {
	margin-top: 0;
}

.erasummary > .cover {
	width: 100%;
	padding: 20px;
	background-color: rgba(238,238,238,.8);
	color: #000;
	position: relative;
}

.appendix .erasummary > .cover {
	background-color: #fff;
}

.erasummary p {
	text-indent: 1em;
}

.appendix .erasummary p:not(:last-child) {
	margin-bottom: 1em;
}

.erasummary strong {
	padding: 0 .2em;
	background: #fff;
	color: #111;
	font-weight: 700;
}

@media only screen and (min-width: 481px) {

	ul.timeline + .erasummary:after {
		left: 50%;
	}
}
