<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  color: #000;
}

img {
  max-width: 100%;
}

.en {
  font-family: 'Fira Sans', sans-serif;
}

.ja {
  font-family: 'Noto Serif JP', serif;
}

.wrap {
  position: relative;
  opacity: 0;
  margin: 0 auto;
  -webkit-animation: 3.5s fadeIn01 0s forwards;
          animation: 3.5s fadeIn01 0s forwards;
}

.wrap.loaded {
  opacity: 1;
}

@-webkit-keyframes fadeIn01 {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeIn01 {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}

.container {
  min-width: 1200px;
}

main {
  min-width: 1200px;
  margin-top: 135px;
}

/* header
-----------------------*/
header {
  background: #002900;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
  padding: 11px 0 10px;
  min-width: 1200px;
  height: 68px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

header .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}

header .logo {
  width: 135px;
  margin-left: 20px;
}

header nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

header nav ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 32px;
  text-align: center;
  position: relative;
}

header nav ul li:last-child {
  margin-right: 24px;
}

header nav ul li + li::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -32px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  width: 1px;
  height: 25px;
  border-left: 1px solid #ffffff;
}

header nav ul li a {
  display: block;
  font-size: 22px;
  color: #ffffff;
  text-decoration: none;
  letter-spacing: 0.06em;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

header nav ul li a:hover {
  opacity: 0.7;
}

header nav ul li a span {
  font-size: 12px;
}

header nav ul li a span {
  font-size: 12px;
  display: block;
}

header nav ul li a .small {
  font-size: 13px;
  display: inline-block;
}

/* contents-area */
.contents-area {
  width: 1200px;
  margin: 0 auto;
}

#schedule h2 {
  border-bottom: 1px solid #000;
  padding-bottom: 35px;
  margin-bottom: 65px;
  text-align: center;
}

#schedule h2 img {
  width: 375px;
}

#schedule .icon {
  text-align: center;
  margin-bottom: 32px;
}

#schedule .icon img {
  width: 90px;
}

#schedule .msg {
  text-align: center;
  margin-bottom: 90px;
}

#schedule .msg img {
  width: 305px;
}
#schedule .table {
  text-align: center;
  margin-bottom: 90px;
}

/*
#schedule .table img {
  width: 846px;
}
*/

/* 霑ｽ蜉� */
#schedule .schedule_ttl{
	text-align:center;
	margin-bottom:45px;
}

#schedule .schedule_update{
	text-align:center;
	margin-bottom:80px;
}

#schedule .table.last{
	margin-bottom: -40px !important;
	position: relative;
	z-index: 99;
}
#schedule .table.last img{
	background:#FFF;
}
#schedule #month1,
#schedule #month2{
	padding-top: 180px;
	margin-top: -180px;
}

#schedule #schedule_table{
	display:flex;
	width: 844px;
	margin: 0 auto 55px;
}

#schedule #schedule_table.fixed{
	position: fixed;
	z-index:999;
	top: 68px;
	left: 50%;
	transform: translateX(-50%);
}
#schedule #schedule_table &gt; li{
	width:50%;
	color:#FFF;
	padding:12px 0;
	text-align:center;
	font-size: 23px;
}
#schedule #schedule_table &gt; li a{
	color:#FFF;
	text-decoration:none;
}
#schedule #schedule_table &gt; li:nth-child(1){
	background:#0035D8;
}
#schedule #schedule_table &gt; li:nth-child(2){
	background:#D60028;
}
#schedule #schedule_table.single{
	width:97%;
}
#schedule #schedule_table.single li{
	width:100%;
}
#schedule #schedule_table.single li.month2{
	background:#A67834;
}
#schedule #schedule_table.single.fixed{
	position:static;
}

#schedule #schedule_table2{
	display:flex;
	width: 97%;
	margin: 0 auto 55px;
}

#schedule #schedule_table2.fixed{
	position: fixed;
	z-index:999;
	top: 68px;
	left: 50%;
	transform: translateX(-50%);
	width: 1165px;
}
#schedule #schedule_table2 &gt; li{
	width:50%;
	color:#FFF;
	padding:12px 0;
	text-align:center;
	font-size: 23px;
}
#schedule #schedule_table2 &gt; li a{
	color:#FFF;
	text-decoration:none;
}

#schedule #schedule_table2.single li{
	width:100%;
}
#schedule #schedule_table2.single.fixed{
	position:static;
}
/* 霑ｽ蜉� */

/* billing
-----------------------*/
.billing {
  background: url(../images/billing_bg.png) no-repeat bottom center/100%;
  padding: 1.3636% 0 24.7%;
  position: relative;
}

.billing::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, 0)), color-stop(50%, rgba(255, 255, 255, 0)), to(white));
  background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 50%, white 100%);
}

/* footer
-----------------------*/
footer {
  background: #002f00;
  padding: 9px 0;
}

footer .copy {
  font-size: 10px;
  line-height: 1.7;
  color: #ffffff;
  text-align: center;
}
/*# sourceMappingURL=style.css.map */</pre></body></html>