@charset "UTF-8";
/* ----------------------------------------------------------
    js
---------------------------------------------------------- */
/* ----------------------------------------------------------
    Unkou Top
---------------------------------------------------------- */
.v2_top #v2_contents,
.v2_top #v2_contents .v2_contents {
  padding-top: 0;
}

.v2_topLayout .v2_topInformation li {
  margin-top: 14px;
}

.v2_topRoute ul.v2_topRouteList {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.v2_topRoute ul.v2_topRouteList li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
}

.v2_topRoute ul.v2_topRouteList .v2_topRouteBtn {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.v2_topRoute ul.v2_topRouteList .v2_topRouteBtn a {
  display: block;
  background-color: #fff;
  width: 100%;
  position: relative;
}

.v2_topRoute ul.v2_topRouteList .v2_topRouteBtn a.v2_js-active {
  background-color: #ccc;
}

.v2_topRoute .v2_topRouteImg {
  display: block;
}

.v2_androidMobile .v2_topRoute ul.v2_topRouteList li .v2_topRouteBtn a {
  display: table-cell;
}

.v2_topListBnr {
  *zoom: 1;
}

.v2_topListBnr:before, .v2_topListBnr:after {
  content: " ";
  display: table;
}

.v2_topListBnr:after {
  clear: both;
}

.v2_topListBnr.v2_fixed li:first-child {
  margin-top: 0;
}

.v2_topListBnr.v2_random li {
  display: none;
}
.v2_topListBnr.v2_random li:first-child {
  display: block;
}

.v2_topListBnr li a img {
  outline: 1px #dae0e3 solid;
  outline-offset: -1px;
}

.v2_topSympathy {
	text-align: center;
}
.v2_topSympathy img {
	max-width: 100%;
}
.sp-on {
	display: none !important;
}
.v2_topImportant {
  margin-top: 30px;
}
/* ----------------------------------------------------------
    多言語 common
---------------------------------------------------------- */
/* ----------------------------------------------------------
    英語
---------------------------------------------------------- */
/* ----------------------------------------------------------
    韓国語
---------------------------------------------------------- */
/* ----------------------------------------------------------
    タイ語
---------------------------------------------------------- */
@media (min-width: 768px), print {
  .v2_top #v2_contents .v2_contents {
     overflow-x: hidden;
  }
  /* ----------------------------------------------------------
    js
---------------------------------------------------------- */
  .v2_js-topRouteBodyArea {
    position: relative;
  }
  .v2_js-topRouteBody {
    display: none;
  }
  .v2_js-topRouteBody.v2_js-active {
    display: block;
  }
  /* ----------------------------------------------------------
    Unkou Top
---------------------------------------------------------- */
  .v2_topPromptReport {
    background-color: #e2e7e8;
  }
  .v2_topPromptReportCaption {
    *zoom: 1;
    padding: 15px 0;
    border-bottom: 1px #b9bdbe solid;
  }
  .v2_topPromptReportCaption:before, .v2_topPromptReportCaption:after {
    content: " ";
    display: table;
  }
  .v2_topPromptReportCaption:after {
    clear: both;
  }
  .v2_topPromptReportList {
    *zoom: 1;
    padding: 10px 0 20px;
    margin-left: -20px;
  }
  .v2_topPromptReportList:before, .v2_topPromptReportList:after {
    content: " ";
    display: table;
  }
  .v2_topPromptReportList:after {
    clear: both;
  }
  .v2_topPromptReportList li {
    float: left;
    padding: 10px 0 0 20px;
  }
  .v2_topPromptReportList li a {
    display: block;
    padding: 5px 15px;
    background-color: #fff;
    font-size: 12px;
    font-size: 0.85714rem;
  }
  .v2_topPromptReportList li a > * {
    display: table-cell;
    vertical-align: middle;
  }
  .v2_topPromptReportList li a:hover {
    background-color: #dae0e3;
  }
  .v2_topPromptReportImg {
    padding-right: 10px;
  }
  .v2_topPromptReportImg img {
    width: 30px;
    vertical-align: middle;
  }
  .v2_topPromptReportUnkou {
    padding-left: 20px;
  }
  .v2_topPromptReportUnkou img {
    width: 14px;
    vertical-align: middle;
  }
  .v2_topMainVisualWrap {
    width: 60%;
    padding-right: 34px;
    padding-left: 24px;
    float: left;
    margin-top: 15px;
    margin-bottom: 30px;
  }
  .v2_topMainVisualWrap .slick-prev {
    left: -24px;
  }
  .v2_topMainVisualWrap .slick-next {
    right: -24px;
  }
  .v2_topMainVisualWrap .slider.single-main:not(.slick-slider) {
    position: relative;
  }
  .v2_topMainVisualWrap .slider.single-main:not(.slick-slider) > div {
    position: absolute;
    width: 100%;
    top: 0;
  }
  .v2_topMainVisualWrap .slider.single-main:not(.slick-slider) > div:first-child {
    position: relative;
  }
  .v2_topRoute {
    border-top: 1px #dae0e3 solid;
    border-bottom: 1px #dae0e3 solid;
    background-color: #dfe4e6;
    position: relative;
    clear: both;
  }
  .v2_topRoute:before {
    content: "";
    background-color:#DFE4E6;
    display:block;
    position:absolute;
    width:10000px;
    height:100%;
    left:-1000px;
    box-shadow: 0 1px 0 #dae0e3, 0 -1px 0 #dae0e3;
  }
  .v2_topRoute ul.v2_topRouteList {
    border-right: 1px #dae0e3 solid;
  }
  .v2_topRoute ul.v2_topRouteList li {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: 11.1%;
    border-left: 1px #dae0e3 solid;
  }
  .v2_topRoute ul.v2_topRouteList .v2_topRouteBtn a {
    padding: 15px 5px 25px;
  }
  body:not(.v2_tablet) .v2_topRoute ul.v2_topRouteList .v2_topRouteBtn a:hover {
    background-color: #ccc;
  }
  .v2_topRoute ul.v2_topRouteList .v2_topRouteBtn a:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 10px;
    left: 50%;
    width: 7px;
    height: 4px;
    margin-left: -3px;
    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_topRoute .v2_topRouteImg {
    display: block;
    margin-bottom: 5px;
  }
  .v2_topRoute .v2_topRouteImg img {
    width: 30px;
  }
  .v2_androidMobile .v2_topRoute ul.v2_topRouteList li {
    height: auto !important;
  }
  .v2_androidMobile .v2_topRoute ul.v2_topRouteList li .v2_topRouteBtn a {
    display: table-cell;
  }
  .v2_topStation {
    background-color: #dfe4e6;
    padding: 18px 0;
    overflow: hidden;
  }
  .v2_topStationCaption {
    margin-bottom: 20px;
  }
  .v2_topStationCaption > * {
    display: table-cell;
    vertical-align: middle;
  }
  .v2_topStationCaptionIcon {
    padding-right: 10px;
  }
  .v2_topStationCaptionIcon img {
    width: 40px;
  }
  .v2_topStationCaptionName {
    font-size: 16px;
    font-size: 1.14286rem;
  }
  .v2_topStationList {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    background-position: center 11px;
    background-repeat: no-repeat;
    -webkit-background-size: 99% 8px;
            background-size: 99% 8px;
  }
  .v2_topStationList li {
    text-align: center;
    line-height: 0;
  }
  .v2_topStationList li a {
    display: block;
  }
  .v2_topStationList li a:hover {
    text-decoration: none;
  }
  .v2_topStationList li a:hover img {
    opacity: 1;
    filter: alpha(opacity=100);
  }
  .v2_topStationLogo {
    line-height: 0;
    font-size: 0;
    position: relative;
    z-index: 200;
  }
  .v2_topStationLogo img {
    width: 30px;
  }
  .v2_topStationName {
    position: relative;
    z-index: 200;
    background: url("/library/common/img/icon_link_arrow_gray_down.png") no-repeat center top;
    -webkit-background-size: 8px 4px;
            background-size: 8px 4px;
    font-size: 12px;
    font-size: 0.85714rem;
    display: block;
    width: 30px;
    margin: 4px auto 0;
    padding-top: 10px;
    text-align: center;
    line-height: 1em;
    letter-spacing: 0.2em;
  }
  .v2_topStationName .v2_VerticalRl {
    white-space: nowrap;
    writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
    direction: ltr;
  }
  .v2_topStationGinza {
    background-image: url("/library/common/img/route/bg_route_ginza.png");
  }
  .v2_topStationMarunouchi {
    background-position: center 11px, 20.6% 15px;
    -webkit-background-size: 99% 8px, 8px 117px;
            background-size: 99% 8px, 8px 117px;
    background-image: url("/library/common/img/route/bg_route_marunouchi.png"), url("/library/common/img/route/bg_route_marunouchi.png");
    position: relative;
  }
  .v2_topStationMarunouchi li:first-child:before {
    content: "";
    position: absolute;
    left: 13.42%;
    top: 130px;
    width: 7.9%;
    height: 8px;
    background-color: #F62E36;
  }
  .v2_topStationMarunouchi li {
    width: 30px;
  }
  .v2_topStationMarunouchi li a {
    width: 30px;
  }
  .v2_topStationMarunouchi .v2_topStationBranch {
    position: relative;
    padding-bottom: 150px;
  }
  .v2_topStationMarunouchi .v2_topStationBranchLink {
    position: absolute;
    height: 130px;
    top: 120px;
  }
  .v2_topStationMarunouchi .v2_topStationLogo {
    background: url("/library/top/img/icon_route_marunouchi.png") no-repeat center;
  }
  .v2_topStationHibiya {
    background-image: url("/library/common/img/route/bg_route_hibiya.png");
  }
  .v2_topStationHibiya .v2_topStationLogo {
    background: url("/library/top/img/icon_route_hibiya.png") no-repeat center;
  }
  .v2_topStationChiyoda {
    background-image: url("/library/common/img/route/bg_route_chiyoda.png");
  }
  .v2_topStationTozai {
    background-image: url("/library/common/img/route/bg_route_tozai.png");
  }
  .v2_topStationTozai .v2_topStationLogo {
    background: url("/library/top/img/icon_route_tozai.png") no-repeat center;
  }
  .v2_topStationYurakucho {
    background-image: url("/library/common/img/route/bg_route_yurakucho.png");
  }
  .v2_topStationYurakucho .v2_topStationLogo {
    background: url("/library/top/img/icon_route_yurakucho.png") no-repeat center;
  }
  .v2_topStationHanzomon {
    background-image: url("/library/common/img/route/bg_route_hanzomon.png");
  }
  .v2_topStationNamboku {
    background-image: url("/library/common/img/route/bg_route_namboku.png");
  }
  .v2_topStationFukutoshin {
    background-image: url("/library/common/img/route/bg_route_fukutoshin.png");
  }
  body:not(.v2_en):not(.v2_kr):not(.v2_cn):not(.v2_tcn):not(.v2_th):not(.v2_fr):not(.v2_es) .v2_topSearchStation {
    width: 39.9%;
    float: right;
    padding-left: 15px;
    margin-bottom: 15px;
  }
  body:not(.v2_en):not(.v2_kr):not(.v2_cn):not(.v2_tcn):not(.v2_th):not(.v2_fr):not(.v2_es) .v2_topSearchStation .v2_section,
  body:not(.v2_en):not(.v2_kr):not(.v2_cn):not(.v2_tcn):not(.v2_th):not(.v2_fr):not(.v2_es) .v2_topSearchStation .v2_headingH2 {
    margin-top: 15px;
  }
  body:not(.v2_en):not(.v2_kr):not(.v2_cn):not(.v2_tcn):not(.v2_th):not(.v2_fr):not(.v2_es) .v2_topSearchStation .v2_headingH2 {
    margin-bottom: 10px;
  }
  body:not(.v2_en):not(.v2_kr):not(.v2_cn):not(.v2_tcn):not(.v2_th):not(.v2_fr):not(.v2_es) .v2_topSearchStation .v2_searchList > ul {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -webkit-box-lines: multiple;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  body:not(.v2_en):not(.v2_kr):not(.v2_cn):not(.v2_tcn):not(.v2_th):not(.v2_fr):not(.v2_es) .v2_topSearchStation .v2_formBtnRightInput,
  body:not(.v2_en):not(.v2_kr):not(.v2_cn):not(.v2_tcn):not(.v2_th):not(.v2_fr):not(.v2_es) .v2_topSearchStation .v2_formBtnRightSubmitBtn {
    height: 42px;
  }
  body.v2_androidTablet:not(.v2_en):not(.v2_kr):not(.v2_cn):not(.v2_tcn):not(.v2_th):not(.v2_fr):not(.v2_es) .v2_topSearchStation .v2_searchList > ul {
    display: block;
  }
  body:not(.v2_en):not(.v2_kr):not(.v2_cn):not(.v2_tcn):not(.v2_th):not(.v2_fr):not(.v2_es) .v2_topSearchStation .v2_searchList > ul > li {
    width: 50%;
    margin-top: 0;
    padding: 0; !important;
  }
  body:not(.v2_en):not(.v2_kr):not(.v2_cn):not(.v2_tcn):not(.v2_th):not(.v2_fr):not(.v2_es) .v2_topSearchStation .v2_searchList > ul > li:nth-child(odd) {
    padding-right: 3px;
  }
  body:not(.v2_en):not(.v2_kr):not(.v2_cn):not(.v2_tcn):not(.v2_th):not(.v2_fr):not(.v2_es) .v2_topSearchStation .v2_searchList > ul > li:nth-child(even) {
    padding-left: 3px;
  }
  body:not(.v2_en):not(.v2_kr):not(.v2_cn):not(.v2_tcn):not(.v2_th):not(.v2_fr):not(.v2_es) .v2_topSearchStation .v2_searchList > ul > li:nth-child(n+3) {
    margin-top: 6px;
  }
  body:not(.v2_en):not(.v2_kr):not(.v2_cn):not(.v2_tcn):not(.v2_th):not(.v2_fr):not(.v2_es) .v2_topSearchStation .v2_searchList > ul > li > a .v2_searchType {
    font-size: 14px;
  }
  body:not(.v2_en):not(.v2_kr):not(.v2_cn):not(.v2_tcn):not(.v2_th):not(.v2_fr):not(.v2_es) .v2_topSearchStation .v2_searchList > ul > li > a {
    padding: 30px 10px 6px;
    background-position: center 6px;
    background-size: 18px auto;
  }
  body:not(.v2_en):not(.v2_kr):not(.v2_cn):not(.v2_tcn):not(.v2_th):not(.v2_fr):not(.v2_es) .v2_topSearchStation .v2_searchList > ul > li.v2_searchRoutemap {
    width: 50%;
    position: relative;
  }
  body:not(.v2_en):not(.v2_kr):not(.v2_cn):not(.v2_tcn):not(.v2_th):not(.v2_fr):not(.v2_es) .v2_topSearchStation .v2_searchList > ul > li.v2_searchRoutemap a {
    display: block;
    padding: 30px 10px 6px;
    height: auto;
  }
  body:not(.v2_en):not(.v2_kr):not(.v2_cn):not(.v2_tcn):not(.v2_th):not(.v2_fr):not(.v2_es) .v2_topSearchStation .v2_searchList > ul > li.v2_searchRoutemap a:before {
    content: "";
    display: inline-block;
    position:absolute;
    width: 100%;
    height: 24px;
    top: 8px;
    left: 0;
    background-position: center top;
    background-size: 18px auto;
  }
  body:not(.v2_en):not(.v2_kr):not(.v2_cn):not(.v2_tcn):not(.v2_th):not(.v2_fr):not(.v2_es) .v2_topSearchStation .v2_searchList > ul > li.v2_searchCondition a {
    background-position: center 8px;
  }
  body:not(.v2_en):not(.v2_kr):not(.v2_cn):not(.v2_tcn):not(.v2_th):not(.v2_fr):not(.v2_es) .v2_topSearchStation .v2_searchList > ul > li.v2_searchHere a {
    background-size: 13px auto;
  }
  body:not(.v2_en):not(.v2_kr):not(.v2_cn):not(.v2_tcn):not(.v2_th):not(.v2_fr):not(.v2_es) .v2_topSearchStation .v2_searchList .v2_searchConditionBody {
    z-index: 700;
  }

  body:not(.v2_en):not(.v2_kr):not(.v2_cn):not(.v2_tcn):not(.v2_th):not(.v2_fr):not(.v2_es) .v2_topSearchStation .v2_gridS .v2_gridSRow .v2_gridSCol6 {
    width: 100%;
    float: none !important;
    margin-top: 15px;
  }
  body:not(.v2_en):not(.v2_kr):not(.v2_cn):not(.v2_tcn):not(.v2_th):not(.v2_fr):not(.v2_es) .v2_topSearchStation .v2_gridS .v2_gridSRow .v2_gridSCol6:first-child {
    margin-top: 0;
  }
  body:not(.v2_en):not(.v2_kr):not(.v2_cn):not(.v2_tcn):not(.v2_th):not(.v2_fr):not(.v2_es) .v2_topSearchStation .v2_searchCheckStation {
    margin-top: 15px;
  }
  body:not(.v2_en):not(.v2_kr):not(.v2_cn):not(.v2_tcn):not(.v2_th):not(.v2_fr):not(.v2_es) .v2_topSearchStation .v2_searchList .v2_searchConditionBody {
    padding: 20px 30px;
  }
  body:not(.v2_en):not(.v2_kr):not(.v2_cn):not(.v2_tcn):not(.v2_th):not(.v2_fr):not(.v2_es) .v2_topSearchStation .v2_searchList .v2_searchConditionBody ul {
    height: 65px;
  }
  body:not(.v2_en):not(.v2_kr):not(.v2_cn):not(.v2_tcn):not(.v2_th):not(.v2_fr):not(.v2_es) .v2_topSearchStation .v2_searchList .v2_searchConditionCaption {
    margin-bottom: 10px;
  }
  body:not(.v2_en):not(.v2_kr):not(.v2_cn):not(.v2_tcn):not(.v2_th):not(.v2_fr):not(.v2_es) .v2_topInformation,
  body:not(.v2_en):not(.v2_kr):not(.v2_cn):not(.v2_tcn):not(.v2_th):not(.v2_fr):not(.v2_es) .v2_topTopics {
    width: 69%;
    float: left;
    padding-right: 30px;
  }
  body:not(.v2_en):not(.v2_kr):not(.v2_cn):not(.v2_tcn):not(.v2_th):not(.v2_fr):not(.v2_es) .v2_topTopics,
  body:not(.v2_en):not(.v2_kr):not(.v2_cn):not(.v2_tcn):not(.v2_th):not(.v2_fr):not(.v2_es) .v2_topSide {
    margin-bottom: 30px;
  }
  body:not(.v2_en):not(.v2_kr):not(.v2_cn):not(.v2_tcn):not(.v2_th):not(.v2_fr):not(.v2_es) .v2_topSide {
    width: 30.9%;
    float: right;
  }
  body:not(.v2_en):not(.v2_kr):not(.v2_cn):not(.v2_tcn):not(.v2_th):not(.v2_fr):not(.v2_es) .v2_topInformation .v2_headingH2 {
    margin-top: 30px;
  }
  .v2_topListBnr li {
    margin-bottom: 10px;
  }
  .v2_topLayout .v2_topEnjoy {
    clear: both;
  }
}

@media (min-width: 768px) and (max-width: 930px), print and (max-width: 930px) {
  .v2_topStationMarunouchi {
    background-position: center 4px, 20.4% 6px;
    -webkit-background-size: 99% 5px, 5px 108px;
            background-size: 99% 5px, 5px 108px;
  }
  .v2_topStationMarunouchi li {
    width: 13px;
  }
  .v2_topStationMarunouchi li a {
    width: 13px;
  }
  .v2_topStationMarunouchi li:first-child:before {
    left: 12.6%;
    top: 110px;
    width: 8%;
    height: 5px;
  }
  .v2_topStationMarunouchi .v2_topStationLogo {
    width: 13px;
    height: 13px;
    display: inline-block;
  }
  .v2_topStationMarunouchi .v2_topStationLogo img {
    display: none;
  }
  .v2_topStationMarunouchi .v2_topStationName {
    width: 13px;
  }
  .v2_topStationMarunouchi .v2_topStationBranch {
    padding-bottom: 135px;
  }
  .v2_topStationMarunouchi .v2_topStationBranchLink {
    height: 120px;
    top: 107px;
  }
  .v2_topStationMarunouchi .v2_topStationBranchLink:before {
    left: 11px;
    top: 4px;
    width: 170%;
    height: 5px;
  }
	.v2_topSympathy img {
		width: 100%;
	}
}

@media (min-width: 768px) and (max-width: 870px), print and (max-width: 870px) {
  .v2_topStationYurakucho {
    background-position: center 4px;
    -webkit-background-size: 99% 5px;
            background-size: 99% 5px;
  }
  .v2_topStationYurakucho .v2_topStationLogo {
    width: 13px;
    height: 13px;
    display: inline-block;
  }
  .v2_topStationYurakucho .v2_topStationLogo img {
    display: none;
  }
  .v2_topStationYurakucho .v2_topStationName {
    width: 13px;
  }
	.v2_topSympathy img {
		width: 100%;
	}
}

@media (min-width: 768px) and (max-width: 840px), print and (max-width: 840px) {
  .v2_topStationTozai {
    background-position: center 4px;
    -webkit-background-size: 99% 5px;
            background-size: 99% 5px;
  }
  .v2_topStationTozai .v2_topStationLogo {
    width: 13px;
    height: 13px;
    display: inline-block;
  }
  .v2_topStationTozai .v2_topStationLogo img {
    display: none;
  }
  .v2_topStationTozai .v2_topStationName {
    width: 13px;
  }
}

@media (min-width: 768px) and (max-width: 780px), print and (max-width: 780px) {
  .v2_topStationHibiya {
    background-position: center 4px;
    -webkit-background-size: 99% 5px;
            background-size: 99% 5px;
  }
  .v2_topStationHibiya .v2_topStationLogo {
    width: 13px;
    height: 13px;
    display: inline-block;
  }
  .v2_topStationHibiya .v2_topStationLogo img {
    display: none;
  }
  .v2_topStationHibiya .v2_topStationName {
    width: 13px;
  }
}

@media (min-width: 768px), print {
  /* ----------------------------------------------------------
    多言語 common
---------------------------------------------------------- */
  body:not(.v2_th):not(.v2_en):not(.v2_fr):not(.v2_es).v2_androidTablet .v2_topStationName {
    width: 1em;
    line-height: 1.2em;
    letter-spacing: 0;
  }
  body:not(.v2_th):not(.v2_en):not(.v2_fr):not(.v2_es).v2_androidTablet .v2_topStationName .v2_VerticalRl {
    white-space: normal;
    -ms-writing-mode: lr-tb;
    -webkit-writing-mode: horizontal-tb;
    writing-mode: horizontal-tb;
    direction: ltr;
  }
  body:not(.v2_th):not(.v2_en):not(.v2_fr):not(.v2_es).v2_androidTablet .v2_topStationName .v2_rotate90 {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    display: inline-block;
  }
  /* ----------------------------------------------------------
    英語・フランス語・スペイン語
---------------------------------------------------------- */
  body.v2_en .v2_topStationName,
  body.v2_fr .v2_topStationName,
  body.v2_es .v2_topStationName {
    letter-spacing: 0;
  }
  body.v2_en .v2_topStationMarunouchi,
  body.v2_fr .v2_topStationMarunouchi,
  body.v2_es .v2_topStationMarunouchi {
    -webkit-background-size: 99% 8px, 8px 137px;
            background-size: 99% 8px, 8px 137px;
  }
  body.v2_en .v2_topStationMarunouchi li:first-child:before,
  body.v2_fr .v2_topStationMarunouchi li:first-child:before,
  body.v2_es .v2_topStationMarunouchi li:first-child:before {
    top: 150px;
  }
  body.v2_en .v2_topStationMarunouchi .v2_topStationBranch,
  body.v2_fr .v2_topStationMarunouchi .v2_topStationBranch,
  body.v2_es .v2_topStationMarunouchi .v2_topStationBranch {
    padding-bottom: 160px;
  }
  body.v2_en .v2_topStationMarunouchi .v2_topStationBranchLink,
  body.v2_fr .v2_topStationMarunouchi .v2_topStationBranchLink,
  body.v2_es .v2_topStationMarunouchi .v2_topStationBranchLink {
    height: 140px;
    top: 140px;
  }
}

@media (min-width: 768px) and (max-width: 930px), print and (max-width: 930px) {
  body.v2_en .v2_topStationMarunouchi,
  body.v2_fr .v2_topStationMarunouchi,
  body.v2_es .v2_topStationMarunouchi {
    -webkit-background-size: 99% 5px, 5px 128px;
            background-size: 99% 5px, 5px 128px;
  }
  body.v2_en .v2_topStationMarunouchi li:first-child:before,
  body.v2_fr .v2_topStationMarunouchi li:first-child:before,
  body.v2_es .v2_topStationMarunouchi li:first-child:before {
    top: 125px;
  }
  body.v2_en .v2_topStationMarunouchi .v2_topStationBranch,
  body.v2_fr .v2_topStationMarunouchi .v2_topStationBranch,
  body.v2_es .v2_topStationMarunouchi .v2_topStationBranch {
    padding-bottom: 143px;
  }
  body.v2_en .v2_topStationMarunouchi .v2_topStationBranchLink,
  body.v2_fr .v2_topStationMarunouchi .v2_topStationBranchLink,
  body.v2_es .v2_topStationMarunouchi .v2_topStationBranchLink {
    height: 125px;
    top: 121px;
  }
}

@media (min-width: 768px), print {
  /* ----------------------------------------------------------
    韓国語
---------------------------------------------------------- */
  body.v2_kr .v2_topStationMarunouchi {
    -webkit-background-size: 99% 8px, 8px 147px;
            background-size: 99% 8px, 8px 147px;
  }
  body.v2_kr .v2_topStationMarunouchi li:first-child:before {
    top: 160px;
  }
  body.v2_kr .v2_topStationMarunouchi .v2_topStationBranch {
    padding-bottom: 160px;
  }
  body.v2_kr .v2_topStationMarunouchi .v2_topStationBranchLink {
    height: 140px;
    top: 150px;
  }
}

@media (min-width: 768px) and (max-width: 930px), print and (max-width: 930px) {
  body.v2_kr .v2_topStationMarunouchi {
    -webkit-background-size: 99% 5px, 5px 138px;
            background-size: 99% 5px, 5px 138px;
  }
  body.v2_kr .v2_topStationMarunouchi li:first-child:before {
    top: 140px;
  }
  body.v2_kr .v2_topStationMarunouchi .v2_topStationBranch {
    padding-bottom: 145px;
  }
  body.v2_kr .v2_topStationMarunouchi .v2_topStationBranchLink {
    height: 130px;
    top: 136px;
  }
}

@media (min-width: 768px), print {
  /* ----------------------------------------------------------
    タイ語
---------------------------------------------------------- */
  body.v2_th .v2_topStationName {
    letter-spacing: 0;
  }
  body.v2_th .v2_topStationMarunouchi {
    -webkit-background-size: 99% 8px, 8px 137px;
            background-size: 99% 8px, 8px 137px;
  }
  body.v2_th .v2_topStationMarunouchi li:first-child:before {
    top: 150px;
  }
  body.v2_th .v2_topStationMarunouchi .v2_topStationBranch {
    padding-bottom: 160px;
  }
  body.v2_th .v2_topStationMarunouchi .v2_topStationBranchLink {
    height: 140px;
    top: 140px;
  }
}

@media (min-width: 768px) and (max-width: 930px), print and (max-width: 930px) {
  body.v2_th .v2_topStationMarunouchi {
    -webkit-background-size: 99% 5px, 5px 128px;
            background-size: 99% 5px, 5px 128px;
  }
  body.v2_th .v2_topStationMarunouchi li:first-child:before {
    top: 125px;
  }
  body.v2_th .v2_topStationMarunouchi .v2_topStationBranch {
    padding-bottom: 143px;
  }
  body.v2_th .v2_topStationMarunouchi .v2_topStationBranchLink {
    height: 125px;
    top: 121px;
  }
}

@media only screen and (max-width: 767px) {
  /* ----------------------------------------------------------
    js
---------------------------------------------------------- */
  /* ----------------------------------------------------------
    Unkou Top
---------------------------------------------------------- */
  .v2_topPromptReport {
    display: none;
  }
  .v2_topLayout {
    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_topLayout .v2_topMainVisual {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
    -moz-order: 6;
    -ms-flex-order: 6;
    order: 6;
  }
  .v2_topLayout .v2_topRoute {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -moz-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }
  .v2_topLayout .v2_topSearchStation {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -moz-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  .v2_topLayout .v2_topLinkSp {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
    -moz-order: 4;
    -ms-flex-order: 4;
    order: 4;
  }
  .v2_topLayout .v2_topInformation {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
    -moz-order: 5;
    -ms-flex-order: 5;
    order: 5;
  }
  .v2_topLayout .v2_topTopics {
    -webkit-box-ordinal-group: 10;
    -webkit-order: 9;
    -moz-order: 9;
    -ms-flex-order: 9;
    order: 9;
  }
  .v2_topLayout .v2_topEnjoy {
    -webkit-box-ordinal-group: 9;
    -webkit-order: 8;
    -moz-order: 8;
    -ms-flex-order: 8;
    order: 8;
  }
  .v2_topLayout .v2_topRecommend {
    -webkit-box-ordinal-group: 12;
    -webkit-order: 11;
    -moz-order: 11;
    -ms-flex-order: 11;
    order: 11;
  }
  .v2_topLayout .v2_topLimitedTime {
    -webkit-box-ordinal-group: 8;
    -webkit-order: 7;
    -moz-order: 7;
    -ms-flex-order: 7;
    order: 7;
    overflow: hidden;
  }
  .v2_topLayout .v2_topSide {
    -webkit-box-ordinal-group: 11;
    -webkit-order: 10;
    -moz-order: 10;
    -ms-flex-order: 10;
    order: 10;
    overflow: hidden;
  }
  .v2_topLayout .v2_topImportant {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -moz-order: 3;
    -ms-flex-order: 3;
    order: 3;
  }
  .v2_androidMobile .v2_topLayout .v2_headingH2 {
    padding-top: 30px;
  }
  .v2_androidMobile .v2_topLayout .v2_newsArea .v2_headingH2,
  .v2_androidMobile .v2_topLayout .v2_topRouteInr .v2_headingH2 {
    padding-top: 0;
  }
  .v2_topRouteInr {
    background-color: #dae0e3;
    padding-top: 18px;
    padding-bottom: 13px;
  }
  .v2_topRoute ul.v2_topRouteList {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -webkit-box-lines: multiple;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin-left: -6px;
    margin-right: -5px;
    font-size: 12px;
    font-size: 1rem;
    padding: 0 17px;
  }
  .v2_topRoute ul.v2_topRouteList li {
    width: 33.3%;
    padding-left: 6px;
    padding-right: 5px;
  }
  .v2_topRoute ul.v2_topRouteList li:nth-child(n + 4) {
    margin-top: 9px;
  }
  .v2_topRoute ul.v2_topRouteList .v2_topRouteBtn a {
    padding: 12px 5px;
  }
  .v2_topRoute .v2_topRouteImg {
    display: block;
    margin-bottom: 3px;
  }
  .v2_topRoute .v2_topRouteImg img {
    width: 20px;
  }
  .v2_androidMobile .v2_topRoute ul.v2_topRouteList {
    display: block;
    *zoom: 1;
  }
  .v2_androidMobile .v2_topRoute ul.v2_topRouteList:before, .v2_androidMobile .v2_topRoute ul.v2_topRouteList:after {
    content: " ";
    display: table;
  }
  .v2_androidMobile .v2_topRoute ul.v2_topRouteList:after {
    clear: both;
  }
  .v2_androidMobile .v2_topRoute ul.v2_topRouteList li {
    float: left;
    display: block;
  }
  .v2_androidMobile .v2_topRoute ul.v2_topRouteList li .v2_topRouteBtn {
    display: table;
    height: 100%;
  }
  .v2_androidMobile .v2_topRoute ul.v2_topRouteList li .v2_topRouteBtn a {
    display: table-cell;
  }
  .v2_topStation {
    display: none;
  }
  .v2_topSearchStation .v2_section {
    margin-top: 15px;
  }
  .v2_topListBnr li {
    margin-top: 6px;
    border: 1px #dae0e3 solid;
  }
  .v2_topListBnr li a img {
    outline: none;
  }
  .v2_topLinkSp li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .v2_topLinkSp li a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
  }
	.v2_topSympathy img {
		width: 100%;
	}
	.sp-off {
		display: none !important;
	}
	.sp-on {
		display: block !important;
	}
}
