@charset "UTF-8";
/* ----------------------------------------------------------
    layout
---------------------------------------------------------- */
.v3_vAlignM {
  vertical-align: middle !important;
}

.v3_h100p {
  height: 100% !important;
}

.v3_w25p {
  width: 25% !important;
}

.v3_w33p {
  width: 33.33% !important;
}

.v3_mB0 {
  margin-bottom: 0px !important;
}

.v3_mB5 {
  margin-bottom: 5px !important;
}

.v3_mB10 {
  margin-bottom: 10px !important;
}

.v3_mB15 {
  margin-bottom: 15px !important;
}

.v3_mL10 {
  margin-left: 10px !important;
}

.v3_mR15 {
  margin-right: 15px !important;
}

.v3_mT0 {
  margin-top: 0px !important;
}

.v3_mT10 {
  margin-top: 10px !important;
}

.v3_mT15 {
  margin-top: 15px !important;
}

.v3_mT20 {
  margin-top: 20px !important;
}

.v3_mT30 {
  margin-top: 30px !important;
}

.v3_m10 {
  margin: 10px !important;
}

.v3_p0 {
  padding: 0 !important;
}

.v3_bgColorBlue {
  background: #00467e;
}

.v3_bgColorWhite {
  background: #fff;
}

.v3_txtColBlue {
  color: #00467e;
}

.v3_txtColWhite {
  color: #fff;
}

.v3_txtColRed {
  color: #ff2200 !important;
}

.v3_hidden {
  display: none !important;
}

/* ステータスカラー - 遅延 */
.v3_col_chien {
  color: #a26a00 !important;
}

/* ステータスカラー - 運休 */
.v3_col_unkyu {
  color: #ce0000 !important;
}

/* ----------------------------------------------------------
    element
---------------------------------------------------------- */
#v2_contents {
  margin-bottom: 40px;
}

.v3_routeList_delay {
  color: #b47908;
}

.v3_routeListUnkouDescTxt {
  font-size: 0.857rem;
}

.v3_routeListLink {
  padding: 15px 5px 52px;
  position: relative;
}

.v3_routeInfo {
  border-top: 1px solid #dae0e3;
  bottom: 0;
  display: block;
  left: 0;
  margin: 0 5px 15px;
  padding-top: 10px;
  position: absolute;
  right: 0;
}

.v3_bgColorBlue.v3_js-accordionName:after {
  background-image: url(/library/common/img/icon_link_arrow_down_white_off.png);
}

.v2_js-open .v3_bgColorBlue.v3_js-accordionName:after {
  background-image: url(/library/common/img/icon_link_arrow_down_white_on.png);
}

.v3_btnEllipse {
  -webkit-box-align: center;
          align-items: center;
  border: 1px solid #b2b2b2;
  border-radius: 25px;
  box-sizing: border-box;
  display: -webkit-inline-box;
  display: inline-flex;
  font-size: 14px;
  -webkit-box-pack: center;
          justify-content: center;
  line-height: 1.2;
  padding: 6px 14px;
  text-align: center;
}

.v3_btnEllipse::before {
  background: url(/library/common/img/icon_link_othercheck.png) no-repeat center left;
  background-size: 100% auto;
  content: '';
  display: inline-block;
  height: 18px;
  margin-right: 5px;
  vertical-align: sub;
  width: 18px;
}

.v3_btnEllipse.v3_iconHelp::before {
  background-image: url(/library/common/img/icon_help.png);
}

.v3_btnEllipse.v3_iconDoorway::before {
  background-image: url(/library/common/img/icon_link_doorway.png);
}

.v3_btnEllipse.v3_iconHint::before {
  background-image: url(/library/common/img/icon_link_hint.png);
}

ul.v3_listInline li {
  margin-right: 28px;
}

ul.v3_linkListIcon li {
  padding-left: 0;
}

.v3_linkAnchor::before {
  background-image: url(/library/common/img/icon_link_arrow_white_down.png);
  background-size: 8px 4px;
}

.v3_linkBlankLarge::after {
  background-size: 16px auto;
  height: 14px;
  margin-left: 12px;
  margin-top: 2px;
  vertical-align: top;
}

.v3_btnMS {
  padding: 16px 10px 14px 20px;
}

.v3_linkTabUnder li a.v2_active, .v3_linkTabUnder li a.v2_active:hover {
  box-shadow: inset 0 -4px 0 #00a3d9;
}

select.v2_select.v3_selectShort {
  margin-left: auto;
  margin-right: auto;
  display: block;
  text-align: center;
  -webkit-box-pack: center;
          justify-content: center;
}

/* ----------------------------------------------------------
    注意事項（見た目: ※1）
---------------------------------------------------------- */
.v3_listNote03 {
  padding-left: 2.2em;
}

.v3_listNote03 > li::before {
  display: inline-block;
  margin-left: -2.2em;
  text-align: left;
  width: 2.2em;
}

.v3_listNote03 > li:first-child::before {
  content: '※1';
}

.v3_listNote03 > li:nth-child(2)::before {
  content: '※2';
}

.v3_listNote03 > li:nth-child(3)::before {
  content: '※3';
}

.v3_listNote03 > li:nth-child(4)::before {
  content: '※4';
}

.v3_listNote03 > li:nth-child(5)::before {
  content: '※5';
}

.v3_listNote03 > li:nth-child(6)::before {
  content: '※6';
}

/* ----------------------------------------------------------
    アプリへの誘導
---------------------------------------------------------- */
.v3_appGuideArea {
  padding-top: 35px;
  text-align: center;
}

.v3_appGuideArea a {
  font-size: 0.85714rem;
}

/* ----------------------------------------------------------
    運行マップエリア
---------------------------------------------------------- */
.v3_stationUnkouMap .v3_txtUpdate {
  float: left !important;
}

.v3_linkUpdate {
  -webkit-box-align: center;
          align-items: center;
  border: 1px solid #ebf0f2;
  border-radius: 25px;
  box-sizing: border-box;
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-pack: center;
          justify-content: center;
  margin-left: 12px;
  padding: 5px 16px;
  text-align: center;
  vertical-align: middle;
}

.v3_linkUpdate::before {
  font-size: unset;
}

/* ----------------------------------------------------------
    出入口・周辺地図
---------------------------------------------------------- */
.v3_iconCirclePink {
  border: 3px solid #e46d6d;
  border-radius: 50%;
  display: inline-block;
  height: 20px;
  vertical-align: middle;
  width: 20px;
  overflow: hidden;
  color: transparent;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

/* ----------------------------------------------------------
    [U10.3] 東京メトロイベントバナー
---------------------------------------------------------- */
.v3_metroEventBnrGray {
  background: #dae0e3;
}

.v3_metroEventBnrGray .v3_metroEventBnrInr .v3_metroEventBnrImg img {
  height: auto;
  width: 100%;
}

.v3_metroEventBnrWhite {
  background: #fff;
}

.v3_metroEventBnrWhite .v3_metroEventBnrInr .v3_metroEventBnrImg {
  background: url(/library/common/img/bg_metroevent.png) no-repeat bottom center;
}

.v3_metroEventBnrWhite .v3_metroEventBnrInr .v3_metroEventBnrImg img {
  height: auto;
  width: 100%;
}

/* ----------------------------------------------------------
    [16.6] エレベーター運転停止予定
---------------------------------------------------------- */
.v3_tableArea {
  width: 100%;
}

.v3_tableArea table.v3_tableEvTbs th,
.v3_tableArea table.v3_tableEvTbs td {
  text-align: center;
}

.v3_tableArea table.v3_tableEvTbs .v3_tableEvTbsPlace {
  text-align: left;
}

/* ----------------------------------------------------------
    [19.7] Adobe Acrobat Reader
---------------------------------------------------------- */
.v3_adobeAcrobat {
  border: 1px solid #b2b2b2;
  display: table;
  width: 100%;
}

.v3_adobeAcrobat .v3_adobeAcrobatImg {
  display: table-cell;
}

.v3_adobeAcrobat .v3_adobeAcrobatImg img {
  height: auto;
  width: 100%;
}

.v3_adobeAcrobat .v3_adobeAcrobatDetail {
  display: table-cell;
}

.v3_adobeAcrobat .v3_adobeAcrobatDetail .v3_adobeAcrobatTxt {
  margin-bottom: 10px;
}

/* ----------------------------------------------------------
    [22.5] 汎用記事
---------------------------------------------------------- */
/* 横幅327px, 211pxの画像の共通 */
.v3_newsGenericWide .v3_newsGenericTtl,
.v3_newsGenericShort .v3_newsGenericTtl {
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
}

.v3_newsGenericWide .v3_newsGenericInr .v3_newsGenericImg img,
.v3_newsGenericShort .v3_newsGenericInr .v3_newsGenericImg img {
  height: auto;
  width: 100%;
}

/* ----------------------------------------------------------
    [22.6] 特殊記事（複数画像にまたがるリード文） - 「お忘れものをしたときは」の場合の例外対応
---------------------------------------------------------- */
.v3_newsException .v3_newsExceptionImg {
  display: table;
  width: 100%;
}

.v3_newsException .v3_newsExceptionImg .v3_newsExceptionImgL,
.v3_newsException .v3_newsExceptionImg .v3_newsExceptionImgR {
  display: table-cell;
  width: 50%;
}

.v3_newsException .v3_newsExceptionImg figure {
  margin: 0;
}

.v3_newsException .v3_newsExceptionImg figure img {
  border: 1px solid #d7d6d4;
  height: auto;
  width: 100%;
}

/* ----------------------------------------------------------
    [22.7] 特殊記事（フリーペーパー バックナンバー） - 「MetroWalker（メトロウォーカー）」バックナンバーの場合の例外対応
---------------------------------------------------------- */
.v3_bnException .v3_bnExceptionTtl {
  font-weight: bold;
  text-align: center;
}

.v3_bnException .v3_bnExceptionInr {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
}

.v3_bnException .v3_bnExceptionInr .v3_bnExceptionItem {
  margin-right: 2%;
}

.v3_bnException .v3_bnExceptionInr .v3_bnExceptionItem .v3_bnExceptionItemTtl {
  font-weight: bold;
}

.v3_bnException .v3_bnExceptionInr .v3_bnExceptionItem dd img {
  height: auto;
  width: 100%;
}

/* ----------------------------------------------------------
    [U11.1] 単体画像
---------------------------------------------------------- */
.v3_simpleImgArea {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.v3_simpleImgArea img {
  width: 100%;
}

/* ----------------------------------------------------------
    [U11.2] 複数画像＋タイトル＋テキスト
---------------------------------------------------------- */
.v3_multipleImgList .v3_multipleImgItem .v3_multipleImgBlock img {
  width: 100%;
}

.v3_multipleImgList .v3_multipleImgItem .v3_multipleTxtBlock .v3_multipleTxtBlockTtl {
  font-weight: bold;
}

/* ----------------------------------------------------------
    [U11.3] タイトル＋画像＋テキスト
---------------------------------------------------------- */
.v3_col2WithTtlArea .v3_imgBlock figure {
  margin: 0;
  padding: 0;
}

.v3_col2WithTtlArea .v3_imgBlock img {
  width: 100%;
}

/* ----------------------------------------------------------
    [U11.4] アイコン+タイトル/アイコン+テキスト
    [U11.5] アイコン+タイトル/テキスト
---------------------------------------------------------- */
.v3_qaListIconSet dt,
.v3_qaListIconSet dd {
  display: -webkit-box;
  display: flex;
}

.v3_qaListIconSet dt {
  -webkit-box-align: center;
          align-items: center;
  font-weight: bold;
}

.v3_qaListIconSet .v3_qaListIconBlock img {
  width: 100%;
}

/* ----------------------------------------------------------
    [U11.6] 罫線
---------------------------------------------------------- */
.v3_grayLine {
  border-bottom: 0;
  border-left: 0;
  border-right: 0;
  border-top: 1px solid #b2b2b2;
  margin: 0;
}

/* ----------------------------------------------------------
    [U11.7] ワンポイントアドバイス - 関連リンク1つの場合
    [U11.8] ワンポイントアドバイス - 関連リンク複数の場合
    [U12.4.12] 枠内画像小サイズ（ワンポイント使用）
---------------------------------------------------------- */
.v3_adviceArea {
  background: #efefef;
}

.v3_adviceArea img {
  height: auto;
  width: 100%;
}

.v3_adviceArea .v3_adviceTtl {
  -webkit-box-align: center;
          align-items: center;
  display: -webkit-box;
  display: flex;
  font-weight: bold;
}

.v3_adviceArea .v3_adviceTtl dt {
  color: #757575;
  line-height: 1;
  position: relative;
}

.v3_adviceArea .v3_adviceTtl dt::after {
  border-color: transparent transparent transparent #ffffff;
  border-style: solid;
  content: '';
  height: 0;
  position: absolute;
  top: 0;
  width: 0;
}

.v3_adviceArea .v3_adviceTtl dd {
  -webkit-box-flex: 1;
          flex: 1;
}

.v3_adviceArea .v3_adviceLink {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
}

/* ----------------------------------------------------------
    [U11.9] あぶないことをやめる - 危険なもちもの
---------------------------------------------------------- */
.v3_dangerBelongingsList .v3_dangerBelongingsItem img {
  width: 100%;
}

/* ----------------------------------------------------------
    [22.8] 路線一覧
---------------------------------------------------------- */
.v3_routeListCol3 .v3_gridS .v3_gridSRow > * a {
  background: #dae0e3;
  display: block;
}

.v3_routeListCol3 .v3_gridS .v3_gridSRow > * .v3_routeLink {
  -webkit-box-align: center;
          align-items: center;
  display: -webkit-box;
  display: flex;
  font-size: 0.85714rem;
  -webkit-box-pack: center;
          justify-content: center;
}

/* ----------------------------------------------------------
    [U10.4] 公式twitterバナー
---------------------------------------------------------- */
.v3_twitterBnrArea {
  border: 1px solid #dae0e3;
}

/* ----------------------------------------------------------
    /safety/barrierfree/facilities/elevator_oos/index.html
    運転停止（休止・点検）情報
---------------------------------------------------------- */
#elevator_info img {
  width: 24px;
}

.v3_selectToggleBtns {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  margin-left: -1px;
}

.v3_selectToggleBtns > li > button {
  outline: none;
  width: 100%;
  display: -webkit-box;
  display: flex;
  position: relative;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  background-color: #dfe4e6;
  border-top: 1px #fff solid;
  border-left: 1px #fff solid;
  padding: 6px;
  color: #00467e;
  cursor: pointer;
}

.v3_selectToggleBtns .js_v3-selectTglCurrent > button {
  background-color: #bfd0d6;
}

.v3_accordionBox {
  padding-top: 30px;
}

.v3_selectToggleBtnsStationIcon {
  width: 25px;
  padding: 5px;
}

[data-select-tgl-target]:not(.js_v3-selectTglOpen) {
  display: none !important;
}

.v3_js-selectTglTargetArea:not(.v3_js-selectTglTargetAreaShow) {
  display: none !important;
}

@media (min-width: 768px), print {
  /* ----------------------------------------------------------
      layout
  ---------------------------------------------------------- */
  .v3_vAlignTPc {
    vertical-align: top !important;
  }
  .v3_w33pPc {
    width: 33.33% !important;
  }
  .v3_w25pPc {
    width: 25% !important;
  }
  .v3_mB10Pc {
    margin-bottom: 10px !important;
  }
  .v3_mB15Pc {
    margin-bottom: 15px !important;
  }
  .v3_mB30Pc {
    margin-bottom: 30px !important;
  }
  .v3_mB60Pc {
    margin-bottom: 60px !important;
  }
  .v3_mR15Pc {
    margin-right: 15px !important;
  }
  .v3_mT10Pc {
    margin-top: 10px !important;
  }
  .v3_mT15Pc {
    margin-top: 15px !important;
  }
  .v3_mT20Pc {
    margin-top: 20px !important;
  }
  .v3_mT25Pc {
    margin-top: 25px !important;
  }
  .v3_mT30Pc {
    margin-top: 30px !important;
  }
  .v3_mT80Pc {
    margin-top: 80px !important;
  }
  .v3_pT60Pc {
    padding-top: 60px !important;
  }
  .v3_mh0Pc {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .v3_mV30Pc {
    margin-bottom: 30px !important;
    margin-top: 30px !important;
  }
  .v3_hiddenPc {
    display: none !important;
  }
  .v3_jCenterPc {
    -webkit-box-pack: center !important;
            justify-content: center !important;
  }
  /* ----------------------------------------------------------
      table
  ---------------------------------------------------------- */
  table.v3_table.v3_stationEVInfo > tbody > tr > th {
    width: 234px;
  }
  /* ----------------------------------------------------------
      modal
  ---------------------------------------------------------- */
  #v2_modalWindow #v2_modalArea:focus {
    outline: none;
  }
  /* ----------------------------------------------------------
      element
  ---------------------------------------------------------- */
  /* ----------------------------------------------------------
      [U10.3] 東京メトロイベントバナー
  ---------------------------------------------------------- */
  .v3_metroEventBnrGray {
    padding: 0 80px;
  }
  .v3_metroEventBnrGray .v3_metroEventBnrInr {
    display: table;
    width: 100%;
  }
  .v3_metroEventBnrGray .v3_metroEventBnrInr .v3_metroEventBnrImg,
  .v3_metroEventBnrGray .v3_metroEventBnrInr .v3_metroEventBnrDetail {
    display: table-cell;
    padding: 50px 0;
    vertical-align: middle;
  }
  .v3_metroEventBnrGray .v3_metroEventBnrInr .v3_metroEventBnrImg {
    width: 43.5%;
  }
  .v3_metroEventBnrGray .v3_metroEventBnrInr .v3_metroEventBnrDetail {
    padding-left: 80px;
  }
  .v3_metroEventBnrGray .v3_metroEventBnrInr .v3_metroEventBnrDetail .v3_metroEventBnrTxt {
    line-height: 1.6;
  }
  .v3_metroEventBnrGray .v3_metroEventBnrInr .v3_metroEventBnrDetail .v3_btn {
    background-position: 20px center;
    font-size: 0.857rem;
    margin-top: 15px;
    padding-left: 30px;
  }
  .v3_metroEventBnrWhite {
    border: 1px solid #dae0e3;
    padding: 0 80px 0 78px;
  }
  .v3_metroEventBnrWhite .v3_metroEventBnrInr {
    display: table;
    width: 100%;
  }
  .v3_metroEventBnrWhite .v3_metroEventBnrInr .v3_metroEventBnrImg,
  .v3_metroEventBnrWhite .v3_metroEventBnrInr .v3_metroEventBnrDetail {
    display: table-cell;
    padding: 48px 0;
    vertical-align: middle;
  }
  .v3_metroEventBnrWhite .v3_metroEventBnrInr .v3_metroEventBnrImg {
    background-size: calc(100% - 7px) auto;
    width: 43.5%;
  }
  .v3_metroEventBnrWhite .v3_metroEventBnrInr .v3_metroEventBnrDetail {
    padding-left: 80px;
  }
  .v3_metroEventBnrWhite .v3_metroEventBnrInr .v3_metroEventBnrDetail .v3_metroEventBnrTxt {
    line-height: 1.6;
  }
  .v3_metroEventBnrWhite .v3_metroEventBnrInr .v3_metroEventBnrDetail .v3_btn {
    background-position: 20px center;
    font-size: 0.857rem;
    margin-top: 15px;
    padding-left: 30px;
  }
  /* ----------------------------------------------------------
      [16.6] エレベーター運転停止予定
  ---------------------------------------------------------- */
  .v3_tableArea table.v3_tableEvTbs > colgroup col.v3_col01 {
    width: 10.5%;
  }
  .v3_tableArea table.v3_tableEvTbs > colgroup col.v3_col02 {
    width: 10%;
  }
  .v3_tableArea table.v3_tableEvTbs > colgroup col.v3_col03 {
    width: 60.65%;
  }
  .v3_tableArea table.v3_tableEvTbs > colgroup col.v3_col04 {
    width: 18.85%;
  }
  .v3_tableArea table.v3_tableEvTbs th,
  .v3_tableArea table.v3_tableEvTbs td {
    padding: 16px;
  }
  /* ----------------------------------------------------------
      [19.7] Adobe Acrobat Reader
  ---------------------------------------------------------- */
  .v3_adobeAcrobat {
    padding: 40px 50px;
  }
  .v3_adobeAcrobat .v3_adobeAcrobatImg {
    width: 158px;
  }
  .v3_adobeAcrobat .v3_adobeAcrobatDetail {
    padding-left: 35px;
    width: calc(100% - 158px);
  }
  /* ----------------------------------------------------------
      [22.5] 汎用記事
  ---------------------------------------------------------- */
  /* 横幅327px, 211pxの画像の共通 */
  .v3_newsGenericWide .v3_newsGenericTtl,
  .v3_newsGenericShort .v3_newsGenericTtl {
    font-size: 1.571rem;
    margin-bottom: 26px;
  }
  .v3_newsGenericWide .v3_newsGenericInr,
  .v3_newsGenericShort .v3_newsGenericInr {
    display: table;
    width: 100%;
  }
  .v3_newsGenericWide .v3_newsGenericInr .v3_newsGenericImg,
  .v3_newsGenericWide .v3_newsGenericInr .v3_newsGenericDetail,
  .v3_newsGenericShort .v3_newsGenericInr .v3_newsGenericImg,
  .v3_newsGenericShort .v3_newsGenericInr .v3_newsGenericDetail {
    display: table-cell;
    vertical-align: top;
  }
  .v3_newsGenericWide .v3_newsGenericInr .v3_newsGenericDetail,
  .v3_newsGenericShort .v3_newsGenericInr .v3_newsGenericDetail {
    padding-left: 28px;
  }
  .v3_newsGenericWide .v3_newsGenericInr .v3_newsGenericDetail > *:first-child,
  .v3_newsGenericShort .v3_newsGenericInr .v3_newsGenericDetail > *:first-child {
    margin-bottom: 10px;
  }
  .v3_newsGenericWide .v3_newsGenericInr .v3_newsGenericDetail .v3_newsGenericTxt p,
  .v3_newsGenericShort .v3_newsGenericInr .v3_newsGenericDetail .v3_newsGenericTxt p {
    margin-top: 30px;
  }
  .v3_newsGenericWide .v3_newsGenericInr .v3_newsGenericDetail .v3_newsGenericTxt p:first-of-type,
  .v3_newsGenericShort .v3_newsGenericInr .v3_newsGenericDetail .v3_newsGenericTxt p:first-of-type {
    margin-top: 0;
  }
  .v3_newsGenericWide .v3_newsGenericInr .v3_newsGenericDetail .v3_newsGenericTxt dd,
  .v3_newsGenericShort .v3_newsGenericInr .v3_newsGenericDetail .v3_newsGenericTxt dd {
    margin-left: 1rem;
  }
  /* 横幅327pxの画像の場合 */
  .v3_newsGenericWide .v3_newsGenericInr .v3_newsGenericImg {
    width: 327px;
  }
  .v3_newsGenericWide .v3_newsGenericInr .v3_newsGenericDetail {
    width: calc(100% - 327px);
  }
  /* 横幅211pxの画像の場合 */
  .v3_newsGenericShort .v3_newsGenericInr .v3_newsGenericImg {
    width: 211px;
  }
  .v3_newsGenericShort .v3_newsGenericInr .v3_newsGenericDetail {
    width: calc(100% - 211px);
  }
  /* ----------------------------------------------------------
      [22.6] 特殊記事（複数画像にまたがるリード文） - 「お忘れものをしたときは」の場合の例外対応
  ---------------------------------------------------------- */
  .v3_newsException .v3_newsExceptionImg figure {
    max-width: 327px;
    min-width: 250px;
  }
  .v3_newsException .v3_newsExceptionImg figcaption {
    font-size: .857rem;
    margin-top: 10px;
  }
  .v3_newsException .v3_newsExceptionImg .v3_newsExceptionImgL {
    padding-right: 15px;
  }
  .v3_newsException .v3_newsExceptionImg .v3_newsExceptionImgL figure {
    float: right;
    margin-left: 17%;
  }
  .v3_newsException .v3_newsExceptionImg .v3_newsExceptionImgR {
    padding-left: 15px;
  }
  .v3_newsException .v3_newsExceptionImg .v3_newsExceptionImgR figure {
    float: left;
    margin-right: 17%;
  }
  .v3_newsException .v3_newsExceptionDetail {
    margin-top: 20px;
  }
  .v3_newsException .v3_newsExceptionDetail .v3_newsExceptionTxt {
    margin-bottom: 10px;
  }
  /* ----------------------------------------------------------
      [22.7] 特殊記事（フリーペーパー バックナンバー） - 「MetroWalker（メトロウォーカー）」バックナンバーの場合の例外対応
  ---------------------------------------------------------- */
  .v3_bnException .v3_bnExceptionTtl {
    font-size: 1.571rem;
    margin-bottom: 25px;
  }
  .v3_bnException .v3_bnExceptionInr .v3_bnExceptionItem {
    margin-top: 55px;
    text-align: center;
    width: 23%;
  }
  .v3_bnException .v3_bnExceptionInr .v3_bnExceptionItem:nth-child(-n+4) {
    margin-top: 0;
  }
  .v3_bnException .v3_bnExceptionInr .v3_bnExceptionItem:nth-child(4n) {
    margin-right: 0;
  }
  .v3_bnException .v3_bnExceptionInr .v3_bnExceptionItem dl {
    margin-bottom: 15px;
  }
  .v3_bnException .v3_bnExceptionInr .v3_bnExceptionItem .v3_bnExceptionItemTtl {
    font-size: 1.285rem;
    margin-bottom: 15px;
  }
  .v3_bnException .v3_bnExceptionInr .v3_bnExceptionItem dd {
    margin: 0 auto;
    width: 158px;
  }
  /* ----------------------------------------------------------
      [U11.1] 単体画像
  ---------------------------------------------------------- */
  .v3_simpleImgArea {
    max-width: 859px;
  }
  /* ----------------------------------------------------------
      [U11.2] 複数画像＋タイトル＋テキスト
  ---------------------------------------------------------- */
  .v3_multipleImgList .v3_multipleImgItem {
    display: -webkit-box;
    display: flex;
    margin-bottom: 30px;
  }
  .v3_multipleImgList .v3_multipleImgItem:last-child {
    margin-bottom: 0;
  }
  .v3_multipleImgList .v3_multipleImgItem .v3_multipleImgBlock {
    margin-right: 30px;
    width: 31.469%;
  }
  .v3_multipleImgList .v3_multipleImgItem .v3_multipleTxtBlock {
    width: calc(100% - 31.469% - 30px);
  }
  .v3_multipleImgList .v3_multipleImgItem .v3_multipleTxtBlock .v3_multipleTxtBlockTtl {
    font-size: 1.142rem;
    margin-bottom: 15px;
  }
  /* ----------------------------------------------------------
      [U11.3] タイトル＋画像＋テキスト
  ---------------------------------------------------------- */
  .v3_col2WithTtlArea .v3_col2Block {
    display: -webkit-box;
    display: flex;
  }
  .v3_col2WithTtlArea .v3_imgBlock {
    margin-right: 25px;
    width: 22.99%;
  }
  .v3_col2WithTtlArea .v3_imgBlock figcaption {
    font-size: .857rem;
    margin-top: 10px;
  }
  .v3_col2WithTtlArea .v3_txtBlock {
    width: calc(100% - 22.99% - 25px);
  }
  /* ----------------------------------------------------------
      [U11.4] アイコン+タイトル/アイコン+テキスト
      [U11.5] アイコン+タイトル/テキスト
  ---------------------------------------------------------- */
  .v3_qaListIconSet dt {
    font-size: 1.428rem;
    margin-bottom: 20px;
  }
  .v3_qaListIconSet .v3_qaListIconBlock {
    margin-right: 12px;
    width: 52px;
  }
  .v3_qaListIconSet .v3_qaListTxtBlock {
    width: calc(100% - 52px - 12px);
  }
  /* ----------------------------------------------------------
      [U11.7] ワンポイントアドバイス - 関連リンク1つの場合
      [U11.8] ワンポイントアドバイス - 関連リンク複数の場合
      [U12.4.12] 枠内画像小サイズ（ワンポイント使用）
  ---------------------------------------------------------- */
  .v3_adviceArea {
    padding: 25px 20px;
  }
  .v3_adviceArea .v3_adviceTtl {
    margin-bottom: 15px;
  }
  .v3_adviceArea .v3_adviceTtl dt {
    background: #fff url(/library/common/img/icon_advice.png) no-repeat center left 13px;
    background-size: 13px auto;
    font-size: .928rem;
    margin-right: 37px;
    padding: 13px 2px 10px 36px;
  }
  .v3_adviceArea .v3_adviceTtl dt::after {
    border-width: 17.5px 0 17.5px 17px;
    right: -17px;
  }
  .v3_adviceArea .v3_adviceDesc {
    margin-bottom: 10px;
  }
  .v3_adviceArea .v3_adviceDescImg {
    margin: 20px 19.204% 0;
  }
  .v3_adviceArea .v3_adviceLink > * {
    width: 195px;
  }
  .v3_adviceArea .v3_boxHorizontalInr .v3_boxHorizontalTxtArea {
    width: calc(100% - 22.046% - 60px);
  }
  .v3_adviceArea .v3_boxHorizontalInr .v3_boxHorizontalImgArea {
    width: 22.046%;
  }
  /* ----------------------------------------------------------
      [U11.9] あぶないことをやめる - 危険なもちもの
  ---------------------------------------------------------- */
  .v3_dangerBelongingsList {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
    margin-top: -50px;
  }
  .v3_dangerBelongingsList .v3_dangerBelongingsItem {
    margin-left: 15px;
    margin-right: 15px;
    margin-top: 50px;
    width: calc((100% - 90px) / 3);
  }
  /* ----------------------------------------------------------
    [22.8] 路線一覧
  ---------------------------------------------------------- */
  .v3_routeListCol3 .v3_gridS {
    margin-left: -5px;
    margin-right: -5px;
  }
  .v3_routeListCol3 .v3_gridS .v3_gridSRow {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
  }
  .v3_routeListCol3 .v3_gridS .v3_gridSRow > * {
    float: none;
    margin-left: 5px;
    margin-right: 5px;
    margin-top: 0;
    padding: 0;
    width: calc((100% - 30.1px) / 3);
  }
  .v3_routeListCol3 .v3_gridS .v3_gridSRow > *:nth-child(n+4) {
    margin-top: 10px;
  }
  .v3_routeListCol3 .v3_gridS .v3_gridSRow > * a {
    padding: 18px 0;
    width: 100%;
  }
  .v3_routeListCol3 .v3_gridS .v3_gridSRow > * a:hover {
    background: #bfcfd6;
  }
  .v3_routeListCol3 .v3_gridS .v3_gridSRow > * .v3_routeLinkImg {
    margin-right: 7px;
    width: 24px;
  }
  .v3_routeListCol3 .v3_gridS .v3_gridSRow > * .v3_routeLinkImg img {
    width: 100%;
  }
  /* ----------------------------------------------------------
    [U10.4] 公式twitterバナー
  ---------------------------------------------------------- */
  .v3_twitterBnrArea {
    display: table;
    padding: 44px 80px 48px 60px;
    width: 100%;
  }
  .v3_twitterBnrArea .v3_twitterBnrIcon {
    display: table-cell;
    vertical-align: middle;
    width: 46.5%;
  }
  .v3_twitterBnrArea .v3_twitterBnrIcon img {
    width: 100%;
  }
  .v3_twitterBnrArea .v3_twitterBnrDesc {
    display: table-cell;
    padding-left: 61px;
    vertical-align: middle;
  }
  .v3_twitterBnrArea .v3_twitterBnrDesc .v3_btn {
    font-size: 0.85714rem;
    margin-top: 15px;
  }
  .v3_unkouReportTxt {
    font-size: 1rem !important;
  }
  .v3_unkouReportTxt .v3_unkouReportTxtImg {
    margin-right: 10px;
    width: 32px;
  }
  .v3_unkouReportTxt .v3_unkouReportTxtCaption {
    font-size: 1.571rem;
    vertical-align: middle;
  }
  .v3_unkouReportTxt .v3_unkouReportLink {
    font-size: 1.142rem;
    padding-top: 10px;
  }
  .v3_unkouReportTxt .v3_unkouReportLink .v3_linkIcon:before {
    background-position: center top;
    margin-top: 3px;
  }
  .v3_unkouReportTxt .v3_AffectedSection {
    font-size: 1.142rem;
  }
  .v3_btnExit {
    height: 38px;
    line-height: 38px;
    padding: 0;
    text-align: center;
    width: 68px;
  }
  .v3_btnExit sup {
    line-height: 0;
    vertical-align: super;
  }
  .v3_iconEchikafitSmall::after {
    background: url(/library/common/img/icon_echikafit_small.png) no-repeat top left;
    background-size: 70px auto;
    content: '';
    display: inline-block;
    height: 20px;
    margin-left: 10px;
    vertical-align: sub;
    width: 70px;
  }
  .v3_iconEchikaSmall::after {
    background: url(/library/common/img/icon_echika_small.png) no-repeat top left;
    background-size: 70px auto;
    content: '';
    display: inline-block;
    height: 20px;
    margin-left: 10px;
    vertical-align: sub;
    width: 70px;
  }
  .v3_iconEsolaSmall::after {
    background: url(/library/common/img/icon_esola_small.png) no-repeat top left;
    background-size: 70px auto;
    content: '';
    display: inline-block;
    height: 20px;
    margin-left: 10px;
    vertical-align: sub;
    width: 70px;
  }
  .v3_gridS .v3_gridSRow {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
            justify-content: space-between;
  }
  .v3_gridS .v3_gridSRow > * {
    float: none;
  }
  select.v2_select.v3_selectShort {
    width: 30%;
  }
  .v3_linkBtnListSmall > li {
    float: none;
  }
  .v3_linkBtnListSmall > li > a {
    background-position: 13px center;
    padding: 10px 10px 10px 26px;
  }
  #v2_langArea .v3_langAreaInner:after {
    content: none;
  }
  /* ----------------------------------------------------------
      footer付近 駅を探す
  ---------------------------------------------------------- */
  .v3_searchTextStation > dt {
    font-size: 1.142rem;
    font-weight: bold;
    margin-bottom: 12px;
  }
  .v3_searchCheckStation {
    display: block;
    margin-top: 29px;
  }
  .v3_searchCheckStation > dt {
    display: block;
    font-size: 1.142rem;
    font-weight: bold;
    margin-bottom: 12px;
  }
}

@media only screen and (max-width: 767px) {
  /* ----------------------------------------------------------
      layout
  ---------------------------------------------------------- */
  .v3_w25pSp {
    width: 25% !important;
  }
  .v3_w33pSp {
    width: 33.33% !important;
  }
  .v3_mB10Sp {
    margin-bottom: 10px !important;
  }
  .v3_mB15Sp {
    margin-bottom: 15px !important;
  }
  .v3_mB20Sp {
    margin-bottom: 20px !important;
  }
  .v3_mB30Sp {
    margin-bottom: 30px !important;
  }
  .v3_mT0Sp {
    margin-top: 0px !important;
  }
  .v3_mT5Sp {
    margin-top: 5px !important;
  }
  .v3_mT8Sp {
    margin-top: 8px !important;
  }
  .v3_mT10Sp {
    margin-top: 10px !important;
  }
  .v3_mT15Sp {
    margin-top: 15px !important;
  }
  .v3_mT20Sp {
    margin-top: 20px !important;
  }
  .v3_mT30Sp {
    margin-top: 30px !important;
  }
  .v3_mT35Sp {
    margin-top: 35px !important;
  }
  .v3_mT60Sp {
    margin-top: 60px !important;
  }
  .v3_m0Sp {
    margin: 0 !important;
  }
  .v3_pL5Sp {
    padding-left: 5px !important;
  }
  .v3_pT0Sp {
    padding-top: 0px !important;
  }
  .v3_ph0Sp {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .v3_lH1Sp {
    line-height: 1 !important;
  }
  .v3_headingH2 .v3_lHSmallSp {
    line-height: 1.2;
  }
  .v3_hiddenSp {
    display: none !important;
  }
  .v3_wrapSp {
    padding-left: 17px;
    padding-right: 17px;
  }
  .v3_fS10Sp {
    font-size: .833rem;
  }
  /* ----------------------------------------------------------
      table
  ---------------------------------------------------------- */
  table.v3_table.v3_stationEVInfo > tbody > tr > th {
    width: 112px;
  }
  /* ----------------------------------------------------------
      element
  ---------------------------------------------------------- */
  /* ----------------------------------------------------------
      [U10.3] 東京メトロイベントバナー
  ---------------------------------------------------------- */
  .v3_metroEventBnrGray {
    padding: 25px 30px 20px;
  }
  .v3_metroEventBnrGray .v3_metroEventBnrInr .v3_metroEventBnrImg {
    margin: 0 30px 10px;
  }
  .v3_metroEventBnrGray .v3_metroEventBnrInr .v3_metroEventBnrDetail .v3_metroEventBnrTxt {
    margin-bottom: 15px;
  }
  .v3_metroEventBnrGray .v3_metroEventBnrInr .v3_metroEventBnrDetail .v3_btn {
    font-size: 1rem;
  }
  .v3_metroEventBnrWhite {
    border: 1px solid #dae0e3;
    padding: 23px 28px 18px;
  }
  .v3_metroEventBnrWhite .v3_metroEventBnrInr .v3_metroEventBnrImg {
    background-size: 100% auto;
    margin: 0 32px 10px;
    padding-bottom: 15.55%;
  }
  .v3_metroEventBnrWhite .v3_metroEventBnrInr .v3_metroEventBnrDetail .v3_metroEventBnrTxt {
    margin-bottom: 15px;
  }
  .v3_metroEventBnrWhite .v3_metroEventBnrInr .v3_metroEventBnrDetail .v3_btn {
    font-size: 1rem;
  }
  /* ----------------------------------------------------------
      [16.6] エレベーター運転停止予定
  ---------------------------------------------------------- */
  .v3_tableArea table.v3_tableEvTbs > colgroup col.v3_col01 {
    width: 15%;
  }
  .v3_tableArea table.v3_tableEvTbs > colgroup col.v3_col02 {
    width: 15%;
  }
  .v3_tableArea table.v3_tableEvTbs > colgroup col.v3_col03 {
    width: 32%;
  }
  .v3_tableArea table.v3_tableEvTbs > colgroup col.v3_col04 {
    width: 38%;
  }
  /* ----------------------------------------------------------
      [19.7] Adobe Acrobat Reader
  ---------------------------------------------------------- */
  .v3_adobeAcrobat {
    padding: 30px 32px;
  }
  .v3_adobeAcrobat .v3_adobeAcrobatImg {
    width: 122px;
  }
  .v3_adobeAcrobat .v3_adobeAcrobatDetail {
    padding-left: 29px;
    width: calc(100% - 122px);
  }
  /* ----------------------------------------------------------
      [22.5] 汎用記事
  ---------------------------------------------------------- */
  /* 横幅327px, 211pxの画像の共通 */
  .v3_newsGenericWide .v3_newsGenericTtl,
  .v3_newsGenericShort .v3_newsGenericTtl {
    font-size: 1.333rem;
    margin-bottom: 11px;
  }
  .v3_newsGenericWide .v3_newsGenericInr .v3_newsGenericImg,
  .v3_newsGenericShort .v3_newsGenericInr .v3_newsGenericImg {
    margin: 0 auto;
    width: 167.5px;
  }
  .v3_newsGenericWide .v3_newsGenericInr .v3_newsGenericDetail > *:first-child,
  .v3_newsGenericShort .v3_newsGenericInr .v3_newsGenericDetail > *:first-child {
    margin-bottom: 8px;
  }
  .v3_newsGenericWide .v3_newsGenericInr .v3_newsGenericDetail .v3_newsGenericTxt p,
  .v3_newsGenericShort .v3_newsGenericInr .v3_newsGenericDetail .v3_newsGenericTxt p {
    margin-top: 32px;
  }
  .v3_newsGenericWide .v3_newsGenericInr .v3_newsGenericDetail .v3_newsGenericTxt p:first-of-type,
  .v3_newsGenericShort .v3_newsGenericInr .v3_newsGenericDetail .v3_newsGenericTxt p:first-of-type {
    margin-top: 0;
  }
  .v3_newsGenericWide .v3_newsGenericInr .v3_newsGenericDetail .v3_newsGenericTxt dd,
  .v3_newsGenericShort .v3_newsGenericInr .v3_newsGenericDetail .v3_newsGenericTxt dd {
    margin-left: 1rem;
  }
  /* 横幅327pxの画像の場合 */
  .v3_newsGenericWide .v3_newsGenericDetail {
    margin-top: 20px;
  }
  /* 横幅211pxの画像の場合 */
  .v3_newsGenericShort .v3_newsGenericDetail {
    margin-top: 11px;
  }
  /* ----------------------------------------------------------
      [22.6] 特殊記事（複数画像にまたがるリード文） - 「お忘れものをしたときは」の場合の例外対応
  ---------------------------------------------------------- */
  .v3_newsException .v3_newsExceptionImg .v3_newsExceptionImgL {
    padding: 0 6px 0 0;
  }
  .v3_newsException .v3_newsExceptionImg .v3_newsExceptionImgR {
    padding: 0 0 0 6px;
  }
  .v3_newsException .v3_newsExceptionImg figcaption {
    font-size: .833rem;
    margin-top: 8px;
  }
  .v3_newsException .v3_newsExceptionDetail {
    margin-top: 15px;
  }
  .v3_newsException .v3_newsExceptionDetail .v3_newsExceptionTxt {
    margin-bottom: 13px;
  }
  /* ----------------------------------------------------------
      [22.7] 特殊記事（フリーペーパー バックナンバー） - 「MetroWalker（メトロウォーカー）」バックナンバーの場合の例外対応
  ---------------------------------------------------------- */
  .v3_bnException .v3_bnExceptionTtl {
    font-size: 1.333rem;
    margin-bottom: 13px;
  }
  .v3_bnException .v3_bnExceptionInr .v3_bnExceptionItem {
    margin-top: 28px;
    width: 49%;
  }
  .v3_bnException .v3_bnExceptionInr .v3_bnExceptionItem:nth-child(-n+2) {
    margin-top: 0;
  }
  .v3_bnException .v3_bnExceptionInr .v3_bnExceptionItem:nth-child(even) {
    margin-right: 0;
  }
  .v3_bnException .v3_bnExceptionInr .v3_bnExceptionItem dl {
    margin-bottom: 15px;
  }
  .v3_bnException .v3_bnExceptionInr .v3_bnExceptionItem .v3_bnExceptionItemTtl {
    margin-bottom: 11px;
    text-align: center;
  }
  .v3_bnException .v3_bnExceptionInr .v3_bnExceptionItem dd {
    margin: 0 auto;
    width: 119px;
  }
  /* ----------------------------------------------------------
      [U11.1] 単体画像
  ---------------------------------------------------------- */
  .v3_simpleImgArea {
    max-width: 100%;
  }
  /* ----------------------------------------------------------
      [U11.2] 複数画像＋タイトル＋テキスト
  ---------------------------------------------------------- */
  .v3_multipleImgList .v3_multipleImgItem {
    margin-bottom: 28px;
  }
  .v3_multipleImgList .v3_multipleImgItem:last-child {
    margin-bottom: 0;
  }
  .v3_multipleImgList .v3_multipleImgItem .v3_multipleTxtBlock .v3_multipleTxtBlockTtl {
    font-size: 1.166rem;
    margin-bottom: 11px;
    margin-top: 13px;
  }
  /* ----------------------------------------------------------
      [U11.3] タイトル＋画像＋テキスト
  ---------------------------------------------------------- */
  .v3_col2WithTtlArea .v3_imgBlock {
    margin-bottom: 14px;
  }
  .v3_col2WithTtlArea .v3_imgBlock figcaption {
    font-size: .833rem;
    margin-top: 8px;
  }
  /* ----------------------------------------------------------
      [U11.4] アイコン+タイトル/アイコン+テキスト
      [U11.5] アイコン+タイトル/テキスト
  ---------------------------------------------------------- */
  .v3_qaListIconSet dt {
    font-size: 1.166rem;
    margin-bottom: 10px;
  }
  .v3_qaListIconSet .v3_qaListIconBlock {
    margin-right: 8px;
    width: 34px;
  }
  .v3_qaListIconSet .v3_qaListTxtBlock {
    width: calc(100% - 34px - 8px);
  }
  /* ----------------------------------------------------------
      [U11.7] ワンポイントアドバイス - 関連リンク1つの場合
      [U11.8] ワンポイントアドバイス - 関連リンク複数の場合
      [U12.4.12] 枠内画像小サイズ（ワンポイント使用）
  ---------------------------------------------------------- */
  .v3_adviceArea {
    padding: 18px 14px;
  }
  .v3_adviceArea .v3_adviceTtl {
    margin-bottom: 11px;
  }
  .v3_adviceArea .v3_adviceTtl dt {
    background: #fff url(/library/common/img/icon_advice.png) no-repeat center left 7px;
    background-size: 7.5px auto;
    font-size: .833rem;
    margin-right: 17px;
    padding: 5px 2px 5px 21px;
  }
  .v3_adviceArea .v3_adviceTtl dt::after {
    border-width: 10px 0 10px 12px;
    right: -12px;
  }
  .v3_adviceArea .v3_adviceTtl dd {
    font-size: 1.166rem;
  }
  .v3_adviceArea .v3_adviceDesc {
    margin-bottom: 8px;
  }
  .v3_adviceArea .v3_adviceDescImg {
    margin: 17px .96% 0;
  }
  .v3_adviceArea .v3_adviceLink > * {
    width: 49%;
  }
  .v3_adviceArea .v3_adviceLink > *:nth-child(odd) {
    margin-right: 2%;
  }
  .v3_adviceArea .v3_boxHorizontalInr .v3_boxHorizontalTxtArea {
    width: 100%;
  }
  .v3_adviceArea .v3_boxHorizontalInr .v3_boxHorizontalImgArea {
    margin-left: auto;
    margin-right: auto;
    width: 46.81%;
  }
  /* ----------------------------------------------------------
      [U11.9] あぶないことをやめる - 危険なもちもの
  ---------------------------------------------------------- */
  .v3_dangerBelongingsList .v3_dangerBelongingsItem {
    margin-bottom: 30px;
  }
  .v3_dangerBelongingsList .v3_dangerBelongingsItem:last-child {
    margin-bottom: 0;
  }
  /* ----------------------------------------------------------
    [22.8] 路線一覧
  ---------------------------------------------------------- */
  .v3_routeListCol3 .v3_gridS .v3_gridSRow {
    -webkit-box-pack: justify;
            justify-content: space-between;
  }
  .v3_routeListCol3 .v3_gridS .v3_gridSRow > * {
    margin-top: 0;
    width: calc((100% - 12px) / 3);
  }
  .v3_routeListCol3 .v3_gridS .v3_gridSRow > *:nth-child(n+4) {
    margin-top: 6px;
  }
  .v3_routeListCol3 .v3_gridS .v3_gridSRow > * a {
    padding: 10px 0;
  }
  .v3_routeListCol3 .v3_gridS .v3_gridSRow > * .v3_routeLinkImg {
    margin-right: 6px;
    width: 20px;
  }
  .v3_routeListCol3 .v3_gridS .v3_gridSRow > * .v3_routeLinkImg img {
    width: 100%;
  }
  /* ----------------------------------------------------------
      [U10.4] 公式twitterバナー
  ---------------------------------------------------------- */
  .v3_twitterBnrArea {
    padding: 20px 28px 18px;
  }
  .v3_twitterBnrArea .v3_twitterBnrIcon {
    -webkit-box-pack: center;
            justify-content: center;
    margin-bottom: 13px;
  }
  .v3_twitterBnrArea .v3_twitterBnrIcon img {
    width: 100%;
  }
  .v3_twitterBnrArea .v3_twitterBnrIcon .v3_twitterBnrHash {
    font-size: 2.14285rem;
    margin-left: 8px;
  }
  .v3_twitterBnrArea .v3_twitterBnrDesc .v3_btn {
    margin-top: 13px;
  }
  #v2_contents {
    margin-top: 65px;
  }
  #v2_contents .v3_unkouRouteUnkou .v3_routeList ul {
    padding: 0;
  }
  .v3_routeList li:nth-child(n + 4) {
    margin-top: 11px;
  }
  .v3_routeListLink {
    padding: 15px 5px 43px;
  }
  .v3_routeListUnkouTxt {
    margin: 3px 0 0;
  }
  .v3_blockSp > .v2_blockSpItem02:nth-child(n+3) {
    padding: 0;
    width: 100%;
  }
  .v3_btnExit {
    height: 22px;
    line-height: 22px;
    padding: 0;
    text-align: center;
    width: 40px;
  }
  .v3_btnExit sup {
    line-height: 0;
    vertical-align: initial;
  }
  .v3_linkStation ul li {
    margin-top: 6px !important;
  }
  .v3_linkStationMiddle {
    margin-top: 24px;
  }
  ul.v2_listAnchor.v3_listAnchorSp {
    margin-right: -5px;
    margin-top: -5px;
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
  }
  ul.v2_listAnchor.v3_listAnchorSp li {
    padding: 5px 5px 0 0;
  }
  ul.v2_listAnchor.v3_listAnchorSp li::before {
    content: none;
  }
  ul.v2_listAnchor.v3_listAnchorSp li a {
    background: url(/library/common/img/icon_link_arrow_gray_down.png) #dae0e3 no-repeat 10px;
    background-size: 6px 3px;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
    font-size: 0.83333rem;
    padding: 6px 10px 6px 20px;
    height: 100%;
  }
  ul.v3_listAnchorSp.v3_linkTimetable {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
    flex-wrap: wrap;
  }
  ul.v3_listAnchorSp.v3_linkTimetable > li {
    display: -webkit-box;
    display: flex;
    float: none;
    height: auto;
    padding: 0;
    text-align: center;
    width: 50%;
  }
  ul.v3_listAnchorSp.v3_linkTimetable > li:nth-child(odd) {
    padding-right: 3px;
  }
  ul.v3_listAnchorSp.v3_linkTimetable > li:nth-child(even) {
    padding-left: 3px;
  }
  ul.v3_listAnchorSp.v3_linkTimetable > li:nth-child(n+3) {
    margin-top: 6px;
  }
  ul.v3_listAnchorSp.v3_linkTimetable > li a {
    -webkit-box-align: center;
            align-items: center;
    display: -webkit-box;
    display: flex;
    height: 100%;
    font-size: 1rem;
    -webkit-box-pack: center;
            justify-content: center;
    width: 100%;
  }
  .v3_linkAnchor::before {
    height: 20px;
    width: 20px;
  }
  .v3_iconEchikafitSmall::after {
    background: url(/library/common/img/icon_echikafit_medium.png) no-repeat top left;
    background-size: 56px auto;
    content: '';
    display: inline-block;
    height: 16px;
    margin-left: 10px;
    vertical-align: sub;
    width: 56px;
  }
  .v3_iconEchikaSmall::after {
    background: url(/library/common/img/icon_echika_medium.png) no-repeat top left;
    background-size: 56px auto;
    content: '';
    display: inline-block;
    height: 16px;
    margin-left: 10px;
    vertical-align: sub;
    width: 56px;
  }
  .v3_iconEsolaSmall::after {
    background: url(/library/common/img/icon_esola_medium.png) no-repeat top left;
    background-size: 56px auto;
    content: '';
    display: inline-block;
    height: 16px;
    margin-left: 10px;
    vertical-align: sub;
    width: 56px;
  }
  select.v2_select.v3_selectShort {
    width: 100%;
  }
  .v3_linkLocalNav ul li {
    margin-top: 6px;
  }
  .v3_linkListTile li:nth-child(n + 3) {
    margin-top: 6px;
  }
  /* Linklist icon */
  /* ----------------------------------------------------------
      Button
  ---------------------------------------------------------- */
  .v3_btnLCenterThin {
    padding: 9px 10px;
  }
  .v3_linkBtnListSmall {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
  }
  .v3_linkBtnListSmall > li {
    margin-right: auto;
    margin-left: auto;
    width: 33%;
  }
  .v3_linkBtnListSmall > li > a {
    padding: 10px 5px 10px 20px;
  }
  /* ----------------------------------------------------------
      footer付近 駅を探す
  ---------------------------------------------------------- */
  .v3_searchTextStation > dt {
    font-size: 1rem;
    font-weight: bold;
    margin-bottom: 11px;
  }
  .v3_searchCheckStation {
    text-align: left;
  }
  .v3_searchCheckStation > dt {
    font-size: 1rem;
    font-weight: bold;
    margin-bottom: 11px;
  }
  /* ----------------------------------------------------------
      アプリへの誘導
  ---------------------------------------------------------- */
  .v3_appGuideArea {
    padding-top: 27px;
  }
  .v3_appGuideArea a {
    font-size: 1rem;
    width: calc(100% - 48px) !important;
  }
  /* ----------------------------------------------------------
      運行マップエリア
  ---------------------------------------------------------- */
  .v3_routeInfo {
    font-size: 11px;
    margin: 0 5px 11px;
    padding-top: 10px;
    position: absolute;
    right: 0;
  }
  .v3_routeInfo::before {
    margin-left: -20px;
  }
  .v3_unkouReportImg img {
    outline: none;
  }
  .v3_unkouReportImg .v3_boxSp {
    padding: 0;
  }
}

@media screen and (max-width: 767px) {
  .v3_accordionBox {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

