@charset "UTF-8";
/* ----------------------------------------------------------
    heading
---------------------------------------------------------- */
.v2_linkStationInr {
  padding-right: 17px;
  padding-left: 17px;
}

.v2_stationHead {
  background-image: none !important;
}

.v2_stationHeadBoxPc {
  margin-bottom: 12px;
}

.v2_stationHeadBoxSp {
  margin: 0 -17px 12px;
  padding: 15px 17px;
  background-color: #ebf0f2;
  background-repeat: no-repeat;
}

.v2_stationHeadBoxSpInr {
  -webkit-box-shadow: 1px 1px 15px rgba(0, 0, 0, 0.2);
          box-shadow: 1px 1px 15px rgba(0, 0, 0, 0.2);
  background-color: #fff;
  padding: 15px 10px;
}

.v2_stationHead h1.v2_stationTitle {
  font-size: 21px;
  font-size: 28px;
  font-size: 1.75rem;
}

.v2_stationHead .v2_stationKana {
  font-size: 10px;
  font-size: 13px;
  font-size: 0.83333rem;
}

.v2_stationHeadRoute {
  margin-top: 8px;
  font-size: 10px;
  font-size: 13px;
  font-size: 0.83333rem;
}

.v2_stationHeadRoute li {
  min-width: 50px;
}

.v2_stationHeadRouteImg {
  width: 30px;
  margin: 0 auto 3px;
}

.v2_stationHeadRouteImg img {
  width: 100%;
}

.v2_stationHeadNavSp {
  background-color: #dfe4e6;
  display: table;
  width: 100%;
}

.v2_stationHeadNavSp li {
  display: table-cell;
  padding: 0 3px 0 10px;
  width: 50%;
}

.v2_stationHeadNavSp li a {
  font-size: 12px;
  font-size: 16px;
  font-size: 1rem;
  width: 100%;
  padding: 12px 10px 17px;
  display: block;
  text-align: center;
  font-weight: bold;
  color: #000;
  background-image: url("/library/common/img/icon_link_arrow_down_off.png");
  background-repeat: no-repeat;
  background-position: center bottom 8px;
  -webkit-background-size: 7px 4px;
          background-size: 7px 4px;
}

.v2_stationHeadNavSp li a.v2_js-stationHeadOpen {
  border-top: 4px #00a3d9 solid;
  padding: 8px 10px 17px;
  background-color: #fff;
}

.v2_stationHeadUpdate {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -moz-order: 2;
  -ms-flex-order: 2;
  order: 2;
  margin-top: 12px;
}

.v2_stationHeadDetail {
  padding-top: 4px;
}

.v2_stationHeadDetail li {
  border: 1px #e6e6e6 solid;
  padding: 10px;
  margin-top: 6px;
  font-size: 10px;
  font-size: 13px;
  font-size: 0.83333rem;
}

.v2_stationHeadDetailBlock {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 12px;
}

.v2_stationHeadDetailCenter {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -moz-order: 2;
  -ms-flex-order: 2;
  order: 2;
  text-align: center;
  width: 26%;
}

.v2_stationHeadDetailBox + .v2_stationHeadDetailBox {
  margin-top: 8px;
}

.v2_stationHeadDetailLeft {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -moz-order: 1;
  -ms-flex-order: 1;
  order: 1;
  width: 37%;
  font-size: 10px;
  font-size: 13px;
  font-size: 0.83333rem;
  text-align: right;
}

.v2_stationHeadDetailLeft .v2_stationHeadDetailBox {
  padding-right: 25px;
  background: url("/library/station/img/sp/bg_adjacent_left.png") no-repeat right 3px;
  -webkit-background-size: 10px 10px;
          background-size: 10px;
}

.v2_stationHeadDetailRight {
  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
  -moz-order: 3;
  -ms-flex-order: 3;
  order: 3;
  width: 37%;
  font-size: 10px;
  font-size: 13px;
  font-size: 0.83333rem;
}

.v2_stationHeadDetailRight .v2_stationHeadDetailBox {
  padding-left: 25px;
  background: url("/library/station/img/sp/bg_adjacent_right.png") no-repeat left 3px;
  -webkit-background-size: 10px 10px;
          background-size: 10px;
}

.v2_stationHeadDetailImg {
  margin: 0 auto 5px;
  width: 20px;
}

.v2_stationHeadDetailImg img {
  width: 100%;
}

.v2_stationHead .v2_departureMinute {
  font-size: 12px;
  font-size: 16px;
  font-size: 1rem;
  font-weight: bold;
  margin-top: 3px;
}

.v2_stationHead .v2_departureMinute span {
  font-size: 14px;
  font-size: 18px;
  font-size: 1.16667rem;
}

.v2_stationHead .v2_stationHeadUnkouReport {
  margin-top: 10px;
  text-align: center;
}

.v2_stationHead .v2_stationHeadUnkouReport span {
  padding-right: 5px;
  vertical-align: middle;
}

.v2_stationHead .v2_stationHeadUnkouReport span img {
  width: 10px;
  vertical-align: baseline;
}

.v2_stationHead .v2_stationHeadAdjacent .v2_linkAdjacent {
  position: static;
}

.v2_stationHead .v2_stationHeadAdjacent .v2_linkAdjacent.v2_linkAdjacentLong a {
  white-space: normal;
  width: 7em;
  text-align: left;
}

.v2_stationHead .v2_js-stationHeadBody {
  display: none;
}

.v2_stationHead .v2_js-stationHeadBody.v2_js-stationHeadOpen {
  display: block;
}

.v2_stationHead .v2_js-stationHeadBody.v2_js-stationHeadNone {
  display: none;
}

.v2_stationHead.v2_stationHeadUnder .v2_stationHeadRoute,
.v2_stationHead.v2_stationHeadUnder .v2_stationHeadNavSp,
.v2_stationHead.v2_stationHeadUnder .v2_stationHeadUnkouBody,
.v2_stationHead.v2_stationHeadUnder .v2_stationHeadAdjacent {
  display: none;
}

.v2_stationHead.v2_stationHeadUnder .v2_stationHeadBoxSp {
  margin: 0;
  padding: 0;
  background: none;
}

.v2_stationHead.v2_stationHeadUnder .v2_stationHeadBoxSpInr {
  -webkit-box-shadow: none;
          box-shadow: none;
  background: none;
  padding: 0;
}

.v2_androidMobile .v2_stationHead .v2_stationHeadNavSp li a {
  background-position: center 80%;
}

/* ----------------------------------------------------------
    layout
---------------------------------------------------------- */
a.v2_btnL.v2_stationAccordionAside:after {
  width: 8px;
  height: 4px;
  -webkit-background-size: 8px 4px;
          background-size: 8px 4px;
}

.v2_js-open a.v2_btnL.v2_stationAccordionAside:after {
  -webkit-background-size: 8px 4px;
          background-size: 8px 4px;
}

/* ----------------------------------------------------------
    heading
---------------------------------------------------------- */
.v2_headingH2Under {
  margin-top: 30px;
}

/*  表上部の見出し
---------------------------------------------------------- */
.v2_headingTable {
  padding: 8px 7px;
  font-size: 9px;
  font-size: 12px;
  font-size: 0.75rem;
}

/* ----------------------------------------------------------
    links
---------------------------------------------------------- */
.v2_btnMapPin {
  font-size: 12px;
  font-size: 16px;
  font-size: 1rem;
  padding: 10px;
}

.v2_btnMapPin:before {
  width: 25px;
  height: 24px;
  -webkit-background-size: 15px 24px;
          background-size: 15px 24px;
}

.v2_linkDoorway li:nth-child(3n+1) {
  padding-right: 8px;
}

.v2_linkDoorway li:nth-child(3n+2) {
  padding: 0 4px;
}

.v2_linkDoorway li:nth-child(3n+0) {
  padding-left: 8px;
}

.v2_linkDoorway li a {
  background-color: #00467e;
  font-size: 10px;
  font-size: 13px;
  font-size: 0.83333rem;
  color: #fff;
  padding: 15px 5px;
  text-align: center;
  display: block;
}

.v2_linkDoorway li a.v2_active {
  background-color: #2168a3;
}

.v2_linkDoorway li a span.v2_txtBold {
  display: block;
}

.v2_linkStationList li {
  margin-top: 1px;
  display: block;
  width: 100%;
}

.v2_linkStationList li:first-child {
  margin-top: 0;
}

.v2_linkStationList li a {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  padding: 8px 5px 8px 20px;
}

.v2_linkStationList li a .v2_linkStationListLink {
  display: block;
}

.v2_linkStationList li a .v2_txtPhonetic {
  font-size: 9px;
  font-size: 12px;
  font-size: 0.75rem;
}

.v2_linkStationList li a .v2_linkStationListRoute li {
  margin-left: 5px;
  float: left;
  width: 20px;
}

.v2_stationListPdf li {
  margin-top: 1px;
}

.v2_stationListPdf li:first-child {
  margin-top: 0;
}

/* ----------------------------------------------------------
    button
---------------------------------------------------------- */
a.v2_btnL.v2_stationAccordionBtn:after {
  width: 8px;
  height: 4px;
  -webkit-background-size: 8px 4px;
          background-size: 8px 4px;
}

.v2_js-open a.v2_btnL.v2_stationAccordionBtn:after,
.v2_js-routeStationOpen + p a.v2_btnL.v2_stationAccordionBtn:after {
  -webkit-background-size: 8px 4px;
          background-size: 8px 4px;
}

/* ----------------------------------------------------------
    lists
---------------------------------------------------------- */
.v2_listCategory {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -webkit-box-lines: multiple;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.v2_listCategory li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33%;
  font-size: 10px;
  font-size: 13px;
  font-size: 0.83333rem;
  padding: 0 4px;
}

.v2_listCategory li:nth-child(3n+0) {
  padding: 0 0 0 8px;
}

.v2_listCategory li:nth-child(3n+1) {
  padding: 0 8px 0 0;
}

.v2_listCategory li:nth-child(n+4) {
  margin-top: 5px;
}

.v2_listCategory li span {
  width: 100%;
  font-size: 10px;
  font-size: 13px;
  font-size: 0.83333rem;
  text-align: center;
  padding: 5px;
}

.v2_androidMobile .v2_listCategory {
  display: block;
  *zoom: 1;
}

.v2_androidMobile .v2_listCategory:before, .v2_androidMobile .v2_listCategory:after {
  content: " ";
  display: table;
}

.v2_androidMobile .v2_listCategory:after {
  clear: both;
}

.v2_androidMobile .v2_listCategory li {
  display: block;
  float: left;
}

.v2_androidMobile .v2_listCategory li span {
  height: 100%;
}

.v2_listStoreServie {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  margin-right: -10px;
  margin-left: -10px;
}

.v2_listStoreServie li {
  margin: 10px 10px 0;
}

/* ----------------------------------------------------------
    table
---------------------------------------------------------- */
/* ----------------------------------------------------------
    images
---------------------------------------------------------- */
.v2_iconCheck {
  width: 15px;
  height: 15px;
}

/* ----------------------------------------------------------
    element
---------------------------------------------------------- */
.v2_linkStationSp {
  background: #dfe4e6;
  padding: 0 8px;
}

.v2_linkStationSpArea {
  display: table;
  width: 100%;
}

.v2_linkStationSpArea > * {
  display: table-cell;
  width: 50%;
}

.v2_linkStationSpItem {
  font-size: 12px;
  font-size: 16px;
  font-size: 1rem;
}

.v2_linkStationSpItem a {
  width: 100%;
  padding: 12px 10px 17px;
  display: block;
  text-align: center;
  font-weight: bold;
  color: #000;
  background: url("/library/common/img/icon_link_arrow_down_off.png") no-repeat center bottom 8px;
  -webkit-background-size: 7px 4px;
          background-size: 7px 4px;
}

.v2_linkStationSpItem a.v2_active {
  -webkit-box-shadow: inset 0 4px 0 #00a3d9;
          box-shadow: inset 0 4px 0 #00a3d9;
  background: url("/library/common/img/icon_link_arrow_down_off.png") #fff no-repeat center bottom 8px;
  -webkit-background-size: 7px 4px;
          background-size: 7px 4px;
}

.v2_tableEquipment > colgroup col.v2_col01 {
  width: 39px;
}

.v2_tableEquipment > colgroup col.v2_col04 {
  width: 90px;
}

.v2_tableEquipment .v2_tooltipSpBtn {
  white-space: nowrap;
}

.v2_tableEquipment .v2_tooltipSpBody {
  right: -5px;
  left: auto;
  background-color: #d2d7d9;
  width: 220px;
  z-index: 640;
}

.v2_tableEquipment .v2_tooltipSpBody:before {
  position: absolute;
  right: 35px;
  left: auto;
}

.v2_linkBarrierfree ul li {
  margin-top: 1px;
}

.v2_linkBarrierfree ul li:first-child {
  margin-top: 0;
}

.v2_linkBarrierfree ul li a {
  padding: 5px 10px;
  min-height: 40px;
}

.v2_linkBarrierfree ul li a > span.v2_iconEquipmentArea {
  width: 38px;
}

.v2_androidTablet .v2_linkBarrierfree ul li {
  height: auto !important;
}

.v2_equipmentData {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.v2_equipmentData .v2_equipmentDataImg {
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -moz-order: 0;
  -ms-flex-order: 0;
  order: 0;
  text-align: center;
  margin-top: 15px;
}

.v2_equipmentData .v2_equipmentDataImg img {
  width: 82%;
}

.v2_equipmentData .v2_equipmentDataTitle {
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -moz-order: -1;
  -ms-flex-order: -1;
  order: -1;
}

.v2_equipmentData .v2_equipmentDataTxt {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -moz-order: 1;
  -ms-flex-order: 1;
  order: 1;
  margin: 15px auto;
  width: 73.6%;
}

.v2_equipmentData .v2_equipmentDataTxt .v2_equipmentDataLogo {
  margin-bottom: 12px;
}

.v2_equipmentData .v2_equipmentDataTxt .v2_equipmentDataLogo img {
  display: block;
}

.v2_equipmentData .v2_equipmentDataTxt .v2_equipmentDataLogo img:not(:first-child) {
  margin-top: 10px;
}

/* ----------------------------------------------------------
    yardmap
---------------------------------------------------------- */
.v2_androidTablet .v2_yardArea .v2_yardmapImg img {
  -webkit-transform: none !important;
      -ms-transform: none !important;
          transform: none !important;
  cursor: pointer !important;
  height: auto;
}

.v2_androidTablet .v2_js-yardmapSpCmt {
  display: block;
}

.v2_androidTablet .v2_yardCtrl {
  display: none;
}

.v2_yardArea .v2_yardmapImg img {
  height: auto;
  -webkit-transform: none !important;
      -ms-transform: none !important;
          transform: none !important;
  cursor: pointer !important;
}

.v2_js-yardmapSpCmt {
  display: block;
}

.v2_yardCtrl {
  display: none;
}

.v2_yardCtrl li {
  width: 20px;
  height: 20px;
}

.v2_yardCtrl li + li {
  margin-top: 7px;
}

.v2_yardCtrl li a:hover {
  background-color: #0062b2;
}

.v2_yardCtrl li.v2_mapZoomIn a {
  -webkit-background-size: 7px 7px;
          background-size: 7px;
}

.v2_yardCtrl li.v2_mapZoomOut a {
  -webkit-background-size: 7px 2px;
          background-size: 7px 2px;
}

/* ----------------------------------------------------------
    Station Top
---------------------------------------------------------- */
.v2_stationInfo li + li {
  margin-top: 7px;
}

table.v2_stationData > tbody > tr > th, table.v2_stationData > tbody > tr > td {
  font-size: 12px;
  font-size: 16px;
  font-size: 1rem;
}

table.v2_stationData > tbody > tr > th {
  padding: 15px 8px;
  width: 6em;
}

table.v2_stationData > tbody > tr > td {
  padding: 15px 10px;
}

table.v2_stationData > tbody > tr > td .v2_stationDataPeople {
  margin: 5px 0 10px;
}

table.v2_stationData > tbody > tr > td .v2_stationDataPeople:first-child {
  margin-top: 0;
}

table.v2_stationData > tbody > tr > td .v2_stationDataPeople dt .v2_stationDataPeopleImg {
  width: 20px;
  margin-right: 5px;
}

table.v2_stationData > tbody > tr > td .v2_stationDataAddress li {
  margin-top: 15px;
}

table.v2_stationData > tbody > tr > td .v2_stationDataAddress li:first-child {
  margin-top: 0;
}

.v2_stationAsideTimetable {
  padding: 30px 13px;
}

.v2_stationTopExitList li a {
  padding: 10px 10px 10px 23px;
}

.v2_stationTopExitImg {
  width: 20px;
}

.v2_stationAside .v2_sliderArea {
  margin-right: -17px;
  margin-left: -17px;
}

/* ----------------------------------------------------------
    路線トップ
---------------------------------------------------------- */
.v2_stationUnkouInfo > li {
  padding-top: 10px;
}

.v2_stationUnkouInfo > li a {
  display: block;
  background-color: #00467e;
  color: #fff;
}

.v2_stationUnkouInfo > li > a {
  padding: 14px 13px 14px 25px;
  background: url("/library/common/img/icon_link_arrow_white.png") #00467e no-repeat 10px center;
  -webkit-background-size: 3px 6px;
          background-size: 3px 6px;
}

.v2_stationUnkouInfo > li.v2_stationUnkouHistory {
  width: 50%;
  padding-right: 3px;
  float: left;
}

.v2_stationUnkouInfo > li.v2_stationUnkouDelay {
  width: 50%;
  padding-left: 3px;
  float: right;
}

.v2_stationUnkouInfo > li.v2_stationUnkouSns {
  width: 100%;
  clear: both;
}

.v2_stationUnkouInfo > li.v2_stationUnkouSns .v2_stationUnkouSnsBtn a {
  background-image: none;
  padding: 14px 13px;
}

.v2_stationUnkouInfo > li.v2_stationUnkouSns .v2_stationUnkouSnsBtn a:after {
  width: 8px;
  height: 4px;
  margin-top: -2px;
  background: url("/library/common/img/icon_link_arrow_white_down_off.png") no-repeat left top;
  -webkit-background-size: 8px 4px;
          background-size: 8px 4px;
}

.v2_stationUnkouInfo > li.v2_stationUnkouSns.v2_js-open .v2_stationUnkouSnsBtn a:after {
  background: url("/library/common/img/icon_link_arrow_white_down_on.png") no-repeat left top;
  -webkit-background-size: 8px 4px;
          background-size: 8px 4px;
}

.v2_stationUnkouInfo > li.v2_stationUnkouSns .v2_stationUnkouSnsBody li a {
  width: 100%;
  background-image: none;
  padding: 14px 13px;
  position: relative;
  text-align: center;
}

.v2_stationUnkouInfo > li.v2_stationUnkouSns .v2_stationUnkouSnsBody li a:after {
  background-image: url("/library/common/img/icon_link_blank_white.png");
}

.v2_routeStation {
  overflow: hidden;
}

.v2_routeStation.v2_js-routeStationOpen {
  overflow: visible;
}

.v2_routeStationTable th,
.v2_routeStationTableHead th {
  font-size: 10px;
  font-size: 13px;
  font-size: 0.83333rem;
  padding: 4px  0;
}

.v2_routeStationTable th.v2_cellTransfer,
.v2_routeStationTableHead th.v2_cellTransfer {
  padding-right: 15px;
}

.v2_routeStationTable td.v2_cellCheck,
.v2_routeStationTableHead td.v2_cellCheck {
  display: none;
}

.v2_routeStationTable td.v2_cellStation,
.v2_routeStationTableHead td.v2_cellStation {
  background-position: 33px top;
  padding-left: 19px;
}

/* 2018/08/29 add start */
.v2_routeStationTable td.v2_cellStation .v2_routeStationLink,
.v2_routeStationTableHead td.v2_cellStation .v2_routeStationLink {
  padding: 15px;
  right: 1px;
  width: 150px;
}
*/
/* 2018/08/29 add end */

.v2_routeStationTable td.v2_cellCommute, .v2_routeStationTable td.v2_cellExpress,
.v2_routeStationTableHead td.v2_cellCommute,
.v2_routeStationTableHead td.v2_cellExpress {
  width: 28px;
}

.v2_routeStationTable td.v2_cellTransfer,
.v2_routeStationTableHead td.v2_cellTransfer {
  padding-right: 19px;
}

.v2_routeStationTable td.v2_cellTransfer ul.v2_routeTransfer,
.v2_routeStationTable td.v2_cellTransfer ul.v2_routeTransferOther,
.v2_routeStationTableHead td.v2_cellTransfer ul.v2_routeTransfer,
.v2_routeStationTableHead td.v2_cellTransfer ul.v2_routeTransferOther {
  margin-right: -2px;
}

.v2_routeStationTable td.v2_cellTransfer ul.v2_routeTransfer li,
.v2_routeStationTable td.v2_cellTransfer ul.v2_routeTransferOther li,
.v2_routeStationTableHead td.v2_cellTransfer ul.v2_routeTransfer li,
.v2_routeStationTableHead td.v2_cellTransfer ul.v2_routeTransferOther li {
  margin-right: 2px;
}

.v2_routeStationTable td.v2_cellTransfer ul.v2_routeTransfer li:not(.v2_routeTransferToei) + .v2_routeTransferToei,
.v2_routeStationTable td.v2_cellTransfer ul.v2_routeTransferOther li:not(.v2_routeTransferToei) + .v2_routeTransferToei,
.v2_routeStationTableHead td.v2_cellTransfer ul.v2_routeTransfer li:not(.v2_routeTransferToei) + .v2_routeTransferToei,
.v2_routeStationTableHead td.v2_cellTransfer ul.v2_routeTransferOther li:not(.v2_routeTransferToei) + .v2_routeTransferToei {
  padding-left: 2px;
}

.v2_routeStationTable td.v2_cellTransfer .v2_routeTransferLink,
.v2_routeStationTableHead td.v2_cellTransfer .v2_routeTransferLink {
  padding: 15px;
  right: 5px;
}

.v2_routeStationTable td.v2_cellTransfer .v2_routeTransferLink:before,
.v2_routeStationTableHead td.v2_cellTransfer .v2_routeTransferLink:before {
  right: 35px;
}

.v2_routeStationTable td.v2_cellTransfer .v2_routeTransferLink .v2_routeTransferList,
.v2_routeStationTable td.v2_cellTransfer .v2_routeTransferLink .v2_routeTransferListOther,
.v2_routeStationTableHead td.v2_cellTransfer .v2_routeTransferLink .v2_routeTransferList,
.v2_routeStationTableHead td.v2_cellTransfer .v2_routeTransferLink .v2_routeTransferListOther {
  margin-top: 4px;
}

.v2_routeStationTable td.v2_cellTransfer .v2_routeTransferLink .v2_routeTransferList + .v2_routeTransferList,
.v2_routeStationTable td.v2_cellTransfer .v2_routeTransferLink .v2_routeTransferList + .v2_routeTransferListOther,
.v2_routeStationTable td.v2_cellTransfer .v2_routeTransferLink .v2_routeTransferListOther + .v2_routeTransferList,
.v2_routeStationTable td.v2_cellTransfer .v2_routeTransferLink .v2_routeTransferListOther + .v2_routeTransferListOther,
.v2_routeStationTableHead td.v2_cellTransfer .v2_routeTransferLink .v2_routeTransferList + .v2_routeTransferList,
.v2_routeStationTableHead td.v2_cellTransfer .v2_routeTransferLink .v2_routeTransferList + .v2_routeTransferListOther,
.v2_routeStationTableHead td.v2_cellTransfer .v2_routeTransferLink .v2_routeTransferListOther + .v2_routeTransferList,
.v2_routeStationTableHead td.v2_cellTransfer .v2_routeTransferLink .v2_routeTransferListOther + .v2_routeTransferListOther {
  margin-top: 19px;
}

.v2_routeStationTable td.v2_cellLast,
.v2_routeStationTableHead td.v2_cellLast {
  display: none;
}

.v2_routeStationTable .v2_routeStationFirst td.v2_cellStation,
.v2_routeStationTableHead .v2_routeStationFirst td.v2_cellStation {
  background-position: 33px bottom;
}

.v2_routeStationTable .v2_routeStationLast td.v2_cellStation,
.v2_routeStationTableHead .v2_routeStationLast td.v2_cellStation {
  background-position: 33px top;
}

.v2_routeStationTable.v2_routeStationMarunouchi .v2_cellStationBranch td.v2_cellStation,
.v2_routeStationTableHead.v2_routeStationMarunouchi .v2_cellStationBranch td.v2_cellStation {
  padding-left: 78px;
  background-position: 33px top, 92px top;
}

.v2_routeStationTable.v2_routeStationMarunouchi .v2_cellStationBranch.v2_cellStationBranchLast td.v2_cellStation,
.v2_routeStationTableHead.v2_routeStationMarunouchi .v2_cellStationBranch.v2_cellStationBranchLast td.v2_cellStation {
  background-position: 33px top, 92px bottom;
}

.v2_routeStationTable.v2_routeStationMarunouchi .v2_cellStationBranch.v2_cellStationBranchFirst td.v2_cellStation,
.v2_routeStationTableHead.v2_routeStationMarunouchi .v2_cellStationBranch.v2_cellStationBranchFirst td.v2_cellStation {
  background-position: 33px top, 92px top, 33px center;
}

.v2_routeStationTableHead {
  display: none;
}

.v2_stationTransfer {
  display: none !important;
}

.v2_stationTransferFrom {
  width: 28px;
  text-align: center;
}

.v2_stationTransfer:before {
  right: 35px;
}

.v2_boxRouteUnkou {
  padding: 15px 0;
}

.v2_boxRouteUnkou .v2_routeList ul {
  padding: 0 19px;
}

/* ----------------------------------------------------------
    時刻表
---------------------------------------------------------- */
.v2_tableTimeTableArea table > tbody > tr > th {
  width: 40px;
}

.v2_linkTimetable {
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  margin-bottom: 30px;
}

.v2_linkTimetableCaption {
  font-size: 12px;
  font-size: 16px;
  font-size: 1rem;
}

.v2_linkTimetable > li {
  width: 50%;
}

.v2_linkTimetable > li:nth-child(2) {
  margin-top: 0;
}

.v2_linkTimetable > li:nth-child(odd) {
  padding-right: 3px;
}

.v2_linkTimetable > li:nth-child(even) {
  padding-left: 3px;
}

.v2_linkTimetable > li:nth-child(n+3) {
  margin-top: 8px;
}

.v2_linkTimetable > li > a {
  padding-top: 12px;
  padding-bottom: 12px;
  min-height: 50px;
}

.v2_tableTimeTableData td {
  padding: 0 !important;
  vertical-align: bottom;
  overflow: hidden;
}

.v2_tableTimeTableData td ul li {
  width: 40px;
  height: 40px;
}

.v2_tableTimeTableData td ul li:before {
  border-bottom: 1px #ccc solid;
  height: 1px;
}

.v2_tableTimeTableData td ul li .v2_txtTtBox a {
  padding: 3px 1px 1px 1px;
  margin-bottom: -4px;
}

.v2_tableTimeTableData td ul li .v2_tableTime {
  font-size: 10px;
  font-size: 13px;
  font-size: 0.83333rem;
  width: 39px;
  height: 35px;
  padding: 0 2px;
}

.v2_tableTimeTableData td ul li .v2_tableTime .v2_tableTimeTxt {
  font-size: 8px;
  font-size: 10px;
  font-size: 0.66667rem;
  line-height: 1em;
  margin-bottom: 1px;
}

table.v2_tableTimeTableLegend > tbody > tr > th,
table.v2_tableTimeTableLegend > tbody > tr > td {
  font-size: 10px;
  font-size: 13px;
  font-size: 0.83333rem;
}

/* ----------------------------------------------------------
    発着一覧 時刻表
---------------------------------------------------------- */
.v2_tableTimeTableArea .v2_mainLineArea .v2_table th,
.v2_tableTimeTableArea .v2_otherLineArea .v2_table th {
  width: 80px;
}
.v2_tableTimeTableDivided .v2_otherLineArea {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
}
.v2_tableTimeTableDivided .v2_otherLineArea .v2_boxDirect {
  width: calc(50% - 5px);
}
.v2_tableTimeTableDivided .v2_otherLineArea .v2_subTable {
  display: none;
}
.v2_tableTimeTableDivided .v2_otherLineArea .v2_boxDirect:first-child {
  -webkit-order: 1;
  -moz-order: 1;
  -ms-flex-order: 1;
  order: 1;
}
.v2_tableTimeTableDivided .v2_otherLineArea .v2_boxDirect:nth-of-type(2) {
  -webkit-order: 2;
  -moz-order: 2;
  -ms-flex-order: 2;
  order: 2;
}
.v2_tableTimeTableDivided .v2_otherLineArea .v2_subTable:nth-of-type(1) {
  -webkit-order: 3;
  -moz-order: 3;
  -ms-flex-order: 3;
  order: 3;
}
.v2_tableTimeTableDivided .v2_otherLineArea .v2_subTable:nth-of-type(2) {
  -webkit-order: 4;
  -moz-order: 4;
  -ms-flex-order: 4;
  order: 4;
}

.v2_tableTimeTableDivided .v2_otherLineArea.v2_js-spLinkTab .v2_boxDirect {
  background-color: #dfe4e6;
  cursor: pointer;
}
.v2_tableTimeTableDivided .v2_otherLineArea.v2_js-spLinkTab .v2_boxDirect:not(.v2_active) {
  border: none;
}
.v2_tableTimeTableDivided .v2_otherLineArea.v2_js-spLinkTab .v2_boxDirect.v2_active {
  background-color: #fff;
  border-bottom: none;
}

.v2_tableTimeTableDivided .v2_otherLineArea.v2_js-spLinkTab .v2_subTable.v2_js-linkTabOpen {
  display: table;
}
/* ----------------------------------------------------------
    のりかえ・出口案内
---------------------------------------------------------- */
.v2_txtDirectionL {
  background-position: left 5px;
}

.v2_txtDirectionL:before {
  width: 8px;
  height: 7px;
  top: 1px;
}

.v2_txtDirectionR {
  background-position: right 5px;
}

.v2_txtDirectionR:after {
  width: 8px;
  height: 7px;
  top: 1px;
}

.v2_txtDirectionTxt {
  padding: 0 14px;
}

.v2_necessarytimeImg {
  width: 9px;
  margin-right: 5px;
}

.v2_iconLegent {
  border-bottom: 0;
  text-align: center;
  width: 100%;
  bottom: 0;
  left: 0;
}

.v2_iconLegentBtn {
  width: 50%;
  margin-left: auto;
}

.v2_iconLegentBtn a {
  border-bottom: 0;
  padding: 8px;
  text-align: center;
}

.v2_iconLegentBtn a span:before {
  width: 14px;
  height: 14px;
  margin-left: -14px;
  background: url("/library/common/img/icon_link_arrow_gray_up.png") no-repeat center;
  vertical-align: middle;
  -webkit-background-size: 6px 3px;
          background-size: 6px 3px;
}

.v2_iconLegentBody {
  border: 1px #e6e6e6 solid;
  padding: 15px 10px;
}

.v2_iconLegentImg {
  width: 100%;
  text-align: center;
}

.v2_iconLegentImg img {
  max-width: 100%;
}

.v2_iconLegentList {
  margin-top: 15px;
}

.v2_iconLegent.v2_js-iconLegentOpen .v2_iconLegentBtn a span:before {
  background: url("/library/common/img/icon_link_arrow_gray_down.png") no-repeat center;
  -webkit-background-size: 6px 3px;
          background-size: 6px 3px;
}

.v2_vehicleBody {
  padding: 10px;
}

/* ----------------------------------------------------------
    出入口・周辺地図
---------------------------------------------------------- */
.v2_stationLinkTab {
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -webkit-box-lines: single;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
}

.v2_stationLinkTab li {
  width: 33.3%;
}

.v2_stationLinkTab li:not(:first-child) {
  padding-left: 1px;
}

.v2_stationLinkTab li:not(:first-child):before {
  content: "";
  position: absolute;
  border-bottom: 1px #dae0e3 solid;
  width: 1px;
  height: 1px;
  display: block;
  bottom: 0;
  left: 0;
}

.v2_stationLinkTab li:nth-child(n+3) {
  margin-top: 0;
}

.v2_listExitSpot dt {
  padding: 10px;
}

.v2_listExitSpot dd {
  border-right: 1px #b2b2b2 solid;
}

.v2_listExitSpot dd > ul > li {
  padding: 10px;
}

.v2_listExitSpot dd > ul > li + li {
  border-top: 1px #b2b2b2 solid;
}

.v2_listExitSpot dd > ul > li > a {
  padding: 10px;
}

.v2_listExitSpotBtn {
  width: 120px;
}

.v2_androidMobile .v2_listExitSpotBtn {
  display: block;
  text-align: right;
}

.v2_androidMobile .v2_listExitSpotBtn li {
  display: inline-block;
}

.v2_androidMobile .v2_listExitSpotBtn li a {
  display: inline-block;
}

.v2_listExitAddress > li {
  padding: 10px;
  /*& + li {
      @if $media-sp {
        border-top: 1px #b2b2b2 solid;
      }
    }*/
  /*&:last-child, &:nth-last-of-type(2):nth-child(odd) {
      border-bottom: 0;
    }*/
}

.v2_listExitAddress > li > a {
  padding: 10px;
}

.v2_listExitAddressBtn {
  width: 120px;
}

.v2_androidMobile .v2_listExitAddress .v2_listExitAddressBtn {
  display: block;
  text-align: right;
}

.v2_androidMobile .v2_listExitAddress .v2_listExitAddressBtn li {
  display: inline-block;
}

.v2_androidMobile .v2_listExitAddress .v2_listExitAddressBtn li a {
  display: inline-block;
}

.v2_listExitNum {
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.v2_listExitNum li {
  width: 100%;
  border: 1px #b2b2b2 solid;
  border-top: 0;
}

.v2_listExitNum li:first-child {
  border-top: 1px #b2b2b2 solid;
}

.v2_listExitNum li .v2_listExitNumLink > * {
  padding: 10px 0;
}

.v2_listExitNum li .v2_listExitNumLink > *:last-child {
  padding-right: 10px;
}

.v2_listExitNum li .v2_listExitNumLink > .v2_listExitNumBtn {
  width: 70px;
  padding-left: 10px;
}

.v2_androidTablet .v2_listExitNum li {
  height: auto !important;
}

/* ----------------------------------------------------------
    アイコン説明
---------------------------------------------------------- */
.v2_iconDiscription {
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.v2_iconDiscription dd + dt {
  border-top: 1px #737373 solid;
  padding-top: 15px;
}

.v2_iconDiscription dt {
  padding-bottom: 5px;
}

.v2_iconDiscription dd {
  padding-bottom: 10px;
}

.v2_iconDiscription dd:last-child {
  padding-bottom: 0;
}

/* ----------------------------------------------------------
    js
---------------------------------------------------------- */
.v2_js-vehicleArea .v2_accordionName a.v2_js-vehicleName .v2_headingH2 {
  margin-top: 0;
  margin-bottom: 0;
}

.v2_js-vehicleArea .v2_accordionName a.v2_js-vehicleName h2 {
  font-size: 18px;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: bold;
}

.v2_js-vehicleName {
  cursor: pointer;
  position: relative;
}

.v2_js-vehicleName:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 18px;
  width: 7px;
  height: 4px;
  margin-top: -2px;
  background-repeat: no-repeat;
  background-position: left top;
  background-image: url("/library/common/img/icon_link_arrow_down_off.png");
  -webkit-background-size: 7px 4px;
          background-size: 7px 4px;
}

.v2_js-open .v2_js-vehicleName:after {
  background-image: url("/library/common/img/icon_link_arrow_down_on.png");
  -webkit-background-size: 7px 4px;
          background-size: 7px 4px;
}
