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

body {
  font-size: 1.6rem;
  font-family: Helvetica, Arial, "sans-serif";
  line-height: 1;
  color: #333;
  word-break: normal;
  word-wrap: break-word;
  padding-top: 144px;
}

* {
  box-sizing: border-box;
}

a {
  text-decoration: none;
}

a, a:hover {
  color: #00467e;
}

a:hover {
  text-decoration: underline;
}

em {
  font-style: normal;
}

.v2_showSp {
  display: none !important;
}

.v2_w60pPc {
  width: 60%;
}

.v2_w30pPc {
  width: 30%;
}

.v2_w40pPc {
  width: 40%;
}

.v2_w60pPc img,
.v2_w30pPc img {
  width: 100%;
  height: auto;
}

/*---------------------------------------------------
padding
--------------------------------------------------- */
.v2_pb50 {
  padding-bottom: 50px;
}

.v2_pb20 {
  padding-bottom: 20px;
}

.v2_pb45 {
  padding-bottom: 45px;
}

.v2_pb80 {
  padding-bottom: 80px;
}

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

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

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

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

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

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

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

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

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

.v2_mgAuto {
  margin: 0 auto !important;
}

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

.v2_small {
  font-size: 1.4rem;
  text-indent: -18px;
  padding-left: 18px;
}

.v2_smallNoIndent {
  font-size: 1.4rem;
  text-indent: 0;
  padding-left: 0;
}

.v2_note {
  display: -webkit-inline-box;
  display: inline-flex;
}

.v2_note span:first-child {
  -webkit-box-flex: 1;
          flex: 1 0 auto;
  margin-right: 3px;
}

.v2_note span:last-child {
  -webkit-box-flex: 1;
          flex: 1 1 auto;
}

/*---------------------------------------------------
v2_btn,v2_btnL,v2_btnS
--------------------------------------------------- */
a.v2_btnL {
  display: block;
  width: 100%;
}

a.v2_btn, a.v2_btnS, a.v2_btnL {
  display: inline-block;
  background-color: #00467e;
  padding: 22px 10px 20px 20px;
}

a.v2_btn:not(.v2_btnGray), a.v2_btnS:not(.v2_btnGray), a.v2_btnL:not(.v2_btnGray) {
  color: #fff;
  background: url(/library/common/img/icon_link_arrow_white.png) #00467e no-repeat 10px center;
  background-size: 4px 8px;
}

a.v2_btn:hover, a.v2_btnS:hover, a.v2_btnL:hover {
  background-color: #2168a3;
  text-decoration: none;
}

/*---------------------------------------------------
box layout
--------------------------------------------------- */
/* .v2_boxPicCol2
--------------------------------------------------- */
.v2_boxPicCol2 {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: start;
          justify-content: flex-start;
}

.v2_boxPicCol2 .v2_pic {
  margin-right: 30px;
}

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

.v2_boxPicCol2 .v2_txt {
  -webkit-box-flex: 1;
          flex: 1;
}

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

.v2_boxTxtCol2 .v2_block {
  width: 50%;
}

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

#v2_app .v2_boxTxtCol2 .v2_block {
  width: calc(50% - 3px);
  text-align: center;
  background-color: #fff;
  border-radius: 6px;
  padding-bottom: 20px;
}

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

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

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

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

/* .v2_boxPicRow1
--------------------------------------------------- */
.v2_boxPicRow1 {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
}

.v2_boxPicRow1 .v2_pic {
  margin-right: 30px;
}

.v2_boxPicRow1 .v2_pic:last-child {
  margin-right: 0;
}

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

.v2_boxPicRow1.v2_boxW100p .v2_pic {
  -webkit-box-flex: 1;
          flex: 1;
}

/* .v2_boxPic2Row1
--------------------------------------------------- */
.v2_boxPic2Row1 {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
}

.v2_boxPic2Row1 .v2_pic {
  width: 34.4%;
  margin: 0 1.5%;
}

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

#v2_info .v2_boxPicRow1 .v2_pic img {
  height: 161px;
  width: auto;
}

#v2_app .v2_boxPicRow1 {
  -webkit-box-pack: start;
          justify-content: flex-start;
  flex-wrap: wrap;
}

#v2_app .v2_boxPicRow1 .v2_pic {
  width: 22%;
  margin-right: 4%;
}

#v2_app .v2_boxPicRow1 .v2_pic:nth-child(4n) {
  margin-right: 0;
}

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

.v2_blockCol2 .v2_block {
  width: 48%;
}

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

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

.v2_picLink a::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.1);
  opacity: 0;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
}

.v2_picLink a img {
  vertical-align: bottom;
}

.v2_picLink a:hover::after {
  opacity: 1;
}

/* .v2_linkBoxGrayCol3
--------------------------------------------------- */
.v2_linkBoxGrayCol3 {
  /* Safari */
  display: -webkit-box;
  display: flex;
  /* Safari */
  -webkit-box-pack: justify;
          justify-content: space-between;
  /* Safari */
  flex-wrap: wrap;
  max-width: 1146px;
  margin: 0 auto 80px;
}

.v2_linkBoxGrayCol3 a {
  display: block;
  width: 31.6%;
  min-height: 154px;
  color: #000;
  background: #f8f8f8 url(/en/ticket/img/icon_info_arrow.png) no-repeat 92.3% center;
  background-size: 11px auto;
  text-decoration: none;
  padding: 22px 60px 22px 30px;
  border-radius: 5px;
}

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

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

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

/*---------------------------------------------------
indexLink
--------------------------------------------------- */
/* .v2_linkIndexCol2
--------------------------------------------------- */
.v2_linkIndexCol2 {
  /* Safari */
  display: -webkit-box;
  display: flex;
  /* Safari */
  -webkit-box-pack: justify;
          justify-content: space-between;
  /* Safari */
  flex-wrap: wrap;
  max-width: 1146px;
  padding-bottom: 8px;
  margin: 0 auto;
}

.v2_linkIndexCol2 .v2_block {
  position: relative;
  width: 48.7%;
  padding: 34px 0 0;
  margin-bottom: 56px;
  overflow: hidden;
}

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

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

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

.v2_linkIndexCol2 .v2_block a:after {
  content: '';
  clear: both;
}

.v2_linkIndexCol2 .v2_pic {
  float: left;
  position: relative;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  width: 38.6%;
  height: 144px;
  background-color: #edf6f9;
}

.v2_linkIndexCol2 .v2_block:nth-child(1) .v2_pic img {
  width: 77%;
  height: auto;
}

.v2_linkIndexCol2 .v2_block:nth-child(2) .v2_pic img {
  width: 86.5%;
  height: auto;
}

.v2_linkIndexCol2 .v2_block:nth-child(3) .v2_pic img {
  width: 58.1%;
  height: auto;
}

.v2_linkIndexCol2 .v2_block:nth-child(4) .v2_pic img {
  width: 58.1%;
  height: auto;
}

.v2_linkIndexCol2 .v2_block:nth-child(5) .v2_pic img {
  width: 92.5%;
  height: auto;
}

.v2_linkIndexCol2 .v2_block:nth-child(6) .v2_pic img {
  width: 77.6%;
  height: auto;
}

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

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

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

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

#v2_tips_index .v2_support .v2_block:first-child .v2_pic {
  padding: 0;
}

#v2_tips_index .v2_support .v2_block:last-child .v2_pic {
  padding: 3px;
}

.v2_linkIndexCol2 .v2_txt {
  float: right;
  width: 61.4%;
  padding-left: 23px;
}

.v2_linkIndexCol2 .v2_block h3 {
  font-size: 2.3rem;
  color: #00467e;
  background: url(/library_in/common/img/icon_arrow_blue.png) no-repeat left 10px;
  background-size: 7px 12px;
  padding: 0 0 0 15px;
  margin-bottom: 15px;
}

.v2_linkIndexCol2 .v2_block p {
  font-size: 1.4rem;
  line-height: 1.6;
  padding: 0 13px 0 15px;
}

.v2_linkIndexCol2 .v2_block .v2_pic::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.1);
  opacity: 0;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
  z-index: 2;
}

.v2_linkIndexCol2 .v2_block a:hover .v2_pic::after {
  opacity: 1;
}

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

/* .v2_relatedLinksCard
--------------------------------------------------- */
.v2_relatedLinksCard .v2_wrapper {
  /* Safari */
  display: -webkit-box;
  display: flex;
  /* Safari */
  -webkit-box-pack: justify;
          justify-content: space-evenly;
  max-width: 1146px;
  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: 23.1%;
  min-height: 100px;
  text-decoration: none;
  color: #00467e;
  padding-left: 18px;
  border: 1px solid #ccc;
}

.v2_relatedLinksCard a::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.1);
  opacity: 0;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
}

.v2_relatedLinksCard a:hover::after {
  opacity: 1;
}

.v2_relatedLinksCard h3 {
  font-size: 1.6rem;
  line-height: 1.25;
  background: url(/library_in/common/img/icon_arrow_blue.png) no-repeat left 3px;
  background-size: 7px auto;
  padding-left: 16px;
}

.v2_relatedLinksCard .v2_pic {
  min-width: 30px;
}

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

.v2_relatedLinksCard a:nth-child(1) .v2_pic {
  width: 23.4%;
  margin-right: 4.9%;
}

.v2_relatedLinksCard a:nth-child(2) .v2_pic {
  width: 29.5%;
  margin-right: 4.1%;
}

.v2_relatedLinksCard a:nth-child(3) .v2_pic {
  width: 27%;
  margin-right: 8%;
}

.v2_relatedLinksCard a:nth-child(4) .v2_pic {
  width: 32.1%;
  margin-right: 5%;
}

#v2_tipsIndex .v2_relatedLinksCard a:nth-child(4) .v2_pic {
  width: 55%;
  margin-right: 5%;
}

.v2_relatedLinksCard.v2_tipsRelated a:nth-child(3) .v2_pic {
  width: 50%;
  margin-right: 3%;
}

/* .v2_relatedLinksText
--------------------------------------------------- */
.v2_relatedLinksText {
  display: -webkit-box;
  display: flex;
  width: 100%;
  border: 1px solid #dfdfdf;
}

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

.v2_relatedLinksText ul {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 13px 0 13px 35px;
}

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

/*---------------------------------------------------
article
--------------------------------------------------- */
article {
  max-width: 1280px;
  padding: 0 68px 120px;
  margin: 0 auto;
}

/*---------------------------------------------------
h1
--------------------------------------------------- */
h1 {
  position: relative;
  font-size: 4.2rem;
  color: #00467e;
  text-align: center;
  word-break: keep-all;
  padding-bottom: 20px;
  margin-bottom: 42px;
}

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

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

/*---------------------------------------------------
h2
--------------------------------------------------- */
h2 {
  font-size: 3.2rem;
  color: #00467e;
  text-align: center;
  line-height: 1.5;
  word-break: keep-all;
  margin-bottom: 48px;
}

/* .v2_h2Center
--------------------------------------------------- */
.v2_h2Center {
  font-size: 3.2rem;
  color: #00467e;
  text-align: center;
  margin: 80px 0 48px;
}

/* .v2_h2Line
--------------------------------------------------- */
.v2_h2Line {
  position: relative;
  text-align: left;
  padding-bottom: 15px;
  overflow: hidden;
  margin-bottom: 18px;
}

.v2_h2Line::before,
.v2_h2Line::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 160px;
  height: 3px;
  background-color: #00a3d9;
}

.v2_h2Line::after {
  width: 100%;
  left: 162px;
  background-color: #c5d7dd;
}

.v2_h2Line .v2_smallNoIndent {
  display: block;
  color: #333;
}

/*---------------------------------------------------
h3
--------------------------------------------------- */
h3 {
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.5;
  word-break: keep-all;
}

/* .v2_h3Center
--------------------------------------------------- */
.v2_h3Center {
  text-align: center;
  margin: 58px 0 32px;
}

/* .v2_h3Left
--------------------------------------------------- */
.v2_h3Left {
  text-align: left;
  margin: 58px 0 32px;
}

/*---------------------------------------------------
h4
--------------------------------------------------- */
h4 {
  line-height: 1.5;
}

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

p.v2_lead {
  max-width: 1146px;
  font-size: 1.8rem;
  line-height: 1.6;
  text-align: center;
  margin: 0 auto 80px;
}

/*---------------------------------------------------
.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 {
  display: block;
  background: url(/library_in/common/img/icon_arrow_blue.png) no-repeat left 4px;
  background-size: 7px auto;
  padding-left: 13px;
}

/* .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_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;
  background-size: 12px auto;
  margin-left: 5px;
}

/*---------------------------------------------------
.v2_listMark
--------------------------------------------------- */
.v2_listMark li {
  list-style: none;
  padding-left: 16px;
  text-indent: -16px;
}

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

/*---------------------------------------------------
.v2_contentsInr
--------------------------------------------------- */
.v2_contentsInr {
  width: 82.9%;
  box-sizing: border-box;
  margin: 0 auto;
}

.v2_contentsInr p,
.v2_contentsInr li {
  line-height: 1.5;
}

/*---------------------------------------------------
.v2_blockRect
--------------------------------------------------- */
.v2_blockRect {
  display: inline-block;
  width: 490px;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 20px;
  box-sizing: border-box;
}

/*---------------------------------------------------
.faq_lost
--------------------------------------------------- */
.v2_attentionSec {
  border: 1px solid #ff3300;
  color: #ff3300;
  padding: 5px;
}

.v2_noticeTxt02 {
  color: #ff3300;
}

a:hover.v2_hover {
  opacity: 0.9;
}

/*---------------------------------------------------
.v2_picCol1
--------------------------------------------------- */
.v2_picCol1 {
  text-align: center;
  margin-bottom: 80px;
}

.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;
  margin-bottom: 82px;
}

.v2_picCol3 .v2_block {
  width: 100%;
  text-align: center;
  margin-left: 29px;
}

.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;
  width: 100%;
}

.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 ul {
  /* Safari */
  display: -webkit-box;
  display: flex;
  /* Safari */
  -webkit-box-pack: center;
          justify-content: center;
  font-size: 1.6rem;
  list-style: none;
  margin: 80px 0 65px;
}

.v2_pageNav.v2_wrap ul {
  flex-wrap: wrap;
  -webkit-box-pack: center;
          justify-content: center;
}

.v2_contentsInr .v2_pageNav:first-child ul {
  margin-top: 0;
}

.v2_pageNav li {
  background: url(/library_in/common/img/icon_slash.png) no-repeat right center;
  background-size: 9px auto;
  padding: 0 32px 0 0;
  margin: 0 23px 15px 0;
}

.v2_pageNav li:last-child {
  background: none;
  padding-right: 0;
  margin-right: 0;
}

.v2_pageNav a {
  display: inline-block;
  background: url(/library_in/common/img/icon_link_down.png) no-repeat left 9px;
  background-size: 12px auto;
  padding-left: 24px;
}

/*---------------------------------------------------
.v2_localNav
--------------------------------------------------- */
.v2_localNav {
  width: 100%;
  background-color: #f4f4f4;
  padding: 30px 20px 16px;
  margin-bottom: 80px;
}

.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: 2px solid #cacaca;
  padding-right: 10px;
  margin: 0 10px 14px 0;
}

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

/*---------------------------------------------------
.v2_list
--------------------------------------------------- */
.v2_list {
  font-size: 1.6rem;
  list-style: none;
}

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

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

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

#v2_top article {
  max-width: 100%;
  padding: 0 0 120px;
}

#v2_top h1 {
  font-size: 4.6rem;
  color: #fff;
  text-shadow: 0 0 8px #00467e;
  padding: 171px 0 0;
  margin-bottom: 50px;
}

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

.v2_dateBox {
  /* Safari */
  display: -webkit-box;
  display: flex;
  /* Safari */
  -webkit-box-pack: center;
          justify-content: center;
  font-size: 2rem;
  min-height: 24px;
  font-weight: bold;
  text-shadow: 0 0 8px #00467e;
  letter-spacing: 0.05em;
  color: #fff;
}

.v2_dateBox .v2_date {
  margin-right: 25px;
}

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

.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.6rem;
}

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

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

.v2_searchKv {
  position: relative;
  padding-bottom: 30px;
}

.v2_searchKv input[type=text],
.v2_searchKv input[type=submit] {
  display: block;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
}

.v2_searchKv input[type=text] {
  width: 580px;
  height: 50px;
  font-size: 2.2rem;
  font-weight: bold;
  color: #00467e;
  background: #fff;
  border-radius: 25px;
  padding: 0 0 0 20px;
  margin: 0 auto;
}

.v2_searchKv input:placeholder-shown {
  color: #999;
}

.v2_searchKv input::-webkit-input-placeholder {
  color: #999;
}

.v2_searchKv input:-ms-input-placeholder {
  color: #999;
}

.v2_searchKv input::-moz-placeholder {
  color: #999;
}

.v2_searchKv input::-ms-input-placeholder {
  color: #999;
}

.v2_searchKv input::placeholder {
  color: #999;
}

.v2_searchKv input[type=submit] {
  position: absolute;
  top: 9px;
  left: 50%;
  width: 30px;
  height: 30px;
  background: url(/library_in/common/img/icon_header_search.png) no-repeat;
  background-size: 30px auto;
  margin-left: 244px;
  cursor: pointer;
}

.ui-widget {
  position: absolute;
  top: 158px;
  left: 50%;
  /*width: 556px;*/
  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: fixed !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 li:first-child a:hover{
  /*background-color: #fff !important;
  border-radius: 15px !important;
  border: 1px solid #e2e2e2; !important;
  /*box-shadow: 0px 0px 10px 0px #bababa !important;
}*/
.sug_list::before {
  content: '' !important;
  position: absolute !important;
  top: -15px !important;
  left: 25px !important;
  display: block !important;
  width: 23px !important;
  height: 16px !important;
  background: url(/library_in/common/img/bg_suggest_tri.png) no-repeat !important;
  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 !important;
}
/*.v2_searchKv .v2_suggest {
  position: absolute;
  top: 62px;
  left: 50%;
  width: 560px;
  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: -280px;
  z-index: 2;
}
.v2_searchKv .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_searchKv .v2_suggest li {
  list-style: none;
}
.v2_searchKv .v2_suggest li a {
  display: block;
  color: #333;
  text-decoration: none;
  padding: 14px 16px;
  border-bottom: 1px solid #e2e2e2;
}
.v2_searchKv .v2_suggest li:last-child a {
  border: none;
}*/
.v2_seen > p {
  font-size: 1.8rem;
  font-weight: bold;
  color: #fff;
  text-align: center;
  margin-bottom: 22px;
}

.v2_seen .v2_slider {
  /* Safari */
  display: -webkit-box;
  display: flex;
  /* Safari */
  -webkit-box-pack: center;
          justify-content: center;
}

.v2_seen .v2_block {
  position: relative;
  width: 140px;
  text-align: center;
}

.v2_seen .v2_icon {
  position: relative;
}

.v2_seen .v2_icon::after {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 92px;
  height: 92px;
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 46px;
  margin-left: -46px;
  opacity: 0;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
}

.v2_seen a:hover .v2_icon::after {
  opacity: 1;
}

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

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

/*---------------------------------------------------
.v2_topMain
--------------------------------------------------- */
.v2_topMain {
  display: block;
  position: relative;
  width: 100%;
  height: 680px;
  background-color: #000;
  -webkit-transition: background .2s;
  transition: background .2s;
  background-position: center;
}

.v2_topMain::after {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  display: block;
  width: 100%;
  height: 680px;
  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;
  background-size: cover;
}

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

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

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

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

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

/*---------------------------------------------------
.v2_headerBnr
--------------------------------------------------- */
.v2_headerBnr .v2_slider {
  width: 790px;
  padding: 30px 0 23px;
  margin: 0 auto 50px;
}

.v2_headerBnr .v2_slider .slick-prev {
  left: -50px;
}

.v2_headerBnr .v2_slider .slick-next {
  right: -50px;
}

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

.v2_headerBnr .slick-dots li,
.v2_headerBnr .slick-dots li button {
  width: 8px;
  height: 8px;
}

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

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

.v2_headerBnr .v2_slide a {
  display: block;
  background-color: #000;
}

.v2_headerBnr .v2_slide a img {
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
}

.v2_headerBnr .v2_slide a:hover img {
  opacity: .9;
}

.v2_headerBnrSp {
  display: none;
}

/*---------------------------------------------------
.v2_pickup
--------------------------------------------------- */
#v2_top .v2_pickup {
  max-width: 1280px;
  padding: 30px 68px 0;
  margin: 0 auto;
}

.v2_pickup h2 {
  height: 0;
  overflow: hidden;
  margin: 0;
}

.v2_pickup .v2_wrapper {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
          justify-content: space-between;
  flex-wrap: wrap;
  max-width: 1146px;
  margin: 0 auto 87px;
}

.v2_pickup .v2_block {
  position: relative;
  width: 31.6%;
  font-size: 1.8rem;
  text-align: center;
  margin-bottom: 22px;
}

.v2_pickup .v2_block:nth-child(4),
.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;
}

.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: 206px;
  background-color: #edf6f9;
  border-radius: 9px;
  z-index: -1;
  -webkit-transition: background .3s;
  transition: background .3s;
}

.v2_pickup .v2_block:hover::before {
  background-color: #dbe9ee;
}

.v2_pickup .v2_pic {
  width: 52.8%;
  margin: 0 auto 13px;
  -webkit-transition: padding .3s;
  transition: padding .3s;
  box-sizing: border-box;
}

.v2_pickup a:hover .v2_pic {
  padding: 3%;
}

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

.v2_pickup .v2_block a {
  display: block;
  color: #00467e;
  font-weight: bold;
  text-decoration: none;
  padding-bottom: 20px;
}

.v2_pickup .v2_block p {
  display: inline;
  word-break: keep-all;
  background: url(/library_in/common/img/icon_arrow_blue.png) no-repeat left center;
  background-size: 7px auto;
  padding-left: 17px;
}

.v2_pickup .v2_block ul {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-pack: center;
          justify-content: center;
  height: 206px;
}

.v2_pickup .v2_block li {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  min-height: 82px;
  list-style: none;
  background: url(/library_in/img/icon_pickup_06.png) no-repeat left center;
  background-size: 82px auto;
  padding-left: 98px;
  margin-bottom: 24px;
}

.v2_pickup .v2_block li:last-child {
  background: url(/library_in/img/icon_pickup_07.png) no-repeat left center;
  background-size: 82px auto;
  margin-bottom: 0;
}

.v2_pickup .v2_block li a {
  font-size: 1.6rem;
  color: #00467e;
  background: url(/library_in/common/img/icon_arrow_blue.png) no-repeat left center;
  background-size: 7px auto;
  padding: 30px 0 30px 16px;
}

.v2_pickup .v2_block:last-child a:hover {
  text-decoration: underline;
}

/*---------------------------------------------------
.v2_inr
--------------------------------------------------- */
.v2_inr {
  /* Safari */
  display: -webkit-box;
  display: flex;
  /* Safari */
  -webkit-box-pack: justify;
          justify-content: space-between;
  max-width: 1280px;
  padding: 0 68px;
  margin: 0 auto;
}

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

.v2_js-modalOpen {
  display: inline-block;
  background-color: #000;
  cursor: pointer;
  outline: none;
}

.v2_js-modalOpen.v2_txt {
  color: #333;
  background-color: transparent;
  padding-top: 5px;
}

.v2_js-modalOpen.v2_txt::before {
  content: url("/library_in/common/images/colorbox_ico_01.gif");
  vertical-align: middle;
  margin-right: 5px;
}

.v2_js-modalOpen img {
  display: block;
  vertical-align: bottom;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
}

.v2_js-modalOpen:hover img {
  opacity: .9;
}

/*---------------------------------------------------
.v2_grayBgTop
--------------------------------------------------- */
.v2_grayBgTop {
  background-color: #f8f8f8;
  padding: 60px 0;
}

.v2_grayBgTop .v2_leftCol {
  width: 65.8%;
}

.v2_grayBgTop .v2_rightCol {
  width: 31.6%;
}

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

/*---------------------------------------------------
.v2_movieBorder
--------------------------------------------------- */
/* .v2_contentsInr .v2_movieBorder {
  width: 46.72%;
} */

.v2_movieBorder {
  padding: 20px 30px;
  border: 1px solid #dae0e3;
  /* width: 38.72%; */
  width: 443px;
}

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

.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;
  -webkit-transition: opacity .2s linear;
  transition: opacity .2s linear;
}

.v2_movieThumb a:hover::before {
  opacity: .6;
}

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

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

.v2_notice li {
  list-style: none;
}

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

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

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

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

.v2_topics .v2_linkAll {
  position: absolute;
  top: 6px;
  right: 0;
}

.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 {
  /* Safari */
  display: -webkit-box;
  display: flex;
  border-bottom: 1px solid #e2e2e2;
  padding-bottom: 15px;
  margin-bottom: 15px;
}

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

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

.v2_topics dd a {
  display: block;
  font-size: 1.6rem;
  line-height: 1.5;
  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: 15px;
}

.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: 95.8%;
  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_topics .v2_btnMore a::after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.1);
  opacity: 0;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
}

.v2_topics .v2_btnMore a:hover::after {
  opacity: 1;
}

/*---------------------------------------------------
.v2_recommend
--------------------------------------------------- */
.v2_recommend {
  max-width: 1280px;
  padding: 0 19px;
  margin: 0 auto;
}

.v2_recommend .v2_slider {
  max-width: 1348px;
  padding: 0 34px;
  margin: 0 auto;
}

.v2_recommend .v2_slide {
  width: 264px;
  margin: 0 15px;
}

.v2_recommend .v2_slide a {
  display: block;
  background-color: #000;
}

.v2_recommend .v2_slide img {
  width: 100%;
  height: auto;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
}

.v2_recommend .v2_slide a:hover img {
  opacity: .9;
}

/*---------------------------------------------------
.v2_table
--------------------------------------------------- */
.v2_table {
  width: 100%;
  border-top: 1px solid #ccc;
}

.v2_table th {
  font-size: 1.6rem;
  font-weight: bold;
  text-align: left;
  word-break: keep-all;
  background-color: #f4f4f4;
}

.v2_table tbody th {
  width: 236px;
}

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

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

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

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

/* .v2_tableGrid
--------------------------------------------------- */
.v2_tableGrid {
  table-layout: fixed;
}

.v2_tableGrid td {
  width: 290px;
  border: 1px solid #ccc;
  vertical-align: middle;
  padding: 15px 10px 15px 0;
  box-sizing: border-box;
}

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

.v2_tableGrid td p {
  width: 100%;
  -webkit-box-flex: 1;
          flex: 1;
}

.v2_tableGrid td .v2_pic {
  width: 90px;
  text-align: center;
}

.v2_tableGrid td img {
  vertical-align: middle;
}

/*---------------------------------------------------
.v2_ticketChikatoku
--------------------------------------------------- */
.v2_ticketChikatoku {
  word-break: break-all;
  padding: 30px 46px;
  margin-bottom: 80px;
}

.v2_ticketChikatoku {
  background-color: #dae0e3;
}

.v2_txtC {
  font-size: 1.4rem;
  text-align: center !important;
}

.v2_ticketChikatokuInr {
  display: table;
  width: 100%;
}

.v2_ticketChikatokuCopy {
  display: table-cell;
  width: 38.1%;
  vertical-align: middle;
}

.v2_ticketChikatokuImg {
  max-width: 424px;
}

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

.v2_ticketChikatokuDetail {
  display: table-cell;
  vertical-align: middle;
  width: 61.9%;
  padding-left: 30px;
}

.v2_ticketChikatokuDetail .v2_btnL {
  font-size: 14px;
  font-size: 1rem;
}

.v2_ticketChikatokuTxt {
  font-weight: bold;
  font-size: 18px;
  font-size: 1.8rem;
  margin-bottom: 8px;
}

.v2_ticketChikatokuInr {
  display: table;
  width: 100%;
}

.v2_ticketChikatokuDetail .v2_btnL {
  font-size: 1.4rem;
}

.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 {
  width: 100%;
  max-width: 100%;
  padding: 0 0 120px;
}

#v2_results h1 {
  margin-bottom: 60px;
}

.v2_searchMain {
  position: relative;
  background-color: #edf6f9;
}

.v2_searchMain h2 {
  font-size: 2.8rem;
  width: 100%;
  padding: 38px 0 28px;
  margin: 0;
}

.v2_searchMain .v2_inputWrapper {
  position: relative;
}

.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: 784px;
  height: 54px;
  font-size: 2.2rem;
  border-radius: 27px;
  border: 2px solid #9bafb5;
  background: #fff;
  padding: 0 20px;
  margin: 0 auto;
}

.v2_searchMain input[type=submit] {
  position: absolute;
  top: 11px;
  left: 50%;
  width: 30px;
  height: 30px;
  background: url(/library_in/common/img/icon_header_search.png) no-repeat;
  background-size: 30px auto;
  margin-left: 339px;
  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;
}

.v2_searchMain .v2_suggest {
  position: absolute;
  top: 158px;
  left: 50%;
  width: 760px;
  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;
}

.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_searchMain .v2_searchArea {
  padding: 30px 0 11px;
}

.v2_searchMain .v2_searchArea legend {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 1.8rem;
  font-weight: bold;
  color: #333;
  margin-bottom: 24px;
}

.v2_searchMain .v2_searchArea ul {
  /* Safari */
  display: -webkit-box;
  display: flex;
  /* Safari */
  -webkit-box-pack: justify;
          justify-content: space-between;
  /* Safari */
  flex-wrap: wrap;
  width: 950px;
  text-align: left;
  list-style: none;
  padding: 0 0 0 23px;
  margin: 0 auto;
}

.v2_searchMain .v2_searchArea ul::after {
  content: '';
  display: block;
  width: 134px;
}

.v2_searchMain .v2_searchArea li {
  /* Safari */
  display: -webkit-box;
  display: flex;
  font-size: 1.6rem;
  padding-bottom: 30px;
}

.v2_searchMain .v2_searchArea li:nth-child(4n-3) {
  width: 226px;
}

.v2_searchMain .v2_searchArea li:nth-child(4n-2) {
  width: 318px;
}

.v2_searchMain .v2_searchArea li:nth-child(4n-1) {
  width: 249px;
}

.v2_searchMain .v2_searchArea li:nth-child(4n) {
  width: 134px;
}

.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"]:focus {
  background-color: #ccc;
}

.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_resultBox {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
          flex-flow: row-reverse;
  max-width: 1280px;
  padding: 92px 68px 0;
  margin: 0 auto;
}

.v2_resultSide {
  width: 23%;
}

.v2_resultMain {
  width: 74.3%;
}

.v2_resultMain h2 {
  margin-bottom: 26px;
}

.v2_resultNumber {
  font-size: 1.6rem;
  background-color: #edf6f9;
  border: 1px solid #00a3d9;
  padding: 13px 14px;
  margin-bottom: 20px;
}

.v2_resultMain .v2_small {
  margin-bottom: 30px;
}

.v2_resultMain .v2_block {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  width: 100%;
  border-bottom: 1px solid #e2e2e2;
  margin-bottom: 32px;
}

.v2_resultMain .v2_pic {
  width: 162px;
  margin-right: 17px;
}

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

.v2_resultMain .v2_pic a {
  position: relative;
  display: block;
}

.v2_resultMain .v2_pic a::after {
  content: '';
  position: absolute;
  top: 0;
  left: 1px;
  width: 160px;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.1);
  opacity: 0;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
}

.v2_resultMain .v2_pic a:hover::after {
  opacity: 1;
}

.v2_resultMain .v2_txt {
  -webkit-box-flex: 1;
          flex: 1;
  width: 100%;
}

.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.6rem;
  line-height: 1.5;
  margin-bottom: 26px;
}

.v2_resultMain .v2_resultPdfBox {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: start;
          justify-content: flex-start;
}

.v2_resultMain .v2_resultPdfBox .v2_block {
  display: block;
  width: auto;
  border: 0;
  margin: 0 2px 0 0;
}

.v2_resultMain .v2_resultPdfBox .v2_pic {
  width: 42px;
  margin: 0;
}

.v2_resultMain .v2_resultPdfBox .v2_pic a::after {
  width: 42px;
}

.v2_resultMain .v2_resultPdfBox .v2_pic img {
  width: 42px;
  height: auto;
}

.v2_resultMain .v2_resultPdfBox .v2_block p {
  font-size: 1rem;
  padding-top: 10px;
}

.v2_resultMain .v2_pagination {
  background: url(/en/search_results/img/icon_isearch.png) no-repeat right center;
  padding: 0 50px;
}

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

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

.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: 40px;
  height: 40px;
  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 li a:hover {
  text-decoration: none;
  background-color: #c7cbd0;
}

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

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

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

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

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

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

.v2_resultSide h3 {
  font-size: 2.8rem;
  color: #333;
  border-bottom: 3px solid #c5d7dd;
  padding: 3px 0 13px;
  margin-bottom: 23px;
}

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

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

.v2_resultSide .v2_pic a::after {
  content: '';
  position: absolute;
  top: 0;
  left: 1px;
  width: 160px;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.1);
  opacity: 0;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
}

.v2_resultSide .v2_pic a:hover::after {
  opacity: 1;
}

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

.v2_resultSide .v2_txt {
  line-height: 1.5;
  margin-bottom: 15px;
}

.v2_resultSide .v2_block {
  border-bottom: 1px solid #e2e2e2;
  margin-bottom: 32px;
}

.v2_resultSide .v2_block:last-of-type {
  border-bottom: none;
}

/*---------------------------------------------------
line_station
--------------------------------------------------- */
#v2_lineStation article {
  width: 100%;
  max-width: 100%;
  padding: 0 0 120px;
}

#v2_popular {
  max-width: 1280px;
  padding: 0 68px;
  margin: 0 auto;
}

#v2_popular .v2_wrapper {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  flex-wrap: wrap;
}

#v2_popular .v2_link {
  position: relative;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  width: 31.5%;
  min-height: 210px;
  border: 2px solid #ccc;
  border-radius: 5px;
  padding: 25px 0 32px;
  margin-bottom: 30px;
  -webkit-transition: background-color .3s;
  transition: background-color .3s;
}

#v2_popular .v2_link:nth-child(4),
#v2_popular .v2_link:nth-child(5),
#v2_popular .v2_link:nth-child(6) {
  margin-bottom: 0;
}

#v2_popular .v2_link:hover {
  background-color: rgba(0, 0, 0, 0.1);
}

#v2_popular .v2_link::after {
  content: '';
  position: absolute;
  bottom: 10px;
  right: 10px;
  display: block;
  width: 12px;
  height: 10px;
  background: url(../img/icon_blank_gray.png) no-repeat;
  background-size: contain;
}

#v2_popular .v2_link:hover {
  text-decoration: none;
}

#v2_popular .v2_h3Center {
  line-height: 1.25;
  color: #000;
  margin: 0;
}

#v2_popular .v2_link .v2_txt {
  -webkit-box-flex: 1;
          flex-grow: 1;
}

#v2_popular .v2_link p {
  font-size: 1.6rem;
  text-align: center;
  color: #000;
}

#v2_popular .v2_link .v2_icon {
  text-align: center;
  padding: 0 30px;
}

#v2_popular .v2_link .v2_icon img {
  max-width: 100%;
  height: auto;
}

#v2_searchStation .v2_suggest {
  position: absolute;
  top: 65px;
  left: 50%;
  width: 560px;
  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: -280px;
  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_boxPicRow1 {
  padding: 36px 0 40px;
}

#v2_lineStation .v2_boxPicRow1 .v2_pic {
  max-width: 264px;
  border: 1px solid #ccc;
  box-sizing: border-box;
}

#v2_lineStation .v2_boxPicRow1 .v2_pic img {
  vertical-align: bottom;
}

#v2_lineStation .v2_btnBlank {
  text-align: center;
}

#v2_lineStation .v2_btnBlank a {
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-align: center;
          align-items: center;
  height: 60px;
  background-color: #fff;
  border: 1px solid #c2d0d5;
  border-radius: 3px;
  padding: 0 22px 0 37px;
  -webkit-transition: background-color .3s;
  transition: background-color .3s;
}

#v2_lineStation .v2_btnBlank a:hover {
  text-decoration: none;
  background-color: rgba(0, 0, 0, 0.1);
}

#v2_lineStation .v2_btnBlank a::before,
#v2_lineStation .v2_btnBlank a::after {
  content: '';
  display: block;
  width: 7px;
  height: 12px;
  background: url(../img/icon_arrow_blue.png) no-repeat;
  background-size: contain;
}

#v2_lineStation .v2_btnBlank a::before {
  margin-right: 9px;
}

#v2_lineStation .v2_btnBlank a::after {
  width: 12px;
  height: 10px;
  background: url(../img/icon_blank_gray.png) no-repeat;
  background-size: contain;
  margin-left: 10px;
}

#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: 556px;
  height: 54px;
  font-size: 1.6rem;
  border-radius: 27px;
  border: 2px solid #9bafb5;
  background: #fff;
  padding: 0 20px;
  margin: 0 auto;
}

#v2_searchStation input[type=button] {
  position: absolute;
  top: 11px;
  right: 20px;
  width: 30px;
  height: 30px;
  text-indent: -9999px;
  background: url(/library_in/common/img/icon_header_search.png) no-repeat;
  background-size: 30px auto;
  cursor: pointer;
}

#v2_searchStation input[type="text"]:hover,
#v2_searchStation input[type="text"]:focus {
  border: 2px solid #00a3d9;
}

#v2_searchStation .v2_formBtnRight {
  position: relative;
  width: 556px;
  margin: 0 auto;
}

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

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

/* ----------------------------------------------------------
    Unkou Top
---------------------------------------------------------- */
.v2_wrap {
  max-width: 1280px;
  padding: 0 68px;
  margin: 0 auto;
}

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

/* ----------------------------------------------------------
    多言語 common
---------------------------------------------------------- */
/* ----------------------------------------------------------
    英語
---------------------------------------------------------- */
/* ----------------------------------------------------------
    韓国語
---------------------------------------------------------- */
/* ----------------------------------------------------------
    タイ語
---------------------------------------------------------- */

/*---------------------------------------------------
.v2_linkCol2
--------------------------------------------------- */
.v2_linkCol2 {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
}

.v2_linkCol2 p {
  width: 50%;
}

/*---------------------------------------------------
#v2_spot
--------------------------------------------------- */
#v2_metroArea .v2_wrapper {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  margin-bottom: 30px;
}

#v2_metroArea .v2_link {
  width: 31.5%;
}

#v2_metroArea .v2_pic img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
}

#v2_metroArea .v2_link:hover .v2_pic img {
  opacity: .9;
}

#v2_metroArea .v2_pic {
  position: relative;
  width: 100%;
  background-color: #000;
  margin-bottom: 14px;
}

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

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

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

#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;
}

#v2_metroArea .v2_link:hover {
  text-decoration: none;
}

#v2_metroArea .v2_link:hover h4 {
  text-decoration: underline;
}

#v2_otherArea .v2_wrapper {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: center;
          justify-content: center;
}

#v2_otherArea .v2_link {
  position: relative;
  margin: 0 15px 15px;
  cursor: pointer;
}

#v2_otherArea .v2_link:hover .v2_txt {
  text-decoration: underline;
}

#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;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
}

#v2_otherArea .v2_link:hover .v2_pic img {
  opacity: .9;
}

#v2_otherArea .v2_txt {
  position: absolute;
  bottom: 0;
  width: 100%;
  font-size: 1.6rem;
  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_spot .v2_relatedLinksCard a:nth-child(2) .v2_pic {
  width: 39.5%;
}

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

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

/*---------------------------------------------------
#v2_subwayMap
--------------------------------------------------- */
#v2_subwayMap .v2_pageNav ul {
  margin: 0;
}

#v2_subwayMap .v2_pageNav li {
  margin-bottom: 0;
}

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

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

#v2_downloads .v2_wrapper {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  margin-bottom: 15px;
}

#v2_downloads .v2_wrapper:last-of-type {
  margin-bottom: 0;
}

#v2_downloads .v2_link {
  display: block;
  width: 33.3%;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 14px 3%;
  margin: 0;
  box-sizing: border-box;
}

#v2_downloads .v2_link:nth-child(2) {
  margin: 0  1.4%;
}

#v2_downloads .v2_link p {
  position: relative;
  display: block;
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: bold;
  text-align: center;
}

#v2_downloads .v2_link p::before {
  content: '';
  position: absolute;
  top: 5px;
  left: -10px;
  display: 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;
  padding: 15px 10px;
  margin: 50px 0 0;
}

#v2_about .v2_link {
  position: relative;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  width: calc(33.3% - 10px);
  background-color: #fff;
  padding: 20px 14px;
  box-sizing: border-box;
  margin: 0 5px 10px;
}

#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_linkTab li a {
  font-size: 1.4rem;
}

#v2_fareTrans ul.v2_listInline.v2_txtR li {
  font-size: 1.2rem;
}

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

#v2_fareTrans .v2_formBtnRightSubmitBtn {
  font-size: 1.3rem;
}

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

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

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

.v2_js-fTtrain {
  display: none;
}

/*---------------------------------------------------
#v2_fareTransResult
--------------------------------------------------- */
#v2_fareTransResult .v2_transitSelectFare select {
  font-size: 1.6rem;
}

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

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

#v2_fareTransResult .v2_txtCSp,
#v2_fareTransResult .v2_txtNowrap,
#v2_fareTransResult .v2_detailTime,
#v2_fareTransResult .v2_lineTime,
#v2_fareTransResult .v2_detailStation,
#v2_fareTransResult .v2_detailLink,
#v2_fareTransResult .v2_lineUnkou,
#v2_fareTransResult .v2_lineFare,
#v2_fareTransResult .v2_detailDirect {
  font-size: 1.3rem;
}

#v2_fareTransResult .v2_transitResultHeader,
#v2_fareTransResult .v2_resultBtn {
  font-size: 1.4rem;
}

#v2_fareTransResult .v2_resultData {
  line-height: 1.5;
}

#v2_fareTransResult .v2_headingH3 h3 {
  font-size: 1.5rem;
}

#v2_fareTransResult .v2_transitResultTable {
  font-size: 1.6rem;
}

input[type=text]::-ms-clear {
  display: none;
}

.js-nav_shown .sug_list {
  position: fixed !important;
}

.js-nav_hidden .sug_list {
  position: absolute !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
========================*/
.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;
  background-size: 12px auto;
  content: '';
  display: inline-block;
  height: 10px;
  margin-left: 5px;
  width: 12px;
}

.v3_wysiwyg ul {
  font-size: 1.6rem;
  list-style: none;
  margin-bottom: 7px;
}

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

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

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

.v3_wysiwyg > table {
  margin-bottom: 15px;
}

@media screen and (max-width: 1000px) {
  .v2_relatedLinksCard h3 {
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 1130px) {
  .v2_blockRect {
    width: 250px;
  }
}

@media screen and (max-width: 880px) {
  .v2_pageNav ul {
    flex-wrap: wrap;
    -webkit-box-pack: start;
            justify-content: flex-start;
  }
}

@media screen and (max-width: 968px) {
  .v2_searchMain input[type=submit] {
    position: absolute;
    left: inherit;
    right: 60px;
    margin-left: 0;
    cursor: pointer;
  }
  .v2_searchMain input[type="text"] {
    width: 90%;
  }
  .v2_searchMain .v2_searchArea ul {
    width: 90%;
    margin: 0 auto;
  }
  .v2_searchMain .v2_searchArea li:nth-child(4n-3),
  .v2_searchMain .v2_searchArea li:nth-child(4n-2),
  .v2_searchMain .v2_searchArea li:nth-child(4n-1),
  .v2_searchMain .v2_searchArea li:nth-child(4n),
  .v2_searchMain .v2_searchArea ul::after {
    width: 25%;
  }
  .v2_searchMain .v2_suggest {
    left: 50%;
    width: 85%;
    margin-left: -42%;
  }
}

@media (min-width: 768px), print {
  /* ----------------------------------------------------------
    js
---------------------------------------------------------- */
  .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 {
    margin-right: auto;
    margin-left: auto;
    max-width: 1280px;
    padding-right: 68px;
    padding-left: 68px;
  }
  .v2_topRoute {
    border-top: 1px #e0e4e6 solid;
    border-bottom: 1px #e0e4e6 solid;
    background-color: #eef6f9;
  }
  .v2_topRoute ul.v2_topRouteList {
    border-right: 1px #dae0e3 solid;
  }
  .v2_topRoute ul.v2_topRouteList li {
    -webkit-box-flex: 1;
    -moz-flex: 1;
    flex: 1;
    width: 11.1%;
    border-left: 1px #dae0e3 solid;
  }
  .v2_topRoute ul.v2_topRouteList .v2_topRouteBtn a {
    font-size: 1.3rem;
    padding: 15px 5px 25px;
  }
  .v2_topRoute ul.v2_topRouteList .v2_topRouteBtn a.v2_active,
  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");
    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: #eef6f9;
    padding: 18px 0 50px;
    overflow: hidden;
  }
  .v2_topStationCaption {
    margin-bottom: 20px;
  }
  .v2_topStationCaption > * {
    display: table-cell;
    font-size: 1.3rem;
    vertical-align: middle;
  }
  .v2_topStationCaptionIcon {
    padding-right: 10px;
  }
  .v2_topStationCaptionIcon img {
    width: 40px;
  }
  .v2_topStationCaptionName {
    font-size: 1.6rem;
    font-weight: bold;
  }
  .v2_topStationCaptionLink::after {
    content: '';
    display: inline-block;
    width: 23px;
    height: 10px;
    background: url(../img/icon_blank_gray.png) no-repeat center;
    background-size: contain;
    margin-top: 5px;
  }
  .v2_topStationList {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    -moz-justify-content: space-between;
    justify-content: space-between;
    background-position: center 11px;
    background-repeat: no-repeat;
    background-size: 99% 8px;
  }
  .v2_topStationList li {
    list-style: none;
    text-align: center;
    line-height: 0;
  }
  .v2_topStationList li a {
    display: block;
  }
  .v2_topStationList li a:hover {
    text-decoration: none;
    color: #0062b2;
  }
  .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;
    background-size: 8px 4px;
    font-size: 1.2rem;
    display: block;
    width: 30px;
    margin: 4px auto 0;
    padding-top: 10px;
    text-align: center;
    line-height: 1em;
    letter-spacing: 0;
  }
  .v2_topStationName .v2_VerticalRl {
    white-space: nowrap;
    -ms-writing-mode: tb-rl;
        writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-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;
    background-size: 99% 8px, 8px 127px;
    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: 150px;
    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: 140px;
  }
  .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");
  }
  .v2_topListBnr li {
    margin-top: 10px;
  }
  /* ----------------------------------------------------------
    多言語 common
---------------------------------------------------------- */
  body:not(.v2_th):not(.v2_en).v2_androidTablet .v2_topStationName {
    width: 1em;
    line-height: 1.2em;
    letter-spacing: 0;
  }
  body:not(.v2_th):not(.v2_en).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).v2_androidTablet .v2_topStationName .v2_rotate90 {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    display: inline-block;
  }
  /* ----------------------------------------------------------
    英語
---------------------------------------------------------- */
  body.v2_en .v2_topStationName {
    letter-spacing: 0;
  }
  body.v2_en .v2_topStationMarunouchi {
    background-size: 99% 8px, 8px 137px;
  }
  body.v2_en .v2_topStationMarunouchi li:first-child:before {
    top: 150px;
  }
  body.v2_en .v2_topStationMarunouchi .v2_topStationBranch {
    padding-bottom: 160px;
  }
  body.v2_en .v2_topStationMarunouchi .v2_topStationBranchLink {
    height: 140px;
    top: 140px;
  }
  /* ----------------------------------------------------------
    韓国語
---------------------------------------------------------- */
  body.v2_kr .v2_topStationMarunouchi {
    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;
  }
  /* ----------------------------------------------------------
    タイ語
---------------------------------------------------------- */
  body.v2_th .v2_topStationName {
    letter-spacing: 0;
  }
  body.v2_th .v2_topStationMarunouchi {
    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) {
  .v2_topStationMarunouchi {
    background-position: center 4px, 20.4% 6px;
    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;
  }
  body.v2_en .v2_topStationMarunouchi {
    background-size: 99% 5px, 5px 128px;
  }
  body.v2_en .v2_topStationMarunouchi li:first-child:before {
    top: 125px;
  }
  body.v2_en .v2_topStationMarunouchi .v2_topStationBranch {
    padding-bottom: 143px;
  }
  body.v2_en .v2_topStationMarunouchi .v2_topStationBranchLink {
    height: 125px;
    top: 121px;
  }
  body.v2_kr .v2_topStationMarunouchi {
    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;
  }
  body.v2_th .v2_topStationMarunouchi {
    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 (min-width: 768px) and (max-width: 870px), print and (max-width: 870px) {
  .v2_topStationYurakucho {
    background-position: center 4px;
    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;
  }
}

@media (min-width: 768px) and (max-width: 840px), print and (max-width: 840px) {
  .v2_topStationTozai {
    background-position: center 4px;
    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;
    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;
  }
}

/*========================
  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;
}
}
