@charset "utf-8";
body{
 font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック','MS PGothic',sans-serif;
 background-color:#0E1A31;
 color:#A8FFF7;
}

h1{
 background-color:#0E1A31;
 color:#A8FFF7;
 font-size:30px;
 text-align:center;
}
@media(max-width:1300px){
h1{
  background-color:#0E1A31;
  color:#A8FFF7;
  font-size:25px;
  text-align:center;
 }
}
@media(max-width:1023px){
h1{
  background-color:#0E1A31;
  color:#A8FFF7;
  font-size:25px;
  text-align:center;
 }
}
@media(max-width:499px){
h1{
  background-color:#0E1A31;
  color:#A8FFF7;
  font-size:20px;
  text-align:center;
 }
}

p{
 width:60%;
 margin:auto;
 background-color:#0E1A31;
 color:#A8FFF7;
 font-size:22px;
}
@media(max-width:1300px){
p{
 width:75%;
 margin:auto;
 color:#A8FFF7;
 font-size: 16px;
}
}
@media(max-width:1023px){
p{
 width:80%;
 margin:auto;
 color:#A8FFF7;
 font-size: 17px;
}
}
@media(max-width:499px){
p{
 width:80%;
 margin:auto;
 color:#A8FFF7;
 font-size: 15px;
}
}


table{
 color:#A8FFF7;
 text-align: center;
 margin-left: auto;
 margin-right: auto;
 border-collapse: collapse;
 border: solid 1.5px #A8FFF7;/*表全体を線で囲う*/
  border-radius: 8px 8px 8px 8px;
}
table th {/*table内のthに対して*/
  padding: 10px;/*上下左右10pxずつ*/
  border:solid 1px #A8FFF7;
}
table td {/*table内のtdに対して*/
  padding: 20px 50px;/*上下20pxで左右50px*/
  border:solid 1px #A8FFF7;
}


.line{
  size:1.5px;
  width: 90%;
  text-align: center;
  border-color: #A8FFF7;
}
@media(max-width:1023px){
  .line{
    size:1px;
    width: 90%;
    text-align: center;
    border-color: #A8FFF7;
  }
}
@media(max-width:499px){
  .line{
    size:0.7px;
    width: 90%;
    text-align: center;
    border-color: #A8FFF7;
  }
}


/*PCメニューのCSS*/

/*スマホにPCメニューを非表示*/
@media screen and (max-width: 1023px) {
	.menu1 {
    display: none !important;
	}
  .menu2 {
    display: none !important;
  }
}

.menu01{
  position:fixed;
  padding: 0;
  margin: 0;
  bottom:100px;
  left:0px;
  z-index: 3;
}
@media(max-width: 1370px){
.menu01 {
  position:fixed;
  padding: 0;
  margin: 0;
  bottom:70px;
  left:0px;
  z-index: 3
}
}
.menu1 {
 list-style: none;
 font-family:"明朝体",serif;
 font-size:35px;
}
@media(max-width: 1370px){
.menu1 {
  list-style: none;
  font-family:"明朝体",serif;
  font-size:20px;
}
}

.menu02{
  position:fixed;
  padding: 0;
  margin: 0;
  bottom:15px;
  left:0px;
  z-index: 4;
}
@media(max-width: 1370px){
.menu02{
  position:fixed;
  padding: 0;
  margin: 0;
  bottom:10px;
  left:0px;
  z-index: 4;
}
}
.menu2{
 list-style: none;
 font-family:"明朝体",serif;
 font-size:25px;
}
@media(max-width:1370px){
.menu2{
  list-style: none;
  font-family:"明朝体",serif;
  font-size:17px;
}
}



.menu1 a{
  text-decoration: none;
 color: #FFF351;
}
.menu2 a{
  text-decoration: none;
  color: #FFF351;
}
.menu1 a:hover{
 color:#56FFF7;
}
.menu2 a:hover{
  color:#56FFF7;
}




/*ハンバーガーメニューのCSS*/

/*PCにハンバーガーメニューを非表示*/
@media screen and (min-width: 1024px) {
	.header {
    display: none !important;
	}
}

@media(max-width:1023px){
.header {
    position: fixed;
    position: absolute;
    top: 55px;
    right: 70px;
    background: #fff;
    z-index: 100;
}
}
@media(max-width:499px){
.header {
    position: fixed;
    position: absolute;
    top: 40px;
    right: 50px;
    background: #fff;
    z-index: 100;
}
}


/*ハンバーガーメニューのCSS*/
@media(max-width:1023px){
.header {
    position: fixed;
    position: absolute;
    top: 55px;
    right: 70px;
    background: #fff;
    z-index: 100;
}
}
@media(max-width:499px){
.header {
    position: fixed;
    position: absolute;
    top: 40px;
    right: 50px;
    background: #fff;
    z-index: 100;
}
}

/* ここから下がハンバーガーメニューに関するCSS */

/* チェックボックスを非表示にする */
.drawer_hidden {
  display: none;
}

/* ハンバーガーアイコンの設置スペース */
.drawer_open {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  position: fixed;
  top:0px
  right: 0px;
  z-index: 100;/* 重なり順を一番上にする */
  cursor: pointer;
}

/* ハンバーガーメニューのアイコン */
@media(max-width:1023px){
  .drawer_open span,
  .drawer_open span:before,
  .drawer_open span:after {
    content: '';
    display: block;
    height: 10px;
    width: 62px;
    border-radius: 5px;
    background: #A8FFF7;
    transition: 0.5s;
    position: absolute;
  }
 .drawer_open span:before {
    bottom: 22px;
}
 .drawer_open span:after {
    top: 22px;
}
}
@media(max-width:499px){
  .drawer_open span,
  .drawer_open span:before,
  .drawer_open span:after {
    content: '';
    display: block;
    height: 8px;
    width: 60px;
    border-radius: 5px;
    background: #A8FFF7;
    transition: 0.5s;
    position: absolute;
  }
 .drawer_open span:before {
    bottom: 20px;
}
 .drawer_open span:after {
    top: 20px;
}
}


/* アイコンがクリックされたら真ん中の線を透明にする */
#drawer_input:checked ~ .drawer_open span {
  background: rgba(255, 255, 255, 0);
}

/* アイコンがクリックされたらアイコンが×印になように上下の線を回転 */
#drawer_input:checked ~ .drawer_open span::before {
  bottom: 0;
  transform: rotate(45deg);
}

#drawer_input:checked ~ .drawer_open span::after {
  top: 0;
  transform: rotate(-45deg);
}


/* メニューのデザイン*/
.nav_content {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0%;
  right: 100%; /* メニューを画面の外に飛ばす */
  z-index: 99;
  background: #0E1A31;
  transition: .5s;
  text-align: center;
  padding-top: 35px;
}

/* メニュー黒ポチを消す */
.nav_list {
  list-style: none;
}

@media(max-width:1023px){
.nav_item a {
  color: #A8FFF7;
  font-size :30px;
  text-decoration: none;
}
}
@media(max-width:499px){
.nav_item a {
  color: #A8FFF7;
  font-size :22px;
  text-decoration: none;
}
}

@media(max-width:1023px){
.nav_item2 a {
  color: #A8FFF7;
  font-size :20px;
  text-decoration: none;
}
}
@media(max-width:499px){
.nav_item2 a {
  color: #A8FFF7;
  font-size :17px;
  text-decoration: none;
}
}


/* アイコンがクリックされたらメニューを表示 */
#drawer_input:checked ~ .nav_content {
  right: 0;
}
