@charset "UTF-8";
/*---------------------------------------------------
body
--------------------------------------------------- */
html, body {
  font-size: 62.5%;
}

body {
  font-family: Helvetica, Arial, "sans-serif";
  line-height: 1;
  color: #333;
  word-break: normal;
  padding-top: 106px;
  -webkit-text-size-adjust: 100%;
}

body.v2_fixed {
  position: fixed;
}

a, a:hover {
  color: #00467e;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

em {
  font-style: normal;
}

* {
  box-sizing: border-box;
}

p,
dl {
  font-size: 1.4rem;
}

.v2_showPc {
  display: none !important;
}

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

.v2_w60p {
  width: 60%;
}

.v2_w50pSp {
  width: 50% !important;
}

.v2_w60pSp {
  width: 60%;
}

/*---------------------------------------------------
padding
--------------------------------------------------- */
.v2_pb80 {
  padding-bottom: 40px;
}

.v2_pt15Sp {
  padding-top: 15px !important;
}

.v2_pb15Sp {
  padding-bottom: 15px !important;
}

.v2_pSideSp {
  padding: 0 2.6vw;
}

/*---------------------------------------------------
margin
--------------------------------------------------- */
.v2_mb0 {
  margin-bottom: 0 !important;
}

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

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

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

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

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

.v2_mt80 {
  margin-top: 40px !important;
}

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

.v2_mb40Sp {
  margin-bottom: 40px !important;
}

/*---------------------------------------------------
font
--------------------------------------------------- */
.v2_bold {
  font-weight: bold;
}

.v2_small {
  font-size: 1.2rem;
}

.v2_smallNoIndent {
  font-size: 1.2rem;
}

/*---------------------------------------------------
box layout
--------------------------------------------------- */
/* .v2_boxPicCol2
--------------------------------------------------- */
.v2_boxPicCol2 .v2_pic {
  width: 100%;
  padding: 2.6vw;
}

.v2_boxPicCol2 .v2_pic img {
  max-width: 100%;
  height: auto;
}

.v2_boxPicCol2 .v2_txt {
  width: 100%;
  margin-bottom: 20px;
}

/* .v2_boxTxtCol2
--------------------------------------------------- */
.v2_boxTxtCol2 {
  padding: 0 2.6vw;
}

#v2_app .v2_boxTxtCol2 {
  background-color: #dfdfdf;
  border-radius: 6px;
  padding: 6px;
}

#v2_app .v2_boxTxtCol2 .v2_block {
  text-align: center;
  background-color: #fff;
  border-radius: 6px;
  padding-bottom: 12px;
}

#v2_app .v2_boxTxtCol2 .v2_block:first-child {
  margin-bottom: 6px;
}

#v2_app .v2_boxTxtCol2 .v2_h3Center {
  line-height: 1;
  padding: 20px 0 15px;
  margin: 0;
}

#v2_app .v2_boxTxtCol2 .v2_txt {
  line-height: 1;
  padding: 0;
  margin-bottom: 15px;
}

#v2_app .v2_boxTxtCol2 .v2_linkBlank {
  padding: 0;
}

#v2_app .v2_boxTxtCol2 .v2_linkBlank a {
  font-size: 1.4rem;
  color: #333;
  background: none;
  margin-top: 5px;
}

/* .v2_picBlueBox
--------------------------------------------------- */
.v2_picBlueBox {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  background-color: #edf6f9;
}

.v2_boxPicCol2 .v2_pic.v2_picBlueBox {
  padding: 5vw 2.6vw;
}

.v2_picBlueBox img {
  width: 95%;
  height: auto;
}

/* .v2_boxPicRow1 .v2_box2PicRow1
--------------------------------------------------- */
.v2_boxPicRow1 .v2_pic,
.v2_boxPic2Row1 .v2_pic {
  padding: 2.6vw;
}

/*---------------------------------------------------
.v2_linkTarget
--------------------------------------------------- */
.v2_linkTarget {
  margin-top: -80px;
  padding-top: 80px;
}

/*---------------------------------------------------
linkbox
--------------------------------------------------- */
/* .v2_linkBoxGrayCol3
--------------------------------------------------- */
.v2_linkBoxGrayCol3 {
  padding-bottom: 25px;
}

.v2_linkBoxGrayCol3 a {
  display: block;
  width: 100%;
  color: #000;
  background: #f8f8f8 url(/en/ticket/img/icon_info_arrow.png) no-repeat 88.6vw center;
  background-size: 11px auto;
  text-decoration: none;
  padding: 18px 12vw 20px 5vw;
  border-radius: 3px;
  margin-bottom: 15px;
}

.v2_linkBoxGrayCol3 h3 {
  font-size: 1.8rem;
  line-height: 1.3;
  color: #00467e;
  margin-bottom: 10px;
}

.v2_linkBoxGrayCol3 p {
  font-size: 1.4rem;
  line-height: 1.4;
}

.v2_linkBoxGrayCol3 a:hover h3 {
  text-decoration: underline;
}

/*---------------------------------------------------
indexLink
--------------------------------------------------- */
/* .v2_linkIndexCol2
--------------------------------------------------- */
.v2_linkIndexCol2 {
  padding-bottom: 4px;
  margin: 0 auto;
}

.v2_linkIndexCol2 .v2_block {
  position: relative;
  padding: 18px 0 0;
  margin-bottom: 32px;
  overflow: hidden;
}

.v2_linkIndexCol2 .v2_block::before,
.v2_linkIndexCol2 .v2_block::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 21.2vw;
  height: 3px;
  background-color: #00a3d9;
}

.v2_linkIndexCol2 .v2_block::after {
  width: 100%;
  left: 21.3vw;
  background-color: #c5d7dd;
}

.v2_linkIndexCol2 .v2_block a {
  position: relative;
  color: #000;
  text-decoration: none;
}

.v2_linkIndexCol2 .v2_pic {
  position: relative;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  width: 100%;
  height: 63vw;
  background-color: #edf6f9;
  margin-bottom: 17px;
}

.v2_linkIndexCol2 .v2_block:nth-child(1) .v2_pic,
.v2_linkIndexCol2 .v2_block:nth-child(3) .v2_pic,
.v2_linkIndexCol2 .v2_block:nth-child(4) .v2_pic,
.v2_linkIndexCol2 .v2_block:nth-child(6) .v2_pic {
  padding: 25px 0;
}

.v2_linkIndexCol2 .v2_block:nth-child(5) .v2_pic {
  padding: 0 13px;
}

.v2_linkIndexCol2 .v2_block:nth-child(2) .v2_pic {
  padding: 24px 0;
}

#v2_tips_index .v2_linkIndexCol2 .v2_pic {
  padding: 0;
}

#v2_tips_index .v2_linkIndexCol2.v2_support .v2_block:first-child .v2_pic,
#v2_tips_index .v2_linkIndexCol2.v2_support .v2_block:last-child .v2_pic,
#v2_tips_index .v2_notes_index .v2_pic {
  padding: 5px;
}

#v2_tips_index .v2_linkIndexCol2 .v2_pic img {
  width: 100%;
}

.v2_linkIndexCol2 .v2_pic img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}

.v2_linkIndexCol2 .v2_block h3 {
  font-size: 1.8rem;
  color: #333;
  margin-bottom: 10px;
}

.v2_linkIndexCol2 .v2_block p {
  font-size: 1.4rem;
  line-height: 1.4;
  margin-bottom: 12px;
}

.v2_linkIndexCol2 .v2_btnView {
  /* Safari */
  display: -webkit-box;
  display: flex;
  /* Safari */
  -webkit-box-pack: center;
          justify-content: center;
  /* Safari */
  -webkit-box-align: center;
          align-items: center;
  width: 100%;
  height: 50px;
  font-size: 1.8rem;
  color: #fff;
  background: #00467e;
  border-radius: 3px;
}

.v2_linkIndexCol2 .v2_btnView::before {
  content: '';
  display: inline-block;
  width: 6px;
  height: 12px;
  background: url(/en/ticket/img/icon_view_arrow.png) no-repeat;
  background-size: 6px auto;
  margin-right: 6px;
}

/* .v2_relatedLinksCard
--------------------------------------------------- */
.v2_relatedLinksCard .v2_wrapper {
  /* Safari */
  display: -webkit-box;
  display: flex;
  /* Safari */
  -webkit-box-pack: justify;
          justify-content: space-between;
  /* Safari */
  flex-wrap: wrap;
  width: 100%;
  margin: 0 auto;
}

.v2_relatedLinksCard .v2_block {
  /* Safari */
  display: -webkit-box;
  display: flex;
  /* Safari */
  -webkit-box-align: center;
          align-items: center;
  /* Safari */
  -webkit-box-pack: justify;
          justify-content: space-between;
  width: 100%;
}

.v2_relatedLinksCard a {
  position: relative;
  /* Safari */
  display: -webkit-box;
  display: flex;
  /* Safari */
  -webkit-box-align: center;
          align-items: center;
  width: 45.3vw;
  min-height: 65px;
  text-decoration: none;
  color: #00467e;
  padding: 10px 0 10px 2vw;
  border: 1px solid #ccc;
  margin-bottom: 15px;
}

.v2_relatedLinksCard a:nth-child(3),
.v2_relatedLinksCard a:nth-child(4) {
  margin-bottom: 0;
}

.v2_relatedLinksCard h3 {
  font-size: 1.2rem;
  line-height: 1.3;
  background: url(/library_in/common/img/icon_arrow_blue.png) no-repeat left center;
  background-size: 7px auto;
  padding-left: 3.6vw;
}

.v2_relatedLinksCard .v2_pic img {
  width: 100%;
  height: auto;
}

.v2_relatedLinksCard a:nth-child(1) .v2_pic {
  width: 10.6vw;
  margin-right: 2.1vw;
}

.v2_relatedLinksCard a:nth-child(2) .v2_pic {
  width: 10.4vw;
  margin-right: 2.4vw;
}

.v2_relatedLinksCard a:nth-child(3) .v2_pic {
  width: 11.2vw;
  margin-right: 2.3vw;
}

.v2_relatedLinksCard a:nth-child(4) .v2_pic {
  width: 11.3vw;
  margin-right: 1.5vw;
}

/* .v2_relatedLinksText
--------------------------------------------------- */
.v2_relatedLinksText {
  width: 94.8vw;
  border: 1px solid #dfdfdf;
  margin: 0 auto;
}

.v2_relatedLinksText .v2_ttl {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  height: 40px;
  font-size: 1.6rem;
  font-weight: bold;
  background-color: #dfdfdf;
}

.v2_relatedLinksText ul {
  list-style: none;
  padding: 13px 0 0 15px;
}

.v2_relatedLinksText li a {
  display: block;
  font-size: 1.4rem;
  background: url(/library_in/common/img/icon_arrow_blue.png) no-repeat left center;
  background-size: 7px auto;
  padding-left: 14px;
  margin: 0 0 13px 0;
}

/*---------------------------------------------------
article
--------------------------------------------------- */
article {
  padding: 0 2.6vw 120px;
  padding: 0 0 120px;
}

article.v2_pdgSideSp {
  padding-left: 2.6vw;
  padding-right: 2.6vw;
}

/*---------------------------------------------------
h1
--------------------------------------------------- */
h1 {
  position: relative;
  font-size: 2.7rem;
  color: #00467e;
  text-align: center;
  padding-bottom: 14px;
  margin-bottom: 21px;
}

h1::before,
h1::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  display: block;
  width: 6.5vw;
  height: 3px;
  background-color: #00a3d9;
  margin-left: -6.5vw;
}

h1::after {
  background-color: #00467e;
  margin-left: 1px;
}

/*---------------------------------------------------
h2
--------------------------------------------------- */
h2 {
  font-size: 2.1rem;
  color: #00467e;
  text-align: center;
  margin-bottom: 24px;
}

/* .v2_h2Center
--------------------------------------------------- */
.v2_h2Center {
  font-size: 2.1rem;
  color: #00467e;
  text-align: center;
  margin: 40px 2.6vw 24px;
}

/* .v2_h2Line
--------------------------------------------------- */
.v2_h2Line {
  position: relative;
  text-align: left;
  font-size: 1.8rem;
  line-height: 1.3;
  border-top: 1px solid #dfdfdf;
  border-bottom: 1px solid #dfdfdf;
  padding: 18px 50px 18px 17px;
  margin-bottom: -1px;
  overflow: hidden;
}

.v2_h2Line::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 18px;
  width: 20px;
  height: 12px;
  margin-top: -6px;
  background: url(/library_in/common/img/icon_arrow_accordion_down.png) no-repeat left top;
  background-size: 20px auto;
}

.v2_h2Line .v2_smallNoIndent {
  color: #333;
}

.v2_h2Line.v2_js-open::after {
  background: url(/library_in/common/img/icon_arrow_accordion_up.png) no-repeat left top;
  background-size: 20px auto;
}

.v2_js-accordionBody {
  display: none;
}

.v2_h2Line.v2_noArrowSp {
  padding-right: 17px;
}

.v2_h2Line.v2_noArrowSp::after {
  display: none;
}

/*---------------------------------------------------
h3
--------------------------------------------------- */
h3 {
  font-size: 1.8rem;
  font-weight: bold;
}

/* .v2_h3Center
--------------------------------------------------- */
.v2_h3Center {
  text-align: center;
  padding: 0 2.6vw;
  margin: 29px 0 16px;
}

/*---------------------------------------------------
h4
--------------------------------------------------- */
h4 {
  font-size: 1.6rem;
  line-height: 1.5;
  margin: 0 2.6vw;
}

/* .v2_h4Border
--------------------------------------------------- */
.v2_h4Border {
  padding-bottom: 3px;
  border-bottom: 1px solid #cacaca;
}

p.v2_lead {
  font-size: 1.8rem;
  line-height: 1.3;
  text-align: center;
  padding: 0 2.6vw;
  margin-bottom: 40px;
}

/*---------------------------------------------------
.v2_btn
--------------------------------------------------- */
a.v2_btn:not(.v2_btnGray), a.v2_btnS:not(.v2_btnGray), a.v2_btnL:not(.v2_btnGray) {
  text-decoration: none;
  background: url(/library/common/img/icon_link_arrow_white.png) #00467e no-repeat 10px center;
  background-size: 3px 6px;
}

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

a.v2_btn, a.v2_btnS, a.v2_btnL {
  display: inline-block;
  background-color: #00467e;
  padding: 14px 13px 14px 25px;
}

a.v2_btnL {
  display: block;
  width: 100%;
  font-weight: bold;
}

/*---------------------------------------------------
.v2_iconBlank
--------------------------------------------------- */
.v2_iconBlank::after {
  content: '';
  display: inline-block;
  width: 12px;
  height: 10px;
  background: url(/library_in/common/img/icon_blank.png) no-repeat right center;
  background-size: 12px auto;
  margin-left: 6px;
}

/* .v2_iconArrow
--------------------------------------------------- */
.v2_iconArrow a {
  display: block;
  background: url(/library_in/common/img/icon_arrow_blue.png) no-repeat left 4px;
  background-size: 7px auto;
  padding-left: 13px;
}

/*---------------------------------------------------
.v2_linkBlank
--------------------------------------------------- */
.v2_linkBlank a {
  display: block;
  background: url(/library_in/common/img/icon_arrow_blue.png) no-repeat left 5px;
  background-size: 7px auto;
  padding: 0 0 0 15px;
}

.v2_linkBlank a::after {
  content: '';
  display: inline-block;
  width: 12px;
  height: 10px;
  background: url(/library_in/common/img/icon_blank_gray.png) no-repeat right center;
  background-size: 12px auto;
  margin-left: 6px;
}

/* .v2_iconPdf
--------------------------------------------------- */
.v2_iconPdf a::after {
  content: '';
  display: inline-block;
  width: 17px;
  height: 17px;
  background: url(/library_in/common/img/icon_pdf.png) no-repeat;
  background-size: contain;
  vertical-align: middle;
  margin-left: 7px;
}

/* .v2_iconEbook
--------------------------------------------------- */
.v2_iconEbook a::after {
  content: '';
  display: inline-block;
  width: 34px;
  height: 22px;
  background: url(/library_in/common/img/icon_ebook.png) no-repeat;
  background-size: contain;
  vertical-align: middle;
  margin-left: 7px;
}

/*---------------------------------------------------
.v2_listMark
--------------------------------------------------- */
.v2_listMark {
  padding: 0 2.6vw;
}

.v2_listMark li {
  font-size: 1.4rem;
  list-style: none;
  padding: 0 14px !important;
  text-indent: -14px;
}

.v2_listMark li::before {
  content: '・';
  font-size: 1.4rem;
}

/*---------------------------------------------------
.v2_contentsInr
--------------------------------------------------- */
.v2_contentsInr p,
.v2_contentsInr li,
.v2_contentsInr dl {
  line-height: 1.5;
  word-break: break-word;
  padding: 10px 2.6vw 0;
}

/*---------------------------------------------------
.v2_blockRect
--------------------------------------------------- */
.v2_blockRect {
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 10px;
  box-sizing: border-box;
  margin: 0 2.6vw;
}

.v2_blockRect p {
  padding-top: 0;
}

/*---------------------------------------------------
.v2_localNav
--------------------------------------------------- */
.v2_localNav {
  width: 94.8vw;
  background-color: #f4f4f4;
  padding: 15px 15px 0;
  margin: 0 auto 40px;
}

.v2_localNav ul {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  font-size: 1.4rem;
  list-style: none;
}

.v2_localNav ul:last-child {
  margin-bottom: 0;
}

.v2_localNav li {
  border-right: 1px solid #cacaca;
  padding-right: 10px;
  margin: 0 10px 13px 0;
}

.v2_localNav li:last-child {
  border: none;
  margin-right: 0;
  padding: 0;
}

.v2_localNav li a {
  text-decoration: none;
}

/*---------------------------------------------------
#v2_top
--------------------------------------------------- */
#v2_top {
  padding: 0;
}

#v2_top article {
  padding: 0 0 110px;
}

#v2_top h1 {
  font-size: 2.2rem;
  color: #fff;
  text-shadow: 0 0 8px #00467e;
  padding: 106px 0 0;
  margin-bottom: 37px;
}

#v2_top h1::before,
#v2_top h1::after {
  display: none;
}

.v2_dateBox {
  min-height: 46px;
  font-size: 1.8rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  color: #fff;
  text-align: center;
  text-shadow: 0 0 8px #00467e;
}

.v2_dateBox .v2_date {
  margin-bottom: 10px;
}

.v2_js-noWeather .v2_dateBox {
  margin-bottom: 50px;
}

/*weather*/
.v2_weather {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  letter-spacing: 0.05em;
  padding: 15px 0 60px;
}

.v2_js-noWeather .v2_weather {
  display: none;
}

.v2_weather .v2_weatherIcon img {
  width: 60px;
  height: auto;
}

.v2_weather .v2_weatherTxt {
  color: #fff;
  text-align: center;
  font-weight: bold;
  margin-left: 10px;
  text-shadow: 0 0 8px #00467e;
}

.v2_weather .v2_weatherTemp {
  font-size: 2.2rem;
}

.v2_weather .v2_weatherTemp .v2_unit {
  font-size: 1.3rem;
  font-weight: normal;
}

.v2_weather .v2_weatherCity {
  font-size: 1.5rem;
  padding-top: 3px;
}

.v2_seen {
  position: relative;
}

.v2_seen > p {
  font-size: 1.4rem;
  font-weight: bold;
  color: #fff;
  text-align: center;
  margin-bottom: 20px;
}

.v2_seen .v2_slider {
  width: 83.4vw;
  width: 90vw;
  margin: 0 auto;
}

.v2_seen .v2_block {
  margin: 0 5px;
}

.v2_seen .v2_icon {
  width: 42px;
  margin: 0 auto;
}

.v2_seen .v2_icon img {
  width: 46px;
  height: auto;
  line-height: 1;
}

.v2_seen .v2_slider a {
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1.3;
  text-align: center;
  color: #fff;
  text-decoration: none;
}

.v2_seen .v2_iconPrev,
.v2_seen .v2_iconNext {
  position: absolute;
  top: 56px;
  left: 2.8vw;
}

.v2_seen .v2_iconPrev img,
.v2_seen .v2_iconNext img {
  width: 8px;
  height: auto;
}

.v2_seen .v2_iconPrev {
  left: inherit;
  right: 2.8vw;
}

/*---------------------------------------------------
.v2_topMain
--------------------------------------------------- */
.v2_topMain {
  display: block;
  position: relative;
  width: 100%;
  height: 515px;
  background-color: #000;
}

.v2_topMain::after {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  display: block;
  width: 100%;
  height: 515px;
  background-color: #000;
  z-index: 2;
  -webkit-transition: all .6s;
  transition: all .6s;
}

.morning .v2_topMain::after,
.afternoon .v2_topMain::after,
.evening .v2_topMain::after,
.night .v2_topMain::after {
  visibility: hidden;
  opacity: 0;
}

.morning .v2_topMain {
  background: url(/en/img/pic_morning.jpg) no-repeat center top;
  background-size: cover;
}

.afternoon .v2_topMain {
  background: url(/en/img/pic_noon.jpg) no-repeat center top;
  background-size: cover;
}

.evening .v2_topMain {
  background: url(/en/img/pic_evening.jpg) no-repeat center top;
  background-size: cover;
}

.night .v2_topMain {
  background: url(/en/img/pic_night.jpg) no-repeat center top;
  background-size: cover;
}

.v2_topMain .v2_mainPic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 515px;
}

.v2_topMain .v2_mainPic img {
  width: 100%;
  height: auto;
}

/*---------------------------------------------------
#v2_js-modalBox
--------------------------------------------------- */
#v2_js-modalBox {
  display: none;
}

#colorbox,
#cboxContent,
#cboxWrapper,
#cboxLoadedContent {
  width: 100% !important;
  left: 0 !important;
}

.v2_js-modalContents {
  padding-top: 56.3vw;
}

.v2_js-modalContents iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.v2_js-modalOpen.v2_txt,
.v2_js-modalOpen.v2_txt:hover {
  color: #333;
  text-decoration: none;
}

/*---------------------------------------------------
.v2_headerBnrSp
--------------------------------------------------- */
.v2_headerBnrSp .v2_slider {
  width: 100vw;
  padding: 20px 0;
  margin: 0 auto 20px;
}

.v2_headerBnrSp .v2_slider .v2_slide {
  margin: 0 5px;
}

.v2_headerBnrSp .v2_slide img {
  width: 100%;
  height: auto;
}

.v2_headerBnrSp .slick-dots {
  bottom: 1px;
}

.v2_headerBnrSp .slick-dots li,
.v2_headerBnrSp .slick-dots li button {
  width: 5px;
  height: 5px;
}

.v2_headerBnrSp .slick-dots li button:before {
  width: 5px;
  height: 5px;
  font-size: 1rem;
  line-height: 5px;
  color: #bfbfbf;
  background-color: #bfbfbf;
  opacity: 1;
}

.v2_headerBnrSp .slick-dots li.slick-active button:before {
  background-color: #00a3d9;
}

.v2_headerBnr {
  display: none;
}

/*---------------------------------------------------
.v2_pickup
--------------------------------------------------- */
.v2_pickup h2 {
  height: 0;
  padding-top: 20px;
  margin: 0;
  overflow: hidden;
}

.v2_pickup .v2_wrapper {
  /* Safari */
  display: -webkit-box;
  display: flex;
  /* Safari */
  -webkit-box-pack: justify;
          justify-content: space-between;
  /* Safari */
  flex-wrap: wrap;
  padding: 0 2.6vw;
  margin: 0 auto 40px;
}

.v2_pickup .v2_block {
  position: relative;
  width: 46vw;
  font-size: 1.6rem;
  text-align: center;
  line-height: 1.3;
  padding: 0 0 20px;
  margin-bottom: 15px;
}

.v2_pickup .v2_block:nth-child(5),
.v2_pickup .v2_block:nth-child(6) {
  margin-bottom: 0;
}

.v2_pickup .v2_block:last-child {
  text-align: left;
  padding: 20px 0 0;
}

.v2_pickup .v2_block:last-child::before {
  display: none;
}

.v2_pickup .v2_block::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 143px;
  background-color: #edf6f9;
  border-radius: 4px;
  z-index: -1;
}

.v2_pickup .v2_pic {
  width: 25.6vw;
  margin: 0 auto 8px;
}

.v2_pickup .v2_pic img {
  width: 100%;
  height: auto;
}

.v2_pickup .v2_block a {
  color: #00467e;
  font-weight: bold;
  text-decoration: none;
}

.v2_pickup .v2_block p {
  display: inline-block;
  background: url(/library_in/common/img/icon_arrow_blue.png) no-repeat left 4px;
  background-size: 7px auto;
  padding-left: 13px;
}

.v2_pickup .v2_block li {
  /* Safari */
  display: -webkit-box;
  display: flex;
  /* Safari */
  -webkit-box-align: center;
          align-items: center;
  list-style: none;
  margin-bottom: 15px;
}

.v2_pickup .v2_block li::before {
  content: '';
  display: inline-block;
  width: 13vw;
  height: 13vw;
  background: url(/library_in/img/icon_pickup_06.png) no-repeat left center;
  background-size: 13vw auto;
  margin-right: 5px;
}

.v2_pickup .v2_block li:last-child::before {
  background: url(/library_in/img/icon_pickup_07.png) no-repeat left center;
  background-size: 13vw auto;
}

.v2_pickup .v2_block li:last-child {
  margin-bottom: 0;
}

.v2_pickup .v2_block li a {
  display: block;
  font-size: 1.4rem;
  color: #00467e;
  background: url(/library_in/common/img/icon_arrow_blue.png) no-repeat left 3px;
  background-size: 7px auto;
  padding: 0 0 0 12px;
}

/*---------------------------------------------------
.v2_grayBgTop
--------------------------------------------------- */
.v2_grayBgTop {
  background-color: #f8f8f8;
  padding: 25px 2.6vw 10px;
}

.v2_grayBgTop .v2_movieThumb img {
  width: 100%;
  height: auto;
}

/*---------------------------------------------------
.v2_movieThumb
--------------------------------------------------- */
.v2_movieThumb a {
  position: relative;
  display: block;
}

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

.v2_movieThumb a::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 62px;
  height: 62px;
  background: url(/library_in/common/img/icon_play.png) no-repeat;
  background-size: 62px auto;
  margin: -31px 0 0 -31px;
}

/*---------------------------------------------------
.v2_notice
--------------------------------------------------- */
.v2_notice {
  padding: 0 0 40px;
}

.v2_notice h2 {
  margin-bottom: 21px;
}

.v2_notice li {
  list-style: none;
}

.v2_notice li a {
  display: block;
  font-size: 1.4rem;
  line-height: 1.3;
  color: #00467e;
  text-decoration: none;
  border-bottom: 1px solid #e2e2e2;
  padding-bottom: 13px;
  margin-bottom: 13px;
}

.v2_notice li a:hover {
  text-decoration: underline;
}

/*---------------------------------------------------
.v2_topics
--------------------------------------------------- */
.v2_topics {
  position: relative;
}

.v2_topics h2 {
  margin: 0 0 40px;
}

.v2_topics .v2_linkAll {
  position: absolute;
  top: 3px;
  right: 1vw;
}

.v2_topics .v2_linkAll a {
  font-size: 1.6rem;
  color: #00467e;
  text-decoration: none;
  background: url(/library_in/common/img/icon_arrow_blue.png) no-repeat left center;
  background-size: 7px auto;
  padding-left: 14px;
}

.v2_topics dl {
  border-bottom: 1px solid #e2e2e2;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

.v2_topics dt {
  width: 157px;
  font-size: 1.4rem;
  line-height: 1.5;
  color: #333;
  margin-bottom: 4px;
}

.v2_topics dd {
  -webkit-box-flex: 1;
          flex: 1;
}

.v2_topics dd a {
  display: block;
  font-size: 1.4rem;
  line-height: 1.3;
  text-decoration: none;
  color: #00467e;
}

.v2_topics .v2_linkAll a:hover,
.v2_topics dd a:hover {
  text-decoration: underline;
}

.v2_topics .v2_btnMore {
  padding-top: 5px;
  margin-bottom: 29px;
}

.v2_topics .v2_btnMore a {
  position: relative;
  /* Safari */
  display: -webkit-box;
  display: flex;
  /* Safari */
  -webkit-box-pack: center;
          justify-content: center;
  /* Safari */
  -webkit-box-align: center;
          align-items: center;
  width: 100%;
  height: 50px;
  font-size: 1.6rem;
  color: #fff;
  text-decoration: none;
  background: #a1a5aa;
  border-radius: 3px;
}

.v2_topics .v2_btnMore a::before {
  content: '';
  display: block;
  position: absolute;
  top: 22px;
  left: 93%;
  width: 12px;
  height: 6px;
  background: url(/library_in/common/img/icon_arrow_down_white.png);
  background-size: 12px auto;
}

.v2_topics .v2_btnMore a.close::before {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

/*---------------------------------------------------
.v2_recommend
--------------------------------------------------- */
.v2_recommend {
  padding: 40px 0 0;
}

.v2_recommend .v2_h2Center {
  margin-top: 0;
}

.v2_recommend .v2_slider {
  margin: 0 auto;
}

.v2_recommend .v2_slide {
  margin: 0 20px;
}

.v2_recommend .v2_slide img {
  width: 100%;
  height: auto;
}

/*---------------------------------------------------
.v2_picCol1
--------------------------------------------------- */
.v2_picCol1 {
  text-align: center;
  padding: 0 2.6vw;
  margin-bottom: 40px;
}

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

/*---------------------------------------------------
.v2_picCol3
--------------------------------------------------- */
.v2_picCol3 {
  /* Safari */
  display: -webkit-box;
  display: flex;
  /* Safari */
  -webkit-box-pack: justify;
          justify-content: space-between;
  padding: 0 2.6vw;
  margin-bottom: 40px;
}

.v2_picCol3 .v2_block {
  text-align: center;
  margin-right: 15px;
}

.v2_picCol3 .v2_block .v2_ttl {
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 15px;
}

.v2_picCol3 .v2_block:last-child {
  margin-right: 0;
}

.v2_picCol3 .v2_picBox {
  /* Safari */
  display: -webkit-box;
  display: flex;
  /* Safari */
  -webkit-box-pack: justify;
          justify-content: space-between;
}

.v2_picCol3 .v2_pic:first-child {
  margin-right: 5px;
}

.v2_picCol3 .v2_pic img {
  width: 100%;
  height: auto;
}

.v2_picCol3 .v2_pic p {
  font-size: 1.2rem;
  padding-top: 10px;
}

/*---------------------------------------------------
.v2_pageNav
--------------------------------------------------- */
.v2_pageNav {
  display: none;
}

/*---------------------------------------------------
.v2_list
--------------------------------------------------- */
.v2_list {
  font-size: 1.3rem;
  list-style: none;
  padding: 10px 2.6vw;
}

.v2_list li {
  background: url(/library_in/common/img/icon_list.png) no-repeat left 17px;
  background-size: 6px auto;
  line-height: 1.5;
  padding-left: 11px;
  margin-bottom: 5px;
}

.v2_list li:last-child {
  margin-bottom: 0;
}

/*---------------------------------------------------
.v2_table
--------------------------------------------------- */
.v2_table {
  width: 94.8%;
  margin: 0 auto 40px;
}

.v2_table th {
  font-size: 1.4rem;
  word-break: normal;
  background-color: #f4f4f4;
  border-top: 1px solid #ccc;
}

.v2_table th,
.v2_table td {
  line-height: 1.5;
  border-bottom: 1px solid #ccc;
  padding: 10px;
}

.v2_table th.v2_js-accordionName {
  position: relative;
  display: block;
  text-align: left;
  font-weight: normal;
  padding-bottom: 15px;
  background: #dae0e3 url(/library/common/img/icon_link_arrow_down_off.png) no-repeat 93% center;
  background-size: 7px 4px;
  border: none;
  padding: 15px 40px 15px 17px;
  margin-bottom: 1px;
  overflow: hidden;
}

.v2_table th.v2_js-open {
  background-image: url(/library/common/img/icon_link_arrow_down_on.png);
  background-size: 7px 4px;
}

.v2_table td.v2_js-accordionBody {
  display: block;
  border: none;
}

.v2_table td .v2_list {
  margin-bottom: 7px;
}

.v2_list li {
  line-height: 1.6;
  margin-bottom: 10px;
}

/* .v2_tableBorder
--------------------------------------------------- */
.v2_tableBorder th,
.v2_tableBorder td {
  font-size: 1.4rem;
  border-right: 1px solid #ccc;
}

.v2_tableBorder thead th:last-child,
.v2_tableBorder td:last-child {
  border-right: none;
}

.v2_tableBorder.v2_noThead tr:first-child td {
  border-top: 1px solid #ccc;
}

/* .v2_tableGrid
--------------------------------------------------- */
.v2_tableGrid {
  width: 94.6%;
  margin: 10px auto 0;
  box-sizing: border-box;
}

.v2_tableGrid td {
  display: block;
  border: 1px solid #ccc;
  border-bottom: none;
  text-align: center;
  padding: 15px 10px;
}

.v2_tableGrid tr:last-child td:last-child {
  border-bottom: 1px solid #ccc;
}

.v2_tableGrid .v2_pic img {
  width: auto;
}

.v2_tableGrid .v2_gridBox {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
}

.v2_tableGrid .v2_pic {
  width: 30%;
  text-align: center;
}

.v2_tableGrid p {
  width: 70%;
  text-align: left;
  padding-top: 0;
}

/*---------------------------------------------------
.v2_ticketChikatoku
--------------------------------------------------- */
.v2_ticketChikatoku {
  width: 94.8vw;
  padding: 20px 30px;
  text-align: center;
  margin: 0 auto 40px;
  box-sizing: border-box;
}

.v2_ticketChikatoku {
  background-color: #dae0e3;
}

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

.v2_ticketChikatokuTxt {
  margin-top: 10px;
  margin-bottom: 15px;
}

.v2_ticketChikatoku .v2_btn::after {
  content: '';
  display: inline-block;
  width: 12px;
  height: 10px;
  background: url(/library_in/common/img/icon_blank.png) no-repeat;
  background-size: contain;
  vertical-align: text-top;
  margin-left: 5px;
}

/*---------------------------------------------------
#v2_results
--------------------------------------------------- */
#v2_results article.v2_pdgSideSp {
  word-break: break-all;
  padding: 0;
}

.v2_searchMain {
  position: relative;
  background-color: #edf6f9;
  padding-top: 26px;
}

.v2_searchMain h2 {
  display: none;
}

.v2_searchMain input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
}

.v2_searchMain input::-ms-clear {
  visibility: hidden;
}

.v2_searchMain input[type="text"] {
  display: block;
  width: 94.7%;
  height: 50px;
  font-size: 1.6rem;
  border-radius: 25px;
  border: 1px solid #9bafb5;
  background: #fff;
  /* url(/library_in/common/img/icon_search.png) no-repeat 82.6vw 10px*/
  background-size: 25px auto;
  padding: 0 20px;
  margin: 0 auto;
}

.v2_searchMain .v2_gnavInr2 {
  position: relative;
}

.v2_searchMain .v2_searchSubmit {
  position: absolute;
  top: 37px;
  left: 82.6vw;
  width: 25px;
  height: 25px;
  background: url(/library_in/common/img/icon_search.png) no-repeat;
  background-size: 25px auto;
  cursor: pointer;
}

.v2_searchMain input[type="text"]:hover,
.v2_searchMain input[type="text"]:focus {
  background-position: 728px 9px;
  padding-left: 19px;
  border: 2px solid #00a3d9;
}

.ui-widget {
  position: absolute;
  top: 158px;
  left: 50%;
  font-size: 1.6rem;
  text-align: left;
  background-color: #fff;
  border-radius: 15px;
  border: 1px solid #e2e2e2;
  box-shadow: 0px 0px 10px 0px #bababa;
  margin-left: -380px;
  z-index: 1000;
}

.ui-widget::before {
  content: '';
  position: absolute;
  top: -15px;
  left: 25px;
  display: block;
  width: 23px;
  height: 16px;
  background: url(/library_in/common/img/bg_suggest_tri.png) no-repeat;
  background-size: 23px auto;
}

.ui-widget li {
  list-style: none;
}

.ui-widget li a {
  display: block;
  color: #333;
  text-decoration: none;
  padding: 14px 16px;
  border-bottom: 1px solid #e2e2e2;
}

.ui-widget li:last-child a {
  border: none;
}

.sug_element {
  border-left: 0px   solid #C8C8C8 !important;
  border-right: 0px  solid #C8C8C8 !important;
}

.sug_element:hover, .current_element {
  color: #000000 !important;
  background-color: #ECF5FA;
  font-weight: bold;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
}

.sug_list {
  position: absolute !important;
  /*top: 158px;*/
  /*left: 50%;*/
  font-size: 1.6rem !important;
  text-align: left !important;
  background-color: #fff !important;
  border-radius: 15px !important;
  border: 1px solid #e2e2e2 !important;
  box-shadow: 0px 0px 10px 0px #bababa !important;
  /*margin-left: -380px;*/
  /*overflow:hidden;*/
}

.sug_list::before {
  content: '';
  position: absolute;
  top: -15px;
  left: 25px;
  display: block;
  width: 23px;
  height: 16px;
  background: url(/library_in/common/img/bg_suggest_tri.png) no-repeat;
  background-size: 23px auto !important;
}

.sug_list li {
  /*border-bottom:initial !important;
  border-left:initial !important;
  border-right:initial !important;*/
  list-style: none !important;
}

.sug_list li a {
  display: block !important;
  color: #333 !important;
  text-decoration: none !important;
  padding: 14px 16px !important;
  /*border-bottom: 1px solid #e2e2e2 !important;*/
}

/*.sug_list li:last-child a {
  border: none;
}
.v2_searchMain .v2_suggest {
  position: absolute;
  top: 86px;
  left: 50%;
  width: 90%;
  font-size: 1.4rem;
  text-align: left;
  background-color: #fff;
  border-radius: 15px;
  border: 1px solid #e2e2e2;
  box-shadow: 0px 0px 10px 0px #bababa;
  margin-left: -45%;
}
.v2_searchMain .v2_suggest::before {
  content: '';
  position: absolute;
  top: -15px;
  left: 25px;
  display: block;
  width: 23px;
  height: 16px;
  background: url(/library_in/common/img/bg_suggest_tri.png) no-repeat;
  background-size: 23px auto;
}
.v2_searchMain .v2_suggest li {
  list-style: none;
}
.v2_searchMain .v2_suggest li a {
  display: block;
  color: #333;
  text-decoration: none;
  padding: 14px 16px;
  border-bottom: 1px solid #e2e2e2;
}
.v2_searchMain .v2_suggest li:last-child a {
  border: none;
}

.v2_searchArea {
  padding: 23px 0 0;
}
.v2_searchArea legend {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 1.6rem;
  font-weight: bold;
  color: #333;
  padding-bottom: 15px;
  border-bottom: 1px solid #e2e2e2;
}
.v2_searchArea ul {
  width: 100%;
  text-align: left;
  list-style: none;
  margin: 0 auto;
}
.v2_searchArea li {
  display: -webkit-flex; // Safari
  display: flex;
  font-size: 1.6rem;
  padding: 14px 0 14px 2.6vw;
  border-bottom: 1px solid #e2e2e2;
}
*/
.v2_searchMain label {
  cursor: pointer;
}

.v2_searchMain input[type="checkbox"] {
  width: 20px;
  height: 20px;
  background-color: #fff;
  border: 1px solid #c5d7dd;
  margin-right: 7px;
}

.v2_searchMain input[type="checkbox"]:checked {
  background: #fff url(/library_in/common/img/icon_checkbox_check.png) no-repeat 2px 3px;
  background-size: 15px auto;
}

.v2_searchMain .v2_btnSubmit {
  padding: 15px 0;
}

.v2_searchMain .v2_btnSubmit input {
  display: block;
  width: 94.7vw;
  height: 50px;
  font-size: 1.6rem;
  font-weight: bold;
  color: #fff;
  background: #00467e url(/library_in/common/img/icon_search_white.png) no-repeat 31vw center;
  background-size: 25px auto;
  margin: 0 auto;
}

.v2_resultMain {
  padding: 0 3.2vw 42px;
}

.v2_resultMain h2,
.v2_resultMain .v2_small,
.v2_resultMain .v2_pic {
  display: none;
}

.v2_resultNumber {
  font-size: 1.4rem;
  line-height: 1.5;
  background-color: #edf6f9;
  border: 1px solid #00a3d9;
  padding: 10px 14px;
  margin-bottom: 20px;
}

.v2_resultMain .v2_block {
  border-bottom: 1px solid #e2e2e2;
  margin-bottom: 15px;
}

.v2_resultMain .v2_txt mark {
  font-style: normal;
  background-color: #fbff2e;
  padding: 0 2px;
}

.v2_resultMain .v2_txt h3,
.v2_resultMain .v2_txt p {
  font-size: 1.4rem;
  font-weight: normal;
  line-height: 1.4;
  margin-bottom: 20px;
}

.v2_resultMain .v2_txt .v2_link {
  margin-bottom: 15px;
}

.v2_resultMain .v2_resultPdfBox {
  display: none;
}

.v2_resultMain .v2_pagination ul {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  list-style: none;
  margin-bottom: 15px;
}

.v2_resultMain .v2_pagination li {
  margin: 0 2px;
}

.v2_resultMain .v2_pagination li,
.v2_resultMain .v2_pagination li a {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  width: 24px;
  height: 24px;
  font-size: 1rem;
  font-weight: bold;
  border: 1px solid #ccc;
  border-radius: 3px;
}

.v2_resultMain .v2_pagination li a {
  -webkit-box-pack: center;
          justify-content: center;
  position: relative;
  width: 100%;
  border: none;
  -webkit-transition: background-color .3s;
  transition: background-color .3s;
}

.v2_resultMain .v2_pagination .v2_current {
  color: #fff;
  background-color: #00467e;
}

.v2_resultMain .v2_pagination .v2_btnPrev,
.v2_resultMain .v2_pagination .v2_btnNext {
  width: 95px;
}

.v2_resultMain .v2_pagination .v2_btnPrev {
  margin-right: 10px;
}

.v2_resultMain .v2_pagination .v2_btnNext {
  margin-left: 10px;
}

.v2_resultMain .v2_pagination .v2_btnPrev a::before,
.v2_resultMain .v2_pagination .v2_btnNext a::before {
  content: '';
  position: absolute;
  top: 50%;
  right: 7px;
  display: block;
  width: 4px;
  height: 7px;
  background: url(/library_in/common/img/icon_arrow_blue.png) no-repeat;
  background-size: 4px auto;
  margin-top: -3px;
}

.v2_resultMain .v2_pagination .v2_btnPrev a::before {
  right: inherit;
  left: 7px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.v2_resultSide {
  padding: 19px 0 21px;
}

.v2_resultSide h3 {
  display: none;
}

.v2_resultSide .v2_block {
  position: relative;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
          align-items: center;
  border: 1px solid #ccc;
  border-bottom: none;
  padding: 8px 50px 8px 9px;
}

.v2_resultSide .v2_block::before {
  content: '';
  display: none;
  position: absolute;
  top: 50%;
  right: 21px;
  width: 34px;
  height: 28px;
  background: url(/en/search_results/img/icon_pc.png) no-repeat;
  background-size: 34px auto;
  margin-top: -14px;
}

.v2_resultSide .v2_block:last-of-type {
  border-bottom: 1px solid #ccc;
}

.v2_resultSide .v2_pic {
  margin-right: 10px;
}

.v2_resultSide .v2_pic a {
  position: relative;
  display: block;
  width: 81px;
  margin: 0 auto;
}

.v2_resultSide .v2_pic img {
  display: block;
  width: 81px;
  height: auto;
  border: 1px solid #999;
}

.v2_resultSide .v2_txt {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.5;
}

/*---------------------------------------------------
line_station
--------------------------------------------------- */
#v2_popular {
  display: none;
}

#v2_searchStation .v2_formBtnRight {
  position: relative;
}

#v2_searchStation input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
}

#v2_searchStation input::-ms-clear {
  visibility: hidden;
}

#v2_searchStation input[type="text"] {
  display: block;
  width: 94.7%;
  height: 50px;
  font-size: 1.6rem;
  border-radius: 25px;
  border: 1px solid #9bafb5;
  background: #fff;
  /* url(/library_in/common/img/icon_search.png) no-repeat 82.6vw 10px*/
  background-size: 25px auto;
  padding: 0 20px;
  margin: 0 auto;
}

#v2_searchStation .v2_gnavInr2 {
  position: relative;
}

#v2_searchStation .v2_formBtnRightSubmitBtn {
  position: absolute;
  top: 12px;
  left: 86.6vw;
  width: 25px;
  height: 25px;
  background: url(/library_in/common/img/icon_search.png) no-repeat;
  background-size: 25px auto;
  text-indent: -9999px;
  cursor: pointer;
}

#v2_searchStation input[type="text"]:hover,
#v2_searchStation input[type="text"]:focus {
  background-position: 728px 9px;
  padding-left: 19px;
  border: 2px solid #00a3d9;
}

#v2_searchStation .v2_linkBlank {
  text-align: center;
}

#v2_searchStation .v2_linkBlank a {
  display: inline-block;
  background: none;
  padding-left: 0;
  margin-top: 10px;
}

#v2_searchStation .v2_suggest {
  position: absolute;
  top: 62px;
  left: 50%;
  width: 90%;
  font-size: 1.4rem;
  text-align: left;
  background-color: #fff;
  border-radius: 15px;
  border: 1px solid #e2e2e2;
  box-shadow: 0px 0px 10px 0px #bababa;
  margin-left: -45%;
  z-index: 2;
}

#v2_searchStation .v2_suggest::before {
  content: '';
  position: absolute;
  top: -15px;
  left: 25px;
  display: block;
  width: 23px;
  height: 16px;
  background: url(/library_in/common/img/bg_suggest_tri.png) no-repeat;
  background-size: 23px auto;
}

#v2_searchStation .v2_suggest li {
  list-style: none;
}

#v2_searchStation .v2_suggest li a {
  display: block;
  color: #333;
  text-decoration: none;
  padding: 14px 16px;
  border-bottom: 1px solid #e2e2e2;
}

#v2_searchStation .v2_suggest li:last-child a {
  border: none;
}

#v2_lineStation .v2_relatedLinksCard {
  padding: 0 2.6vw;
}

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

.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: flex;
}

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

.v2_topRoute ul.v2_topRouteList .v2_topRouteBtn {
  width: 100%;
  display: -webkit-box;
  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 li:first-child {
  margin-top: 0;
}

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

.v2_linkIcon, .v2_linkIconWhite {
  padding-left: 14px;
}

.v2_linkIcon:before, .v2_linkIconWhite:before {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-left: -14px;
  background: url(/library/common/img/icon_link_arrow_black.png) no-repeat center;
  background-size: 4px 8px;
  vertical-align: middle;
}

.v2_topStationName::after {
  content: '';
  display: block;
  width: 23px;
  height: 10px;
  background: url(../img/icon_blank_gray.png) no-repeat center;
  background-size: contain;
  margin-top: 5px;
}

/* ----------------------------------------------------------
    js
---------------------------------------------------------- */
/* ----------------------------------------------------------
    Unkou Top
---------------------------------------------------------- */
.v2_topPromptReport {
  display: none;
}

.v2_topLayout {
  display: -webkit-box;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-flex-direction: column;
  flex-direction: column;
}

.v2_topLayout .v2_topMainVisual {
  -webkit-box-ordinal-group: 6;
  -moz-order: 5;
  order: 5;
}

.v2_topLayout .v2_topRoute {
  -webkit-box-ordinal-group: 3;
  -moz-order: 2;
  order: 2;
}

.v2_topLayout .v2_topSearchStation {
  -webkit-box-ordinal-group: 2;
  -moz-order: 1;
  order: 1;
}

.v2_topLayout .v2_topLinkSp {
  -webkit-box-ordinal-group: 4;
  -moz-order: 3;
  order: 3;
}

.v2_topLayout .v2_topInformation {
  -webkit-box-ordinal-group: 5;
  -moz-order: 4;
  order: 4;
}

.v2_topLayout .v2_topTopics {
  -webkit-box-ordinal-group: 8;
  -moz-order: 7;
  order: 7;
}

.v2_topLayout .v2_topEnjoy {
  -webkit-box-ordinal-group: 7;
  -moz-order: 6;
  order: 6;
}

.v2_topLayout .v2_topRecommend {
  -webkit-box-ordinal-group: 9;
  -moz-order: 8;
  order: 8;
}

.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: #eef6f9;
  padding-top: 18px;
  padding-bottom: 13px;
}

.v2_topRoute ul.v2_topRouteList {
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -webkit-box-lines: multiple;
  flex-wrap: wrap;
  font-size: 12px;
  font-size: 1rem;
  padding: 0 17px;
  box-sizing: border-box;
}

.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 ul.v2_topRouteList .v2_topRouteBtn a::after {
  content: '';
  display: inline-block;
  width: 10px;
  height: 8px;
  background: url(/library_in/common/img/icon_blank_blue.png) no-repeat right center;
  background-size: 10px auto;
  vertical-align: text-top;
  margin-left: 3px;
}

.v2_topRoute .v2_headingH2 {
  display: none;
}

.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: 30px;
}

.v2_topListBnr li {
  margin-top: 6px;
}

.v2_topListBnr li.v2_topListBnrL {
  width: 50%;
  padding-right: 3px;
  float: left;
}

.v2_topListBnr li.v2_topListBnrR {
  width: 50%;
  padding-left: 3px;
  float: right;
}

.v2_topLinkSp li {
  display: -webkit-box;
  display: flex;
}

.v2_topLinkSp li a {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  -moz-align-items: center;
  align-items: center;
}

/*---------------------------------------------------
#v2_spot
--------------------------------------------------- */
#v2_spot .v2_relatedLinksCard {
  padding: 0 2.6vw;
}

#v2_spot .v2_relatedLinksCard a:nth-child(2) .v2_pic {
  width: 57.4%;
}

#v2_spot .v2_relatedLinksCard a:nth-child(4) .v2_pic {
  width: 46.3%;
}

#v2_metroArea .v2_wrapper {
  padding: 0 2.6vw;
}

#v2_metroArea .v2_pic {
  position: relative;
  margin-bottom: 5px;
}

#v2_metroArea .v2_pic::before, #v2_metroArea .v2_pic::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -1px;
  display: block;
  width: 49px;
  height: 2px;
  background-color: #00a3d9;
}

#v2_metroArea .v2_pic::after {
  width: calc(100% - 50px);
  left: 50px;
  background-color: #00467e;
}

#v2_metroArea h4 {
  font-size: 1.6rem;
  font-weight: bold;
  background: url(/library_in/common/img/icon_arrow_blue.png) no-repeat left 5px;
  background-size: 7px auto;
  padding: 0 0 0 15px;
  margin: 0 0 5px;
}

#v2_metroArea h4::after {
  content: '';
  display: inline-block;
  width: 12px;
  height: 10px;
  background: url(/library_in/common/img/icon_blank_gray.png) no-repeat;
  background-size: 12px auto;
  margin-left: 5px;
}

#v2_metroArea p {
  font-size: 1.4rem;
  line-height: 1.6;
  color: #000;
  margin-bottom: 15px;
}

#v2_otherArea .v2_wrapper {
  padding: 0 2.6vw;
}

#v2_otherArea .v2_link {
  position: relative;
  display: block;
  margin-bottom: 15px;
}

#v2_otherArea .v2_link .v2_pic {
  position: relative;
  width: 100%;
  background-color: #000;
}

#v2_otherArea .v2_pic img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

#v2_otherArea .v2_txt {
  position: absolute;
  bottom: 0;
  width: 94.8vw;
  font-size: 1.4rem;
  font-weight: bold;
  color: #fff;
  text-align: center;
  background-color: rgba(111, 120, 123, 0.8);
  padding: 4px 0;
}

#v2_otherArea .v2_txt::after {
  content: '';
  position: absolute;
  right: 13px;
  top: 50%;
  width: 12px;
  height: 10px;
  background: url(../img/icon_blank.png) no-repeat;
  background-size: contain;
  margin-top: -5px;
}

/*---------------------------------------------------
#v2_subwayMap
--------------------------------------------------- */
#v2_subwayMap .v2_relatedLinksCard {
  padding: 0 2.6vw;
}

#v2_downloads h2,
#v2_about h2 {
  margin-bottom: 12px;
}

#v2_downloads .v2_wrapper {
  padding: 0 2.6vw;
}

#v2_downloads .v2_lead,
#v2_about .v2_lead {
  margin-bottom: 20px;
}

#v2_downloads .v2_link {
  display: block;
  border-top: 1px solid #ccc;
  border-radius: 3px;
  padding: 15px 2.5%;
  box-sizing: border-box;
}

#v2_downloads .v2_wrapper:last-of-type .v2_link:last-child {
  border-bottom: 1px solid #ccc;
}

#v2_downloads .v2_link p {
  position: relative;
  display: block;
  font-size: 1.4rem;
  line-height: 1.5;
  font-weight: bold;
  text-indent: -12px;
  padding: 0;
  margin-left: 3%;
}

#v2_downloads .v2_link p::before {
  content: '';
  display: inline-block;
  width: 7px;
  height: 12px;
  background: url(/library_in/common/img/icon_arrow_blue.png) no-repeat;
  background-size: contain;
  margin-right: 5px;
}

#v2_downloads .v2_link p::after {
  content: '';
  display: inline-block;
  width: 17px;
  height: 17px;
  background: url(/library_in/common/img/icon_pdf.png) no-repeat;
  background-size: contain;
  vertical-align: middle;
  margin-left: 7px;
}

#v2_downloads .v2_link .v2_normal {
  font-size: 1.4rem;
  font-weight: normal;
}

#v2_about .v2_wrapper {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
          justify-content: space-between;
  background-color: #edf6f9;
  font-size: 1.2rem;
  padding: 18px 17px 13px;
  box-sizing: border-box;
}

#v2_about .v2_link {
  display: block;
  width: 29.3%;
  background-color: #fff;
  text-align: center;
  padding: 12px 5px;
  margin: 0 5px 0 6px;
  box-sizing: border-box;
}

#v2_about .v2_link:nth-child(n + 4) {
  margin-top: 9px;
}

#v2_about .v2_link .v2_pic {
  margin-bottom: 3px;
}

#v2_about .v2_link .v2_pic img {
  width: 20px;
}

#v2_about .v2_link p {
  padding: 0;
  line-height: 1.2;
}

#v2_about .v2_link p::after {
  content: '';
  display: inline-block;
  width: 10px;
  height: 8px;
  background: url(/library_in/common/img/icon_blank_blue.png) no-repeat right center;
  background-size: 10px auto;
  vertical-align: text-top;
  margin-left: 3px;
}

/*
#v2_about .v2_wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  background-color: #edf6f9;
  padding: 15px 10px;
  margin: 50px 0 0;
}
#v2_about .v2_link::after {
  content: '';
  position: absolute;
  bottom: 8px;
  right: 8px;
  display: block;
  width: 12px;
  height: 10px;
  background: url(../img/icon_blank_gray.png) no-repeat;
  background-size: contain;
}

#v2_about .v2_link:nth-child(7),
#v2_about .v2_link:nth-child(8),
#v2_about .v2_link:nth-child(9) {
  margin-bottom: 0;
}
#v2_about .v2_link .v2_pic {
  width: 40px;
  margin-right: 14px;
}
#v2_about .v2_link .v2_pic img {
  width: 100%;
  height: auto;
}
#v2_about .v2_link p {
  font-size: 1.6rem;
  font-weight: bold;
  color: #000;
}
*/
/*---------------------------------------------------
#v2_fareTrans
--------------------------------------------------- */
#v2_fareTrans,
#v2_fareTransResult {
  padding-right: 2.6vw;
  padding-left: 2.6vw;
}

#v2_fareTrans .v2_linkTab li a {
  font-size: 1.1rem;
}

#v2_fareTrans .v2_formBtnRightInput,
#v2_fareTrans .v2_transitBtnList li a,
#v2_fareTrans .v2_transitSelect,
#v2_fareTrans .v2_transitBtnList li .v2_transitBtnLabel {
  font-size: 1.4rem;
}

#v2_fareTrans .v2_formBtnRightSubmitBtn,
#v2_fareTrans .v2_txtBold {
  font-size: 1.2rem;
}

#v2_fareTrans .v2_btnLCenter,
#v2_fareTransResult .v2_btnLCenter {
  font-size: 1.2rem;
}

#v2_fareTrans .v2_fontSPc,
#v2_fareTransResult .v2_fontSPc {
  font-size: 1.2rem !important;
}

#v2_fareTrans .v2_txtNote,
#v2_fareTransResult .v2_txtNote {
  font-size: 1rem;
  line-height: 1.5;
}

/*
#v2_fareTrans ul.v2_listInline.v2_txtR li {
  font-size: 1.2rem;
}
*/
.v2_js-fTtrain {
  display: none;
}

/*---------------------------------------------------
#v2_fareTransResult
--------------------------------------------------- */
#v2_fareTransResult .v2_transitConditions {
  box-sizing: border-box;
}

#v2_fareTransResult .v2_wideArea {
  margin-right: -2.6vw;
  margin-left: -2.6vw;
}

#v2_fareTransResult .v2_linkTab li a {
  font-size: 1.1rem;
}

#v2_fareTransResult .v2_transitConditions p {
  font-size: 1.2rem;
}

#v2_fareTransResult .v2_transitConditions p.v2_transitConditionsCaption {
  font-size: 2.4rem;
}

#v2_fareTransResult .v2_txtCSp,
#v2_fareTransResult .v2_txtNowrap,
#v2_fareTransResult .v2_lineTime,
#v2_fareTransResult .v2_detailStation,
#v2_fareTransResult .v2_detailLink p,
#v2_fareTransResult .v2_lineUnkou,
#v2_fareTransResult .v2_lineFare,
#v2_fareTransResult .v2_detailDirect,
#v2_fareTransResult .v2_transitResultHeader p,
#v2_fareTransResult .v2_transitResultTable th,
#v2_fareTransResult .v2_transitResultTable td {
  font-size: 1.2rem;
}

#v2_fareTransResult .v2_transitResultHeader p,
#v2_fareTransResult .v2_lineDataInr {
  line-height: 1.3;
}

#v2_fareTransResult .v2_transitResultTable {
  margin-bottom: 0;
}

#v2_fareTransResult .v2_js-linkTab .v2_linkTabBody .v2_transitResult .v2_transitResultBody .v2_js-clickTooltipBody {
  font-size: 200% !important;
}

/*========================
  ADD STYLE 08/06/2018
========================*/
.v2_BoxTxt {
  list-style: none;
  padding: 10px;
  border: 1px #b2b2b2 solid;
}

.v2_BoxTxt > li {
  background: none;
  padding-left: 0;
}

/*========================
  ADD STYLE 11/29/2019
========================*/
#Where_to_buy > .v2_js-accordionBody > .v3_wysiwyg > p {
  margin-bottom: 10px;
}

.v3_wysiwyg a {
  background: url(/library_in/common/img/icon_arrow_blue.png) no-repeat left 5px;
  background-size: 7px auto;
  display: block;
  padding: 0 0 0 15px;
}

.v3_wysiwyg a[target="_blank"]::after {
  background: url(/library_in/common/img/icon_blank_gray.png) no-repeat right center;
  background-size: 12px auto;
  content: '';
  display: inline-block;
  height: 10px;
  margin-left: 6px;
  width: 12px;
}

.v3_wysiwyg table {
  font-size: 1.4rem;
}

.v3_wysiwyg ul {
  font-size: 1.3rem;
  list-style: none;
  margin-bottom: 7px;
  padding: 10px 2.6vw;
}

.v3_wysiwyg ul li {
  background: url(/library_in/common/img/icon_list.png) no-repeat left 17px;
  background-size: 6px auto;
  line-height: 1.6;
  margin-bottom: 10px;
  padding-left: 11px;
}

.v3_wysiwyg ul li a {
  background: none;
  padding: 0;
}

.v3_wysiwyg ul li a[target="_blank"]::after {
  content: none;
}

@media screen and (max-width: 340px) {
  .v2_seen .v2_block p {
    font-size: 1.2rem;
  }
}

/*========================
  PWA
========================*/
.pwaArea {
  position: fixed;
  width: 100vw;
  left: 0;
  bottom: 20px;
  z-index: 1000;
}

.pwaBtnBack {
  display: none;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 80px;
  height: 45px;
  border: 2px solid #fff;
  border-left: none;
  border-radius: 0 4px 4px 0;
  background: #e1e4e7;
  text-indent: -500px;
}

.pwaBtnBack::after {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  content: "";
  width: 10px;
  height: 10px;
  border-left: 2px solid #555;
  border-top: 2px solid #555;
  transform: rotate(-45deg) translate3d(-5px, -10px, 0);
  transform-origin: top;
}

/* "add to HomeScreen" balloon (use javascript library) */
.ath-viewport {
	position: relative;
	z-index: 2147483641;
	pointer-events: none;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	text-size-adjust: none;
}

.ath-modal {
	pointer-events: auto !important;
	background: rgba(0,0,0,0.6);
}

.ath-mandatory {
	background: #000;
}

.ath-container {
	pointer-events: auto !important;
	position: fixed;
	bottom: 1.8em;
  z-index: 2147483641;
  display: flex;
  align-items: center;
  width: calc(100vw - 30px);
  height: 76px;
  margin: 0 15px;
  padding: 0 0 0 70px;
  background: #004577;
  border: 3px solid #fff;
  border-radius: 2px;
  color: #fff;
  font-size: 15px;
  font-family: "Myriad Pro", sans-serif;
  text-align: left;
}

.ath-container small {
	font-size: 0.8em;
	line-height: 1.3em;
	display: block;
	margin-top: 0.5em;
}

/* close icon */
.ath-mandatory .ath-container:before {
	display: none;
}

/* applied only if the application icon is shown */
.ath-container p {
	margin: 0;
	position: relative;
  display: inline;
  flex: 1;
  padding-right: 10px;
  line-height: 1.2;
}

.ath-phone:after {
	position: absolute;
  bottom: -13px;
  left: 50%;
  display: block;
  content: "";
  width: 20px;
  height: 20px;
  background: #004577;
  border-left: 2.5px solid #fff;
  border-bottom: 2.5px solid #fff;
  transform: rotate(-45deg);
  margin-left: -12px;
}

@media only screen and (orientation: landscape) {
	.ath-container.ath-phone {
		width: 24em;
	}

	.ath-android.ath-phone {
		margin-left: -12em;
	}

	.ath-ios.ath-phone {
		margin-left: -12em;
	}
}

.pwaBtnAdd {
  position: relative;
  display: none;
  margin: 0 15px;
  width: calc(100vw - 30px);
  height: 76px;
  padding: 0 24px 0 70px;
  background: #004577;
  border: 3px solid #fff;
  border-radius: 2px;
  color: #fff;
  font-size: 15px;
  font-family: "Myriad Pro", sans-serif;
  text-align: left;
}

.ath-container::before {
  position: absolute;
  top: 10px;
  left: 10px;
  display: block;
  content: "";
  width: 50px;
  height: 50px;
  background: url(/library_in/common/img/logo_ballon.png) no-repeat 0 0;
  background-size: 100% auto;
}

.ath-container p::before,
.ath-container p::after {
  position: absolute;
  top: 50%;
  right: 10px;
  display: block;
  content: "";
  width: 15px;
  border-top: 2px solid #fff;
}

.ath-container p::before {
  transform: rotate(45deg);
}

.ath-container p::after {
  transform: rotate(-45deg);
}
