@charset "utf-8";
/* CSS Document */


body{
font: 14px/1.6 "Hiragino Kaku Gothic Pro",Osaka,"メイリオ","ＭＳ Ｐゴシック","MS PGothic",Verdana,Arial,sans-serif;
color:#ffffff;
background-color: black;
background-repeat: no-repeat;
background-size:auto ;
background-position: 90% 80%;
background-attachment:fixed;
overflow-y: scroll;

}
/*****HEADER*****/
header{
    position: fixed;
    width:100%;
    overflow: hidden;
    z-index: 20;
    margin-top: -20px;
}

header h1{
    font-size:150%;
    color:#ffffff;
    text-align: center;
    border:none #313131;
    letter-spacing: 3px;
    font-weight:400;

}

header p{
    font-size:100%;
    color:#313131;
    float: left;
}

ul {
    list-style-type: none;
    text-align: center;
	overflow: hidden;
    background-color: #1b2538;
}
li {
    display: inline-block;
    width: 100px;
    text-align: center;

}
li:last-child {
	border-right: none;
}
li a {
	display: block;
	color: white;
	text-align: center;
	padding: 14px 16px;
	text-decoration: none;
}
li a:hover:not(.active) {
	background-color: #a9bce2;
}


section{
    display: block;
    width: 760px;
    margin: 20px auto;

    overflow: hidden;
}
section h1{
    font-size: 20px;
    text-align: right;
    padding-right:5%;
    border-bottom: solid;
    border-image: linear-gradient(to right,  #000000 15%,#b035c0 25%, #0004ff 100%);
    border-image-slice: 1;
    margin-bottom: 15px;
    font-family: 'Averia Serif Libre', cursive;
    background: linear-gradient(to left, #1b2538, transparent);
    text-shadow    : 
    2px  2px 1px #000000,
   -2px  2px 1px #000000,
    2px -2px 1px #000000,
   -2px -2px 1px #000000,
    2px  0px 1px #000000,
    0px  2px 1px #000000,
   -2px  0px 1px #000000,
    0px -2px 1px #000000;        /* 文字の影 */ 
 }
 section h2{
    font-size: 25px;
    text-align: center;
    padding-top: 10px;
    border-bottom: solid;
    border-image: linear-gradient(to right,transparent, #000000 12%,#b035c0 25%, #0004ff 100%, transparent);
    border-image-slice: 1;
    margin-top: 10px;
    margin-bottom: 10px;
    font-family: 'Averia Serif Libre', cursive;
    text-shadow    : 
    2px  2px 1px #000000,
   -2px  2px 1px #000000,
    2px -2px 1px #000000,
   -2px -2px 1px #000000,
    2px  0px 1px #000000,
    0px  2px 1px #000000,
   -2px  0px 1px #000000,
    0px -2px 1px #000000;        /* 文字の影 */ 
   font-size: 25px;
 }
 section h3{
    font-size: 35px;
    text-align: right;
    padding-right:5%;
    padding-top: 5px;
    margin-top: 50px;
    font-family: 'Averia Serif Libre', cursive;
    background: linear-gradient(to left, #1b2538, transparent);
    text-shadow    : 
    2px  2px 1px #000000,
   -2px  2px 1px #000000,
    2px -2px 1px #000000,
   -2px -2px 1px #000000,
    2px  0px 1px #000000,
    0px  2px 1px #000000,
   -2px  0px 1px #000000,
    0px -2px 1px #000000;        /* 文字の影 */ 

 }
section p{

   font-size: 15px;
   text-align: center;
   padding-top: 30px;
   margin-bottom: 10px;
 
}

a{  text-decoration: none;
    cursor: pointer;
    color: white;

}

a > label:hover,
a > input:focus + label {
	color: #0066cc;
}

.cp_tab *, .cp_tab *:before, .cp_tab *:after {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
.cp_tab {
    margin-top: 10px;

}
.cp_tab > input[type='radio'] {
	margin: 0;
	padding: 0;
	border: none;
	border-radius: 0;
	outline: none;
	background: none;
	-webkit-appearance: none;
	        appearance: none;
	display: none;
}
.cp_tab .cp_tabpanel {
	display: none;
}
.cp_tab > input:first-child:checked ~ .cp_tabpanels > .cp_tabpanel:first-child,
.cp_tab > input:nth-child(3):checked ~ .cp_tabpanels > .cp_tabpanel:nth-child(2),
.cp_tab > input:nth-child(5):checked ~ .cp_tabpanels > .cp_tabpanel:nth-child(3),
.cp_tab > input:nth-child(7):checked ~ .cp_tabpanels > .cp_tabpanel:nth-child(4),
.cp_tab > input:nth-child(9):checked ~ .cp_tabpanels > .cp_tabpanel:nth-child(5),
.cp_tab > input:nth-child(11):checked ~ .cp_tabpanels > .cp_tabpanel:nth-child(6) {
	display: block;
}
.cp_tab > label {
	position: relative;
	display: inline-block;
	padding: 15px;
	cursor: pointer;
	border: 1px solid transparent;
	border-bottom: 0;
}
.cp_tab > label:hover,
.cp_tab > input:focus + label {
	color: #0066cc;
}
.cp_tab > input:checked + label {
	margin-bottom: -1px;
	border-color: #cccccc;
	border-bottom: 1px solid #000000;/*背景色と同じ*/
	border-radius: 6px 6px 0 0;
}
.cp_tab .cp_tabpanel {
	padding: 0.5em 1em;
	border-top: 1px solid #cccccc;
}
@media (max-width: 480px) {
	.cp_tab {
		width: 100%;
		font-size: 0.8em;
	}
	.cp_tab label {
		padding: 0.5em;
	}
}
a:hover,
a:focus + label {
	color: #0066cc;
}

table sm{
    float: left;
	border: 1px solid #595959;
    border-collapse: separate;
    overflow-wrap: normal;
    table-layout: fixed;
    margin-bottom: 5px;
    width:700px;

}
    
td, th {
    background-color: #080a18;
	border: 1px solid #595959;
    border-collapse: collapse;
    margin: 5px auto;
    padding: 10px;
    text-align: left;
    word-wrap: break-word;

}

#anchor1{
    padding-top:40px;
    margin-top:-40px;
  }

  #anchor2{
    padding-top:40px;
    margin-top:-40px;
  }

  #anchor3{
    padding-top:40px;
    margin-top:-40px;
  }

  map{
      width: auto;
  }
  .cp_timeline03 {
	position: relative;
	margin: 3em auto;
}
.cp_timeline03:before {
	position: absolute;
	top: 0;
	width: 4px;
	height: 100%;
	content: '';
	background-color: #a743a2;
	left: 30px;
}
.cp_timeline03 .timeline_group {
	position: relative;
	padding-top: 55px;
}
.cp_timeline03 .timeline_group:not(:first-of-type) {
	margin-top: 4rem;
}
.cp_timeline03 .time_year {
	position: absolute;
	top: 0;
	left: 0;
	padding: 0.5rem 1.5rem;
	color: #fff;
	background-color: #641f61;
	width: 100%;
	-webkit-box-sizing: border-box;
					box-sizing: border-box;
}
.cp_timeline03 .timeline_item {
	margin-bottom: 1em;
	position: relative;
	padding-left: 80px;
}
.cp_timeline03 .timeline_item:not(:last-of-type) {
	margin-bottom: 2em;
}
.cp_timeline03 .timeline_item:before {
	position: absolute;
	z-index: -1;
	left: 0;
	width: 100%;
	height: 3px;
	content: '';
	background-color: #641f61;
	top: 50%;
	-webkit-transform: translateY(-50%);
					transform: translateY(-50%);
}
.cp_timeline03 .time {
	position: absolute;
	left: 0;
	box-sizing: border-box;
	min-width: 65px;
	min-height: 65px;
	padding: 0.5em 0.5em;
	text-align: center;
	color: #fff;
	background-color: #641f61;
	top: 50%;
	margin-top: -33px;
	border-radius: 65px;
}
.cp_timeline03 .time_day {
	font-size: 1em;
	font-weight: 700;
	display: block;
}
.cp_timeline03 .time_month {
	font-size: 0.8em;
	display: block;
	text-transform: uppercase;
}
.cp_timeline03 .desc {
	padding: 0.5em 1em;
	border-left: 3px solid #641f61;
	border-radius: 2px;
	background-color: rgb(83, 83, 83);
	box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.2);
	font-size: 0.9em;
}
.cp_timeline03 .desc .flag {
	font-size: 1.2em;
	font-weight: bold;
	margin: 0;
	padding: 0;
	padding-bottom: 0.3em;

}
@media only screen and (max-width: 767px) {
	.cp_timeline03:before {
		left: 0;
	}
	.cp_timeline03 .timeline_group {
		padding-top: 40px;
	}
	.cp_timeline03 .timeline_item {
		padding-top: 60px;
		padding-left: 20px;
	}
	.cp_timeline03 .timeline_item:before {
		top: 90px;
	}
	.cp_timeline03 .time {
		top: 40px;
		border-radius: 0 20px 20px 0;
		min-height: 2em;
	}
	.cp_timeline03 .time_day,
	.cp_timeline03 .time_month {
		display: inline-block;
	}
	.cp_timeline03 .desc {
		font-size: 0.8em;
	}
	#anchor1{
		padding-top:80px;
		margin-top:-80px;
	  }
	
	  #anchor2{
		padding-top:80px;
		margin-top:-80px;
	  }
	
	  #anchor3{
		padding-top:80px;
		margin-top:-80px;
	  }
	  #anchor4{
		padding-top:80px;
		margin-top:-80px;
	  }
	
	  #anchor5{
		padding-top:80px;
		margin-top:-80px;
	  }
	
	  #anchor6{
		padding-top:80px;
		margin-top:-80px;
	  }
	  #anchor7{
		padding-top:80px;
		margin-top:-80px;
	  }
	
	  #anchor8{
		padding-top:80px;
		margin-top:-80px;
	  }
	
	  #anchor9{
		padding-top:80px;
		margin-top:-80px;
	  }
}