@charset "UTF-8";
.hideText,
.hide-text {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

.balloon_h2 {
  position: relative;
  margin: 10px 0px;
  padding: 12px 8px;
  background: #003b5c;
  color: #fff;
}
.balloon_h2::before {
  content: "";
  border: solid transparent;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  position: absolute;
  border-width: 13px;
  border-top-color: #003b5c;
  margin-left: -13px;
  left: 50%;
  bottom: -26px;
}

.balloonhg {
  position: relative;
  margin: 10px 0px;
  padding: 12px 8px;
  background: #fff;
  text-align: left;
}
.balloonhg::before {
  content: "";
  border: solid transparent;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  position: absolute;
  border-width: 13px;
  border-bottom-color: #47853d;
  margin-left: -13px;
  left: 22%;
  top: -26px;
}

.balloonh2 {
  position: relative;
  margin: 10px 0px;
  padding: 12px 8px;
  background: #003b5c;
  color: #fff;
}
.balloonh2::before {
  content: "";
  border: solid transparent;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  position: absolute;
  border-width: 13px;
  border-top-color: #003b5c;
  margin-left: -13px;
  left: 50%;
  bottom: -26px;
}

.balloon_h {
  position: relative;
  margin: 10px 0px;
  padding: 12px 8px;
  background: #003b5c;
  color: #fff;
}
.balloon_h::before {
  content: "";
  border: solid transparent;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  position: absolute;
  border-width: 13px;
  border-bottom-color: #003b5c;
  margin-left: -13px;
  left: 50%;
  top: -26px;
}

.btnWhite li {
  background: #fff;
  margin: 0.5rem 0;
  font-size: .9rem;
  text-align: left;
  height: 3rem;
  display: table;
  width: 160px;
  line-height: 1.2rem;
}
.btnWhite li a {
  display: table-cell;
  padding: .2rem .5rem;
  vertical-align: middle;
  color: #383838;
  text-decoration: none;
}
.btnWhite li a:hover {
  background: rgba(233, 230, 223, 0.6);
}

@media screen and (min-width: 1200px) {
  .sizeWs {
    width: 1200px !important;
    margin-right: auto !important;
    margin-left: auto !important;
  }
}

/* .flexAuto ($wrap, $align, $justify) {
  @include flexbox();
  @include flex-wrap($wrap);
  @include align-items($align);
  @include justify-content($justify);
} */
.tableLayout {
  display: table;
  table-layout: fixed;
}
.tableLayout > * {
  display: table-cell;
  vertical-align: middle;
}

.main .topMenuBox dl dt {
  color: #383838;
}

.roundBtnBase {
  list-style-type: none;
}
.roundBtnBase a {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  position: relative;
  margin: .5rem auto .5rem;
  padding: .6rem 4rem .6rem 2rem;
  color: #383838;
  font-size: 1.1rem;
  font-weight: bold;
  text-decoration: none;
  background-color: transparent;
  border: 2px solid #383838;
  border-radius: 6rem;
  white-space: nowrap;
}
.roundBtnBase a:after {
  content: "\e907";
  font-family: "icomoon", sans-serif;
  color: #cf3f3f;
  content: "\e913";
  color: #383838;
  margin-left: 0.2rem;
  vertical-align: middle;
  position: absolute;
  z-index: 100;
  top: calc(50% - .8rem);
  right: 1.5rem;
}
.roundBtnBase a:hover {
  background: rgba(56, 56, 56, 0.1);
}
@media screen and (max-width: 480px) {
  .roundBtnBase a {
    padding: .5rem 4.5rem .5rem 2rem;
    font-size: 1.2rem;
  }
  .roundBtnBase a::after {
    width: 2rem;
    height: 2rem;
  }
}
.roundBtnBase.sBtn a {
  font-size: 1rem;
  padding: .5rem 4rem .5rem 2rem;
  margin: 0;
}
.roundBtnBase.sBtn a::after {
  right: 1rem;
  top: .8rem;
  width: 2rem;
  height: 2rem;
}
@media screen and (max-width: 480px) {
  .roundBtnBase a {
    white-space: normal;
  }
}
.kids .roundBtnBase,
.kids .toListPage {
  list-style-type: none;
}
.kids .roundBtnBase a,
.kids .toListPage a {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  position: relative;
  margin: .5rem auto .5rem;
  padding: .6rem 4rem .6rem 2rem;
  color: #383838;
  font-size: 1.1rem;
  font-weight: bold;
  text-decoration: none;
  background-color: #FFCB00;
  border: 2px solid #FFCB00;
  border-radius: 6rem;
  white-space: nowrap;
}
.kids .roundBtnBase a:after,
.kids .toListPage a:after {
  content: "\e907";
  font-family: "icomoon", sans-serif;
  color: #cf3f3f;
  content: "\e913";
  color: #383838;
  margin-left: 0.2rem;
  vertical-align: middle;
  position: absolute;
  z-index: 100;
  top: calc(50% - .8rem);
  right: 1.5rem;
}
.kids .roundBtnBase a:hover,
.kids .toListPage a:hover {
  background: rgba(56, 56, 56, 0.1);
}
@media screen and (max-width: 480px) {
  .kids .roundBtnBase a,
  .kids .toListPage a {
    padding: .5rem 4.5rem .5rem 2rem;
    font-size: 1.2rem;
  }
  .kids .roundBtnBase a::after,
  .kids .toListPage a::after {
    width: 2rem;
    height: 2rem;
  }
}
.kids .roundBtnBase.sBtn a,
.kids .toListPage.sBtn a {
  font-size: 1rem;
  padding: .5rem 4rem .5rem 2rem;
  margin: 0;
}
.kids .roundBtnBase.sBtn a::after,
.kids .toListPage.sBtn a::after {
  right: 1rem;
  top: .8rem;
  width: 2rem;
  height: 2rem;
}
.kids .roundBtnBase a:hover,
.kids .toListPage a:hover {
  background: rgba(255, 203, 0, 0.5);
}
.kids .toListPage {
  text-align: right;
}

/* --------------------------------Top style */
.top .contents {
  margin-top: 0;
  background-color: transparent;
  width: 100%;
  zoom: 1;
}
.top .contents:before, .top .contents:after {
  content: "";
  display: table;
}
.top .contents:after {
  clear: both;
}
.top .contentsHead {
  text-align: center;
  margin: auto;
  text-align: left;
}
.top .contentsHead .openingInfo {
  width: 1200px;
  text-align: left;
  margin: auto;
  position: relative;
  color: #003b5c;
}
@media screen and (max-width: 480px) {
  .top .contentsHead .openingInfo {
    width: auto;
  }
}
@media screen and (max-width: 480px) {
  .top .contentsHead .openingInfo .ac-body-sp {
    display: none;
  }
}
.top .contentsHead .openingInfo .opebLib {
  border: 2px solid #003b5c;
  padding: 1.5rem 1rem 1rem;
}
@media screen and (max-width: 480px) {
  .top .contentsHead .openingInfo .opebLib {
    padding: .5rem;
  }
}
.top .contentsHead .openingInfo .opebLib h2.ac-head-sp {
  line-height: 1.6rem;
  font-weight: normal;
  border-bottom: 3px solid #003b5c;
  margin-bottom: .5rem;
}
@media screen and (max-width: 480px) {
  .top .contentsHead .openingInfo .opebLib h2.ac-head-sp {
    border-bottom: 17px solid #003b5c;
    padding: 1rem .5rem .5rem;
    position: relative;
    margin-bottom: 0;
  }
  .top .contentsHead .openingInfo .opebLib h2.ac-head-sp::after {
    background: url(../images/gmenu_close.png) no-repeat center;
    content: "";
    position: absolute;
    display: block;
    bottom: -13px;
    width: 100%;
    height: 10px;
  }
}
.top .contentsHead .openingInfo .opebLib h2.ac-head-sp strong {
  font-size: 1.5rem;
  font-weight: bold;
}
.top .contentsHead .openingInfo .opebLib .openingCmt {
  position: absolute;
  right: 0;
  top: 5%;
}
@media screen and (max-width: 480px) {
  .top .contentsHead .openingInfo .opebLib .openingCmt {
    position: inherit;
  }
}
.top .contentsHead .openingInfo .opebLib .openingCmt p {
  color: #383838;
  margin: .5rem;
}
.top .contentsHead .openingInfo .opebLib h3::before {
  content: '';
  display: inline-block;
  background: #003b5c;
  border-radius: 50%;
  width: .8rem;
  height: .8rem;
}
.top .contentsHead .openingInfo .opebLib .group-area {
  display: inline-block;
  margin-right: .5rem;
  padding-right: .5rem;
  margin-bottom: .5rem;
  border-right: 1px dotted #000;
}
@media screen and (max-width: 480px) {
  .top .contentsHead .openingInfo .opebLib .group-area {
    display: block;
    border: none;
  }
}
.top .contentsHead .openingInfo .each_Library {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.top .contentsHead .openingInfo .each_Library li {
  border: 2px solid #003b5c;
  border-radius: 5px;
  list-style-type: none;
  background: #fff;
  margin: 4px 2px;
  padding: .3rem;
}
@media screen and (max-width: 480px) {
  .top .contentsHead .openingInfo .each_Library li {
    padding: 0;
  }
  .top .contentsHead .openingInfo .each_Library li dt, .top .contentsHead .openingInfo .each_Library li dd {
    display: inline-block;
    margin: 0 !important;
    width: 4.5rem;
  }
}
.top .contentsHead .openingInfo .each_Library li a {
  text-decoration: none;
  color: #003b5c;
}
.top .contentsHead .openingInfo .each_Library li dt {
  margin: -.3rem -.3rem 0;
  padding: .4rem;
  text-align: center;
  font-weight: bold;
  color: #fff;
  background: #003b5c;
}
@media screen and (max-width: 480px) {
  .top .contentsHead .openingInfo .each_Library li dt {
    width: 5rem;
  }
}
.top .contentsHead .openingInfo .each_Library li dd.libstate {
  margin: .2rem auto 0;
  text-align: center;
}
.top .contentsHead .openingInfo .each_Library li dd.libstate span {
  font-size: 1.6rem;
  font-family: "HiraKakuProN-W6", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif, Osaka;
  color: #D43961;
  font-weight: bold;
  vertical-align: middle;
}
.top .contentsHead .openingInfo .each_Library li.close {
  border-color: #767676;
}
.top .contentsHead .openingInfo .each_Library li.close a {
  color: #4d4d4d;
}
.top .contentsHead .openingInfo .each_Library li.close a:hover {
  background: #ECECEC;
}
.top .contentsHead .openingInfo .each_Library li.close dt {
  background: #767676;
}
.top .contentsHead .openingInfo .each_Library li.close dd.libstate {
  width: 3.5rem;
  line-height: 1.6rem;
}
.top .contentsHead .openingInfo .each_Library li.close dd.libstate span {
  display: none;
}
.top .contentsHead .openingInfo .openingCmt1, .top .contentsHead .openingInfo .openingCmt2, .top .contentsHead .openingInfo .openingCmt3 {
  background: #ECECEC;
  padding: 1rem 1rem;
  margin-top: .5rem;
}
.top .contentsHead .openingInfo .openingCmt1 p, .top .contentsHead .openingInfo .openingCmt2 p, .top .contentsHead .openingInfo .openingCmt3 p {
  line-height: 1.4rem;
}
.top .contentsHead .topSearch {
  background: #ECECEC;
  margin: 0 auto 1rem;
  text-align: center;
}
@media screen and (max-width: 480px) {
  .top .contentsHead .topSearch {
    width: auto;
  }
}
.top .contentsHead .topSearch .topSearchHead, .top .contentsHead .topSearch .bookInfo {
  display: inline-block;
  width: 597px;
  text-align: center;
  margin: auto;
  vertical-align: middle;
}
@media screen and (max-width: 480px) {
  .top .contentsHead .topSearch .topSearchHead, .top .contentsHead .topSearch .bookInfo {
    width: 100%;
  }
}
.top .contentsHead .topSearch .topSearchHead {
  margin: auto;
  text-align: left;
  background: #dce6ea;
  padding: 1rem;
  clear: both;
}
@media screen and (max-width: 480px) {
  .top .contentsHead .topSearch .topSearchHead {
    padding: .5rem;
    text-align: center;
  }
}
.top .contentsHead .topSearch .topSearchHead h2 {
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: url(../images/topSearch_h2.png) no-repeat;
  width: 5rem;
  height: 6rem;
  float: left;
}
@media screen and (max-width: 480px) {
  .top .contentsHead .topSearch .topSearchHead h2 {
    color: #003b5c;
    text-indent: 0;
    background: none;
    float: none;
    height: auto;
    width: auto;
    line-height: 2rem;
  }
}
.top .contentsHead .topSearch .topSearchHead p {
  display: block;
  margin: 1rem;
  float: left;
}
@media screen and (max-width: 480px) {
  .top .contentsHead .topSearch .topSearchHead p {
    font-size: .8rem;
    margin: .5rem;
    float: none;
  }
}
.top .contentsHead .topSearch form {
  flex-grow: 1;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 5rem;
}
@media screen and (max-width: 480px) {
  .top .contentsHead .topSearch form {
    margin: 0;
  }
}
.top .contentsHead .topSearch form input {
  box-shadow: none;
  border-radius: 0;
  margin: auto;
}
.top .contentsHead .topSearch form input[type="text"] {
  padding: .6rem;
  width: 100%;
  border: 1px solid #003b5c;
}
@media screen and (max-width: 480px) {
  .top .contentsHead .topSearch form input[type="text"] {
    padding: .5rem;
  }
}
.top .contentsHead .topSearch form .button {
  margin: 0;
}
.top .contentsHead .topSearch form .button input {
  padding: .7rem 1.5rem;
}
@media screen and (max-width: 480px) {
  .top .contentsHead .topSearch form .button input {
    font-size: .9rem;
    padding: .7rem;
  }
}
.top .contentsHead .topSearch .bookInfo {
  padding: 0 1rem;
  text-align: left;
}
@media screen and (max-width: 480px) {
  .top .contentsHead .topSearch .bookInfo {
    padding: 0 .2rem;
  }
}
@media screen and (max-width: 480px) {
  .top .contentsHead .topSearch .bookInfo .bookMenu {
    margin: .5rem 0;
  }
}
.top .contentsHead .topSearch .bookInfo .bookMenu li {
  display: inline-block;
  width: 10rem;
  list-style-type: none;
  position: relative;
  margin-bottom: .5rem;
}
@media screen and (max-width: 480px) {
  .top .contentsHead .topSearch .bookInfo .bookMenu li {
    width: 7.4rem;
    margin-bottom: .3rem;
  }
}
.top .contentsHead .topSearch .bookInfo .bookMenu li a {
  display: block;
  padding: .7rem .3rem;
  position: relative;
  background-color: #fff;
  color: #003b5c;
  text-decoration: none;
  border: 2px solid #003b5c;
  border-radius: 5px;
}
.top .contentsHead .topSearch .bookInfo .bookMenu li a:after {
  content: "\e907";
  font-family: "icomoon", sans-serif;
  color: #cf3f3f;
  content: "\e913";
  color: #003b5c;
  position: absolute;
  right: 3%;
}
@media screen and (max-width: 480px) {
  .top .contentsHead .topSearch .bookInfo .bookMenu li a {
    padding: 0.5rem 1rem 0.5rem 0.2rem;
    font-size: .78rem;
  }
}
.top .atn {
  width: 1200px;
  margin: 1rem auto;
  text-align: center;
  line-height: 1.4rem;
  border: 1px solid #BF0000;
}
@media screen and (max-width: 480px) {
  .top .atn {
    margin-bottom: 10px;
    width: auto;
    line-height: 1rem;
    border-right: none;
    border-left: none;
  }
}
.top .atn .atninner {
  text-align: left;
  padding: .5rem 1rem 1rem 1rem;
}
@media screen and (max-width: 480px) {
  .top .atn .atninner {
    padding: 0 .5rem .5rem;
    line-height: 1.4rem;
  }
}
.top .atn h2 {
  background: #FFF3F3;
  color: #BF0000;
  border: 5px solid #FFF;
  font-size: 1.1rem;
  padding: .5rem 1rem;
  text-align: left;
}
@media screen and (max-width: 480px) {
  .top .contentsMain {
    width: auto;
  }
}
.top .contentsMain .main {
  margin: auto;
  width: 100%;
}
@media screen and (max-width: 480px) {
  .top .contentsMain .main {
    width: auto;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 480px) {
  .top .contentsMain .main .infoTabs .infoBox {
    padding-top: 2rem;
  }
}
.top .contentsMain .main .infoTabs p.rss {
  position: absolute;
  top: 0;
  right: 0;
  margin-top: 2.5rem;
}
.top .contentsMain .main .infoTabs p.rss a {
  display: inline-block;
  margin-top: 2px;
  padding: 3px 24px 2px 6px;
  border: 1px solid #FA7933;
  border-radius: 3px;
  background: #FFF url(../images/rss.png) no-repeat 96% center;
  color: #FA7933;
  text-decoration: none;
}
@media screen and (max-width: 480px) {
  .top .contentsMain .main .infoTabs p.rss {
    font-size: .8rem;
    margin-top: 4.5rem;
  }
  .top .contentsMain .main .infoTabs p.rss a {
    padding: 0 24px 0 6px;
  }
}
.top .contentsMain .main .infoLib-list .infoBox p.ico span.infoEvent-icon {
  background: #003b5c;
  border: 1px solid #003b5c;
}
.top .contentsMain .main .infoImp-list {
  margin-bottom: 2rem;
  text-align: left;
  color: #003b5c;
}
.top .contentsMain .main .infoImp-list h2 {
  background: none;
  display: flex;
  align-items: center;
  padding-right: 0;
  margin-bottom: 0;
}
.top .contentsMain .main .infoImp-list h2::after {
  content: ' ';
  background: #003b5c;
  height: 5px;
  flex-grow: 1;
  margin-left: .5rem;
}
.top .contentsMain .main .infoImp-list ul {
  margin-top: 0;
}
.top .contentsMain .main .infoImp-list li a {
  clear: both;
  display: block;
  overflow: hidden;
}
@media screen and (max-width: 480px) {
  .top .contentsMain .main .infoImp-list li a {
    position: relative;
    padding-left: 2.5rem;
    min-height: 2.2rem;
  }
}
.top .contentsMain .main .infoImp-list li .ico, .top .contentsMain .main .infoImp-list li .ttl {
  float: left;
}
.top .contentsMain .main .infoImp-list li .ttl p {
  display: inline-block;
  text-decoration: underline;
}
@media screen and (max-width: 480px) {
  .top .contentsMain .main .infoImp-list li .ttl p {
    line-height: 1.7rem;
  }
}
.top .contentsMain .main .infoImp-list li .ttl span.date {
  position: relative;
  padding: 0 1rem;
}
.top .contentsMain .main .infoImp-list li .ttl span.date::before, .top .contentsMain .main .infoImp-list li .ttl span.date::after {
  position: absolute;
}
.top .contentsMain .main .infoImp-list li .ttl span.date::before {
  content: "（";
  left: -0.5rem;
}
.top .contentsMain .main .infoImp-list li .ttl span.date::after {
  content: "）";
  right: 0;
}
.top .contentsMain .main .infoImp-list li .ico {
  width: 3rem;
  height: 2.5rem;
  padding-top: 0;
}
@media screen and (max-width: 480px) {
  .top .contentsMain .main .infoImp-list li .ico {
    position: absolute;
    left: 0;
  }
}
.top .contentsFooter {
  width: 1200px;
  margin: 0 auto 4rem;
  background: #ECECEC;
  padding: 3rem 0rem 2rem 3.5rem;
}
@media screen and (max-width: 480px) {
  .top .contentsFooter {
    width: auto;
    padding: 1.5rem 1rem;
  }
}
.top .contentsFooter ul {
  list-style: none;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (max-width: 480px) {
  .top .contentsFooter ul {
    display: block;
  }
}
.top .contentsFooter ul li {
  width: 30%;
  margin-right: 2rem;
  margin-bottom: 2rem;
  text-align: center;
}
@media screen and (max-width: 480px) {
  .top .contentsFooter ul li {
    width: auto;
    margin-right: 0;
    margin-bottom: 1rem;
    text-align: left;
  }
}
.top .contentsFooter ul li a {
  display: block;
  background: #fff;
  border-radius: 15px;
  text-decoration: none;
  height: 7rem;
  font-size: 1.1rem;
  color: #003b5c;
}
@media screen and (max-width: 480px) {
  .top .contentsFooter ul li a {
    height: auto;
    padding: 1rem;
    font-size: 1rem;
  }
  .top .contentsFooter ul li a br {
    display: none;
  }
}
.top .contentsFooter ul li a img {
  display: block;
  text-align: center;
  margin: auto;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
@media screen and (max-width: 480px) {
  .top .contentsFooter ul li a img {
    display: inline-block;
    padding: 0;
    vertical-align: middle;
    margin-right: 1rem;
    width: 1.5rem;
  }
}

.main .inlineBox > * {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  vertical-align: top;
  width: 40%;
}
.main #sitemap dl {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  width: 29%;
  margin-left: 2rem;
  vertical-align: top;
}
@media screen and (max-width: 480px) {
  .main #sitemap dl {
    width: 90%;
    display: block;
    margin-left: 1rem;
  }
}
.main #sitemap dl dt {
  padding: 0.7rem;
  background: #dedbe9;
  border-radius: 5px;
  font-size: 1.1rem;
}
.main #sitemap dl dd {
  display: list-item;
  margin: .8rem 1rem .8rem 2rem;
}
.main .ac-body {
  display: none;
  padding-bottom: 1.5rem;
}
.main .ac-body p {
  margin-left: 3rem;
}
@media screen and (max-width: 480px) {
  .main .ac-body p {
    margin-left: 1.5rem;
  }
}
.main .ac-body p span {
  font-weight: bold;
}
.main .ac-head {
  display: block;
  cursor: pointer;
  background: #E2E2E2 url(../images/icoPm1.png) no-repeat 10px center;
  width: auto;
  padding: .8rem 1rem .8rem 3rem;
  background-position: 10px center;
  font-size: 1.2rem;
  border: none;
  border-radius: 25px;
  margin: 1rem 0 0;
}
@media screen and (max-width: 480px) {
  .main .ac-head {
    border-radius: 0;
  }
}
.main .ac-head.on {
  background: #fedd92 url(../images/icoPm2.png) no-repeat;
  background-position: 10px center;
}
.main .ac-head:hover {
  background: #fedd92 url(../images/icoPm1.png) no-repeat;
  background-position: 10px center;
}
@media screen and (max-width: 480px) {
  .main .ac-head-sp {
    display: block;
    cursor: pointer;
    background: #E2E2E2 url(../images/icoPm1.png) no-repeat 10px center;
    width: auto;
    padding: 10px 10px 10px 50px;
    background-position: 10px center;
    font-size: 1.2rem;
    border: none;
    border-radius: 25px;
    margin: 1rem 0 0;
  }
}
@media screen and (max-width: 480px) and (max-width: 480px) {
  .main .ac-head-sp {
    border-radius: 0;
  }
}
@media screen and (max-width: 480px) {
  .main .ac-head-sp.active {
    background: #fedd92 url(../images/icoPm2.png) no-repeat;
    background-position: 10px center;
  }
  .main .ac-head-sp:hover {
    background: #fedd92 url(../images/icoPm2.png) no-repeat;
    background-position: 10px center;
  }
}
.main .calBox .calt {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media screen and (max-width: 480px) {
  .main .calBox .calt {
    width: auto;
    display: block;
  }
}
.main .calBox .calt table {
  display: block;
}
.main .calBox .calt table caption {
  font-size: 1.1rem;
}
.main .calBox .calt table th, .main .calBox .calt table td {
  text-align: center;
  padding: 3px 0;
  vertical-align: middle;
}
.main .calBox .calt table td {
  line-height: 2;
}
.main .calBox .calt table td.close {
  background-color: #FDEDEC;
  border-color: #DC143C;
  color: #DC143C;
  font-weight: bold;
  line-height: 1.2;
}
.main .calBox .calt table td.close span {
  display: block;
  font-weight: normal;
  font-size: .9rem;
}
.main .calBox .calt table th {
  height: 2rem;
  width: 2.5rem;
}
.main .calBox .calt table th span.blue1 {
  color: #0243EB;
}
.main .calBox .txtBox {
  margin-right: .5rem;
}
@media screen and (max-width: 480px) {
  .main .calBox .txtBox {
    width: auto;
  }
}
@media screen and (max-width: 480px) {
  .main .calBox .txtBox dl {
    margin: 1rem .5rem;
    width: auto;
  }
}

@media screen and (max-width: 480px) {
  .spBar,
  .scrollBox {
    width: 100%;
    overflow-x: auto;
    padding-top: 2rem;
    display: block;
    position: relative;
    margin: 0px;
  }
  .spBar::-webkit-scrollbar,
  .scrollBox::-webkit-scrollbar {
    height: 20px;
  }
  .spBar::-webkit-scrollbar-track,
  .scrollBox::-webkit-scrollbar-track {
    background: #F1F1F1;
    border-radius: 10px;
  }
  .spBar::-webkit-scrollbar-thumb,
  .scrollBox::-webkit-scrollbar-thumb {
    background: #BCBCBC;
    border-radius: 10px;
  }
  .spBar table,
  .scrollBox table {
    width: 750px !important;
    margin: .5rem;
  }
}
@media screen and (max-width: 480px) and (max-width: 480px) {
  .spBar::before,
  .scrollBox::before {
    content: "← 横スクロール →";
    display: inline-block;
    text-align: left;
    font-size: .8rem;
    font-weight: bold;
    margin: 5px;
    padding: .5rem;
    border-radius: 15px;
    position: absolute;
    right: 0;
    top: 0;
    background: #f4e5e5;
  }
}

.faqStyle h4.ac-head {
  position: relative;
  font-weight: normal;
  border-radius: 5px;
  border: 1px solid #383838;
  border-left-width: 2.8rem;
  padding: 1rem 1.5rem 1rem 5rem;
  line-height: 1.3;
  -webkit-transition: background 0.3s ease-out;
  -moz-transition: background 0.3s ease-out;
  transition: background .3s ease-out;
  -ms-transition: background 0.3s ease-out;
}
.faqStyle h4.ac-head::before {
  content: none;
}
.faqStyle h4.ac-head span {
  position: absolute;
  top: calc(50% - .9rem);
  left: .5rem;
  font-size: 1.4rem;
  font-weight: bold;
  -webkit-transition: background 0.3s ease-out;
  -moz-transition: background 0.3s ease-out;
  transition: background .3s ease-out;
  -ms-transition: background 0.3s ease-out;
}
.faqStyle h4.ac-head span::before {
  font-family: "icomoon", sans-serif;
  content: "\e907";
  color: #cf3f3f;
  content: "\ea0a";
  margin-right: 1.5rem;
  font-weight: normal;
  font-size: .9rem;
  color: #fff;
  margin-left: -2.3rem;
}
.faqStyle h4.ac-head.on {
  background: #fedd92;
}
.faqStyle h4.ac-head.on span::before {
  content: "\ea0b";
}
.faqStyle h4.ac-head:hover {
  background: #fedd92;
}
@media screen and (max-width: 480px) {
  .faqStyle h4.ac-head {
    font-size: 1.1rem;
    padding-left: 4.5rem;
  }
}
.faqStyle .ac-head {
  background: none;
}
.faqStyle .ac-head:hover {
  background: none;
}
.faqStyle .ac-body span.num {
  margin-left: 3rem;
  margin-top: 1.5rem;
  display: block;
  font-size: 1.4rem;
  font-weight: bold;
  color: #e60404;
}
@media screen and (max-width: 480px) {
  .faqStyle .ac-body span.num {
    margin-left: .5rem;
  }
}
@media screen and (max-width: 480px) {
  .faqStyle .ac-body p {
    margin: .5rem .5rem 1rem;
  }
}

.split_column {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}
@media screen and (max-width: 480px) {
  .split_column {
    flex-direction: column;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
  }
}
.split_column > li {
  list-style: none;
}
.split_column.ratio50 > div,
.split_column.ratio50 > section {
  flex: 0 0 50%;
}
@media screen and (max-width: 480px) {
  .split_column.ratio50 > div,
  .split_column.ratio50 > section {
    flex: initial;
  }
}
.split_column.ratio60 > div:first-child,
.split_column.ratio60 > section:first-child {
  flex: 0 0 60%;
}
@media screen and (max-width: 480px) {
  .split_column.ratio60 > div:first-child,
  .split_column.ratio60 > section:first-child {
    flex: initial;
  }
}
.split_column.ratio70 > div:first-child,
.split_column.ratio70 > section:first-child {
  flex: 0 0 70%;
}
@media screen and (max-width: 480px) {
  .split_column.ratio70 > div:first-child,
  .split_column.ratio70 > section:first-child {
    flex: initial;
  }
}
.split_column.ratio80 > div:first-child,
.split_column.ratio80 > section:first-child {
  flex: 0 0 80%;
}
@media screen and (max-width: 480px) {
  .split_column.ratio80 > div:first-child,
  .split_column.ratio80 > section:first-child {
    flex: initial;
  }
}
.split_column.ratio90 > div:first-child,
.split_column.ratio90 > section:first-child {
  flex: 0 0 90%;
}
@media screen and (max-width: 480px) {
  .split_column.ratio90 > div:first-child,
  .split_column.ratio90 > section:first-child {
    flex: initial;
  }
}
.split_column figure {
  padding: 1rem;
  text-align: center;
}
.split_column figure figcaption {
  line-height: 1.5;
}
ul.split_column {
  margin-left: 1rem;
}

.newsmaga dl.liblist {
  position: relative;
  margin-top: 0;
  margin-left: 5rem;
}
.newsmaga dl.liblist dt {
  position: absolute;
  left: -5rem;
  top: 0.2rem;
}
.newsmaga dl.liblist dd {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  margin: 0.1rem;
  margin-right: 1rem;
  font-size: .9rem;
}
.newsmaga dl.liblist dd span {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  border: 1px solid #8DA7BB;
  padding: 0 .5rem;
  color: #003B5C;
  font-weight: bold;
}
.newsmaga table {
  width: 100%;
  margin: auto;
  margin-top: 0.5rem;
}
.newsmaga table th {
  white-space: normal;
  vertical-align: middle;
  font-weight: normal;
}
.newsmaga table th:first-child {
  width: 8rem;
}
.newsmaga table td {
  white-space: normal;
  text-align: center;
  vertical-align: middle;
  width: 1rem;
  max-width: 1.3rem;
  font-weight: bold;
  line-height: 1.2rem;
}

body.libGuide .mainBox p.libmap {
  position: initial;
}
@media screen and (max-width: 480px) {
  body.libGuide .mainBox p.libmap {
    display: none;
  }
}

dl.legendsBox {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: flex-end;
}
@media screen and (max-width: 480px) {
  dl.legendsBox {
    align-items: center;
    line-height: 1;
  }
}
dl.legendsBox dt {
  padding: 0;
}
dl.legendsBox dt img {
  width: 80%;
}
@media screen and (max-width: 480px) {
  dl.legendsBox dt img {
    width: 1.5rem;
  }
}
dl.legendsBox dd {
  margin: .5rem 1rem .5rem 0;
}
@media screen and (max-width: 480px) {
  dl.legendsBox dd {
    margin: 0 .5rem;
    font-size: .8rem;
  }
}

table.booklist {
  width: 100%;
  margin: 2rem auto;
}
table.booklist caption {
  padding: 0.7rem 1rem 0.5rem 1rem;
  font-size: 1.2rem;
  line-height: 1.5rem;
  background: #DBEAF9;
  border-radius: 20px;
}
table.booklist th,
table.booklist td {
  vertical-align: top;
  padding: 0.3rem 0.6rem;
  background-color: transparent;
  border: none !important;
}
table.booklist th.writer, table.booklist th.publisher,
table.booklist td.writer,
table.booklist td.publisher {
  text-align: right;
  vertical-align: middle;
  height: 1rem;
  width: 100%;
}
@media screen and (max-width: 480px) {
  table.booklist th.writer, table.booklist th.publisher,
  table.booklist td.writer,
  table.booklist td.publisher {
    height: auto;
    line-height: 1.4rem;
    padding: 0 .6rem;
  }
}
table.booklist th.writer,
table.booklist td.writer {
  text-align: left;
}
table.booklist th.text,
table.booklist td.text {
  border-top: #2a6096 dotted 3px !important;
}
table.booklist th img,
table.booklist td img {
  max-width: 200px;
}
@media screen and (max-width: 480px) {
  table.booklist th img,
  table.booklist td img {
    max-width: 100%;
    display: block;
    margin: auto;
  }
}
@media screen and (max-width: 480px) {
  table.booklist th,
  table.booklist td {
    display: block;
  }
}

.list_kosodate {
  padding-top: .5rem;
  margin-right: 2rem;
  list-style-type: none;
}
@media screen and (max-width: 480px) {
  .list_kosodate {
    margin-right: 1.5rem;
  }
}
.list_kosodate li {
  border-bottom: 1px dotted #003b5c;
  padding: 0 1rem;
  line-height: 2rem;
}
.list_kosodate li span.date {
  white-space: nowrap;
  font-size: .8rem;
}

.contactList dl {
  display: table-row;
}
.contactList dl dt,
.contactList dl dd {
  display: table-cell;
  vertical-align: top;
  padding: 0.5rem;
}
.contactList dl dt {
  padding-left: 1.5rem;
  white-space: nowrap;
  color: #01395C;
}
.contactList dl dd {
  padding-right: 1.5rem;
}
.contactList dl:nth-child(2n) {
  background: #d7e8f9;
}

.mainBox p.returnMenu {
  text-align: right;
  margin: 1rem 0 .5rem;
}
.mainBox p.returnMenu a {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  border: 1px solid #383838;
  padding: 5px;
  border-radius: 5px;
  padding-right: 2rem;
  position: relative;
}
.mainBox p.returnMenu a:after {
  content: "\e907";
  font-family: "icomoon", sans-serif;
  color: #cf3f3f;
  position: absolute;
  right: 0.3rem;
  content: "\e90c";
  color: #383838;
}
.mainBox .returnMenu:first-child {
  position: absolute;
  top: -6rem;
  right: 1rem;
  margin: 0;
}
@media screen and (max-width: 480px) {
  .mainBox .returnMenu:first-child {
    display: none;
  }
}

video {
  width: 650px;
}
@media screen and (max-width: 480px) {
  video {
    width: 100%;
  }
}

.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.main .infoTabs,
.top .infoTabs {
  position: relative;
  padding: 5.3rem 0 1.5rem;
}
@media screen and (max-width: 480px) {
  .main .infoTabs,
  .top .infoTabs {
    padding-top: 3.5rem;
  }
}
.main .infoTabs h3,
.top .infoTabs h3 {
  position: absolute;
  top: 1.5rem;
  border: none;
  border-radius: 9px 9px 0 0;
  background: #003b5c;
  width: 16%;
  height: auto !important;
  margin-top: 0;
  padding: 0;
}
@media screen and (max-width: 480px) {
  .main .infoTabs h3,
  .top .infoTabs h3 {
    width: 22%;
    padding: 0 .2rem;
    top: .7rem;
  }
}
.main .infoTabs h3 a,
.top .infoTabs h3 a {
  height: 3.8rem;
  text-decoration: none;
  color: #fff;
  text-align: center;
  line-height: 1.2rem;
  align-items: center;
  display: flex;
  justify-content: space-around;
}
.infoTabs .infoTalk-list h3 a {
  color: #003b5c;
}
.infoTabs .infoExbit-list h3 a {
  color: #003b5c;
}
.infoTabs .infoImp-list h3 a {
  color: #003b5c;
}
@media screen and (max-width: 480px) {
  .main .infoTabs h3 a,
  .top .infoTabs h3 a {
    font-size: .85rem;
    line-height: 1rem;
    height: 2.8rem;
  }
}
@media screen and (max-width: 480px) {
  .main .infoTabs .infoLib-list h3 {
    left: 0;
  }
}
.infoTabs .infoEvent-list h3 {
  left: 17%;
  background: #D43961;
}
@media screen and (max-width: 480px) {
  .infoTabs .infoEvent-list h3 {
    left: 23%;
  }
}
.infoTabs .infoTalk-list h3 {
  left: 34%;
  background: #f4b215;
}
@media screen and (max-width: 480px) {
  .infoTabs .infoTalk-list h3 {
    left: 45.8%;
  }
}
.infoTabs .infoExbit-list h3 {
  left: 51%;
  right: 0;
  background: #5ebdac;
}
@media screen and (max-width: 480px) {
  .infoTabs .infoExbit-list h3 {
    left: 68.5%;
  }
}
.libGuide .infoTabs .infoLib-list h3 {
  width: 20%;
}
@media screen and (max-width: 480px) {
  .libGuide .infoTabs .infoLib-list h3 {
    width: 30%;
  }
}
.libGuide .infoTabs .infoEvent-list h3 {
  width: 20%;
  left: 21.3%;
}
@media screen and (max-width: 480px) {
  .libGuide .infoTabs .infoEvent-list h3 {
    width: 30%;
    left: 31.3%;
  }
}
.libGuide .infoTabs .infoImp-list h3 {
  width: 20%;
  left: 42.7%;
  background: #f4b215;
}
@media screen and (max-width: 480px) {
  .libGuide .infoTabs .infoImp-list h3 {
    width: 30%;
    left: 62.7%;
  }
}
.main .infoTabs .infoLib-list .infoBox,
.top .infoTabs .infoLib-list .infoBox {
  border-top: 0.9rem solid #003b5c;
}
.main .infoTabs .infoEvent-list .infoBox,
.top .infoTabs .infoEvent-list .infoBox {
  border-top: 0.9rem solid #D43961;
}
.main .infoTabs .infoTalk-list .infoBox,
.top .infoTabs .infoTalk-list .infoBox {
  border-top: 0.9rem solid #f4b215;
}
.main .infoTabs .infoExbit-list .infoBox,
.top .infoTabs .infoExbit-list .infoBox {
  border-top: 0.9rem solid #5ebdac;
}
.main .infoTabs .infoImp-list .infoBox,
.top .infoTabs .infoImp-list .infoBox {
  border-top: 0.9rem solid #f4b215;
}
.main .infoBox ul,
.top .infoBox ul {
  margin: 1rem auto auto;
}
.main .infoBox li,
.top .infoBox li {
  text-align: left;
  margin: 0 .5rem;
  padding: .3rem .5rem;
  list-style-type: none;
  border-bottom: 1px dotted #003b5c;
}
@media screen and (max-width: 480px) {
  .main .infoBox li,
  .top .infoBox li {
    margin: 0;
  }
}
.main .infoBox li a,
.top .infoBox li a {
  text-decoration: none;
}
.main .infoBox li p,
.top .infoBox li p {
  padding: .3rem 0 0;
  font-size: 1.1rem;
  margin: auto;
}
@media screen and (max-width: 480px) {
  .main .infoBox li p,
  .top .infoBox li p {
    font-size: 1rem;
    line-height: 1.4rem;
    padding: .1rem 0;
  }
}
.main .infoBox li .ttl,
.top .infoBox li .ttl {
  text-decoration: underline;
}
.main .infoBox li .ttl:hover,
.top .infoBox li .ttl:hover {
  text-decoration: none;
}
.main .infoBox span,
.main .articleHead li > span,
.main .infoTiles .ico span,
.top .infoBox span,
.top .articleHead li > span,
.top .infoTiles .ico span {
  font-size: .85rem;
  white-space: nowrap;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  line-height: 1.6rem;
  padding: 0.1rem 0;
  vertical-align: middle;
}
@media screen and (max-width: 480px) {
  .main .infoBox span,
  .main .articleHead li > span,
  .main .infoTiles .ico span,
  .top .infoBox span,
  .top .articleHead li > span,
  .top .infoTiles .ico span {
    font-size: .75rem;
    padding: .05rem 0;
  }
}
.main .infoBox span[class^="info"], .main .infoBox span[class^="lib-"],
.main .articleHead li > span[class^="info"],
.main .articleHead li > span[class^="lib-"],
.main .infoTiles .ico span[class^="info"],
.main .infoTiles .ico span[class^="lib-"],
.top .infoBox span[class^="info"],
.top .infoBox span[class^="lib-"],
.top .articleHead li > span[class^="info"],
.top .articleHead li > span[class^="lib-"],
.top .infoTiles .ico span[class^="info"],
.top .infoTiles .ico span[class^="lib-"] {
  line-height: 1.3rem;
  border-radius: 4px;
  font-weight: bold;
  margin-right: .3rem;
}
@media screen and (max-width: 480px) {
  .main .infoBox span[class^="info"], .main .infoBox span[class^="lib-"],
  .main .articleHead li > span[class^="info"],
  .main .articleHead li > span[class^="lib-"],
  .main .infoTiles .ico span[class^="info"],
  .main .infoTiles .ico span[class^="lib-"],
  .top .infoBox span[class^="info"],
  .top .infoBox span[class^="lib-"],
  .top .articleHead li > span[class^="info"],
  .top .articleHead li > span[class^="lib-"],
  .top .infoTiles .ico span[class^="info"],
  .top .infoTiles .ico span[class^="lib-"] {
    font-weight: normal;
  }
}
.main .infoBox span[class^="info"],
.main .articleHead li > span[class^="info"],
.main .infoTiles .ico span[class^="info"],
.top .infoBox span[class^="info"],
.top .articleHead li > span[class^="info"],
.top .infoTiles .ico span[class^="info"] {
  width: 4.8rem;
  background: #fff;
  border: 1px solid transparent;
}
.main .infoBox span.infoLib-icon, .main .infoBox span.infoImp-icon,
.main .articleHead li > span.infoLib-icon,
.main .articleHead li > span.infoImp-icon,
.main .infoTiles .ico span.infoLib-icon,
.main .infoTiles .ico span.infoImp-icon,
.top .infoBox span.infoLib-icon,
.top .infoBox span.infoImp-icon,
.top .articleHead li > span.infoLib-icon,
.top .articleHead li > span.infoImp-icon,
.top .infoTiles .ico span.infoLib-icon,
.top .infoTiles .ico span.infoImp-icon {
  background: #003b5c;
  border: 1px solid #003b5c;
  color: #fff;
}
.main .infoBox span.infoEvent-icon,
.main .articleHead li > span.infoEvent-icon,
.main .infoTiles .ico span.infoEvent-icon,
.top .infoBox span.infoEvent-icon,
.top .articleHead li > span.infoEvent-icon,
.top .infoTiles .ico span.infoEvent-icon {
  background: #D43961;
  border: 1px solid #D43961;
  color: #fff;
}
.main .infoBox span.infoExbit-icon,
.main .articleHead li > span.infoExbit-icon,
.main .infoTiles .ico span.infoExbit-icon,
.top .infoBox span.infoExbit-icon,
.top .articleHead li > span.infoExbit-icon,
.top .infoTiles .ico span.infoExbit-icon {
  background: #5ebdac;
  border: 1px solid #5ebdac;
  color: #003b5c;
}
.main .infoBox span.infoTalk-icon,
.main .articleHead li > span.infoTalk-icon,
.main .infoTiles .ico span.infoTalk-icon,
.top .infoBox span.infoTalk-icon,
.top .articleHead li > span.infoTalk-icon,
.top .infoTiles .ico span.infoTalk-icon {
  background: #f4b215;
  border: 1px solid #f4b215;
  color: #003b5c;
}
.main .infoBox span[class^="lib-"],
.main .articleHead li > span[class^="lib-"],
.main .infoTiles .ico span[class^="lib-"],
.top .infoBox span[class^="lib-"],
.top .articleHead li > span[class^="lib-"],
.top .infoTiles .ico span[class^="lib-"] {
  width: 4rem;
  border: 1px solid #383838;
  color: #383838;
}
.main .infoBox span[class^="target"],
.main .articleHead li > span[class^="target"],
.main .infoTiles .ico span[class^="target"],
.top .infoBox span[class^="target"],
.top .articleHead li > span[class^="target"],
.top .infoTiles .ico span[class^="target"] {
  border-radius: 4px;
  padding: .1rem .8rem;
  background: #003b5c;
  border: 1px solid #003b5c;
  color: #fff;
}
.main .infoBox span.end,
.main .articleHead li > span.end,
.main .infoTiles .ico span.end,
.top .infoBox span.end,
.top .articleHead li > span.end,
.top .infoTiles .ico span.end {
  font-weight: bold;
  color: #d91954;
  margin-left: .5rem;
}
.main .infoBox span.new,
.main .articleHead li > span.new,
.main .infoTiles .ico span.new,
.top .infoBox span.new,
.top .articleHead li > span.new,
.top .infoTiles .ico span.new {
  padding: 0 .5rem;
  border-radius: 4px;
  background: #ffd3d3;
  color: #C00000;
  line-height: 1.6rem;
  margin-left: .5rem;
}
body.libGuide .main .infoBox span.new, body.libGuide
.main .articleHead li > span.new, body.libGuide
.main .infoTiles .ico span.new, body.libGuide
.top .infoBox span.new, body.libGuide
.top .articleHead li > span.new, body.libGuide
.top .infoTiles .ico span.new {
  display: none;
}

.top .infoTiles {
  display: block;
  margin: 0 auto;
}
.top .infoTiles > ul {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: start;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0;
}
.top .infoTiles > ul li {
  width: 25%;
  margin: 0;
  padding: 0;
  border: none;
}
@media screen and (max-width: 480px) {
  .top .infoTiles > ul li {
    width: 50%;
  }
}
.top .infoTiles > ul li a {
  display: block;
  margin: 6%;
}
.top .infoTiles > ul li a p {
  margin: 0;
  padding: 0;
}
.top .infoTiles > ul li a p.tmb {
  position: relative;
  padding-top: 100%;
  overflow: hidden;
}
.top .infoTiles > ul li a p.tmb img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-position: 0 0;
  object-fit: cover;
  border-radius: 14px;
  border: 1px solid #e3e3e3;
}
.top .infoTiles > ul li a p.ico {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: .5rem auto;
}
.top .infoTiles > ul li a p.ico span.date {
  padding-right: .3rem;
}
.top .infoTiles > ul li a:hover .ttl p {
  text-decoration: none;
}
.top .infoTiles > ul li div.ttl {
  text-decoration: none;
}
.top .infoTiles > ul li div.ttl p {
  text-decoration: underline;
}
@media screen and (max-width: 480px) {
  .top .infoBox ul {
    margin-top: 0;
  }
}
.top .fillBtn {
  margin: 2rem auto;
}
.top .fillBtn a {
  display: inline-block;
  padding: .6rem 5rem;
  border: 3px solid #003b5c;
  border-radius: 6px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.2rem;
  color: #003b5c;
}
.top .fillBtn a::after {
  content: url(../images/fa-arrow-right_w14_003B5C.png);
  margin-left: 1rem;
}
.top .fillBtn a:hover {
  background-color: #003b5c;
  color: #fff;
}
.top .fillBtn a:hover::after {
  content: url(../images/fa-arrow-right_w14_FFFFFF.png);
}
@media screen and (max-width: 480px) {
  .top .fillBtn {
    margin: 1.5rem auto;
  }
  .top .fillBtn a {
    width: 80%;
    padding: .5rem;
    font-size: 1rem;
  }
}

.main .mainBox .filterList {
  text-align: center;
  margin: auto;
  padding: .3rem;
  background: #deedf3;
}
@media screen and (max-width: 480px) {
  .main .mainBox .filterList {
    text-align: left;
    margin: auto;
    padding: .5rem;
  }
}
.main .mainBox .filterList label {
  font-size: .95rem;
  margin-right: 0;
  margin-left: 1rem;
}
@media screen and (max-width: 480px) {
  .main .mainBox .filterList label {
    display: block;
    margin: 0;
    font-weight: bold;
  }
}
@media screen and (max-width: 480px) {
  .main .mainBox .filterList select {
    margin-bottom: .7rem;
  }
}
.main .mainBox .filterList .filter {
  color: #383838;
  background-color: #FFCB00;
  font-size: 0.8rem;
  border-radius: 5px;
  cursor: pointer;
  padding: 3px 15px;
  vertical-align: middle;
  height: auto;
  -webkit-transition: background 0.3s ease-out;
  -moz-transition: background 0.3s ease-out;
  transition: background .3s ease-out;
  -ms-transition: background 0.3s ease-out;
  box-shadow: 0 3px 0 #d6ccbf;
  text-decoration: none;
  margin: .3rem auto;
  padding: .5rem 1rem;
  border: none;
  font-weight: bold;
}
.main .mainBox .filterList .filter:hover {
  box-shadow: 0 1px 0 #d6ccbf;
  background: #eea53e;
  color: #383838;
}
.main .mainBox .filterList .filter:hover {
  background: rgba(255, 203, 0, 0.5);
}
@media screen and (max-width: 480px) {
  .main .mainBox .filterList .filter {
    display: block;
  }
}
.main .articleHead {
  text-align: right;
  margin: .5rem auto auto;
}
.main .articleHead li {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  padding: 0;
  margin: 0;
  vertical-align: middle;
  font-size: .8rem;
  line-height: 1.4;
}
.main .articleHead li .date {
  font-size: .9rem;
}
.main .articleHead li .date > span::after {
  content: "：";
}
@media screen and (max-width: 480px) {
  .main .articleHead li.snsBtn {
    display: block;
    margin: .5rem 0;
  }
}
.main .articleHead li.snsBtn > div {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  margin-right: 0.5rem;
  vertical-align: top;
  line-height: 0;
}

.snsBtn .tw,
.snsBtn .fb,
.snsBtn .line {
  width: 2rem;
  height: 2rem;
}
.snsBtn .fb {
  fill: #3b5998;
}
.snsBtn .tw {
  background: #000;
  border-radius: 4px;
  padding: .4rem;
  fill: #fff;
}
.snsBtn .line .fill_1 {
  fill: #00C300;
}
.snsBtn .line .fill_2 {
  fill: #fff;
}

.kids .wrapper, .teens .wrapper {
  padding-bottom: 15rem;
}
@media screen and (max-width: 480px) {
  .kids .wrapper, .teens .wrapper {
    padding-bottom: 0;
  }
}
.kids .contents, .teens .contents {
  width: 100%;
  padding-bottom: 3rem;
}
.kids .contents {
  background: url(../images/k_subpage_vege_header.png) no-repeat center 10px, url(../images/k_subpage_bg_header.png) no-repeat center top, url(../images/k_subpage_bg_top.png) repeat-x left top, url(../images/k_bg_bottom.png) repeat left 150px;
}
@media screen and (max-width: 480px) {
  .kids .contents {
    min-height: auto !important;
    background: url("../images/k_bg_bottom.png") repeat left 150px !important;
  }
}

.kidsTop .contents {
  min-height: 1000px;
  background: url(../images/k_bg_bldg.png) no-repeat center 50px, url(../images/k_bg_sun.png) no-repeat center 10px, url(../images/k_bg_track.png) no-repeat center 380px, url(../images/k_bg_top.png) repeat-x left top, url(../images/k_bg_bottom.png) repeat left 310px;
}
.kids .contents h1.kidsTitle, .kids .contents h1.teensTitle, .teens .contents h1.kidsTitle, .teens .contents h1.teensTitle {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  height: 0;
}
@media screen and (max-width: 480px) {
  .kids .contents h1.kidsTitle, .kids .contents h1.teensTitle, .teens .contents h1.kidsTitle, .teens .contents h1.teensTitle {
    display: none !important;
  }
}
.kids .contents .column2, .teens .contents .column2 {
  width: 990px;
}
.kids .contents .column2 .mainMargin, .teens .contents .column2 .mainMargin {
  border-radius: 8px;
  padding: .5rem 2rem 2rem 2rem;
  background: #fff;
}
@media screen and (max-width: 480px) {
  .kids .contents .column2 .mainMargin, .teens .contents .column2 .mainMargin {
    border-radius: 0;
    padding: 0;
  }
}
.kids .contents .mainMargin h1, .teens .contents .mainMargin h1 {
  margin: auto;
  font-size: 1.5rem;
  padding: 1.5rem 6rem 0rem 1rem;
  background-repeat: no-repeat;
  background-position: right bottom;
}
.kids .contents .mainMargin h1:first-letter, .teens .contents .mainMargin h1:first-letter {
  font-size: 2.2rem;
}
@media screen and (max-width: 480px) {
  .kids .contents .mainMargin h1, .teens .contents .mainMargin h1 {
    background-image: inherit !important;
    padding: 1rem 1rem 0rem 1rem;
  }
}
.kids .contents nav.side, .teens .contents nav.side {
  width: 190px;
  margin-left: 0;
}
@media screen and (max-width: 480px) {
  .kids .contents nav.side, .teens .contents nav.side {
    width: 100%;
    padding-bottom: 1rem;
    text-align: left;
  }
}
.kids .contents nav.side nav ul li, .teens .contents nav.side nav ul li {
  background-color: #FFF;
  background-repeat: no-repeat;
  border-radius: 6px;
  margin: 0 0 12px 0;
  padding: 0;
  border: none;
}
@media screen and (max-width: 480px) {
  .kids .contents nav.side nav ul li, .teens .contents nav.side nav ul li {
    display: inline-block;
    background-size: 19%;
    width: 47%;
    padding-left: 35px;
    vertical-align: middle;
    margin-left: .3rem;
  }
}
.kids .contents nav.side nav ul li a, .teens .contents nav.side nav ul li a {
  display: block;
  border-bottom: 14px solid transparent;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
}
@media screen and (max-width: 480px) {
  .kids .contents nav.side nav ul li a, .teens .contents nav.side nav ul li a {
    border-bottom: none;
    height: 3rem;
  }
}
.kids .contents nav.side nav ul li a span, .teens .contents nav.side nav ul li a span {
  display: inline-block;
  margin: 26px 10px 0 90px;
  font-weight: bold;
  font-size: 0.875rem;
  text-indent: -1.5em;
  line-height: 1.2em;
}
.kids .contents nav.side nav ul li a span:first-letter, .teens .contents nav.side nav ul li a span:first-letter {
  font-size: 30px;
}
@media screen and (max-width: 480px) {
  .kids .contents nav.side nav ul li a span, .teens .contents nav.side nav ul li a span {
    font-size: .8rem;
    margin: 1rem 0 0 0;
    text-indent: inherit;
  }
  .kids .contents nav.side nav ul li a span:first-letter, .teens .contents nav.side nav ul li a span:first-letter {
    font-size: .8rem;
  }
}
.kids .contentsMain, .teens .contentsMain {
  flex-direction: initial;
  padding-top: 156px;
}
@media screen and (max-width: 480px) {
  .kids .contentsMain, .teens .contentsMain {
    display: flex;
    flex-direction: column;
    padding-top: 15px;
  }
}
.kids .mainBox .articleHead, .teens .mainBox .articleHead {
  margin-right: .5rem;
}
.kids .mainBox h1, .teens .mainBox h1 {
  padding-top: 20px;
  padding-bottom: 0.6rem;
  padding-left: 1.4rem;
  padding-right: 6rem;
  margin-bottom: 2rem;
  font-size: 1.5rem;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: right center;
}
.kids .mainBox h1:first-letter, .teens .mainBox h1:first-letter {
  font-size: 40px;
}
@media screen and (max-width: 480px) {
  .kids .mainBox h1, .teens .mainBox h1 {
    background: none;
  }
}
.kids .mainBox h2, .teens .mainBox h2 {
  padding: .8rem;
  background: #E6EBE5;
  border: none;
  border-radius: 8px;
}
@media screen and (max-width: 480px) {
  .kids .mainBox h2, .teens .mainBox h2 {
    padding: .5rem;
    margin: 0 0.5rem;
  }
}
.kids .mainBox h3, .teens .mainBox h3 {
  border: none;
  background: url("../images/k_h3_bg.png") repeat-x left bottom;
  padding-bottom: 0.8rem;
  font-size: 1.2rem;
}
.kids .mainBox h4, .teens .mainBox h4 {
  padding: 0.8rem;
  background: none;
  font-size: 1.2rem;
  color: #003b5c;
}
.kids .mainBox h4:before, .teens .mainBox h4:before {
  content: '●';
  color: #FDA61C;
}
.kids .mainBox .split_column > div h2,
.kids .mainBox .split_column > div h3,
.kids .mainBox .split_column > section h2,
.kids .mainBox .split_column > section h3, .teens .mainBox .split_column > div h2,
.teens .mainBox .split_column > div h3,
.teens .mainBox .split_column > section h2,
.teens .mainBox .split_column > section h3 {
  margin: 0.5rem;
}

.kids .contents .column2 .mainMargin .mainBox {
  background: url("../images/k_mascot.png") no-repeat right bottom;
  padding-bottom: 12rem !important;
}
@media screen and (max-width: 480px) {
  .kids .contents .column2 .mainMargin .mainBox {
    background: none;
    padding-bottom: 5rem !important;
  }
}
.kids .contents nav.side nav ul li.nav01 {
  background-image: url("../images/k_subpage_nav_category1.png");
}
.kids .contents nav.side nav ul li.nav01 a {
  color: #FF3333;
}
.kids .contents nav.side nav ul li.nav01 a:hover {
  border-color: rgba(255, 138, 138, 0.6);
}
.kids .contents nav.side nav ul li.nav02 {
  background-image: url("../images/k_subpage_nav_category2.png");
}
.kids .contents nav.side nav ul li.nav02 a {
  color: #724D1D;
}
.kids .contents nav.side nav ul li.nav02 a:hover {
  border-color: rgba(253, 201, 43, 0.6);
}
.kids .contents nav.side nav ul li.nav03 {
  background-image: url("../images/k_subpage_nav_category3.png");
}
.kids .contents nav.side nav ul li.nav03 a {
  color: #175513;
}
.kids .contents nav.side nav ul li.nav03 a:hover {
  border-color: rgba(73, 190, 134, 0.6);
}
.kids .contents nav.side nav ul li.nav04 {
  background-image: url("../images/k_subpage_nav_category4.png");
}
.kids .contents nav.side nav ul li.nav04 a {
  color: #064A26;
}
.kids .contents nav.side nav ul li.nav04 a:hover {
  border-color: rgba(49, 204, 9, 0.6);
}
.kids .contents nav.side nav ul li.nav05 {
  background-image: url("../images/k_subpage_nav_category5.png");
}
.kids .contents nav.side nav ul li.nav05 a {
  color: #F94C00;
}
.kids .contents nav.side nav ul li.nav05 a:hover {
  border-color: rgba(255, 165, 67, 0.6);
}
.kids .contents nav.side nav ul li.nav06 {
  background-image: url("../images/k_subpage_nav_category6.png");
}
.kids .contents nav.side nav ul li.nav06 a {
  color: #2A425F;
}
.kids .contents nav.side nav ul li.nav06 a:hover {
  border-color: rgba(140, 197, 223, 0.6);
}
.kids .contents nav.side nav ul li.nav07 {
  background-image: url("../images/k_subpage_nav_category7.png");
}
.kids .contents nav.side nav ul li.nav07 a {
  color: #501858;
}
.kids .contents nav.side nav ul li.nav07 a:hover {
  border-color: rgba(206, 185, 220, 0.6);
}
.kids .contents nav.side nav ul li.nav08 {
  background-image: url("../images/k_subpage_nav_category8.png");
}
.kids .contents nav.side nav ul li.nav08 a {
  color: #003366;
}
.kids .contents nav.side nav ul li.nav08 a:hover {
  border-color: rgba(118, 204, 169, 0.6);
}
.kids .contents .calBox .calt + ul {
  text-align: center;
  margin: 1rem auto;
}
.kids .contents .calBox .calt + ul li {
  display: inline-block;
  margin-right: 1.5rem;
}
.kids .contents .guideBox table th {
  white-space: nowrap;
}
.kids .contents .guideBox table td dl {
  margin: 0;
}
.kids .contents .guideBox table td dt {
  font-weight: normal;
}
.kids .contents .guideBox table td dd {
  margin-left: 2rem;
}
.kids .contents .mascotBox p {
  text-align: center;
}
.kids .contents .mainBox ul.localMenu {
  width: 90%;
}
.kids .contents .mainBox ul.localMenu li {
  margin: 0;
}
.kids .contents .mainBox ul.localMenu li a {
  padding: 1.2rem 1rem 0.7rem 1.5rem;
  line-height: 1.3;
  font-size: 1.1rem;
  border: none;
  border-bottom: 2px dotted #125293;
  position: relative;
  border-radius: 0;
}
.kids .contents .mainBox ul.localMenu li a:before {
  content: "●";
  color: #125293;
  position: absolute;
  left: 0rem;
}
.kids .contents .mainBox ul.localMenu li a:after {
  content: none;
}
.kids .contents .mainBox ul.localMenu li a span.caption {
  font-size: 80%;
  line-height: 100%;
}
.kids .contents .mainBox ul.newsearch_link {
  margin: 1rem auto;
  text-align: center;
}
.kids .contents .mainBox ul.newsearch_link li {
  list-style-type: none;
}
.kids .contents .mainBox ul.newsearch_link a {
  display: inline-block;
  padding: 1rem 2rem;
  font-size: 1.1rem;
  background-color: #003b5c;
  border-radius: 3px;
  text-decoration: none;
  color: #FFF;
}

body.kids.cat1 .mainMargin h1 {
  background-image: url("../images/k_h1_category1.png");
  border-color: #FF8A8A;
  color: #FF3333;
}
body.kids.cat1 nav.side nav ul li.nav01 a {
  border-color: rgba(255, 138, 138, 0.6);
}

body.kids.cat2 .mainMargin h1 {
  background-image: url("../images/k_h1_category2.png");
  border-color: #FDC92B;
  color: #724D1D;
}
body.kids.cat2 nav.side nav ul li.nav02 a {
  border-color: rgba(253, 201, 43, 0.6);
}

body.kids.cat3 .mainMargin h1 {
  background-image: url("../images/k_h1_category3.png");
  border-color: #49BE86;
  color: #175513;
}
body.kids.cat3 nav.side nav ul li.nav03 a {
  border-color: rgba(73, 190, 134, 0.6);
}

body.kids.cat4 .mainMargin h1 {
  background-image: url("../images/k_h1_category4.png");
  border-color: #31CC09;
  color: #064A26;
}
body.kids.cat4 nav.side nav ul li.nav04 a {
  border-color: rgba(49, 204, 9, 0.6);
}

body.kids.cat5 .mainMargin h1 {
  background-image: url("../images/k_h1_category5.png");
  border-color: #FFA543;
  color: #F94C00;
}
body.kids.cat5 nav.side nav ul li.nav05 a {
  border-color: rgba(255, 165, 67, 0.6);
}

body.kids.cat6 .mainMargin h1 {
  background-image: url("../images/k_h1_category6.png");
  border-color: #8CC5DF;
  color: #2A425F;
}
body.kids.cat6 nav.side nav ul li.nav06 a {
  border-color: rgba(140, 197, 223, 0.6);
}

body.kids.cat7 .mainMargin h1 {
  background-image: url("../images/k_h1_category7.png");
  border-color: #ceb9dc;
  color: #501858;
}
body.kids.cat7 nav.side nav ul li.nav07 a {
  border-color: rgba(206, 185, 220, 0.6);
}

body.kids.cat8 .mainMargin h1 {
  background-image: url("../images/k_h1_category8.png");
  border-color: #76CCA9;
  color: #003366;
}
body.kids.cat8 nav.side nav ul li.nav08 a {
  border-color: rgba(118, 204, 169, 0.6);
}

.kidsTop p.license, .teensTop p.license {
  width: 990px;
  margin: 0 auto;
  padding: 2rem 0 1rem;
  text-align: right;
  line-height: 1.7;
  font-size: .9rem;
}
@media screen and (max-width: 480px) {
  .kidsTop p.license, .teensTop p.license {
    width: 100%;
    padding: 2rem 1rem 0;
    font-size: .8rem;
  }
}
.kidsTop .contents .mainMargin > h1, .teensTop .contents .mainMargin > h1 {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  border: none;
  padding: 0;
  height: 0;
}
@media screen and (max-width: 480px) {
  .kidsTop .contents .mainMargin > h1, .teensTop .contents .mainMargin > h1 {
    width: 100% !important;
  }
}
.kidsTop .contents .mainMargin .mainBox, .teensTop .contents .mainMargin .mainBox {
  width: 990px;
  margin: 0 auto;
  padding: 0;
  clear: both;
}
@media screen and (max-width: 480px) {
  .kidsTop .contents .mainMargin .mainBox, .teensTop .contents .mainMargin .mainBox {
    width: auto;
  }
}
.kidsTop section.main, .teensTop section.main {
  padding-top: 140px;
}
@media screen and (max-width: 480px) {
  .kidsTop section.main, .teensTop section.main {
    padding-top: 0;
  }
}
.kidsTop section.main .mainBox, .kidsTop section.main .gNavKids, .kidsTop section.main .gNavTeens, .teensTop section.main .mainBox, .teensTop section.main .gNavKids, .teensTop section.main .gNavTeens {
  width: 100%;
  margin: 0;
}
.kidsTop section.main .infoBox, .teensTop section.main .infoBox {
  width: 310px;
  height: 170px;
  float: right;
  margin: 0 80px 0 0;
}
@media screen and (max-width: 480px) {
  .kidsTop section.main .infoBox, .teensTop section.main .infoBox {
    width: auto;
    height: auto;
    float: none;
    margin: 0 auto 1rem auto;
    background-color: #FFF;
    padding-top: 1rem;
  }
}
.kidsTop section.main .infoBox h2, .teensTop section.main .infoBox h2 {
  margin: 0;
  padding: 0;
  text-align: center;
  background: none;
  font-size: 1.5rem;
  line-height: 1;
}
.kidsTop section.main .infoBox h2::first-letter, .teensTop section.main .infoBox h2::first-letter {
  font-size: 2.125rem;
}
@media screen and (max-width: 480px) {
  .kidsTop section.main .infoBox h2, .teensTop section.main .infoBox h2 {
    padding: .5rem;
    background: #fdd26a;
    font-size: 1.2rem;
    margin: 0 .5rem;
  }
  .kidsTop section.main .infoBox h2::first-letter, .teensTop section.main .infoBox h2::first-letter {
    font-size: 1.8rem;
  }
}
.kidsTop section.main .infoBox > ul, .teensTop section.main .infoBox > ul {
  height: 93px;
  overflow: auto;
  margin: 0;
}
@media screen and (max-width: 480px) {
  .kidsTop section.main .infoBox > ul, .teensTop section.main .infoBox > ul {
    height: auto;
    margin: 0;
    padding: 0.5rem;
  }
}
.kidsTop section.main .infoBox > ul li, .teensTop section.main .infoBox > ul li {
  border-bottom: none;
}
.kidsTop section.main .infoBox > ul li p, .teensTop section.main .infoBox > ul li p {
  padding: 0;
  line-height: 1.1rem;
}
.kidsTop section.main .infoBox > ul li p span, .teensTop section.main .infoBox > ul li p span {
  display: none;
}
.kidsTop section.main .infoBox > ul li p span.date, .teensTop section.main .infoBox > ul li p span.date {
  display: inline-block;
  font-size: 0.571rem;
  color: #D45B3F;
  font-weight: bold;
  line-height: 1rem;
  padding-bottom: 0;
}
@media screen and (max-width: 480px) {
  .kidsTop section.main .infoBox > ul li p span.date, .teensTop section.main .infoBox > ul li p span.date {
    font-size: 0.7rem;
  }
}
.kidsTop section.main .infoBox > ul li .ttl p, .teensTop section.main .infoBox > ul li .ttl p {
  font-size: 0.9rem;
  line-height: 1.2rem;
  text-decoration: underline;
}
.kidsTop section.main .infoBox footer ul.info-list, .teensTop section.main .infoBox footer ul.info-list {
  margin-top: 0;
}
@media screen and (max-width: 480px) {
  .kidsTop section.main .infoBox footer ul.info-list, .teensTop section.main .infoBox footer ul.info-list {
    border-top: dotted 2px #fdd26a;
  }
}
.kidsTop section.main .infoBox footer ul.info-list li, .teensTop section.main .infoBox footer ul.info-list li {
  text-align: center;
  margin: auto;
  border-bottom: none;
}
.kidsTop section.main .infoBox footer ul.info-list li a, .teensTop section.main .infoBox footer ul.info-list li a {
  padding: 2px 12px 1px;
  margin: 0;
  background: #FFF;
  border-radius: 3px;
  line-height: 1.5rem;
  font-weight: normal;
  font-size: .9rem;
  text-decoration: underline;
}
.kidsTop section.main .infoBox footer ul.info-list li a::after, .teensTop section.main .infoBox footer ul.info-list li a::after {
  content: none;
}
.kidsTop section.main .mainBox > nav, .teensTop section.main .mainBox > nav {
  background: none;
  float: left;
  padding-bottom: 10rem;
}
@media screen and (max-width: 480px) {
  .kidsTop section.main .mainBox > nav, .teensTop section.main .mainBox > nav {
    padding-bottom: 2rem;
  }
}
.kidsTop section.main .mainBox > nav ul, .teensTop section.main .mainBox > nav ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: stretch;
  margin: 90px 0 0 0;
}
@media screen and (max-width: 480px) {
  .kidsTop section.main .mainBox > nav ul, .teensTop section.main .mainBox > nav ul {
    margin: 0 auto;
    display: block;
    padding: 0 0.5rem;
  }
}
.kidsTop section.main .mainBox > nav ul li, .teensTop section.main .mainBox > nav ul li {
  min-width: 244px;
  min-height: 200px;
  position: relative;
  z-index: 0;
  border: none;
  margin: 0;
  padding: 0;
  background-color: transparent;
  background-image: none;
}
@media screen and (max-width: 480px) {
  .kidsTop section.main .mainBox > nav ul li, .teensTop section.main .mainBox > nav ul li {
    display: inline-block;
    min-width: 30%;
    min-height: auto;
  }
}
.kidsTop section.main .mainBox > nav ul li a, .teensTop section.main .mainBox > nav ul li a {
  width: 244px;
  height: 200px;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
  background-repeat: no-repeat;
  background-position: right;
}
@media screen and (max-width: 480px) {
  .kidsTop section.main .mainBox > nav ul li a, .teensTop section.main .mainBox > nav ul li a {
    position: relative;
    background-size: 100%;
    width: auto;
    min-height: 140px;
    height: auto;
  }
}
.kidsTop section.main .mainBox > nav ul li a.tada span, .teensTop section.main .mainBox > nav ul li a.tada span {
  -webkit-animation-name: tada;
  animation-name: tada;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.kidsTop section.main .mainBox > nav ul li a.wobble span, .teensTop section.main .mainBox > nav ul li a.wobble span {
  -webkit-animation-name: wobble;
  animation-name: wobble;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.kidsTop section.main .mainBox > nav ul li a.swing span, .teensTop section.main .mainBox > nav ul li a.swing span {
  -webkit-transform-origin: top center;
  -ms-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.kidsTop section.main .mainBox > nav ul li a.bounce span, .teensTop section.main .mainBox > nav ul li a.bounce span {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  -ms-transform-origin: center bottom;
  transform-origin: center bottom;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.kidsTop section.main .mainBox > nav ul li a.rubberBand span, .teensTop section.main .mainBox > nav ul li a.rubberBand span {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.kidsTop section.main .mainBox > nav ul li a span, .teensTop section.main .mainBox > nav ul li a span {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  display: block;
  width: auto;
  height: auto;
  z-index: 2;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 480px) {
  .kidsTop section.main .mainBox > nav ul li a span, .teensTop section.main .mainBox > nav ul li a span {
    display: none;
  }
}

@media screen and (max-width: 480px) {
  .kidsTop .contents .mainMargin > h1 {
    padding: 1rem 1rem 3rem;
    height: auto;
    text-indent: inherit;
    white-space: inherit;
    background-color: #ebfaec;
    background-image: url(../images/k_subpage_vege_header.png) !important;
    background-position: bottom;
    background-size: 120%;
    font-size: 1.2rem;
    border-bottom: 8px solid #003b5c;
  }
  .kidsTop .contents .mainMargin > h1:first-letter {
    font-size: 1.2rem;
  }
}
.kidsTop section.main .gNavKids .globalNavKids li.nav01 a {
  background-image: url(../images/k_nav_flag1.png);
}
.kidsTop section.main .gNavKids .globalNavKids li.nav02 a {
  background-image: url(../images/k_nav_flag2.png);
}
.kidsTop section.main .gNavKids .globalNavKids li.nav03 a {
  background-image: url(../images/k_nav_flag3.png);
}
.kidsTop section.main .gNavKids .globalNavKids li.nav04 a {
  background-image: url(../images/k_nav_flag4.png);
}
.kidsTop section.main .gNavKids .globalNavKids li.nav05 a {
  background-image: url(../images/k_nav_flag5.png);
}
.kidsTop section.main .gNavKids .globalNavKids li.nav06 a {
  background-image: url(../images/k_nav_flag6.png);
}
.kidsTop section.main .gNavKids .globalNavKids li.nav07 a {
  background-image: url(../images/k_nav_flag7.png);
}
.kidsTop section.main .gNavKids .globalNavKids li.nav08 a {
  background-image: url(../images/k_nav_flag8.png);
}
.kidsTop section.main .gNavKids .globalNavKids li.nav01 span {
  content: url(../images/k_nav_vege1.png);
}
.kidsTop section.main .gNavKids .globalNavKids li.nav02 span {
  content: url(../images/k_nav_vege2.png);
}
.kidsTop section.main .gNavKids .globalNavKids li.nav03 span {
  content: url(../images/k_nav_vege3.png);
}
.kidsTop section.main .gNavKids .globalNavKids li.nav04 span {
  content: url(../images/k_nav_vege4.png);
}
.kidsTop section.main .gNavKids .globalNavKids li.nav05 span {
  content: url(../images/k_nav_vege5.png);
}
.kidsTop section.main .gNavKids .globalNavKids li.nav06 span {
  content: url(../images/k_nav_vege6.png);
}
.kidsTop section.main .gNavKids .globalNavKids li.nav07 span {
  content: url(../images/k_nav_vege7.png);
}
.kidsTop section.main .gNavKids .globalNavKids li.nav08 span {
  content: url(../images/k_nav_vege8.png);
}
.kidsTop section.main .infoBox ul {
  margin-top: 5px;
}
@media screen and (max-width: 480px) {
  .kidsTop section.main .infoBox ul {
    margin-top: 0;
  }
}

@keyframes tada {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes wobble {
  0% {
    -webkit-transform: none;
    transform: none;
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  100% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
@keyframes bounce {
  0%, 20%, 53%, 80%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
@keyframes rubberBand {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.teens .contents {
  background: url("../images/t_subpage_fruit_header.png") no-repeat center 70px, url("../images/t_subpage_bg_header.png") no-repeat center top, url("../images/t_subpage_bg_top.png") repeat-x left top, url("../images/t_bg_bottom.png") repeat left 150px;
}
@media screen and (max-width: 480px) {
  .teens .contents {
    min-height: auto;
    background: none;
    background: url("../images/t_bg_bottom.png") repeat left 150px;
  }
}

.teensTop .contents {
  padding-bottom: 0;
  background: url("../images/t_bg_bldg.png") no-repeat center 50px, url("../images/t_bg_moon.png") no-repeat center 10px, url("../images/t_bg_fruit.png") no-repeat center bottom, url("../images/t_bg_top.png") repeat-x left top, url("../images/t_bg_bottom.png") repeat left 310px;
}
@media screen and (max-width: 480px) {
  .teensTop .contents {
    min-height: auto;
    background: none;
    background: url("../images/t_bg_bottom.png") repeat left 150px;
  }
}
.teensTop .contents .mainBox {
  padding-bottom: 0 !important;
}

@media screen and (max-width: 480px) {
  .teensTop .contents .mainMargin > h1 {
    padding: 1rem;
    height: auto;
    text-indent: inherit;
    white-space: inherit;
    background-image: url("../images/t_subpage_bg_top.png") !important;
    background-repeat: repeat-x;
    background-position: 50%;
    font-size: 1.2rem;
    border-bottom: 8px solid #003b5c !important;
  }
  .teensTop .contents .mainMargin > h1:first-letter {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 480px) {
  .teensTop section.main .gNavTeens .globalNavTeens li {
    margin-left: .3rem;
  }
}
.teensTop section.main .gNavTeens .globalNavTeens li.nav01 a {
  background-image: url(../images/t_nav_sign1.png);
}
.teensTop section.main .gNavTeens .globalNavTeens li.nav02 a {
  background-image: url(../images/t_nav_sign2.png);
}
.teensTop section.main .gNavTeens .globalNavTeens li.nav03 a {
  background-image: url(../images/t_nav_sign3.png);
}
.teensTop section.main .gNavTeens .globalNavTeens li.nav04 a {
  background-image: url(../images/t_nav_sign4.png);
}
.teensTop section.main .gNavTeens .globalNavTeens li.nav05 a {
  background-image: url(../images/t_nav_sign5.png);
}
.teensTop section.main .gNavTeens .globalNavTeens li.nav06 a {
  background-image: url(../images/t_nav_sign6.png);
}
.teensTop section.main .gNavTeens .globalNavTeens li.nav07 a {
  background-image: url(../images/t_nav_sign7.png);
}
.teensTop section.main .gNavTeens .globalNavTeens li.nav01 span {
  content: url(../images/t_nav_fruit1.png);
}
.teensTop section.main .gNavTeens .globalNavTeens li.nav02 span {
  content: url(../images/t_nav_fruit2.png);
}
.teensTop section.main .gNavTeens .globalNavTeens li.nav03 span {
  content: url(../images/t_nav_fruit3.png);
}
.teensTop section.main .gNavTeens .globalNavTeens li.nav04 span {
  content: url(../images/t_nav_fruit4.png);
}
.teensTop section.main .gNavTeens .globalNavTeens li.nav05 span {
  content: url(../images/t_nav_fruit5.png);
}
.teensTop section.main .gNavTeens .globalNavTeens li.nav06 span {
  content: url(../images/t_nav_fruit6.png);
}
.teensTop section.main .gNavTeens .globalNavTeens li.nav07 span {
  content: url(../images/t_nav_fruit7.png);
}
.teensTop p.license {
  margin-top: 160px;
}

.teens .contents .column2 .mainMargin .mainBox {
  background: url("../images/t_mascot.png") no-repeat right bottom;
  padding-bottom: 12rem !important;
}
@media screen and (max-width: 480px) {
  .teens .contents .column2 .mainMargin .mainBox {
    background: none;
    padding-bottom: 5rem !important;
  }
}
.teens .contents .mainMargin h1 {
  border-color: #295897;
  color: #295897;
}
.teens .contents nav.side nav ul li.nav01 {
  background-image: url("../images/t_subpage_nav_category1.png");
}
.teens .contents nav.side nav ul li.nav01 a {
  color: #7E4529;
}
.teens .contents nav.side nav ul li.nav01 a:hover {
  border-color: rgba(126, 69, 41, 0.6);
}
.teens .contents nav.side nav ul li.nav02 {
  background-image: url("../images/t_subpage_nav_category2.png");
}
.teens .contents nav.side nav ul li.nav02 a {
  color: #45721D;
}
.teens .contents nav.side nav ul li.nav02 a:hover {
  border-color: rgba(69, 114, 29, 0.6);
}
.teens .contents nav.side nav ul li.nav03 {
  background-image: url("../images/t_subpage_nav_category3.png");
}
.teens .contents nav.side nav ul li.nav03 a {
  color: #CE5050;
}
.teens .contents nav.side nav ul li.nav03 a:hover {
  border-color: rgba(206, 80, 80, 0.6);
}
.teens .contents nav.side nav ul li.nav04 {
  background-image: url("../images/t_subpage_nav_category4.png");
}
.teens .contents nav.side nav ul li.nav04 a {
  color: #0E9163;
}
.teens .contents nav.side nav ul li.nav04 a:hover {
  border-color: rgba(14, 145, 99, 0.6);
}
.teens .contents nav.side nav ul li.nav05 {
  background-image: url("../images/t_subpage_nav_category5.png");
}
.teens .contents nav.side nav ul li.nav05 a {
  color: #F94C00;
}
.teens .contents nav.side nav ul li.nav05 a:hover {
  border-color: rgba(249, 76, 0, 0.6);
}
.teens .contents nav.side nav ul li.nav06 {
  background-image: url("../images/t_subpage_nav_category6.png");
}
.teens .contents nav.side nav ul li.nav06 a {
  color: #501858;
}
.teens .contents nav.side nav ul li.nav06 a:hover {
  border-color: rgba(80, 24, 88, 0.6);
}
.teens .contents nav.side nav ul li.nav07 {
  background-image: url("../images/t_subpage_nav_category7.png");
}
.teens .contents nav.side nav ul li.nav07 a {
  color: #295897;
}
.teens .contents nav.side nav ul li.nav07 a:hover {
  border-color: rgba(41, 88, 151, 0.6);
}

body.teens.cat2 .mainMargin h1 {
  background-image: url("../images/t_h1_category2.png");
  border-color: #45721D;
  color: #45721D;
}
body.teens.cat2 nav.side nav ul li.nav02 a {
  border-color: rgba(69, 114, 29, 0.6);
}

body.teens.cat3 .mainMargin h1 {
  background-image: url("../images/t_h1_category3.png");
  border-color: #CE5050;
  color: #CE5050;
}
body.teens.cat3 nav.side nav ul li.nav03 a {
  border-color: rgba(206, 80, 80, 0.6);
}

body.teens.cat4 .mainMargin h1 {
  background-image: url("../images/t_h1_category4.png");
  border-color: #0E9163;
  color: #0E9163;
}
body.teens.cat4 nav.side nav ul li.nav04 a {
  border-color: rgba(14, 145, 99, 0.6);
}

body.teens.cat5 .mainMargin h1 {
  background-image: url("../images/t_h1_category5.png");
  border-color: #F94C00;
  color: #F94C00;
}
body.teens.cat5 nav.side nav ul li.nav05 a {
  border-color: rgba(249, 76, 0, 0.6);
}

body.teens.cat6 .mainMargin h1 {
  background-image: url("../images/t_h1_category6.png");
  border-color: #501858;
  color: #501858;
}
body.teens.cat6 nav.side nav ul li.nav06 a {
  border-color: rgba(80, 24, 88, 0.6);
}

body.teens.cat7 .mainMargin h1 {
  background-image: url("../images/t_h1_category7.png");
  border-color: #295897;
  color: #295897;
}
body.teens.cat7 nav.side nav ul li.nav07 a {
  border-color: rgba(41, 88, 151, 0.6);
}

body.teensEvent .main .infoBox ul {
  margin-left: 3rem;
}
@media screen and (max-width: 480px) {
  body.teensEvent .main .infoBox ul {
    margin-left: 2rem;
  }
}
body.teensEvent .main .infoBox li {
  list-style-type: disc;
  border-bottom: none;
  padding-left: 0;
  margin-top: .5rem;
}
body.teensEvent .main .infoBox li div.ttl {
  display: inline-block;
  vertical-align: top;
}
body.teensEvent .main .infoBox li div.ttl p {
  padding-top: 0;
}

.BookingEntry .main h1 {
  padding: 2.5rem 0.9rem 0.9rem;
}
.BookingEntry fieldset {
  text-align: center;
}
.BookingEntry fieldset div {
  margin: 0.2rem auto;
  text-align: center;
}
.BookingEntry fieldset label.entry {
  width: 11rem;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  background: #003b5c;
  color: #fff;
  text-align: right;
  padding: .5rem;
  font-weight: bold;
  margin: 0.2rem 0;
}
.BookingEntry fieldset input {
  width: 11rem;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  line-height: 1.4rem;
  height: auto;
  padding: .5rem;
}
.BookingEntry .button a {
  display: block;
  margin: 1rem;
}
.BookingEntry input[value="クリア"] {
  background: #d6d2d6;
  box-shadow: #abaaad 0px 3px 0px;
  color: #412614;
}

.bookingFormBox {
  width: 75%;
  text-align: center;
  margin: auto;
}
@media screen and (max-width: 480px) {
  .bookingFormBox {
    width: 100%;
  }
}

.bookingUserDetail .contents {
  margin: auto;
  text-align: center;
}
.bookingUserDetail .main h1 {
  padding: 2.5rem 0.9rem 0.9rem;
}
.bookingUserDetail .main h2 {
  text-align: left;
}
.bookingUserDetail .main input[type="submit"] {
  margin: 0 auto 1rem auto;
  text-align: center;
}
.bookingUserDetail .main dl {
  display: table;
  border-collapse: separate;
  border-spacing: 3px;
  margin: auto;
  text-align: center;
  width: 100%;
  table-layout: fixed;
  border-bottom: 1px dotted #3B3B3B;
}
@media screen and (max-width: 480px) {
  .bookingUserDetail .main dl {
    display: block;
    border-bottom: none;
  }
}
.bookingUserDetail .main dl dt {
  display: table-cell;
  vertical-align: middle;
  text-align: right;
  font-weight: bold;
  line-height: 1.2rem;
  padding: .7rem;
  width: 10rem;
  background: #E1E1E1 !important;
  color: #484848 !important;
}
@media screen and (max-width: 480px) {
  .bookingUserDetail .main dl dt {
    display: block;
    border-bottom: solid 1px #51771d;
    width: auto;
    text-align: left;
    margin: auto;
  }
}
.bookingUserDetail .main dl dt::before {
  content: none;
}
.bookingUserDetail .main dl dt .reqd {
  display: block;
  font-size: .8rem;
  color: #BB2F00 !important;
}
@media screen and (max-width: 480px) {
  .bookingUserDetail .main dl dt .reqd {
    display: inline;
    margin-left: .5rem;
  }
}
.bookingUserDetail .main dl dd {
  display: table-cell;
  vertical-align: middle;
  text-align: left;
  padding: .5rem;
  color: #412614;
  line-height: 1.2rem;
  background: #fff;
  border-radius: 5px;
  word-break: break-all;
}
.bookingUserDetail .main dl dd input[type="text"],
.bookingUserDetail .main dl dd input[type="password"] {
  border: 1px solid #8A8A8A;
  padding: .3rem;
  box-sizing: initial;
}
@media screen and (max-width: 480px) {
  .bookingUserDetail .main dl dd {
    display: block;
    border-bottom: none;
    width: auto;
    text-align: left;
    margin-left: 0;
  }
  .bookingUserDetail .main dl dd input[type="text"],
  .bookingUserDetail .main dl dd input[type="password"] {
    width: 99%;
  }
  .bookingUserDetail .main dl dd.age input[type="text"] {
    width: 3rem;
    margin-right: .5rem;
  }
}
.bookingUserDetail .main dl dd.kome {
  margin-top: 0;
  font-size: 0.9rem;
  border: none;
  width: auto;
  display: table-caption;
  margin: 0;
  padding: .3rem 0 0;
  text-align: right;
}
@media screen and (max-width: 480px) {
  .bookingUserDetail .main dl dd.kome {
    padding: 0 0 .5rem;
    text-align: left;
    display: block;
  }
}
.bookingUserDetail .main dl dd.itemerror {
  display: table-footer-group;
  white-space: nowrap;
  font-size: .9rem;
  color: #fa0000;
}
@media screen and (max-width: 480px) {
  .bookingUserDetail .main dl dd.itemerror {
    margin: 0;
    display: block;
    padding-top: 0;
  }
}
.bookingUserDetail .main dl dd textarea {
  width: 100%;
}
.bookingUserDetail .main p.button {
  margin: 1.5rem;
}
.bookingUserDetail input[value="取消"] {
  background: #d6d2d6;
  box-shadow: #abaaad 0 3px 0;
  color: #412614;
}

.seatWeb .mainBox h2 span {
  font-size: 2rem;
}
.seatWeb .mainBox h2.title span.title_sub {
  font-size: 1rem;
  font-weight: normal;
  margin-left: 1rem;
}
.seatWeb .mainBox h2.title br {
  display: none;
}
.seatWeb .mainBox p.small {
  font-size: 1rem;
}
.seatWeb .mainBox div[align="center"] table {
  width: 80% !important;
}
@media screen and (max-width: 480px) {
  .seatWeb .mainBox div[align="center"] table {
    width: 98% !important;
  }
}
.seatWeb .mainBox div[align="center"] table th {
  text-align: right;
  width: auto !important;
  white-space: nowrap;
}
.seatWeb .mainBox form[name="fmain"] {
  text-align: center;
  margin: auto;
}
.seatWeb .mainBox form[name="fmain"] .colon {
  margin: 1.5rem auto .5rem;
  display: block;
  font-weight: bold;
  font-size: 1.4rem;
}
.seatWeb .mainBox form[name="fmain"] ul {
  margin: 0;
}
.seatWeb .mainBox div div div table {
  width: 98% !important;
}
.seatWeb .mainBox .spTable th {
  font-size: 1.2rem;
  white-space: nowrap;
}
@media screen and (max-width: 480px) {
  .seatWeb .mainBox .spTable th {
    font-size: 1rem;
  }
}
@media screen and (max-width: 480px) {
  .seatWeb .mainBox form + div {
    width: 100%;
    overflow-x: auto;
  }
  .seatWeb .mainBox form + div .spTable {
    width: 700px !important;
  }
  .seatWeb .mainBox form + div + div form {
    width: 100%;
    overflow-x: auto;
  }
  .seatWeb .mainBox form + div + div form .spTable {
    width: 700px !important;
  }
  .seatWeb .mainBox div div div {
    width: 100%;
    overflow-x: auto;
  }
  .seatWeb .mainBox div div div table {
    width: 800px !important;
  }
}
.seatWeb .mainBox p.tablebottom {
  margin: .5rem;
}
.seatWeb .mainBox p.tablebottom br {
  display: none;
}
.seatWeb .mainBox p.tablebottom + br {
  display: none;
}
.seatWeb .mainBox .seatinformation {
  margin: 1rem auto;
}
.seatWeb .mainBox .seatinformation th {
  background: #d7e8d7;
  font-size: 1.2rem;
  color: #1E4008;
}
.seatWeb .mainBox .seatinformation td {
  border: 1px solid #d7e8d7;
}
@media screen and (max-width: 480px) {
  .seatWeb .mainBox .seatinformation td,
  .seatWeb .mainBox .seatinformation th {
    display: block;
  }
  .seatWeb .mainBox .seatinformation td {
    margin-bottom: .5rem;
  }
}

.evaluatePanel {
  margin: 1rem;
  background: #f4f4f4;
  padding: 1rem 1.5rem;
}
@media screen and (max-width: 480px) {
  .evaluatePanel {
    margin: 1rem 0;
    padding: 1rem .5rem;
  }
}
.evaluatePanel form h2 {
  padding-top: 1rem !important;
}
.evaluatePanel fieldset {
  margin-bottom: 1rem;
}
.evaluatePanel fieldset input[type="checkbox"] {
  margin-left: 0;
  margin-right: .5rem;
}
@media screen and (max-width: 480px) {
  .evaluatePanel fieldset {
    margin-left: 0;
  }
}
.evaluatePanel fieldset legend {
  border-bottom: 1px solid #003b5c;
  margin-bottom: .5rem;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}
.evaluatePanel ul.feedbackPanel {
  background: #fff;
  margin-left: 2.5rem;
  margin: 0 0 1rem;
  padding: .5rem .5rem .5rem 2rem;
}
.evaluatePanel ul.feedbackPanel li {
  color: #c42525;
}
.evaluatePanel .margin small {
  display: block;
  margin: .5rem;
}
.evaluatePanel .margin > span, .evaluatePanel .margin > label {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  margin: .2rem 1rem .2rem .5rem;
  line-height: 1.7rem;
}
.evaluatePanel textarea {
  width: 100%;
}
.evaluatePanel .feedbackPanelERROR + p {
  margin: auto;
  text-align: right;
  margin-bottom: 1.5rem;
}
.evaluatePanel .feedbackPanelERROR + p a {
  font: "メイリオ", "Meiryo", verdana, "ヒラギノ角ゴ Pro #0074BEW3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
  color: #fff;
  cursor: pointer;
  background-color: #003b5c;
  border: 1px solid #003b5c;
  border-radius: 5px;
  padding: .5rem .8rem;
  vertical-align: middle;
  height: auto;
  -webkit-transition: background 0.3s ease-out;
  -moz-transition: background 0.3s ease-out;
  transition: background .3s ease-out;
  -ms-transition: background 0.3s ease-out;
  box-shadow: 0 3px 0 #d6ccbf;
  text-decoration: none;
  margin: 10px auto;
  color: #FFF;
  background-color: #7dcc3e;
  box-shadow: 0 3px 0 #4aa211;
  margin: 10px auto;
  padding: .5rem;
}
.evaluatePanel .feedbackPanelERROR + p a:hover {
  box-shadow: 0 1px 0 #d6ccbf;
  margin: 12px auto 8px;
}
.evaluatePanel .feedbackPanelERROR + p a:hover {
  background: #4aa211;
}
@media screen and (max-width: 480px) {
  .evaluatePanel .feedbackPanelERROR + p {
    margin-bottom: 2rem;
  }
}

#honbun div.chart ul {
  background: #fff !important;
  margin: 1rem auto !important;
}
#honbun div.chart ul li {
  margin-bottom: .5rem !important;
}

/*# sourceMappingURL=contents.css.map */
