@import url("font-awesome.min.css");
@import url("http://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800");
/*
	Solarize by TEMPLATED
	templated.co @templatedco
	Released for free under the Creative Commons Attribution 3.0 license (templated.co/license)
*/
/* Basic */
body {
  background: #222222;
}

body.loading * {
  transition: none !important;
  -webkit-animation: none !important;
  animation: none !important;
}

body, input, select, textarea {
  color: #555555;
  font-family: "Open Sans", sans-serif;
  font-size: 12pt;
  font-weight: 300;
  line-height: 1.65em;
}

a {
  color: #3aa7e0;
  text-decoration: underline;
}

strong, b {
  font-weight: 700;
}

em, i {
  font-style: italic;
}

p, ul, ol, dl, table, blockquote {
  margin: 0 0 2em 0;
}

p {
  line-height: 1.8em;
}

p.medium {
  font-size: 1.4em;
}

h1, h2, h3, h4, h5, h6 {
  color: inherit;
  font-weight: 700;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  color: inherit;
  text-decoration: none;
}

h2 {
  font-size: 1.5em;
}

h2.header img {
  width: 100%;
  max-width: 920px;
  min-width: 100%;
}

h3 {
  font-size: 1.25em;
}

sub {
  font-size: 0.8em;
  position: relative;
  top: 0.5em;
}

sup {
  font-size: 0.8em;
  position: relative;
  top: -0.5em;
}

hr {
  border-top: solid 1px #3aa7e0;
  border: 0;
  margin-bottom: 1.5em;
}

blockquote {
  border-left: solid 0.5em #3aa7e0;
  font-style: italic;
  padding: 1em 0 1em 2em;
}

section.special, article.special {
  text-align: center;
}

header.major {
  padding-bottom: 3em;
  text-align: center;
  text-transform: none;
}

header.major h2 {
  font-size: 2.6em;
  font-weight: 700;
}

header.major .byline {
  display: block;
  padding-top: 1em;
  letter-spacing: 1px;
  font-size: 1.4em;
}

footer > :last-child {
  margin-bottom: 0;
}

footer.major {
  padding-top: 1em;
}

.flex-container {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  justify-content: center;
}

.flex-container > div {
  flex-basis: 15%;
  text-align: center;
  margin: 5px;
}

@media (max-width: 840px) {
  .flex-container > div {
    flex-basis: 40%;
  }
}
/* Form */
input[type=text], input[type=password], input[type=email], textarea {
  -moz-appearance: none;
  -webkit-appearance: none;
  -o-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background: none;
  border: solid 1px #3aa7e0;
  color: inherit;
  display: block;
  outline: 0;
  padding: 0.75em;
  text-decoration: none;
  width: 100%;
}

input[type=text]:focus, input[type=password]:focus, input[type=email]:focus, textarea:focus {
  border-color: #3aa7e0;
}

input[type=text], input[type=password], input[type=email] {
  line-height: 1em;
}

::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.5;
  position: relative;
  top: 3px;
}

:-moz-placeholder {
  color: inherit;
  opacity: 0.5;
}

::-moz-placeholder {
  color: inherit;
  opacity: 0.5;
}

:-ms-input-placeholder {
  color: inherit;
  opacity: 0.5;
}

.formerize-placeholder {
  color: rgba(85, 85, 85, 0.5) !important;
}

/* Image */
.image {
  border: 0;
  position: relative;
}

.image.fit {
  display: block;
}

.image.fit img {
  display: block;
  width: 100%;
}

.image.feature {
  display: block;
  margin: 0 0 2em 0;
}

.image.feature img {
  display: block;
  width: 100%;
}

.image.map {
  width: 100%;
  max-width: 920px;
  min-width: 100%;
}

/* Icon */
.icon {
  position: relative;
}

.icon:before {
  content: "";
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-transform: none !important;
}

.icon > .label {
  display: none;
}

/* Lists */
ol.map01, ol.map02 {
  counter-reset: my-counter;
  list-style: none;
  padding: 0;
}

ol.map01_2nd {
  counter-reset: my-counter 7;
  list-style: none;
  padding: 0;
}

ol.map02_2nd {
  counter-reset: my-counter 3;
  list-style: none;
  padding: 0;
}

ol.map01 li, ol.map02 li, ol.map01_2nd li, ol.map02_2nd li {
  margin-bottom: 10px;
  padding-left: 30px;
  position: relative;
}

ol.map01 li:before {
  content: counter(my-counter);
  counter-increment: my-counter;
  background-color: #c7e0f5;
  color: #222;
  display: block;
  float: left;
  line-height: 22px;
  margin-left: -30px;
  text-align: center;
  height: 22px;
  width: 22px;
  border-radius: 50%;
}

ol.map01_2nd li:before {
  content: counter(my-counter);
  counter-increment: my-counter;
  background-color: #c7e0f5;
  color: #222;
  display: block;
  float: left;
  line-height: 22px;
  margin-left: -30px;
  text-align: center;
  height: 22px;
  width: 22px;
  border-radius: 50%;
}

ol.map02 li:before {
  content: counter(my-counter);
  counter-increment: my-counter;
  background-color: #c7c8e5;
  color: #222;
  display: block;
  float: left;
  line-height: 22px;
  margin-left: -30px;
  text-align: center;
  height: 22px;
  width: 22px;
  border-radius: 50%;
}

ol.map02_2nd li:before {
  content: counter(my-counter);
  counter-increment: my-counter;
  background-color: #c7c8e5;
  color: #222;
  display: block;
  float: left;
  line-height: 22px;
  margin-left: -30px;
  text-align: center;
  height: 22px;
  width: 22px;
  border-radius: 50%;
}

ol, ol.map {
  list-style: decimal;
  margin: 0 0 2em 0;
  padding-left: 1.25em;
}

ol.default {
  list-style: decimal;
  padding-left: 1.25em;
}

ol.default li {
  padding-left: 0.25em;
}

ol.map01 li, ol.map01_2nd li, ol.map02 li, ol.map02_2nd li {
  font-weight: 700;
}

ol.map01 li span, ol.map01_2nd li span, ol.map02 li span, ol.map02_2nd li span {
  font-weight: normal;
}

ul.note li {
  list-style-type: disc;
  padding-left: 0.5em;
  margin-left: 1.25em;
}

ul.default {
  margin: 0;
  padding: 0;
  list-style: none;
}

ul.default li {
  padding: 0.4em 0em;
}

ul.icons {
  cursor: default;
  padding-bottom: 2em;
}

ul.icons li {
  display: inline-block;
  line-height: 1em;
  padding: 0.5em 1em;
}

ul.icons li:first-child {
  padding-left: 0;
}

ul.icons li span {
  display: none;
}

ul.icons li a {
  text-decoration: none;
  font-size: 2em;
  color: inherit;
  opacity: 0.2;
  transition: all 0.35s ease-in-out;
}

ul.icons li a:hover {
  color: inherit;
  opacity: 1;
}

ul.actions {
  cursor: default;
}

ul.actions:last-child {
  margin-bottom: 0;
}

ul.actions li {
  display: inline-block;
  padding: 0 0 0 1.5em;
}

ul.actions li:first-child {
  padding: 0;
}

ul.actions.vertical li {
  display: block;
  padding: 1.5em 0 0 0;
}

ul.actions.vertical li:first-child {
  padding: 0;
}

ul.special-icons {
  margin: 0em;
  padding: 0em;
}

ul.special-icons > li {
  position: relative;
  padding: 0.5em 0em 0.5em 0em;
}

ul.special-icons > li:before {
  position: absolute;
  left: 0;
  top: 2em;
  display: block;
  background: none;
  font-size: 2em;
  border-radius: 5px;
}

ul.special-icons > li:first-child {
  border-top: none;
}

ul.special-icons h3 {
  margin-bottom: 0.8em;
  line-height: 2em;
  text-transform: none;
  font-weight: 700;
  font-size: 1.2em;
}

ul.special-icons span {
  line-height: 190%;
}

ul.special-icons .fa {
  float: left;
  display: inline-block;
  padding-right: 1em;
  font-size: 1.4em;
  color: #3aa7e0;
}

ul.special-icons p {
  padding-left: 2.7em;
}

/* Tables */
table {
  width: 100%;
}

table.default {
  width: 100%;
}

table.default tbody tr {
  border-bottom: solid 1px #3aa7e0;
}

table.default td {
  padding: 0.5em 1em 0.5em 1em;
}

table.default th {
  font-weight: 700;
  padding: 0.5em 1em 0.5em 1em;
  text-align: left;
}

table.default thead {
  background: #555555;
  color: #fff;
}

/* Table */
.table-wrapper {
  -webkit-overflow-scrolling: touch;
  overflow-x: auto;
}

table {
  margin: 0 0 2em 0;
  width: 100%;
}

table.table-wrapper tbody tr {
  border: solid 1px rgba(144, 144, 144, 0.25);
  border-left: 0;
  border-right: 0;
}

table.table-wrapper tbody tr:nth-child(2n+1) {
  background-color: rgba(144, 144, 144, 0.075);
}

table td {
  padding: 0.75em 0.75em;
}

table th {
  color: #474747;
  font-size: 0.9em;
  font-weight: 700;
  padding: 0 0.75em 0.75em 0.75em;
  text-align: left;
}

table thead {
  border-bottom: solid 2px rgba(144, 144, 144, 0.25);
}

table tfoot {
  border-top: solid 2px rgba(144, 144, 144, 0.25);
}

table.alt {
  border-collapse: separate;
}

table.alt tbody tr td {
  border: solid 1px rgba(144, 144, 144, 0.25);
  border-left-width: 0;
  border-top-width: 0;
}

table.alt tbody tr td:first-child {
  border-left-width: 1px;
}

table.alt tbody tr:first-child td {
  border-top-width: 1px;
}

table.alt thead {
  border-bottom: 0;
}

table.alt tfoot {
  border-top: 0;
}

@media screen and (max-width: 840px) {
  th, td {
    display: block;
  }
  tr.tbl_title {
    display: none;
  }
}
/* Button */
input[type=submit], input[type=reset], input[type=button], .button {
  -moz-appearance: none;
  -webkit-appearance: none;
  -o-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background: #3aa7e0;
  border-radius: none;
  border: 2px solid;
  border-color: #3aa7e0;
  color: #3aa7e0;
  cursor: pointer;
  display: inline-block;
  padding: 0.9em 1.2em;
  letter-spacing: 1px;
  text-align: center;
  text-decoration: none;
  text-transform: capitalize;
  font-size: 1.4em;
  transition: all 0.35s ease-in-out;
}

input[type=submit]:hover, input[type=reset]:hover, input[type=button]:hover, .button:hover {
  background: #3aa7e0;
  color: white;
}

input[type=submit].alt, input[type=reset].alt, input[type=button].alt, .button.alt {
  border-color: #3aa7e0;
  color: white;
}

input[type=submit].alt:hover, input[type=reset].alt:hover, input[type=button].alt:hover, .button.alt:hover {
  background: white;
  color: #3aa7e0;
}

input[type=submit].fit, input[type=reset].fit, input[type=button].fit, .button.fit {
  width: 100%;
}

input[type=submit].small, input[type=reset].small, input[type=button].small, .button.small {
  font-size: 0.8em;
}

.flex_button {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 1em 0 2em;
  align-items: stretch;
}

.flex_button a {
  display: flex;
  align-items: center;
}

.twrap {
  display: inline-block;
}

.menu_button {
  width: 100%;
  max-width: 150px;
  min-height: 80px;
  margin: 0.5em;
  padding: 0.5em 1em;
  text-decoration: none;
  background: #f39800;
  color: #FFF;
  border-bottom: solid 4px #ec6c00;
  border-radius: 3px;
  justify-content: center; 
  align-items: center; 
  text-align: center;  
}

.menu_button:hover {
  background-color: #f9c500;
  border-bottom: solid 6px #f39800;
}

.menu_button:active {
  -webkit-transform: translateY(4px);
  transform: translateY(4px);
  border-bottom: none;
}

.menu_button_sp {
  width: 100%;
  max-width: 150px;
  margin: 0.5em;
  padding: 0.5em 1em;
  text-decoration: none;
  background: #048704;
  color: #FFF;
  border-bottom: solid 4px #194400;
  border-radius: 3px;
}

.menu_button_sp:hover {
  background-color: #06c500;
  border-bottom: solid 6px #155328;
}

.menu_button_sp:active {
  -webkit-transform: translateY(4px);
  transform: translateY(4px);
  border-bottom: none;
}

/* Wrapper */
.wrapper {
  padding: 3em 0em 2em 0em;
}

.wrapper.style1 {
  padding: 0em;
  background: #222222;
}

.wrapper.style2 .major {
  text-align: left !important;
}

.wrapper.style2 .major h2 {
  display: block;
  margin-bottom: 0.7em;
  letter-spacing: 1px;
  line-height: 1.4em;
  text-transform: capitalize;
  font-size: 1.8em;
  font-weight: 400;
}

.wrapper.style2 .major .byline {
  letter-spacing: normal;
  line-height: 1.6em;
  text-transform: capitalize;
  font-size: 1.4em;
}

.wrapper.style2 h3 {
  display: block;
  margin-bottom: 1em;
  letter-spacing: 1px;
  line-height: 1.4em;
  text-transform: capitalize;
  font-size: 1.6em;
  font-weight: 400;
}

.wrapper.style3 {
  padding-bottom: 6em;
  background: #3aa7e0;
  text-align: center;
  color: white;
}

.wrapper.style3 .container {
  padding-left: 6em;
  padding-right: 6em;
}

.wrapper.style3 p {
  font-size: 1.6em;
}

.wrapper.style4 {
  background: white;
}

.wrapper.style5 {
  background: #3aa7e0;
  text-align: center;
  color: white;
}

.wrapper.style5 .image {
  display: block;
  width: 100%;
  margin: 0em auto 2em auto;
}

.wrapper.style5 .image img {
  border-radius: 50%;
  border: 10px solid;
  border-color: white;
  width: 300%;
  max-width: 146px;
}

.wrapper.style6 {
  background: #3aa7e0;
  text-align: center;
  color: white;
}

.wrapper.style6 .image {
  display: inline-block;
  width: 80%;
  margin: 0em auto 1em auto;
  float: left;
}

.wrapper.style6 h3 {
  width: 90%;
}

.wrapper.style6 .image img {
  border-radius: 50%;
  border: 8px solid;
  border-color: white;
  width: 100%;
  max-width: 100px;
}

/* Header */
#header {
  color: white;
  height: 4em;
  background: rgba(9, 78, 132, 1);
}

#header .container {
  position: relative;
}

.homepage #logo {
  display: none;
}

.homepage #nav {
  position: static;
  right: none;
  text-align: center;
}

#logo {
  line-height: 2em;
  letter-spacing: 2px;
  text-transform: capitalize;
  font-size: 1em;
  font-weight: 400;
}

#logo h1 {
  display: inline-block;
  margin: 0;
  padding: 0;
}

#logo a {
  color: inherit;
}

#nav {
  position: absolute;
  top: 0;
  right: 0;
}

#nav > ul {
  margin: 0;
}

#nav > ul > li {
  border-radius: 4px;
  display: inline-block;
  margin-left: 0.5em;
  padding: 0 0.5em;
}

#nav > ul > li a {
  color: inherit;
  line-height: 4em;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: capitalize;
  font-weight: 400;
  font-size: 1em;
}

#nav > ul > li:first-child {
  margin-left: 0;
}

#nav > ul > li.active a {
  color: white;
}

#nav > ul > li > ul {
  display: none;
}

/* Dropotron */
.dropotron {
  top: 2em;
  background: rgba(32, 32, 32, 0.75);
  border-radius: 4px;
  color: inherit;
  min-width: 12em;
  padding: 1em 0;
  color: white;
}

.dropotron > li {
  line-height: 2em;
  padding: 0 1em;
}

.dropotron > li > a {
  color: inherit;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: capitalize;
}

.dropotron > li.active > a, .dropotron > li:hover > a {
  color: inherit;
}

.dropotron.level-0 {
  border-radius: 0 0 4px 4px;
  font-size: 1em;
  margin-left: -0.5em;
}

/* Banner */
#banner {
  position: relative;
  padding: 0;
  aspect-ratio: 1680 / 600;
  background: url(../images/banner.jpg) no-repeat center center;
  background-size: 100% 100%;
  text-align: center;
  text-transform: capitalize;
  color: white;
}

#banner .container {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0em 4em;
  box-sizing: border-box;
}

#banner h2 {
  display: inline-block;
  padding: 0.5em 0.3em;
  background: none;
  font-size: 3em;
  font-weight: 400;
}

#banner span, #banner p {
  display: block;
  letter-spacing: 1px;
  text-transform: capitalize;
  font-size: 1.6em;
  font-weight: 300;
}

#banner span {
  padding: 1em 0em;
}

/* Main */
#main {
  padding: 4em 0;
}

#main #content .major, #main #sidebar .major {
  text-align: left;
}

#main #sidebar section {
  margin-top: 4em;
}

#main #sidebar section:first-child {
  margin-top: 0;
}

#main #sidebar .major {
  padding-bottom: 2em;
}

#main #sidebar .major h2 {
  font-size: 1.8em;
}

/* Footer */
#footer {
  padding: 3em 0 0 0;
  text-align: center;
  color: white;
}

#footer hr {
  border-bottom: 1px solid;
  border-color: inherit;
  opacity: 0.05;
}

#footer .major h2 {
  color: inherit;
}

#footer .major .byline {
  color: inherit;
  opacity: 0.4;
}

#footer .copyright {
  margin-top: 2em;
  text-align: center;
}

/* Copyright */
#copyright {
  position: relative;
  text-transform: capitalize;
  text-align: center;
  padding: 3em 0em 3em 0em;
  color: inherit;
  opacity: 0.4;
}

#copyright a {
  text-decoration: none;
  color: inherit;
}

/* Extra */
#extra1 h2 {
  display: block;
  margin-bottom: 1em;
  letter-spacing: 1px;
  line-height: 1.4em;
  text-transform: capitalize;
  font-size: 1.8em;
  font-weight: 400;
}

#extra1 h3 {
  display: block;
  margin-bottom: 1em;
  letter-spacing: 1px;
  line-height: 1.4em;
  text-transform: capitalize;
  font-size: 1.6em;
  font-weight: 400;
}

/* Team */
#team h3 {
  margin-bottom: 0.5em;
  letter-spacing: 2px;
  text-transform: capitalize;
  font-weight: 700;
}

#team2 h3 {
  margin-bottom: 0.5em;
  letter-spacing: 2px;
  text-transform: capitalize;
  font-weight: 700;
}

/* Course */
#course h3 {
  margin-bottom: 0.5em;
  letter-spacing: 2px;
  text-transform: capitalize;
  font-weight: 700;
}

/* Definition */
dl dt {
  font-weight: 900;
  margin-top: 1em;
}

dl dt span {
  color: #1f9a73;
  margin-right: 0.5em;
}

dl dd span {
  margin-right: 0.5em;
}

dl dd {
  margin-left: 1.4em;
  text-indent: -0.7em;
}

/* YouTube */
.video {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  margin-bottom: 20px;
}

.video iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

/* Index */
li.jaxalogo {
  background: url(../images/jaxa_logo.png) no-repeat;
  background-size: 57px 40px;
  width: 57px;
  height: 40px;
  margin-bottom: -16px;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  font-size: 0;
}

/* Map icon */
span.ico:after {
  content: "";
  display: inline-block;
  width: 22px;
  height: 22px;
  margin: -3px 10px 0 5px;
  vertical-align: middle;
}

span.ico.title:after {
  content: "";
  display: inline-block;
  width: 44px;
  height: 44px;
  margin: -3px 10px 0 5px;
  vertical-align: middle;
}

span.aed:after {
  background: url("../images/icon/aed.png") no-repeat;
  background-size: contain;
}

span.aid:after {
  background: url("../images/icon/aid.png") no-repeat;
  background-size: contain;
}

span.baby:after {
  background: url("../images/icon/baby.png") no-repeat;
  background-size: contain;
}

span.cafe:after {
  background: url("../images/icon/cafe.png") no-repeat;
  background-size: contain;
}

span.ex:after {
  background: url("../images/icon/ex.png") no-repeat;
  background-size: contain;
}

span.hoshimo:after {
  background: url("../images/icon/hoshimo.png") no-repeat;
  background-size: contain;
}

span.info:after {
  background: url("../images/icon/info.png") no-repeat;
  background-size: contain;
}

span.park:after {
  background: url("../images/icon/park.png") no-repeat;
  background-size: contain;
}

span.rest:after {
  background: url("../images/icon/rest.png") no-repeat;
  background-size: contain;
}

span.smoke:after {
  background: url("../images/icon/smoke.png") no-repeat;
  background-size: contain;
}

span.stamp:after {
  background: url("../images/icon/stamp.png") no-repeat;
  background-size: contain;
}

span.talk:after {
  background: url("../images/icon/talk.png") no-repeat;
  background-size: contain;
}

span.toilet:after {
  background: url("../images/icon/toilet.png") no-repeat;
  background-size: contain;
}

span.toilet_bf:after {
  background: url("../images/icon/toilet_bf.png") no-repeat;
  background-size: contain;
}

span.toilet_m:after {
  background: url("../images/icon/toilet_m.png") no-repeat;
  background-size: contain;
}

span.quiz:after {
  background: url("../images/icon/quiz.png") no-repeat;
  background-size: contain;
}
span.movie:after {
    background: url("../images/icon/movie.png") no-repeat;
    background-size: contain;
}

span.walking:after {
  background: url("../images/icon/walking.png") no-repeat;
  background-size: contain;
  width: 28px;
  height: 28px;
}

span.station:after {
  background: url("../images/icon/station.png") no-repeat;
  background-size: contain;
  width: 28px;
  height: 28px;
}

span.bus:after {
  background: url("../images/icon/bus.png") no-repeat;
  background-size: contain;
  width: 28px;
  height: 28px;
}

span.seal:after {
  background: url("../images/icon/sealrally.png") no-repeat;
  background-size: contain;
}

.circle {
  border-radius: 50%;
  line-height: 2em;
  padding-top: 0;
  padding-left: 0.4em;
  padding-right: 0.4em;
  margin: 0px 10px 0 0;
  font-weight: 700;
}

.circle2 {
  border-radius: 50%;
  line-height: 2em;
  padding: 0.2em 0.1em;
  margin: 0px 10px 0 0;
  font-weight: 700;
}

.c_blue {
  color: #fff;
  border: 1px solid #00a0e9;
  background: #00a0e9;
}

.wrap {
  margin-bottom: 1.5rem;
}

.youtube {
  position: relative;
  height: 0;
  margin-bottom: 20px;
  padding-bottom: 56.25%;
  overflow: hidden;
}

.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.wrap img {
  width: 100%;
}

@media screen and (min-width: 840px) {
  .float-right {
    float: right;
    width: 49.5%;
  }
  .float-left {
    float: left;
    width: 49.5%;
  }
  .wrap:after {
    display: block;
    clear: both;
    content: "";
  }
}
@media screen and (max-width: 840px) {
  #camera, #talk, #hoshimo, #stamprally, #tel, #model, #fun, #sms, #book, #measurement, #water, #flight {
    padding-top: 44px;
    margin-top: -44px;
  }
  .anchor {
    display: block;
    padding-top: 50px;
    margin-top: -50px;
  }
}
h3.modeltitle {
  border-bottom: dashed 2px #666;
  padding-bottom: 5px;
  text-indent: -0.4em;
  padding-left: 0.4em;
  margin-top: 1em;
}

.c_map01 {
  color: #000;
  border: 1px solid #c7e0f5;
  background: #c7e0f5;
  text-align: center;
}

.c_map02 {
  color: #000;
  border: 1px solid #cee6c3;
  background-color: #cee6c3;
}

.font_pagetop {
  color: #ffffff;
}

.underline {
  border-bottom: solid 1px #ffffff;
}

a.borderfooter {
  color: #ffffff;
  text-decoration: none;
  border-bottom: 1px solid #ffffff;
}

h3.titleico {
  margin-bottom: 5px;
  border-bottom: solid 1px #ccc;
}

h3.titleico div::before {
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  font-size: 1.5em;
}

.preentry::before {
  content: "\f108";
  color: #f39800;
  margin-right: 15px;
}

.ticketinfo::before {
  content: "\f249";
  color: #f39800;
  margin-right: 15px;
}

ul.modelcourse li::before {
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  font-size: 2em;
}



ul.modelcourse {
  list-style: none;
  margin-right: 10px;
  border-radius: 5px;
  padding: 0.5rem 0.5rem 0.5rem 1rem;
  border: 1px solid #ddd;
  color: #000;
}

ul.modelcourse h4 {
  margin-bottom: 1rem;
  text-align: center;
}

li {
  margin-bottom: 16px;
}

li.map01, .map02 {
  margin-right: 10px;
  border-radius: 5px;
  padding: 0.5rem;
}

li p {
  margin-left: 1em;
  text-indent: -1em;
  margin-bottom: 0;
}

li.map01 {
  border: 1px solid #00b3d0;
  background-color: #cce9f2;
}

li.map02 {
  border: 1px solid #1fab3a;
  background-color: #cee6c3;
}

.entry_ticket {
  margin-top: 0.8rem;
}

.entry_ticket a {
  border: solid 1px #09f;
  padding: 3px;
  width: 100%;
  text-align: center;
  border-radius: 5px;
}

.nowrap {
  white-space: nowrap;
}

.label {
  display: inline-block;
  line-height: 1;
  padding: 0.2em 0.3em;
  color: #fff;
  background: #f76f1d;
  border-radius: 0.2em;
  font-style: normal;
  font-size: 0.8em;
}

p.date {
  padding: 0;
  line-height: 1;
  text-align: right;
  color: #888;
  font-size: 0.9em;
}
p.date .label {
  margin-left: 0.5em;
}

#index_main.wrapper.style2 {
  background: #f2f2f2;
  padding-top: 4em;
}
#index_main.wrapper.style2 nav {
  background-color: #fff;
  padding: 2em;
  margin-bottom: 3em;
}
#index_main.wrapper.style2 nav ul {
  margin: 0;
}
#index_main.wrapper.style2 nav li {
  margin: 0.2em 0;
}
#index_main.wrapper.style2 .row{
  margin-left: 0 !important;
}
#index_main.wrapper.style2 .row::after{
  content:none;
}
#index_main.wrapper.style2 .row > article {
  position: relative;
  text-align: left;
  padding: 2.5em 2em 2em !important;
  background-color: #fff;
  margin-bottom: 4em;
}
#index_main.wrapper.style2 .row > article > *:last-child {
  margin-bottom: 0;
}
#index_main.wrapper.style2 .row > article > p.date {
  text-align: right;
  position: absolute;
  right: 0;
  top: -1.5em;
  margin-bottom: 0;
}
#index_main.wrapper.style2 .row > article > p.date .label {
  text-align: text-bottom;
}
#index_main.wrapper.style2 .row > article header.major {
  padding-bottom: 1em;
}

@media screen and (min-width: 840px) {
  #index_main.wrapper.style2 .row {
    flex-wrap: wrap;
    display: flex;
    justify-content: space-between;
    margin-left: -40px !important;
  }
  #index_main.wrapper.style2 .row > article {
    flex: 1 1 calc(50% - 40px);
    margin-left: 40px;
  }
  #index_main.wrapper.style2 .row > article.full{
    flex: 1 1 100%;
  }
}
.btn {
  position: relative;
  display: flex;
  justify-content: center;
  line-height: 1.3;
  text-align: center;
  text-decoration: none;
  padding: 0.8em;
  border-radius: 8px;
  transition: -webkit-filter 0.2s;
  transition: filter 0.2s;
  transition: filter 0.2s, -webkit-filter 0.2s;
}
.btn:hover {
  -webkit-filter: brightness(120%);
          filter: brightness(120%);
}
.btn-twitter {
  background-color: #1DA1F2;
  color: #fff;
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
  padding-right: 1.25em;
  padding-left: 1.25em;
}
.btn-twitter:before {
  content: "";
  display: block;
  width: 0.5em;
  height: 0.5em;
  position: absolute;
  right: 0.75em;
  top: 50%;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  border-style: solid;
  border-width: 2px;
  border-color: transparent #fff #fff transparent;
  margin-top: -0.25em;
}


.map_number {
  content: "";
  display: inline-block;
  line-height: 1;
  min-height: 22px;
  min-width: 22px;
  font-size: 22px;
  margin: -3px 10px 0 5px;
  vertical-align: middle;
}

#course {
  border: 1px solid #d7deea;
  border-radius: 16px;
  background: #ffffff;
  box-shadow: 0 10px 28px rgba(15, 23, 42, 0.08);
  overflow: hidden;
  font-family: "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", sans-serif;
}

#course .course-grid {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}

#course .course-grid .4u {
  display: flex;
  flex-direction: column;
}

#course h3.modeltitle {
  margin: 0;
  border: 0;
  padding: 0.9rem 1rem;
  text-indent: 0;
  font-size: 1.05rem;
  line-height: 1.45;
  background: linear-gradient(90deg, #083f7c, #1460b5);
  color: #ffffff;
}

@media screen and (min-width: 841px) {
  #course h3.modeltitle {
    display: flex;
    align-items: center;
    height: 5.8em;
    line-height: 1.35;
    box-sizing: border-box;
  }
}

#course h3.modeltitle .fa {
  margin-right: 0.4rem;
}

#course ul.modelcourse {
  margin: 0;
  padding: 1rem;
  border: 0;
  border-radius: 0;
  background: #f8fbff;
}

#course ul.modelcourse h4 {
  margin: 0 auto 0.9rem ;
  padding: 0.35rem 0.7rem;
  display: table;
  border-radius: 999px;
  font-size: 0.84rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: #083f7c;
  background: #e5f0ff;
  text-align: center;
}

#course ul.modelcourse li {
  margin: 0 0 0.65rem 0;
  padding: 0.55rem 0.65rem;
  border-radius: 10px;
  line-height: 1.6;
  font-size: 0.96rem;
  font-weight: bold;
}

#course ul.modelcourse li:last-child {
  margin-bottom: 0;
}

#course ul.modelcourse li::before {
  content: none;
}

#course ul.modelcourse li.course-move {
  background: #ffffff;
  border: 1px dashed #b7c7de;
  color: #2b3f5c;
  font-weight: 600;
  text-align: center;
}

#course ul.modelcourse .course-sublist {
  margin: 0.35rem 0 0 0;
  padding-left: 1.2em;
  list-style: disc;
}

#course ul.modelcourse .course-sublist li {
  margin: 0.18rem 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  font-size: 0.94em;
  line-height: 1.45;
}

#course ul.modelcourse .course-sublist li::before {
  content: none;
}

#course ul.modelcourse li.course-group {
  display: grid;
  grid-template-columns: 1.5em 1fr;
  column-gap: 0.45em;
  align-items: start;
}

#course .course-num {
  display: inline-block;
  min-width: 1.5em;
  text-align: center;
  font-weight: 700;
  line-height: 1.5;
}

#course ul.modelcourse li.course-group .course-sublist {
  margin: 0;
}

#course .sticker-spot {
  display: inline-block;
  position: relative;
  margin-left: 0.5em;
  padding: 0.1em 0.55em;
  border-radius: 999px;
  border: 1px solid #ffb347;
  background: #fff7e5;
  color: #8f4f00;
  font-size: 0.82em;
  font-weight: 700;
  line-height: 1.45;
  vertical-align: middle;
  white-space: nowrap;
}

@media screen and (max-width: 840px) {
  #course h3.modeltitle {
    font-size: 1rem;
    padding: 0.8rem 0.9rem;
  }

  #course ul.modelcourse {
    padding: 0.9rem;
  }

  #course ul.modelcourse li {
    font-size: 0.94rem;
    line-height: 1.55;
  }

  #course ul.modelcourse li.course-group {
    grid-template-columns: 1.35em 1fr;
    column-gap: 0.35em;
  }
}

/* hint.html: quick nav + legend */
.course-quicknav {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.65rem;
  margin: 1rem 0 1.2rem;
}

.course-chip {
  display: flex;
  align-items: center;
  gap: 0;
  padding: 0.72rem 0.85rem;
  border-radius: 12px;
  border: 1px solid #c8d9ef;
  background: #ffffff;
  color: #1b4e86;
  text-decoration: none;
  font-weight: 700;
  line-height: 1.35;
  box-shadow: none;
  transition: background-color 0.15s ease, color 0.15s ease, border-color 0.15s ease;
}

.course-chip:hover {
  border-color: #9ebde0;
  background: #eef5ff;
  color: #124179;
}

.course-chip__label {
  flex: 1 1 auto;
  min-width: 0;
}

.course-chip__prefix {
  white-space: nowrap;
  margin-right: 0.2em;
  font-weight: 800;
}

/* Match course titles to quick-nav visual language */
#course .4u {
  overflow: visible;
}

#course h3.modeltitle {
  margin: 0.65rem 0.65rem 0 !important;
  border: 1px solid #c8d9ef !important;
  border-radius: 12px !important;
  background: #ffffff !important;
  color: #1b4e86 !important;
  box-shadow: 0 8px 18px rgba(14, 41, 88, 0.08);
}

#course ul.modelcourse {
  margin: 0.55rem 0.65rem 0.65rem !important;
  border-radius: 12px !important;
}

.course-legend {
  margin: 0.8rem 0 1.05rem !important;
  padding: 0.1rem 0.75rem 0.1rem 1rem !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

.course-legend__title {
  display: block;
  margin: 0 0 0.55rem;
  font-size: 0.88rem;
  font-weight: 700;
  color: #1b497f;
  letter-spacing: 0.02em;
}

.course-legend__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem 1rem;
}

.course-legend__item {
  display: inline-flex;
  align-items: center;
  color: #284766;
  font-size: 0.9rem;
  line-height: 1.35;
  white-space: nowrap;
}

#course .ico.movie {
  cursor: pointer;
}

#course .course-head-prefix {
  white-space: nowrap;
  margin-right: 0.2em;
}

@media screen and (min-width: 841px) {
  .course-quicknav {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    row-gap: 0.9rem;
  }
}

@media screen and (max-width: 640px) {
  .course-quicknav {
    grid-template-columns: 1fr;
  }

  #content #course.container {
    width: 100% !important;
    max-width: none !important;
  }

  .course-legend__item {
    font-size: 0.84rem;
  }

  #course h3.modeltitle {
    margin: 0.5rem 0.5rem 0 !important;
  }

  #course ul.modelcourse {
    margin: 0.45rem 0.5rem 0.5rem !important;
  }
}

/* hint.html: movie guide */
.movie-guide-section {
  margin: 1.25rem 0 1.75rem;
}

.movie-guide-section > h3 {
  margin-bottom: 0.55rem;
}

.movie-guide-lead {
  margin: 0 0 0.35rem;
  font-size: 0.96rem;
  color: #294665;
}

.movie-guide-note {
  margin: 0 0 1rem;
  font-size: 0.86rem;
  color: #4b617c;
}

.movie-guide-note code {
  font-size: 0.84em;
}

.movie-site-block {
  margin-top: 1rem;
}

.movie-site-title {
  margin: 0 0 0.55rem;
  padding-left: 0.1rem;
  color: #1d4f84;
  font-size: 1rem;
  font-weight: 700;
}

.movie-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.75rem;
}

.movie-card {
  border: 1px solid #cfe0f2;
  border-radius: 12px;
  background: #fff;
  padding: 0.7rem;
}

.movie-card-title {
  margin: 0 0 0.55rem;
  font-size: 0.93rem;
  line-height: 1.45;
  color: #1b2d42;
}

.media-embed {
  position: relative;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  background: #0f1722;
  aspect-ratio: 16 / 9;
}

.media-embed iframe,
.media-embed video {
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}

.media-embed video {
  object-fit: cover;
}

.media-embed-fallback {
  margin: 0;
  padding: 1rem 0.8rem;
  color: #fff;
  font-size: 0.86rem;
}

.media-embed-fallback a {
  color: #9fd2ff;
  text-decoration: underline;
}

@media screen and (max-width: 980px) {
  .movie-grid {
    grid-template-columns: 1fr;
  }
}
