﻿

/*------------------------------------
	ページ内リンク
-------------------------------------*/
.p-nav__list {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.p-nav__item {
  width: 48.5%;
  font-size: 1.5rem;
  margin-bottom: 10px;
}

.p-nav__link {
	display: block;
	padding: 8px 15px 8px 8px;
	border: solid 1px #d4babb;
	border-radius: 5px;
	position: relative;
	transition: background-color 0.4s, color 0.4s;
}

.p-nav__link::after {
	content: "";
	display: block;
	position: absolute;
	right: 10px;
	top: calc(50% - 4px);
	transform: rotate(135deg);
	width: 8px;
	height: 8px;
	border-top: 2px solid #b92732;
	border-right: 2px solid #b92732;
	transition: border 0.4s;
}

@media (min-width: 48em) {

	.p-nav__list {
		justify-content: center;
	}

	.p-nav__item {
		width: 14.5%;
		margin: 0 0.6% 10px;
		font-size: 1.6rem;
	}
	
	.p-nav__link{
		padding: 15px 15% 15px 5%;
		text-align: center;
	}
	
	.p-nav__link::after {
		right: 15px;
	}

	.p-nav__link:hover {
		color: #fff;
		background-color: #b92732;
	}

	.p-nav__link:hover::after {
		border-top-color: #fff;
		border-right-color: #fff;
	}

}

/*------------------------------------
	プラグイン
-------------------------------------*/
/* モーダル */
#cboxOverlay {
	background-color: #000;
}

#cboxOverlay::after {
	content: "✕";
	color: #999;
	font-size: 28px;
	width: 48px;
	height: 48px;
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	text-align: center;
	z-index: 211;
	cursor: pointer;
}

#cboxContent {
	margin-top: 0;
}

#colorbox #cboxLoadedContent {
	overflow: hidden !important;
	padding: 20px;
	background-color: #fff;
}

#colorbox #cboxLoadedContent > div {
	height:100%;
}

#cboxClose {
	display: none;
}

.history-modal-inline {
	display: none;
}

.history-modal-inline__btn {
	margin: 10px 0 0;
	text-align: right;
}

.history-modal-inline__link {
	position: relative;
	display: inline-block;
	padding: 5px 25px 5px 10px;
	border: 1px #cfcfcf solid;
	background: none #f6f6f6;
	text-decoration: none;
	text-align: center;
	color: #000000;
}

.history-modal-inline__link::after {
	content: url(../image/arrow01.gif);
	position: absolute;
	top: 50%;
	right: 5px;
	transform: translateY(-50%);
}

/*------------------------------------
	年表
-------------------------------------*/
.p-history__wrap {
	margin-top: 20px;
}

.p-history__link {
	position: relative;
}

.p-history__inner {
	margin-left: 50px;
	border-top: dotted 1px #DDD;
}

.p-history__box {
	display: block;
	padding: 8px 5px 13px 38px;
}

.p-history-important__inner {
	color: #B81C22;
	font-size: 1.8rem;
}

.p-history-important__box {
	display: block;
	padding: 18px 5px 18px 38px;
}

.p-history__number {
	position: absolute;
	top: 0.8em;
	left: 8px;
	font-size: 2rem;
	color: #B81C22;
}

.p-history-important__number {
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	font-size: 3.2rem;
	color: #000;
}

.p-history__era,
.p-history__era--important {
	font-size: 1.2rem;
	display: block;
}

.p-history-important__era {
	display: none;
}

.p-history__txt--modal {
	background: url("../image/history_icon_plus_sp.png") no-repeat right 5px / 17px;
	padding-right: 20px;
}

.p-history__txt--link {
	background: url("../image/history_icon_arrow.png") no-repeat right 7px / 13px;
	padding-right: 20px;
}

.p-history-important__txt {
	padding-right: 23px;
	background-position: right 7px;
}

.p-history__img {
	margin-top: 8px;
	width: 58%;
}

.p-history-movements__link {
	display: none;
}

@media (min-width: 48em) {
	.p-history__wrap {
		margin-top: 67px;
		padding-bottom: 4vw;
	}

	.p-history__list {
		position: relative;
		padding-bottom: 3.3vw;
	}

	.p-history__list::before {
		content: "";
		display: block;
		position: absolute;
		width: 5px;
		height: 100%;
		background-color: #dddddd;
		top: 8.4vw;
		left: 50%;
		transform: translateX(-50%);
		z-index: -1;
	}
	
	.p-history__list::after {
		content:"";
		display: table;
		clear:both;
	}

	.p-history__link {
		width: 50%;
		display: flex;
		align-items: center;
		clear: both;
	}
	
	.p-history-important__link {
		position: static;
		margin-top: 4.5vw;
	}

	.p-history__link--left {
		float: left;
		clear: left;
	}

	.p-history__link--right {
		float: right;
		clear: right;
	}

	.p-history__number {
		font-size: 1.9vw;
		color: #000;
		width: 8.2vw;
		left: 0;
		top: 50%;
		transform: translateY(-50%);
	}
	
	.p-history__number--left {
		right: 0;
		left: auto;
	}
	
	.p-history__number--right {
		left: 0;
		text-align: right;
	}
	
	.p-history__number::before {
		content: "";
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		display: block;
		width: 3.1vw;
		height: 1px;
		background-color: #707070;
	}
	
	.p-history__number--right::before {
		left: 0;
	}
	
	.p-history__number--left::before {
		right: 0;
	}
	
	.p-history__number::after {
		content: "";
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		display: block;
		width: 0.6vw;
		height: 0.6vw;
		background-color: #B40914;
		border-radius: 50%;
	}
	
	.p-history__number--right::after {
		left: -0.3vw;
	}
	
	.p-history__number--left::after {
		right: -0.3vw;
	}
	
	.p-history-important__number {
		top: 0;
		transform: translate(0);
		left: 0;
		right: 0;
		text-align: center;
		font-size: 5vw;
		line-height: 1;
		z-index: -1;
		width: 100%;
	}
	
	.p-history-important__number::before,
	.p-history-important__number::after {
		display: none;
	}
	
	.p-history-movements__number {
		font-size: 1.5vw;
		width: 7.2vw;
	}

	.p-history-movements__number::before {
		height: 1px;
		border-top: dashed 1px #B9B9B9;
		background: none;
	}
	
	.p-history-important__era {
		display: block;
		font-size: 1.23vw;
		margin-top: 5px;
	}

	.p-history__inner {
		flex: 1;
		border: none;
		font-size: 1.4vw;
		margin-left: 0;
		position: relative;
		background-color: #f0f5fb;
	}
	
	.js-history__modal {
		background: url("../image/history_icon_plus_pc.png") no-repeat right 1.5vw bottom 1.3vw / 1.7vw;
	}
	
	.p-history__inner--left {
		margin-right: 9.4vw;
	}
	
	.p-history__inner--right {
		margin-left: 9.4vw;
	}
	
	.p-history__box {
		padding: 1.4vw 3.3vw 1.4vw 1.9vw;
	}

	.p-history-important__inner {
		color: #fff;
		background-color: #B81C22;
		position: relative;
	}
	
	.p-history-important__modal {
		background: url("../image/history_icon_plus_important_pc.png") no-repeat right 1.5vw bottom 1.3vw / 1.7vw;
	}
	
	.p-history-important__inner--right {
		margin-left: 9.4vw;
	}
	
	.p-history-important__inner--left {
		margin-right: 9.4vw;
	}
	
	.p-history-important__inner::before {
		content: "";
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		display: block;
		width: 9.4vw;
		height: 1px;
		background-color: #707070;
	}
	
	.p-history-important__inner--right::before {
		left: -9.4vw;
	}
	
	.p-history-important__inner--left::before {
		right: -9.4vw;
	}
	
	.p-history-important__inner::after {
		content: "";
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		display: block;
		width: 1.2vw;
		height: 1.2vw;
		background-color: #B40914;
		border-radius: 50%;
	}
	
	.p-history-important__inner--right::after {
		left: -10vw;
	}
	
	.p-history-important__inner--left::after {
		right: -10vw;
	}
	
	.p-history-important__box {
		padding: 1.8vw 3.3vw 1.9vw 1.9vw;
	}

	.p-history__era {
		display: block;
		font-size: 1.1vw;
	}
	
	.p-history__era--important {
		display: block;
		font-size: 1.2vw;
	}
	
	.p-history__txt {
		font-size: 1.3vw;
	}
	
	.p-history__txt--modal {
		background-image: none;
		padding-right: 0;
	}
	
	.p-history__txt--link {
		background-size: 1.1vw;
		background-position: right 0.5vw;
		padding-right: 1.7vw;
	}
	
	.p-history__txt--s {
		font-size: 1.16vw;
	}
	
	.p-history-important__txt--s {
		font-size: 1.16vw;
		line-height: 1.4;
		display: block;
	}
	
	.p-history-important__txt {
		font-size: 1.5vw;
	}
	
	.p-history__link {
		display: block;
	}
	
	.p-history-movements__inner {
		font-size: 1.3vw;
		position: relative;
	}
	
	.p-history-movements__inner--left {
		margin-right: 9.4vw;
		text-align: right;
	}
	
	.p-history-movements__inner--right {
		margin-left: 9.4vw;
	}
	
	.p-history-movements__inner--no-number::before {
		content: "";
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		display: block;
		width: 9vw;
		height: 1px;
		border-top: dashed 1px #B9B9B9;
	}
	
	.p-history-movements__inner--right::before {
		left: -9vw;
	}
	
	.p-history-movements__inner--left::before {
		right: -9vw;
	}
		
	.p-history-movements__inner--right::after {
		left: -0.3vw;
	}
	
	.p-history-movements__inner--left::after {
		right: -9.7vw;
	}
	
	.p-history-movements__frame {
		border: solid 1px #68738E;
		font-size: 1.01vw;
		margin-right: 0.7vw;
		padding: 2px 0.5vw;
		color: #B40914;
	}
	
	.p-history__img {
		margin: 0;
		position: absolute;
		right: 1.5vw;
		top: -7.4vw;
		width: 13.4vw;
	}
	
	/*-----------------
		個別
	------------------*/
	/* 1877 - 1939 */
	.p-history__list--first::before {
		height: calc(100% - 8.5vw);
	}
	
	.p-history-movements__link--1877 {
		clear: none;
		margin-top: 7.4vw;
	}
	
	.p-history__link--1878 {
		margin-top: 2.7vw;
	}
	
	.p-history__link--1879 {
		margin-top: 5.2vw;
	}
	
	.p-history__link--1882 {
		margin-top: 3vw;
	}
	
	.p-history__link--1884 {
		margin-top: 9.7vw;
	}
	
	.p-history-movements__link--1883 {
		margin-top: 8.8vw;
	}
	
	.p-history__link--1886 {
		margin-top: 11.5vw;
	}
	
	.p-history__link--1889 {
		margin-top: 3vw;
	}
	
	.p-history-movements__link--1894 {
		margin-top: 7.8vw;
	}
	
	.p-history__link--1895 {
		margin-top: 9.4vw;
	}
	
	.p-history__number--1895 {
		top: 1vw;
	}
	
	.p-history__link--1896 {
		margin-top: 8vw;
	}
	
	.p-history__link--1897 {
		margin-top: 2.3vw;
	}
	
	.p-history__link--1899 {
		margin-top: 4.6vw;
	}
	
	.p-history-movements__link--1904 {
		margin-top: 6.2vw;
	}
	
	.p-history-movements__link--1914 {
		margin-top: 6vw;
	}
	
	.p-history__link--1918 {
		margin-top: 11vw;
	}
	
	.p-history__number--1918 {
		top: 0.7vw;
	}
	
	.p-history-movements__link--1923 {
		margin-top: 10.9vw;
	}
	
	.p-history-movements__link--1939 {
		margin-top: 3.8vw;
	}
	
	/* 1943 - 1973 */
	.p-history__list--second {
		padding: 0;
	}
	
	.p-history__list--second::before {
		top: 9vw;
		height: calc(100% - 8vw);
	}
	
	.p-history-important__link--1943 {
		margin-top: 5.2vw;
	}
	
	.p-history-important__number--1943 {
		top: 0.8vw;
	}
	
	.p-history-important__inner--1943::before {
		top: 4.2vw;
	}
	
	.p-history-important__inner--1943::after {
		top: 4.2vw;
	}
	
	.p-history__img--1943 {
		top: -5.7vw;
	}
	
	.p-history-movements__link--1945 {
		margin-top: 13.3vw;
	}
	
	.p-history__link--1948 {
		margin-top: 9.8vw;
	}
	
	.p-history__number--1948 {
		
	}
	
	.p-history__img--1948 {
		width: 7.5vw;
		top: -8vw;
	}
	
	.p-history__number--1948 {
		top: 1vw;
	}
	
	.p-history-movements__link--1953 {
		margin-top: 14vw;
	}
	
	.p-history__link--1961 {
		margin-top: 2vw;
	}
	
	.p-history__number--1961 {
		top: 3.3vw;
	}
	
	.p-history__inner--1961-02 {
		margin-top: 0.4vw;
	}
	
	.js-history__modal--1961-02 {
		background-position: right 1.5vw bottom 2.5vw;
	}
	
	.p-history__img--1961-02 {
		top: auto;
		bottom: -8.3vw;
	}
	
	.p-history__link--1963 {
		margin-top: 8vw;
	}
	
	.p-history-movements__link--1964 {
		margin-top: 2.6vw;
	}
		
	.p-history__link--1973 {
		margin-top: 10.4vw;
	}
	
	.p-history__number--1973 {
		top: 4.6vw;
	}
	
	.p-history__img-1973-01 {
		top: -7.8vw;
	}
	
	.p-history__inner--1973-02 {
		margin-top: 0.6vw;
	}
	
	.js-history__modal--1973-02 {
		background-position: right 1.5vw bottom 1.7vw;
	}
	
	.p-history__img--1973-02 {
		top: auto;
		bottom: -10.3rem;
	}
	
	.p-history-movements__link--1973 {
		margin-top: 13.996vw;
	}
	
	/* 1977 -  */
	.p-history__list--last {
		margin-top: 0.3vw;
	}
	
	.p-history__list--last::before {
		top: 10vw;
		height: calc(100% - 10vw);
	}
	
	.p-history-important__link--1977 {
		margin-top: 6.3vw;
	}
	
	.p-history-important__number--1977 {
		top: 1.6vw;
	}
	
	.p-history__img--1977 {
		top: -6.3vw;
	}
	
	.p-history__inner-1977 {
		margin-top: 0.4vw;
	}
	
	.p-history__link--1981 {
		margin-top: 12.5vw;
	}
	
	.p-history__link--1983 {
		margin-top: 2.5vw;
	}
	
	.p-history-movements__link--1986 {
		margin-top: 8.1vw;
	}
	
	.p-history-movements__link--1987 {
		margin-top: 6.5vw;
	}
	
	.p-history__link--1994 {
		margin-top: 6.4vw;
	}
	
	.p-history__img--1994 {
		top: auto;
		bottom: -8.2vw;
	}
	
	.p-history-movements__link--1995 {
		margin-top: 7.9vw;
	}
	
	.p-history__link--1997 {
		margin-top: 5.1vw;
	}
	
	.p-history__img--1997 {
		width: 7.3vw;
	}
	
	.p-history__link--1998 {
		margin-top: 9.3vw;
	}
	
	.p-history__link--2000 {
		margin-top: 2.9vw;
	}
	
	.p-history__inner--2000-02 {
		margin-top: 0.4vw;
	}
	
	.p-history__link--2002 {
		margin-top: 10vw;
	}
		
	.p-history__inner--2002-02 {
		margin-top: 0.4vw;
	}
	
	.p-history-movements__link--2002 {
		margin-top: 2.55vw;
	}
	
	.p-history__link--2003 {
		margin-top: 2.5vw;
	}
	
	.p-history__link--2004 {
		margin-top: 3.5vw;
	}
	
	.p-history__img--2004 {
		top: auto;
		bottom: -8.6vw;
	}
	
	.p-history-movements__link--2007 {
		margin-top: 9.1vw;
	}
	
	.p-history-movements__link--2008 {
		margin-top: 3.4vw;
	}
	
	.p-history__link--2009 {
		margin-top: 8.5vw;
	}
	
	.p-history__link--2011 {
		margin-top: 6.6vw;
	}
	
	.p-history__inner--2011-02 {
		margin-top: 0.4vw;
	}
	
	.p-history-movements__link--2011 {
		margin-top: 2.67vw;
	}
	
	.p-history__link--2012 {
		margin-top: 2.4vw;
	}
	
	.p-history__link--2013 {
		margin-top: 2.4vw;
	}
	
	.p-history__link--2014 {
		margin-top: 3.5vw;
	}
	
	.p-history__link--2015 {
		margin-top: 5.3vw;
	}
	
	.p-history-movements__link--2015 {
		margin-top: 2.26vw;
	}
	
	.p-history__link--2017 {
		margin-top: 2.8vw;
	}
	
	.p-history__link--2019 {
		margin-top: 1.8vw;
	}
	
	.p-history__inner--2019-02,
	.p-history__inner--2019-03 {
		margin-top: 0.4vw;
	}
	
	.p-history__link--2020 {
		margin-top: 8.9vw;
	}
	
	.p-history__link--2021 {
		margin-top: 3.8vw;
	}
	
	.p-history-movements__link--2021 {
		margin-top: 4.78vw;
	}
	
	.p-history__link--2024 {
		margin-top: 4.8vw;
	}
	
	.js-history__modal--2024 {
		background-position: right 1.5vw bottom 2.3vw;
	}
	
	.p-history__img--2024 {
		width: 7.5vw;
		top: auto;
		bottom: -4vw;
		right: 4.9vw;
	}
	
	.p-history-movements__link--2024 {
		margin-top: 6.06vw;
	}
	
	.p-history-movements__inner--2024 {
		margin-right: 4.1vw;
		width: 26.2vw;
		margin-left: auto;
		text-align: left;
		display: flex;
		align-items: flex-start;
	}
	
	.p-history-movements__inner--2024::before {
		right: -4.1vw;
		width: 4.1vw;
	}
	
	.p-history-movements__frame--2024 {
		width: 7.55vw;
	}
}

@media (min-width: 1360px) {

	.p-history__list {
		padding-bottom: 46px;
	}
	
	.p-history__list::before {
		top: 120px;
		height: calc(100% - 120px);
	}
	
	.p-history-important__link {
		margin-top: 65px;
	}

	.p-history__number {
		font-size: 2.7rem;
		width: 118px;
	}
	
	.p-history__number::before {
		width: 44px;
	}
	
	.p-history__number::after {
		width: 9px;
		height: 9px;
	}
	
	.p-history__number--right::after {
		left: -4px;
	}
	
	.p-history__number--left::after {
		right: -4px;
	}
	
	.p-history-important__number {
		font-size: 7.2rem;
		width: 100%;
	}
	
	.p-history-movements__number {
		font-size: 2.1rem;
		width: 100px;
	}

	.p-history-important__era {
		font-size: 1.8rem;
	}

	.p-history__inner {
		font-size: 2rem;
	}
	
	.js-history__modal {
		background-position: right 22px bottom 18px;
		background-size: 24px;
	}
	
	.p-history__inner--left {
		margin-right: 130px;
	}
	
	.p-history__inner--right {
		margin-left: 130px;
	}
	
	.p-history__box {
		padding: 20px 48px 20px 27px;
	}
	
	.p-history-important__modal {
		background-position: right 22px bottom 18px;
		background-size: 24px;
	}
	
	.p-history-important__inner--right {
		margin-left: 130px;
	}
	
	.p-history-important__inner--left {
		margin-right: 130px;
	}
	
	.p-history-important__inner::before {
		width: 130px;
	}
	
	.p-history-important__inner--right::before {
		left: -130px;
	}
	
	.p-history-important__inner--left::before {
		right: -130px;
	}
	
	.p-history-important__inner::after {
		width: 18px;
		height: 18px;
	}
	
	.p-history-important__inner--right::after {
		left: -138px;
	}
	
	.p-history-important__inner--left::after {
		right: -140px;
	}
	
	.p-history-important__box {
		padding: 26px 47px 27px 27px;
	}

	.p-history__era {
		font-size: 1.5rem;
	}
	
	.p-history__era--important {
		font-size: 1.65rem;
	}
	
	.p-history__txt {
		font-size: 1.8rem;
	}
	
	.p-history__txt--link {
		background-size: 16px;
		background-position: right 0.35em;
		padding-right: 25px;
	}
	
	.p-history__txt--s {
		font-size: 1.5rem;
	}
	
	.p-history-important__txt {
		font-size: 2rem;
	}
	
	.p-history-important__txt--s {
		font-size: 1.6rem;
	}
	
	.p-history-movements__inner {
		font-size: 1.75rem;
	}
	
	.p-history-movements__inner--left {
		margin-right: 130px;
	}
	
	.p-history-movements__inner--right {
		margin-left: 130px;
	}
	
	.p-history-movements__inner--no-number::before {
		width: 120px;
	}
	
	.p-history-movements__inner--right::before {
		left: -125px;
	}
	
	.p-history-movements__inner--left::before {
		right: -125px;
	}
	
	.p-history-movements__inner--no-number::after {
		width: 9px;
		height: 9px;
	}
	
	.p-history-movements__inner--right::after {
		left: -4px;
	}
	
	.p-history-movements__inner--left::after {
		right: -140px;
	}
	
	.p-history-movements__frame {
		font-size: 1.4rem;
		margin-right: 10px;
		padding: 2px 7px;
	}
	
	.p-history__img {
		right: 21px;
		top: -100px;
		width: 185px;
	}
	
	
	
	
	/*-----------------
		個別
	------------------*/
	.p-history__inner--1961-02,
	.p-history__inner-1977,
	.p-history__inner--2000-02,
	.p-history__inner--2002-02,
	.p-history__inner--2011-02,
	.p-history__inner--2019-02,
	.p-history__inner--2019-03 {
		margin-top: 5px;
	}
	
	/* 1877 - 1939 */
	.p-history-movements__link--1877 {
		margin-top: 106px;
	}
	
	.p-history__link--1878 {
		margin-top: 36px;
	}
	
	.p-history__link--1879 {
		margin-top: 72px;
	}

	.p-history__link--1882 {
		margin-top: 35px;
	}
	
	.p-history-movements__link--1883 {
		margin-top: 116px;
	}
	
	.p-history__link--1884 {
		margin-top: 130px;
	}
	
	.p-history__link--1886 {
		margin-top: 156px;
	}
	
	.p-history__link--1889 {
		margin-top: 40px;
	}
	
	.p-history-movements__link--1894 {
		margin-top: 106px;
	}
	
	.p-history__link--1895 {
		margin-top: 123px;
	}
	
	.p-history__link--1896 {
		margin-top: 110px;
	}
	
	.p-history__link--1897 {
		margin-top: 34px;
	}
	
	.p-history__link--1899 {
		margin-top: 62px;
	}
	
	.p-history-movements__link--1904 {
		margin-top: 84px;
	}
	
	.p-history-movements__link--1914 {
		margin-top: 82px;
	}
	
	.p-history__link--1918 {
		margin-top: 148px;
	}
	
	.p-history-movements__link--1923 {
		margin-top: 150px;
	}
	
	.p-history-movements__link--1939 {
		margin-top: 54px;
	}
	
	/* 1943 - 1973 */
	.p-history__list--second::before {
		height: calc(100% - 150px);
	}
	
	.p-history-important__link--1943 {
		margin-top: 70px;
	}
	
	.p-history__img--1943 {
		top: -75px;
	}
	
	.p-history-important__number--1943 {
		top: 5px;
	}
	
	.p-history-important__inner--1943::before,
	.p-history-important__inner--1943::after {
		top: 58px;
	}
	
	.p-history-movements__link--1945 {
		margin-top: 183px;
	}
	
	.p-history__link--1948 {
		margin-top: 135px;
	}
	
	.p-history__img--1948 {
		width: 105px;
		top: -115px;
	}
	
	.p-history-movements__link--1953 {
		margin-top: 193px;
	}
	
	.p-history__link--1961 {
		margin-top: 18px;
	}
	
	.p-history__number--1961 {
		top: 52px;
	}
	
	.js-history__modal--1961-02 {
		background-position: right 22px bottom 35px;
	}
	
	.p-history__img--1961-02 {
		top: auto;
		bottom: -116px;
	}
	
	.p-history__link--1963 {
		margin-top: 108px;
	}
	
	.p-history-movements__link--1964 {
		margin-top: 35px;
	}
	
	.p-history__link--1973 {
		margin-top: 132px;
	}
	
	.p-history__number--1973 {
		top: 73px;
	}
	
	.p-history-movements__link--1973 {
		margin-top: 191px;
	}
	
	.p-history__img--1973-02 {
		top: auto;
		bottom: -105px;
	}
		
	/* 1977 -  */
	.p-history__list--last::before {
		top: 95px;
		height: calc(100% - 95px);
	}
	
	.p-history-important__link--1977 {
		margin-top: 40px;
	}
	
	.p-history-important__number--1977 {
		top: -30px;
	}
	
	.p-history__img--1977 {
		top: -85px;
	}
	
	.p-history__link--1981 {
		margin-top: 125px;
	}
	
	.p-history__link--1983 {
		margin-top: 32px;
	}
	
	.p-history-movements__link--1986 {
		margin-top: 110px;
	}
	
	.p-history-movements__link--1987 {
		margin-top: 90px;
	}
	
	.p-history__link--1994 {
		margin-top: 88px;
	}
	
	.p-history__img--1994 {
		top: auto;
		bottom: -115px;
	}
	
	.p-history-movements__link--1995 {
		margin-top: 110px;
	}
	
	.p-history__link--1997 {
		margin-top: 68px;
	}
	
	.p-history__img--1997 {
		width: 100px;
	}
	
	.p-history__link--1998{
		margin-top: 126px;
	}
	
	.p-history__link--2000 {
		margin-top: 36px;
	}
	
	.p-history__link--2002 {
		margin-top: 133px;
	}
	
	.p-history-movements__link--2002 {
		margin-top: 31px;
	}
	
	.p-history__link--2003 {
		margin-top: 35px;
	}
	
	.p-history__link--2004 {
		margin-top: 45px;
	}
	
	.p-history__img--2004 {
		top: auto;
		bottom: -120px;
	}
	
	.p-history-movements__link--2007 {
		margin-top: 125px;
	}
	
	.p-history-movements__link--2008 {
		margin-top: 48px;
	}
	
	.p-history__link--2009 {
		margin-top: 117px;
	}
	
	.p-history__link--2011 {
		margin-top: 90px;
	}
	
	.p-history-movements__link--2011 {
		margin-top: 35px;
	}
	
	.p-history__link--2012 {
		margin-top: 33px;
	}
	
	.p-history__link--2013 {
		margin-top: 27px;
	}
	
	.p-history__link--2014 {
		margin-top: 45px;
	}
	
	.p-history__link--2015 {
		margin-top: 72px;
	}
	
	.p-history-movements__link--2015 {
		margin-top: 29px;
	}
	
	.p-history__link--2017 {
		margin-top: 38px;
	}
	
	.p-history__link--2019 {
		margin-top: 20px;
	}
	
	.p-history__link--2020 {
		margin-top: 120px;
	}
	
	.p-history__link--2021 {
		margin-top: 47px;
	}
	
	.p-history-movements__link--2021 {
		margin-top: 63px;
	}
	
	.p-history__link--2024 {
		margin-top: 65px;
	}
	
	.js-history__modal--2024 {
		background-position: right 22px bottom 32px;
	}
	
	.p-history__img--2024 {
		top: auto;
		width: 104px;
		right: 70px;
		bottom: -54px;
	}
	
	.p-history-movements__link--2024 {
		margin-top: 84px;
	}
	
	.p-history-movements__frame--2024 {
		width: 100px;
	}
	
	.p-history-movements__inner--left::before {
		right: -130px;
		width: 55px;
	}
	
	.p-history-movements__inner--2024 {
		width: 356px;
		margin-right: 60px;
	}
	
	.p-history-movements__inner--2024::before {
		margin-right: 70px;
	}

}





