@charset "UTF-8";
/* ----------------------------------------------------------
    reset
---------------------------------------------------------- */
h1, h2, h3, h4, h5, h6,
p, ul, li, ol, dl, dt, dd,
form, input, fieldset, legend {
  margin: 0;
  padding: 0;
  font-size: 100%;
  word-break: break-all;
  word-wrap: break-word;
}

fieldset {
  border: 0;
}

ul, li, ol {
  list-style: none;
}

h1, h2, h3, h4, h5, h6,
div, p, span, ul, li, ol, dl, dt, dd, a,
table, colgroup, col, tr, th, td, form, input {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

img {
  vertical-align: top;
}

/* ----------------------------------------------------------
    base
---------------------------------------------------------- */
html {
  margin: 0;
  padding: 0;
}

body {
  margin: 0;
  padding: 0;
  background: #fff;
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;
  line-height: 1.3em;
  color: #333;
  text-align: left;
  word-break: break-all;
  word-wrap: break-word;
}

.v2_skipNav {
  position: absolute;
  top: 0;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

/* ----------------------------------------------------------
    setting
---------------------------------------------------------- */
.v2_txtExpress {
  color: #ff2200 !important;
}

.v2_txtCommute {
  color: #2d9a64 !important;
}

.v2_txtPutOff {
  color: #c00 !important;
}

/* ----------------------------------------------------------
    cpntents
---------------------------------------------------------- */
#v2_contents {
  margin-bottom: 120px;
}

.v2_wrap {
  margin-right: auto;
  margin-left: auto;
}

/* ----------------------------------------------------------
    layout
---------------------------------------------------------- */
.v2_vAlignT {
  vertical-align: top;
}

.v2_vAlignM {
  vertical-align: middle;
}

.v2_fL {
  float: left !important;
}

.v2_fR {
  float: right !important;
}

.v2_clear {
  *zoom: 1;
}

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

.v2_clear:after {
  clear: both;
}

.v2_w10p {
  width: 10% !important;
}

.v2_w20p {
  width: 20% !important;
}

.v2_w30p {
  width: 30% !important;
}

.v2_w40p {
  width: 40% !important;
}

.v2_w50p {
  width: 50% !important;
}

.v2_w60p {
  width: 60% !important;
}

.v2_w70p {
  width: 70% !important;
}

.v2_w80p {
  width: 80% !important;
}

.v2_w90p {
  width: 90% !important;
}

.v2_w100p {
  width: 100% !important;
}

.v2_maxW100p {
  max-width: 100%;
}

.v2_section .v2_section {
  margin-top: 30px;
}

.v2_sectionM {
  margin-top: 30px;
}

.v2_sectionMS {
  margin-top: 15px;
}

.v2_sectionS {
  margin-top: 10px;
}

.v2_mt0 {
  margin-top: 0 !important;
}

.v2_mrA {
  margin-right: auto !important;
}

.v2_mlA {
  margin-left: auto !important;
}

.v2_layoutTable {
  display: table;
}

.v2_layoutTableRow {
  display: table-row;
}

.v2_layoutTableCell {
  display: table-cell;
  vertical-align: middle;
}

/* ----------------------------------------------------------
    heading
---------------------------------------------------------- */
.v2_headingH1 h1, .v2_headingH1 .v2_headingH1Title {
  font-weight: bold;
  text-align: center;
}

.v2_headingH2 h2 {
  font-weight: bold;
  text-align: center;
  line-height: 1em;
}

.v2_headingH3 h3 {
  font-weight: bold;
  text-align: center;
}

.v2_headingH4 h4 {
  font-weight: bold;
  text-align: center;
}

/*  背景囲み付き
---------------------------------------------------------- */
/*  路線アイコン付き
---------------------------------------------------------- */
.v2_headingRoute,
.v2_headingStation {
  display: table;
  margin-right: auto;
  margin-left: auto;
}

.v2_headingRoute > *,
.v2_headingStation > * {
  display: table-cell;
  vertical-align: middle;
}

.v2_headingRoute h1, .v2_headingRoute h2, .v2_headingRoute h3,
.v2_headingStation h1,
.v2_headingStation h2,
.v2_headingStation h3 {
  text-align: left;
}

.v2_headingRouteImg,
.v2_headingStationImg {
  padding-right: 10px;
}

.v2_headingRouteUpdate {
  position: relative;
}

.v2_headingRouteUpdate .v2_txtUpdate {
  position: absolute;
  right: 0;
  bottom: 0;
}

.v2_headingEquipment {
  display: table;
  margin-right: auto;
  margin-left: auto;
}

.v2_headingEquipment > * {
  display: table-cell;
  vertical-align: middle;
}

.v2_headingEquipment h1 {
  text-align: left;
}

.v2_headingH1 .v2_headingEquipmentImg img {
  width: 30px;
}

.v2_boxSp.v2_js-accordionName.v2_historyHeading .v2_historyHeadingPeriod {
  display: block;
}

/* ----------------------------------------------------------
    text
---------------------------------------------------------- */
em {
  font-style: normal;
}

.v2_txtL {
  text-align: left !important;
}

.v2_txtR {
  text-align: right !important;
}

.v2_txtC {
  text-align: center !important;
}

.v2_txtBold {
  font-weight: bold !important;
}

.v2_txtN {
  font-weight: normal !important;
}

.v2_txtStrong {
  font-weight: bold;
}

.v2_txtNowrap {
  white-space: nowrap !important;
}

.v2_txtExpress {
  color: #ff2200 !important;
}

.v2_txtCommute {
  color: #2d9a64 !important;
}

.v2_txtPutOff {
  color: #c00 !important;
}

.v2_txtSpeech {
  font-size: 0 !important;
  line-height: 0 !important;
  text-indent: -10000px !important;
}

.v2_txtNote {
  color: #4b4c4c;
}

/* 更新情報 */
.v2_txtNavitime {
  color: #191919;
}

.v2_txtNavitimeImg {
  margin-left: 10px;
}

.v2_txtNavitimeImg img {
  width: 75px;
  vertical-align: middle;
}

/* ----------------------------------------------------------
    link
---------------------------------------------------------- */
a {
  color: #00467e;
  text-decoration: none;
}

a:visited {
  color: #0062b2;
}

.v2_linkBlank:after {
  content: "";
  display: inline-block;
  background: url("/library/common/img/icon_link_blank.png") no-repeat right;
  height: 12px;
  vertical-align: middle;
}

.v2_linkPdf:after {
  content: "";
  display: inline-block;
  background: url("/library/common/img/icon_link_pdf.png") no-repeat right;
  vertical-align: middle;
}

.v2_linkIcon:before,
.v2_linkIconWhite:before {
  content: "";
  display: inline-block;
  background: url("/library/common/img/icon_link_arrow_black.png") no-repeat center;
  vertical-align: middle;
}

.v2_linkIconWhite:before {
  background: url("/library/common/img/icon_link_arrow_white.png") no-repeat center;
}

ul.v2_linkListIcon li {
  padding-left: 14px;
}

ul.v2_linkListIcon li:before {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-left: -14px;
  background: url("/library/common/img/icon_link_arrow_gray.png") no-repeat center;
  vertical-align: middle;
}

.v2_linkListLine {
  border-top: 1px #ebf0f2 solid;
}

.v2_linkListLine li {
  border-bottom: 1px #ebf0f2 solid;
}

.v2_linkBack:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
}

/* タグリスト */
.v2_linkListTag {
  *zoom: 1;
}

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

.v2_linkListTag:after {
  clear: both;
}

.v2_linkListTag li {
  float: left;
}

.v2_linkListTag li a {
  background: url("/library/common/img/icon_link_arrow_black.png") #dae0e3 no-repeat 10px;
  padding: 6px 10px 6px 20px;
}

.v2_linkAnchor {
  color: #4d4d4d;
}

.v2_linkAnchor:before {
  content: "";
  display: inline-block;
  background: url("/library/common/img/icon_link_anchor.png") #004173 no-repeat center;
  vertical-align: middle;
}

.v2_linkImgList {
  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_linkImgList > li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.v2_linkImgListArea {
  background-color: #dae0e3;
  width: 100%;
  display: block;
  text-decoration: none;
}

.v2_linkImgListCaption {
  margin-top: 5px;
  color: #00467e;
}

.v2_linkImgListTxt {
  margin-top: 5px;
  color: #333;
}

.v2_linkImgListSide > li:first-child {
  margin-top: 0;
}

.v2_linkImgListSideArea {
  background-color: #dae0e3;
  display: block;
  text-decoration: none;
}

.v2_linkImgListSideDetail {
  color: #333;
  text-decoration: none;
}

.v2_linkTab {
  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;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  position: relative;
  background: #dfe4e6;
  padding: 0 8px;
}

.v2_linkTab li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  border-left: 1px #fff solid;
  border-bottom: 1px #fff solid;
}

.v2_linkTab li a {
  width: 100%;
  padding: 12px 10px 10px;
  display: block;
  text-align: center;
  font-weight: bold;
  color: #000;
  position: relative;
}

.v2_linkTab li a.v2_active, .v2_linkTab li a.v2_active:hover {
  -webkit-box-shadow: inset 0 4px 0 #00a3d9;
          box-shadow: inset 0 4px 0 #00a3d9;
  background-color: #fff;
}

.v2_linkBtnList {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.v2_linkBtnList > li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.v2_linkBtnList > li > a {
  width: 100%;
  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_linkListTile {
  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_linkListTile li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}

.v2_linkListTile li a {
  display: block;
  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;
  color: #fff;
  text-decoration: none;
  width: 100%;
  height: 100%;
}

.v2_linkUpdate:before {
  content: "";
  display: inline-block;
  vertical-align: top;
}

/* Linklist icon */
a.linkButton {
  background: url("/library/common/img/icon_link_arrow_white.png") #00467e no-repeat 20px;
  -webkit-background-size: 4px 8px;
          background-size: 4px 8px;
  color: #fff;
  padding: 5px 10px 5px 40px;
  display: block;
  text-decoration: none;
}

a.linkButton span {
  height: 60px;
  display: table-cell;
  vertical-align: middle;
}

a.linkButton:hover {
  background-color: #2168a3;
}

/* ----------------------------------------------------------
    Button
---------------------------------------------------------- */
button {
  border: 0;
}

a.v2_btn,
a.v2_btnS,
a.v2_btnL {
  display: inline-block;
  background-color: #00467e;
}

a.v2_btn:not(.v2_btnGray),
a.v2_btnS:not(.v2_btnGray),
a.v2_btnL:not(.v2_btnGray) {
  color: #fff;
}

a.v2_btn:not(.v2_btnGray).v2_linkBlank:after,
a.v2_btnS:not(.v2_btnGray).v2_linkBlank:after,
a.v2_btnL:not(.v2_btnGray).v2_linkBlank:after {
  background: url("/library/common/img/icon_link_blank_white.png") no-repeat right;
}

a.v2_btnL {
  display: block;
  width: 100%;
}

.v2_btnLCenter,
.v2_btnLCenterL {
  display: block;
  background-color: #00467e;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
  vertical-align: middle;
}

.v2_btnLCenter:not(.v2_btnGray),
.v2_btnLCenterL:not(.v2_btnGray) {
  color: #fff;
}

.v2_btnLCenter:not(.v2_btnGray).v2_linkBlank:after,
.v2_btnLCenterL:not(.v2_btnGray).v2_linkBlank:after {
  background: url("/library/common/img/icon_link_blank_white.png") no-repeat right;
}

.v2_btnMinWidth {
  min-width: 260px;
}

a.v2_btnGray {
  background-color: #dae0e3;
}

.v2_btnBase {
  background-color: #00467e;
  color: #fff;
}

.v2_btnBase.v2_btnDisabled {
  background-color: #dae0e3;
}

.v2_btnBaseGray {
  background-color: #dae0e3;
  color: #333;
}

.v2_btnBaseGray.v2_btnDisabled {
  background-color: #dae0e3;
}

.v2_btnBaseGrayPc.v2_btnDisabled {
  background-color: #dae0e3;
}

.v2_btnBaseGraySp.v2_btnDisabled {
  background-color: #dae0e3;
}

.v2_btnDisabled {
  cursor: default;
  background-color: #dae0e3;
}

.v2_btnMail:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: left center;
  background-image: url("/library/common/img/icon_mail_gray.png");
}

.v2_btnTwitter:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: left center;
  background-image: url("/library/common/img/icon_sns_twitter_gray.png");
}

.v2_btnExit,
a.v2_btnExit {
  background-color: #fed100;
  color: #333;
  white-space: nowrap;
  font-weight: bold;
  display: inline-block;
  vertical-align: middle;
}

.v2_btnExit sup,
a.v2_btnExit sup {
  vertical-align: middle;
}

a.v2_btnBefore,
a.v2_btnAfter {
  display: inline-block;
  background-color: #00467e;
  color: #fff;
}

/* ----------------------------------------------------------
    lists
---------------------------------------------------------- */
.v2_listDisc {
  padding-left: 1.8em;
}

.v2_listDisc > li {
  list-style: disc;
}

.v2_listDecimal {
  padding-left: 2.5em;
}

.v2_listDecimal > li {
  list-style: decimal;
}

.v2_listNote {
  padding-left: 1em;
}

.v2_listNote > li:before {
  content: "*";
  display: inline-block;
  width: 1em;
  text-align: center;
  margin-left: -1em;
}

.v2_listNote02 {
  padding-left: 1em;
}

.v2_listNote02 > li:before {
  content: "※";
  display: inline-block;
  width: 1em;
  text-align: center;
  margin-left: -1em;
}

.v2_listNote02 > li .v2_symbol {
  display: inline-block;
  width: 1em;
  text-indent: 0;
}

.v2_listNumNote li {
  text-indent: -2.75em;
  padding-left: 2.75em;
}

.v2_listNumNote li .v2_symbol {
  display: inline-block;
  width: 2.75em;
  text-indent: 0;
}

.v2_listDisc02 > li {
  margin-top: 15px;
  text-indent: -2.75em;
  padding-left: 2.75em;
}

.v2_listDisc02 > li:first-child {
  margin-top: 0;
}

.v2_listDisc02 > li li {
  text-indent: 0;
}

ul.v2_listInline {
  margin-right: -14px;
}

ul.v2_listInline li {
  display: inline-block;
  margin-right: 14px;
}

ul.v2_listInline li:last-child {
  margin-right: 0;
}

ul.v2_listInline.v2_txtR {
  margin-left: -14px;
  margin-right: 0;
}

ul.v2_listInline.v2_txtR li {
  display: inline-block;
  margin-left: 14px;
  margin-right: 0;
}

ul.v2_listInline.v2_txtR li:first-child {
  margin-left: 0;
}

ul.v2_listMargin li + li {
  display: inline-block;
  margin-right: 14px;
}

ul.v2_listMargin li + li:last-child {
  margin-right: 0;
}

/* ----------------------------------------------------------
    table
---------------------------------------------------------- */
table.v2_table {
  border-collapse: collapse;
  border-spacing: 0;
  border: 0;
  width: 100%;
}

table.v2_table > thead > tr > th,
table.v2_table > thead > tr > td,
table.v2_table > tbody > tr > th,
table.v2_table > tbody > tr > td {
  border: 1px #676767 solid;
}

table.v2_table > thead > tr > th,
table.v2_table > tbody > tr > th {
  font-weight: normal;
  text-align: left;
  background-color: #dae0e3;
}

table.v2_table > thead > tr .v2_borderNo,
table.v2_table > tbody > tr .v2_borderNo {
  border-right: none;
  padding-right: 0;
}

table.v2_table > thead > tr .v2_borderNo + *,
table.v2_table > tbody > tr .v2_borderNo + * {
  border-left: none;
}

/* ----------------------------------------------------------
    images
---------------------------------------------------------- */
img.v2_imgBdr {
  outline: 1px #dae0e3 solid;
  outline-offset: -1px;
}

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

.v2_iconEquipmentArea {
  margin-right: 8px;
}

.v2_iconEquipmentArea img {
  vertical-align: middle;
}

/* ----------------------------------------------------------
    grid
---------------------------------------------------------- */
/* ----------------------------------------------------------
    form
---------------------------------------------------------- */
input[type=text],
input[type=button],
input[type=submit] {
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;
  border-radius: 0;
}

input[type=button],
input[type=submit] {
  border: 0;
}

input[type=button]:disabled,
input[type=submit]:disabled {
  background-color: #dae0e3;
  cursor: default;
}

input.v2_formTxtBox {
  border: 1px #737373 solid;
  -webkit-box-shadow: 2px 2px 7px rgba(0, 0, 0, 0.4) inset;
  -ms-box-shadow: 2px 2px 7px rgba(0, 0, 0, 0.4) inset;
  box-shadow: 2px 2px 7px rgba(0, 0, 0, 0.4) inset;
  height: 30px;
  width: 100%;
  padding: 0 8px;
}

input.v2_formTxtBox:focus {
  padding: 0 6px;
}

input[type=text]:focus {
  border: 3px #00a3d9 solid;
  outline: none;
}

select.v2_select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  width: 100%;
  color: #333;
  border: 1px #737373 solid;
  border-radius: 0;
  background-color: #fff;
  outline: none;
  background-repeat: no-repeat;
  background-position: right center, right top;
}

select.v2_select::-ms-expand {
  display: none;
}

select.v2_select:disabled {
  opacity: 0.3;
  filter: alpha(opacity=30);
  cursor: default;
}

.v2_formCheckBox {
  display: inline-block;
  background: url("/library/common/img/bg_checkbox.png") no-repeat left top;
  -webkit-background-size: 16px 16px;
          background-size: 16px;
}

.v2_formCheckBox input[type=checkbox] {
  display: none;
}

.v2_formCheckBox input[type=checkbox] + .v2_formCheckBoxLabel {
  padding-left: 20px;
  display: inline-block;
  min-height: 16px;
}

.v2_formCheckBox input[type=checkbox]:checked + .v2_formCheckBoxLabel {
  background: url("/library/common/img/bg_checkbox_on.png") no-repeat left top;
  -webkit-background-size: 16px 16px;
          background-size: 16px;
}

label.v2_formCheckBoxArea {
  display: inline-block;
  background: url("/library/common/img/bg_checkbox.png") no-repeat left top;
  -webkit-background-size: 16px 16px;
          background-size: 16px;
  width: 16px;
  height: 16px;
}

label.v2_formCheckBoxArea input[type=checkbox] {
  display: none;
}

label.v2_formCheckBoxArea input[type=checkbox] + .v2_formCheckBoxTxt {
  display: inline-block;
  width: 16px;
  height: 16px;
  font-size: 0;
  line-height: 0;
  vertical-align: top;
}

label.v2_formCheckBoxArea input[type=checkbox]:checked + .v2_formCheckBoxTxt {
  background: url("/library/common/img/bg_checkbox_on.png") no-repeat left top;
  -webkit-background-size: 16px 16px;
          background-size: 16px;
}

.v2_formBtnRight {
  width: 100%;
  display: table;
  border-collapse: collapse;
}

.v2_formBtnRightInput {
  border: 1px #737373 solid;
  display: table-cell;
}

.v2_formBtnRightSubmit {
  display: table-cell;
  vertical-align: top;
  width: 1%;
}

.v2_formBtnRightSubmitBtn {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  cursor: pointer;
  text-align: center;
  background-color: #00467e;
  color: #fff;
  border: 0;
}

a.v2_btnForm {
  background-color: #00467e;
  color: #fff;
  text-align: center;
  display: inline-block;
}

/* ----------------------------------------------------------
    element
---------------------------------------------------------- */
.v2_BoxTxt > dt,
.v2_BoxTxt02 > dt {
  font-weight: bold;
}

.v2_BoxTxt {
  border: 1px #b2b2b2 solid;
  background-color: #fff;
}

.v2_BoxTxt02 {
  background-color: #ebeff1;
}

.v2_routeList ul {
  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;
  margin-left: -6px;
  margin-right: -5px;
}

.v2_routeList li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  padding-left: 6px;
  padding-right: 5px;
}

.v2_routeListLink {
  display: block;
  background-color: #fff;
  width: 100%;
}

.v2_routeListLink.v2_active {
  background-color: #ccc;
}

.v2_routeList a.v2_routeListLink {
  color: #333;
}

.v2_routeListImg {
  display: block;
}

.v2_routeListUnkouIcon {
  display: block;
  text-align: center;
}

.v2_routeListUnkouIcon img {
  width: 15px;
}

.v2_routeListUnkouTxt {
  margin-top: 10px;
  display: block;
}

.v2_routeList_shousai,
.v2_routeList_unkyu,
.v2_routeList_chien,
.v2_routeList_chokutsu,
.v2_routeList_chousei,
.v2_routeList_none {
  color: #c00;
}

.v2_searchList > ul {
  width: 100%;
}

.v2_searchList > ul > li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33.3%;
}

.v2_searchList > ul > li > a {
  display: block;
  width: 100%;
  text-align: center;
}

.v2_searchList > ul > li > a .v2_searchType {
  font-weight: bold;
}

.v2_searchList > ul > li.v2_searchRoutemap a:hover,
.v2_stationTop .v2_searchList > ul > li.v2_searchRoutemap a {
  background-color: #bfd0d6;
}

.v2_searchList > ul > li.v2_searchSyllabary a:hover,
.v2_stationSyllabary .v2_searchList > ul > li.v2_searchSyllabary a {
  background-color: #bfd0d6;
}

.v2_searchList > ul > li.v2_searchCondition > a:hover,
.v2_stationCondition .v2_searchList > ul > li.v2_searchCondition > a {
  background-color: #bfd0d6;
}

.v2_searchList > ul > li.v2_searchHere a:hover {
  background-color: #bfd0d6;
}

.v2_searchList > ul > li.v2_searchHere a.v2_js-false {
  opacity: 0.4;
  filter: alpha(opacity=40);
  cursor: default;
}

.v2_searchList > ul > li.v2_searchHere a.v2_js-false:hover {
  background-color: #dae0e3;
  color: #00467e;
}

.v2_searchCheckStation > dd > ul > li {
  display: inline-block;
  margin-right: 14px;
}

.v2_newsArea {
  position: relative;
}

.v2_newsArea .v2_newsLink {
  position: absolute;
  top: 0;
  width: 100%;
  text-align: right;
}

.v2_js-newsAccordionBtnOpen,
.v2_js-newsAccordionBtnClose {
  display: block;
  text-align: center;
  background-color: #dae0e3;
  padding: 15px 10px;
}

.v2_js-newsAccordionBtnOpen:before,
.v2_js-newsAccordionBtnClose:before {
  content: "";
  display: inline-block;
  line-height: 0;
  font-size: 0;
  vertical-align: middle;
}

.v2_js-newsAccordionBtnOpen:before {
  background: url("/library/common/img/icon_link_arrow_down_off.png") no-repeat left;
}

.v2_js-newsAccordionBtnClose:before {
  background: url("/library/common/img/icon_link_arrow_down_on.png") no-repeat left;
}

.v2_complianceNav li a {
  display: block;
  border: 1px #dfe4e6 solid;
  text-align: center;
  background-color: #ebf0f2;
}

.v2_topEnjoy .slick-slide a img,
.v2_topRecommend .slick-slide a img {
  outline: 1px #dae0e3 solid;
  outline-offset: -1px;
}

/* ----------------------------------------------------------
    SP
---------------------------------------------------------- */
/* ----------------------------------------------------------
    js
---------------------------------------------------------- */
.v2_js-accordionArea .v2_accordionName a.v2_js-accordionName {
  color: #333;
}

.v2_js-accordionArea:not(.v2_js-accordionAreaPc):not(.v2_js-accordionAreaSp) .v2_js-accordionBody.v2_js-displayN {
  display: none;
}

.v2_accordionListBody {
  background-color: #fff;
  border-top: 1px #dfe4e6 solid;
}

.v2_accordionListBody li {
  background-color: #fff;
  border: 1px #dfe4e6 solid;
  border-top: 0;
}

/*  開閉ナビ
---------------------------------------------------------- */
.v2_js-clickTooltip {
  position: relative;
}

.v2_js-clickTooltipBody {
  position: absolute;
}

.v2_js-clickTooltip.v2_js-none .v2_js-clickTooltipBody {
  display: none;
}

.v2_js-clickTooltip.v2_js-open .v2_js-clickTooltipBody {
  display: block;
}

/*  PC:開閉ナビ + SP:モーダル
---------------------------------------------------------- */
.v2_js-displayNone {
  display: none !important;
}

/* ----------------------------------------------------------
    modal
---------------------------------------------------------- */
.v2_modalIn {
  display: none;
}

#v2_modalWindow,
.v2_modalWindow {
  display: none;
}

.v2_modalWrap {
  background-color: #fff;
}

.v2_modalImg {
  margin: auto;
  width: 100%;
  padding: 15px 30px 25px;
  text-align: center;
}

.v2_modalImg img {
  max-width: 100%;
}

.v2_modalBox {
  display: none;
}

/* ----------------------------------------------------------
    多言語 common
---------------------------------------------------------- */
/* */
/* ----------------------------------------------------------
    英語
---------------------------------------------------------- */
body.v2_en {
  font-family: Arial, Helvetica, "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;
  word-break: normal;
  word-wrap: normal;
}

body.v2_en input[type=text],
body.v2_en input[type=button],
body.v2_en input[type=submit] {
  font-family: Arial, Helvetica, "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;
}

body.v2_en h1, body.v2_en h2, body.v2_en h3, body.v2_en h4, body.v2_en h5, body.v2_en h6,
body.v2_en p, body.v2_en ul, body.v2_en li, body.v2_en ol, body.v2_en dl, body.v2_en dt, body.v2_en dd,
body.v2_en form, body.v2_en input, body.v2_en fieldset, body.v2_en legend {
  word-break: normal;
  word-wrap: normal;
}

body.v2_en .v2_listNote02 > li:before {
  content: "*";
}

/* ----------------------------------------------------------
    韓国語
---------------------------------------------------------- */
body.v2_kr {
  font-family: "Malgun Gothic", "Yoon Gothic", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;
}

body.v2_kr input[type=text],
body.v2_kr input[type=button],
body.v2_kr input[type=submit] {
  font-family: "Malgun Gothic", "Yoon Gothic", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;
}

/* ----------------------------------------------------------
    中国語(簡体)
---------------------------------------------------------- */
body.v2_cn {
  font-family: "Microsoft Yahei", "PingHei", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;
}

body.v2_cn input[type=text],
body.v2_cn input[type=button],
body.v2_cn input[type=submit] {
  font-family: "Microsoft Yahei", "PingHei", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;
}

/* ----------------------------------------------------------
    中国語(簡体)
---------------------------------------------------------- */
body.v2_tcn {
  font-family: "Microsoft JhengHei", "PingHei", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;
}

body.v2_tcn input[type=text],
body.v2_tcn input[type=button],
body.v2_tcn input[type=submit] {
  font-family: "Microsoft JhengHei", "PingHei", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;
}

/* ----------------------------------------------------------
    タイ語
---------------------------------------------------------- */
body.v2_th {
  font-family: "Leelawadee", "Tahoma", "Verdana", Arial, "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;
}

body.v2_th input[type=text],
body.v2_th input[type=button],
body.v2_th input[type=submit] {
  font-family: "Leelawadee", "Tahoma", "Verdana", Arial, "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;
}

body.v2_th .v2_listNote02 > li:before {
  content: "*";
}

/* ----------------------------------------------------------
    フランス語
---------------------------------------------------------- */
body.v2_fr {
  font-family: Arial, Helvetica, "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;
  word-break: normal;
  word-wrap: normal;
}

body.v2_fr input[type=text],
body.v2_fr input[type=button],
body.v2_fr input[type=submit] {
  font-family: Arial, Helvetica, "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;
}

body.v2_fr h1, body.v2_fr h2, body.v2_fr h3, body.v2_fr h4, body.v2_fr h5, body.v2_fr h6,
body.v2_fr p, body.v2_fr ul, body.v2_fr li, body.v2_fr ol, body.v2_fr dl, body.v2_fr dt, body.v2_fr dd,
body.v2_fr form, body.v2_fr input, body.v2_fr fieldset, body.v2_fr legend {
  word-break: normal;
  word-wrap: normal;
}

body.v2_fr .v2_listNote02 > li:before {
  content: "*";
}

/* ----------------------------------------------------------
    スペイン語
---------------------------------------------------------- */
body.v2_es {
  font-family: Arial, Helvetica, "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;
  word-break: normal;
  word-wrap: normal;
}

body.v2_es input[type=text],
body.v2_es input[type=button],
body.v2_es input[type=submit] {
  font-family: Arial, Helvetica, "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;
}

body.v2_es h1, body.v2_es h2, body.v2_es h3, body.v2_es h4, body.v2_es h5, body.v2_es h6,
body.v2_es p, body.v2_es ul, body.v2_es li, body.v2_es ol, body.v2_es dl, body.v2_es dt, body.v2_es dd,
body.v2_es form, body.v2_es input, body.v2_es fieldset, body.v2_es legend {
  word-break: normal;
  word-wrap: normal;
}

body.v2_es .v2_listNote02 > li:before {
  content: "*";
}

.v2_footerSnsQrcode {
	margin-left: 20px;
}
.no_linkBlank:after {
	display: none !important;
}