@charset "UTF-8";
/*common*/
.inner {
  max-width: 900px;
  margin: 0 auto;
}

.panel_default a,.panel_default a:link {
  text-decoration: none;
}

.sp {
  display: none;
}

.content-box {
  margin-bottom: 50px;
}

.panel_default .panel_body p {
  padding: 0;
  line-height: 1.5;
}

/*pageNav*/
.pageNav {
  margin-bottom: 40px;
  padding: 40px 20px;
  background: #2265b4;
}

.pageNav .pageNav_ttl {
  margin-bottom: 20px;
  color: #fff;
  font-size: 22px;
  font-weight: bold;
  text-align: center;
}

.pageNav .pageNav_listWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;

  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.pageNav .pageNav_list {
  position: relative;
}

.pageNav .pageNav_list + .pageNav_list {
  margin-left: 20px;
}

.pageNav .pageNav_list a {
  display: block;
  overflow: hidden;
  border-radius: 10px;
}

.pageNav .pageNav_listTop {
  display: table;
  width: 100%;
  background: #fff;
}

.pageNav .pageNav_listTtl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 65px;
  margin-bottom: 2px;
  padding-right: 14px;
  padding-left: 14px;
  font-size: 16px;
  font-weight: bold;
  background-image: url(../images/img_pageNav_arrow01.png);
  background-repeat: no-repeat;
  background-position: right 20px center;
  background-size: 11px auto;

  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.panel_default .panel_body p.txt_intro {
  padding-bottom: 32px;
  line-height: 1.5;
}

.panel_default .panel_body p.txt_intro small {
  font-size: 88%;
  vertical-align: super;
}

.intro_noteList {
  margin-bottom: 16px;
  line-height: 1.71;
}

/* cautionBox　/global/en/howto/guide/ */
.cautionBox {
  margin: 20px 0;
  padding: 13px 5px 13px 20px;
  padding-left: 59px;
  background-color: #fefae1;
}

.cautionBox p span {
  margin-left: -40px;
  padding: 5px 0 5px 40px;
  background-image: url(/global/common/images/ico_caution.png);
  background-repeat: no-repeat;
  background-position: left top;
}

/* movieBox */
.movieBox {
  width: 840px;
  margin: 0 auto 10px;
  padding: 20px;
  background-color: #f2f3f5;
}

.movieBox video {
  width: 100%;
}

/* captureBox /global/en/howto/guide/movie02c.html */
.acBtn {
  position: relative;
  margin-bottom: 30px;
  padding: 18px 0 18px 20px;
  line-height: 1;
  font-size: 16px;
  font-weight: bold;
  background: #f2f3f5;
  cursor: pointer;
}

.acBtn::after {
  display: block;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 5px;
  right: 5px;
  background: url(../images/ico_ac-close.png) no-repeat center, #fff;
  content: "";
}

.acBtn.close::after {
  background: url(../images/ico_ac-open.png) no-repeat center, #fff;
}

.acWrap {
  display: none;
}

.captureBox,.captureBoxEnd {
  overflow: hidden;
  width: 800px;
  position: relative;
  margin: 20px auto 0;
  border-bottom: 1px solid #ccc;
}

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

.captureBoxEnd {
  padding-bottom: 0;
}

.captureBox p,.captureBoxEnd p {
  float: left;
}

.captureBox .captureImg {
  padding: 0 15px 20px 0 !important;
}

.captureBoxEnd .captureImg {
  padding: 0 15px 0 0 !important;
}

.captureBox .captureTxt,.captureBoxEnd .captureTxt {
  width: 345px;
}

.captureBox .captureTxt {
  margin-bottom: 10px;
}

.captureBox .First {
  margin-bottom: 20px;
}

.captureBox table {
  width: 345px;
  margin-bottom: 20px;
}

.captureBox table tr {
  border: solid 1px;
}

.captureBox table th {
  background-color: #eee;
}

.captureBox table th,td {
  padding: 8px;
  vertical-align: middle;
}

/* --- flow --- */
.flow__box {
  overflow: hidden;
  position: relative;
  padding-bottom: 50px;
}

.flow__box:after {
  display: block;
  width: 40px;
  height: 26px;
  position: absolute;
  bottom: 10px;
  left: 12%;
  background-image: url(../images/flow_arrow_bottom.png);
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: 100% auto;
  content: "";
}

.flow__box:last-child {
  padding-bottom: 20px;
  border-bottom: 1px solid #ccc;
}

.flow__box:last-child:after {
  content: none;
}

.flow__image {
  display: inline-block;
  width: 28%;
  position: relative;
  float: left;
}

.flow__image img {
  max-width: 276px;
  width: 100%;
  height: auto;
}

.flow__text {
  width: 68%;
  float: left;
  margin-left: 4%;
}

.flow__text .txt_indent {
  display: inline-block;
  margin-left: 0.7em;
  text-indent: -0.7em;
}

.step_flowWrap {
  background-color: #2562b4;
}

.step_flowWrap .step_flow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 50px;
  padding: 20px 87px;

  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.step_flowWrap .step_flow .step_flowList {
  width: 140px;
  position: relative;
  padding: 10px;
  border-radius: 10px;
  text-align: center;
  background-color: #fff;
}

.step_flowWrap .step_flow .step_flowList::after {
  display: block;
  width: 12px;
  height: 22px;
  position: absolute;
  top: 50%;
  right: -22px;
  margin-top: -12px;
  background-image: url(../images/arrow_step_flow01_pc.png);
  content: "";
}

.step_flowWrap .step_flow .step_flowList:last-child::after {
  display: none;
}

.flow__textTtl {
  margin-bottom: 3px;
  font-size: 18px;
  font-weight: bold;
}

.flow__box.wide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 50px;
  padding: 20px;
  background-color: #f2f3f5;

  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.flow__box.wide .wide_list {
  margin-right: 21px;
}

.flow__box.wide .wide_list.last {
  margin-right: 0;
}

.wide_center {
  width: 100%;
}

.wide_listWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;

  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.wide_left {
  width: 388px;
}

.wide_right {
  width: 388px;
}

.wide_list {
  width: 184px;
  position: relative;
}

.wide_ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 50px;
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: bold;
  text-align: center;

  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.wide_img {
  position: relative;
  margin-bottom: 2px;
}

.wide_img::after {
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  top: 44%;
  right: -15px;
  border-width: 11px 0 11px 8px;
  border-style: solid;
  border-color: transparent transparent transparent #2562b4;
  content: "";
}

.wide_list:last-child .wide_img::after {
  display: none;
}

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

.wide_txt {
  line-height: 1.6;
  font-size: 16px;
}

.available_listWrap .ico img {
  width: 100%;
  position: relative;
  top: -2px;
}

.available_listWrap {
  clear: both;
  margin-bottom: 0;
  padding-top: 25px;
}

.available_listWrap .ico {
  display: inline-block;
  width: 17px;
  margin-right: 10px;
}

.available_listWrap .available_list {
  margin-bottom: 10px;
  font-size: 16px;
}

.flow__box.wide::after {
  display: none;
}

.flow__box.wide.bottom .wide_img::after {
  right: -15px;
}

/* Purchasing ticket */
.purchasing_ticket {
  /* HARUKA and other limited express train or Shinkansen tickets */
  /* Kansai-Airport Rapid Service, local service tickets or ICOCA cards */
}

.purchasing_ticket .purchasing_ticket-02.title {
  margin-top: 76px;
}

.purchasing_ticket .purchasing_ticket-02.howto .bnr {
  margin-top: 50px;
  text-align: center;
}

/* Exchanging / Receiving tickets */
.exchangeReceive_ticket.heading {
  margin-top: 80px;
}

.exchangeReceive_ticket .exchangeReceive_ticket-01.txt_body {
  margin: 0 20px;
}

.exchangeReceive_ticket .exchangeReceive_ticket-01.cautionBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 9px;

  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.exchangeReceive_ticket .exchangeReceive_ticket-01.cautionBox p {
  max-width: 655px;
}

.exchangeReceive_ticket .exchangeReceive_ticket-01 .flow__image .flow__mark {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 0;
  height: 0;
  position: absolute;
  top: 0;
  left: 0;
  border: 4px solid #f00;
  opacity: 1;
}

.exchangeReceive_ticket .exchangeReceive_ticket-01 .flow__image .flow__mark--1 {
  width: 42.6%;
  height: 13%;
  margin-top: 0.5%;
  margin-left: 57.5%;
}

.exchangeReceive_ticket .exchangeReceive_ticket-01 .flow__image .flow__mark--2 {
  width: 47%;
  height: 23.3%;
  margin-top: 11.5%;
  margin-left: 49.3%;
}

.exchangeReceive_ticket .exchangeReceive_ticket-01 .flow__image .flow__mark--3 {
  width: 48%;
  height: 25.5%;
  margin-top: 12.5%;
  margin-left: 48.9%;
}

.exchangeReceive_ticket .exchangeReceive_ticket-01 .flow__image .flow__mark--4-1 {
  width: 47.2%;
  height: 69.5%;
  margin-top: 12.5%;
  margin-left: 1.5%;
}

.exchangeReceive_ticket .exchangeReceive_ticket-01 .flow__image .flow__mark--4-2 {
  width: 27.5%;
  height: 15.5%;
  margin-top: 22.5%;
  margin-left: 61.4%;
}

.exchangeReceive_ticket .exchangeReceive_ticket-01 .flow__image .flow__mark--8-1 {
  width: 18.5%;
  height: 30%;
  margin-top: 39%;
  margin-left: 65%;
  border: 0;
}

.exchangeReceive_ticket .exchangeReceive_ticket-01 .flow__image .flow__mark--8-2 {
  width: 18.5%;
  height: 30%;
  margin-top: 46.9%;
  margin-left: 36%;
  border: 0;
}

.exchangeReceive_ticket .exchangeReceive_ticket-01 .flow__image .flow__mark--10 {
  width: 15%;
  height: 21%;
  margin-top: 60.9%;
  margin-left: 25%;
}

.exchangeReceive_ticket .exchangeReceive_ticket-02.title {
  margin-top: 80px;
}

.exchangeReceive_ticket .exchangeReceive_ticket-02.txt_body {
  margin: 0 20px;
}

.exchangeReceive_ticket .exchangeReceive_ticket-02.cautionBox {
  margin-top: 14px;
}

.exchangeReceive_ticket .exchangeReceive_ticket-02.btn {
  display: block;
  margin-top: 10px;
  padding: 17px 20px;
  color: #fff;
  line-height: 1;
  font-size: 16px;
  font-weight: bold;
  background: #0473bd;
}

.exchangeReceive_ticket .exchangeReceive_ticket-02.btn::after {
  display: inline-block;
  width: 7px;
  height: 12px;
  position: relative;
  top: 1px;
  margin-top: 2px;
  margin-left: 20px;
  background-image: url(../images/ico_arrow01.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
  content: "";
}

.receiving_reservedSeat.heading {
  margin-top: 70px;
}

.receiving_reservedSeat .txt_intro {
  padding-bottom: 13px !important;
}
/*# sourceMappingURL=receiving.css.map */