@charset "UTF-8";
/*+-----+
/+ RESET
/*+-------------------------------------------*/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

body {
  line-height: 1; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

nav ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after, q:before, q:after {
  content: none; }

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none; }

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold; }

del {
  text-decoration: line-through; }

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help; }

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0; }

input, select {
  vertical-align: middle; }

img {
  vertical-align: top; }
  img[usemap] {
    border-width: 0; }
  a img {
    border-width: 0;
    text-decoration: none; }

ul, li {
  list-style: none; }

/*+-----+
/+ BASE
/*+-------------------------------------------*/
html {
  font-size: 62.5%; }

body {
  margin: 0;
  padding: 0;
  background-color: #fff;
  color: #000;
  font-size: 1.4rem;
  line-height: 1.8;
  font-family: "ヒラギノ角ゴ", "游ゴシック", sans-serif;
  -webkit-text-size-adjust: none; }
  @media screen and (max-width: 820px) {
    body {
      font-size: 1.4rem; } }
  @media screen and (max-width: 670px) {
    body {
      font-size: 1.4rem; } }

a {
  text-decoration: none;
  color: #0067b8; }
  a:hover {
    text-decoration: none; }

/*+-----+
/+ STRUCTURE
/*+-------------------------------------------*/
/* header
/*+---------------------------------*/
.header {
  position: relative;
  z-index: 100;
  height: 165px;
  -webkit-box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.2);
  border-bottom: solid 5px #0168b7; }
  .header-fake {
    display: none;
    height: 165px; }
  .header__inner {
    position: relative;
    margin: 0 auto;
    padding: 0 10px;
    max-width: 1024px; }
    .header__inner:after {
      content: '';
      clear: both;
      display: block; }
  .header .e5489-logo {
    float: left;
    margin-top: 20px; }
    .header .e5489-logo__image {
      display: inline-block;
      width: 130px;
      height: 50px;
      background-image: url(/global/en/howto/train-reservation/assets/img/e5489_logo.png);
      background-repeat: no-repeat;
      text-indent: -99999px;
      overflow: hidden; }
    .header .e5489-logo__text {
      display: inline-block;
      vertical-align: top;
      position: relative;
      top: 8px;
      left: 5px;
      color: #0168b7;
      font-size: 2.2rem;
      font-weight: bold; }
  .header .e5489-login {
    position: absolute;
    top: 20px;
    right: 10px;
    width: 200px; }
    .header .e5489-login a {
      display: block;
      position: relative;
      width: 200px;
      padding: 8px 0;
      background-color: #0168b7;
      background: -webkit-linear-gradient(310deg, #0168b7 0%, #0168b7 45%, #024b82 65%, #024b82 100%);
      background: linear-gradient(140deg, #0168b7 0%, #0168b7 45%, #024b82 65%, #024b82 100%);
      color: #fff;
      text-align: center; }
      .header .e5489-login a:after {
        display: block;
        position: absolute;
        bottom: 5px;
        right: 5px;
        content: '';
        width: 6px;
        height: 6px;
        background-image: url(/global/en/howto/train-reservation/assets/img/arrow_orange_right_bottom.png);
        background-repeat: no-repeat;
        -webkit-background-size: 100% auto;
                background-size: 100% auto; }
      .header .e5489-login a:hover {
        background-color: #eb9f1a;
        background: -webkit-linear-gradient(310deg, #f5b856 0%, #f5b856 48%, #dd9a28 65%, #dd9a28 100%);
        background: linear-gradient(140deg, #f5b856 0%, #f5b856 48%, #dd9a28 65%, #dd9a28 100%); }
        .header .e5489-login a:hover:after {
          display: block;
          position: absolute;
          bottom: 5px;
          right: 5px;
          content: '';
          width: 6px;
          height: 6px;
          background-image: url(/global/en/howto/train-reservation/assets/img/arrow_white_right_bottom.png);
          background-repeat: no-repeat;
          -webkit-background-size: 100% auto;
                  background-size: 100% auto; }
      .header .e5489-login a br {
        display: none; }
  @media screen and (max-width: 670px) {
    .header {
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      background-color: #fff;
      border-bottom: none;
      height: 60px; }
      .header-fake {
        height: 60px; }
      .header__inner {
        padding: 0 10px;
        overflow: visible;
        height: 60px; }
      .header .e5489-logo {
        margin-top: 15px; }
        .header .e5489-logo__image {
          width: 88px;
          height: 35px;
          background-image: url(/global/en/howto/train-reservation/assets/img/e5489_logo_2x.png);
          -webkit-background-size: 100% auto;
                  background-size: 100% auto; }
        .header .e5489-logo__text {
          font-size: 1.3rem;
          top: 6px;
          left: 0; }
      .header .e5489-login {
        top: 10px;
        right: 62px;
        width: 72px; }
        .header .e5489-login a {
          padding: 6px 0;
          width: 72px;
          font-size: 1.1rem;
          line-height: 1.2; }
          .header .e5489-login a br {
            display: inline; } }

/* header minimum version
/*+---------------------------------*/
.header.fixed {
  position: fixed;
  top: 0;
  left: 0; }

.header.minimum {
  width: 100%;
  height: 80px;
  background-color: rgba(255, 255, 255, 0.95); }
  .header.minimum .header__inner {
    display: table;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%; }
  .header.minimum .e5489-logo {
    float: none;
    display: table-cell;
    vertical-align: middle;
    width: 210px; }
    .header.minimum .e5489-logo__image {
      width: 92px;
      height: 36px;
      background-image: url(/global/en/howto/train-reservation/assets/img/e5489_logo_s.png); }
    .header.minimum .e5489-logo__text {
      top: 8px;
      left: 2px;
      font-size: 1.5rem; }
  .header.minimum .e5489-login {
    display: table-cell;
    position: relative;
    top: inherit;
    right: inherit;
    vertical-align: middle;
    float: none;
    padding-left: 20px;
    width: 80px; }
    .header.minimum .e5489-login a {
      width: 80px;
      font-size: 1.1rem;
      line-height: 1.2; }
      .header.minimum .e5489-login a br {
        display: inline; }
  @media screen and (max-width: 820px) {
    .header.minimum {
      height: 120px; }
      .header.minimum .e5489-logo {
        width: 180px; }
        .header.minimum .e5489-logo__image {
          width: 72px;
          height: 28px; }
        .header.minimum .e5489-logo__text {
          top: 6px;
          font-size: 1.4rem; }
      .header.minimum .e5489-login {
        padding-left: 10px; } }

/* sp-menu-open-button
/*+---------------------------------*/
.sp-menu-open-button {
  display: none; }
  @media screen and (max-width: 670px) {
    .sp-menu-open-button {
      display: block;
      position: absolute;
      top: 10px;
      right: 10px;
      padding: 0;
      border: none;
      width: 42px;
      height: 39px;
      background-color: #fff;
      color: #0168b7;
      font-size: 1.0rem;
      cursor: pointer;
      text-align: center; }
      .sp-menu-open-button:before {
        position: relative;
        top: 5px;
        display: block;
        content: '';
        margin-bottom: 10px;
        width: 42px;
        height: 12px;
        background-image: url(/global/en/howto/train-reservation/assets/img/icon_menu.png);
        background-repeat: no-repeat;
        background-position: center top;
        -webkit-background-size: auto 100%;
                background-size: auto 100%; } }

/* global-navigation
/*+---------------------------------*/
.global-navigation {
  float: left;
  display: table;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 15px 0 10px;
  width: 100%; }
  .global-navigation__list {
    position: relative;
    display: table-cell;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 20%;
    border-left: 1px solid #d9d9d9;
    vertical-align: top; }
    .global-navigation__list:hover .global-navigation-sub {
      display: block; }
    .global-navigation__list:last-child {
      border-right: 1px solid #d9d9d9; }
    .global-navigation__list.current a {
      color: #eb9f1a; }
    .global-navigation__list > a {
      display: table;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      padding: 0 5px;
      width: 100%;
      height: 60px;
      text-align: center;
      font-size: 1.6rem;
      font-weight: bold;
      color: #000;
      line-height: 1.5; }
      .global-navigation__list > a:hover {
        color: #eb9f1a; }
      .global-navigation__list > a span {
        display: table-cell;
        vertical-align: middle; }
  @media screen and (max-width: 820px) {
    .global-navigation__list > a br {
      display: none; } }
  @media screen and (max-width: 670px) {
    .global-navigation {
      position: relative;
      z-index: 160;
      float: right;
      padding: 0;
      width: 93%;
      background-color: #fff; }
      .global-navigation-wrap {
        display: none;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 140;
        overflow-y: scroll;
        width: 100%; }
      .global-navigation__list {
        display: block;
        width: auto;
        border-left: none; }
        .global-navigation__list:last-child {
          border-right: none; }
        .global-navigation__list > a {
          padding: 0 10px;
          text-align: left;
          font-size: 1.4rem; }
          .global-navigation__list > a span {
            padding: 15px 5px;
            margin: 0 10px;
            border-bottom: 1px solid #d9d9d9; }
        .global-navigation__list:last-child > a span {
          border-bottom: none; } }

/* global-navigation minimum
/*+---------------------------------*/
.global-navigation.minimum {
  float: none;
  display: table;
  padding: 10px 0 10px;
  width: 100%; }
  .global-navigation.minimum .global-navigation__list > a {
    font-size: 1.3rem; }
  @media screen and (max-width: 1100px) {
    .global-navigation.minimum .global-navigation__list > a br {
      display: none; } }
  @media screen and (max-width: 820px) {
    .global-navigation.minimum .global-navigation__list > a {
      height: 100px; } }

/* global-navigation-sub
/*+---------------------------------*/
.global-navigation-sub {
  display: none;
  position: absolute;
  top: 100px;
  left: 0;
  background-color: #0168b7; }

/* sp-menu-label
/*+---------------------------------*/
.global-navigation .sp-menu-label {
  display: none;
  border-left: none;
  position: relative;
  padding: 15px;
  border-bottom: 1px solid #d9d9d9;
  overflow: hidden;
  cursor: pointer; }
  .global-navigation .sp-menu-label .sp-menu-label__text {
    float: left;
    font-size: 1.8rem;
    color: #0168b7;
    font-weight: bold; }
  .global-navigation .sp-menu-label .sp-menu-label__close-button {
    float: right;
    position: relative;
    border: none;
    width: 26px;
    height: 26px;
    background-color: #0168b7;
    background: -webkit-linear-gradient(310deg, #0168b7 0%, #0168b7 45%, #024b82 65%, #024b82 100%);
    background: linear-gradient(140deg, #0168b7 0%, #0168b7 45%, #024b82 65%, #024b82 100%);
    text-indent: -9999px;
    cursor: pointer; }
    .global-navigation .sp-menu-label .sp-menu-label__close-button:after {
      display: block;
      position: absolute;
      top: 7px;
      left: 7px;
      content: '';
      width: 12px;
      height: 12px;
      background-image: url(/global/en/howto/train-reservation/assets/img/icon_close.png);
      background-repeat: no-repeat;
      -webkit-background-size: 100% auto;
              background-size: 100% auto; }
  @media screen and (max-width: 670px) {
    .global-navigation .sp-menu-label {
      display: block; } }

/* sp-menu-overlay-bg
/*+---------------------------------*/
.sp-menu-overlay-bg {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  overflow: hidden;
  z-index: 120;
  width: 100%;
  height: 100%;
  padding-bottom: 108px;
  background-color: rgba(0, 104, 179, 0.7); }
  .sp-menu-overlay-bg.open {
    display: block; }

/* footer
/*+---------------------------------*/
.footer-main-contents {
  position: relative;
  z-index: 90;
  width: 100%;
  padding: 25px 0;
  background-color: rgba(0, 104, 184, 0.95);
  background: -webkit-linear-gradient(310deg, rgba(0, 104, 184, 0.95) 0%, rgba(0, 104, 184, 0.95) 45%, rgba(0, 75, 133, 0.95) 65%, rgba(0, 75, 133, 0.95) 100%);
  background: linear-gradient(140deg, rgba(0, 104, 184, 0.95) 0%, rgba(0, 104, 184, 0.95) 45%, rgba(0, 75, 133, 0.95) 65%, rgba(0, 75, 133, 0.95) 100%); }
  .footer-main-contents:after {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 10;
    content: '';
    width: 340px;
    height: 90px;
    background-image: url(/global/en/howto/train-reservation/assets/img/image_shinkanse2.png);
    background-repeat: no-repeat; }
  .footer-main-contents__list {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: relative;
    z-index: 20;
    margin: 0 auto;
    padding: 0 10px;
    max-width: 800px;
    overflow: hidden; }
    .footer-main-contents__list li {
      float: left;
      margin-left: 10px;
      width: 32%; }
      .footer-main-contents__list li:first-child {
        margin-left: 0; }
      .footer-main-contents__list li:only-child {
        float: none;
        margin: 0 auto; }
      .footer-main-contents__list li a {
        display: block;
        position: relative;
        border: 1px solid #95a9cb;
        padding: 12px 10px;
        color: #fff;
        font-size: 1.6rem;
        text-align: center;
        line-height: 1.4; }
        .footer-main-contents__list li a br {
          display: none; }
        .footer-main-contents__list li a:after {
          display: block;
          position: absolute;
          bottom: 5px;
          right: 5px;
          content: '';
          width: 8px;
          height: 8px;
          background-image: url(/global/en/howto/train-reservation/assets/img/arrow_orange_right_bottom.png);
          background-repeat: no-repeat;
          -webkit-background-size: 100% auto;
                  background-size: 100% auto; }
        .footer-main-contents__list li a:hover {
          background-color: #eb9f1a;
          background: -webkit-linear-gradient(310deg, #f5b856 0%, #f5b856 48%, #dd9a28 65%, #dd9a28 100%);
          background: linear-gradient(140deg, #f5b856 0%, #f5b856 48%, #dd9a28 65%, #dd9a28 100%);
          border-color: #eb9f1a; }
          .footer-main-contents__list li a:hover:after {
            display: block;
            position: absolute;
            bottom: 5px;
            right: 5px;
            content: '';
            width: 8px;
            height: 8px;
            background-image: url(/global/en/howto/train-reservation/assets/img/arrow_white_right_bottom.png);
            background-repeat: no-repeat;
            -webkit-background-size: 100% auto;
                    background-size: 100% auto; }
  @media screen and (max-width: 1340px) {
    .footer-main-contents:after {
      display: none; } }
  @media screen and (max-width: 670px) {
    .footer-main-contents {
      padding: 0;
      background: none; }
      .footer-main-contents:after {
        display: none; }
      .footer-main-contents__list {
        display: table;
        padding: 0;
        width: 100%; }
        .footer-main-contents__list li {
          float: none;
          display: table-cell;
          margin-left: 0;
          width: 33.333333%;
          vertical-align: top; }
          .footer-main-contents__list li:first-child a {
            border-left: none; }
          .footer-main-contents__list li a {
            display: table;
            padding: 0;
            width: 100%;
            height: 50px;
            border: none;
            border-left: 1px solid #fff;
            background-color: #0168b7;
            background: -webkit-linear-gradient(310deg, #0168b7 0%, #0168b7 45%, #024b82 65%, #024b82 100%);
            background: linear-gradient(140deg, #0168b7 0%, #0168b7 45%, #024b82 65%, #024b82 100%);
            font-size: 1.2rem; }
            .footer-main-contents__list li a br {
              display: inline; }
            .footer-main-contents__list li a span {
              display: table-cell;
              vertical-align: middle; } }

/* footer-navigation
/*+---------------------------------*/
.footer-navigation {
  overflow: hidden;
  display: table;
  margin: 0 auto;
  padding: 40px 10px;
  max-width: 960px; }
  .footer-navigation-logo {
    display: table-cell;
    padding-right: 20px;
    width: 145px;
    vertical-align: top; }
    .footer-navigation-logo a {
      display: block;
      width: 145px;
      height: 24px;
      background-image: url(/global/en/howto/train-reservation/assets/img/logo_odekakenet.png);
      background-repeat: no-repeat;
      text-indent: -99999px; }
  .footer-navigation-box-wrap {
    display: table-cell; }
  .footer-navigation-box {
    display: table-cell;
    vertical-align: top;
    padding: 8px 20px 0;
    border-left: 1px solid #d9d9d9; }
  .footer-navigation-list {
    display: table-cell;
    font-size: 1.2rem; }
    .footer-navigation-list + .footer-navigation-list {
      padding-left: 30px; }
    .footer-navigation-list li {
      margin-bottom: 8px; }
      .footer-navigation-list li a {
        text-decoration: underline; }
        .footer-navigation-list li a:hover {
          text-decoration: none; }
  @media screen and (max-width: 670px) {
    .footer-navigation {
      display: block;
      padding: 0; }
      .footer-navigation-logo {
        display: block;
        position: relative;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        padding: 15px 10px;
        width: 100%;
        border-bottom: 1px solid #d9d9d9;
        cursor: pointer; }
        .footer-navigation-logo a {
          width: 132px;
          height: 30px;
          background-image: url(/global/en/howto/train-reservation/assets/img/logo_odekakenet_2x.png);
          -webkit-background-size: 100% auto;
                  background-size: 100% auto; }
        .footer-navigation-logo:after {
          position: absolute;
          top: 25px;
          right: 10px;
          content: '';
          width: 19px;
          height: 13px;
          background-image: url(/global/en/howto/train-reservation/assets/img/arrow_blue_bottom.png);
          background-repeat: no-repeat;
          -webkit-background-size: 100% auto;
                  background-size: 100% auto; }
        .footer-navigation-logo.open:after {
          background-image: url(/global/en/howto/train-reservation/assets/img/arrow_blue_top.png); }
      .footer-navigation-box-wrap {
        display: none;
        border-bottom: 1px solid #d9d9d9; }
      .footer-navigation-box {
        display: block;
        margin: 15px;
        padding: 0 0 5px;
        border-left: none;
        border-bottom: 1px solid #d9d9d9; }
        .footer-navigation-box:last-child {
          margin-bottom: 0;
          border-bottom: none; }
      .footer-navigation-list {
        display: block; }
        .footer-navigation-list + .footer-navigation-list {
          padding-left: 0; }
        .footer-navigation-list li {
          margin-bottom: 8px; } }

/* footer-copyright
/*+---------------------------------*/
.footer-bottom-wrap {
  position: relative;
  padding: 25px 10px;
  border-top: 1px solid #d9d9d9; }
  @media screen and (max-width: 670px) {
    .footer-bottom-wrap {
      border-top: none;
      padding: 15px 10px; } }

.footer-copyright {
  padding-right: 40px;
  text-align: center;
  font-size: 1.2rem; }
  @media screen and (max-width: 670px) {
    .footer-copyright {
      text-align: left;
      font-size: 1.0rem; } }

/* pagetop-button
/*+---------------------------------*/
.pagetop-button {
  position: absolute;
  bottom: 0;
  right: 30px;
  overflow: hidden;
  padding: 0;
  width: 40px;
  height: 40px;
  border: none;
  background-color: #0168b7;
  background: -webkit-linear-gradient(310deg, #0168b7 0%, #0168b7 45%, #024b82 65%, #024b82 100%);
  background: linear-gradient(140deg, #0168b7 0%, #0168b7 45%, #024b82 65%, #024b82 100%);
  text-indent: -9999px;
  cursor: pointer; }
  .pagetop-button:after {
    display: block;
    position: relative;
    top: -8px;
    left: 0;
    margin: 0 auto;
    content: '';
    width: 19px;
    height: 13px;
    background-image: url(/global/en/howto/train-reservation/assets/img/arrow_white_top.png);
    background-repeat: no-repeat;
    background-position: center top;
    -webkit-background-size: auto 100%;
            background-size: auto 100%; }
  .pagetop-button:hover {
    background-color: #eb9f1a;
    background: -webkit-linear-gradient(310deg, #f5b856 0%, #f5b856 48%, #dd9a28 65%, #dd9a28 100%);
    background: linear-gradient(140deg, #f5b856 0%, #f5b856 48%, #dd9a28 65%, #dd9a28 100%); }
  @media screen and (max-width: 670px) {
    .pagetop-button {
      bottom: 0;
      right: 0; } }

/* HEADING
/*+---------------------------------*/
/* --- heading-level2 --- */
.heading-level2 {
  margin-bottom: 40px;
  padding: 0 0 10px 8px;
  border-bottom: 1px solid #d9d9d9;
  font-size: 2.8rem;
  color: #0168b7; }
  @media screen and (max-width: 670px) {
    .heading-level2 {
      margin-bottom: 25px;
      font-size: 2.0rem;
      line-height: 1.4;
      padding-bottom: 5px; } }

/* --- heading-level3 --- */
.heading-level3 {
  margin-bottom: 25px; }
  .heading-level3__text {
    float: left;
    padding: 0 0 6px 10px;
    font-size: 2.2rem; }
  .heading-level3__link {
    float: right;
    display: inline-block;
    padding: 10px 10px 0 0;
    text-decoration: underline; }
    .heading-level3__link:hover {
      text-decoration: none; }
  .heading-level3:after {
    clear: both;
    display: block;
    content: '';
    width: 100%;
    height: 5px;
    background-color: #0168b7;
    background: -webkit-gradient(linear, left top, right top, color-stop(33%, #0167b9), to(#e4b75c));
    background: -webkit-linear-gradient(left, #0167b9 33%, #e4b75c 100%);
    background: linear-gradient(to right, #0167b9 33%, #e4b75c 100%); }
  @media screen and (max-width: 670px) {
    .heading-level3 {
      margin-bottom: 20px; }
      .heading-level3__text {
        font-size: 1.8rem;
        line-height: 1.4; }
      .heading-level3__link {
        font-size: 1.2rem; } }

/* --- heading-level4 --- */
.heading-level4 {
  margin-bottom: 20px;
  padding: 0 0 5px 10px;
  border-bottom: 1px solid #d9d9d9;
  font-size: 1.8rem;
  color: #0168b7; }
  @media screen and (max-width: 670px) {
    .heading-level4 {
      font-size: 1.6rem;
      line-height: 1.4; } }

/* --- heading-level5 --- */
.heading-level5 {
  margin-bottom: 10px;
  font-size: 1.6rem;
  font-weight: bold; }
  .heading-level5__sub-text {
    font-size: 1.4rem;
    font-weight: normal; }
  @media screen and (max-width: 670px) {
    .heading-level5 {
      font-size: 1.5rem;
      line-height: 1.5; } }

/* --- attention-heading --- */
.attention-heading {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-top: 45px;
  margin-bottom: 10px;
  padding-top: 20px;
  height: 92px;
  background-image: url(/global/en/howto/train-reservation/assets/img/attention_heading_bg.png);
  background-repeat: no-repeat;
  background-position: center top;
  text-align: center;
  font-weight: bold;
  font-size: 2.2rem; }
  @media screen and (max-width: 670px) {
    .attention-heading {
      margin-top: 30px;
      padding-top: 12px;
      height: 55px;
      -webkit-background-size: auto 100%;
              background-size: auto 100%;
      font-size: 1.4rem; } }

/* BOX
/*+---------------------------------*/
/* --- content-wrap --- */
.content-wrap {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto;
  padding: 0 10px;
  max-width: 1044px; }

/* --- content-box --- */
.content-box {
  margin-bottom: 50px; }
  @media screen and (max-width: 670px) {
    .content-box {
      margin-bottom: 35px; } }

/* --- content-box-2 --- */
.content-box-2 {
  margin-top: 30px;
  margin-bottom: 30px; }

/* --- content-inner --- */
.content-inner {
  margin: 0 10px; }

/* --- text-box --- */
.text-box {
  margin-bottom: 20px; }
  .text-box p {
    margin-bottom: 5px; }

/* --- strong-text-box --- */
.strong-text-box {
  margin-bottom: 30px; }
  .strong-text-box p {
    margin-bottom: 5px;
    color: #0168b7;
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 1.5; }
    .strong-text-box p:last-child {
      margin-bottom: 0; }
  @media screen and (max-width: 670px) {
    .strong-text-box p {
      font-size: 1.6rem; } }

/* --- heading-level2-with-text--- */
.heading-level2-with-text {
  margin-bottom: 50px;
  padding: 0 10px; }
  .heading-level2-with-text p {
    margin-bottom: 10px; }
  .heading-level2-with-text *:last-child {
    margin-bottom: 0; }

/* --- relational-info --- */
.relational-info {
  margin: 20px 0;
  padding: 15px;
  background-color: #f0f0f0; }
  .relational-info__label {
    float: left; }
  .relational-info__text a {
    margin-right: 10px;
    text-decoration: underline; }
    .relational-info__text a:hover {
      text-decoration: none; }

/* --- image-box --- */
.image-box {
  margin-bottom: 30px;
  text-align: center; }
  .image-box img {
    max-width: 100%;
    height: auto; }

/* --- highlight-box --- */
.highlight-box {
  margin: 15px 0;
  padding: 10px 15px;
  background-color: #f7efc7; }

/* --- two-column-with-image --- */
.two-column-with-image {
  margin-bottom: 30px;
  overflow: hidden; }
  .two-column-with-image__image {
    float: left;
    width: 28%; }
    .two-column-with-image__image img {
      max-width: 276px;
      width: 100%;
      height: auto; }
  .two-column-with-image__content {
    float: right;
    width: 68%; }
    .two-column-with-image__content p {
      margin-bottom: 10px; }
    .two-column-with-image__content *:last-child {
      margin-bottom: 0; }
  .two-column-with-image--right .two-column-with-image__image {
    float: right; }
  .two-column-with-image--right .two-column-with-image__content {
    float: left; }
  @media screen and (max-width: 670px) {
    .two-column-with-image__image {
      margin-bottom: 25px;
      float: none;
      width: auto;
      text-align: center; }
      .two-column-with-image__image p {
        max-width: 276px;
        padding-top: 5px;
        margin: 0 auto;
        text-align: left; }
    .two-column-with-image__content {
      float: none;
      width: auto; }
    .two-column-with-image--right .two-column-with-image__image {
      float: none; }
    .two-column-with-image--right .two-column-with-image__content {
      float: none; } }

/* --- image-with-caption --- */
.image-with-caption__image {
  margin-bottom: 5px; }

.image-with-caption + .image-with-caption {
  margin-top: 20px; }

/* --- flow --- */
.flow__box {
  overflow: hidden;
  position: relative;
  padding-bottom: 50px; }
  .flow__box:after {
    display: block;
    position: absolute;
    left: 12%;
    bottom: 10px;
    content: '';
    width: 40px;
    height: 26px;
    background-image: url(/global/en/howto/train-reservation/assets/img/flow_arrow_bottom.png);
    background-repeat: no-repeat;
    background-position: left bottom;
    -webkit-background-size: 100% auto;
            background-size: 100% auto; }
  .flow__box:last-child {
    padding-bottom: 0; }
    .flow__box:last-child:after {
      content: none; }

.flow__image {
  position: relative;
  float: left;
  width: 28%; }
  .flow__image img {
    width: 100%;
    max-width: 276px;
    height: auto; }
  .flow__image .flow__image__in {
    position: relative;
    max-width: 276px;
    display: inline-block;
    }



@-webkit-keyframes fadeIn
{
  0%,
  10%
  {
    opacity: 0;
  }
  30%,
  95%
  {
    opacity: 1;
  }
  100%
  {
    opacity: 0;
  }
}
@keyframes fadeIn
{
  0%,
  10%
  {
    opacity: 0;
  }
  30%,
  95%
  {
    opacity: 1;
  }
  100%
  {
    opacity: 0;
  }
}

@-webkit-keyframes fadeInOut
{
  0%,
  10%
  {
    opacity: 0;
  }
  30%,
  40%
  {
    opacity: 1;
  }
  50%,
  100%
  {
    opacity: 0;
  }
}
@keyframes fadeInOut
{
  0%,
  10%
  {
    opacity: 0;
  }
  30%,
  40%
  {
    opacity: 1;
  }
  50%,
  100%
  {
    opacity: 0;
  }
}

@-webkit-keyframes fadeIn2
{
  0%,
  40%
  {
    opacity: 0;
  }
  60%,
  95%
  {
    opacity: 1;
  }
  100%
  {
    opacity: 0;
  }
}
@keyframes fadeIn2
{
  0%,
  40%
  {
    opacity: 0;
  }
  60%,
  95%
  {
    opacity: 1;
  }
  100%
  {
    opacity: 0;
  }
}



  .flow__image .flow__mark {
    border: 4px solid #ff0000;
    position: absolute;
    display: block;
    left: 0;
    top: 0;
    width: 0%;
    height: 0%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    opacity: 0;
    }
  .flow__image.is-animeActive .flow__mark {
    -webkit-animation: fadeIn 5s ease infinite both;
    animation: fadeIn 5s ease infinite both;
  }
  .flow__image.is-animeActive .flow__mark--1,
  .flow__image.is-animeActive .flow__mark--2,
  .flow__image.is-animeActive .flow__mark--3 {
  }
  .flow__image.is-animeActive .flow__mark--4-2,
  .flow__image.is-animeActive .flow__mark--8-2 {
    -webkit-animation-name: fadeIn2;
    animation-name: fadeIn2;
  }
  .flow__image.is-animeActive .flow__mark--8-1 {
    -webkit-animation-name: fadeInOut;
    animation-name: fadeInOut;
  }
  .flow__image .flow__mark--1 {
    margin-top: 0.5%;
    margin-left: 57.5%;
    width: 42.6%;
    height: 13%;
    }
  .flow__image .flow__mark--2 {
    margin-top: 11.5%;
    margin-left: 49.3%;
    width: 47%;
    height: 23.3%;
    }
  .flow__image .flow__mark--3 {
    margin-top: 25.9%;
    margin-left: 9.9%;
    width: 80.5%;
    height: 17.5%;
    }
  .flow__image .flow__mark--4-1 {
    margin-top: 12.5%;
    margin-left: 1.5%;
    width: 47.2%;
    height: 69.5%;
    }
  .flow__image .flow__mark--4-2 {
    margin-top: 22.5%;
    margin-left: 61.4%;
    width: 27.5%;
    height: 15.5%;
    }
  .flow__image .flow__mark--8-1 {
    border: 0;
    margin-top: 39%;
    margin-left: 65%;
    width: 18.5%;
    height: 30%;
    }
  .flow__image .flow__mark--8-2 {
    border: 0;
    margin-top: 46.9%;
    margin-left: 36%;
    width: 18.5%;
    height: 30%;
    }

.flow__text {
  float: left;
  margin-left: 4%;
  width: 68%; }

@media screen and (max-width: 670px) {
  .flow__box {
    margin-bottom: 13px; }
    .flow__box:after {
      left: 50%;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%);
      width: 32px;
      height: 20px; }
    .flow__box:last-child {
      margin-bottom: 0; }
  .flow__image {
    float: none;
    margin-bottom: 25px;
    width: auto;
    text-align: center; }
  .flow__text {
    float: none;
    margin-left: 0;
    width: auto; } }

/* --- description-box --- */
.description-box {
  margin-bottom: 30px; }
  .description-box dt {
    margin-bottom: 10px;
    padding: 0 0 5px 10px;
    border-bottom: 1px solid #d9d9d9;
    font-size: 1.8rem;
    color: #0168b7;
    font-weight: bold; }
  .description-box dd {
    padding-left: 10px; }
  @media screen and (max-width: 670px) {
    .description-box {
      margin-bottom: 20px; }
      .description-box dt {
        font-size: 1.6rem; } }

/* --- step-thumbnail --- */
.step-thumbnail {
  overflow: hidden;
  margin-top: -10px;
  margin-bottom: 20px; }
  .step-thumbnail__box {
    position: relative;
    float: left;
    margin-top: 10px;
    width: 140px;
    text-align: center; }
    .step-thumbnail__box:after {
      display: table-cell;
      content: '';
      width: 10px;
      height: 100%;
      background-image: url(/global/en/howto/train-reservation/assets/img/step_arrow_right.png);
      background-repeat: no-repeat;
      background-position: center center; }
    .step-thumbnail__box:last-child:after {
      display: none; }
  .step-thumbnail__label {
    width: 130px;
    height: 25px;
    background-color: #91caf2;
    color: #fff;
    font-size: 1.2rem;
    line-height: 25px;
    font-weight: bold; }
  .step-thumbnail__text {
    display: table-cell;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 130px;
    padding: 15px 10px;
    background-color: #d0e4f2;
    vertical-align: middle;
    font-weight: bold; }
  .step-thumbnail--4column .step-thumbnail__box {
    width: 240px; }
  .step-thumbnail--4column .step-thumbnail__label {
    width: 230px; }
  .step-thumbnail--4column .step-thumbnail__text {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 230px; }
  .step-thumbnail + .two-column-with-image {
    margin-top: 30px; }
  @media screen and (max-width: 820px) {
    .step-thumbnail--4column .step-thumbnail__box {
      width: 220px; }
    .step-thumbnail--4column .step-thumbnail__label {
      width: 210px; }
    .step-thumbnail--4column .step-thumbnail__text {
      width: 210px; } }
  @media screen and (max-width: 670px) {
    .step-thumbnail {
      margin-bottom: 30px; }
      .step-thumbnail--4column .step-thumbnail__box {
        width: 140px; }
      .step-thumbnail--4column .step-thumbnail__label {
        width: 130px; }
      .step-thumbnail--4column .step-thumbnail__text {
        width: 130px; } }

/* --- price-box --- */
.price-box {
  margin-bottom: 30px;
  overflow: hidden; }
  .price-box__list {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    float: left;
    margin-right: 20px;
    padding: 15px 10px;
    width: 188px;
    background-color: #f7efc7;
    text-align: center; }
    .price-box__list-text {
      font-size: 1.6rem;
      font-weight: bold; }
    .price-box__list-price {
      font-size: 3.0rem;
      font-weight: bold;
      color: #bf4c4c; }
      .price-box__list-price span {
        display: inline-block;
        padding-left: 5px;
        font-size: 1.6rem; }
  @media screen and (max-width: 670px) {
    .price-box {
      margin-bottom: 20px; }
      .price-box__list {
        margin-right: 10px;
        width: 125px; }
        .price-box__list-text {
          font-size: 1.2rem; }
        .price-box__list-price {
          font-size: 2.4rem; }
          .price-box__list-price span {
            font-size: 1.2rem; } }

/* --- recommend-banner --- */
.recommend-banner {
  overflow: hidden;
  position: relative; }
  .recommend-banner__block {
    float: left;
    margin-right: 30px; }
    .recommend-banner__block img {
      width: 100%;
      height: auto; }
  .recommend-banner .slick-list {
    margin: 0 30px 0 60px;
    overflow: hidden; }
  .recommend-banner .slick-arrow {
    position: absolute;
    top: 0;
    width: 24px;
    height: 100%;
    padding: 0;
    border: none;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center center;
    cursor: pointer;
    text-indent: -9999px;
    -webkit-background-size: 100% auto;
            background-size: 100% auto; }
    .recommend-banner .slick-arrow.slick-disabled {
      cursor: default; }
  .recommend-banner .slick-prev {
    left: 0;
    background-image: url(/global/en/howto/train-reservation/assets/img/arrow_blue_left.png); }
    .recommend-banner .slick-prev.slick-disabled {
      background-image: url(/global/en/howto/train-reservation/assets/img/arrow_gray_left.png); }
  .recommend-banner .slick-next {
    right: 0;
    background-image: url(/global/en/howto/train-reservation/assets/img/arrow_blue_right.png); }
    .recommend-banner .slick-next.slick-disabled {
      background-image: url(/global/en/howto/train-reservation/assets/img/arrow_gray_right.png); }
  @media screen and (max-width: 670px) {
    .recommend-banner__block {
      margin-right: 10px; }
    .recommend-banner .slick-list {
      margin: 0 15px 0 30px; }
    .recommend-banner .slick-arrow {
      width: 12px;
      -webkit-background-size: 100% auto;
              background-size: 100% auto; }
    .recommend-banner .slick-prev {
      background-image: url(/global/en/howto/train-reservation/assets/img/arrow_blue_left_2x.png); }
      .recommend-banner .slick-prev.slick-disabled {
        background-image: url(/global/en/howto/train-reservation/assets/img/arrow_gray_left_2x.png); }
    .recommend-banner .slick-next {
      background-image: url(/global/en/howto/train-reservation/assets/img/arrow_blue_right_2x.png); }
      .recommend-banner .slick-next.slick-disabled {
        background-image: url(/global/en/howto/train-reservation/assets/img/arrow_gray_right_2x.png); } }

/* --- search-tab-button --- */
.search-tab-button {
  position: relative;
  z-index: 20;
  width: 100%;
  height: 70px; }
  .search-tab-button li {
    position: absolute;
    top: 0;
    width: 50%; }
    .search-tab-button li:nth-child(1) {
      left: 0; }
      .search-tab-button li:nth-child(1) a {
        border-left: 1px solid #d8d8d8; }
        .search-tab-button li:nth-child(1) a.current {
          border-left: none;
          border-top: none; }
    .search-tab-button li:nth-child(2) {
      right: 0; }
      .search-tab-button li:nth-child(2) a {
        border-right: 1px solid #d8d8d8; }
        .search-tab-button li:nth-child(2) a.current {
          border-right: none;
          border-top: none; }
    .search-tab-button li a {
      position: relative;
      display: block;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      height: 60px;
      text-align: center;
      border-top: 1px solid #d8d8d8;
      background: -webkit-gradient(linear, left top, left bottom, color-stop(96%, #fff), color-stop(97%, #0168b7), to(#0168b7));
      background: -webkit-linear-gradient(top, #fff 96%, #0168b7 97%, #0168b7 100%);
      background: linear-gradient(to bottom, #fff 96%, #0168b7 97%, #0168b7 100%);
      font-size: 1.8rem;
      font-weight: bold;
      line-height: 60px;
      color: #000; }
      .search-tab-button li a.current {
        background-color: #eb9f1a;
        background: -webkit-gradient(linear, left top, left bottom, color-stop(33%, #dc9a20), to(#f7b138));
        background: -webkit-linear-gradient(top, #dc9a20 33%, #f7b138 100%);
        background: linear-gradient(to bottom, #dc9a20 33%, #f7b138 100%);
        border-bottom: none;
        color: #fff; }
        .search-tab-button li a.current:after {
          position: absolute;
          left: 0;
          bottom: -10px;
          display: block;
          content: '';
          width: 100%;
          height: 10px;
          background-image: url(/global/en/howto/train-reservation/assets/img/tab_orange_arrow.png);
          background-repeat: no-repeat;
          background-position: center top; }
  @media screen and (max-width: 670px) {
    .search-tab-button:after {
      content: '';
      clear: both;
      display: block; }
    .search-tab-button li {
      position: static;
      display: table; }
      .search-tab-button li:nth-child(1) {
        float: left; }
      .search-tab-button li:nth-child(2) {
        float: right; }
      .search-tab-button li a {
        display: table-cell;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        padding: 10px;
        width: 100%;
        font-size: 1.4rem;
        line-height: 1.2;
        vertical-align: middle; } }

/* --- search-tab-content --- */
.search-tab-content {
  clear: both;
  position: relative;
  top: -10px;
  z-index: 10;
  padding: 30px 50px;
  background-color: #f0f0f0;
  border: 1px solid #d8d8d8;
  border-top: none; }
  @media screen and (max-width: 670px) {
    .search-tab-content {
      padding: 20px; } }

/* --- search-panel --- */
select::-ms-expand {
  display: none; }

.search-panel:after {
  content: '';
  clear: both;
  display: block; }

.search-panel.hide {
  display: none; }

.search-panel.current {
  display: block; }

.search-panel__text {
  margin-bottom: 15px;
  font-size: 1.6rem;
  font-weight: bold; }

.search-panel__note {
  margin-top: 15px;
  padding-left: 1.2em;
  position: relative;
  font-size: 1.4rem; }
  .search-panel__note:before {
    content: "※";
    position: absolute;
    top: 0;
    left: 0; }

.search-panel__suggest {
  float: left;
  width: 78%;
  position: relative; }
  .search-panel__suggest-input {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-radius: 0;
    padding: 11px 5px;
    width: 100%;
    border: 1px solid #d9d9d9;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(33%, #fff), to(#fff));
    background: -webkit-linear-gradient(top, #fff 33%, #fff 100%);
    background: linear-gradient(to bottom, #fff 33%, #fff 100%);
    font-size: 1.6rem;
    font-family: inherit; }
    .search-panel__suggest-input.is-disabled {
      background-color: #fdfdfd;
      background-image: none; }
  .search-panel__suggest-button {
    float: right;
    width: 20%; }
  .search-panel__suggest-box {
    visibility: hidden;
    width: 100%;
    position: absolute;
    z-index: 2;
    background-color: #fff;
    border: 1px solid #d8d8d8;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
    .search-panel__suggest-box > div {
      padding: 5px 7px; }
      .search-panel__suggest-box > div:hover, .search-panel__suggest-box > div.select {
        background-color: #f0f0f0;
        cursor: pointer; }

.search-panel__place-wrap:after {
  content: '';
  clear: both;
  display: block; }

.search-panel__place {
  float: left;
  margin-right: 10px;
  width: 38%; }
  .search-panel__place-label {
    font-size: 1.6rem;
    font-weight: bold;
    color: #0168b7; }
  .search-panel__place-select {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-radius: 0;
    background-color: #fff;
    padding: 11px 5px;
    border: 1px solid #d9d9d9;
    width: 100%;
    font-size: 1.6rem;
    font-family: inherit;
    appearance: none;
    background-color: #fff;
    background-image: url(/global/en/howto/train-reservation/assets/img/arrow_select_bottom.png);
    background-repeat: no-repeat;
    background-position: right center;
    background-position: right 10px center;
    -webkit-background-size: 10px 5px;
            background-size: 10px 5px; }
    .search-panel__place-select.is-disabled {
      background-color: #fdfdfd;
      background-image: url(/global/en/howto/train-reservation/assets/img/arrow_select_bottom_disabled.png); }
  .search-panel__place-button {
    position: relative;
    top: 28px;
    float: right;
    width: 20%; }

@media screen and (max-width: 670px) {
  .search-panel__text {
    font-size: 1.4rem; }
  .search-panel__note {
    font-size: 1.2rem; }
  .search-panel__suggest {
    float: none;
    margin-bottom: 20px;
    width: 100%; }
    .search-panel__suggest-button {
      float: none;
      width: 100%; }
  .search-panel__place {
    float: none;
    margin-right: 0;
    margin-bottom: 10px;
    width: 100%; }
    .search-panel__place-label {
      font-size: 1.4rem; }
    .search-panel__place-button {
      margin-top: 20px;
      top: 0;
      float: none;
      width: 100%; } }

/* --- search-select-button --- */
.search-select-button {
  position: relative;
  padding: 0;
  width: 100%;
  height: 40px;
  background-color: #0168b7;
  background: -webkit-linear-gradient(310deg, #0168b7 0%, #0168b7 45%, #024b82 65%, #024b82 100%);
  background: linear-gradient(140deg, #0168b7 0%, #0168b7 45%, #024b82 65%, #024b82 100%);
  color: #fff;
  text-align: center;
  border: none;
  font-size: 1.6rem;
  font-family: inherit;
  cursor: pointer; }
  .search-select-button:after {
    display: block;
    position: absolute;
    bottom: 5px;
    right: 5px;
    content: '';
    width: 6px;
    height: 6px;
    background-image: url(/global/en/howto/train-reservation/assets/img/arrow_orange_right_bottom.png);
    background-repeat: no-repeat;
    -webkit-background-size: 100% auto;
            background-size: 100% auto; }
  .search-select-button:hover {
    background-color: #eb9f1a;
    background: -webkit-linear-gradient(310deg, #f5b856 0%, #f5b856 48%, #dd9a28 65%, #dd9a28 100%);
    background: linear-gradient(140deg, #f5b856 0%, #f5b856 48%, #dd9a28 65%, #dd9a28 100%); }
    .search-select-button:hover:after {
      display: block;
      position: absolute;
      bottom: 5px;
      right: 5px;
      content: '';
      width: 6px;
      height: 6px;
      background-image: url(/global/en/howto/train-reservation/assets/img/arrow_white_right_bottom.png);
      background-repeat: no-repeat;
      -webkit-background-size: 100% auto;
              background-size: 100% auto; }
  .search-select-button.is-disabled {
    background-color: #d9d9d9;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(33%, #d9d9d9), to(#c7c7c7));
    background: -webkit-linear-gradient(top, #d9d9d9 33%, #c7c7c7 100%);
    background: linear-gradient(to bottom, #d9d9d9 33%, #c7c7c7 100%);
    cursor: default; }
    .search-select-button.is-disabled:after {
      display: none; }
  @media screen and (max-width: 670px) {
    .search-select-button {
      height: 50px; }
      .search-select-button:after {
        display: block;
        position: absolute;
        bottom: 5px;
        right: 5px;
        content: '';
        width: 8px;
        height: 8px;
        background-image: url(/global/en/howto/train-reservation/assets/img/arrow_orange_right_bottom.png);
        background-repeat: no-repeat;
        -webkit-background-size: 100% auto;
                background-size: 100% auto; }
      .search-select-button:hover:after {
        display: block;
        position: absolute;
        bottom: 5px;
        right: 5px;
        content: '';
        width: 8px;
        height: 8px;
        background-image: url(/global/en/howto/train-reservation/assets/img/arrow_white_right_bottom.png);
        background-repeat: no-repeat;
        -webkit-background-size: 100% auto;
                background-size: 100% auto; } }

/* --- thumbnail-set --- */
.thumbnail-set + .thumbnail-set {
  margin-top: 15px; }

.thumbnail-set__image + .thumbnail-set__text {
  margin-top: 10px; }

.thumbnail-set__text + .thumbnail-set__image {
  margin-top: 5px; }

.thumbnail-set__image img {
  max-width: 100%;
  height: auto; }

/* NAVIGATION
/*+---------------------------------*/
/* --- topic-path --- */
.topic-path {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto 30px;
  padding: 20px 10px 0;
  max-width: 1044px; }
  .topic-path--top {
    margin-bottom: 20px; }
  .topic-path li {
    display: inline-block;
    margin-right: 7px;
    padding-left: 20px;
    background-image: url(/global/en/howto/train-reservation/assets/img/topicpath_arrow.png);
    background-repeat: no-repeat;
    background-position: 0 0.5em;
    font-size: 1.3rem; }
    .topic-path li.home {
      padding-left: 0;
      background-image: none; }
    .topic-path li a {
      color: #0168b7;
      text-decoration: underline; }
      .topic-path li a:hover {
        text-decoration: none; }
  @media screen and (max-width: 670px) {
    .topic-path {
      margin-bottom: 20px; }
      .topic-path li {
        font-size: 1.1rem;
        margin-right: 3px;
        padding-left: 15px;
        background-position: 0 0.4em; } }

/* --- page-navigation --- */
.page-navigation {
  overflow: hidden;
  width: 80%;
  margin: -15px auto 45px;
  text-align: center; }
  .page-navigation li {
    float: left;
    margin-top: 15px;
    width: 49%; }
    .page-navigation li:nth-child(2n) {
      float: right; }
    .page-navigation li a {
      display: block;
      padding: 15px 0;
      text-align: center;
      color: #fff;
      font-size: 1.6rem;
      background-color: #0168b7;
      background: -webkit-linear-gradient(310deg, #0168b7 0%, #0168b7 45%, #024b82 65%, #024b82 100%);
      background: linear-gradient(140deg, #0168b7 0%, #0168b7 45%, #024b82 65%, #024b82 100%); }
      .page-navigation li a:before {
        display: inline-block;
        content: '';
        margin-right: 10px;
        width: 18px;
        height: 10px;
        background-image: url(/global/en/howto/train-reservation/assets/img/arrow_orange_bottom.png);
        background-repeat: no-repeat; }
      .page-navigation li a:hover {
        background-color: #eb9f1a;
        background: -webkit-linear-gradient(310deg, #f5b856 0%, #f5b856 48%, #dd9a28 65%, #dd9a28 100%);
        background: linear-gradient(140deg, #f5b856 0%, #f5b856 48%, #dd9a28 65%, #dd9a28 100%); }
        .page-navigation li a:hover:before {
          background-image: url(/global/en/howto/train-reservation/assets/img/arrow_white_bottom.png); }
  @media screen and (max-width: 820px) {
    .page-navigation li {
      float: none;
      width: 100%; }
      .page-navigation li:nth-child(2n) {
        float: none; }
      .page-navigation li:last-child {
        margin-bottom: 0; } }
  @media screen and (max-width: 670px) {
    .page-navigation {
      margin-bottom: 30px;
      width: 100%; }
      .page-navigation li a {
        font-size: 1.4rem; }
        .page-navigation li a:before {
          width: 15px;
          height: 7px;
          -webkit-background-size: 100% auto;
                  background-size: 100% auto; } }

/* --- pager --- */
.pager {
  margin-bottom: 30px;
  padding: 15px 10px;
  border-top: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9; }
  .pager:after {
    content: '';
    clear: both;
    display: block; }
  .pager__text {
    float: left; }
  .pager__list {
    float: right; }
    .pager__list li {
      display: inline-block;
      margin-left: 5px; }
      .pager__list li button {
        display: block;
        position: relative;
        padding: 0;
        border: none;
        background-color: #0168b7;
        background: -webkit-linear-gradient(310deg, #0168b7 0%, #0168b7 45%, #024b82 65%, #024b82 100%);
        background: linear-gradient(140deg, #0168b7 0%, #0168b7 45%, #024b82 65%, #024b82 100%);
        width: 24px;
        height: 24px;
        text-align: center;
        color: #fff;
        cursor: pointer;
        line-height: 1.2;
        vertical-align: middle; }
        .pager__list li button.current {
          background-color: #eb9f1a;
          background: -webkit-gradient(linear, left top, left bottom, color-stop(33%, #cc9933), to(#e4af45));
          background: -webkit-linear-gradient(top, #cc9933 33%, #e4af45 100%);
          background: linear-gradient(to bottom, #cc9933 33%, #e4af45 100%);
          cursor: default; }
        .pager__list li button.is-disabled {
          background-color: #d9d9d9;
          background: -webkit-gradient(linear, left top, left bottom, color-stop(33%, #d9d9d9), to(#c7c7c7));
          background: -webkit-linear-gradient(top, #d9d9d9 33%, #c7c7c7 100%);
          background: linear-gradient(to bottom, #d9d9d9 33%, #c7c7c7 100%);
          cursor: default; }
        .pager__list li button.prev {
          text-indent: -99999px; }
          .pager__list li button.prev:after {
            display: block;
            position: absolute;
            top: 0;
            left: 0;
            content: '';
            width: 24px;
            height: 24px;
            background-image: url(/global/en/howto/train-reservation/assets/img/arrow_white_left.png);
            background-repeat: no-repeat;
            background-position: center center; }
        .pager__list li button.next {
          text-indent: -99999px; }
          .pager__list li button.next:after {
            display: block;
            position: absolute;
            top: 0;
            left: 0;
            content: '';
            width: 24px;
            height: 24px;
            background-image: url(/global/en/howto/train-reservation/assets/img/arrow_white_right.png);
            background-repeat: no-repeat;
            background-position: center center; }
  @media screen and (max-width: 670px) {
    .pager {
      text-align: center; }
      .pager__text {
        float: none;
        margin-bottom: 10px; }
      .pager__list {
        float: none; }
        .pager__list li {
          margin-bottom: 5px; } }

/* LIST
/*+---------------------------------*/
/* --- list --- */
.list {
  margin-bottom: 10px; }
  .list:last-child {
    margin-bottom: 0; }
  .list > li {
    margin-bottom: 5px;
    padding-left: 12px;
    background-image: url(/global/en/howto/train-reservation/assets/img/icon_bullet.png);
    background-repeat: no-repeat;
    background-position: 0 0.6em; }
    .list > li:last-child {
      margin-bottom: 0; }

/* --- attention-list --- */
.attention-list {
  margin-bottom: 10px; }
  .attention-list:last-child {
    margin-bottom: 0; }
  .attention-list > li {
    margin-bottom: 5px;
    padding-left: 1em;
    text-indent: -1em; }
    .attention-list > li:last-child {
      margin-bottom: 0; }
  .attention-list + section {
    margin-top: 20px; }
  .attention-list + .step-thumbnail {
    margin-top: 20px; }

/* --- number-list --- */
.number-list {
  margin-bottom: 10px; }
  .number-list:last-child {
    margin-bottom: 0; }
  .number-list li {
    list-style-type: decimal;
    margin-bottom: 5px;
    margin-left: 1.5em; }
    .number-list li:last-child {
      margin-bottom: 0; }

/* --- number-list-2 --- */
.number-list-2 {
  margin-bottom: 10px; }
  .number-list-2:last-child {
    margin-bottom: 0; }
  .number-list-2 > li {
    margin-bottom: 5px;
    padding-left: 2.5em;
    text-indent: -2.5em; }
    .number-list-2 > li:last-child {
      margin-bottom: 0; }

/* TABLE
/*+---------------------------------*/
/* --- basic-table --- */
.basic-table {
  margin-bottom: 20px;
  border: 1px solid #d9d9d9;
  border-collapse: collapse;
  width: 100%; }
  .basic-table th {
    padding: 15px 10px;
    border-right: 1px solid #d9d9d9;
    border-bottom: 1px solid #d9d9d9;
    width: 160px;
    background-color: #f6f6f6;
    text-align: center;
    vertical-align: top;
    font-weight: normal; }
  .basic-table td {
    padding: 15px;
    border-bottom: 1px solid #d9d9d9;
    text-align: left;
    vertical-align: top; }
    .basic-table td p {
      margin-bottom: 5px; }
    .basic-table td *:last-child {
      margin-bottom: 0; }
  @media screen and (max-width: 670px) {
    .basic-table th {
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      display: block;
      padding: 5px 10px;
      border-right: none;
      width: auto;
      text-align: left; }
    .basic-table td {
      display: block;
      width: auto;
      padding: 10px; }
    .basic-table tr:last-child td {
      border-bottom: none; } }

/* OTHER
/*+---------------------------------*/
/* --- label-icon --- */
.label-icon {
  margin-bottom: 20px; }
  .label-icon__icon {
    display: inline-block;
    padding: 2px 10px;
    font-size: 1.2rem; }
    .label-icon__icon--1 {
      background-color: #5c81cc;
      color: #fff; }
    .label-icon__icon--2 {
      background-color: #338033;
      color: #fff; }

/* --- icon-blank --- */
.icon-blank:after {
  display: inline-block;
  margin-left: 4px;
  content: '';
  width: 10px;
  height: 9px;
  background-image: url(/global/en/howto/train-reservation/assets/img/icon_blank.png);
  background-repeat: no-repeat;
  background-position: right 0; }

/* --- icon-pdf --- */
.icon-pdf:after {
  display: inline-block;
  margin-left: 4px;
  content: '';
  width: 17px;
  height: 15px;
  background-image: url(/global/en/howto/train-reservation/assets/img/icon_pdf.png);
  background-repeat: no-repeat;
  background-position: right 0; }

/* --- text-link --- */
.text-link {
  text-decoration: underline; }
  .text-link:hover {
    text-decoration: none; }

/* --- red-text --- */
.red-text {
  color: #f00; }

/* --- blue-text --- */
.blue-text {
  color: #0168b7; }

/*+-----+
/+ PAGE STYLE
/*+-------------------------------------------*/
/* top
/*+---------------------------------*/
/* --- emergencyArea --- */
.emergencyArea-wrap {
  margin: 0 auto 15px;
  max-width: 1044px;
  padding: 10px; }

.emergencyArea {
  padding: 8px;
  background-color: #f8d9d9;
  border: 1px solid #bc3838; }
  .emergencyArea .guidance {
    position: absolute;
    top: -9999px;
    left: 0;
    height: 0; }
  .emergencyArea a {
    color: #9a2414;
    background-color: #f8d9d9;
    font-weight: bold;
    text-decoration: underline; }
    .emergencyArea a:hover {
      text-decoration: none; }
  @media screen and (max-width: 670px) {
    .emergencyArea {
      margin-bottom: 23px; } }

/* --- main-visual --- */
.main-visual {
  margin-bottom: 40px;
  padding: 35px 0;
  background-color: #0168b7;
  background: -webkit-linear-gradient(310deg, #bcf4fd 0%, #bcf4fd 30%, #87c2fb 38%, #8fbff0 42%, #87c2fb 68%, #b6e2fd 75%, #b6e2fd 100%);
  background: linear-gradient(140deg, #bcf4fd 0%, #bcf4fd 30%, #87c2fb 38%, #8fbff0 42%, #87c2fb 68%, #b6e2fd 75%, #b6e2fd 100%); }
  @media screen and (max-width: 670px) {
    .main-visual {
      margin-bottom: 30px;
      padding: 23px 0; } }

/* --- main-visual-banner --- */
.main-visual-banner {
  margin: 0 auto 13px;
  padding: 0 10px;
  max-width: 980px; }
  .main-visual-banner__inner {
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
            box-shadow: 0 0 8px rgba(0, 0, 0, 0.1); }
  .main-visual-banner img {
    max-width: 100%;
    height: auto; }
  .main-visual-banner .pc {
    display: inline; }
  .main-visual-banner .sp {
    display: none; }
  @media screen and (max-width: 670px) {
    .main-visual-banner {
      margin-bottom: 20px;
      max-width: 288px; }
      .main-visual-banner .pc {
        display: none; }
      .main-visual-banner .sp {
        display: inline; } }

/* --- main-navigation-list --- */
.main-navigation-list {
  margin: 0 auto;
  padding: 4px 4px 4px 10px;
  max-width: 980px;
  overflow: hidden; }
  .main-navigation-list li {
    float: left;
    margin-right: 1.3333%;
    margin-top: 10px;
    width: 32.4%; }
    .main-navigation-list li:nth-child(3n) {
      margin-right: 0; }
    .main-navigation-list li:nth-child(1), .main-navigation-list li:nth-child(2), .main-navigation-list li:nth-child(3) {
      margin-top: 0; }
    .main-navigation-list li a {
      display: table;
      position: relative;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
              box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
      padding: 0 10px;
      width: 100%;
      height: 97px;
      background-color: rgba(255, 255, 255, 0.85);
      text-align: center;
      font-size: 1.8rem;
      font-weight: bold;
      color: #000;
      line-height: 1.5; }
      .main-navigation-list li a span {
        display: table-cell;
        vertical-align: middle; }
      .main-navigation-list li a:after {
        display: block;
        position: absolute;
        bottom: 5px;
        right: 5px;
        content: '';
        width: 13px;
        height: 13px;
        background-image: url(/global/en/howto/train-reservation/assets/img/arrow_orange_right_bottom.png);
        background-repeat: no-repeat;
        -webkit-background-size: 100% auto;
                background-size: 100% auto; }
      .main-navigation-list li a:hover {
        background-color: #eb9f1a;
        background: -webkit-linear-gradient(310deg, #f5b856 0%, #f5b856 48%, #dd9a28 65%, #dd9a28 100%);
        background: linear-gradient(140deg, #f5b856 0%, #f5b856 48%, #dd9a28 65%, #dd9a28 100%);
        color: #fff; }
        .main-navigation-list li a:hover:after {
          display: block;
          position: absolute;
          bottom: 5px;
          right: 5px;
          content: '';
          width: 13px;
          height: 13px;
          background-image: url(/global/en/howto/train-reservation/assets/img/arrow_white_right_bottom.png);
          background-repeat: no-repeat;
          -webkit-background-size: 100% auto;
                  background-size: 100% auto; }
  @media screen and (max-width: 670px) {
    .main-navigation-list {
      margin: 0 10px; }
      .main-navigation-list li {
        width: 48.888%;
        margin-right: 2.2222%; }
        .main-navigation-list li:nth-child(3n) {
          margin-right: 2.2222%; }
        .main-navigation-list li:nth-child(2n) {
          margin-right: 0; }
        .main-navigation-list li:nth-child(3) {
          margin-top: 10px; }
        .main-navigation-list li a {
          height: 90px;
          font-size: 1.4rem; }
          .main-navigation-list li a br {
            display: none; } }

/* --- accent-banner --- */
.accent-banner {
  position: relative;
  margin-bottom: 50px;
  padding: 40px 10px;
  background-color: #eb9f1a;
  background: -webkit-gradient(linear, left top, left bottom, from(#febf04), to(#ffd65e));
  background: -webkit-linear-gradient(top, #febf04 0%, #ffd65e 100%);
  background: linear-gradient(to bottom, #febf04 0%, #ffd65e 100%);
  text-align: center; }
  .accent-banner:after {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 10;
    content: '';
    width: 302px;
    height: 70px;
    background-image: url(/global/en/howto/train-reservation/assets/img/image_shinkansen.png);
    background-repeat: no-repeat; }
  .accent-banner__title {
    margin-bottom: 10px;
    font-size: 2.2rem;
    font-weight: bold; }
  .accent-banner__text {
    margin-bottom: 20px; }
  .accent-banner__button {
    display: block;
    position: relative;
    z-index: 20;
    margin: 0 auto;
    width: 400px;
    padding: 16px 0;
    background-color: #0168b7;
    background: -webkit-linear-gradient(310deg, #0168b7 0%, #0168b7 45%, #024b82 65%, #024b82 100%);
    background: linear-gradient(140deg, #0168b7 0%, #0168b7 45%, #024b82 65%, #024b82 100%);
    border: 1px solid #95a9cb;
    font-size: 1.6rem;
    color: #fff;
    text-align: center; }
    .accent-banner__button:after {
      display: block;
      position: absolute;
      bottom: 5px;
      right: 5px;
      content: '';
      width: 8px;
      height: 8px;
      background-image: url(/global/en/howto/train-reservation/assets/img/arrow_orange_right_bottom.png);
      background-repeat: no-repeat;
      -webkit-background-size: 100% auto;
              background-size: 100% auto; }
    .accent-banner__button:hover {
      background-color: #eb9f1a;
      background: -webkit-linear-gradient(310deg, #f5b856 0%, #f5b856 48%, #dd9a28 65%, #dd9a28 100%);
      background: linear-gradient(140deg, #f5b856 0%, #f5b856 48%, #dd9a28 65%, #dd9a28 100%);
      border: 1px solid #eb9f1a; }
      .accent-banner__button:hover:after {
        display: block;
        position: absolute;
        bottom: 5px;
        right: 5px;
        content: '';
        width: 8px;
        height: 8px;
        background-image: url(/global/en/howto/train-reservation/assets/img/arrow_white_right_bottom.png);
        background-repeat: no-repeat;
        -webkit-background-size: 100% auto;
                background-size: 100% auto; }
  @media screen and (max-width: 920px) {
    .accent-banner {
      padding-bottom: 70px; } }
  @media screen and (max-width: 670px) {
    .accent-banner {
      margin-bottom: 30px;
      padding: 30px 20px 70px;
      text-align: left; }
      .accent-banner:after {
        width: 215px;
        height: 50px;
        -webkit-background-size: 100% auto;
                background-size: 100% auto; }
      .accent-banner__title {
        font-size: 1.6rem;
        line-height: 1.4; }
      .accent-banner__text {
        margin-bottom: 20px;
        font-size: 1.2rem;
        line-height: 1.4; }
      .accent-banner__button {
        padding: 12px 0;
        width: 260px;
        font-size: 1.4rem; } }

/* ticket
/*+---------------------------------*/
/* --- ticket --- */
.ticket {
  margin-bottom: 50px; }
  .ticket__heading {
    margin-bottom: 15px; }
    .ticket__heading-icon {
      display: inline-block;
      margin-right: 5px;
      width: 100px;
      height: 24px;
      border: 5px solid #7fe5e7;
      text-align: center; }
    .ticket__heading-text {
      display: inline-block;
      font-size: 2.2rem; }
  .ticket__category {
    margin-bottom: 30px; }
    .ticket__category-icon {
      display: inline-block;
      margin-right: 2px;
      width: 100px;
      height: 26px;
      text-align: center;
      color: #fff;
      font-size: 1.2rem;
      line-height: 26px; }
      .ticket__category-icon--gentei {
        background-color: #449a59; }
      .ticket__category-icon--card {
        background-color: #4583d0; }
      .ticket__category-icon--otonavi {
        background-color: #b8a968; }
      .ticket__category-icon--zipangu {
        background-color: #d67475; }
  .ticket__content {
    margin-bottom: 20px; }
    .ticket__content:last-child {
      margin-bottom: 0; }
  .ticket__button {
    position: relative;
    margin: 0 5px;
    border: none;
    width: 280px;
    height: 50px;
    display: inline-block;
    line-height: 50px;
    background-color: #0168b7;
    background: -webkit-linear-gradient(310deg, #0168b7 0%, #0168b7 45%, #024b82 65%, #024b82 100%);
    background: linear-gradient(140deg, #0168b7 0%, #0168b7 45%, #024b82 65%, #024b82 100%);
    color: #fff; }
    .ticket__button:after {
      display: block;
      position: absolute;
      bottom: 5px;
      right: 5px;
      content: '';
      width: 8px;
      height: 8px;
      background-image: url(/global/en/howto/train-reservation/assets/img/arrow_orange_right_bottom.png);
      background-repeat: no-repeat;
      -webkit-background-size: 100% auto;
              background-size: 100% auto; }
    .ticket__button:hover {
      background-color: #eb9f1a;
      background: -webkit-linear-gradient(310deg, #f5b856 0%, #f5b856 48%, #dd9a28 65%, #dd9a28 100%);
      background: linear-gradient(140deg, #f5b856 0%, #f5b856 48%, #dd9a28 65%, #dd9a28 100%); }
      .ticket__button:hover:after {
        display: block;
        position: absolute;
        bottom: 5px;
        right: 5px;
        content: '';
        width: 8px;
        height: 8px;
        background-image: url(/global/en/howto/train-reservation/assets/img/arrow_white_right_bottom.png);
        background-repeat: no-repeat;
        -webkit-background-size: 100% auto;
                background-size: 100% auto; }
    .ticket__button-group {
      margin-top: 30px;
      text-align: center; }
  .ticket__reservation-message {
    margin: 0 5px;
    border: none;
    width: 280px;
    height: 50px;
    display: inline-block;
    line-height: 50px;
    background: #d9d9d9 -webkit-gradient(linear, left top, left bottom, color-stop(33%, #d9d9d9), to(#c7c7c7));
    background: #d9d9d9 -webkit-linear-gradient(top, #d9d9d9 33%, #c7c7c7 100%);
    background: #d9d9d9 linear-gradient(to bottom, #d9d9d9 33%, #c7c7c7 100%); }
  .ticket .relational-info {
    margin: 0; }
  @media screen and (max-width: 820px) {
    .ticket {
      margin-bottom: 30px; }
      .ticket__heading-icon {
        width: 80px;
        height: 20px;
        border: 3px solid #a3e4e6;
        font-size: 1.2rem;
        line-height: 20px; }
      .ticket__heading-text {
        font-size: 1.6rem; }
      .ticket__button {
        display: block;
        float: left;
        margin: 0;
        width: 49%;
        height: 60px;
        font-size: 1.3rem;
        line-height: 60px; }
        .ticket__button:first-child {
          margin-right: 2%; }
        .ticket__button-group {
          overflow: hidden; }
      .ticket__reservation-message {
        display: block;
        float: left;
        margin: 0;
        width: 49%;
        height: 60px;
        font-size: 1.3rem;
        line-height: 60px; }
      .ticket__category {
        margin-bottom: 15px; }
        .ticket__category-icon {
          margin-bottom: 5px;
          width: 90px; } }

/* sitemap
/*+---------------------------------*/
/* --- sitemap --- */
.sitemap {
  overflow: hidden; }
  .sitemap__list {
    float: left;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin-right: 4%;
    padding: 20px 10px;
    width: 48%;
    border-bottom: 1px solid #d9d9d9;
    font-size: 1.6rem; }
    .sitemap__list:nth-child(2n) {
      margin-right: 0;
      float: right; }
    .sitemap__list:nth-child(1), .sitemap__list:nth-child(2) {
      padding-top: 0; }
    .sitemap__list a {
      text-decoration: underline; }
      .sitemap__list a:hover {
        text-decoration: none; }
  .sitemap__sub-list {
    margin-top: 15px;
    margin-left: 10px;
    font-size: 1.4rem; }
    .sitemap__sub-list li {
      margin-bottom: 5px; }
  @media screen and (max-width: 670px) {
    .sitemap__list {
      float: none;
      margin-right: 0;
      padding: 15px 0;
      width: 100%;
      font-size: 1.4rem; }
      .sitemap__list:nth-child(2n) {
        float: none; }
      .sitemap__list:nth-child(2) {
        padding-top: 15px; }
    .sitemap__sub-list {
      margin-top: 10px;
      font-size: 1.2rem; }
      .sitemap__sub-list li {
        margin-bottom: 8px; }
        .sitemap__sub-list li:last-child {
          margin-bottom: 0; } }
  /* liがfloat・幅を担当（div.sitemap__listを視覚的アイテム・matchHeightターゲットとして機能させる） */
  .sitemap > li {
    float: left;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin-right: 4%;
    width: 48%; }
  .sitemap > li:nth-child(2n) {
    margin-right: 0;
    float: right; }
  /* div.sitemap__listのfloat/幅をリセット（border・padding・matchHeightは維持） */
  .sitemap > li .sitemap__list {
    float: none;
    width: 100%;
    margin-right: 0; }
  /* 複合divの2つ目リンクをblock表示 */
  .sitemap > li:nth-child(2) .sitemap__list > a:last-of-type {
    display: block; }
  /* styles.cssのpadding-top:0を上書きして復元し、直後に0に再設定 */
  .sitemap__list:nth-child(1), .sitemap__list:nth-child(2) {
    padding-top: 20px; }
  .sitemap > li:nth-child(1) .sitemap__list,
  .sitemap > li:nth-child(2) .sitemap__list {
    padding-top: 0; }
  @media screen and (max-width: 670px) {
    .sitemap > li {
      float: none;
      width: 100%;
      margin-right: 0; }
    .sitemap > li:nth-child(2n) {
      float: none; }
    .sitemap > li .sitemap__list {
      padding-top: 15px; }
    .sitemap > li:nth-child(2) .sitemap__list {
      padding-top: 15px; }
    .sitemap > li:nth-child(2) .sitemap__list > a:first-of-type {
      display: block;
      margin-bottom: 15px; } }

.fade-enter {
  opacity: 0; }

.fade-enter-active,
.fade-leave-active {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s; }

.inbound {
  /*+-----+
/+ STRUCTURE
/*+-------------------------------------------*/
  /* header
/*+---------------------------------*/
  /* header minimum version
/*+---------------------------------*/
  /* language-list
/*+---------------------------------*/
  /* footer
/*+---------------------------------*/
  /*+-----+
/+ PAGE STYLE
/*+-------------------------------------------*/
  /* receive
/*+---------------------------------*/
  /* --- thumbnail-set --- */ }
  .inbound .header .e5489-logo__text:hover {
    color: #eb9f1a; }
  .inbound .header.minimum .e5489-logo {
    text-align: center; }
    .inbound .header.minimum .e5489-logo__text {
      top: 0; }
  .inbound .language-list--pc {
    position: absolute;
    top: 30px;
    right: 0px; }
    .inbound .language-list--pc li {
      display: inline-block;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      padding-left: 8px;
      padding-right: 10px; }
      .inbound .language-list--pc li:not(:last-of-type) {
        border-right: 1px solid #d9d9d9; }
      .inbound .language-list--pc li a {
        color: #333; }
        .inbound .language-list--pc li a:hover {
          color: #eb9f1a; }
    @media screen and (max-width: 820px) {
      .inbound .language-list--pc {
        right: 10px; } }
    @media screen and (max-width: 670px) {
      .inbound .language-list--pc {
        display: none; } }
  .inbound .header.minimum .header__inner .language-list--pc {
    display: none; }
  .inbound .language-list--sp {
    position: absolute;
    right: 45px; }
    .inbound .language-list--sp li {
      display: inline-block;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      padding-left: 2px;
      padding-right: 3px;
      font-size: 1rem; }
      .inbound .language-list--sp li:not(:last-of-type) {
        border-right: 1px solid #d9d9d9; }
      .inbound .language-list--sp li a {
        color: #333; }
  .inbound .footer-main-contents__list li {
    width: 49%; }
    .inbound .footer-main-contents__list li:only-child {
      float: none;
      margin: 0 auto; }
  .inbound .thumbnail-set__wrap:not(:last-of-type) {
    margin-bottom: 15px; }
    #cboxClose {
      width: 2.7rem;
      height: 2.7rem;
      top: -4rem;
      right: 0;
      background-repeat: no-repeat;
      background-size: contain;
      background-image: url(/travel-information/assets/img/train-usage-guide/trains/westexginga/icn_close_02.svg);
    }
    @media screen and (max-width: 959.98px) {
      #cboxClose {
        width: 30px;
        height: 30px;
        top: -50px;
      }
    }
    #colorbox, #cboxOverlay, #cboxWrapper {
      overflow: visible !important
    }


  /*+-----+
    /+ digi-expticket
/*+-------------------------------------------*/
.e5489FixButton {
  position: fixed;
  display: -ms-grid;
  display: grid;
  place-content: center;
  background: #fff;
  color: #004fb2;
  font-weight: 700;
  line-height: 1.1;
  text-decoration: none
}

.e5489FixButton:visited {
  color: #004fb2
}

  .e5489FixButton {
      z-index:10;
      top: auto;
      bottom: 4vw;
      width: clamp(170px,6.933vw,170px);
      height: clamp(170px,6.933vw,170px);
      border-radius: 50%;
      border: 1px solid #c2e0f4;
      -webkit-box-shadow: 0 1px 0 #c1e5fd;
      box-shadow: 0 1px 0 #c1e5fd;
      font-size: clamp(1.6rem,1.0666666667vw,1.6rem);
      text-align: center;
      right: 4vw;
  }


.e5489FixButton__text {
  display: block
}

@media screen and (max-width: 767px) {
  .-headerMove .e5489FixButton__text {
      position:absolute;
      overflow: hidden;
      width: 1px;
      height: 1px;
      clip: rect(1px,1px,1px,1px)
  }
}


.e5489FixButton .-small {
  display: block;
  text-align: center;
}

@media screen and (min-width: 768px),print {
  .e5489FixButton .-small {
      margin-top:5px;
      font-size: clamp(.944rem,.8vw,1.2rem)
  }
}

@media screen and (max-width: 767px) {
  .e5489FixButton .-small {
      margin-top:.5rem;
      font-size: 1rem
  }
}

.e5489FixButton::before {
  display: inline-block;
  margin: auto;
  content: '';
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2222.858%22%20height%3D%2224%22%20viewBox%3D%220%200%2022.858%2024%22%3E%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_18897%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%2018897%22%20transform%3D%22translate(4231.421%20-1819)%22%3E%20%3Cpath%20id%3D%22Shape%22%20d%3D%22M12.976%2C12.091a1.957%2C1.957%2C0%2C0%2C1-.964.551c-.07.039-3.221%2C1.377-3.223%2C1.378a1.974%2C1.974%2C0%2C0%2C1-2.147-.459A2.145%2C2.145%2C0%2C0%2C1%2C6.2%2C11.319S7.486%2C8.028%2C7.522%2C7.955a2.083%2C2.083%2C0%2C0%2C1%2C.528-1.006L14.279.444a.268.268%2C0%2C0%2C0%2C.054-.283A.249.249%2C0%2C0%2C0%2C14.1%2C0h-11A3.038%2C3.038%2C0%2C0%2C0%2C.91.948%2C3.313%2C3.313%2C0%2C0%2C0%2C0%2C3.24v14.3a3.312%2C3.312%2C0%2C0%2C0%2C.91%2C2.292%2C3.037%2C3.037%2C0%2C0%2C0%2C2.2.947H16.8a3.174%2C3.174%2C0%2C0%2C0%2C3.1-3.24V5.483a.26.26%2C0%2C0%2C0-.154-.24.241.241%2C0%2C0%2C0-.271.057Z%22%20transform%3D%22translate(-4231.421%201822.219)%22%20fill%3D%22%23004fb2%22%2F%3E%20%3Cpath%20id%3D%22Shape-2%22%20data-name%3D%22Shape%22%20d%3D%22M2.725%2C0a2.051%2C2.051%2C0%2C0%2C0-1.47.579l-1.1%2C1.1a.52.52%2C0%2C0%2C0%2C0%2C.735l2.2%2C2.207a.52.52%2C0%2C0%2C0%2C.735%2C0l1.1-1.1a2.1%2C2.1%2C0%2C0%2C0%2C0-2.938A2.078%2C2.078%2C0%2C0%2C0%2C2.725%2C0Z%22%20transform%3D%22translate(-4213.354%201819)%22%20fill%3D%22%231cbafc%22%2F%3E%20%3Cpath%20id%3D%22Shape-3%22%20data-name%3D%22Shape%22%20d%3D%22M7.5.146a.536.536%2C0%2C0%2C0-.735%2C0L.152%2C6.759a.52.52%2C0%2C0%2C0%2C0%2C.735l2.2%2C2.2a.52.52%2C0%2C0%2C0%2C.735%2C0L9.7%2C3.085a.52.52%2C0%2C0%2C0%2C0-.735Z%22%20transform%3D%22translate(-4221.84%201822.408)%22%20fill%3D%22%231cbafc%22%2F%3E%20%3Cpath%20id%3D%22Shape-4%22%20data-name%3D%22Shape%22%20d%3D%22M3.863%2C2.894a.52.52%2C0%2C0%2C0%2C.175-.851L2.149.153A.521.521%2C0%2C0%2C0%2C1.3.322L.037%2C3.478a.52.52%2C0%2C0%2C0%2C.675.675Z%22%20transform%3D%22translate(-4223.892%201830.64)%22%20fill%3D%22%231cbafc%22%2F%3E%20%3C%2Fg%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-size: 100% auto
}

@media screen and (min-width: 768px),print {
  .e5489FixButton::before {
      translate:clamp(2.36px,.2vw,3px);
      margin-bottom: 6.6px;
      width: 22.86px;
      height: 24px
  }
}

@media (hover: hover),screen and (-ms-high-contrast:active),screen and (-ms-high-contrast:none) {
  .e5489FixButton {
      -webkit-transition-property:background,color,border;
      transition-property: background,color,border;
      -webkit-transition-duration: .25s;
      transition-duration: .25s
  }

  .e5489FixButton:hover {
      border-color: #004fb2;
      background: #f4f9ff
  }
}
.list > li {
  padding-left: 0;
  background: none;
}
.e5489FixButton {
  z-index: 100;

}
@media screen and (max-width: 768px) {
  .e5489FixButton {
    width: 23vw;
    height: 23vw;
    font-size: 2.4vw;
  }
  .e5489FixButton::before{
    width: 3.06vw;
    height: 3.2vw;
    margin-bottom: 1vw;
 
  }
}
