.contents a:visited {
	color: #0473bd;
}
.contents a:link, a:hover {
  color: #0473bd;
	text-decoration: none;
}

/*common*/
.main_heading {
  margin-bottom: 0;
}

.inner {
  max-width: 900px;
  margin: 0 auto;
}

.sp {
  display: none;
}

.txt_red {
  color: #e50000;
}

a.light {
  transition: opacity 0.2s;
}

a.light:hover {
  opacity: 0.6;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
  width: 100%;
}

sup {
  position: relative;
  left: 0;
  font-size: 14px;
  vertical-align: top;
}

.about_sup {
  position: relative;
  top: -0.1em;
  left: -0.4em;
}

.contents *,.contents *:before,.contents *:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 1;

      -ms-box-sizing: border-box;
       -o-box-sizing: border-box;
}

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


/*mv*/
.mv {
  padding: 51px 0 60px;
  background: #e2f1f9;
}

.mv span {
  font-weight: inherit;
}

.mv_topCatchBox {
  display: flex;
  max-width: 860px;
  clear: both;
  margin: 30px auto 30px;
  padding-left: 25px;

  align-items: center;
}

.mv .mv_topCatch {
  margin-left: 30px;
  color: #003d8d;
  line-height: 1.52;
  font-size: 26px;
  font-weight: bold;
  text-align: left;
}

.mv .logo_mvTopCatch {
  width: 107px;
}

.mv .mv_topCatch .fontSize_small {
  font-size: 22px;
}

.mv .mv_topCatch .fontSize_big {
  padding: 0 0 0 0;
  font-size: 30px;
  background: linear-gradient(transparent 70%, #f4e829 70%);
}

.mv .mv_ttl {
  margin-bottom: 17px;
  color: #dd5411;
  line-height: 1.488;
  font-size: 45px;
  font-weight: bold;
  text-align: center;
}

.additional {
  margin: 0 auto 86px;
}

.additional .additional_txt {
  padding-left: 1em;
  line-height: 1.44;
  font-size: 18px;
  text-indent: -1em;
}

.additional .additional_cont {
  line-height: 1.5;
}

.additional .additional_cont .fontSize_big {
  display: block;
  margin-bottom: 6px;
  color: #003d8d;
  font-size: 22px;
  font-weight: bold;
  text-decoration: underline;
}

.additional .additional_cont .fontSize_middle {
  color: #003d8d;
  font-size: 18px;
  font-weight: bold;
}

.additional .additional_cont .fontSize_small {
  display: block;
  font-size: 15.4px;
}

.additional .additional_img {
  margin-top: 13px;
}


/*note*/
.note {
  padding: 66px 0 80px;
}

.note .note_txt {
  margin-bottom: 40px;
  color: #dd5411;
  line-height: 2.4;
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.01em;
  background: url(/travel-information/assets/img/train-usage-guide/luggage/line_note01_pc.png) repeat-x;
  background-position: 0% 51%;
}

.note .note_txt .fontSize_small {
  font-size: 17.6px;
}


/*description*/
.description {
  padding-top: 73px;
  background-color: #fef8eb;
}

.description .description_ttl {
  display: table;
  margin: 0 auto 42px;
  border-bottom: 3px solid #003d8d;
  color: #003d8d;
  line-height: 1.47;
  font-size: 34px;
  font-weight: 700;
  text-align: center;
}

.description .description_ttl .fontSize_small {
  font-size: 27.2px;
}

.description .description_ttl .fontColor_orange {
  color: #dd5411;
}

.description .description_list {
  margin-bottom: 0.5em;
  padding-left: 0.9em;
  line-height: 1.44;
  font-size: 18px;
  font-weight: 500;
  text-indent: -0.9em;
}

.description .description_list .fontColor_orange {
  color: #dd5411;
}

.description .thanks_txt {
  padding: 45px 0 90px;
  color: #003f98;
  font-size: 24px;
  font-size: 1.66;
  font-weight: 700;
  text-align: center;
}


/*about*/
.about {
  margin-bottom: 60px;
}

.about .about_cont {
  overflow: hidden;
}


/*qanda*/
.qanda .qanda_ttl {
  display: inline-block;
  height: 61px;
  position: relative;
  bottom: -50px;
  left: -21px;
  padding-top: 3px;
  padding-right: 60px;
  padding-left: 65px;
  color: #fff;
  font-size: 28px;
  font-weight: bold;
  background: url(/travel-information/assets/img/train-usage-guide/luggage/bg_qandaTtl01_pc.png);
  background-repeat: no-repeat;
  background-size: 700px;
}

.qanda .qanda_ttl::after {
  display: block;
  width: 16px;
  height: 61px;
  position: absolute;
  top: 0;
  right: -16px;
  background: url(/travel-information/assets/img/train-usage-guide/luggage/bg_qandaTtl02_pc.png);
  content: "";
}

.qanda .qanda_cont {
  padding: 68px 45px 70px;
  border-radius: 30px;
  background: #fff;
}

.qanda .qanda_txt {
  padding: 0 0 20px 0;
}

.qanda .qanda_answer.qanda_txt {
  padding-bottom: 32px;
}

.qanda tr:last-child .qanda_answer.qanda_txt {
  padding-bottom: 0;
}

.qanda .qanda_question {
  color: #e16a0c;
  line-height: 1.3;
  font-size: 20px;
  font-weight: 400;
  text-align: left;
}

.qanda .qanda_answer {
  color: #221815;
  line-height: 1.625;
  font-size: 16px;
  font-weight: 400;
}

.qanda .qanda_ico {
  max-width: 40px;
  width: 100%;
  float: left;
  vertical-align: top;
}

.qanda .qanda_answer .qanda_question {
  text-align: center;
  text-align: center;
  vertical-align: middle;
  background: #efefef;
}

.qanda .indent_list {
  padding-left: 0.6em;
  text-indent: -0.6em;
}

.qanda .indent_list li {
  padding-left: 1em;
}

.qanda .indent_list li a {
  color: #0068b7;
  text-decoration: underline;
}

.qanda .indent_list li a:hover {
  text-decoration: none;
}

.question_btn {
  cursor: pointer;
  transition: 0.6s;
}

.question_btn:hover {
  opacity: 0.6;
}

.answer_cont,.question_btn {
  display: flex;
}

.contents .answer_cont::after {
  display: block;
  clear: both;
  content: "";
}

.contents .answer_cont span {
  padding-left: 6px;
}

.qanda .qanda_answer {
  max-width: 770px;
  width: calc(100% - 40px);
  float: right;
}



/**********add 2023 05*/
.note .index_box {
  max-width: 780px;
  margin: 0 auto;
  padding: 33px 50px 40px;
  border-radius: 20px;
  color: #000;
  background-color: #f9fafa;
}

.note .index_box .indexBox_ttl {
  margin-bottom: 10px;
  font-size: 22px;
  font-weight: bold;
  text-align: center;
}

.note .index_box .index_listWrap li a {
  display: block;
  padding: 15px 0;
  border-bottom: 1px solid #ccc;
  color: #000;
  font-size: 18px;
  font-weight: bold;
  background-image: url(/travel-information/assets/img/train-usage-guide/luggage/arrow01.png);
  background-repeat: no-repeat;
  background-position: 97% 50%;
  background-size: 11px auto;
}

.note .start_txt {
  max-width: 780px;
  margin: 30px auto 0;
  padding: 11px 0;
  border: 2px solid #f00;
  color: #f00;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}

.additional .cont02 {
  margin-top: 35px;
}

.additional .cont02 .description_list {
  margin-bottom: 0;
}

.additional .wrap {
  display: flex;

  align-items: center;
  justify-content: space-between;
}

.additional .size_table {
  width: 740px;
  margin-top: 15px;
  margin-right: 10px;
  margin-bottom: 17px;
  border: 1px solid #ccc;
  color: #221815;
  background-color: #fff;
}

.additional .size_table .fontColor_orange {
  color: #dd5411;
}

.additional .size_table tr {
  border-bottom: 1px solid #ccc;
  line-height: 1.625;
  font-size: 16px;
}

.additional .size_table tr:last-child {
  border-bottom: none;
}

.additional .size_table th {
  padding: 10px 0;
  font-weight: bold;
  vertical-align: middle;
  background-color: #efefef;
}

.additional .size_table th:first-child {
  width: 185px;
}

.additional .size_table th:last-child {
  border-left: 1px solid #ccc;
}

.additional .size_table td {
  padding: 12px 15px;
  vertical-align: middle;
}

.additional .size_table td:last-child {
  border-left: 1px solid #ccc;
}

.annotation_listWrap li {
  padding-left: 1.3em;
  color: #221815;
  line-height: 1.714;
  font-size: 14px;
  text-indent: -1.3em;
}

.about .seat_table {
  margin-bottom: 40px;
  border: 1px solid #ccc;
  color: #221815;
  line-height: 1.625;
  font-size: 16px;
  background-color: #fff;
}

.about .seat_table tr {
  border-bottom: 1px solid #ccc;
}

.about .seat_table tr:last-child {
  border-bottom: none;
}

.about .seat_table tr:last-child td p {
  padding-left: 5.6em;
  text-indent: -5.6em;
}

.about .seat_table th {
  background-color: #efefef;
}

.about .seat_table th .txt {
  margin-bottom: 13px;
  font-weight: bold;
}

.about .seat_table th:first-child {
  width: 180px;
}

.about .seat_table .adjust {
  font-weight: normal;
  text-align: left;
}

.about .seat_table th,.about .seat_table td {
  padding: 10px 20px;
  border-right: 1px solid #ccc;
}

.about .seat_table th:last-child,.about .seat_table td:last-child {
  border-right: none;
}

.about .seat_table .img img {
  max-width: none;
  margin: 0 auto;
}

.about .seat_table td .indent {
  display: inline-block;
  padding-left: 3em;
}

.about .description_listWrap {
  margin-bottom: 0;
}

.about .description_listWrap .description_list {
  margin-bottom: 0;
}

.about .description_listWrap .description_list.bold {
  font-weight: bold;
}

.about .space_img {
  margin-top: 15px;
  margin-bottom: 17px;
}

.about .space_img + .annotation_listWrap li {
  padding-left: 0.65em;
  text-indent: -0.65em;
}

.about .about_detailBox {
  display: flex;
  padding: 30px;
  border-radius: 10px;
  color: #221815;
  background-color: #fff;

  align-items: center;
}

.about .about_detailBox ul li {
  padding-left: 0.65em;
  text-indent: -0.65em;
}

.about .about_detailBox .detailBox_ttl {
  margin-bottom: 18px;
  padding-left: 0.9em;
  line-height: 1.444;
  font-size: 18px;
  font-weight: bold;
  text-indent: -0.9em;
}

.about .about_detailBox .detailBox_ttl .fontColor_orange {
  color: #dd5411;
}

.about .about_detailBox .detailBox_list {
  margin-bottom: 28px;
}

.about .about_detailBox .detailBox_list li {
  line-height: 1.625;
  font-size: 16px;
}

.about .about_detailBox .detailBox_note li {
  line-height: 1.714;
  font-size: 14px;
}

.about .about_detailBox .detailBox_img {
  max-width: 318px;
  margin-left: 30px;

  flex-shrink: 0;
}

.about .about_detailBox.top {
  margin-top: 34px;
  margin-bottom: 20px;
}

.flow .head_ttl {
  margin-bottom: 6px;
  padding-left: 1.1em;
  color: #dd5411;
  line-height: 1.556;
  font-size: 18px;
  font-weight: bold;
  text-indent: -1.1em;
}

.flow .head_txt {
  line-height: 1.625;
  font-size: 16px;
}

.flow .head_note {
  padding-left: 0.8em;
  line-height: 1.71;
  font-size: 14px;
  text-indent: -0.8em;
}

.flow .head_note a {
  text-decoration: underline;
}

.flow .flow_txtList li {
  padding-left: 0.65em;
  color: #221815;
  line-height: 1.625;
  font-size: 16px;
  text-indent: -0.65em;
}

.flow .flow_txtList li p {
  margin-top: 14px;
  margin-bottom: 24px;
  text-align: center;
}

.flow .flow01 {
  margin-bottom: 48px;
}

.flow .flow01 .flow_contHead {
  display: flex;
  margin-bottom: 30px;
}

.flow .flow01 .flow_contHead .head_img {
  margin-left: 30px;

  flex-shrink: 0;
}

.flow .flow01 .flow_txtList li:first-child {
  padding-left: 0;
  text-indent: 0;
}

.flow .howto_step {
  margin-top: 48px;
}

.flow .howto_step .howto_ttl {
  margin-bottom: 14px;
  color: #dd5411;
  font-size: 18px;
  font-weight: bold;
}

.flow .howto_step .step_boxWrap {
  display: flex;
  margin-bottom: 15px;
}

.flow .howto_step .step_box {
  overflow: hidden;
  max-width: 440px;
  border-radius: 10px;
  background-color: #fff;
}

.flow .howto_step .step_box .box_head {
  padding: 10px 0;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  background-color: #fdd23c;
}

.flow .howto_step .step_box .step_boxList {
  padding: 30px;
}

.flow .howto_step .step_box .step_boxList li {
  padding: 20px 0;
  border-bottom: 1px solid #ccc;
}

.flow .howto_step .step_box .step_boxList li:last-child {
  border-bottom: none;
}

.flow .howto_step .step_box .step_boxList .list_img {
  margin-top: 20px;
  text-align: center;
}

.flow .howto_step .step_box .step_boxList .list_head {
  display: flex;
}

.flow .howto_step .step_boxList .step1 .list_head,.flow .howto_step .step_boxList .step4 .list_head {
  align-items: center;
}

.flow .howto_step .step_boxList .step2 .list_head,.flow .howto_step .step_boxList .step3 .list_head,.flow .howto_step .step_boxList .step5 .list_head {
  align-items: flex-start;
}

.flow .howto_step .step_box .step_boxList .list_head .number {
  display: inline-block;
  width: 30px;
  margin-right: 20px;

  flex-shrink: 0;
}

.flow .howto_step .step_box .step_boxList .list_head .txt {
  display: block;
  line-height: 1.75;
  font-size: 16px;
  letter-spacing: -0.02em;
}

.flow .howto_step .step_box.put_box {
  margin-right: 20px;
}

.flow .howto_step .step_box.put_box .step_boxList li.step4 {
  border-bottom: none;
}

.flow .howto_step .step_box.put_box .step_boxList li.step1 {
  padding-top: 0;
}

.flow .howto_step .step_box.put_box .step_boxList li.step4 {
  padding-bottom: 10px;
}

.flow .howto_step .step_box.put_box .step_boxList li.step5 {
  padding-top: 0;
  padding-bottom: 0;
}

.flow .howto_step .step_box.takeOut_box .step_boxList {
  padding-bottom: 24px;
}

.flow .howto_step .step_box.takeOut_box .step_boxList li.step1 {
  padding-top: 0;
  padding-bottom: 10px;
  border-bottom: none;
}

.flow .howto_step .step_box.takeOut_box .step_boxList li.step2 {
  padding-top: 0;
}

.flow .howto_step .step_box.takeOut_box .step_boxList li.step2 .list_head {
  align-items: flex-start;
}

.flow .howto_step .step_box.takeOut_box .step_boxList li.step5 {
  padding-bottom: 0;
}

.flow .howto_step .attention_txt {
  padding-left: 0.65em;
  color: #221815;
  line-height: 1.714;
  font-size: 14px;
  text-indent: -0.65em;
}

.flow .howto_step .card_example {
  display: flex;
  margin-top: 23px;
  margin-bottom: 100px;
  padding: 36px 30px;
  border-radius: 10px;
  background-color: #fff;

  align-items: center;
  justify-content: space-between;
}

.flow .howto_step .card_example .example_txt {
  margin-right: 20px;
  color: #000;
  font-size: 18px;
  font-weight: bold;
}

.flow .detail_box .detail_boxTtl {
  margin-bottom: 10px;
  line-height: 1;
  font-size: 18px;
  font-weight: bold;
}

.flow .detail_box .detail_boxTtl .fontColor_orange {
  color: #dd5411;
}

.flow .detail_box .detail_boxlistWrap li {
  padding-left: 0.65em;
  text-indent: -0.65em;
}

.flow .detail_box .detail_boxlistWrap li.txt {
  line-height: 1.44;
  font-size: 18px;
}

.flow .detail_box .detail_boxlistWrap li.noteTxt {
  line-height: 1.625;
  font-size: 16px;
}

.flow .detail_box.less160_item {
  display: flex;
  margin-bottom: 53px;

  align-items: flex-start;
  justify-content: space-between;
}

.flow .detail_box.less160_item .detail_boxImg {
  max-width: 268px;
  margin-left: 30px;

  flex-shrink: 0;
}

.flow .detail_box.please_box {
  margin-bottom: 44px;
}

.qanda .qanda_answer li dl dt {
  min-width: 100px;
  padding-right: 1em;
}


/**********add 2023 0727*/
.baggage .movie_wrap {
  max-width: 100%;
  height: 0;
  position: relative;
  margin: 0 auto 40px;
  padding-top: 506px;
}

.baggage .movie_wrap iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}