<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
html {
}
body {
  position: relative;
  font-size: 18px;
  line-height: 1.714;
  color: #000;
  background: #FFF;
  font-family:'Noto Sans JP',-apple-system,BlinkMacSystemFont,"Helvetica Neue","游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN",メイリオ,Meiryo,sans-serif;
  text-align: center;word-break : break-all;
  letter-spacing: 0.1rem;
}
.sp {
  display: none;
}
.pc {
}
@media (max-width: 768px) {
  .body_inner { padding-top: 10px;}
  .sp {
    display: inline-block;
  }
  .pc {
    display: none;
  }
}
  main {
    display: inline-block;
    width: 100%;
  }
  .wrap {
    width: 1200px;
    margin: auto;
    text-align: left;
  }
  img {
    max-width: 100%;
  }

  header {
    background: #FFF;
    width: 100%;
    height: 170px;
    z-index: 9999;
    display: flex;
    align-items: center;
  }
  header .wrap {
    width: 1600px;
  }
    header p {
      line-height: 0;
    }
    header .col-block {
     align-items: center;
     justify-content: space-between;
     flex-wrap: nowrap;height: 170px;
    }
      header h1 {
        width: 170px;
        margin-left: 30px;
      }
      header nav {
      }
      header ul {
        display: flex;
        padding: 0;
        line-height: 1;
        flex-direction: column;
        flex-wrap: wrap;
        height: 170px;
        width: 800px;margin: 0;
      }
        header ul li{
/*          margin-top: 30px;*/
          margin-top: 20px;
          margin-left: 50px;
        }
        header ul li a{
          color: #333;
          font-weight: bold;
          font-size: 18px;
          text-decoration: none;
        }
        header ul li span{
          color:#ccc;
          font-weight: bold;
          font-size: 18px;
        }

  @media (max-width: 768px) {
    body {
      font-size: 14px;
    }
    .wrap {
      width: 95%;
      box-sizing: border-box;
    }
    header .wrap {
      width: 100%;
      box-sizing: border-box;
    }
    header {
      height: 110px;
      display: block;
    }
      header h1 {
        margin: 0 0 0 10px;
        height: auto;
      }
      header ul {
        height: auto;width: 100%;text-align: center;
      }
    header .sp_menu {
      display: none;
      height: auto;
    }
    header .col-block {
      height: auto;
    }
      header .sp_menu.active {
        width: 100%;
				    height: 100% ;
        display: block;
        position: absolute;
        background: #FFF;
        color: #c6168d;
        text-align: left;
								top: 0 ;
								z-index: 9999 ;
      }
						header .sp_menu .btn_close{
							display: block ;
							text-align: right ;
							cursor: pointer ;
						}
						header .sp_menu ul {
        display: block;
      }
        header .sp_menu ul li {
          display: block;
          width: 100%;
          margin: 0 0 20px 0;
        }
          header .sp_menu ul li a {
            color: #333;
            display: inline-block;
            text-decoration: none;
												margin: 0 ;
          }
      header .btn_menu {
        margin-right: 10px;
							cursor: pointer ;
      }
  }

h2 {
  font-weight:700;
  font-size: 3rem;
   position: relative;
  align-items: center;
  padding-left: 80px;
  letter-spacing: 0.2em;
  margin-top: 100px;
  margin-left: -80px;
}
  h2 span {
    font-size: 1.5rem;
			letter-spacing: 6px ;
    color: #CCC;
    margin-left: 30px;
    display: inline-block;vertical-align: middle;/* font-weight: 700; */
  word-break: break-word;
  }

      h2 span.cancel{
							font-size: 50%;
      }
  h2::before {
    content: "";
    display: inline-block;
    width: 50px;
    border-top: solid 5px #c6168d;
     position: absolute;
     top:40px;
     left: 0;
  }

  h3 {
    font-size: 2rem;
    font-weight: 500;
    margin-top: 80px;
    margin-bottom: 30px;
  word-break: break-word;
  }

  table {
    width: 100%;
    margin-top: 40px;
  }
    table th {
      padding: 20px 50px;
      background: #d7d7d7;
      border: solid 2px #FFF;
      text-align: center;
      width: 20%;
      font-weight: normal;font-size: 1.1rem;
    }
    table td {
      padding: 20px 40px;
      background: #EEE;
      border: solid 2px #FFF;
    }
    table td.date {
      font-size: 1.5rem;font-weight: 500;
    }
    table td span{
      color: #c6168d;
      display: inline-block;
      font-size: 1.1rem;;
      margin-top: 20px;font-weight: 500;
    }
    table td span:first-child {
      margin-top: 0;
    }
    table td small {
      font-size: 0.9rem;
      color: #6d6d6d;
      display: inline-block;
      margin-top: 30px;
    }

  @media (max-width: 768px) {
    table th {
      display: block;
      width: 100%;
      box-sizing: border-box;
    }
    table td {
      display: block;
      padding: 20px;
      width: 100%;
      box-sizing: border-box;
    }
    table td span,
    table td.date  {
      font-size: 1rem;
    }
    h2 {
      margin-left: 0px;
      margin-bottom: 30px;
      font-size: 2rem;
      line-height: 2.3rem;
						padding-left: 35px ;
    }
    #ABOUT h2 {
					margin-top: 30px ;
				}
      h2 span{
							margin-left: 0;
							font-size: 1.1rem ;
      }
      h2:before {
        top: 17px;
							width: 25px ;
      }
    h3 {
      margin: 40px 0;
      font-size: 1.2rem;
    }
  }

ul {
  padding: 0;
}
ul li {
  list-style: none;
}

main a {
  color: #0068B5;
  text-decoration: none;
}

.footmenu {
  color: #FFF;
  font-size: 1.4rem;
  letter-spacing: 0.3rem;
}
.footmenu p {
  width: 544px;
  max-width: 100%;
  display: inline-block;
  text-align: center;
  margin:10px 0;font-size: 1.5rem;
}
.footmenu a {
  display: inline-block;
  width: 100%;
  margin-top: 20px;
}
.footmenu .contact{
  width: 50%;
  padding: 60px 50px;
  background: #c6168d;
  box-sizing: border-box;
  text-align: right;
}
.footmenu .access{
  width: 50%;
  padding: 60px 50px;
  background: #140d68;
  box-sizing: border-box;
  text-align: left;
}
@media (max-width: 768px) {
  .footmenu p {
    width: 100%;
  }
  .footmenu .col-block{
    flex-wrap: wrap;
  }
  .footmenu .contact,
  .footmenu .access{
    width: 100%;
  }
}


footer {
  background:#EEE;
  width: 100%;
  padding: 100px 20px;
  box-sizing: border-box;
  margin-top: -66px;
  font-size: 0.9rem;
  color: #6d6d6d;
  letter-spacing: 0.18rem;
  font-weight: 500;
}
  footer &gt; div {
			width: 740px;
			display: inline-block;
			text-align: left;
			display: block ;
			margin: 0 auto ;
			text-align: center ;
  }
   footer .footer_logo {
				display: block ;
     width: 180px;
				width: 100% ;
     margin: 0 auto;
   }

   footer .col-block {
     margin-bottom: 110px;
     font-size: 0.75rem;
   }

   .sponsor {
     width: 800px;
     margin: 0 auto;
   }

   .sponsor h4 {
     width: 100%;
   }

   .sponsor ul.typeA {
     display: flex;
     flex-wrap: wrap;
     justify-content: space-between;
   }

   .sponsor ul.typeA li {
     flex-basis: 33.33%;
   }
   .sponsor ul.typeA li:nth-child(1) {
     flex-basis: 100%;
   }
/*   .sponsor li:nth-child(2),
   .sponsor li:nth-child(3) {
     flex-basis: 50%;
   }
*/
footer p{
	letter-spacing: 1px ;
	text-align: center ;
}


@media (max-width: 768px) {
  footer{
			margin-top: -61px ;
	}
  footer &gt; div {
    width: 100%;
    display: inline-block;
    text-align: center;
  }
  footer .col-block {
    display: block;
    text-align: center;

  }
  .sponsor {
    width: 100%;
  }
  .sponsor ul.typeA{
   width: 95% ;
   margin: 0 auto ;}
  .sponsor h4,
  .sponsor ul.typeA li {
    width: 100%;
  }
  .sponsor ul.typeA li,
  .sponsor ul.typeA li:nth-child(1),
  .sponsor ul.typeA li:nth-child(2),
  .sponsor ul.typeA li:nth-child(3) {
     flex-basis: inherit;
  }

}

a {
  color: #0068B5; }
  a:hover {
    opacity: 0.8; }

.col-block {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.col2 &gt; div,
.col2 &gt; figure{
  width: 480px;
}
@media (max-width: 768px) {
  .col2 div,
  .col2 figure{
    width: 100%;
    max-width: 480px;
    margin-left: auto;
    margin-right: auto;
  }
}

.aligncenter {
  text-align: center;
}


/* 	pagetop
++++++++++++++++++++++++++++++++++*/
#pagetop {
  background:#FFF;
  /* height: 98px; */
  width: 100%;
  cursor: pointer;padding-top: 50px;
}
#pagetop p {
  display: inline-block;
  width: 150px;
}
</pre></body></html>