@charset "UTF-8";
/*============================
reset
============================*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline; }
html {
  line-height: 1; }
ol, ul {
  list-style: none; }
table {
  border-collapse: collapse;
  border-spacing: 0; }
caption, th, td {
  text-align: left;
  vertical-align: middle; }
q, blockquote {
  quotes: none; }
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none; }
a img {
  border: none; }
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block; }
sup {
  line-height: 100%; }
@font-face {
  font-family: 'icomoon';
  src: url("fonts/icomoon.eot?i3hbzw");
  src: url("fonts/icomoon.eot?i3hbzw#iefix") format("embedded-opentype"), url("fonts/icomoon.ttf?i3hbzw") format("truetype"), url("fonts/icomoon.woff?i3hbzw") format("woff"), url("fonts/icomoon.svg?i3hbzw#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }
.headerTop__body, .headerMiddle__body, .settingArea__middle, .navGlobal__body, .sp-h-linkList, .main__middle, .footerBannerSlider, .footer__middle__body, .keyVisual__control, .kv-slider, .newsList, .imageColumn, .newsBox__head, .balloonBox, .adobeBox, .clear {
  *zoom: 1; }
  .headerTop__body:before, .headerMiddle__body:before, .settingArea__middle:before, .navGlobal__body:before, .sp-h-linkList:before, .main__middle:before, .footerBannerSlider:before, .footer__middle__body:before, .keyVisual__control:before, .kv-slider:before, .newsList:before, .imageColumn:before, .newsBox__head:before, .balloonBox:before, .adobeBox:before, .clear:before, .headerTop__body:after, .headerMiddle__body:after, .settingArea__middle:after, .navGlobal__body:after, .sp-h-linkList:after, .main__middle:after, .footerBannerSlider:after, .footer__middle__body:after, .keyVisual__control:after, .kv-slider:after, .newsList:after, .imageColumn:after, .newsBox__head:after, .balloonBox:after, .adobeBox:after, .clear:after {
    content: "";
    display: table; }
  .headerTop__body:after, .headerMiddle__body:after, .settingArea__middle:after, .navGlobal__body:after, .sp-h-linkList:after, .main__middle:after, .footerBannerSlider:after, .footer__middle__body:after, .keyVisual__control:after, .kv-slider:after, .newsList:after, .imageColumn:after, .newsBox__head:after, .balloonBox:after, .adobeBox:after, .clear:after {
    clear: both; }
.hide,
.pageReader {
  position: absolute;
  width: 0;
  height: 0;
  text-indent: -9999px;
  font-size: 0%;
  line-height: 0;
  outline: none;
  overflow: hidden; }
/* ***************************
html, body
*************************** */
html {
  min-height: 100%; }
body {
  min-height: 100%;
  background: #fff;
  vertical-align: baseline;
  font-weight: normal;
  font-family: "Helvetica Neue", Helvetica, Arial, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "Meiryo", "メイリオ", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 81.25%;
  line-height: 185%;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -o-text-size-adjust: 100%;
  text-size-adjust: 100%;
  color: #333; }
@media screen and (max-width: 680px) {
  body {
    font-size: 81.25%;
    line-height: 185%; } }
.fs-small body {
  font-size: 75%;
  line-height: 200%; }
.fs-large body {
  font-size: 112.5%;
  line-height: 156%; }
.hide,
.pageReader {
  margin: 0;
  padding: 0; }
input,
textarea,
select,
button {
  font-family: "Helvetica Neue", Helvetica, Arial, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "Meiryo", "メイリオ", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: inherit;
  line-height: inherit; }
/* ***************************
sp
*************************** */
@media screen and (max-width: 940px) {
  .sp-none {
    display: none; } }
/* ***************************
js-judgeWindowSize
*************************** */
.js-judgeWindowSize {
  width: 0;
  height: 0;
  font-size: 0;
  line-height: 0;
  speak: none;
  z-index: 0; }
@media screen and (max-width: 940px) {
  .js-judgeWindowSize {
    position: relative; } }
@media screen and (max-width: 680px) {
  .js-judgeWindowSize {
    position: absolute; } }
/* ***************************
word break
*************************** */
.wb-ba {
  word-break: break-all; }
.wb-bw {
  word-break: break-word;
  word-wrap: break-word; }
/* ***************************
sup sub
*************************** */
sub {
  font-size: 75%;
  vertical-align: bottom;
  position: relative;
  top: 0.1em; }
/* ***************************
hr
*************************** */
hr {
  height: 0;
  margin-top: 20px;
  margin-bottom: 15px;
  border: 0 none;
  border-top: 1px solid #cfdde6;
  background: none; }
/* ***************************
img
*************************** */
img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom; }
/* ***************************
headding
*************************** */
/* h1 */
h1 {
  font-weight: bold;
  font-size: 215.38462%;
  line-height: 122%; }
@media screen and (max-width: 680px) {
  h1 {
    font-size: 184.61538%;
    line-height: 125%; } }
/* h2 */
h2 {
  position: relative;
  margin: 0 0 15px;
  padding-left: 37px;
  padding-bottom: 8px;
  border-bottom: 2px solid #333;
  font-weight: bold;
  font-size: 153.84615%;
  line-height: 125%; }
  h2:before {
    content: "";
    position: absolute;
    top: 0;
    left: 5px;
    display: block;
    width: 14px;
    height: 14px;
    border: 5px solid #a28e79;
    border-radius: 50%; }
* + h2 {
  margin-top: 44px; }
table + h2 {
  margin-top: 50px; }
.h2-normal {
  padding: 0;
  border: 0 none; }
  .h2-normal:before {
    display: none; }
.h2-question:before {
  content: url("/images/icon_question.png");
  border: 0 none; }
.h2-answer:before {
  content: url("/images/icon_answer.png");
  top: 1px;
  left: 6px;
  border: 0 none; }
/* h3 */
h3 {
  position: relative;
  margin: 0 0 12px;
  padding: 10px 10px 8px 25px;
  border-top: 1px solid #e2ded9;
  border-bottom: 1px solid #e2ded9;
  font-weight: bold;
  font-size: 123.07692%;
  line-height: 125%;
  color: #5e472a; }
  h3:before {
    content: "";
    position: absolute;
    top: 11px;
    left: 3px;
    display: block;
    width: 10px;
    height: 10px;
    border: 3px solid #b5afa0;
    border-radius: 50%; }
* + h3 {
  margin-top: 24px; }
/* h4 */
h4 {
  padding: 5px 10px;
  border-left: 1px dotted #b5afa0;
  border-bottom: 1px dotted #b5afa0;
  font-weight: bold;
  font-size: 107.69231%;
  line-height: 129%;
  color: #5e472a; }
* + h4 {
  margin-top: 13px; }
/* ***************************
text
*************************** */
* + p {
  margin-top: 7px; }
p + p {
  margin-top: 8px; }
strong {
  font-weight: bold;
  color: #c84946; }
em {
  font-weight: bold;
  color: #007a50; }
/* ***************************
a
*************************** */
a {
  text-decoration: none;
  color: #0071ce; }
  a.visited, a:visited {
    color: #8729b7; }
  a.hover, a:hover {
    text-decoration: underline; }
    a.hover:before, a:hover:before {
      text-decoration: none; }
  a.hover {
    color: #0071ce; }
/*
icons
--------------------------- */
/* common */
a[href*=".pdf"]:after,
a[href*=".PDF"]:after,
a[href*=".xls"]:after,
a[href*=".xlsx"]:after,
a[href*=".xlsm"]:after,
/* a[href*=".zip"]:after, */
a[href*=".doc"]:after,
a[href*=".docx"]:after,
a[href*=".ppt"]:after,
a[href*=".csv"]:after {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  letter-spacing: normal;
  margin-left: 4px;
  vertical-align: middle;
  line-height: 100%; }
a[href*=".pdf"].nolink:after,
a[href*=".pdf"].noicon:after,
a[href*=".PDF"].nolink:after,
a[href*=".PDF"].noicon:after,
a[href*=".xls"].nolink:after,
a[href*=".xls"].noicon:after,
a[href*=".xlsx"].nolink:after,
a[href*=".xlsx"].noicon:after,
a[href*=".xlsm"].nolink:after,
a[href*=".xlsm"].noicon:after,
/* a[href*=".zip"].nolink:after,
a[href*=".zip"].noicon:after, */
a[href*=".doc"].nolink:after,
a[href*=".doc"].noicon:after,
a[href*=".docx"].nolink:after,
a[href*=".docx"].noicon:after,
a[href*=".ppt"].nolink:after,
a[href*=".ppt"].noicon:after,
a[href*=".csv"].nolink:after,
a[href*=".csv"].noicon:after {
  display: none; }
/* outside */
a[href^="http"]:not([href*="www.gesui.metro.tokyo.jp"]):after {
  content: url(/images/icon_outside.png);
  display: inline-block;
  *display: inline;
  *zoom: 1;
  letter-spacing: normal;
  margin-left: 4px; }
a.noicon[href^="http"]:not([href*="www.gesui.metro.tokyo.jp"]):after,
a.nolink[href^="http"]:not([href*="www.gesui.metro.tokyo.jp"]):after {
  display: none; }
/* kv-slider */
.kv-slider a[href^="http"]:not([href*="www.gesui.metro.tokyo.jp"]):after {
  display: none; }
/* pdf */
a[href*=".pdf"]:after,
a[href*=".pdf"][href^="http"]:not([href*="www.gesui.metro.tokyo.jp"]):after,
a[href*=".PDF"]:after,
a[href*=".PDF"][href^="http"]:not([href*="www.gesui.metro.tokyo.jp"]):after {
  content: url(/images/icon_pdf.png); }
/* excel */
a[href*=".xls"]:after,
a[href*=".xls"][href^="http"]:not([href*="www.gesui.metro.tokyo.jp"]):after,
a[href*=".xlsx"]:after,
a[href*=".xlsx"][href^="http"]:not([href*="www.gesui.metro.tokyo.jp"]):after,
a[href*=".xlsm"]:after,
a[href*=".xlsm"][href^="http"]:not([href*="www.gesui.metro.tokyo.jp"]):after {
  content: url(/images/icon_excel.png); }
/* word */
a[href*=".doc"]:after,
a[href*=".doc"][href^="http"]:not([href*="www.gesui.metro.tokyo.jp"]):after,
a[href*=".docx"]:after,
a[href*=".docx"][href^="http"]:not([href*="www.gesui.metro.tokyo.jp"]):after {
  content: url(/images/icon_word.png); }
/* ppt */
a[href*=".ppt"]:after,
a[href*=".ppt"][href^="http"]:not([href*="www.gesui.metro.tokyo.jp"]):after,
a[href*=".pptx"]:after,
a[href*=".pptx"][href^="http"]:not([href*="www.gesui.metro.tokyo.jp"]):after {
  content: url(/images/icon_ppt.png); }
/* zip */
/* movie */
a[href*=".mov"]:before,
a[href*=".mov"][href^="http"]:not([href*="www.gesui.metro.tokyo.jp"]):before,
a[href*=".wmv"]:before,
a[href*=".wmv"][href^="http"]:not([href*="www.gesui.metro.tokyo.jp"]):before,
a[href*=".wma"]:before,
a[href*=".wma"][href^="http"]:not([href*="www.gesui.metro.tokyo.jp"]):before,
a[href*=".mp4"]:before,
a[href*=".mp4"][href^="http"]:not([href*="www.gesui.metro.tokyo.jp"]):before,
a[href*=".MOV"]:before,
a[href*=".MOV"][href^="http"]:not([href*="www.gesui.metro.tokyo.jp"]):before,
a[href*=".WMV"]:before,
a[href*=".WMV"][href^="http"]:not([href*="www.gesui.metro.tokyo.jp"]):before,
a[href*=".WMA"]:before,
a[href*=".WMA"][href^="http"]:not([href*="www.gesui.metro.tokyo.jp"]):before,
a[href*=".MP4"]:before,
a[href*=".MP4"][href^="http"]:not([href*="www.gesui.metro.tokyo.jp"]):before {
  content: url(/images/icon_movie.png);
  display: inline-block;
  *display: inline;
  *zoom: 1;
  letter-spacing: normal;
  margin-right: 4px;
  vertical-align: middle;
  line-height: 100%; }
a[href*=".mov"].nolink:before, a[href*=".mov"].noicon:before,
a[href*=".mov"][href^="http"]:not([href*="www.gesui.metro.tokyo.jp"]).nolink:before,
a[href*=".mov"][href^="http"]:not([href*="www.gesui.metro.tokyo.jp"]).noicon:before,
a[href*=".wmv"].nolink:before,
a[href*=".wmv"].noicon:before,
a[href*=".wmv"][href^="http"]:not([href*="www.gesui.metro.tokyo.jp"]).nolink:before,
a[href*=".wmv"][href^="http"]:not([href*="www.gesui.metro.tokyo.jp"]).noicon:before,
a[href*=".wma"].nolink:before,
a[href*=".wma"].noicon:before,
a[href*=".wma"][href^="http"]:not([href*="www.gesui.metro.tokyo.jp"]).nolink:before,
a[href*=".wma"][href^="http"]:not([href*="www.gesui.metro.tokyo.jp"]).noicon:before,
a[href*=".mp4"].nolink:before,
a[href*=".mp4"].noicon:before,
a[href*=".mp4"][href^="http"]:not([href*="www.gesui.metro.tokyo.jp"]).nolink:before,
a[href*=".mp4"][href^="http"]:not([href*="www.gesui.metro.tokyo.jp"]).noicon:before,
a[href*=".MOV"].nolink:before,
a[href*=".MOV"].noicon:before,
a[href*=".MOV"][href^="http"]:not([href*="www.gesui.metro.tokyo.jp"]).nolink:before,
a[href*=".MOV"][href^="http"]:not([href*="www.gesui.metro.tokyo.jp"]).noicon:before,
a[href*=".WMV"].nolink:before,
a[href*=".WMV"].noicon:before,
a[href*=".WMV"][href^="http"]:not([href*="www.gesui.metro.tokyo.jp"]).nolink:before,
a[href*=".WMV"][href^="http"]:not([href*="www.gesui.metro.tokyo.jp"]).noicon:before,
a[href*=".WMA"].nolink:before,
a[href*=".WMA"].noicon:before,
a[href*=".WMA"][href^="http"]:not([href*="www.gesui.metro.tokyo.jp"]).nolink:before,
a[href*=".WMA"][href^="http"]:not([href*="www.gesui.metro.tokyo.jp"]).noicon:before,
a[href*=".MP4"].nolink:before,
a[href*=".MP4"].noicon:before,
a[href*=".MP4"][href^="http"]:not([href*="www.gesui.metro.tokyo.jp"]).nolink:before,
a[href*=".MP4"][href^="http"]:not([href*="www.gesui.metro.tokyo.jp"]).noicon:before {
  display: none; }
/* csv */
a[href*=".csv"]:after,
a[href*=".csv"][href^="http"]:not([href*="www.gesui.metro.tokyo.jp"]):after {
  content: url(/images/icon_csv.png); }
@media (-webkit-device-pixel-ratio: 1.5) {
  /* outside */
  a[href^="http"]:not([href*="www.gesui.metro.tokyo.jp"]):after {
    content: url(/images/icon_outside_x2.png); }
  /* pdf */
  a[href*=".pdf"]:after,
  a[href*=".pdf"][href^="http"]:not([href*="www.gesui.metro.tokyo.jp"]):after,
  a[href*=".PDF"]:after,
  a[href*=".PDF"][href^="http"]:not([href*="www.gesui.metro.tokyo.jp"]):after {
    content: url(/images/icon_pdf_x2.png);
    -webkit-transform: scale(0.5);
    transform: scale(0.5); }
  /* excel */
  a[href*=".xls"]:after,
  a[href*=".xls"][href^="http"]:not([href*="www.gesui.metro.tokyo.jp"]):after,
  a[href*=".xlsx"]:after,
  a[href*=".xlsx"][href^="http"]:not([href*="www.gesui.metro.tokyo.jp"]):after,
  a[href*=".xlsm"]:after,
  a[href*=".xlsm"][href^="http"]:not([href*="www.gesui.metro.tokyo.jp"]):after {
    content: url(/images/icon_excel_x2.png);
    -webkit-transform: scale(0.5);
    transform: scale(0.5); }
  /* word */
  a[href*=".doc"]:after,
  a[href*=".doc"][href^="http"]:not([href*="www.gesui.metro.tokyo.jp"]):after,
  a[href*=".docx"]:after,
  a[href*=".docx"][href^="http"]:not([href*="www.gesui.metro.tokyo.jp"]):after {
    content: url(/images/icon_word_x2.png);
    -webkit-transform: scale(0.5);
    transform: scale(0.5); }
  /* word */
  a[href*=".ppt"]:after,
  a[href*=".ppt"][href^="http"]:not([href*="www.gesui.metro.tokyo.jp"]):after,
  a[href*=".pptx"]:after,
  a[href*=".pptx"][href^="http"]:not([href*="www.gesui.metro.tokyo.jp"]):after {
    content: url(/images/icon_ppt_x2.png);
    -webkit-transform: scale(0.5);
    transform: scale(0.5); }
  /* csv */
  a[href*=".csv"]:after,
  a[href*=".csv"][href^="http"]:not([href*="www.gesui.metro.tokyo.jp"]):after {
    content: url(/images/icon_csv_x2.png);
    -webkit-transform: scale(0.5);
    transform: scale(0.5); }
  a.noOutsideLink[href^="http"]:not([href*="www.gesui.metro.tokyo.jp"]):after {
    display: none; }
  /* zip */
  /* a[href*=".zip"]:after,
  a[href*=".zip"][href^="http"]:not([href*="www.gesui.metro.tokyo.jp"]):after {
    content: url(/images/icon_zip_x2.png);
    -webkit-transform: scale(0.5);
    transform: scale(0.5); }
  a.noOutsideLink[href^="http"]:not([href*="www.gesui.metro.tokyo.jp"]):after {
    display: none; } */
}
/* ***************************
list
*************************** */
/*
ul, ol
--------------------------- */
ul > li {
  position: relative;
  padding-left: 1.69231em;
  background: none; }
  ul > li:before {
    content: "";
    position: absolute;
    top: 0.46154em;
    left: 6px;
    display: block;
    width: 0;
    height: 0;
    border: 3px solid #85715c;
    border-radius: 50%; }
ol {
  margin-left: 1.69231em;
  list-style: decimal; }
  ol li {
    background: none; }
li {
  line-height: 153.84615%; }
  li + li {
    margin-top: 12px; }
  li ol {
    counter-reset: ol;
    margin: 10px 0 0 4px; }
    li ol > li {
      counter-increment: ol;
      position: relative;
      padding-left: 2em;
      list-style-type: none; }
      li ol > li:before {
        content: "(" counter(ol) ")";
        position: absolute;
        left: 0; }
  li ul {
    margin: 10px 0 0; }
    li ul > li {
      padding-left: 0.92308em; }
      li ul > li:before {
        top: 0.53846em;
        left: 1px;
        border-width: 2px;
        border-color: #a28e79; }
* + ul,
* + ol {
  margin-top: 12px; }
h3 + ul,
h3 + ol {
  margin-top: 16px; }
@media screen and (max-width: 680px) {
  ul {
    margin-left: 8px; }
    ul > li {
      padding-left: 20px; }
      ul > li:before {
        margin-top: 2px;
        font-size: 92.30769%;
        line-height: 100%; } }
/*
dl
--------------------------- */
dt {
  font-weight: bold; }
/* ***************************
table
*************************** */
table {
  width: 100%;
  empty-cells: show;
  border-collapse: separate;
  border-top: 1px solid #bfbfbf;
  border-left: 1px solid #bfbfbf;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
* + table {
  margin-top: 20px; }
* + .small-only {
  margin-top: 0; }
* + .large-only {
  margin-top: 0; }
/* ----- thead, tbody, tfoot ----- */
/* ----- cells ----- */
th,
td {
  padding: 7px 8px 6px;
  border-right: 1px solid #bfbfbf;
  border-bottom: 1px solid #bfbfbf;
  vertical-align: middle; }
th {
  background: #726b64;
  text-align: center;
  font-weight: bold;
  color: #fff; }
.table-slim th,
.table-slim td {
  padding: 4px 3px 3px; }
.table-slim hr {
  margin-top: 5px;
  margin-bottom: 5px; }
.table-slim hr + .inlineList {
  margin-top: 0; }
.th-2 {
  background: #f7f7f7;
  text-align: left;
  color: #333; }
@media screen and (max-width: 680px) {
  th,
  td {
    padding: 4px 4px 3px; }
  .table-slim th,
  .table-slim td {
    padding: 4px 4px 3px; } }
.table-form th,
.table-form td {
  padding: 10px 8px; }
.table-form input[type="text"],
.table-form textarea {
  max-width: 100%;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box; }
.table-form__th {
  width: 26.59574%; }
@media screen and (max-width: 680px) {
  .table-form {
    display: block;
    border: 0 none; }
    .table-form tbody,
    .table-form tr {
      display: block; }
    .table-form th,
    .table-form td {
      display: block;
      border: 0 none; }
    .table-form th {
      background: transparent;
      text-align: left;
      color: #333; }
  .table-form__th {
    width: auto; }
    .table-form__th + td {
      padding-top: 0; } }
/* ***************************
base
*************************** */
.base {
  position: relative;
  overflow: hidden; }
.is-open-setting {
  background: rgba(0, 0, 0, 0.5); }
  .is-open-setting .breadCrumb,
  .is-open-setting .main,
  .is-open-setting .footer {
    z-index: -1; }
  .is-open-setting .footer {
    position: relative; }
    .is-open-setting .footer:after {
      content: "";
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      background: rgba(0, 0, 0, 0.5); }
/* ***************************
searchArea
*************************** */
.js .searchArea {
  display: none; }
.searchArea {
  padding: 29px 10px 30px;
  background: #f2f2eb; }
.searchTxt {
  font-weight: bold;
  font-size: 153.84615%;
  line-height: 130%;
  vertical-align: middle;
  text-align: center; }
  .searchTxt:before {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e906";
    display: inline-block;
    *display: inline;
    *zoom: 1;
    letter-spacing: normal;
    margin-right: 8px;
    vertical-align: middle;
    font-size: 38px;
    line-height: 38px;
    color: #a28e79; }
.searchForm {
  display: table;
  width: 100%;
  max-width: 546px;
  margin: 22px auto 0; }
.searchForm__txt {
  display: table-cell;
  max-width: 432px;
  vertical-align: top; }
  .searchForm__txt input[type="text"] {
    display: block;
    width: 100%;
    height: 40px;
    border: 1px solid #d1d1d1;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box; }
.searchForm__btn {
  display: table-cell;
  width: 111px;
  vertical-align: top;
  font-size: 15px;
  line-height: 20px; }
  .searchForm__btn button {
    -webkit-appearance: none;
    display: block;
    width: 100%;
    height: 40px;
    padding: 7px 10px;
    border-top: 1px solid #d1d1d1;
    border-right: 1px solid #d1d1d1;
    border-bottom: 1px solid #d1d1d1;
    background: #565656;
    border: 0 none;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    color: #fff;
    cursor: pointer; }
    .searchForm__btn button:before {
      /* use !important to prevent issues with browser extensions that change fonts */
      font-family: 'icomoon' !important;
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      /* Better Font Rendering =========== */
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      content: "\e906";
      display: inline-block;
      *display: inline;
      *zoom: 1;
      letter-spacing: normal;
      margin-right: 8px;
      vertical-align: middle;
      font-size: 21px;
      line-height: 21px;
      color: #fff; }
@media screen and (max-width: 940px) {
  .searchArea {
    display: none !important; } }
/* ***************************
header
*************************** */
.header {
  position: relative;
  background: #f0f0f0;
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.28);
  -ms-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.28);
  -o-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.28);
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.28);
  z-index: 4; }
/* headerTop */
.headerTop {
  border-top: 3px solid #85715c; }
.headerTop__body {
  max-width: 940px;
  margin: 0 auto; }
@media screen and (max-width: 940px) {
  .headerTop {
    display: none; } }
/* headerMiddle */
.headerMiddle {
  border-top: 1px solid #d2ccc5;
  background: #fff; }
.headerMiddle__body {
  border-right: 1px solid #d2ccc5;
  border-left: 1px solid #d2ccc5; }
.headerMiddle__body {
  max-width: 940px;
  margin: 0 auto; }
.headerMiddle__body__left {
  float: left;
  width: 26.59574%; }
.headerMiddle__body__right {
  float: right;
  width: 73.40426%; }
@media screen and (max-width: 940px) {
  .headerMiddle__body__left {
    float: none;
    width: auto; }
  .headerMiddle__body__right {
    float: none;
    width: auto; }
  .headerMiddle__body {
    border: 0 none; } }
/*
logo
--------------------------- */
.logo {
  margin: 0;
  padding: 10px 13px 9px 9px;
  border: 0 none;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  white-space: nowrap; }
  .logo a {
    position: relative;
    display: block;
    width: 228px;
    height: 55px;
    padding-left: 100%;
    background: url(/images/logo.png) 0 0 no-repeat;
    background-size: contain;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    text-indent: -9999px;
    white-space: normal;
    font-size: 184.61538%;
    line-height: 117%;
    font-weight: 400;
    overflow: hidden; }
@media screen and (max-width: 940px) {
  .logo {
    width: 201px;
    padding: 7px 0 7px 9px; }
    .logo a {
      width: 192px;
      height: 46px;
      font-size: 123.07692%;
      line-height: 125%; } }
/*
header utility
--------------------------- */
.h-utility {
  *zoom: 1;
  letter-spacing: -0.34em;
  text-align: right; }
.h-utility__item {
  position: relative;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  letter-spacing: normal;
  vertical-align: middle;
  text-align: left; }
/*
header linkList
--------------------------- */
.h-linkList {
  *zoom: 1;
  letter-spacing: -0.34em;
  margin: 0;
  white-space: nowrap;
  text-align: right;
  font-size: 100%;
  line-height: 154%; }
.h-linkList__item {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  letter-spacing: normal;
  margin-top: 0;
  padding-left: 0;
  vertical-align: middle; }
  .h-linkList__item:before {
    display: none; }
  .h-linkList__item + .h-linkList__item {
    margin-left: 6px; }
.h-linkList__item__link {
  position: relative;
  display: block;
  padding: 7px 15px 6px 11px;
  background: #eee;
  vertical-align: middle;
  text-decoration: none; }
  .h-linkList__item__link:hover {
    text-decoration: none; }
.h-linkList__item__link,
.h-linkList__item__link:hover,
.h-linkList__item__link:visited {
  color: #333; }
.h-linkList__item__link:before {
  content: "";
  position: absolute;
  top: 12px;
  left: 0;
  display: block;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 6px solid #85715c; }
.h-linkList__item__link--setting {
  padding-left: 39px; }
  .h-linkList__item__link--setting:before {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e907";
    top: 8px;
    left: 15px;
    width: auto;
    border: 0 none;
    font-size: 18px;
    line-height: 18px;
    color: #85715c; }
  .h-linkList__item__link--setting:hover {
    background: #fff; }
  .h-linkList__item__link--setting.is-active {
    background: #85715c;
    color: #fff; }
    .h-linkList__item__link--setting.is-active:before {
      color: #fff; }
.h-linkList__item__link--search {
  min-width: 4em;
  padding-left: 36px;
  text-align: center; }
  .h-linkList__item__link--search:before {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e906";
    top: 7px;
    left: 14px;
    width: auto;
    border: 0 none;
    font-size: 18px;
    line-height: 18px;
    color: #85715c; }
  .h-linkList__item__link--search:hover {
    background: #fff; }
  .h-linkList__item__link--search.is-active {
    background: #85715c;
    color: #fff; }
    .h-linkList__item__link--search.is-active:before {
      /* use !important to prevent issues with browser extensions that change fonts */
      font-family: 'icomoon' !important;
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      /* Better Font Rendering =========== */
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      content: "\e911";
      top: 12px;
      left: 16px;
      height: 8px;
      font-size: 8px;
      line-height: 8px;
      color: #fff; }
/*
settingArea
--------------------------- */
.settingArea {
  position: absolute;
  right: 0;
  left: 0;
  display: none;
  border-top: 1px solid #d2ccc5;
  background: #fff;
  z-index: 6; }
.settingArea__middle {
  max-width: 940px;
  margin: 0 auto;
  padding: 48px 0 60px; }
.settingArea__middle__left {
  float: left;
  width: 31.91489%; }
.settingArea__middle__right {
  float: right;
  width: 64.89362%; }
.settingArea__bottom {
  padding: 29px 0 30px;
  border-top: 1px solid #c6c6c6; }
@media screen and (max-width: 940px) {
  .settingArea {
    display: none !important; }
  .settingArea__middle__left,
  .settingArea__middle__right {
    float: none;
    width: 100%; }
  .settingArea__middle__right {
    margin-top: 20px; }
}
/*
header fsList
--------------------------- */
.h-fsList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;}
  .h-fsList a:hover {
    text-decoration: none; }
.h-fsList .h-fsList__label {
  position: relative;
  max-width: 100%;
  margin-right: 40px;
}
.h-fsList__item {
  position: relative; }
.h-fsList__item + .h-fsList__item {
  margin-left: 20px;}
.h-fsList input[type="radio"]{
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  font-size: 0em;
  overflow: hidden;}
.label-fsChange {
  position: relative;
  display: block;
  cursor: pointer; }
.label-fsChange img {
  width: 100%;
  height: auto; }
:checked + .label-fsChange,
:checked + .label-fsChange,
:checked + .label-fsChange,
.label-fsChange:hover {
  position: relative;
  display: block;
  cursor: pointer; }
  :checked + .label-fsChange:after,
  :checked + .label-fsChange:after,
  :checked + .label-fsChange:after,
  .label-fsChange:hover:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    border: 3px solid #209aff;
    border-radius: 5px; }
/*
header bgList
--------------------------- */
/* フォーカス有効にするため修正 180314 */
.h-bgList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 20px; }
  .h-bgList a:hover {
    text-decoration: none; }
.h-bgList .h-bgList__label {
  position: relative;
  max-width: 100%;
  margin-right: 40px;
}
.h-bgList__item {
  position: relative; }
.h-bgList__item + .h-bgList__item {
  margin-left: 20px;}
.h-bgList input[type="radio"]{
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  font-size: 0em;
  overflow: hidden;}
.label-bgChange {
  position: relative;
  display: block;
  cursor: pointer; }
  .label-bgChange img {
    width: 100%;
    height: auto; }
:checked + .label-bgChange:after,
:checked + .label-bgChange:after,
:checked + .label-bgChange:after,
.label-bgChange:hover:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  border: 3px solid #209aff;
  border-radius: 5px; }
/*
settingBtnList
--------------------------- */
.settingBtnList {
  *zoom: 1;
  letter-spacing: -0.34em;
  margin: 0;
  text-align: center; }
.settingBtnList__item {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  letter-spacing: normal;
  margin: 0;
  padding: 0; }
  .settingBtnList__item:before {
    display: none; }
  .settingBtnList__item + .settingBtnList__item {
    margin-left: 40px; }
/* ***************************
global navi
*************************** */
.navGlobal {
  font-size: 100%;
  line-height: 154%; }
@media screen and (max-width: 940px) {
  .navGlobal {
    position: absolute;
    top: 58px;
    right: 0;
    left: 0;
    display: block;
    max-height: 0;
    margin: 0;
    background: #f2f1ed;
    z-index: 3;
    -webkit-transition: max-height 0.4s ease;
    transition: max-height 0.4s ease;
    overflow: hidden; }
  .is-open .navGlobal {
    max-height: 680px;
    -webkit-box-shadow: 0 3px 5px 3px rgba(0, 0, 0, 0.15);
    -ms-box-shadow: 0 3px 5px 3px rgba(0, 0, 0, 0.15);
    -o-box-shadow: 0 3px 5px 3px rgba(0, 0, 0, 0.15);
    box-shadow: 0 3px 5px 3px rgba(0, 0, 0, 0.15); } }
.btn-gnavOpen {
  display: none;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 48px;
  margin: auto 0;
  background: #85715c;
  text-align: center;
  font-size: 10px;
  line-height: 14px;
  color: #fff; }
  .btn-gnavOpen:before {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e916";
    display: block;
    margin-bottom: 2px;
    padding-top: 11px;
    font-size: 26px;
    line-height: 26px; }
  .btn-gnavOpen:hover {
    text-decoration: none; }
.is-open .btn-gnavOpen:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e915";
  font-size: 26px;
  line-height: 26px; }
@media screen and (max-width: 940px) {
  .btn-gnavOpen {
    display: block; } }
.btn-gnavClose {
  display: block;
  padding: 15px 41px 14px 15px;
  border-bottom: 2px solid #d9d9d4;
  text-decoration: none;
  font-size: 107.69231%;
  line-height: 172%;
  color: #333; }
  .btn-gnavClose:hover {
    text-decoration: none;
    color: #333; }
.navGlobal__body {
  max-width: 940px;
  margin: 0 auto; }
.navGlobal__foot {
  display: none; }
@media screen and (max-width: 940px) {
  .navGlobal__foot {
    display: block; } }
/*
sp-h-linkList
--------------------------- */
.sp-h-linkList {
  margin: 0;
  font-size: 100%;
  line-height: 154%;
  border-bottom: 1px solid #e2ded9; }
.sp-h-linkList__item {
  float: left;
  width: 50%;
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box; }
  .sp-h-linkList__item:before {
    display: none; }
  .sp-h-linkList__item + .sp-h-linkList__item {
    border-left: 1px solid #e2ded9; }
.sp-h-linkList__item__link {
  display: block;
  padding: 16px 10px 15px;
  background: rgba(255, 255, 255, 0.95);
  text-align: center;
  color: #333; }
  .sp-h-linkList__item__link:before {
    content: "";
    position: relative;
    top: 6px;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    letter-spacing: normal;
    margin-right: 6px;
    border-top: 3.5px solid transparent;
    border-left: 6px solid #85715c;
    border-bottom: 3.5px solid transparent;
    vertical-align: top; }
  .sp-h-linkList__item__link:hover {
    text-decoration: none; }
/* sp-searchForm */
.sp-searchForm {
  display: table;
  width: 100%;
  padding: 20px 10px;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box; }
.sp-searchForm__txt {
  display: table-cell;
  vertical-align: top; }
  .sp-searchForm__txt input[type="text"] {
    display: block;
    width: 100%;
    height: 40px;
    border: 1px solid #d1d1d1;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box; }
.sp-searchForm__btn {
  display: table-cell;
  width: 91px;
  vertical-align: top;
  font-size: 12px;
  line-height: 20px; }
  .sp-searchForm__btn button {
    -webkit-appearance: none;
    display: block;
    width: 100%;
    height: 40px;
    padding: 7px 5px;
    border-top: 1px solid #d1d1d1;
    border-right: 1px solid #d1d1d1;
    border-bottom: 1px solid #d1d1d1;
    background: #565656;
    border: 0 none;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    color: #fff;
    cursor: pointer; }
    .sp-searchForm__btn button:before {
      /* use !important to prevent issues with browser extensions that change fonts */
      font-family: 'icomoon' !important;
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      /* Better Font Rendering =========== */
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      content: "\e906";
      display: inline-block;
      *display: inline;
      *zoom: 1;
      letter-spacing: normal;
      margin-right: 6px;
      vertical-align: middle;
      font-size: 18px;
      line-height: 19px;
      color: #fff; }
/* ***************************
bread crumb
*************************** */
.breadCrumb {
  background: #fff;
  border-bottom: 1px solid #e4e4e4;
  color: #333; }
  .breadCrumb a {
    text-decoration: underline; }
  .breadCrumb a,
  .breadCrumb a:visited,
  .breadCrumb a:hover {
    color: #002063; }
.breadCrumb__body {
  max-width: 940px;
  margin: 0 auto; }
@media screen and (max-width: 680px) {
  .breadCrumb__body {
    padding: 0 10px; } }
/*
listBreadCrumb
--------------------------- */
.listBreadCrumb {
  *zoom: 1;
  letter-spacing: -0.34em;
  margin: 0;
  list-style-type: none; }
.listBreadCrumb__item {
  position: relative;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  letter-spacing: normal;
  padding: 0.84615em 0.53846em 0.76923em 0;
  vertical-align: top; }
  .listBreadCrumb__item + .listBreadCrumb__item {
    position: relative;
    margin: 0;
    margin-left: 1.53846em;
    padding-left: 1.07692em;
    background: #d3d5e1;
    color: #002063; }
    .listBreadCrumb__item + .listBreadCrumb__item:before {
      content: "";
      position: absolute;
      top: 0;
      bottom: 0;
      left: -1.38462em;
      display: block;
      border-top: 1.53846em solid #d3d5e1;
      border-left: 1.38462em solid transparent;
      border-bottom: 1.53846em solid #d3d5e1;
      border-radius: 0;
      -webkit-box-sizing: border-box;
      -ms-box-sizing: border-box;
      -o-box-sizing: border-box;
      box-sizing: border-box; }
    .listBreadCrumb__item + .listBreadCrumb__item:after {
      content: "";
      position: absolute;
      top: 0;
      bottom: 0;
      right: -1.38462em;
      display: block;
      border-top: 1.53846em solid transparent;
      border-left: 1.38462em solid #d3d5e1;
      border-bottom: 1.53846em solid transparent;
      -webkit-box-sizing: border-box;
      -ms-box-sizing: border-box;
      -o-box-sizing: border-box;
      box-sizing: border-box; }
    .listBreadCrumb__item + .listBreadCrumb__item a,
    .listBreadCrumb__item + .listBreadCrumb__item a:visited,
    .listBreadCrumb__item + .listBreadCrumb__item a:hover {
      color: #002063; }
    .listBreadCrumb__item + .listBreadCrumb__item + .listBreadCrumb__item {
      background: #e3e4e9;
      color: #333; }
      .listBreadCrumb__item + .listBreadCrumb__item + .listBreadCrumb__item:before {
        border-top-color: #e3e4e9;
        border-bottom-color: #e3e4e9; }
      .listBreadCrumb__item + .listBreadCrumb__item + .listBreadCrumb__item:after {
        border-left-color: #e3e4e9; }
      .listBreadCrumb__item + .listBreadCrumb__item + .listBreadCrumb__item a,
      .listBreadCrumb__item + .listBreadCrumb__item + .listBreadCrumb__item a:visited,
      .listBreadCrumb__item + .listBreadCrumb__item + .listBreadCrumb__item a:hover {
        color: #002063; }
.listBreadCrumb__item__link {
  padding-left: 26px;
  text-decoration: none;
  color: #333; }
  .listBreadCrumb__item__link:visited, .listBreadCrumb__item__link:hover {
    color: #333; }
  .listBreadCrumb__item__link:before {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e904";
    position: absolute;
    left: 2px;
    top: 0.76923em;
    font-size: 16px;
    line-height: 16px; }
.listBreadCrumb__item + .listBreadCrumb__item .listBreadCrumb__item__link {
  padding-left: 0; }
  .listBreadCrumb__item + .listBreadCrumb__item .listBreadCrumb__item__link:before {
    display: none; }
.fs-small .listBreadCrumb__item {
  padding: 0.91667em 0.58333em 0.83333em 0; }
  .fs-small .listBreadCrumb__item + .listBreadCrumb__item {
    margin-left: 1.58333em;
    padding-left: 1.16667em; }
    .fs-small .listBreadCrumb__item + .listBreadCrumb__item:before {
      left: -1.41667em;
      border-top-width: 1.58333em;
      border-left-width: 1.41667em;
      border-bottom-width: 1.58333em; }
    .fs-small .listBreadCrumb__item + .listBreadCrumb__item:after {
      right: -1.41667em;
      border-top-width: 1.58333em;
      border-left-width: 1.41667em;
      border-bottom-width: 1.58333em; }
.fs-large .listBreadCrumb__item {
  padding: 0.61111em 0.38889em 0.55556em 0; }
  .fs-large .listBreadCrumb__item + .listBreadCrumb__item {
    margin-left: 1.27778em;
    padding-left: 0.77778em; }
    .fs-large .listBreadCrumb__item + .listBreadCrumb__item:before {
      left: -1.16667em;
      border-top-width: 1.27778em;
      border-left-width: 1.16667em;
      border-bottom-width: 1.27778em; }
    .fs-large .listBreadCrumb__item + .listBreadCrumb__item:after {
      right: -1.16667em;
      border-top-width: 1.27778em;
      border-left-width: 1.16667em;
      border-bottom-width: 1.27778em; }
@media screen and (max-width: 940px) {
  .listBreadCrumb {
    font-size: 76.92308%;
    line-height: 120%; }
  .listBreadCrumb__item {
    padding: 5px 5px 4px 0; }
  .listBreadCrumb__item + .listBreadCrumb__item {
    margin-left: 14px;
    padding-left: 7px; }
  .listBreadCrumb__item + .listBreadCrumb__item:before {
    left: -12px;
    border-top-width: 12px;
    border-left-width: 12px;
    border-bottom-width: 12px; }
  .listBreadCrumb__item + .listBreadCrumb__item:after {
    right: -12px;
    border-top-width: 12px;
    border-left-width: 12px;
    border-bottom-width: 12px; }
  .listBreadCrumb__item__link {
    padding-left: 17px; }
  .listBreadCrumb__item__link:before {
    top: 6px;
    font-size: 13px;
    line-height: 13px; }
  .listBreadCrumb__item span,
  .listBreadCrumb__item__link {
    display: block;
    max-width: 100px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden; } }
/* ***************************
main
*************************** */
.main {
  position: relative; }
/*
main__top
--------------------------- */
.main__top {
  -webkit-box-shadow: 0px 5px 3px -3px #e4e4e4;
  -ms-box-shadow: 0px 5px 3px -3px #e4e4e4;
  -o-box-shadow: 0px 5px 3px -3px #e4e4e4;
  box-shadow: 0px 5px 3px -3px #e4e4e4; }
.main__top__body {
  max-width: 940px;
  margin: 0 auto; }
@media screen and (max-width: 940px) {
  .main__top {
    display: table;
    width: 100%;
    padding-top: 0; } }
/* pageTitle */
.pageTitle {
  position: relative;
  padding: 27px 39px 23px 0; }
.pageTitle--level2:before {
  content: "";
  display: inline-block;
  *display: inline;
  *zoom: 1;
  letter-spacing: normal;
  min-height: 74px;
  margin-left: -5px;
  vertical-align: middle; }
.pageTitle__img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  height: auto;
  margin: 0 auto; }
.pageTitle__text {
  position: relative;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  letter-spacing: normal;
  padding-left: 39px;
  vertical-align: middle; }
  .pageTitle__text:before {
    content: "";
    position: absolute;
    top: 1px;
    left: 2px;
    display: block;
    width: 16px;
    height: 16px;
    border: 6px solid #85715c;
    border-radius: 50%; }
.fs-large .pageTitle__text:before {
  top: 8px; }
@media screen and (max-width: 680px) {
  .pageTitle {
    padding: 23px 10px; }
  .pageTitle__text {
    padding-left: 35px; }
    .pageTitle__text:before {
      top: 2px;
      left: 0;
      width: 14px;
      height: 14px;
      border-width: 5px; } }
/* keyVisual */
.keyVisual {
  border-bottom: 1px solid #f4f4f3; }
/*
main__middle
--------------------------- */
.main__middle {
  background-color: #fff; }
.main__middle__body {
  max-width: 940px;
  min-height: 350px;
  margin: 0 auto;
  padding: 26px 20px 60px; }
@media screen and (max-width: 680px) {
  .main__middle__body {
    padding: 17px 10px 60px; } }
/* ***************************
footerBannerArea
*************************** */
/* footerBannerSlider */
.footerBannerSlider {
  margin: 0 auto; }
  .footerBannerSlider a[href^="http"]:not([href*="www.gesui.metro.tokyo.jp"]):after {
    display: none; }
.footerBannerSlider__item {
  float: left; }
  .footerBannerSlider__item a {
    display: block; }
  .footerBannerSlider__item img {
    width: 100%; }
.c-footer__inner .fb-control {
  *zoom: 1;
  letter-spacing: -0.34em;
  margin-top: 8px;
  text-align: center;
  line-height: 16px; }
.c-footer__inner .fb-control__pager,
.c-footer__inner .fb-control__auto {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  letter-spacing: normal;
  vertical-align: top; }
.c-footer__inner .fb-control__auto {
  margin-left: 10px; }
.c-footer__inner .bx-wrapper {
  margin-right: auto;
  margin-left: auto; }
.c-footer__inner .bx-pager {
  *zoom: 1;
  letter-spacing: -0.34em; }
.c-footer__inner .bx-pager-item {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  letter-spacing: normal;
  vertical-align: middle; }
  .c-footer__inner .bx-pager-item + .bx-pager-item {
    margin-left: 10px; }
.c-footer__inner .bx-pager-link {
  display: block;
  width: 10px;
  height: 10px;
  margin: 0;
  padding: 0;
  background: #fff;
  border: solid 2px #8a8d99;
  font-size: 0%;
  line-height: 0;
  color: #222;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  .c-footer__inner .bx-pager-link.active {
    background-color: #002063;
    border-color: #002063;
    color: #fff; }
.c-footer__inner .bx-start,
.c-footer__inner .bx-stop {
  position: relative;
  display: block;
  width: 30px;
  height: 16px;
  background: #002063;
  color: #fff;
  text-indent: -9999px;
  overflow: hidden; }
  .c-footer__inner .bx-start:before,
  .c-footer__inner .bx-stop:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    margin: auto; }
.c-footer__inner .bx-start:before {
  width: 0;
  height: 0;
  border-top: 4px solid transparent;
  border-left: 8px solid #fff;
  border-bottom: 4px solid transparent; }
.c-footer__inner .bx-stop:before {
  width: 2px;
  height: 8px;
  border-left: 2px solid #fff;
  border-right: 2px solid #fff; }
/* ***************************
footer
*************************** */
@media screen and (max-width: 680px) {
  .footer {
    margin-top: 0; }
    .footer:after {
      display: none; } }
/*
footer__top
--------------------------- */
.footer__top {
  background: #dfe0e6; }
.footer__top__body {
  max-width: 940px;
  margin: 0 auto;
  padding: 24px 0; }
@media screen and (max-width: 940px) {
  .footer__top__body {
    padding: 25px 15px; } }
@media screen and (max-width: 680px) {
  .footer__top__body__left {
    float: none;
    margin-top: 7px; }
  .footer__top__body__right {
    float: none; } }
/*
footer__middle
--------------------------- */
.footer__middle {
  position: relative;
  background: #002063;
  color: #fff; }
  .footer__middle a,
  .footer__middle a:hover {
    color: #fff; }
.footer__middle__body {
  max-width: 940px;
  margin: 0 auto;
  padding: 16px 0 11px; }
.footer__middle__body__left,
.footer__middle__body__right {
  position: relative; }
.footer__middle__body__left {
  float: left;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box; }
.footer__middle__body__right {
  float: right;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box; }
@media screen and (max-width: 940px) {
  .footer__middle:before {
    display: none; } }
@media screen and (max-width: 680px) {
  .footer__middle__body {
    padding: 0; }
  .footer__middle__body__left,
  .footer__middle__body__right {
    float: none;
    width: auto; }
    .footer__middle__body__left:before,
    .footer__middle__body__right:before {
      display: none; } }
/*
footer button
--------------------------- */
.footerBtn {
  margin-bottom: 27px;
  text-align: center; }
/*
f-linkList
--------------------------- */
.f-linkList {
  *zoom: 1;
  letter-spacing: -0.34em;
  margin: 0;
  text-align: center;
  line-height: 1em; }
.f-linkList__item {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  letter-spacing: normal;
  margin: 0;
  padding: 0 15px;
  font-size: 100%;
  line-height: 116%; }
  .f-linkList__item:before {
    display: none; }
  .f-linkList__item + .f-linkList__item {
    border-left: 1px solid #fff; }
.f-linkList__item__link {
  position: relative;
  text-decoration: none; }
  .f-linkList__item__link:hover {
    text-decoration: underline; }
  .f-linkList__item__link:visited {
    text-decoration: none; }
@media screen and (max-width: 680px) {
  .f-linkList__item {
    display: block;
    padding: 0;
    border-bottom: 1px solid #fff; }
    .f-linkList__item + .f-linkList__item {
      display: inline-block;
      width: 50%;
      border-left: 0 none;
      -webkit-box-sizing: border-box;
      -ms-box-sizing: border-box;
      -o-box-sizing: border-box;
      box-sizing: border-box; }
  .f-linkList__item:nth-of-type(2n) {
    border-right: 1px solid #fff; }
  .f-linkList__item__link {
    display: block;
    padding: 9px 5px 8px; } }
/* copyright */
.copyright {
  margin-top: 2px;
  text-align: center; }
@media screen and (max-width: 680px) {
  .copyright {
    padding: 4px 0 6px;
    text-align: center; } }
/*============================
reset
共通ヘッダーのためのリセット
============================*/
#c-header div, #c-header span, #c-header applet, #c-header object, #c-header iframe,
#c-header h1, #c-header h2, #c-header h3, #c-header h4, #c-header h5, #c-header h6, #c-header p, #c-header blockquote, #c-header pre, #c-header abbr, #c-header acronym, #c-header address, #c-header big, #c-header cite, #c-header code,
#c-header del, #c-header dfn, #c-header em, #c-header img, #c-header ins, #c-header kbd, #c-header q, #c-header s, #c-header samp,
#c-header small, #c-header strike, #c-header strong, #c-header sub, #c-header sup, #c-header tt, #c-header var,
#c-header b, #c-header u, #c-header i, #c-header center,
#c-header dl, #c-header dt, #c-header dd, #c-header ol, #c-header ul, #c-header li,
#c-header fieldset, #c-header form, #c-header label, #c-header legend,
#c-header table, #c-header caption, #c-header tbody, #c-header tfoot, #c-header thead, #c-header tr, #c-header th, #c-header td,
#c-header article, #c-header aside, #c-header canvas, #c-header details, #c-header embed,
#c-header figure, #c-header figcaption, #c-header hgroup,
#c-header menu, #c-header nav, #c-header output, #c-header ruby, #c-header section, #c-header summary,
#c-header time, #c-header mark, #c-header audio, #c-header video, #c-header input, #c-header textarea, #c-header button, #c-header select, #c-footer span, #c-footer applet, #c-footer object, #c-footer iframe,
#c-footer h1, #c-footer h2, #c-footer h3, #c-footer h4, #c-footer h5, #c-footer h6, #c-footer p, #c-footer blockquote, #c-footer pre, #c-footer abbr, #c-footer acronym, #c-footer address, #c-footer big, #c-footer cite, #c-footer code,
#c-footer del, #c-footer dfn, #c-footer em, #c-footer img, #c-footer ins, #c-footer kbd, #c-footer q, #c-footer s, #c-footer samp,
#c-footer small, #c-footer strike, #c-footer strong, #c-footer sub, #c-footer sup, #c-footer tt, #c-footer var,
#c-footer b, #c-footer u, #c-footer i, #c-footer center,
#c-footer dl, #c-footer dt, #c-footer dd, #c-footer ol, #c-footer ul, #c-footer li,
#c-footer fieldset, #c-footer form, #c-footer label, #c-footer legend,
#c-footer table, #c-footer caption, #c-footer tbody, #c-footer tfoot, #c-footer thead, #c-footer tr, #c-footer th, #c-footer td,
#c-footer article, #c-footer aside, #c-footer canvas, #c-footer details, #c-footer embed,
#c-footer figure, #c-footer figcaption, #c-footer hgroup,
#c-footer menu, #c-footer nav, #c-footer output, #c-footer ruby, #c-footer section, #c-footer summary,
#c-footer time, #c-footer mark, #c-footer audio, #c-footer video, #c-footer input, #c-footer textarea, #c-footer button, #c-footer select {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  line-height: inherit;
  vertical-align: baseline; }
/* HTML5 display-role reset for older browsers */
#c-header, #c-footer {
  display: block; }
#c-header article, #c-header aside, #c-header details, #c-header figcaption, #c-header figure,
#c-header hgroup, #c-header menu, #c-header nav, #c-header section, #c-footer article, #c-footer aside, #c-footer details, #c-footer figcaption, #c-footer figure,
#c-footer hgroup, #c-footer menu, #c-footer nav, #c-footer section {
  display: block; }
#c-header ol, #c-header ul, #c-footer ol, #c-footer ul {
  list-style: none; }
#c-header ol li:before, #c-header ol li:after, #c-header ul li:before, #c-header ul li:after, #c-footer ol li:before, #c-footer ol li:after, #c-footer ul li:before, #c-footer ul li:after {
  content: none;
  position: static; }
#c-header img, #c-footer img {
  width: 100%;
  height: auto;
  vertical-align: bottom; }
/* ***************************
init
*************************** */
#c-header .c-header__body,
#c-header .c-gNav__body,
#c-footer .c-footer__inner,
#c-footer .c-rTop__body {
  max-width: 980px;
  margin: auto;
  padding: 0 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
@media screen and (max-width: 700px) {
  #c-header .c-header__body,
  #c-header .c-gNav__body,
  #c-footer .c-footer__inner,
  #c-footer .c-rTop__body {
    padding: 0 10px; } }
#c-header.c-header,
#c-footer.c-footer {
  font-size: 93% !important;
  line-height: 185% !important;
  -webkit-font-feature-settings: "palt" 1 !important;
  font-feature-settings: "palt" 1 !important;
  letter-spacing: 0.025em !important; }
#c-header.c-header .spOnly,
#c-footer.c-footer .spOnly {
  display: none; }
@media screen and (max-width: 800px) {
  #c-header.c-header .spOnly,
  #c-footer.c-footer .spOnly {
    display: inline; } }
#c-header .c-listGnav {
  table-layout: fixed; }
/* ***************************
body
*************************** */
body {
  position: relative; }
html.is-open body > #c-navOpenBg {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #000;
  opacity: 0.6;
  z-index: 9999; }
/* ***************************
c-header
*************************** */
#c-header.c-header {
  position: relative;
  background: #fff;
  z-index: 4000;
  clear: both; }
@media screen and (max-width: 800px) {
  #c-header.c-header {
    border-bottom: 1px solid #ccc;
    z-index: 10000;} }
#c-header .c-header__body {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 10px 20px 12px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
@media screen and (max-width: 800px) {
  #c-header .c-header__body {
    -ms-flex-flow: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-flow: column;
    padding: 10px; } }
#c-header .c-header__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: auto;
  width: 50%; }
@media screen and (max-width: 800px) {
  #c-header .c-header__left {
    width: 100%;
    margin: 0; } }
#c-header .c-header__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -ms-flex-flow: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-flow: column;
  width: 50%; }
@media screen and (max-width: 800px) {
  #c-header .c-header__right {
    width: 100%; } }
#c-header .c-header__right__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end; }
#c-header .c-header__right__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  width: 100%;
  max-width: 430px;
  margin-left: auto; }
#c-header * + .c-header__right__bottom {
  margin-top: 9px; }
@media screen and (max-width: 800px) {
  #c-header * + .c-header__right__bottom {
    max-width: none;
    margin-top: 10px; } }
/* ***************************
logo
*************************** */
#c-header .logo {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  margin-right: 12px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: auto; }
/* @media screen and (max-width: 800px) {
  #c-header .logo {
    width: calc(100% - 45px); } } */
#c-header .logo a {
  text-decoration: none;
  overflow: hidden; }
#c-header .logo img {
  max-width: 100%;
  width: auto; }
#c-header .logo span {
  position: relative;
  z-index: -1; }
/* ***************************
navToggle
*************************** */
#c-header .navToggle {
  display: none;
  width: 45px;
  height: 45px; }
#c-header .navToggle button,
#c-header .navToggle input[type="button"] {
  display: block;
  width: 100%;
  height: 100%;
  padding: 7px 0 0;
  background: #002063;
  border: none;
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-size: 70% !important;
  line-height: 145% !important;
  border-radius: 0; }
#c-header .navToggle button .menuClose,
#c-header .navToggle input[type="button"] .menuClose {
  display: none; }
#c-header .navToggle button svg,
#c-header .navToggle input[type="button"] svg {
  vertical-align: middle; }
#c-header .navToggle button .menuOpen,
#c-header .navToggle input[type="button"] .menuOpen {
  width: 16px;
  height: 14px; }
#c-header .navToggle button .menuClose,
#c-header .navToggle input[type="button"] .menuClose {
  width: 14px;
  height: 14px; }
#c-header .navToggle button span,
#c-header .navToggle input[type="button"] span {
  margin-top: 3px;
  display: block; }
@media screen and (max-width: 800px) {
  html.js-on #c-header .navToggle {
    display: block; } }
html.is-open #c-header .navToggle button .menuOpen {
  display: none; }
html.is-open #c-header .navToggle button .menuClose {
  display: inline; }
/* ***************************
c-headerLinks
*************************** */
#c-header .c-headerLinks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
@media screen and (max-width: 800px) {
  #c-header .c-headerLinks {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: auto;
    margin: -10px -2px 0 -3px;
    padding: 15px 20px; } }
@media screen and (max-width: 800px) {
  #c-header .c-header__right .c-headerLinks {
    display: none; } }
#c-header .c-header__spDrawer .c-headerLinks {
  display: none; }
@media screen and (max-width: 800px) {
  #c-header .c-header__spDrawer .c-headerLinks {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; } }
#c-header .c-headerLinks__item:before {
  content: none !important; }
@media screen and (max-width: 800px) {
  #c-header .c-headerLinks__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 50%;
    margin-top: 10px;
    padding: 0 2px 0 3px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  #c-header .c-headerLinks__item.w-full {
    width: 100%; } }
#c-header .c-headerLinks__item + .c-headerLinks__item {
  margin-left: 19px; }
@media screen and (max-width: 800px) {
  #c-header .c-headerLinks__item + .c-headerLinks__item {
    margin-left: 0; } }
.c-headerLinks__link {
  color: #222;
  text-decoration: underline; }
.c-headerLinks__link:visited {
  color: #222; }
.c-headerLinks__link:hover, #c-header .c-headerLinks__link:focus {
  color: #222;
  text-decoration: none; }
#c-header .c-header__spDrawer .c-headerLinks__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  padding: 6px 5px 5px;
  background: #3e4770;
  font-size: 108% !important;
  line-height: 172% !important;
  color: #fff;
  text-decoration: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
#c-header .c-header__spDrawer .c-headerLinks__link:visited {
  color: #fff; }
#c-header .c-header__spDrawer .c-headerLinks__link:hover, #c-header .c-header__spDrawer .c-headerLinks__link:focus {
  background: #5c6591;
  color: #fff;
  text-decoration: none; }
/* ***************************
sitemapLink
*************************** */
@media screen and (max-width: 800px) {
  #c-header .sitemapLink {
    display: none; } }
#c-header .sitemapLink__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-width: 100px;
  padding: 1px 5px 0;
  background: #dfe0e6;
  color: #002063;
  text-decoration: none;
  white-space: nowrap;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
/* ***************************
searchBox
*************************** */
#c-header .searchBox {
  width: calc(100% - 100px); }
@media screen and (max-width: 800px) {
  #c-header .searchBox {
    width: 100%; } }
#c-header * + .searchBox {
  margin-left: 10px; }
@media screen and (max-width: 800px) {
  #c-header * + .searchBox {
    margin-left: 0; } }
#c-header .searchBox__form,
#c-header .gsc-search-box form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%; }
#c-header .searchBox__input {
  width: 260px;
  width: calc(100% - 60px);
  height: 25px;
  border: 1px solid #ccc;
  border-right: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
@media screen and (max-width: 800px) {
  #c-header .searchBox__input {
    width: calc(100% - 60px); } }
#c-header .searchBox__submit {
  display: block;
  width: 60px;
  height: 25px;
  background: #002063;
  border: none;
  cursor: pointer;
  padding: 0 5px;
  color: #fff;
  text-align: center;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0; }
@media screen and (max-width: 800px) {
  #c-header .searchBox__submit {
    background-color: #dfe0e6;
    color: #002063; } }
#c-header form.gsc-search-box {
  width: 100% !important; }
#c-header form.gsc-search-box table.gsc-search-box {
  table-layout: fixed; }
#c-header form.gsc-search-box table.gsc-search-box th, #c-header form.gsc-search-box table.gsc-search-box td {
  vertical-align: middle;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
#c-header form.gsc-search-box td.gsc-input {
  width: 260px !important;
  width: 100% !important; }
#c-header form.gsc-search-box input.gsc-input {
  margin: 0 !important;
  width: 100% !important;
  height: 25px !important;
  border: 1px solid #ccc !important;
  border-right: none !important;
  -webkit-box-sizing: border-box !important;
  box-sizing: border-box !important; }
#c-header form.gsc-search-box td.gsc-search-button {
  position: relative;
  width: 60px; }
#c-header form.gsc-search-box .gsc-search-button-v2 {
  position: relative;
  display: block;
  width: 60px;
  height: 25px;
}
#c-header form.gsc-search-box button.gsc-search-button:before {
  position: absolute;
  display: block;
  content: "検索";
  width: 60px;
  height: 25px;
  top: 0;
  left: 0;
  background: #002063;
  color: #FFF;
  text-align: center;
  cursor: pointer;}
@media screen and (max-width: 800px) {
  #c-header form.gsc-search-box td.gsc-search-button:before {
    background-color: #dfe0e6;
    color: #002063; } }
#c-header form.gsc-search-box td.gsib_b {
  display: none !important; }
.main form.gsc-search-box td.gsib_b {
  display: none !important; }
#c-header form.gsc-search-box input[type="image"].gsc-search-button {
  /* 検索ボタンがinput[type="image"]の場合 */
  display: block;
  width: 50px;
  height: 0;
  background: none;
  border: none;
  cursor: pointer;
  padding: 25px 5px 0;
  color: #fff;
  text-align: center;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0; }
@media screen and (max-width: 800px) {
  #c-header form.gsc-search-box input[type="image"].gsc-search-button {
    background-color: #dfe0e6;
    color: #002063; } }
#c-header form.gsc-search-box input[type="button"].gsc-search-button {
  /* 検索ボタンがinput[type="button"]の場合 */
  display: block;
  width: 60px;
  height: 25px;
  background: #002063;
  border: none;
  cursor: pointer;
  padding: 0 5px;
  color: #fff;
  text-align: center;
  font-weight: normal;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0; }
@media screen and (max-width: 800px) {
  #c-header form.gsc-search-box input[type="button"].gsc-search-button {
    background-color: #dfe0e6;
    color: #002063; } }
#c-header form.gsc-search-box .gsc-clear-button {
  display: none !important; }
/* ***************************
c-header__spDrawer
*************************** */
#c-header .c-header__spDrawer {
  position: relative;
  width: 100%;
  background: #002063;
  overflow: hidden; }
#c-header .c-header__spDrawer .drawerBottom {
  display: none; }
@media screen and (max-width: 800px) {
  #c-header .c-header__spDrawer .drawerBottom {
    display: block; } }
@media screen and (max-width: 800px) {
  html.js-on #c-header .c-header__spDrawer {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    border-top: 1px solid #ccc; } }
/* ***************************
c-gNav
*************************** */
#c-header .c-gNav {
  font-size: 108% !important;
  line-height: 172% !important; }
@media screen and (max-width: 800px) {
  #c-header .c-gNav__body {
    padding: 0 20px; } }
/*
c-listGnav
--------------------------- */
#c-header .c-listGnav {
  display: table;
  width: 100%;
  height: 50px; }
@media screen and (max-width: 800px) {
  #c-header .c-listGnav {
    display: block;
    height: auto; } }
#c-header .c-listGnav__item {
  display: table-cell;
  height: 100%;
  vertical-align: middle; }
@media screen and (max-width: 800px) {
  #c-header .c-listGnav__item {
    display: block;
    width: 100%; }
  #c-header .c-listGnav__item + .c-listGnav__item {
    margin-top: 2px; } }
#c-header .c-listGnav__item.is-top {
  width: 60px;
  font-size: 72% !important;
  line-height: 180% !important; }
@media screen and (max-width: 800px) {
  #c-header .c-listGnav__item.is-top {
    width: 100%;
    font-size: 100% !important;
    line-height: 172% !important; } }
.c-header .c-listGnav__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-flow: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-flow: column;
  width: 100%;
  height: 100%;
  padding: 5px 5px 4px;
  background: #002063;
  color: #fff;
  text-decoration: none;
  text-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
#c-header .c-listGnav__link svg {
  width: 20px;
  height: 22px;
  fill: #fff; }
#c-header .c-listGnav__link.is-active, #c-header .c-listGnav__link:hover, #c-header .c-listGnav__link:focus {
  background: #fff;
  color: #002063; }
#c-header .c-listGnav__link.is-active svg, #c-header .c-listGnav__link:hover svg, #c-header .c-listGnav__link:focus svg {
  fill: #002063; }
#c-header .c-listGnav__link .homeIcon {
  width: 20px;
  height: 22px; }
#c-header .c-listGnav__link .homeIcon.active {
  display: none; }
#c-header .c-listGnav__link.is-active .homeIcon, #c-header .c-listGnav__link:hover .homeIcon, #c-header .c-listGnav__link:focus .homeIcon {
  display: none; }
#c-header .c-listGnav__link.is-active .homeIcon.active, #c-header .c-listGnav__link:hover .homeIcon.active, #c-header .c-listGnav__link:focus .homeIcon.active {
  display: block; }
@media screen and (max-width: 800px) {
  #c-header .c-listGnav__link {
    display: block;
    padding: 12px 15px 9px;
    background: #fff;
    color: #222;
    text-align: left; }
  #c-header .c-listGnav__link svg {
    margin-top: -2px;
    margin-right: 14px;
    fill: #002063;
    vertical-align: middle; }
  #c-header .c-listGnav__link.is-active, #c-header .c-listGnav__link:hover, #c-header .c-listGnav__link:focus {
    background: #d2d8f7;
    color: #222; }
  #c-header .c-listGnav__link.is-active svg, #c-header .c-listGnav__link:hover svg, #c-header .c-listGnav__link:focus svg {
    fill: #002063; }
  #c-header .c-listGnav__link .homeIcon {
    display: none;
    margin-top: -4px;
    margin-right: 10px;
    width: 20px;
    height: 22px;
    vertical-align: middle; }
  #c-header .c-listGnav__link .homeIcon.active {
    display: inline-block; }
  #c-header .c-listGnav__link.is-active .homeIcon, #c-header .c-listGnav__link:hover .homeIcon, #c-header .c-listGnav__link:focus .homeIcon {
    /* display: none; */ }
  #c-header .c-listGnav__link.is-active .homeIcon.active, #c-header .c-listGnav__link:hover .homeIcon.active, #c-header .c-listGnav__link:focus .homeIcon.active {
    display: inline-block; } }
#c-header .is-top > .c-listGnav__link {
  padding: 9px 5px 1px; }
@media screen and (max-width: 800px) {
  #c-header .is-top > .c-listGnav__link {
    padding: 12px 15px 9px; } }
#c-header .c-listGnav__link__body {
  max-width: 100%; }
/* ***************************
drawerLinks
*************************** */
#c-header .drawerLinks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: -10px;
  padding: 14px 20px 15px; }
#c-header .drawerLinks__item {
  width: 50%;
  margin-top: 10px; }
#c-header .drawerLinks__item:nth-child(even) {
  text-align: right; }
#c-header .drawerLinks__link {
  font-size: 108% !important;
  line-height: 172% !important;
  color: #fff;
  text-decoration: underline; }
#c-header .drawerLinks__link:visited {
  color: #fff; }
#c-header .drawerLinks__link:hover, #c-header .drawerLinks__link:focus {
  text-decoration: none; }
/* ***************************
closeBtn
*************************** */
#c-header .closeBtn {
  display: none;
  padding: 15px 20px 14px;
  border-top: 1px solid #3e4770; }
#c-header .closeBtn button,
#c-header .closeBtn input[type="button"] {
  display: block;
  width: 160px;
  padding: 6px 5px;
  background: #dfe0e6;
  border: none;
  font-size: 108% !important;
  line-height: 172% !important;
  color: #002063;
  text-align: center;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0; }
#c-header .closeBtn button svg,
#c-header .closeBtn button .closeBtnIcon,
#c-header .closeBtn input[type="button"] svg,
#c-header .closeBtn input[type="button"] .closeBtnIcon {
  width: 12px;
  height: 12px;
  margin-top: -2px;
  margin-right: 9px;
  vertical-align: middle; }
html.js-on #c-header .closeBtn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
/* ***************************
c-footer
*************************** */
.c-footer {
  clear: both; }
.c-footer__top {
  padding: 20px 0;
  background: #dfe0e6;
  border-top: 3px solid #002063; }
@media screen and (max-width: 700px) {
  .c-footer__top {
    padding: 15px 0; } }
.c-footer__middle {
  background: #3e4770; }
.c-footer__bottom {
  background: #002063;
  padding: 14px 0 12px;
  font-size: 100% !important;
  line-height: 124% !important;
  color: #fff;
  text-align: center; }
.c-footer__bottom p + p {
  margin-top: 6px; }
@media screen and (max-width: 700px) {
  .c-footer__bottom p + p {
    margin-top: 11px; } }
/* ***************************
c-rTop
*************************** */
.c-rTop__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  max-width: 940px;
  margin: auto;
  padding: 0 20px; }
.c-rTop__link {
  display: block;
  min-width: 160px;
  padding: 9px 5px 7px;
  background: #002063;
  border-bottom: none;
  color: #fff;
  text-decoration: none;
  text-align: center;
  -webkit-font-feature-settings: normal;
  font-feature-settings: normal;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
@media screen and (max-width: 700px) {
  .c-rTop__link {
    padding: 6px 5px 5px; } }
.c-rTop__link:visited {
  color: #fff; }
.c-rTop__link:hover, .c-rTop__link:focus {
  opacity: 0.6; }
/* ***************************
f-snsLinks
*************************** */
#c-footer .f-snsLinks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 -10px; }
  #c-footer .f-snsLinks a[href^="http"]:not([href*="www.gesui.metro.tokyo.jp"]):after {
    display: none; }
@media screen and (max-width: 700px) {
  #c-footer .f-snsLinks {
    margin: 0 -2px 0 -3px; } }
#c-footer .f-snsLinks__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 0 0 auto;
  -webkit-box-flex: 0;
  flex: 0 0 auto;
  width: 25%;
  margin-top: 20px;
  padding: 0 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
@media screen and (max-width: 700px) {
  #c-footer .f-snsLinks__item {
    margin-top: 15px;
    padding: 0 2px 0 3px; } }
#c-footer .f-snsLinks__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  text-decoration: none; }
#c-footer .f-snsLinks__link:hover img, #c-footer .f-snsLinks__link:focus img {
  opacity: 0.6; }
/* ***************************
f-middleLinks
*************************** */
#c-footer .f-middleLinks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
@media screen and (max-width: 700px) {
  #c-footer .f-middleLinks {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 5px 10px 8px; } }
#c-footer .f-middleLinks__item {
  padding: 8px 0 8px; }
#c-footer .f-middleLinks__item:first-child:before, #c-footer .f-middleLinks__item:after {
  content: "" !important;
  display: inline-block !important;
  width: 1px !important;
  height: 20px !important;
  margin: 0 15px !important;
  padding: 0 !important;
  background: #999 !important;
  vertical-align: middle;
  border-radius: 0 !important;
  border: none; }
@media screen and (max-width: 700px) {
  #c-footer .f-middleLinks__item {
    width: 50%;
    margin-top: 5px;
    padding: 0; }
  #c-footer .f-middleLinks__item:first-child:before, #c-footer .f-middleLinks__item:after {
    content: none !important; } }
.c-footer .f-middleLinks__link {
  color: #fff;
  text-decoration: underline; }
.c-footer .f-middleLinks__link:visited {
  color: #fff; }
#c-footer .f-middleLinks__link:hover, #c-footer .f-middleLinks__link:focus {
  text-decoration: none; }
/* ***************************
pcLinkBtn
*************************** */
#pcLinkBtn {
  background: #fff;
  padding: 10px 10px 25px;
}
#pcLinkBtn .pcLinkBtn__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 960px;
  margin: 0 auto;
}
#pcLinkBtn .pcLinkBtn__btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  padding: 9px 10px 7px;
  background: #dfe0e6;
  font-size: 88% !important;
  line-height: 172% !important;
  color: #002063;
  text-decoration: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#pcLinkBtn .pcLinkBtn__btn a:hover, #pcLinkBtn .pcLinkBtn__btn a:focus {
  opacity: 0.6;
}
html.is-pcMode #pcLinkBtn {
  padding: 20px 20px 50px;
}
html.is-pcMode #pcLinkBtn .pcLinkBtn__btn a {
  padding: 18px 10px 14px;
  font-size: 175% !important;
  line-height: 172% !important;
}
/* ***************************
top
*************************** */
.toppage .main__middle__body {
  padding-top: 20px;
  padding-bottom: 50px; }
/* ***************************
keyVisual
*************************** */
.keyVisual {
  position: relative;
  width: 940px;
  height: 260px;
  margin: 0 auto; }
.keyVisual__body {
  position: absolute;
  top: 0;
  left: 50%;
  width: 2820px;
  margin-left: -470px; }
.keyVisual__control {
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 6px 16px;
  background: #fff;
  background: rgba(255, 255, 255, 0.8); }
.keyVisual__control__pager {
  float: left;
  margin-right: 10px;
  line-height: 21px; }
.keyVisual__control__auto {
  float: right; }
.keyVisual__overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  display: block;
  width: 940px;
  background: #fff;
  background: rgba(255, 255, 255, 0.8); }
  .keyVisual__overlay.prev {
    right: 100%; }
  .keyVisual__overlay.next {
    left: 100%; }
  .keyVisual__overlay .bx-prev,
  .keyVisual__overlay .bx-next {
    position: absolute;
    top: 0;
    bottom: 0;
    height: 36px;
    margin: auto 0; }
    .keyVisual__overlay .bx-prev:hover,
    .keyVisual__overlay .bx-next:hover {
      text-decoration: none; }
    .keyVisual__overlay .bx-prev:before,
    .keyVisual__overlay .bx-next:before {
      color: #85715c; }
  .keyVisual__overlay .bx-prev {
    right: 10px; }
    .keyVisual__overlay .bx-prev:before {
      /* use !important to prevent issues with browser extensions that change fonts */
      font-family: 'icomoon' !important;
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      /* Better Font Rendering =========== */
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      content: "\e913";
      font-size: 36px;
      line-height: 36px; }
  .keyVisual__overlay .bx-next {
    left: 10px; }
    .keyVisual__overlay .bx-next:before {
      /* use !important to prevent issues with browser extensions that change fonts */
      font-family: 'icomoon' !important;
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      /* Better Font Rendering =========== */
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      content: "\e914";
      font-size: 36px;
      line-height: 36px; }
@media screen and (max-width: 939px) {
  .keyVisual {
    width: auto;
    height: auto; }
  .keyVisual__body {
    position: static;
    width: auto;
    margin: 0; } }
.keyVisual .bx-viewport {
  overflow: visible !important; }
.keyVisual .bx-pager {
  *zoom: 1;
  letter-spacing: -0.34em; }
.keyVisual .bx-pager-item {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  letter-spacing: normal; }
  .keyVisual .bx-pager-item + .bx-pager-item {
    margin-left: 10px; }
.keyVisual .bx-pager-link {
  display: block;
  width: 0;
  height: 0;
  font-size: 0;
  line-height: 0;
  border: 5px solid #bbb;
  border-radius: 50%;
  overflow: hidden; }
  .keyVisual .bx-pager-link.active {
    border-color: #85715c; }
.keyVisual .bx-start,
.keyVisual .bx-stop {
  position: relative;
  display: block;
  width: 25px;
  height: 21px;
  background: #fff;
  text-indent: -9999px;
  overflow: hidden; }
  .keyVisual .bx-start:before,
  .keyVisual .bx-stop:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    margin: auto; }
.keyVisual .bx-start:before {
  width: 0;
  height: 0;
  border-top: 4px solid transparent;
  border-left: 8px solid #848484;
  border-bottom: 4px solid transparent; }
.keyVisual .bx-stop:before {
  width: 3px;
  height: 12px;
  border-left: 4px solid #848484;
  border-right: 4px solid #848484; }
/* kv-slider */
/* ***************************
iframe
*************************** */
.iframeWrap {
  position: relative;
  padding-top: 56.25%;
  height: 0; }
  .iframeWrap iframe {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%; }
/* ***************************
image
*************************** */
.fullImage {
  width: 100%; }
/* ***************************
grid
*************************** */
.row {
  *zoom: 1;
  letter-spacing: -0.34em;
  margin: -10px -10px -10px; }
* + .row {
  margin-top: 30px; }
.row + .row {
  margin-top: 20px; }
h2 + .row {
  margin-top: -5px; }
.bannerList + .row {
  margin-top: 10px; }
.col {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  letter-spacing: normal;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px;
  vertical-align: top; }
.width-1 {
  width: 8.33333%; }
.width-2 {
  width: 16.66667%; }
.width-3 {
  width: 25%; }
.width-4 {
  width: 33.33333%; }
.width-5 {
  width: 41.66667%; }
.width-6 {
  width: 50%; }
.width-7 {
  width: 58.33333%; }
.width-8 {
  width: 66.66667%; }
.width-9 {
  width: 75%; }
.width-10 {
  width: 83.33333%; }
.width-11 {
  width: 91.66667%; }
.width-12 {
  width: 100%; }
.per-5 .col {
  width: 20%; }
.row.valign-top .col {
  vertical-align: top; }
.row.valign-middle .col {
  vertical-align: middle; }
.row.valign-bottom .col {
  vertical-align: bottom; }
@media screen and (max-width: 680px) {
  .row {
    margin: -5px; }
  * + .row {
    margin-top: 25px; }
  .row + .row {
    margin-top: 5px; }
  .bannerList + .row {
    margin-top: 5px; }
  .col {
    display: block;
    padding: 5px; }
  .row .width-1 {
    width: auto; }
  .row .width-2 {
    width: auto; }
  .row .width-3 {
    width: auto; }
  .row .width-4 {
    width: auto; }
  .row .width-5 {
    width: auto; }
  .row .width-6 {
    width: auto; }
  .row .width-7 {
    width: auto; }
  .row .width-8 {
    width: auto; }
  .row .width-9 {
    width: auto; }
  .row .width-10 {
    width: auto; }
  .row .width-11 {
    width: auto; }
  .row .width-12 {
    width: auto; } }
/* ***************************
newsList
*************************** */
.newsList {
  font-size: 100%;
  line-height: 139%; }
  .newsList + .newsList {
    margin-top: 12px; }
.newsList__label {
  float: left;
  margin: -2px 10px 0 0;
  font-weight: normal; }
.newsList__date {
  float: left;
  margin-right: 10px;
  font-weight: normal; }
.newsList__title {
  position: relative;
  padding-left: 12px;
  overflow: hidden; }
  .newsList__title:before {
    content: "";
    position: absolute;
    top: 4px;
    left: 0;
    display: block;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 6px solid #85715c; }
  .newsList__title a {
    position: relative;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    letter-spacing: normal; }
/* newsLabel */
.newsLabel {
  display: block;
  width: 7.27273em;
  padding: 1px 0;
  border: 1px solid #85715c;
  background: #f0efed;
  text-align: center;
  font-size: 84.61538%;
  line-height: 128%;
  color: #6d5940; }
.newsLabel--s {
  width: 8em;
  font-size: 76.92308%;
  line-height: 140%; }
@media screen and (max-width: 680px) {
  .newsList__date {
    float: none; }
  .newsList__title {
    margin-left: 0; } }
/* ***************************
newsInfo
*************************** */
.newsInfo {
  *zoom: 1;
  letter-spacing: -0.34em;
  margin-bottom: 22px; }
.newsInfo__label {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  letter-spacing: normal; }
.newsInfo__date {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  letter-spacing: normal; }
.newsInfo__label + .newsInfo__date {
  margin-left: 11px; }
.newsInfo__source {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  letter-spacing: normal; }
.newsInfo__date + .newsInfo__source {
  margin-left: 11px; }
/* ***************************
yearBox
*************************** */
.yearBox {
  position: relative;
  width: 14.30769em;
  z-index: 1; }
.yearBox__current {
  position: relative;
  display: block;
  padding: 6px 30px 6px 10px;
  border: 2px solid #ccc;
  background: #fff; }
  .yearBox__current:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    display: block;
    width: 30px;
    margin: auto 0;
    background: #eeece6; }
  .yearBox__current:after {
    content: "";
    position: absolute;
    top: 0;
    right: 11px;
    bottom: 0;
    display: block;
    width: 0;
    height: 0;
    margin: auto 0;
    border-top: 6px solid #85715c;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent; }
.yearBox__current,
.yearBox__current:visited,
.yearBox__current:hover {
  color: #333; }
.yearBox__select {
  position: absolute;
  right: 0;
  left: 0;
  margin: 0;
  border: 1px solid #ccc;
  background: #fff; }
  .yearBox__select:before {
    display: none; }
  .yearBox__select li {
    padding: 0; }
    .yearBox__select li:before {
      display: none; }
  .yearBox__select li + li {
    margin: 0;
    border-top: 1px solid #ccc; }
  .yearBox__select li:nth-of-type(2n+1) {
    background: #ebebeb; }
  .yearBox__select a {
    display: block;
    padding: 7px 12px; }
  .yearBox__select a,
  .yearBox__select a:visited,
  .yearBox__select a:hover {
    color: #333; }
/* ***************************
newsTab
*************************** */
.newsTab {
  *zoom: 1;
  letter-spacing: -0.34em;
  border: 1px solid #85715c;
  font-size: 123.07692%;
  line-height: 163%; }
* + .newsTab {
  margin-top: 20px; }
.newsTab__item {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  letter-spacing: normal;
  width: 25%;
  margin: 0;
  padding: 0;
  line-height: inherit; }
  .newsTab__item:before {
    display: none; }
.newsTab__item {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  letter-spacing: normal;
  width: 25%;
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  vertical-align: bottom; }
  .newsTab__item:before {
    display: none; }
  .newsTab__item + .newsTab__item {
    border-left: 1px solid #85715c; }
.newsTab__item__link {
  display: block;
  padding: 9px 5px 7px;
  background: #f0ece8;
  text-align: center;
  text-decoration: underline;
  font-weight: bold;
  color: #5e472a; }
  .newsTab__item__link.is-active, .newsTab__item__link:hover {
    background: #85715c;
    text-decoration: none;
    color: #fff; }
* + .news {
  margin-top: 22px; }
/* ***************************
pagination
*************************** */
.pagination {
  *zoom: 1;
  letter-spacing: -0.34em;
  margin: 38px 0 0 -12px;
  text-align: center; }
.pagination__item {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  letter-spacing: normal;
  margin: 12px 0 0 12px;
  padding: 0; }
  .pagination__item:before {
    display: none; }
  .pagination__item a {
    display: block;
    min-width: 2.30769em;
    padding: 4px 4px 3px;
    border: 1px solid #85715c;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    text-decoration: underline;
    color: #85715c; }
    .pagination__item a:hover {
      background: #85715c;
      text-decoration: none;
      color: #fff; }
.pagination__item a.is-active,
.pagination__item.is-active a {
  background: #85715c;
  text-decoration: none;
  color: #fff; }
.pagination__item.prev a, .pagination__item.next a {
  position: relative;
  text-decoration: none; }
  .pagination__item.prev a:before, .pagination__item.next a:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    display: block;
    width: 0;
    height: 0;
    margin: auto 0;
    border-top: 3px solid transparent;
    border-bottom: 3px solid transparent; }
.pagination__item.prev a {
  padding-right: 7px;
  padding-left: 18px; }
  .pagination__item.prev a:before {
    left: 6px;
    border-right: 6px solid #9c7741; }
  .pagination__item.prev a:hover {
    padding-left: 18px; }
    .pagination__item.prev a:hover:before {
      border-right-color: #fff; }
.pagination__item.next a {
  padding-right: 18px;
  padding-left: 7px; }
  .pagination__item.next a:before {
    right: 6px;
    border-left: 6px solid #9c7741; }
  .pagination__item.next a:hover {
    padding-right: 18px; }
    .pagination__item.next a:hover:before {
      border-left-color: #fff; }
/* ***************************
topicsList
*************************** */
.topicsList {
  margin: 0; }
.topicsList__item {
  padding-left: 1.07692em;
  margin: 0; }
  .topicsList__item:before {
    content: "";
    position: absolute;
    top: 0.30769em;
    left: 3px;
    display: block;
    border-top: 4px solid transparent;
    border-right: 0 none;
    border-bottom: 4px solid transparent;
    border-left: 6px solid #85715c;
    border-radius: 0; }
  .topicsList__item + .topicsList__item {
    margin-top: 11px; }
/* ***************************
imageColumn
*************************** */
* + .imageColumn {
  margin-top: 20px; }
.imageColumn + .imageColumn {
  margin-top: 30px; }
.imageColumn__image {
  float: left;
  margin-right: 30px; }
  .imageColumn__image.-right {
    float: right;
    margin-right: 0;
    margin-left: 30px; }
.imageColumn__image--s {
  float: left;
  margin-right: 10px; }
  .imageColumn__image--s.-right {
    float: right;
    margin-right: 0;
    margin-left: 10px; }
.imageColumn__body {
  overflow: hidden; }
  .imageColumn__body ul {
    margin-left: 0; }
@media screen and (max-width: 680px) {
  .imageColumn__image,
  .imageColumn__image.-right {
    float: none;
    margin: 0 0 20px;
    text-align: center; } }
/* ***************************
emergencyBox
*************************** */
.emergencyBox {
  margin-bottom: 20px;
  border-width: 10px 14px;
  border-style: solid;
  border-color: #d54c41;
  background: #fff; }
.emergencyBox__body {
  padding: 4px 10px; }
.emergencyBox__item {
  position: relative;
  padding-left: 12px; }
  .emergencyBox__item:before {
    content: "";
    position: absolute;
    top: 7px;
    left: 0;
    display: block;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 6px solid #d54c41; }
  .emergencyBox__item + .emergencyBox__item {
    margin-top: 3px; }
/* ***************************
newsBox
*************************** */
.newsBox {
  background: #fff;
  background: rgba(255, 255, 255, 0.88); }
.newsBox__head {
  position: relative;
  margin: 0 10px;
  padding: 11px 0 9px 8px;
  border-bottom: 2px solid #c0bdb6; }
.newsBox__head__title {
  float: left;
  margin: 0;
  padding: 1px 0 0;
  border-bottom: 0 none;
  font-size: 138.46154%;
  line-height: 134%;
  color: #5e472a; }
  .newsBox__head__title:before {
    display: none; }
  .newsBox__head__title:after {
    content: "";
    position: absolute;
    bottom: -11px;
    left: -8px;
    width: 90px;
    height: 0;
    border-bottom: 2px solid #85715c; }
.newsBox__head__link {
  float: right;
  padding: 0 8px 0 11px;
  border: 1px solid #e3e3e3;
  font-size: 107.69231%;
  line-height: 158%;
  color: #333; }
  .newsBox__head__link:after {
    content: "";
    display: inline-block;
    *display: inline;
    *zoom: 1;
    letter-spacing: normal;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 6px solid #6d5940;
    margin-left: 6px; }
  .newsBox__head__link + .newsBox__head__link {
    margin-right: 10px; }
.newsBox__head__link--rss:after {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e917";
  border: 0 none;
  font-size: 11px;
  line-height: 11px;
  color: #6d5940; }
.newsBox__body {
  padding: 15px 16px 17px; }
.newsBox__foot {
  border-top: 1px solid #e2e1dd; }
  .newsBox__foot a[href^="http"]:not([href*="www.gesui.metro.tokyo.jp"]):after {
    display: none; }
@media screen and (max-width: 680px) {
  .newsBox__head {
    padding-left: 4px; }
  .newsBox__head__title {
    font-size: 123.07692%;
    line-height: 150%; } }
/* ***************************
pictBoxSlider
*************************** */
* + .pictBoxSliderWrapper {
  margin-top: 30px; }
#top_emergency + .pictBoxSliderWrapper {
  margin-top: 0; }
.pictBoxSlider {
  *zoom: 1;
  letter-spacing: -0.34em;
  margin: -10px -10px -10px; }
.pictBoxSlider[href^="http"]:not([href*="www.gesui.metro.tokyo.jp"]):after {
  display: none; }
h2 + .pictBoxSlider {
  margin-top: -5px; }
.pictBoxSlider__item {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  letter-spacing: normal;
  width: 33.33333%;
  padding: 10px;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  vertical-align: top; }
@media screen and (max-width: 680px) {
  .pictBoxSliderWrapper {
    margin-right: -10px;
    margin-left: -10px; }
    .pictBoxSliderWrapper .bx-wrapper {
      padding: 0 30px; }
    .pictBoxSliderWrapper .bx-wrapper .bx-controls-direction a {
      position: absolute;
      top: 0;
      bottom: 0;
      display: block;
      width: 20px;
      height: 90px;
      margin: auto 0;
      background: #85715c; }
      .pictBoxSliderWrapper .bx-wrapper .bx-controls-direction a:before {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        display: block;
        width: 0;
        height: 0;
        margin: auto;
        border-top: 3.5px solid transparent;
        border-bottom: 3.5px solid transparent; }
    .pictBoxSliderWrapper .bx-wrapper .bx-prev {
      left: 0; }
      .pictBoxSliderWrapper .bx-wrapper .bx-prev:before {
        border-right: 6px solid #fff; }
    .pictBoxSliderWrapper .bx-wrapper .bx-next {
      right: 0; }
      .pictBoxSliderWrapper .bx-wrapper .bx-next:before {
        border-left: 6px solid #fff; }
    .pictBoxSliderWrapper .bx-controls {
      text-align: center; }
    .pictBoxSliderWrapper .bx-wrapper .bx-pager {
      position: static;
      display: inline-block;
      *display: inline;
      *zoom: 1;
      letter-spacing: normal;
      width: auto;
      margin-top: 15px;
      padding: 0 14px;
      line-height: 24px;
      background: #fff; }
    .pictBoxSliderWrapper .bx-wrapper .bx-pager-item {
      vertical-align: middle; }
      .pictBoxSliderWrapper .bx-wrapper .bx-pager-item + .bx-pager-item {
        margin-left: 20px; }
    .pictBoxSliderWrapper .bx-wrapper .bx-pager.bx-default-pager a {
      margin: 0;
      background: #bbb; }
    .pictBoxSliderWrapper .bx-wrapper .bx-pager.bx-default-pager a:hover,
    .pictBoxSliderWrapper .bx-wrapper .bx-pager.bx-default-pager a.active,
    .pictBoxSliderWrapper .bx-wrapper .bx-pager.bx-default-pager a:focus {
      background: #85715c; }
  .pictBoxSlider {
    margin: 0; }
  .pictBoxSlider__item {
    display: block;
    width: auto;
    padding: 0; } }
/* ***************************
pickupBox
*************************** */
.pictBox {
  display: block;
  background: #fff;
  -webkit-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.2); }
a.pictBox:hover {
  text-decoration: none; }
a.pictBox:visited {
  color: #333; }
.pictBox__body {
  padding: 6px 14px 10px;
  font-size: 100%;
  line-height: 147%; }
.pictBox__body__title {
  position: relative;
  margin: 0 -2px 8px;
  padding: 0 2px 2px;
  border-bottom: 1px solid #cfcfcf;
  text-align: center;
  font-size: 123.07692%;
  line-height: 182%;
  color: #5e472a; }
  .pictBox__body__title:before {
    display: none; }
  .pictBox__body__title:after {
    content: "";
    position: absolute;
    right: 0;
    left: 0;
    bottom: -2px;
    display: block;
    width: 32px;
    height: 0;
    margin: 0 auto;
    border-bottom: 3px solid #85715c; }
/* ***************************
bannerList
*************************** */
.bannerList {
  *zoom: 1;
  letter-spacing: -0.34em;
  margin: -10px; }
.bannerList__item {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  letter-spacing: normal;
  padding: 10px;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box; }
.bannerList--per4 .bannerList__item {
  width: 25%; }
.bannerList--per3 .bannerList__item {
  width: 33.33333%; }
@media screen and (max-width: 680px) {
  .bannerList {
    margin: -5px; }
  * + .bannerList {
    margin-top: 10px; }
  .bannerList__item {
    padding: 5px; }
  .bannerList .bannerList__item {
    width: 50%; } }
/* ***************************
textBanner
*************************** */
.textBanner {
  position: relative;
  display: block; }
.textBanner[href^="http"]:not([href*="www.gesui.metro.tokyo.jp"]):after {
  display: none; }
.textBanner__txt {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  margin: 0;
  padding: 4px 30px 3px 8px;
  background: #0071ce;
  font-size: 92.30769%;
  line-height: 125%;
  color: #fff; }
  .textBanner__txt:after {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e90f";
    position: absolute;
    top: 3px;
    right: 6px;
    font-size: 15px;
    line-height: 15px; }
@media screen and (max-width: 680px) {
  .textBanner__img img {
    width: 100%; }
  .textBanner__txt {
    padding: 3px 20px 2px 5px;
    font-size: 69.23077%;
    line-height: 167%; }
    .textBanner__txt:after {
      top: 4px;
      right: 5px;
      font-size: 12px;
      line-height: 12px; } }
/* textBannerL */
.textBannerL {
  position: relative;
  display: block;
  -webkit-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.2); }
.textBannerL[href^="http"]:not([href*="www.gesui.metro.tokyo.jp"]):after {
  display: none; }
.textBannerL__img img {
  width: 100%; }
.textBannerL__txt {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 5px;
  background: #0071ce;
  text-align: center;
  font-size: 107.69231%;
  line-height: 129%;
  color: #fff; }
/* ***************************
borderBox
*************************** */
.borderBox {
  padding: 14px 18px 11px;
  border: 4px solid #e2ded9; }
* + .borderBox {
  margin-top: 19px; }
.borderBox__head {
  position: relative;
  padding: 0 0 7px 24px;
  border-bottom: 1px solid #e2ded9;
  font-weight: bold;
  font-size: 123.07692%;
  line-height: 125%;
  color: #5e472a; }
  .borderBox__head:before {
    content: "";
    position: absolute;
    top: 1px;
    left: 2px;
    display: block;
    width: 10px;
    height: 10px;
    border: 3px solid #b5afa0;
    border-radius: 50%; }
.borderBox__head + .borderBox__body {
  margin-top: 15px; }
/* ***************************
balloonBox
*************************** */
* + .balloonBox {
  margin-top: 20px; }
.balloonBox__img {
  position: relative;
  float: left;
  padding-right: 20px; }
  .balloonBox__img:before {
    content: "";
    position: absolute;
    top: 28px;
    right: -2px;
    display: block;
    width: 0;
    height: 0;
    border-top: 9px solid transparent;
    border-right: 15px solid #ccc;
    border-bottom: 9px solid transparent; }
  .balloonBox__img:after {
    content: "";
    position: absolute;
    top: 30px;
    right: -2px;
    display: block;
    width: 0;
    height: 0;
    border-top: 7px solid transparent;
    border-right: 12px solid #fff;
    border-bottom: 7px solid transparent; }
.balloonBox__txt {
  margin-top: 13px;
  padding: 12px 15px 10px;
  border-radius: 5px;
  border: 2px solid #ccc;
  background: #fff;
  font-size: 115.38462%;
  line-height: 147%;
  overflow: hidden; }
/* ***************************
adobeBox
*************************** */
.adobeBox {
  padding: 20px 20px 14px;
  border: 1px solid #ccc; }
  .adobeBox a[href^="http"]:not([href*="www.gesui.metro.tokyo.jp"]):after {
    display: none; }
* + .adobeBox {
  margin-top: 40px; }
.adobeBox__image {
  float: left;
  margin-right: 19px;
  overflow: hidden; }
.adobeBox__body {
  margin-top: -3px; }
@media screen and (max-width: 680px) {
  .adobeBox {
    padding: 20px 14px; }
  .adobeBox__image {
    float: none;
    margin: 0; }
  .adobeBox__body {
    float: none;
    margin: 0; }
  .adobeBox__image + .adobeBox__body {
    margin-top: 10px; } }
/* ***************************
inlineList
*************************** */
.inlineList {
  *zoom: 1;
  letter-spacing: -0.34em; }
  .inlineList li {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    letter-spacing: normal;
    margin: 0;
    padding: 5px; }
    .inlineList li:before {
      display: none; }
/* ***************************
linkList
*************************** */
.linkList > li {
  padding-left: 1.84615em; }
  .linkList > li:before {
    display: none; }
  .linkList > li + li {
    margin-top: 11px; }
  .linkList > li > a {
    position: relative; }
    .linkList > li > a:before {
      /* use !important to prevent issues with browser extensions that change fonts */
      font-family: 'icomoon' !important;
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      /* Better Font Rendering =========== */
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      content: "\e90f";
      position: absolute;
      top: 0.06667em;
      left: -1.4em;
      width: auto;
      height: 1em;
      padding: 1px;
      border: 0 none;
      font-size: 15px;
      line-height: 15px;
      color: #85715c;
      overflow-y: hidden; }
.fs-large .linkList > li > a:before {
  top: 4px; }
* + .linkList {
  margin-top: 24px; }
li * + .linkList {
  margin-top: 10px; }
.linkList + .linkList {
  margin-top: 26px; }
.linkList + * {
  margin-top: 26px; }
.borderBox * + .linkList {
  margin-top: 3px; }
/* linkList-h */
.linkList-h {
  *zoom: 1;
  letter-spacing: -0.34em; }
  .linkList-h > li {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    letter-spacing: normal;
    width: 20%;
    padding-left: 1.84615em;
    padding-right: 10px;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box; }
    .linkList-h > li:before {
      /* use !important to prevent issues with browser extensions that change fonts */
      font-family: 'icomoon' !important;
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      /* Better Font Rendering =========== */
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      content: "\e90f";
      top: 0.15385em;
      left: 3px;
      width: auto;
      height: auto;
      border: 0 none;
      font-size: 115.38462%;
      line-height: 100%;
      color: #85715c; }
    .linkList-h > li + li {
      margin-top: 0; }
    .linkList-h > li + li + li + li + li + li {
      margin-top: 6px; }
* + .linkList-h {
  margin-top: 3px; }
@media screen and (max-width: 680px) {
  .linkList-h li {
    width: 50%; } }
/* ***************************
bracketList
*************************** */
.bracketList,
.extendList > li > .bracketList {
  counter-reset: ol-bracket;
  margin: 10px 0 0 4px;
  padding-bottom: 6px; }
  .bracketList > li,
  .extendList > li > .bracketList > li {
    counter-increment: ol-bracket;
    position: relative;
    padding-left: 2.5em;
    list-style-type: none; }
    .bracketList > li:before,
    .extendList > li > .bracketList > li:before {
      content: "（" counter(ol-bracket) "）";
      position: absolute;
      left: 0; }
  .bracketList ol,
  .extendList > li > .bracketList ol {
    margin-left: 1.69231em; }
    .bracketList ol > li,
    .extendList > li > .bracketList ol > li {
      padding-left: 0;
      background: none;
      list-style: decimal; }
      .bracketList ol > li:before,
      .extendList > li > .bracketList ol > li:before {
        display: none; }
  .bracketList .alphabetList > li,
  .extendList > li > .bracketList .alphabetList > li {
    list-style-type: upper-alpha; }
  .bracketList .romanList > li,
  .extendList > li > .bracketList .romanList > li {
    list-style-type: upper-roman; }
  .bracketList .kanaList > li,
  .extendList > li > .bracketList .kanaList > li {
    list-style-type: katakana; }
/* ***************************
alphabetList
*************************** */
.alphabetList {
  margin-left: 1.69231em; }
  .alphabetList > li {
    padding-left: 0;
    list-style-type: upper-alpha; }
    .alphabetList > li:before {
      display: none; }
/* ***************************
romanList
*************************** */
.romanList {
  margin-left: 1.69231em; }
  .romanList > li {
    padding-left: 0;
    list-style-type: upper-roman; }
    .romanList > li:before {
      display: none; }
/* ***************************
kanaList
*************************** */
.kanaList {
  margin-left: 1.69231em; }
  .kanaList > li {
    padding-left: 0;
    list-style-type: katakana; }
    .kanaList > li:before {
      display: none; }
/* ***************************
extendList
*************************** */
.extendList {
  counter-increment: ol-extend;
  counter-reset: ol-extend2;
  margin-left: 0; }
  .extendList > li {
    counter-increment: ol-extend2;
    counter-reset: ol-extend3;
    position: relative;
    padding-left: 2em;
    list-style-type: none; }
    .extendList > li:before {
      content: counter(ol-extend) "-" counter(ol-extend2);
      position: absolute;
      left: 0; }
    .extendList > li > ol > li {
      counter-increment: ol-extend3;
      padding-left: 3em; }
      .extendList > li > ol > li:before {
        content: counter(ol-extend) "-" counter(ol-extend2) "-" counter(ol-extend3);
        position: absolute;
        left: 0; }
/* ***************************
originalList
*************************** */
.originalList {
  margin-left: 0;
  list-style: none; }
  .originalList > li {
    position: relative;
    padding-left: 3.8em; }
li .originalList > li:before {
  display: none; }
.originalList__initial {
  position: absolute;
  left: 0; }
/* originalList2 */
.originalList2 {
  margin-left: 0;
  list-style: none; }
  .originalList2 > li {
    position: relative;
    padding-left: 4.5em; }
li .originalList2 > li:before {
  display: none; }
/* ***************************
noteList
*************************** */
.noteList > li {
  padding-left: 1.69231em; }
  .noteList > li:before {
    content: "※";
    top: auto;
    left: 0;
    width: auto;
    height: auto;
    border: 0 none; }
/* ***************************
linkBlock
*************************** */
.linkBlock {
  margin: 0;
  padding: 0;
  border: 0 none;
  background: none;
  font-weight: normal;
  font-size: 123.07692%;
  line-height: 163%;
  -webkit-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1); }
  .linkBlock:before {
    display: none; }
  .linkBlock a {
    position: relative;
    display: block;
    padding: 6px 10px 4px 35px;
    border: 1px solid #bfb9b2;
    background: #f3efec;
    text-align: left;
    color: #333; }
    .linkBlock a:before {
      /* use !important to prevent issues with browser extensions that change fonts */
      font-family: 'icomoon' !important;
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      /* Better Font Rendering =========== */
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      content: "\e90f";
      position: absolute;
      top: 10px;
      left: 10px;
      display: block;
      height: 1em;
      padding: 1px 1px 0;
      color: #85715c;
      overflow-y: hidden; }
    .linkBlock a:hover {
      background: #85715c;
      color: #fff; }
      .linkBlock a:hover:before {
        color: #fff; }
  .linkBlock span {
    position: relative;
    display: block;
    padding: 6px 10px 4px 10px;
    border: 1px solid #bfb9b2;
    background: #f3efec;
    text-align: left;
    color: #333; }
* + .linkBlock {
  margin-top: 28px; }
.linkBlock.is-active a {
  background: #85715c;
  text-decoration: underline;
  color: #fff; }
  .linkBlock.is-active a:before {
    color: #fff; }
.linkBlock.is-active span {
  position: relative;
  display: block;
  padding: 6px 10px 4px 10px;
  border: 1px solid #bfb9b2;
  background: #85715c;
  text-align: left;
  color: #fff; }
/* ***************************
linkBlockList
*************************** */
.linkBlockList {
  margin: 0;
  border: 1px solid #bfb9b2; }
.linkBlockList__item {
  margin: 0;
  padding: 0; }
  .linkBlockList__item:before {
    display: none; }
  .linkBlockList__item + .linkBlockList__item {
    border-top: 1px solid #bfb9b2; }
.linkBlockList__item__link {
  *zoom: 1;
  letter-spacing: -0.34em;
  display: block;
  padding: 15px 5px 13px 70px;
  background: #fdfdfd;
  font-weight: bold;
  font-size: 107.69231%;
  line-height: 129%; }
  .linkBlockList__item__link:before {
    content: "";
    display: block; }
.linkBlockList__item__link,
.linkBlockList__item__link:visited,
.linkBlockList__item__link:hover {
  color: #0071ce; }
.linkBlockList__item__link:after {
  content: "";
  display: inline-block;
  *display: inline;
  *zoom: 1;
  letter-spacing: normal;
  min-height: 37px;
  vertical-align: middle; }
.linkBlockList__item__link__img {
  position: absolute;
  top: 7px;
  left: 7px; }
.linkBlockList__item__link__body {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  letter-spacing: normal;
  vertical-align: middle; }
/* linkBlockList__item__link */
@media screen and (max-width: 680px) {
  .linkBlockList {
    *zoom: 1;
    letter-spacing: -0.34em;
    border-right: 0 none;
    border-bottom: 0 none; }
  .linkBlockList__item {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    letter-spacing: normal;
    width: 50%;
    border-right: 1px solid #bfb9b2;
    border-bottom: 1px solid #bfb9b2;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.2);
    -ms-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.2);
    -o-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.2);
    vertical-align: top; }
    .linkBlockList__item + .linkBlockList__item {
      border-top: 0 none; }
  .linkBlockList__item__link {
    padding: 4px 4px 4px 46px;
    padding-left: 46px; }
  .linkBlockList__item__link__img {
    top: 4px;
    left: 4px;
    width: 37px; }
  .linkBlockList__item__link:after {
    height: 100%; } }
/* ***************************
nomarkList
*************************** */
.nomarkList li {
  padding-left: 0; }
  .nomarkList li:before {
    display: none; }
/*
btnList
--------------------------- */
.btnList {
  *zoom: 1;
  letter-spacing: -0.34em;
  margin: 0;
  text-align: center; }
* + .btnList {
  margin-top: 30px; }
.btnList__item {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  letter-spacing: normal;
  margin: 0;
  padding: 0; }
  .btnList__item:before {
    display: none; }
  .btnList__item + .btnList__item {
    margin-left: 40px; }
/* ***************************
sitemapBlock
*************************** */
.sitemapBlock {
  margin-top: 40px; }
/* ***************************
hoverMap
*************************** */
.hoverMap {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  letter-spacing: normal; }
/* ***************************
table
*************************** */
.rt-tableCaption {
  display: none; }
* + .rt-tableWrapper {
  margin-top: 20px; }
@media screen and (max-width: 680px) {
  .rt-tableWrapper {
    position: relative;
    overflow-x: scroll;
    overflow-y: hidden; }
  .rt-tableCaption + .rt-tableWrapper {
    margin-top: 10px; }
  .rt-tableCaption {
    display: block;
    margin-top: 30px;
    padding: 4px;
    background: #efefef; }
  .rt-tableWrapper table {
    min-width: 800px; } }
/* ***************************
btn
*************************** */
.btn {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  letter-spacing: normal;
  padding: 9px 24px 8px;
  border: 0 none;
  -webkit-box-shadow: 0 2px 5px 1px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0 2px 5px 1px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 2px 5px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 5px 1px rgba(0, 0, 0, 0.2);
  font-size: 107.69231%;
  line-height: 129%;
  background: #f7f7f7; }
  .btn:hover {
    cursor: pointer; }
.btn,
.btn:visited,
.btn:hover {
  color: #333; }
.btn-blue {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  letter-spacing: normal;
  padding: 9px 24px 8px;
  border: 0 none;
  -webkit-box-shadow: 0 2px 5px 1px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0 2px 5px 1px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 2px 5px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 5px 1px rgba(0, 0, 0, 0.2);
  font-size: 107.69231%;
  line-height: 129%;
  background: #0071ce; }
  .btn-blue:hover {
    cursor: pointer; }
.btn-blue,
.btn-blue:visited,
.btn-blue:hover {
  color: #fff; }
@media screen and (max-width: 680px) {
  .btn,
  .btn-blue {
    width: 100%;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box; } }
/* ***************************
bg
*************************** */
.legend-bg {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  letter-spacing: normal;
  width: 3em;
  height: 1em;
  position: relative;
  top: 2px;
  border: 1px solid #ccc; }
.bg-red {
  background: #fe0000; }
.bg-pink {
  background: #fdc3c3; }
.bg-waterblue {
  background: #ccf6ff; }
.bg-blue {
  background: #0000fb; }
.bg-green {
  background: #007f01; }
.bg-brown {
  background: #993400; }
.bg-beige {
  background: #ede9e6; }
.bg-black {
  background: #000; }
.bg-white {
  background: #fff; }
/* ***************************
text
*************************** */
/* headdings */
/* font weight */
.fw-normal {
  font-weight: normal; }
.fw-bold {
  font-weight: bold; }
/* align */
.text-left {
  text-align: left; }
.text-center {
  text-align: center; }
.text-right {
  text-align: right; }
/* text size */
.text-ssmall {
  font-size: 76.92308%;
  line-height: 180%; }
.text-small {
  font-size: 107.69231%;
  line-height: 186%; }
.text-large {
  font-size: 138.46154%;
  line-height: 167%; }
.text-xlarge {
  font-size: 230.76923%;
  line-height: 107%; }
/* caption */
.caption {
  margin-top: 8px;
  margin-left: 5px;
  font-size: 92.30769%;
  line-height: 150%;
  color: #565656; }
@media screen and (max-width: 680px) {
  .caption {
    font-size: 76.92308%;
    line-height: 120%; } }
/* caution */
/* color */
.color-green {
  color: #007a50; }
.color-red {
  color: #c84946; }
/* ***************************
box parts
*************************** */
.left {
  float: left; }
.right {
  float: right; }
/* ***************************
width padding margin
*************************** */
.width-30px {
  width: 30px; }
.width-43px {
  width: 43px; }
.width-116px {
  width: 116px; }
.width-149px {
  width: 149px; }
.width-152px {
  width: 152px; }
.width-171px {
  width: 171px; }
.width-208px {
  width: 208px; }
.width-260px {
  width: 260px; }
.width-400px {
  width: 400px; }
.width-full {
  width: 100% !important; }
.height-full {
  height: 100% !important; }
.mt-0 {
  margin-top: 0px; }
.mr-0 {
  margin-right: 0px; }
.mb-0 {
  margin-bottom: 0px; }
.ml-0 {
  margin-left: 0px; }
.pt-0 {
  padding-top: 0px; }
.pr-0 {
  padding-right: 0px; }
.pb-0 {
  padding-bottom: 0px; }
.pl-0 {
  padding-left: 0px; }
.mt-5 {
  margin-top: 5px; }
.mr-5 {
  margin-right: 5px; }
.mb-5 {
  margin-bottom: 5px; }
.ml-5 {
  margin-left: 5px; }
.pt-5 {
  padding-top: 5px; }
.pr-5 {
  padding-right: 5px; }
.pb-5 {
  padding-bottom: 5px; }
.pl-5 {
  padding-left: 5px; }
.mt-10 {
  margin-top: 10px; }
.mr-10 {
  margin-right: 10px; }
.mb-10 {
  margin-bottom: 10px; }
.ml-10 {
  margin-left: 10px; }
.pt-10 {
  padding-top: 10px; }
.pr-10 {
  padding-right: 10px; }
.pb-10 {
  padding-bottom: 10px; }
.pl-10 {
  padding-left: 10px; }
.mt-15 {
  margin-top: 15px; }
.mr-15 {
  margin-right: 15px; }
.mb-15 {
  margin-bottom: 15px; }
.ml-15 {
  margin-left: 15px; }
.pt-15 {
  padding-top: 15px; }
.pr-15 {
  padding-right: 15px; }
.pb-15 {
  padding-bottom: 15px; }
.pl-15 {
  padding-left: 15px; }
.mt-20 {
  margin-top: 20px; }
.mr-20 {
  margin-right: 20px; }
.mb-20 {
  margin-bottom: 20px; }
.ml-20 {
  margin-left: 20px; }
.pt-20 {
  padding-top: 20px; }
.pr-20 {
  padding-right: 20px; }
.pb-20 {
  padding-bottom: 20px; }
.pl-20 {
  padding-left: 20px; }
.mt-25 {
  margin-top: 25px; }
.mr-25 {
  margin-right: 25px; }
.mb-25 {
  margin-bottom: 25px; }
.ml-25 {
  margin-left: 25px; }
.pt-25 {
  padding-top: 25px; }
.pr-25 {
  padding-right: 25px; }
.pb-25 {
  padding-bottom: 25px; }
.pl-25 {
  padding-left: 25px; }
.mt-30 {
  margin-top: 30px; }
.mr-30 {
  margin-right: 30px; }
.mb-30 {
  margin-bottom: 30px; }
.ml-30 {
  margin-left: 30px; }
.pt-30 {
  padding-top: 30px; }
.pr-30 {
  padding-right: 30px; }
.pb-30 {
  padding-bottom: 30px; }
.pl-30 {
  padding-left: 30px; }
.mt-35 {
  margin-top: 35px; }
.mr-35 {
  margin-right: 35px; }
.mb-35 {
  margin-bottom: 35px; }
.ml-35 {
  margin-left: 35px; }
.pt-35 {
  padding-top: 35px; }
.pr-35 {
  padding-right: 35px; }
.pb-35 {
  padding-bottom: 35px; }
.pl-35 {
  padding-left: 35px; }
.mt-40 {
  margin-top: 40px; }
.mr-40 {
  margin-right: 40px; }
.mb-40 {
  margin-bottom: 40px; }
.ml-40 {
  margin-left: 40px; }
.pt-40 {
  padding-top: 40px; }
.pr-40 {
  padding-right: 40px; }
.pb-40 {
  padding-bottom: 40px; }
.pl-40 {
  padding-left: 40px; }
.mt-45 {
  margin-top: 45px; }
.mr-45 {
  margin-right: 45px; }
.mb-45 {
  margin-bottom: 45px; }
.ml-45 {
  margin-left: 45px; }
.pt-45 {
  padding-top: 45px; }
.pr-45 {
  padding-right: 45px; }
.pb-45 {
  padding-bottom: 45px; }
.pl-45 {
  padding-left: 45px; }
.mt-50 {
  margin-top: 50px; }
.mr-50 {
  margin-right: 50px; }
.mb-50 {
  margin-bottom: 50px; }
.ml-50 {
  margin-left: 50px; }
.pt-50 {
  padding-top: 50px; }
.pr-50 {
  padding-right: 50px; }
.pb-50 {
  padding-bottom: 50px; }
.pl-50 {
  padding-left: 50px; }
.mt-55 {
  margin-top: 55px; }
.mr-55 {
  margin-right: 55px; }
.mb-55 {
  margin-bottom: 55px; }
.ml-55 {
  margin-left: 55px; }
.pt-55 {
  padding-top: 55px; }
.pr-55 {
  padding-right: 55px; }
.pb-55 {
  padding-bottom: 55px; }
.pl-55 {
  padding-left: 55px; }
.mt-60 {
  margin-top: 60px; }
.mr-60 {
  margin-right: 60px; }
.mb-60 {
  margin-bottom: 60px; }
.ml-60 {
  margin-left: 60px; }
.pt-60 {
  padding-top: 60px; }
.pr-60 {
  padding-right: 60px; }
.pb-60 {
  padding-bottom: 60px; }
.pl-60 {
  padding-left: 60px; }
.mt-65 {
  margin-top: 65px; }
.mr-65 {
  margin-right: 65px; }
.mb-65 {
  margin-bottom: 65px; }
.ml-65 {
  margin-left: 65px; }
.pt-65 {
  padding-top: 65px; }
.pr-65 {
  padding-right: 65px; }
.pb-65 {
  padding-bottom: 65px; }
.pl-65 {
  padding-left: 65px; }
.mt-70 {
  margin-top: 70px; }
.mr-70 {
  margin-right: 70px; }
.mb-70 {
  margin-bottom: 70px; }
.ml-70 {
  margin-left: 70px; }
.pt-70 {
  padding-top: 70px; }
.pr-70 {
  padding-right: 70px; }
.pb-70 {
  padding-bottom: 70px; }
.pl-70 {
  padding-left: 70px; }
.mt-75 {
  margin-top: 75px; }
.mr-75 {
  margin-right: 75px; }
.mb-75 {
  margin-bottom: 75px; }
.ml-75 {
  margin-left: 75px; }
.pt-75 {
  padding-top: 75px; }
.pr-75 {
  padding-right: 75px; }
.pb-75 {
  padding-bottom: 75px; }
.pl-75 {
  padding-left: 75px; }
.mt-80 {
  margin-top: 80px; }
.mr-80 {
  margin-right: 80px; }
.mb-80 {
  margin-bottom: 80px; }
.ml-80 {
  margin-left: 80px; }
.pt-80 {
  padding-top: 80px; }
.pr-80 {
  padding-right: 80px; }
.pb-80 {
  padding-bottom: 80px; }
.pl-80 {
  padding-left: 80px; }
.mt-85 {
  margin-top: 85px; }
.mr-85 {
  margin-right: 85px; }
.mb-85 {
  margin-bottom: 85px; }
.ml-85 {
  margin-left: 85px; }
.pt-85 {
  padding-top: 85px; }
.pr-85 {
  padding-right: 85px; }
.pb-85 {
  padding-bottom: 85px; }
.pl-85 {
  padding-left: 85px; }
.mt-90 {
  margin-top: 90px; }
.mr-90 {
  margin-right: 90px; }
.mb-90 {
  margin-bottom: 90px; }
.ml-90 {
  margin-left: 90px; }
.pt-90 {
  padding-top: 90px; }
.pr-90 {
  padding-right: 90px; }
.pb-90 {
  padding-bottom: 90px; }
.pl-90 {
  padding-left: 90px; }
.mt-95 {
  margin-top: 95px; }
.mr-95 {
  margin-right: 95px; }
.mb-95 {
  margin-bottom: 95px; }
.ml-95 {
  margin-left: 95px; }
.pt-95 {
  padding-top: 95px; }
.pr-95 {
  padding-right: 95px; }
.pb-95 {
  padding-bottom: 95px; }
.pl-95 {
  padding-left: 95px; }
.mt-100 {
  margin-top: 100px; }
.mr-100 {
  margin-right: 100px; }
.mb-100 {
  margin-bottom: 100px; }
.ml-100 {
  margin-left: 100px; }
.pt-100 {
  padding-top: 100px; }
.pr-100 {
  padding-right: 100px; }
.pb-100 {
  padding-bottom: 100px; }
.pl-100 {
  padding-left: 100px; }
.mt-0 {
  margin-top: 0px; }
.mr-0 {
  margin-right: 0px; }
.mb-0 {
  margin-bottom: 0px; }
.ml-0 {
  margin-left: 0px; }
.mt-8 {
  margin-top: 8px; }
.mr-8 {
  margin-right: 8px; }
.mb-8 {
  margin-bottom: 8px; }
.ml-8 {
  margin-left: 8px; }
.mt-23 {
  margin-top: 23px; }
.mr-23 {
  margin-right: 23px; }
.mb-23 {
  margin-bottom: 23px; }
.ml-23 {
  margin-left: 23px; }
.mt-28 {
  margin-top: 28px; }
.mr-28 {
  margin-right: 28px; }
.mb-28 {
  margin-bottom: 28px; }
.ml-28 {
  margin-left: 28px; }
.mt-44 {
  margin-top: 44px; }
.mr-44 {
  margin-right: 44px; }
.mb-44 {
  margin-bottom: 44px; }
.ml-44 {
  margin-left: 44px; }
.pt-8 {
  padding-top: 8px; }
.pr-8 {
  padding-right: 8px; }
.pb-8 {
  padding-bottom: 8px; }
.pl-8 {
  padding-left: 8px; }
/* ***************************
editor-input-content
*************************** */
#editor-input-content {
  padding: 10px; }
  #editor-input-content .linkList a {
    display: block; }
  #editor-input-content .row {
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    display: -webkit-box;
    display: flex; }
  #editor-input-content .col {
    display: block; }
/** VARIABLES
===================================*/
/** RESET AND LAYOUT
===================================*/
.bx-wrapper {
  position: relative;
  padding: 0;
  *zoom: 1;
  -ms-touch-action: pan-y;
  touch-action: pan-y; }
  .bx-wrapper img {
    max-width: 100%;
    display: block; }
.bxslider {
  margin: 0;
  padding: 0; }
ul.bxslider {
  list-style: none; }
.bx-viewport {
  /*fix other elements on the page moving (on Chrome)*/
  -webkit-transform: translatez(0); }
/** THEME
===================================*/
.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
  position: absolute;
  bottom: -30px;
  width: 100%; }
/* LOADER */
.bx-wrapper .bx-loading {
  min-height: 50px;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2000; }
/* PAGER */
.bx-wrapper .bx-pager {
  text-align: center;
  font-size: .85em;
  font-weight: bold;
  color: #666;
  padding-top: 20px; }
  .bx-wrapper .bx-pager.bx-default-pager a {
    background: #666;
    text-indent: -9999px;
    display: block;
    width: 10px;
    height: 10px;
    margin: 0 5px;
    outline: 0;
    border-radius: 5px; }
    .bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active, .bx-wrapper .bx-pager.bx-default-pager a:focus {
      background: #000; }
.bx-wrapper .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
  *zoom: 1;
  *display: inline; }
.bx-wrapper .bx-pager-item {
  font-size: 0;
  line-height: 0; }
/* DIRECTION CONTROLS (NEXT / PREV) */
.bx-wrapper .bx-prev {
  left: 10px; }
  .bx-wrapper .bx-prev:hover, .bx-wrapper .bx-prev:focus {
    background-position: 0 0; }
.bx-wrapper .bx-next {
  right: 10px; }
  .bx-wrapper .bx-next:hover, .bx-wrapper .bx-next:focus {
    background-position: -43px 0; }
.bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 50%;
  margin-top: -16px;
  outline: 0;
  width: 32px;
  height: 32px;
  text-indent: -9999px;
  z-index: 2; }
  .bx-wrapper .bx-controls-direction a.disabled {
    display: none; }
/* AUTO CONTROLS (START / STOP) */
.bx-wrapper .bx-controls-auto {
  text-align: center; }
  .bx-wrapper .bx-controls-auto .bx-start {
    display: block;
    text-indent: -9999px;
    width: 10px;
    height: 11px;
    outline: 0;
    margin: 0 3px; }
    .bx-wrapper .bx-controls-auto .bx-start:hover, .bx-wrapper .bx-controls-auto .bx-start.active, .bx-wrapper .bx-controls-auto .bx-start:focus {
      background-position: -86px 0; }
  .bx-wrapper .bx-controls-auto .bx-stop {
    display: block;
    text-indent: -9999px;
    width: 9px;
    height: 11px;
    outline: 0;
    margin: 0 3px; }
    .bx-wrapper .bx-controls-auto .bx-stop:hover, .bx-wrapper .bx-controls-auto .bx-stop.active, .bx-wrapper .bx-controls-auto .bx-stop:focus {
      background-position: -86px -33px; }
/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
  text-align: left;
  width: 80%; }
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
  right: 0;
  width: 35px; }
/* IMAGE CAPTIONS */
.bx-wrapper .bx-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #666;
  background: rgba(80, 80, 80, 0.75);
  width: 100%; }
  .bx-wrapper .bx-caption span {
    color: #fff;
    font-family: Arial;
    display: block;
    font-size: .85em;
    padding: 10px; }
/*!
	Modaal - accessible modals - v0.3.1
	by Humaan, for all humans.
	http://humaan.com
 */
.modaal-noscroll {
  overflow: hidden; }
.modaal-accessible-hide {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden; }
.modaal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  opacity: 0; }
.modaal-wrapper {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  overflow: auto;
  opacity: 1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-overflow-scrolling: touch;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
  .modaal-wrapper * {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-backface-visibility: hidden; }
  .modaal-wrapper .modaal-close {
    border: none;
    background: transparent;
    padding: 0;
    -webkit-appearance: none; }
  .modaal-wrapper.modaal-start_none {
    display: none;
    opacity: 1; }
  .modaal-wrapper.modaal-start_fade {
    opacity: 0; }
  .modaal-wrapper *[tabindex="0"] {
    outline: none !important; }
  .modaal-wrapper.modaal-fullscreen {
    overflow: hidden; }
.modaal-outer-wrapper {
  display: table;
  position: relative;
  width: 100%;
  height: 100%; }
  .modaal-fullscreen .modaal-outer-wrapper {
    display: block; }
.modaal-inner-wrapper {
  display: table-cell;
  width: 100%;
  height: 100%;
  position: relative;
  vertical-align: middle;
  text-align: center;
  padding: 80px 25px; }
  .modaal-fullscreen .modaal-inner-wrapper {
    padding: 0;
    display: block;
    vertical-align: top; }
.modaal-container {
  position: relative;
  display: inline-block;
  width: 100%;
  margin: auto;
  text-align: left;
  color: #000;
  max-width: 1000px;
  border-radius: 0px;
  background: #fff;
  -webkit-box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
          box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  cursor: auto; }
  .modaal-container.is_loading {
    height: 100px;
    width: 100px;
    overflow: hidden; }
  .modaal-fullscreen .modaal-container {
    max-width: none;
    height: 100%;
    overflow: auto; }
.modaal-close {
  position: fixed;
  right: 20px;
  top: 20px;
  color: #fff;
  cursor: pointer;
  opacity: 1;
  width: 50px;
  height: 50px;
  background: transparent;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }
  .modaal-close:focus, .modaal-close:hover {
    outline: none;
    background: #fff; }
    .modaal-close:focus:before, .modaal-close:focus:after, .modaal-close:hover:before, .modaal-close:hover:after {
      background: #b93d0c; }
  .modaal-close span {
    position: absolute !important;
    clip: rect(1px 1px 1px 1px);
    /* IE6, IE7 */
    clip: rect(1px, 1px, 1px, 1px);
    padding: 0 !important;
    border: 0 !important;
    height: 1px !important;
    width: 1px !important;
    overflow: hidden; }
  .modaal-close:before, .modaal-close:after {
    display: block;
    content: " ";
    position: absolute;
    top: 14px;
    left: 23px;
    width: 4px;
    height: 22px;
    border-radius: 4px;
    background: #fff;
    -webkit-transition: background 0.2s ease-in-out;
    transition: background 0.2s ease-in-out; }
  .modaal-close:before {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg); }
  .modaal-close:after {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg); }
  .modaal-fullscreen .modaal-close {
    background: #afb7bc;
    right: 10px;
    top: 10px; }
.modaal-content-container {
  padding: 30px; }
.modaal-confirm-wrap {
  padding: 30px 0 0;
  text-align: center;
  font-size: 0; }
.modaal-confirm-btn {
  font-size: 14px;
  display: inline-block;
  margin: 0 10px;
  vertical-align: middle;
  cursor: pointer;
  border: none;
  background: transparent; }
  .modaal-confirm-btn.modaal-ok {
    padding: 10px 15px;
    color: #fff;
    background: #555;
    border-radius: 3px;
    -webkit-transition: background 0.2s ease-in-out;
    transition: background 0.2s ease-in-out; }
    .modaal-confirm-btn.modaal-ok:hover {
      background: #2f2f2f; }
  .modaal-confirm-btn.modaal-cancel {
    text-decoration: underline; }
    .modaal-confirm-btn.modaal-cancel:hover {
      text-decoration: none;
      color: #2f2f2f; }
@keyframes instaReveal {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-webkit-keyframes instaReveal {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
.modaal-instagram .modaal-container {
  width: auto;
  background: transparent;
  -webkit-box-shadow: none !important;
          box-shadow: none !important; }
.modaal-instagram .modaal-content-container {
  padding: 0;
  background: transparent; }
.modaal-instagram .modaal-content-container > blockquote {
  width: 1px !important;
  height: 1px !important;
  opacity: 0 !important; }
.modaal-instagram iframe {
  opacity: 0;
  margin: -6px !important;
  border-radius: 0 !important;
  width: 1000px !important;
  max-width: 800px !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  -webkit-animation: instaReveal 1s linear forwards;
          animation: instaReveal 1s linear forwards; }
.modaal-image .modaal-inner-wrapper {
  padding-left: 140px;
  padding-right: 140px; }
.modaal-image .modaal-container {
  width: auto;
  max-width: 100%; }
.modaal-gallery-wrap {
  position: relative;
  color: #fff; }
.modaal-gallery-item {
  display: none; }
  .modaal-gallery-item img {
    display: block; }
  .modaal-gallery-item.is_active {
    display: block; }
.modaal-gallery-label {
  position: absolute;
  left: 0;
  width: 100%;
  margin: 20px 0 0;
  font-size: 18px;
  text-align: center;
  color: #fff; }
  .modaal-gallery-label:focus {
    outline: none; }
.modaal-gallery-control {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  opacity: 1;
  cursor: pointer;
  color: #fff;
  width: 50px;
  height: 50px;
  background: transparent;
  border: none;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }
  .modaal-gallery-control.is_hidden {
    opacity: 0;
    cursor: default; }
  .modaal-gallery-control:focus, .modaal-gallery-control:hover {
    outline: none;
    background: #fff; }
    .modaal-gallery-control:focus:before, .modaal-gallery-control:focus:after, .modaal-gallery-control:hover:before, .modaal-gallery-control:hover:after {
      background: #afb7bc; }
  .modaal-gallery-control span {
    position: absolute !important;
    clip: rect(1px 1px 1px 1px);
    /* IE6, IE7 */
    clip: rect(1px, 1px, 1px, 1px);
    padding: 0 !important;
    border: 0 !important;
    height: 1px !important;
    width: 1px !important;
    overflow: hidden; }
  .modaal-gallery-control:before, .modaal-gallery-control:after {
    display: block;
    content: " ";
    position: absolute;
    top: 16px;
    left: 25px;
    width: 4px;
    height: 18px;
    border-radius: 4px;
    background: #fff;
    -webkit-transition: background 0.2s ease-in-out;
    transition: background 0.2s ease-in-out; }
  .modaal-gallery-control:before {
    margin: -5px 0 0;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg); }
  .modaal-gallery-control:after {
    margin: 5px 0 0;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg); }
.modaal-gallery-next {
  left: 100%;
  margin-left: 40px; }
.modaal-gallery-prev {
  right: 100%;
  margin-right: 40px; }
  .modaal-gallery-prev:before, .modaal-gallery-prev:after {
    left: 22px; }
  .modaal-gallery-prev:before {
    margin: 5px 0 0;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg); }
  .modaal-gallery-prev:after {
    margin: -5px 0 0;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg); }
.modaal-video-wrap {
  margin: auto 50px;
  position: relative; }
.modaal-video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  background: #000;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto; }
  .modaal-video-container iframe,
  .modaal-video-container object,
  .modaal-video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
.modaal-iframe .modaal-content {
  width: 100%;
  height: 100%; }
.modaal-iframe-elem {
  width: 100%;
  height: 100%;
  display: block; }
@media only screen and (min-width: 1400px) {
  .modaal-video-container {
    padding-bottom: 0;
    height: 731px; } }
@media only screen and (max-width: 1140px) {
  .modaal-image .modaal-inner-wrapper {
    padding-left: 25px;
    padding-right: 25px; }
  .modaal-gallery-control {
    top: auto;
    bottom: 20px;
    -webkit-transform: none;
            transform: none;
    background: rgba(0, 0, 0, 0.7); }
    .modaal-gallery-control:before, .modaal-gallery-control:after {
      background: #fff; }
  .modaal-gallery-next {
    left: auto;
    right: 20px; }
  .modaal-gallery-prev {
    left: 20px;
    right: auto; } }
@media screen and (max-width: 900px) {
  .modaal-instagram iframe {
    width: 500px !important; } }
@media screen and (max-height: 1100px) {
  .modaal-instagram iframe {
    width: 700px !important; } }
@media screen and (max-height: 1000px) {
  .modaal-inner-wrapper {
    padding-top: 60px;
    padding-bottom: 60px; }
  .modaal-instagram iframe {
    width: 600px !important; } }
@media screen and (max-height: 900px) {
  .modaal-instagram iframe {
    width: 500px !important; }
  .modaal-video-container {
    max-width: 900px;
    max-height: 510px; } }
@media only screen and (max-width: 600px) {
  .modaal-instagram iframe {
    width: 280px !important; } }
@media only screen and (max-height: 820px) {
  .modaal-gallery-label {
    display: none; } }
.modaal-loading-spinner {
  background: none;
  position: absolute;
  width: 200px;
  height: 200px;
  top: 50%;
  left: 50%;
  margin: -100px 0 0 -100px;
  -webkit-transform: scale(0.25);
          transform: scale(0.25); }
@-webkit-keyframes modaal-loading-spinner {
  0% {
    opacity: 1;
    -webkit-transform: scale(1.5);
    transform: scale(1.5); }
  100% {
    opacity: .1;
    -webkit-transform: scale(1);
    transform: scale(1); } }
@keyframes modaal-loading-spinner {
  0% {
    opacity: 1;
    -webkit-transform: scale(1.5);
    transform: scale(1.5); }
  100% {
    opacity: .1;
    -webkit-transform: scale(1);
    transform: scale(1); } }
.modaal-loading-spinner > div {
  width: 24px;
  height: 24px;
  margin-left: 4px;
  margin-top: 4px;
  position: absolute; }
.modaal-loading-spinner > div > div {
  width: 100%;
  height: 100%;
  border-radius: 15px;
  background: #fff; }
.modaal-loading-spinner > div:nth-of-type(1) > div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation-delay: 0s;
  animation-delay: 0s; }
.modaal-loading-spinner > div:nth-of-type(2) > div, .modaal-loading-spinner > div:nth-of-type(3) > div {
  -ms-animation: modaal-loading-spinner 1s linear infinite;
  -moz-animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  -o-animation: modaal-loading-spinner 1s linear infinite; }
.modaal-loading-spinner > div:nth-of-type(1) {
  -webkit-transform: translate(84px, 84px) rotate(45deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(45deg) translate(70px, 0); }
.modaal-loading-spinner > div:nth-of-type(2) > div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
          animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation-delay: .12s;
  animation-delay: .12s; }
.modaal-loading-spinner > div:nth-of-type(2) {
  -webkit-transform: translate(84px, 84px) rotate(90deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(90deg) translate(70px, 0); }
.modaal-loading-spinner > div:nth-of-type(3) > div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
          animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation-delay: .25s;
  animation-delay: .25s; }
.modaal-loading-spinner > div:nth-of-type(4) > div, .modaal-loading-spinner > div:nth-of-type(5) > div {
  -ms-animation: modaal-loading-spinner 1s linear infinite;
  -moz-animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  -o-animation: modaal-loading-spinner 1s linear infinite; }
.modaal-loading-spinner > div:nth-of-type(3) {
  -webkit-transform: translate(84px, 84px) rotate(135deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(135deg) translate(70px, 0); }
.modaal-loading-spinner > div:nth-of-type(4) > div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
          animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation-delay: .37s;
  animation-delay: .37s; }
.modaal-loading-spinner > div:nth-of-type(4) {
  -webkit-transform: translate(84px, 84px) rotate(180deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(180deg) translate(70px, 0); }
.modaal-loading-spinner > div:nth-of-type(5) > div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
          animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation-delay: .5s;
  animation-delay: .5s; }
.modaal-loading-spinner > div:nth-of-type(6) > div, .modaal-loading-spinner > div:nth-of-type(7) > div {
  -ms-animation: modaal-loading-spinner 1s linear infinite;
  -moz-animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  -o-animation: modaal-loading-spinner 1s linear infinite; }
.modaal-loading-spinner > div:nth-of-type(5) {
  -webkit-transform: translate(84px, 84px) rotate(225deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(225deg) translate(70px, 0); }
.modaal-loading-spinner > div:nth-of-type(6) > div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
          animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation-delay: .62s;
  animation-delay: .62s; }
.modaal-loading-spinner > div:nth-of-type(6) {
  -webkit-transform: translate(84px, 84px) rotate(270deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(270deg) translate(70px, 0); }
.modaal-loading-spinner > div:nth-of-type(7) > div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
          animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation-delay: .75s;
  animation-delay: .75s; }
.modaal-loading-spinner > div:nth-of-type(7) {
  -webkit-transform: translate(84px, 84px) rotate(315deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(315deg) translate(70px, 0); }
.modaal-loading-spinner > div:nth-of-type(8) > div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation-delay: .87s;
  animation-delay: .87s; }
.modaal-loading-spinner > div:nth-of-type(8) {
  -webkit-transform: translate(84px, 84px) rotate(360deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(360deg) translate(70px, 0); }
/* ***************************
search
*************************** */
/* reset */
.gsc-control-searchbox-only .cse form.gsc-search-box,
.gsc-control-searchbox-only form.gsc-search-box,
.gsc-control-cse .cse form.gsc-search-box,
.gsc-control-cse form.gsc-search-box {
  margin: 0;
  padding: 0; }
.gsc-control-searchbox-only form.gsc-search-box,
.gsc-control-cse form.gsc-search-box {
  width: auto;
  font-size: inherit; }
.gsc-control-searchbox-only table.gsc-search-box,
.gsc-control-cse table.gsc-search-box {
  width: auto;
  margin-bottom: 0; }
.gsc-control-searchbox-only th,
.gsc-control-searchbox-only td,
.gsc-control-cse th,
.gsc-control-cse td {
  padding: 0;
  border: 0 none; }
.gsc-control-searchbox-only .cse table.gsc-search-box td.gsc-input,
.gsc-control-searchbox-only table.gsc-search-box td.gsc-input,
.gsc-control-cse .cse table.gsc-search-box td.gsc-input,
.gsc-control-cse table.gsc-search-box td.gsc-input {
  padding: 0; }
.gsc-control-searchbox-only td.gsc-clear-button,
.gsc-control-cse td.gsc-clear-button {
  display: none; }
/* original style */
.gsc-control-searchbox-only table.gsc-search-box,
.gsc-control-cse table.gsc-search-box {
  width: 100%; }
.gsc-control-searchbox-only table.gsc-search-box td,
.gsc-control-cse table.gsc-search-box td {
  width: 111px;
  padding: 0;
  vertical-align: top;
  font-size: 15px;
  line-height: 20px; }
.gsc-control-searchbox-only .cse table.gsc-search-box td.gsc-input,
.gsc-control-searchbox-only table.gsc-search-box td.gsc-input,
.gsc-control-cse .cse table.gsc-search-box td.gsc-input,
.gsc-control-cse table.gsc-search-box td.gsc-input {
  width: 100%;
  vertical-align: top; }
.gsc-control-searchbox-only .cse input.gsc-input,
.gsc-control-searchbox-only input.gsc-input,
.gsc-control-cse .cse input.gsc-input,
.gsc-control-cse input.gsc-input {
  display: block;
  margin: 0 !important;
  width: 100% !important;
  height: 38px !important;
  border: 1px solid #d1d1d1;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 100%;
  line-height: 185%; }
.gsc-control-searchbox-only .cse input.gsc-search-button,
.gsc-control-searchbox-only input.gsc-search-button,
.gsc-control-cse .cse input.gsc-search-button,
.gsc-control-cse button.gsc-search-button {
  -webkit-appearance: none;
  display: block;
  width: 111px;
  height: 40px;
  margin: 0;
  padding: 7px 10px;
  border-top: 1px solid #d1d1d1;
  border-right: 1px solid #d1d1d1;
  border-bottom: 1px solid #d1d1d1;
  border-radius: 0;
  background: url("../images/search_btn.png") 0 0 no-repeat #565656;
  border: 0 none;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  text-align: left;
  font-weight: normal;
  font-size: inherit;
  line-height: inherit;
  color: #fff;
  overflow: hidden;
  cursor: pointer; }
[lang="en"] .gsc-control-searchbox-only .cse input.gsc-search-button,
[lang="en"] .gsc-control-searchbox-only input.gsc-search-button,
[lang="en"] .gsc-control-cse .cse input.gsc-search-button,
[lang="en"] .gsc-control-cse input.gsc-search-button {
  background-image: url("../images/search_btn_en.png"); }
.searchArea .cse table.gsc-search-box td.gsc-input,
.searchArea table.gsc-search-box td.gsc-input {
  width: 432px; }
#___gcse_0 {
  width: 100%;
  max-width: 546px;
  margin: 22px auto 0; }
#___gcse_1 {
  padding: 20px 10px; }
/* result */
.main .cse form.gsc-search-box,
.main form.gsc-search-box {
  display: block !important;
  margin: 0;
  padding: 0; }
.main form.gsc-search-box table{
  border: none; }
.main .cse .gsc-control-cse,
.main .gsc-control-cse {
  font-family: inherit;
  background: none;
  border: 0 none;
  padding: 0; }
.main .gsc-above-wrapper-area {
  margin: 0;
  padding: 0;
  border: 0 none; }
.main .gsc-above-wrapper-area-container {
  border: 0 none; }
.main .gsc-control-cse .gsc-option-menu-container {
  background: #fff; }
.main .gsc-results-wrapper-visible {
  margin-top: 20px; }
.main .cse .gsc-resultsHeader, .main .gsc-resultsHeader {
  border: 0 none; }
.main .cse .gsc-webResult.gsc-result,
.main .gsc-webResult.gsc-result,
.main .gsc-imageResult-classic,
.main .gsc-imageResult-column {
  margin: 0;
  padding: 0;
  border: 0 none; }
.main .cse .gsc-webResult.gsc-result:hover, .main .gsc-webResult.gsc-result:hover, .main .gsc-webResult.gsc-result.gsc-promotion:hover, .main .gsc-results .gsc-imageResult-classic:hover, .main .gsc-results .gsc-imageResult-column:hover {
  border: 0 none; }
.main .gsc-control-cse .gsc-table-result {
  font-family: inherit;
  border: 0 none; }
.main .gsc-thumbnail {
  display: none; }
.main .cse .gs-webResult.gs-result a.gs-title:link, .main .gs-webResult.gs-result a.gs-title:link, .main .cse .gs-webResult.gs-result a.gs-title:link b, .main .gs-webResult.gs-result a.gs-title:link b, .main .cse .gs-webResult.gs-result a.gs-title:visited, .main .gs-webResult.gs-result a.gs-title:visited, .main .cse .gs-webResult.gs-result a.gs-title:visited b, .main .gs-webResult.gs-result a.gs-title:visited b, .main .cse .gs-webResult.gs-result a.gs-title:hover, .main .gs-webResult.gs-result a.gs-title:hover, .main .cse .gs-webResult.gs-result a.gs-title:hover b, .main .gs-webResult.gs-result a.gs-title:hover b, .main .gs-imageResult a.gs-title:link, .main .gs-imageResult a.gs-title:link b, .main .gs-imageResult a.gs-title:visited, .main .gs-imageResult a.gs-title:visited b, .main .gs-imageResult a.gs-title:hover, .main .gs-imageResult a.gs-title:hover b, .main .cse .gsc-cursor-page, .main .gsc-cursor-page, .main .cse .gsc-trailing-more-results:link, .main .gsc-trailing-more-results:link, .main .cse .gs-spelling a, .main .gs-spelling a {
  color: #0071ce; }
.main .cse .gs-webResult .gs-visibleUrl, .main .gs-webResult .gs-visibleUrl, .main .cse .gs-webResult .gs-visibleUrl-short, .main .gs-webResult .gs-visibleUrl-short, .main .gs-imageResult .gs-visibleUrl, .main .gs-imageResult .gs-visibleUrl-short {
  font-weight: normal;
  color: #0071ce; }
.main .cse .gsc-cursor-box, .main .gsc-cursor-box {
  margin-top: 40px;
  padding: 0;
  border: 0 none; }
.main .gsc-results .gsc-cursor {
  *zoom: 1;
  letter-spacing: -0.34em;
  display: block;
  text-align: center; }
.main .gsc-results .gsc-cursor-box .gsc-cursor-page {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  letter-spacing: normal;
  min-width: 2.30769em;
  padding: 4px 4px 3px;
  border: 1px solid #85715c;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  text-decoration: underline;
  color: #85715c;
  cursor: pointer; }
.main .cse .gsc-results .gsc-cursor-page.gsc-cursor-current-page,
.main .gsc-results .gsc-cursor-page.gsc-cursor-current-page,
.main .gsc-results .gsc-cursor-box .gsc-cursor-page:hover {
  background: #85715c;
  text-decoration: none;
  color: #fff; }
.main img.gsc-branding-img,
.main img.gsc-branding-img-noclear,
.main img.gcsc-branding-img,
.main img.gcsc-branding-img-noclear {
  max-width: none; }
.main .gcsc-branding-clickable img {
  vertical-align: middle; }
.main .gcsc-branding-clickable[href^="http"]:not([href*="www.gesui.metro.tokyo.jp"]):after {
  display: none; }
/* 検索テキストの非表示 180314 */
.main button.gsc-search-button {
  height: 0;
  padding: 40px 0 0;
}
.main button.gsc-search-button svg,
.c-header button.gsc-search-button svg{
  display: none;
}
/* 検索キーワード候補の余白を詰める 181119 */
table.gssb_c {
  margin-top: 0;
}
/* ***************************
background black
*************************** */
.bg-black {
  /*
	base
	--------------------------- */
  /* list */
  /* table */
  /* link */
  /* outside */
  /* pdf */
  /* excel */
  /* word */
  /* ppt */
  /* zip */
  /* movie */
  /*
	headdings
	--------------------------- */
  /*
	header
	--------------------------- */
  /* searchArea */
  /* logo */
  /* h-linkList */
  /* .settingArea */
  /*
	c-gNav
	--------------------------- */
  /*
	breadCrumb
	--------------------------- */
  /*
	local nav
	--------------------------- */
  /*
	returnTop
	--------------------------- */
  /*
	footer
	--------------------------- */
  /*
	main
	--------------------------- */
  /*
	top
	--------------------------- */
  /*
	icon
	--------------------------- */
  /*
	label
	--------------------------- */
  /*
	section
	--------------------------- */
  /*
	btn
	--------------------------- */
  /*
	parts
	--------------------------- */
  /* pageTitle */
  /* caption */
  /* list */
  /* linkBlock */
  /* pagination */
  /* borderBox */
  /* emergencyBox */
  /* newsBox */
  /* balloonBox */
  /* newsList */
  /* topicsList */
  /* pictBox */
  /* linkBlockList  */
  /* textBanner */
  /* yearBox */
  /* newsTab */ }
  .bg-black body {
    background: #000;
    color: #fff; }
  .bg-black .is-open-setting {
    background: rgba(0, 0, 0, 0.5); }
    .bg-black .is-open-setting .footer {
      position: relative; }
      .bg-black .is-open-setting .footer:after {
        background: rgba(0, 0, 0, 0.5); }
  .bg-black a:focus,
  .bg-black input:focus,
  .bg-black textarea:focus,
  .bg-black select:focus {
    outline: 2px solid #ffff00 !important;
    outline-offset: -1px; }
  .bg-black a {
    color: #ffff00; }
    .bg-black a:before {
      border-color: #ffff00;
      color: #ffff00; }
  .bg-black a:visited {
    color: #ffff00; }
  .bg-black a:hover {
    color: #ffff00; }
  .bg-black em {
    color: #0f0; }
  .bg-black strong {
    color: #f00; }
  .bg-black th {
    background: none; }
  .bg-black .th-2 {
    background: none;
    color: #fff; }
  .bg-black a[href^="http"]:not([href*="www.gesui.metro.tokyo.jp"]):after {
    content: url(/images/icon_outside_bg.png); }
  .bg-black a.noicon[href^="http"]:not([href*="www.gesui.metro.tokyo.jp"]):after,
  .bg-black a.nolink[href^="http"]:not([href*="www.gesui.metro.tokyo.jp"]):after {
    display: none; }
  .bg-black a[href*=".pdf"]:after,
  .bg-black a[href*=".pdf"][href^="http"]:not([href*="www.gesui.metro.tokyo.jp"]):after,
  .bg-black a[href*=".PDF"]:after,
  .bg-black a[href*=".PDF"][href^="http"]:not([href*="www.gesui.metro.tokyo.jp"]):after {
    content: url(/images/icon_pdf.png); }
  .bg-black a[href*=".xls"]:after,
  .bg-black a[href*=".xls"][href^="http"]:not([href*="www.gesui.metro.tokyo.jp"]):after,
  .bg-black a[href*=".xlsx"]:after,
  .bg-black a[href*=".xlsx"][href^="http"]:not([href*="www.gesui.metro.tokyo.jp"]):after,
  .bg-black a[href*=".xlsm"]:after,
  .bg-black a[href*=".xlsm"][href^="http"]:not([href*="www.gesui.metro.tokyo.jp"]):after {
    content: url(/images/icon_excel.png); }
  .bg-black a[href*=".doc"]:after,
  .bg-black a[href*=".doc"][href^="http"]:not([href*="www.gesui.metro.tokyo.jp"]):after,
  .bg-black a[href*=".docx"]:after,
  .bg-black a[href*=".docx"][href^="http"]:not([href*="www.gesui.metro.tokyo.jp"]):after {
    content: url(/images/icon_word.png); }
  .bg-black a[href*=".ppt"]:after,
  .bg-black a[href*=".ppt"][href^="http"]:not([href*="www.gesui.metro.tokyo.jp"]):after,
  .bg-black a[href*=".pptx"]:after,
  .bg-black a[href*=".pptx"][href^="http"]:not([href*="www.gesui.metro.tokyo.jp"]):after {
    content: url(/images/icon_ppt.png); }
  .bg-black a[href*=".mov"]:before,
  .bg-black a[href*=".mov"][href^="http"]:not([href*="www.gesui.metro.tokyo.jp"]):before,
  .bg-black a[href*=".wmv"]:before,
  .bg-black a[href*=".wmv"][href^="http"]:not([href*="www.gesui.metro.tokyo.jp"]):before,
  .bg-black a[href*=".wma"]:before,
  .bg-black a[href*=".wma"][href^="http"]:not([href*="www.gesui.metro.tokyo.jp"]):before,
  .bg-black a[href*=".mp4"]:before,
  .bg-black a[href*=".mp4"][href^="http"]:not([href*="www.gesui.metro.tokyo.jp"]):before,
  .bg-black a[href*=".MOV"]:before,
  .bg-black a[href*=".MOV"][href^="http"]:not([href*="www.gesui.metro.tokyo.jp"]):before,
  .bg-black a[href*=".WMV"]:before,
  .bg-black a[href*=".WMV"][href^="http"]:not([href*="www.gesui.metro.tokyo.jp"]):before,
  .bg-black a[href*=".WMA"]:before,
  .bg-black a[href*=".WMA"][href^="http"]:not([href*="www.gesui.metro.tokyo.jp"]):before,
  .bg-black a[href*=".MP4"]:before,
  .bg-black a[href*=".MP4"][href^="http"]:not([href*="www.gesui.metro.tokyo.jp"]):before {
    content: url(/images/icon_movie.png); }
  .bg-black a[href*=".mov"].nolink:before, .bg-black a[href*=".mov"].noicon:before,
  .bg-black a[href*=".mov"][href^="http"]:not([href*="www.gesui.metro.tokyo.jp"]).nolink:before,
  .bg-black a[href*=".mov"][href^="http"]:not([href*="www.gesui.metro.tokyo.jp"]).noicon:before,
  .bg-black a[href*=".wmv"].nolink:before,
  .bg-black a[href*=".wmv"].noicon:before,
  .bg-black a[href*=".wmv"][href^="http"]:not([href*="www.gesui.metro.tokyo.jp"]).nolink:before,
  .bg-black a[href*=".wmv"][href^="http"]:not([href*="www.gesui.metro.tokyo.jp"]).noicon:before,
  .bg-black a[href*=".wma"].nolink:before,
  .bg-black a[href*=".wma"].noicon:before,
  .bg-black a[href*=".wma"][href^="http"]:not([href*="www.gesui.metro.tokyo.jp"]).nolink:before,
  .bg-black a[href*=".wma"][href^="http"]:not([href*="www.gesui.metro.tokyo.jp"]).noicon:before,
  .bg-black a[href*=".mp4"].nolink:before,
  .bg-black a[href*=".mp4"].noicon:before,
  .bg-black a[href*=".mp4"][href^="http"]:not([href*="www.gesui.metro.tokyo.jp"]).nolink:before,
  .bg-black a[href*=".mp4"][href^="http"]:not([href*="www.gesui.metro.tokyo.jp"]).noicon:before,
  .bg-black a[href*=".MOV"].nolink:before,
  .bg-black a[href*=".MOV"].noicon:before,
  .bg-black a[href*=".MOV"][href^="http"]:not([href*="www.gesui.metro.tokyo.jp"]).nolink:before,
  .bg-black a[href*=".MOV"][href^="http"]:not([href*="www.gesui.metro.tokyo.jp"]).noicon:before,
  .bg-black a[href*=".WMV"].nolink:before,
  .bg-black a[href*=".WMV"].noicon:before,
  .bg-black a[href*=".WMV"][href^="http"]:not([href*="www.gesui.metro.tokyo.jp"]).nolink:before,
  .bg-black a[href*=".WMV"][href^="http"]:not([href*="www.gesui.metro.tokyo.jp"]).noicon:before,
  .bg-black a[href*=".WMA"].nolink:before,
  .bg-black a[href*=".WMA"].noicon:before,
  .bg-black a[href*=".WMA"][href^="http"]:not([href*="www.gesui.metro.tokyo.jp"]).nolink:before,
  .bg-black a[href*=".WMA"][href^="http"]:not([href*="www.gesui.metro.tokyo.jp"]).noicon:before,
  .bg-black a[href*=".MP4"].nolink:before,
  .bg-black a[href*=".MP4"].noicon:before,
  .bg-black a[href*=".MP4"][href^="http"]:not([href*="www.gesui.metro.tokyo.jp"]).nolink:before,
  .bg-black a[href*=".MP4"][href^="http"]:not([href*="www.gesui.metro.tokyo.jp"]).noicon:before {
    display: none; }
  .bg-black h2 {
    border-bottom-color: #fff; }
    .bg-black h2:before {
      border-color: #fff; }
  .bg-black h3 {
    color: #fff; }
    .bg-black h3:before {
      border-color: #fff; }
  .bg-black h4 {
    color: #fff; }
  .bg-black #c-header.c-header {
    background: none; }
  .bg-black .headerTop {
    border-top-color: #fff; }
  .bg-black .c-header .c-header__body {
    background: none; }
  .bg-black .searchArea {
    background: transparent; }
  .bg-black .c-header .logo {
    height: 100%; }
    .bg-black .c-header .logo:before {
      content: "";
      display: inline-block;
      *display: inline;
      *zoom: 1;
      letter-spacing: normal;
      vertical-align: middle;
      height: 100%; }
    .bg-black .c-header .logo a {
      display: inline-block;
      *display: inline;
      *zoom: 1;
      letter-spacing: normal;
      height: auto;
      padding-left: 0;
      vertical-align: middle;
      text-indent: 0;
      background: none; }
  .bg-black .c-header .c-headerLinks__link,
  .bg-black .c-header .c-headerLinks__link--setting,
  .bg-black .c-header .c-headerLinks__link--search {
    background: none;
    color: #ffff00; }
  .bg-black .c-header .c-headerLinks__link:before {
    border-top-color: transparent;
    border-right: 0 none;
    border-bottom-color: transparent; }
  .bg-black .c-header .c-headerLinks__link.is-active,
  .bg-black .c-header .c-headerLinks__link:hover {
    background: #546164;
    color: #ffff00; }
    .bg-black .c-header .c-headerLinks__link.is-active:before,
    .bg-black .c-header .c-headerLinks__link:hover:before {
      color: #ffff00; }
  .bg-black .settingArea {
    background: #000;
    border-bottom: 1px solid #fff; }
  .bg-black .searchTxt:before {
    color: #fff; }
  .bg-black .searchForm__btn button {
    background: transparent;
    border: 1px solid #fff; }
  .bg-black #c-header .navToggle button {
    background: none;
    border: 1px solid #fff; }
  @media screen and (max-width: 680px) {
    .bg-black #c-header.c-header {
      background: #000; } }
  .bg-black .c-header .c-listGnav__link {
    background: #000; }
  .bg-black #c-header .c-header__spDrawer {
    background: #000; }
    .bg-black #c-header .c-header__spDrawer .c-headerLinks__link {
      background: none;
      border: 1px solid #fff; }
  .bg-black .c-listGnav__item:hover .c-listGnav__link,
  .bg-black .c-listGnav__link.is-active,
  .bg-black .c-listGnav__link:hover {
    background: #546164;
    color: #ffff00; }
  .bg-black .c-listGnav__link.is-active:before,
  .bg-black .c-listGnav__link:hover:before {
    color: #ffff00; }
  .bg-black .breadCrumb {
    background: none;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff; }
  .bg-black .listBreadCrumb__item + .listBreadCrumb__item {
    margin-left: 1.07692em;
    background: none; }
  .bg-black .listBreadCrumb__item + .listBreadCrumb__item:before,
  .bg-black .listBreadCrumb__item + .listBreadCrumb__item + .listBreadCrumb__item:before {
    content: ">";
    top: auto;
    bottom: auto;
    left: -0.5em;
    border: 0 none;
    color: #fff; }
  .bg-black .listBreadCrumb__item + .listBreadCrumb__item:after {
    border-color: transparent; }
  .bg-black .listBreadCrumb__item + .listBreadCrumb__item + .listBreadCrumb__item {
    color: #fff; }
  .bg-black .listBreadCrumb__item + .listBreadCrumb__item > span {
    color: #fff; }
  .bg-black .listBreadCrumb__item + .listBreadCrumb__item a,
  .bg-black .listBreadCrumb__item + .listBreadCrumb__item a:visited,
  .bg-black .listBreadCrumb__item + .listBreadCrumb__item a:hover {
    color: #ffff00; }
  .bg-black .c-rTop__link {
    background: none;
    border: 1px solid #fff; }
  .bg-black .c-footer__top {
    border-top: 1px solid #fff;
    background: none; }
  .bg-black .c-footer__middle {
    border-top: 1px solid #fff;
    background: none; }
    .bg-black .c-footer__middle .f-middleLinks__link {
      color: #ffff00; }
  .bg-black .c-footer__bottom {
    background: none; }
  .bg-black .c-footer__inner .bx-pager-link.active {
    border-color: #ffff00;
    background: #ffff00; }
  .bg-black .c-footer__inner .bx-start,
  .bg-black .c-footer__inner .bx-stop {
    border: 1px solid #fff;
    background: none; }
  .bg-black .c-footer__inner .bx-stop:before {
    border-left-color: #ffff00;
    border-right-color: #ffff00; }
  .bg-black .c-footer__inner .bx-start:before {
    border-left-color: #ffff00; }
  .bg-black .main__top {
    border-bottom: 1px solid #fff;
    -webkit-box-shadow: 0 0 0 transparent;
    -ms-box-shadow: 0 0 0 transparent;
    -o-box-shadow: 0 0 0 transparent;
    box-shadow: 0 0 0 transparent; }
  .bg-black .main__middle {
    background: none; }
  .bg-black.toppage .main__middle {
    background-color: transparent; }
  .bg-black .btn {
    border: 1px solid #f7f7f7;
    background: none; }
  .bg-black .btn,
  .bg-black .btn:visited,
  .bg-black .btn:hover {
    color: #fff; }
  .bg-black .btn:hover {
    background: #546164; }
  .bg-black .btn-blue {
    border: 1px solid #0071ce;
    background: none; }
  .bg-black .btn-blue,
  .bg-black .btn-blue:visited,
  .bg-black .btn-blue:hover {
    color: #fff; }
  .bg-black .btn-blue:hover {
    background: #546164; }
  .bg-black a.btn {
    color: #ffff00; }
  .bg-black .pageTitle__text:before {
    border-color: #fff; }
  .bg-black .caption {
    color: #fff; }
  .bg-black ul > li:before {
    border-color: #fff; }
  .bg-black .linkList > li > a:before {
    color: #ffff00; }
  .bg-black .linkList-h > li > a:before {
    color: #ffff00; }
  .bg-black .linkBlock span,
  .bg-black .linkBlock a {
    border: 1px solid #fff;
    background: #000; }
  .bg-black .linkBlock.is-active span,
  .bg-black .linkBlock.is-active a {
    background: #546164; }
    .bg-black .linkBlock.is-active span:before,
    .bg-black .linkBlock.is-active a:before {
      color: #ffff00; }
  .bg-black .linkBlock span {
    color: #fff; }
  .bg-black .linkBlock a {
    color: #ffff00; }
    .bg-black .linkBlock a:hover {
      background: #546164; }
      .bg-black .linkBlock a:hover:before {
        color: #ffff00; }
  .bg-black .pagination__item__link {
    border-color: #fff; }
    .bg-black .pagination__item__link:hover, .bg-black .pagination__item__link.is-active {
      background: #546164;
      color: #ffff00; }
  .bg-black .pagination__item__link.prev:before {
    border-right-color: #ffff00; }
  .bg-black .pagination__item__link.next:before {
    border-left-color: #ffff00; }
  .bg-black .pagination__item__link.prev:hover:before {
    border-right-color: #ffff00; }
  .bg-black .pagination__item__link.next:hover:before {
    border-left-color: #ffff00; }
  .bg-black .borderBox__head {
    color: #fff; }
    .bg-black .borderBox__head:before {
      border-color: #fff; }
  .bg-black .emergencyBox {
    background: none; }
  .bg-black .newsBox {
    border: 1px solid #fff;
    background: #000; }
  .bg-black .newsBox__head__title {
    color: #fff; }
  .bg-black .newsBox__head__link:after {
    border-left-color: #ffff00; }
  .bg-black .newsBox__head__link--rss:after {
    color: #ffff00; }
  .bg-black .newsLabel {
    border-color: #fff;
    background: transparent;
    color: #fff; }
  .bg-black .balloonBox__img:before {
    border-right-color: #fff; }
  .bg-black .balloonBox__img:after {
    border-right-color: #000; }
  .bg-black .balloonBox__txt {
    border-color: #fff;
    background: #000; }
  .bg-black .newsList__title:before {
    border-left-color: #fff; }
  .bg-black .topicsList__item:before {
    border-top-color: transparent;
    border-right: 0 none;
    border-bottom-color: transparent; }
  .bg-black .pictBox {
    background: none;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    border-left: 1px solid #fff; }
  .bg-black .pictBox__head {
    margin-right: -1px;
    margin-left: -1px; }
  .bg-black .pictBox__body__title {
    color: #fff; }
  .bg-black .linkBlockList__item__link {
    background: none; }
  .bg-black .textBanner__txt,
  .bg-black .textBannerL__txt {
    border: 1px solid #fff;
    background: #000;
    color: #ffff00; }
  .bg-black .yearBox__select {
    background: #000; }
  .bg-black .yearBox__current {
    border-color: #fff;
    background: #000; }
  .bg-black .yearBox__select li + li {
    border-top-color: #fff; }
  .bg-black .yearBox__select li:nth-of-type(2n+1) {
    background: #000; }
  .bg-black .yearBox__select a:hover {
    background: #546164; }
  .bg-black .newsTab {
    border-color: #fff; }
  .bg-black .newsTab__item + .newsTab__item {
    border-left-color: #fff; }
  .bg-black .newsTab__item__link {
    background: #000; }
    .bg-black .newsTab__item__link:hover {
      background: #546164; }
  .bg-black .bg-white {
    background: none; }
  .bg-black .bg-pink {
    color: #333; }
  .bg-black .bg-waterblue {
    color: #333; }
@media screen and (max-width: 940px) {
  .bg-black .logo {
    height: 62px; } }
/* ***************************
background black
*************************** */
.bg-blue {
  /*
	base
	--------------------------- */
  /* list */
  /* table */
  /* link */
  /* outside */
  /* pdf */
  /* excel */
  /* word */
  /* ppt */
  /* zip */
  /* movie */
  /*
	headdings
	--------------------------- */
  /*
	header
	--------------------------- */
  /* searchArea */
  /* logo */
  /* h-linkList */
  /* .settingArea */
  /*
	c-gNav
	--------------------------- */
  /*
	breadCrumb
	--------------------------- */
  /*
	local nav
	--------------------------- */
  /*
	returnTop
	--------------------------- */
  /*
	footer
	--------------------------- */
  /*
	main
	--------------------------- */
  /*
	top
	--------------------------- */
  /*
	icon
	--------------------------- */
  /*
	label
	--------------------------- */
  /*
	section
	--------------------------- */
  /*
	btn
	--------------------------- */
  /*
	parts
	--------------------------- */
  /* pageTitle */
  /* caption */
  /* list */
  /* linkBlock */
  /* pagination */
  /* borderBox */
  /* emergencyBox */
  /* newsBox */
  /* balloonBox */
  /* newsList */
  /* topicsList */
  /* pictBox */
  /* linkBlockList  */
  /* textBanner */
  /* yearBox */
  /* newsTab */ }
  .bg-blue body {
    background: #0000ff;
    color: #fff; }
  .bg-blue .is-open-setting {
    background: rgba(0, 0, 255, 0.5); }
    .bg-blue .is-open-setting .footer {
      position: relative; }
      .bg-blue .is-open-setting .footer:after {
        background: rgba(0, 0, 255, 0.5); }
  .bg-blue a:focus,
  .bg-blue input:focus,
  .bg-blue textarea:focus,
  .bg-blue select:focus {
    outline: 2px solid #ffff00 !important;
    outline-offset: -1px; }
  .bg-blue a {
    color: #ffff00; }
    .bg-blue a:before {
      border-color: #ffff00;
      color: #ffff00; }
  .bg-blue a:visited {
    color: #ffff00; }
  .bg-blue a:hover {
    color: #ffff00; }
  .bg-blue em {
    color: #0f0; }
  .bg-blue strong {
    color: #f00; }
  .bg-blue th {
    background: none; }
  .bg-blue .th-2 {
    background: none;
    color: #fff; }
  .bg-blue a[href^="http"]:not([href*="www.gesui.metro.tokyo.jp"]):after {
    content: url(/images/icon_outside_bg.png); }
  .bg-blue a.noicon[href^="http"]:not([href*="www.gesui.metro.tokyo.jp"]):after,
  .bg-blue a.nolink[href^="http"]:not([href*="www.gesui.metro.tokyo.jp"]):after {
    display: none; }
  .bg-blue a[href*=".pdf"]:after,
  .bg-blue a[href*=".pdf"][href^="http"]:not([href*="www.gesui.metro.tokyo.jp"]):after,
  .bg-blue a[href*=".PDF"]:after,
  .bg-blue a[href*=".PDF"][href^="http"]:not([href*="www.gesui.metro.tokyo.jp"]):after {
    content: url(/images/icon_pdf.png); }
  .bg-blue a[href*=".xls"]:after,
  .bg-blue a[href*=".xls"][href^="http"]:not([href*="www.gesui.metro.tokyo.jp"]):after,
  .bg-blue a[href*=".xlsx"]:after,
  .bg-blue a[href*=".xlsx"][href^="http"]:not([href*="www.gesui.metro.tokyo.jp"]):after,
  .bg-blue a[href*=".xlsm"]:after,
  .bg-blue a[href*=".xlsm"][href^="http"]:not([href*="www.gesui.metro.tokyo.jp"]):after {
    content: url(/images/icon_excel.png); }
  .bg-blue a[href*=".doc"]:after,
  .bg-blue a[href*=".doc"][href^="http"]:not([href*="www.gesui.metro.tokyo.jp"]):after,
  .bg-blue a[href*=".docx"]:after,
  .bg-blue a[href*=".docx"][href^="http"]:not([href*="www.gesui.metro.tokyo.jp"]):after {
    content: url(/images/icon_word.png); }
  .bg-blue a[href*=".ppt"]:after,
  .bg-blue a[href*=".ppt"][href^="http"]:not([href*="www.gesui.metro.tokyo.jp"]):after,
  .bg-blue a[href*=".pptx"]:after,
  .bg-blue a[href*=".pptx"][href^="http"]:not([href*="www.gesui.metro.tokyo.jp"]):after {
    content: url(/images/icon_ppt.png); }
  .bg-blue a[href*=".mov"]:before,
  .bg-blue a[href*=".mov"][href^="http"]:not([href*="www.gesui.metro.tokyo.jp"]):before,
  .bg-blue a[href*=".wmv"]:before,
  .bg-blue a[href*=".wmv"][href^="http"]:not([href*="www.gesui.metro.tokyo.jp"]):before,
  .bg-blue a[href*=".wma"]:before,
  .bg-blue a[href*=".wma"][href^="http"]:not([href*="www.gesui.metro.tokyo.jp"]):before,
  .bg-blue a[href*=".mp4"]:before,
  .bg-blue a[href*=".mp4"][href^="http"]:not([href*="www.gesui.metro.tokyo.jp"]):before,
  .bg-blue a[href*=".MOV"]:before,
  .bg-blue a[href*=".MOV"][href^="http"]:not([href*="www.gesui.metro.tokyo.jp"]):before,
  .bg-blue a[href*=".WMV"]:before,
  .bg-blue a[href*=".WMV"][href^="http"]:not([href*="www.gesui.metro.tokyo.jp"]):before,
  .bg-blue a[href*=".WMA"]:before,
  .bg-blue a[href*=".WMA"][href^="http"]:not([href*="www.gesui.metro.tokyo.jp"]):before,
  .bg-blue a[href*=".MP4"]:before,
  .bg-blue a[href*=".MP4"][href^="http"]:not([href*="www.gesui.metro.tokyo.jp"]):before {
    content: url(/images/icon_movie.png); }
  .bg-blue a[href*=".mov"].nolink:before, .bg-blue a[href*=".mov"].noicon:before,
  .bg-blue a[href*=".mov"][href^="http"]:not([href*="www.gesui.metro.tokyo.jp"]).nolink:before,
  .bg-blue a[href*=".mov"][href^="http"]:not([href*="www.gesui.metro.tokyo.jp"]).noicon:before,
  .bg-blue a[href*=".wmv"].nolink:before,
  .bg-blue a[href*=".wmv"].noicon:before,
  .bg-blue a[href*=".wmv"][href^="http"]:not([href*="www.gesui.metro.tokyo.jp"]).nolink:before,
  .bg-blue a[href*=".wmv"][href^="http"]:not([href*="www.gesui.metro.tokyo.jp"]).noicon:before,
  .bg-blue a[href*=".wma"].nolink:before,
  .bg-blue a[href*=".wma"].noicon:before,
  .bg-blue a[href*=".wma"][href^="http"]:not([href*="www.gesui.metro.tokyo.jp"]).nolink:before,
  .bg-blue a[href*=".wma"][href^="http"]:not([href*="www.gesui.metro.tokyo.jp"]).noicon:before,
  .bg-blue a[href*=".mp4"].nolink:before,
  .bg-blue a[href*=".mp4"].noicon:before,
  .bg-blue a[href*=".mp4"][href^="http"]:not([href*="www.gesui.metro.tokyo.jp"]).nolink:before,
  .bg-blue a[href*=".mp4"][href^="http"]:not([href*="www.gesui.metro.tokyo.jp"]).noicon:before,
  .bg-blue a[href*=".MOV"].nolink:before,
  .bg-blue a[href*=".MOV"].noicon:before,
  .bg-blue a[href*=".MOV"][href^="http"]:not([href*="www.gesui.metro.tokyo.jp"]).nolink:before,
  .bg-blue a[href*=".MOV"][href^="http"]:not([href*="www.gesui.metro.tokyo.jp"]).noicon:before,
  .bg-blue a[href*=".WMV"].nolink:before,
  .bg-blue a[href*=".WMV"].noicon:before,
  .bg-blue a[href*=".WMV"][href^="http"]:not([href*="www.gesui.metro.tokyo.jp"]).nolink:before,
  .bg-blue a[href*=".WMV"][href^="http"]:not([href*="www.gesui.metro.tokyo.jp"]).noicon:before,
  .bg-blue a[href*=".WMA"].nolink:before,
  .bg-blue a[href*=".WMA"].noicon:before,
  .bg-blue a[href*=".WMA"][href^="http"]:not([href*="www.gesui.metro.tokyo.jp"]).nolink:before,
  .bg-blue a[href*=".WMA"][href^="http"]:not([href*="www.gesui.metro.tokyo.jp"]).noicon:before,
  .bg-blue a[href*=".MP4"].nolink:before,
  .bg-blue a[href*=".MP4"].noicon:before,
  .bg-blue a[href*=".MP4"][href^="http"]:not([href*="www.gesui.metro.tokyo.jp"]).nolink:before,
  .bg-blue a[href*=".MP4"][href^="http"]:not([href*="www.gesui.metro.tokyo.jp"]).noicon:before {
    display: none; }
  .bg-blue h2 {
    border-bottom-color: #fff; }
    .bg-blue h2:before {
      border-color: #fff; }
  .bg-blue h3 {
    color: #fff; }
    .bg-blue h3:before {
      border-color: #fff; }
  .bg-blue h4 {
    color: #fff; }
  .bg-blue #c-header.c-header {
    background: none; }
  .bg-blue .headerTop {
    border-top-color: #fff; }
  .bg-blue .c-header .c-header__body {
    background: none; }
  .bg-blue .searchArea {
    background: transparent; }
  .bg-blue .c-header .logo {
    height: 100%; }
    .bg-blue .c-header .logo:before {
      content: "";
      display: inline-block;
      *display: inline;
      *zoom: 1;
      letter-spacing: normal;
      vertical-align: middle;
      height: 100%; }
    .bg-blue .c-header .logo a {
      display: inline-block;
      *display: inline;
      *zoom: 1;
      letter-spacing: normal;
      height: auto;
      padding-left: 0;
      vertical-align: middle;
      text-indent: 0;
      background: none; }
  .bg-blue .h-linkList__item__link,
  .bg-blue .h-linkList__item__link--setting,
  .bg-blue .h-linkList__item__link--search {
    background: none;
    color: #ffff00; }
  .bg-blue .c-header .c-headerLinks__link:before {
    border-top-color: transparent;
    border-right: 0 none;
    border-bottom-color: transparent; }
  .bg-blue .h-linkList__item__link.is-active,
  .bg-blue .h-linkList__item__link:hover {
    background: #0000aa;
    color: #ffff00; }
    .bg-blue .h-linkList__item__link.is-active:before,
    .bg-blue .h-linkList__item__link:hover:before {
      color: #ffff00; }
  .bg-blue .settingArea {
    background: #0000ff;
    border-bottom: 1px solid #fff; }
  .bg-blue .searchTxt:before {
    color: #fff; }
  .bg-blue .searchForm__btn button {
    background: transparent;
    border: 1px solid #fff; }
  .bg-blue #c-header .navToggle button {
    background: none;
    border: 1px solid #fff; }
  @media screen and (max-width: 680px) {
    .bg-blue #c-header.c-header {
      background: #0000ff; } }
  .bg-blue .c-header .c-listGnav__link {
    background: #0000ff; }
  .bg-blue #c-header .c-header__spDrawer {
    background: #0000ff; }
    .bg-blue #c-header .c-header__spDrawer .c-headerLinks__link {
      background: none;
      border: 1px solid #fff; }
  .bg-blue .c-listGnav__item:hover .c-listGnav__link,
  .bg-blue .c-listGnav__link.is-active,
  .bg-blue .c-listGnav__link:hover {
    background: #0000aa;
    color: #ffff00; }
  .bg-blue .c-listGnav__link.is-active:before,
  .bg-blue .c-listGnav__link:hover:before {
    color: #ffff00; }
  .bg-blue .breadCrumb {
    background: none;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff; }
  .bg-blue .listBreadCrumb__item + .listBreadCrumb__item {
    margin-left: 1.07692em;
    background: none; }
  .bg-blue .listBreadCrumb__item + .listBreadCrumb__item:before,
  .bg-blue .listBreadCrumb__item + .listBreadCrumb__item + .listBreadCrumb__item:before {
    content: ">";
    top: auto;
    bottom: auto;
    left: -0.5em;
    border: 0 none;
    color: #fff; }
  .bg-blue .listBreadCrumb__item + .listBreadCrumb__item:after {
    border-color: transparent; }
  .bg-blue .listBreadCrumb__item + .listBreadCrumb__item + .listBreadCrumb__item {
    color: #fff; }
  .bg-blue .listBreadCrumb__item + .listBreadCrumb__item > span {
    color: #fff; }
  .bg-blue .listBreadCrumb__item + .listBreadCrumb__item a,
  .bg-blue .listBreadCrumb__item + .listBreadCrumb__item a:visited,
  .bg-blue .listBreadCrumb__item + .listBreadCrumb__item a:hover {
    color: #ffff00; }
  .bg-blue .c-rTop__link {
    background: none;
    border: 1px solid #fff; }
  .bg-blue .c-footer__top {
    border-top: 1px solid #fff;
    background: none; }
  .bg-blue .c-footer__middle {
    border-top: 1px solid #fff;
    background: none; }
    .bg-blue .c-footer__middle .f-middleLinks__link {
      color: #ffff00; }
  .bg-blue .c-footer__bottom {
    background: none; }
  .bg-blue .c-footer__inner .bx-pager-link.active {
    border-color: #ffff00;
    background: #ffff00; }
  .bg-blue .c-footer__inner .bx-start,
  .bg-blue .c-footer__inner .bx-stop {
    border: 1px solid #fff;
    background: none; }
  .bg-blue .c-footer__inner .bx-stop:before {
    border-left-color: #ffff00;
    border-right-color: #ffff00; }
  .bg-blue .c-footer__inner .bx-start:before {
    border-left-color: #ffff00; }
  .bg-blue .main__top {
    border-bottom: 1px solid #fff;
    -webkit-box-shadow: 0 0 0 transparent;
    -ms-box-shadow: 0 0 0 transparent;
    -o-box-shadow: 0 0 0 transparent;
    box-shadow: 0 0 0 transparent; }
  .bg-blue .main__middle {
    background: none; }
  .bg-blue.toppage .main__middle {
    background-color: transparent; }
  .bg-blue .btn {
    border: 1px solid #f7f7f7;
    background: none; }
  .bg-blue .btn,
  .bg-blue .btn:visited,
  .bg-blue .btn:hover {
    color: #fff; }
  .bg-blue .btn:hover {
    background: #0000aa; }
  .bg-blue .btn-blue {
    border: 1px solid #0071ce;
    background: none; }
  .bg-blue .btn-blue,
  .bg-blue .btn-blue:visited,
  .bg-blue .btn-blue:hover {
    color: #fff; }
  .bg-blue .btn-blue:hover {
    background: #0000aa; }
  .bg-blue a.btn {
    color: #ffff00; }
  .bg-blue .pageTitle__text:before {
    border-color: #fff; }
  .bg-blue .caption {
    color: #fff; }
  .bg-blue ul > li:before {
    border-color: #fff; }
  .bg-blue .linkList > li > a:before {
    color: #ffff00; }
  .bg-blue .linkList-h > li > a:before {
    color: #ffff00; }
  .bg-blue .linkBlock span,
  .bg-blue .linkBlock a {
    border: 1px solid #fff;
    background: #0000ff; }
  .bg-blue .linkBlock.is-active span,
  .bg-blue .linkBlock.is-active a {
    background: #0000aa; }
    .bg-blue .linkBlock.is-active span:before,
    .bg-blue .linkBlock.is-active a:before {
      color: #ffff00; }
  .bg-blue .linkBlock span {
    color: #fff; }
  .bg-blue .linkBlock a {
    color: #ffff00; }
    .bg-blue .linkBlock a:hover {
      background: #0000aa; }
      .bg-blue .linkBlock a:hover:before {
        color: #ffff00; }
  .bg-blue .pagination__item__link {
    border-color: #fff; }
    .bg-blue .pagination__item__link:hover, .bg-blue .pagination__item__link.is-active {
      background: #0000aa;
      color: #ffff00; }
  .bg-blue .pagination__item__link.prev:before {
    border-right-color: #ffff00; }
  .bg-blue .pagination__item__link.next:before {
    border-left-color: #ffff00; }
  .bg-blue .pagination__item__link.prev:hover:before {
    border-right-color: #ffff00; }
  .bg-blue .pagination__item__link.next:hover:before {
    border-left-color: #ffff00; }
  .bg-blue .borderBox__head {
    color: #fff; }
    .bg-blue .borderBox__head:before {
      border-color: #fff; }
  .bg-blue .emergencyBox {
    background: none; }
  .bg-blue .newsBox {
    border: 1px solid #fff;
    background: #0000ff; }
  .bg-blue .newsBox__head__title {
    color: #fff; }
  .bg-blue .newsBox__head__link:after {
    border-left-color: #ffff00; }
  .bg-blue .newsBox__head__link--rss:after {
    color: #ffff00; }
  .bg-blue .newsLabel {
    border-color: #fff;
    background: transparent;
    color: #fff; }
  .bg-blue .balloonBox__img:before {
    border-right-color: #fff; }
  .bg-blue .balloonBox__img:after {
    border-right-color: #0000ff; }
  .bg-blue .balloonBox__txt {
    border-color: #fff;
    background: #0000ff; }
  .bg-blue .newsList__title:before {
    border-left-color: #fff; }
  .bg-blue .topicsList__item:before {
    border-top-color: transparent;
    border-right: 0 none;
    border-bottom-color: transparent; }
  .bg-blue .pictBox {
    background: none;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    border-left: 1px solid #fff; }
  .bg-blue .pictBox__head {
    margin-right: -1px;
    margin-left: -1px; }
  .bg-blue .pictBox__body__title {
    color: #fff; }
  .bg-blue .linkBlockList__item__link {
    background: none; }
  .bg-blue .textBanner__txt,
  .bg-blue .textBannerL__txt {
    border: 1px solid #fff;
    background: #0000ff;
    color: #ffff00; }
  .bg-blue .yearBox__select {
    background: #0000ff; }
  .bg-blue .yearBox__current {
    border-color: #fff;
    background: #0000ff; }
  .bg-blue .yearBox__select li + li {
    border-top-color: #fff; }
  .bg-blue .yearBox__select li:nth-of-type(2n+1) {
    background: #0000ff; }
  .bg-blue .yearBox__select a:hover {
    background: #0000aa; }
  .bg-blue .newsTab {
    border-color: #fff; }
  .bg-blue .newsTab__item + .newsTab__item {
    border-left-color: #fff; }
  .bg-blue .newsTab__item__link {
    background: #0000ff; }
    .bg-blue .newsTab__item__link:hover {
      background: #0000aa; }
  .bg-blue .bg-white {
    background: none; }
  .bg-blue .bg-pink {
    color: #333; }
  .bg-blue .bg-waterblue {
    color: #333; }
@media screen and (max-width: 940px) {
  .bg-blue .logo {
    height: 62px; } }
