#top_body main {
	margin-top: 0;
}

@media only screen and (max-width: 768px) {
	#header {
		height: 60px;
	}

	header .header--sp{
	    background-color: rgba(255, 255, 255, 0.5);
	    height: 60px;
	    position: fixed;
	    z-index: 20;
	    top: 0;
	    width: 100%;
	}
}


#top_body .heading {
	position: relative;
	font-size: 6.4rem;
	font-weight: 700;
	line-height: 1.3;
}

#top_body .heading::after {
	content: "";
	position: absolute;
	bottom: calc(calc(0.25em + 8px) * -1);
	left: 50%;
	display: inline-block;
	width: 80px;
	height: 8px;
	background-color: var(--green-1);
	background-repeat: no-repeat;
	background-position: center;
	transform: translateX(-50%);
}

@media only screen and (max-width: 767px) {
	#top_body .heading {
		font-size: 2.8rem;
	}
}

#top_body .desc {
	max-width: var(--width);
	margin: auto;
	font-size: 3.6rem;
	font-weight: 700;
	line-height: 1.5;
	margin-top: var(--mt-s);
}

@media only screen and (max-width: 767px) {
	#top_body .desc {
		font-size: 2.0rem;
	}
}

#firstView {
	display: block;
	width: 100vw;
}

#firstView .mainView{
	background-size: cover;
	background-repeat: no-repeat;
	width: 100vw;
	height: 58.33333333vw;
	position: relative;
}

#firstView .mainView img.shusen80_triangle{
	width: 36.73611111vw;
	height: 21.18055556vw;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 10;
}

#firstView .mainView img.shusen80_bgTitle{
	width: 55vw;
	height: 57.63888889vw;
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 10;
}

#firstView .exhibitor{
	text-align: left;
	margin-left: 30px;
	font-size: 16px;
}

@media only screen and (min-width: 360px) and (max-width: 1024px) {
	#firstView .exhibitor{
		/* 10px @ 360px increasing to 14px @ 1024px */
		font-size: calc(0.625rem + ((1vw - 3.6px) * 0.6024));
	}
}

#introduction{
	padding: 9.02777778vw 0 7.63888889vw;
	max-width: 90vw;
	margin: 0 5vw;
}

@media only screen and (min-width: 360px) and (max-width: 1024px) {
	#introduction {

	}
}

#introduction .title{
	color: #1f3211;
	border-bottom: 3px solid #000;
	margin-bottom: 3.95833333vw;
	font-size: 60px;
	font-family: "Noto Serif JP", serif;
	font-optical-sizing: auto;
	font-weight: 700;
	font-style: normal;
}

#introduction .text{
	color: #1f3211;
	text-align: left;
	line-height: 1.7;
	max-width: 80vw;
	margin: 0 5vw;
	font-size: 24px;
}

@media only screen and (max-width: 1150px) {
	#introduction .title{
		/* 50px @ 1024px increasing to 60px @ 1150px */
		font-size: calc(3.125rem + ((1vw - 10.24px) * 7.9365));
	}

	#introduction .text{
		/* 20px @ 1024px increasing to 24px @ 1150px */
		font-size: calc(1.25rem + ((1vw - 10.24px) * 3.1746));
	}
}

@media only screen and (min-width: 957px) and (max-width: 1024px) {

	#introduction .title{
		font-size: 50px;
	}

	#introduction .text{
		font-size: 20px;
	}
}

@media only screen and (min-width: 769px) and (max-width: 956px) {

	#introduction .title{
		/* 40px @ 769px increasing to 50px @ 956px */
		font-size: calc(2.5rem + ((1vw - 7.69px) * 5.3476));
	}

	#introduction .text{
		/* 18px @ 769px increasing to 20px @ 956px */
		font-size: calc(1.125rem + ((1vw - 7.69px) * 1.0695));
	}
}


@media only screen and (min-width: 701px) and (max-width: 768px) {

	#introduction .title{
		font-size: 40px;
	}

	#introduction .text{
		font-size: 18px;
	}
}

@media only screen and (min-width: 360px) and (max-width: 700px) {
	#introduction .title{
		/* 26px @ 360px increasing to 40px @ 700px */
		font-size: calc(1.625rem + ((1vw - 3.6px) * 4.1176));
	}

	#introduction .text{
		font-size: 18px;
	}
}

@media only screen and (max-width: 359px) {
	#introduction .title {
		font-size: 26;
	}

	#introduction .text {
		font-size: 18px;
	}
}


#introduction .text .alignR{
	color: #1f3211;
	margin-top: 30px;
	text-align: right;
}

#asiaMap {
	padding: 9.02777778vw 0 7.63888889vw;
	max-width: 90vw;
	margin: 0 5vw;
}

@media only screen and (min-width: 360px) and (max-width: 1024px) {
	#asiaMap {

	}
}

#asiaMap .title{
	color: #1f3211;
	border-bottom: 3px solid #000;
	margin-bottom: 3.95833333vw;
	font-size: 60px;
	font-family: "Noto Serif JP", serif;
	font-optical-sizing: auto;
	font-weight: 700;
	font-style: normal;
}

@media only screen and (max-width: 1150px) {
	#asiaMap .title{
		/* 50px @ 1024px increasing to 60px @ 1150px */
		font-size: calc(3.125rem + ((1vw - 10.24px) * 7.9365));
	}
}

@media only screen and (min-width: 957px) and (max-width: 1024px) {

	#asiaMap .title{
		font-size: 50px;
	}
}

@media only screen and (min-width: 769px) and (max-width: 956px) {

	#asiaMap .title{
		/* 40px @ 769px increasing to 50px @ 956px */
		font-size: calc(2.5rem + ((1vw - 7.69px) * 5.3476));
	}
}

@media only screen and (min-width: 701px) and (max-width: 768px) {
	#asiaMap .title{
		font-size: 40px;
	}
}

@media only screen and (min-width: 360px) and (max-width: 700px) {
	#asiaMap .title{
		/* 26px @ 360px increasing to 40px @ 700px */
		font-size: calc(1.625rem + ((1vw - 3.6px) * 4.1176));
	}
}

@media only screen and (max-width: 359px) {
	#asiaMap .title {
			font-size: 26px;
		}
}

#asiaMap .yearNumber ul{
	display: flex;
	justify-content: space-between;
}

#asiaMap .yearNumber ul li{
	background-color: #1f3211;
	color: #fff;
}

#asiaMap .yearNumber ul li{
	background-color: #1f3211;
	color: #fff;
	font-size: 20px;
	padding: 2.22222222vw 0;
    margin-right: 0.4vw;
    width: calc(100% / 5);
	position: relative;
}

#asiaMap .yearNumber ul li:last-of-type{
	margin-right: 0;
}

@media only screen and (max-width: 1150px) {
	#asiaMap .yearNumber ul li{
		/* 17px @ 1024px increasing to 20px @ 1150px */
		font-size: calc(1.0625rem + ((1vw - 10.24px) * 2.381));
	}
}

@media only screen and (min-width: 957px) and (max-width: 1024px) {
	#asiaMap .yearNumber ul li{
		font-size: 17px;
        padding: 2.22222222vw 0;
        margin-right: 0.5vw;
        width: calc(100% / 5);
	}

	#asiaMap .yearNumber ul li:last-of-type{
		margin-right: 0;
	}
}

@media only screen and (min-width: 769px) and (max-width: 956px) {

	#asiaMap .yearNumber ul li{
		/* 15px @ 769px increasing to 17px @ 956px */
		font-size: calc(0.9375rem + ((1vw - 7.69px) * 1.0695));
        padding: 2.22222222vw 0;
        margin-right: 0.5vw;
        width: calc(100% / 5);
	}

	#asiaMap .yearNumber ul li:last-of-type{
		margin-right: 0;
	}
}

@media only screen and (min-width: 701px) and (max-width: 768px) {
	#asiaMap .yearNumber ul li{
		font-size: 15px;
		padding: 2.60416667vw 0;
		margin-right: 0.5vw;
        width: calc(100% / 5);
	}

	#asiaMap .yearNumber ul li:last-of-type{
		margin-right: 0;
	}
}

@media only screen and (min-width: 360px) and (max-width: 700px) {
	#asiaMap .yearNumber ul li{
		font-size: calc(0.75rem + ((1vw - 3.6px) * 0.8824));
		padding: 2.60416667vw 0;
		margin-right: 0.5vw;
        width: calc(100% / 5);
	}

	#asiaMap .yearNumber ul li:last-of-type{
		margin-right: 0;
	}
}

@media only screen and (max-width: 440px) {
	#asiaMap .yearNumber ul li{
		padding: 15px 0 10px;
	}
}

@media only screen and (max-width: 359px) {
	#asiaMap .yearNumber ul li {
		font-size: 12px;
	}
}

#asiaMap .yearNumber ul li::before{
	content: "";
	display: block;
	background-image: url(../img/top/map/asiaMap_naviArrow.png);
	background-repeat: no-repeat;
	background-position: left center;
    cursor: pointer;
    width: 5.55555556vw;
    height: 1.25vw;
    position: absolute;
    left: 0;
    overflow: visible;
    z-index: 10;
}

#asiaMap .yearNumber ul li.onBtn{
	pointer-events: none;
	background-color: #68cb42;
}

#asiaMap .yearNumber ul li:hover{
	background-color: #68cb42;
	transition: 0.5s;
}

#asiaMap .yearNumber ul li:hover{
	background-color: #68cb42;
	transition: 0.5s;
}

#asiaMap .yearNumber ul li:hover::before{
	background-image: url(../img/top/map/asiaMap_naviArrow.png);
	background-repeat: no-repeat;
	background-position: 0.69444444vw center;
    left: 0.69444444vw;
	-moz-transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    -ms-transition-duration: 0.5s;
    -moz-transition-timing-function: ease-in-out;
    -webkit-transition-timing-function: ease-in-out;
    -o-transition-timing-function: ease-in-out;
    -ms-transition-timing-function: ease-in-out;
    overflow: visible;
    z-index: 10;
}


@media only screen and (min-width: 769px) and (max-width: 1024px) {
	#asiaMap .yearNumber ul li::before{
		display: none;
	}

	#asiaMap .yearNumber ul li:hover::before{
		display: none;
	}
}

@media only screen and (min-width: 360px) and (max-width: 768px) {
	#asiaMap .yearNumber ul li::before{
		display: none;
	}

	#asiaMap .yearNumber ul li:hover::before{
		display: none;
	}
}

#asiaMap .demobilizedMap{

}

#asiaMap .demobilizedMap .total{
	background-color: #e6e4e4;
	border: 1px solid #9f9d9f;
	color: #1f3211;
	padding: 1.04166667vw;
	font-size: 26px;
}

@media only screen and (max-width: 1150px) {
	#asiaMap .demobilizedMap .total{
		/* 22px @ 1024px increasing to 26px @ 1150px */
		font-size: calc(1.375rem + ((1vw - 10.24px) * 3.1746));
	}
}

@media only screen and (min-width: 957px) and (max-width: 1024px) {
	#asiaMap .demobilizedMap .total{
		font-size: 22px;
	}
}

@media only screen and (min-width: 769px) and (max-width: 956px) {

	#asiaMap .demobilizedMap .total{
		/* 20px @ 769px increasing to 22px @ 956px */
		font-size: calc(1.25rem + ((1vw - 7.69px) * 1.0695));
	}
}

@media only screen and (min-width: 701px) and (max-width: 768px) {

	#asiaMap .demobilizedMap .total{
		font-size: 20px;
	}
}

@media only screen and (min-width: 360px) and (max-width: 700px) {

	#asiaMap .demobilizedMap .total{
		/* 18px @ 360px increasing to 20px @ 700px */
		font-size: calc(1.125rem + ((1vw - 3.6px) * 0.5882));
	}
}

@media only screen and (max-width: 359px) {
	#asiaMap .demobilizedMap .total {
		font-size: 18px;
	}
}

#asiaMap .demobilizedMap{
	position: relative;
	height: 88.75vw;
}


@media only screen and (min-width: 1300px) {
	#asiaMap .demobilizedMap{
		height: 88.35vw;
	}
}

@media only screen and (min-width: 1440px) {
	#asiaMap .demobilizedMap{
		height: 87.75vw;
	}
}

@media only screen and (max-width: 570px) {
	#asiaMap .demobilizedMap{
		height: 85.26315789vw;
	}
}

@media only screen and (max-width: 440px) {
	#asiaMap .demobilizedMap{
		height: 86.818182vw;
	}
}

#asiaMap .demobilizedMap .s21,
#asiaMap .demobilizedMap .s22,
#asiaMap .demobilizedMap .s23,
#asiaMap .demobilizedMap .s24,
#asiaMap .demobilizedMap .s51{
	position: absolute;
	top: 0;
    max-width: 90vw;
    width: 90vw;
}

@media only screen and (min-width: 360px) and (max-width: 1024px) {
	#asiaMap .demobilizedMap .s21,
	#asiaMap .demobilizedMap .s22,
	#asiaMap .demobilizedMap .s23,
	#asiaMap .demobilizedMap .s24,
	#asiaMap .demobilizedMap .s51{
	    max-width: unset;
	    width: auto;
	}
}

#asiaMap .demobilizedMap .demobilizedSoldiers{
	margin-top: 5vw;
}

#asiaMap .demobilizedMap .demobilizedSoldiers img{
	width: 100%;
}





#asiaMap .quotation{
	color: #1f3211;
	text-align: right;
	margin-top: 1.73611111vw;
	margin-right: 0.69444444vw;
	font-size: 20px;
}

@media only screen and (min-width: 1440px) {
	#asiaMap .quotation{
		margin-top: 1.38888889vw;
	}
}

@media only screen and (min-width: 1600px) {
	#asiaMap .quotation{
		margin-top: 1.25vw;
	}
}

@media only screen and (min-width: 1700px) {
	#asiaMap .quotation{
		margin-top: 1.17647059vw;
	}
}



@media only screen and (max-width: 1150px) {
	#asiaMap .quotation{
		/* 17px @ 1024px increasing to 20px @ 1150px */
		font-size: calc(1.0625rem + ((1vw - 10.24px) * 2.381));
	}
}

@media only screen and (min-width: 957px) and (max-width: 1024px) {
	#asiaMap .quotation{
		font-size: 17px;
	}
}


@media only screen and (min-width: 769px) and (max-width: 956px) {

	#asiaMap .quotation{
		/* 15px @ 769px increasing to 17px @ 956px */
		font-size: calc(0.9375rem + ((1vw - 7.69px) * 1.0695));
		margin-top: 2.30125523vw;
	}
}


@media only screen and (min-width: 701px) and (max-width: 768px) {
	#asiaMap .quotation{
		font-size: 15px;
		margin-top: 2.86458333vw;
	}
}

@media only screen and (min-width: 360px) and (max-width: 700px) {

	#asiaMap .demobilizedMap{
		    height: 89.75vw;
	}

	#asiaMap .quotation{
		/* 12px @ 360px increasing to 15px @ 700px */
		font-size: calc(0.75rem + ((1vw - 3.6px) * 0.8824));
		margin-top: 2.85714286vw;
	}
}

@media only screen and (max-width: 359px) {
	#asiaMap .quotation {
		font-size: 12px;
		margin-top: 25px;
	}
}

#tableOfContents {
	
}

#tableOfContents .title{
	max-width: 90vw;
	margin: 0 5vw;
	border-bottom: 3px solid #000;
	font-size: 60px;
	font-family: "Noto Serif JP", serif;
	font-optical-sizing: auto;
	font-weight: 700;
	font-style: normal;

}


@media only screen and (max-width: 1150px) {
	#tableOfContents .title{
		/* 50px @ 1024px increasing to 60px @ 1150px */
		font-size: calc(3.125rem + ((1vw - 10.24px) * 7.9365));
	}
}

@media only screen and (min-width: 957px) and (max-width: 1024px) {
	#tableOfContents .title{
		font-size: 50px;
	}
}

@media only screen and (min-width: 769px) and (max-width: 956px) {

	#tableOfContents .title{
		/* 40px @ 769px increasing to 50px @ 956px */
		font-size: calc(2.5rem + ((1vw - 7.69px) * 5.3476));
	}
}

@media only screen and (min-width: 701px) and (max-width: 768px) {

	#tableOfContents .title{
		font-size: 40px;
		margin: 0 5vw;
	}
}

@media only screen and (min-width: 360px) and (max-width: 700px) {

	#tableOfContents .title{
		/* 26px @ 360px increasing to 40px @ 700px */
		font-size: calc(1.625rem + ((1vw - 3.6px) * 4.1176));
		margin: 0 5vw;
	}
}

@media only screen and (max-width: 359px) {
	#tableOfContents .title {
		font-size: 26px;
	}
}

#tableOfContents .tableOfContentsInner{
	padding: 9.02777778vw 0 7.63888889vw;
	position: relative;
}

@media only screen and (min-width: 360px) and (max-width: 1024px) {
	#tableOfContents .tableOfContentsInner {
/*	    padding: 9.02777778vw 5vw 7.63888889vw;*/
	}
}

#tableOfContents .tableOfContentsInner::before {
	position: absolute;
	content: "";
    height: 42.98611111vw;
    width: 90.20833333%;
    clip-path: polygon(0 0, 0% 100%, 100% 0);
    background-color: #d9d6ca;
    top: 0;
    left: 0;
    z-index: -1;
}

#tableOfContents .tableOfContentsInner::after {
	position: absolute;
	content: "";
    height: 18.54166667vw;
    width: 34.65277778%;
    clip-path: polygon(100% 0, 100% 100%, 0 100%);
    background-color: #253c16;
    right: 0;
    bottom: 0;
    z-index: -1;
}

#tableOfContents .tableOfContentsInner .contentsListBox{
	max-width: 90vw;
	margin: 0 5vw;
}

@media only screen and (min-width: 360px) and (max-width: 600px) {
	#tableOfContents .tableOfContentsInner .contentsListBox{
	    max-width: 75vw;
	    margin: 0 auto;
	}
}

#tableOfContents .contentsList .contentsListTitle{
	font-size: 40px;
	text-align: left;
	margin-bottom: 2.77777778vw;
}

@media only screen and (max-width: 1150px) {
	#tableOfContents .contentsList .contentsListTitle{
		/* font-size: 34px;*/
		/* 34px @ 1024px increasing to 40px @ 1150px */
		font-size: calc(2.125rem + ((1vw - 10.24px) * 4.7619));
	}
}

@media only screen and (min-width: 957px) and (max-width: 1024px) {

	#tableOfContents .contentsList .contentsListTitle{
		font-size: 34px;
	}
}

@media only screen and (min-width: 769px) and (max-width: 956px) {

	#tableOfContents .contentsList .contentsListTitle{
		/* 29px @ 769px increasing to 34px @ 956px */
		font-size: calc(1.8125rem + ((1vw - 7.69px) * 2.6738));
	}
}

@media only screen and (min-width: 701px) and (max-width: 768px) {

	#tableOfContents .contentsList .contentsListTitle{
		font-size: 29px;
	}
}

@media only screen and (min-width: 360px) and (max-width: 700px) {

	#tableOfContents .contentsList .contentsListTitle{
		/* 24px @ 360px increasing to 29px @ 700px */
		font-size: calc(1.5rem + ((1vw - 3.6px) * 1.4706));
	}
}

@media only screen and (max-width: 359px) {
	#tableOfContents .contentsList .contentsListTitle {
		font-size: 16px;
	}
}

#tableOfContents .contentsList{
	margin-left: 20.13888889vw;
}

#tableOfContents .prologue{
	margin-bottom: 4.86111111vw;
}

@media only screen and (min-width: 769px) and (max-width: 1024px) {
	#tableOfContents .prologue {
	    margin-bottom: 5vw;
	}
}

@media only screen and (min-width: 701px) and (max-width: 768px) {
	#tableOfContents .contentsList {
	    margin-left: 18.138917vw;
	}
}

@media only screen and (min-width: 651px) and (max-width: 700px) {
	#tableOfContents .contentsList {
	    margin: 0 0 4.86111111vw 14vw;
	}
}

@media only screen and (min-width: 601px) and (max-width: 650px) {
	#tableOfContents .contentsList {
	    margin: 0 0 4.86111111vw 10vw;
	}
}

@media only screen and (min-width: 360px) and (max-width: 600px) {
	#tableOfContents .contentsList {
	    margin: 0 0 4.86111111vw 0;
	}
}

#tableOfContents .contentsList .contentsListTitle{
	font-family: "Noto Serif JP", serif;
	font-optical-sizing: auto;
	font-weight: 700;
	font-style: normal;
}

#tableOfContents .contentsList .contentsListTitle{
	display: flex;
	justify-content: flex-start;
}

#tableOfContents .contentsList .contentsListTitle .block_1st,
#tableOfContents .contentsList .contentsListTitle .block_2nd{

}

@media only screen and (min-width: 360px) and (max-width: 600px) {
	#tableOfContents .contentsList .contentsListTitle .block_1st,
	#tableOfContents .contentsList .contentsListTitle .block_2nd{
		white-space: nowrap;
	}
}

#tableOfContents .contentsList .contentsListTitle .block_title{

}

#tableOfContents .contentsList ul li{
	font-size: 24px;
	text-align: left;
	margin-left: 5.34722222vw;
	margin-bottom: 1.38888889vw;
	font-family: "Noto Serif JP", serif;
	font-optical-sizing: auto;
	font-weight: 700;
	font-style: normal;
}

#tableOfContents .contentsList ul li{
	display: flex;
	justify-content: flex-start;
}

#tableOfContents .contentsList ul li div.shou{

}

@media only screen and (min-width: 360px) and (max-width: 600px) {
	#tableOfContents .contentsList ul li div.shou{
		white-space: nowrap;
	}
}

#tableOfContents .contentsList ul li div{

}

@media only screen and (max-width: 1150px) {
	#tableOfContents .contentsList ul li{
		/* 20px @ 1024px increasing to 24px @ 1150px */
		font-size: calc(1.25rem + ((1vw - 10.24px) * 3.1746));
	}
}

@media only screen and (min-width: 957px) and (max-width: 1024px) {

	#tableOfContents .contentsList ul li{
		font-size: 20px;
	}
}

@media only screen and (min-width: 769px) and (max-width: 956px) {

	#tableOfContents .contentsList ul li{
		/* 18px @ 769px increasing to 20px @ 956px */
		font-size: calc(1.125rem + ((1vw - 7.69px) * 1.0695));
	}
}

@media only screen and (min-width: 701px) and (max-width: 768px) {

	#tableOfContents .contentsList ul li{
		font-size: 18px;
	}
}

@media only screen and (min-width: 360px) and (max-width: 700px) {

	#tableOfContents .contentsList ul li{
		font-size: 18px;
	}
}

@media only screen and (max-width: 359px) {

	#tableOfContents .contentsList {
		margin-left: auto;
	}

	#tableOfContents .contentsList ul li {
		font-size: 14px;
	}
}

#tableOfContents .contentsList ul li a{
	transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
/*	border-bottom: 1px solid #72ce4f;*/
}

#tableOfContents .contentsList ul li a:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 50%;
    right: 50%;
    bottom: -0.34722222vw;
    background: #b4e650;
    height: 2px;
    -webkit-transition-property: left, right;
    transition-property: left, right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

#tableOfContents .contentsList ul li a:hover:before, 
#tableOfContents .contentsList ul li a:focus:before,
#tableOfContents .contentsList ul li a:active:before {
    left: 0;
    right: 0;
}

#tableOfContents .nextChapter{
	margin-bottom: 5.90277778vw;
}

#tableOfContents .topics {
	text-align: center;
}

#tableOfContents .topics a{
	display: inline-block;
	font-size: 24px;
	border: 1px solid #72ce4f;
	padding: 1.66666667vw 4.72222222vw;
	font-family: "Noto Serif JP", serif;
	font-optical-sizing: auto;
	font-weight: 700;
	font-style: normal;
}

#tableOfContents .topics a:hover {
	background-color: #72ce4f;
	color: #fff;
	transition: 1s;
}

@media only screen and (max-width: 1150px) {
	#tableOfContents .topics a{
		/* 20px @ 1024px increasing to 24px @ 1150px */
		font-size: calc(1.25rem + ((1vw - 10.24px) * 3.1746));
	}
}

@media only screen and (min-width: 957px) and (max-width: 1024px) {

	#tableOfContents .topics a{
		font-size: 20px;
	}
}

@media only screen and (min-width: 769px) and (max-width: 956px) {

	#tableOfContents .topics a{
		/* 18px @ 769px increasing to 20px @ 956px */
		font-size: calc(1.125rem + ((1vw - 7.69px) * 1.0695));
	}
}

@media only screen and (min-width: 360px) and (max-width: 768px) {
	#tableOfContents .topics a{
		font-size: 18px;
	}
}

@media only screen and (max-width: 359px) {
	#tableOfContents .topics a {
		font-size: 18px;
	}
}

#chronology {
	background-color: #f6f4ec;
}

#chronology .chronologyInner{
	padding: 9.02777778vw 0 4.16666667vw;
	max-width: 90vw;
	margin: 0 5vw;
}

@media only screen and (min-width: 360px) and (max-width: 1024px) {
	#chronology .chronologyInner{

	}
}

#chronology .title{
	border-bottom: 3px solid #000;
	margin-bottom: 3.95833333vw;
	font-size: 60px;
	font-family: "Noto Serif JP", serif;
	font-optical-sizing: auto;
	font-weight: 700;
	font-style: normal;
}


@media only screen and (max-width: 1150px) {
	#chronology .title{
		/* 50px @ 1024px increasing to 60px @ 1150px */
		font-size: calc(3.125rem + ((1vw - 10.24px) * 7.9365));
	}
}

@media only screen and (min-width: 957px) and (max-width: 1024px) {
	#chronology .title{
		font-size: 50px;
	}
}

@media only screen and (min-width: 769px) and (max-width: 956px) {

	#chronology .title{
		/* 40px @ 769px increasing to 50px @ 956px */
		font-size: calc(2.5rem + ((1vw - 7.69px) * 5.3476));
	}
}

@media only screen and (min-width: 701px) and (max-width: 768px) {

	#chronology .title{
		font-size: 40px;
	}
}

@media only screen and (min-width: 360px) and (max-width: 700px) {

	#chronology .title{
		/* 26px @ 360px increasing to 40px @ 700px */
		font-size: calc(1.625rem + ((1vw - 3.6px) * 4.1176));
	}
}

@media only screen and (max-width: 359px) {
	#chronology .title {
		font-size: 26px;
	}
}

#chronology .chronologyLeadTxt{
	font-size: 40px;
	font-family: "Noto Serif JP", serif;
	font-optical-sizing: auto;
	font-weight: 700;
	font-style: normal;
}

@media only screen and (max-width: 1150px) {
	#chronology .chronologyLeadTxt{
		/* 34px @ 1024px increasing to 40px @ 1150px */
		font-size: calc(2.125rem + ((1vw - 10.24px) * 4.7619));
	}
}

@media only screen and (min-width: 957px) and (max-width: 1024px) {

	#chronology .chronologyLeadTxt{
		font-size: 34px;
	}
}

@media only screen and (min-width: 769px) and (max-width: 956px) {

	#chronology .chronologyLeadTxt{
		/* 29px @ 769px increasing to 34px @ 956px */
		font-size: calc(1.8125rem + ((1vw - 7.69px) * 2.6738));
	}
}

@media only screen and (min-width: 701px) and (max-width: 768px) {
	#chronology .chronologyLeadTxt{
		font-size: 29px;
	}
}

@media only screen and (min-width: 360px) and (max-width: 700px) {

	#chronology .chronologyLeadTxt{
		/* 24px @ 360px increasing to 29px @ 700px */
		font-size: calc(1.5rem + ((1vw - 3.6px) * 1.4706));
	}
}

@media only screen and (max-width: 359px) {
	#chronology .chronologyLeadTxt {
		font-size: 24px;
	}
}

#chronology .chronologyTable{
	height: 47.22222222vw;
	max-height: 680px;
    margin: 1.38888889vw 2.43055556vw;
    overflow: hidden scroll;
    border: 1px solid #434343;
}

@media only screen and (max-width: 1024px) {
	#chronology .chronologyTable{
		border-top: 1px solid #434343;
		border-right: 1px solid #434343;
		border-left: 1px solid #434343;
		background-color: #ffffff;
	}
}

@media only screen and (max-width: 768px) {
	#chronology .chronologyTable{
		min-height: 544px;
	}
}

@media only screen and (max-width: 440px) {
	#chronology .chronologyTable{
		min-height: 340px;
        margin: 2vw 3vw;
	}
}

#chronology .chronologyTable table{
	width: 100%;	
}

#chronology .chronologyTable table thead{
    border-right: 1px solid #a6a6a6;
    position: sticky;
    top: 0;
}

#chronology .chronologyTable table tbody{
    border-left: 1px solid #434343;
    border-right: 1px solid #434343;
}

@media only screen and (max-width: 1024px) {
	#chronology .chronologyTable table tbody{
	    border-left: none;
	}
}


#chronology .chronologyTable table thead tr th{
	padding: 1.04166667vw;
	color: #1f3211 !important;
	background-color: #dddfdf;
	text-align: center;
	border-right: 1px solid #a6a6a6;
	font-size: 20px;
	position: relative;
}

#chronology .chronologyTable table thead tr th:first-of-type{
	border-left: 1px solid #a6a6a6;
}

@media only screen and (max-width: 1150px) {
	#chronology .chronologyTable table thead tr th{
		/* 17px @ 1024px increasing to 20px @ 1150px */
		font-size: calc(1.0625rem + ((1vw - 10.24px) * 2.381));
	}
}

@media only screen and (min-width: 957px) and (max-width: 1024px) {

	#chronology .chronologyTable table thead tr th{
		font-size: 17px;
	}
}

@media only screen and (min-width: 769px) and (max-width: 956px) {

	#chronology .chronologyTable table thead tr th{
		/* 15px @ 769px increasing to 17px @ 956px */
		font-size: calc(0.9375rem + ((1vw - 7.69px) * 1.0695));
	}
}

@media only screen and (min-width: 701px) and (max-width: 768px) {
	#chronology .chronologyTable table thead tr th{
		font-size: 15px;
	}
}

@media only screen and (min-width: 360px) and (max-width: 700px) {
	#chronology .chronologyTable table thead tr th{
		font-size: 15px;
	}
}

@media only screen and (max-width: 359px) {
	#chronology .chronologyTable table thead tr th {
		font-size: 15px;
	}
}

#chronology .chronologyTable table thead tr th::before{
	content: '';
	position : absolute ;
	top : 0;
	left : 0;
	width : 100%;
	height : 100%;
	border-top: 1px solid #434343;
}

#chronology .chronologyTable table thead tr th::after{
	content: '';
	position : absolute ;
	top : 0;
	left : 0;
	width : 100%;
	height : 100%;
	border-bottom: 1px solid #434343;
}

#chronology .chronologyTable table tr{
	border-bottom: 1px solid #a6a6a6;
}

#chronology .chronologyTable table tr:last-of-type{

}

#chronology .chronologyTable table tr td{
	text-align: left;
	padding: 1.04166667vw;
	border-right: 1px solid #a6a6a6;
	background-color: #ffffff;
	font-size: 20px;
}

@media only screen and (max-width: 1150px) {
	#chronology .chronologyTable table tr td{
		/* 17px @ 1024px increasing to 20px @ 1150px */
		font-size: calc(1.0625rem + ((1vw - 10.24px) * 2.381));
	}
}

#chronology .chronologyTable table tr td:nth-of-type(1),
#chronology .chronologyTable table tr td:nth-of-type(2){
	text-align: center;
}

@media only screen and (min-width: 957px) and (max-width: 1024px) {

	#chronology .chronologyTable table tr td{
		font-size: 17px;
	}
}

@media only screen and (min-width: 769px) and (max-width: 956px) {

	#chronology .chronologyTable table tr td{
		/* 15px @ 769px increasing to 17px @ 956px */
		font-size: calc(0.9375rem + ((1vw - 7.69px) * 1.0695));
	}
}

@media only screen and (min-width: 701px) and (max-width: 768px) {
	#chronology .chronologyTable table tr td{
		font-size: 15px;
	}
}

@media only screen and (min-width: 360px) and (max-width: 700px) {
	#chronology .chronologyTable table tr td{
		font-size: 15px;
	}
}

@media only screen and (max-width: 359px) {
	#chronology .chronologyTable table tr td {
		font-size: 15px;
	}
}

#chronology .chronologyTableBottom p{
	font-size: 24px;
}

@media only screen and (max-width: 1150px) {
	#chronology .chronologyTableBottom p{
		/* 20px @ 1024px increasing to 24px @ 1150px */
		font-size: calc(1.25rem + ((1vw - 10.24px) * 3.1746));
	}
}

@media only screen and (min-width: 957px) and (max-width: 1024px) {

	#chronology .chronologyTableBottom p{
		font-size: 20px;
	}
}

@media only screen and (min-width: 769px) and (max-width: 956px) {

	#chronology .chronologyTableBottom p{
		/* 18px @ 769px increasing to 20px @ 956px */
		font-size: calc(1.125rem + ((1vw - 7.69px) * 1.0695));
	}
}

@media only screen and (min-width: 701px) and (max-width: 768px) {
	#chronology .chronologyTableBottom p{
		font-size: 18px;
	}
}

@media only screen and (min-width: 360px) and (max-width: 700px) {
	#chronology .chronologyTableBottom p{
		font-size: 18px;
	}
}

@media only screen and (max-width: 359px) {
	#chronology .chronologyTableBottom p {
		font-size: 18px;
	}
}

#chronology .chronologyTableBottom .banner{
	display: flex;
	flex-direction: column;
	align-items: center;
}

#chronology .chronologyTableBottom .banner .chronologyArrow{
	margin: 0.83333333vw 0 1.04166667vw;
}

@media only screen and (min-width: 360px) and (max-width: 1024px) {
	#chronology .chronologyTableBottom .banner .chronologyArrow {
	    width: 40px;
	}
}

#chronology .chronologyTableBottom .banner a{
	width: 25.5vw;
}

@media only screen and (min-width: 500px) and (max-width: 600px) {
	#chronology .chronologyTableBottom .banner a{
		width: 30vw;

	}
}

@media only screen and (min-width: 360px) and (max-width: 499px) {
	#chronology .chronologyTableBottom .banner a{
	    width: 35vw;

	}
}

#chronology .chronologyTableBottom .banner a img{
	width: 100%;
	
}
