@charset "UTF-8";
/*******************************************************************************
*
* 払戻・取消
*
*******************************************************************************/
/*=========================================
ボタンテンプレート
=========================================*/
/* デフォルトCSSを無効にするだけのCSS */
/* 高強調ボタン大 */
/* 高強調ボタン中 */
/* 高強調ボタン小 */
/* 高強調ボタン小　インライン */
/* 高強調ボタン大　背景緑 */
/* 高強調ボタン中　背景緑 */
/* 高強調ボタン小　背景緑 */
/* 高強調ボタン小　背景緑　インライン */
/* 高強調ボタン大　背景白 */
/* 高強調ボタン中　背景白 */
/* 高強調ボタン小　背景白 */
/* 高強調ボタン小　背景白　インライン */
/* 中強調ボタン大　緑 */
/* 中強調ボタン中　緑 */
/* 中強調ボタン小　緑 */
/* 中強調ボタン小　緑　インライン */
/* 中強調ボタン大　背景緑 */
/* 中強調ボタン中　背景緑 */
/* 中強調ボタン小　背景緑 */
/* 中強調ボタン小　背景緑　インライン */
/* 中強調ボタン大　青 */
/* 中強調ボタン中　青 */
/* 中強調ボタン小　青 */
/* 中強調ボタン小　青　インライン */
/* サブボタン小　青 */
/* サブボタン小　緑 */
/* サブボタン小　グレー */
/* ボタン内のフォントサイズ変更 */
.tmp_btn_font-small {
  font-size: 70%; }

/* アイコン設置用 */
.tmp_btn_icon-posLeft {
  padding-left: 30px !important; }

.tmp_btn_icon-posRight {
  padding-right: 30px !important; }

.tmp_btn_icon-back-green::before {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  left: 15px;
  margin-top: auto;
  margin-bottom: auto;
  width: 7px;
  height: 11px;
  background: url("/jreast-train-reservation/reserve/wb/img/trainsearch/ts_resultnextprevbtngreen-icon.png") no-repeat left top;
  background-size: 7px 11px; }
.tmp_btn_icon-back-green.nonselect::before {
  background: url("/jreast-train-reservation/reserve/wb/img/trainsearch/ts_resultnextprevbtngray-icon.png") no-repeat left top;
  background-size: 7px 11px; }

.tmp_btn_icon-next-green::after {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  right: 15px;
  margin-top: auto;
  margin-bottom: auto;
  width: 7px;
  height: 11px;
  background: url("/jreast-train-reservation/reserve/wb/img/trainsearch/ts_resultnextprevbtngreen-icon.png") no-repeat left top;
  background-size: 7px 11px;
  transform: scale(-1, 1); }
.tmp_btn_icon-next-green.nonselect::after {
  background: url("/jreast-train-reservation/reserve/wb/img/trainsearch/ts_resultnextprevbtngray-icon.png") no-repeat left top;
  background-size: 7px 11px;
  transform: scale(-1, 1); }

.tmp_btn_icon-back-blue::before {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  left: 15px;
  margin-top: auto;
  margin-bottom: auto;
  width: 7px;
  height: 11px;
  background: url("/jreast-train-reservation/reserve/wb/img/trainsearch/ts_resultnextprevbtnblue-icon.png") no-repeat left top;
  background-size: 7px 11px; }
.tmp_btn_icon-back-blue.nonselect::before {
  background: url("/jreast-train-reservation/reserve/wb/img/trainsearch/ts_resultnextprevbtngray-icon.png") no-repeat left top;
  background-size: 7px 11px; }

.tmp_btn_icon-next-blue::after {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  right: 15px;
  margin-top: auto;
  margin-bottom: auto;
  width: 7px;
  height: 11px;
  background: url("/jreast-train-reservation/reserve/wb/img/trainsearch/ts_resultnextprevbtnblue-icon.png") no-repeat left top;
  background-size: 7px 11px;
  transform: scale(-1, 1); }
.tmp_btn_icon-next-blue.nonselect::after {
  background: url("/jreast-train-reservation/reserve/wb/img/trainsearch/ts_resultnextprevbtngray-icon.png") no-repeat left top;
  background-size: 7px 11px;
  transform: scale(-1, 1); }

.tmp_btn_icon-back-red::before {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  left: 15px;
  margin-top: auto;
  margin-bottom: auto;
  width: 7px;
  height: 11px;
  background: url("/jreast-train-reservation/reserve/wb/img/trainsearch/ts_resultnextprevbtnred-icon.png") no-repeat left top;
  background-size: 7px 11px; }
.tmp_btn_icon-back-red.nonselect::before {
  background: url("/jreast-train-reservation/reserve/wb/img/trainsearch/ts_resultnextprevbtngray-icon.png") no-repeat left top;
  background-size: 7px 11px; }

.tmp_btn_icon-next-red::after {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  right: 15px;
  margin-top: auto;
  margin-bottom: auto;
  width: 7px;
  height: 11px;
  background: url("/jreast-train-reservation/reserve/wb/img/trainsearch/ts_resultnextprevbtnred-icon.png") no-repeat left top;
  background-size: 7px 11px;
  transform: scale(-1, 1); }
.tmp_btn_icon-next-red.nonselect::after {
  background: url("/jreast-train-reservation/reserve/wb/img/trainsearch/ts_resultnextprevbtngray-icon.png") no-repeat left top;
  background-size: 7px 11px;
  transform: scale(-1, 1); }

.tmp_btn_icon-back-gray::before {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  left: 15px;
  margin-top: auto;
  margin-bottom: auto;
  width: 7px;
  height: 11px;
  background: url("/jreast-train-reservation/reserve/wb/img/trainsearch/ts_resultnextprevbtngray-icon.png") no-repeat left top;
  background-size: 7px 11px; }

.tmp_btn_icon-next-gray::after {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  right: 15px;
  margin-top: auto;
  margin-bottom: auto;
  width: 7px;
  height: 11px;
  background: url("/jreast-train-reservation/reserve/wb/img/trainsearch/ts_resultnextprevbtngray-icon.png") no-repeat left top;
  background-size: 7px 11px;
  transform: scale(-1, 1); }

.tmp_btn_icon-back-white::before {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  left: 15px;
  margin-top: auto;
  margin-bottom: auto;
  width: 7px;
  height: 11px;
  background: url("/jreast-train-reservation/reserve/wb/img/trainsearch/ts_resultnextprevbtnwhite-icon.png") no-repeat left top;
  background-size: 7px 11px; }

.tmp_btn_icon-next-white::after {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  right: 15px;
  margin-top: auto;
  margin-bottom: auto;
  width: 7px;
  height: 11px;
  background: url("/jreast-train-reservation/reserve/wb/img/trainsearch/ts_resultnextprevbtnwhite-icon.png") no-repeat left top;
  background-size: 7px 11px;
  transform: scale(-1, 1); }

.tmp_btn_icon-timeSelect {
  padding-right: 30px;
  position: relative;
  text-decoration: none;
  /*&::before {
  	position: absolute;
  	content:"";
  	display: block;
  	width: 3px;
  	height: 3px;
  	right:3px;
  	top:0;
  	bottom:3px;
  	margin-top: auto;
  	margin-bottom: auto;
  	border-top:1px solid $primary_blue;
  	border-right:1px solid $primary_blue;
  	transform: rotate(-45deg);
  }*/ }
  .tmp_btn_icon-timeSelect::after {
    position: absolute;
    content: "";
    display: block;
    width: 24px;
    height: 15px;
    right: 0;
    top: 0;
    bottom: 0;
    margin-top: auto;
    margin-bottom: auto;
    background: url("/jreast-train-reservation/reserve/wb/img/trainsearch/ts_timeSelect-icon.png") no-repeat;
    background-size: 24px 15px; }

.tmp_btn_icon-rentacar::before {
  content: "";
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  width: 25px;
  height: 25px;
  margin-right: 10px;
  background: url("/jreast-train-reservation/reserve/wb/img/trainsearch/ts_resultrentacar-icon.png") no-repeat left top;
  background-size: 25px 25px; }

.tmp_btn_icon-twitter::before {
  content: "";
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  width: 25px;
  height: 25px;
  margin-right: 10px;
  background: url("/jreast-train-reservation/reserve/wb/img/trainsearch/ts_resulttwitter-icon.png") no-repeat left top;
  background-size: 25px 25px; }

/* ボタン幅調整用 */
@media print, screen and (min-width: 750px) {
  .pc_w380px {
    max-width: 380px;
    width: 100%; } }

.conf_subTitleW {
  padding: 0px 15px;
  margin-bottom: 15px; }
  @media print, screen and (min-width: 750px) {
    .conf_subTitleW {
      max-width: 810px;
      margin: 0 auto 15px; } }

.conf_header {
  font-size: 1rem;
  padding-bottom: 5px;
  margin-top: 15px;
  font-weight: bold;
  color: #b42700; }

/*=========================================
※search_resultを上書きしています
=========================================*/
@media print, screen and (min-width: 750px) {
  .ckSeat_formEntryTabH-first {
    left: calc((100% - 810px) / 2); } }

@media print, screen and (min-width: 750px) {
  .ckSeat_formEntryTabH-second {
    left: calc(((100% - 810px) / 2) + 200px); } }

@media print, screen and (min-width: 750px) {
  .ckSeat_formEntryTabH-third {
    left: calc(((100% - 810px) / 2) + 400px); } }

.ckSeat_formEntryTabW {
  width: 100%;
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0; }

.ckSeat_formTrainTxt {
  padding-left: 15px;
  padding-right: 15px; }
  @media print, screen and (min-width: 750px) {
    .ckSeat_formTrainTxt {
      width: 100%;
      max-width: 810px;
      margin-left: auto;
      margin-right: auto; } }

.ckSeat_formTrainPaysel:first-of-type {
  margin-top: 0; }
  @media print, screen and (min-width: 750px) {
    .ckSeat_formTrainPaysel:first-of-type {
      margin-top: 20px; } }

.ckSeat_formTrainHeader {
  width: calc(100% - 30px);
  margin-left: auto;
  margin-right: auto; }
  @media print, screen and (min-width: 750px) {
    .ckSeat_formTrainHeader {
      width: 100%;
      max-width: 810px; } }
  .ckSeat_formTrainHeader.w100p {
    width: 100%; }

.ckSeat_formTrainInfoIcon {
  width: calc(100% - 30px);
  margin-left: auto;
  margin-right: auto; }
  @media print, screen and (min-width: 750px) {
    .ckSeat_formTrainInfoIcon {
      width: 100%;
      max-width: 810px; } }

.ckSeat_trainCardItem {
  width: calc(100% - 30px);
  margin-left: auto;
  margin-right: auto; }
  @media print, screen and (min-width: 750px) {
    .ckSeat_trainCardItem {
      width: 100%;
      max-width: 810px; } }

/*.selService_formGetonStNameW.shinkansen::after {
	left: calc(5rem + 35px);

	@include pc {
		left: calc(6.5rem + 35px);
	}
}*/
.selService_formGetonStTime {
  width: 5rem; }
  @media print, screen and (min-width: 750px) {
    .selService_formGetonStTime {
      width: 6.5rem;
      margin-right: 10px; } }

/*.selService_formGetonStOnOff {
	margin-left: 0;

	.transit & {
		margin-left: 0;
	}
}*/
/*.selService_formTrain {
	padding: 20px 15px 40px 140px;

	@include pc {
		padding-left: calc(6.5rem + 75px);
		padding-bottom: 50px;
	}
}*/
/*.selService_formTrain.shinkansen::after {
	left: calc(5rem + 35px);

	@include pc {
		left: calc(6.5rem + 35px);
	}
}*/
.ts_resultTrainName {
  margin-bottom: 20px; }

.cancel_seatW {
  width: 100%;
  height: auto;
  margin-bottom: 20px; }
  @media print, screen and (min-width: 750px) {
    .cancel_seatW {
      display: flex;
      flex-wrap: nowrap;
      justify-content: space-between; } }

.cancel_seatsubW {
  width: 100%;
  height: auto; }
  @media print, screen and (min-width: 750px) {
    .cancel_seatsubW {
      width: auto; } }

.cancel_seatType {
  font-weight: bold;
  position: relative;
  padding-left: 25px; }
  @media print, screen and (min-width: 750px) {
    .cancel_seatType {
      display: inline-block; } }
  .cancel_seatType.reserve::before {
    position: absolute;
    content: "";
    width: 20px;
    height: 20px;
    top: 0;
    bottom: 0;
    margin-top: auto;
    margin-bottom: auto;
    left: 0;
    background: url("/jreast-train-reservation/reserve/wb/img/trainsearch/ts_resulttrainseat_reserve-icon.png") no-repeat left top;
    background-size: 20px 20px; }
  .cancel_seatType.granclass::before {
    position: absolute;
    content: "";
    width: 20px;
    height: 20px;
    top: 0;
    bottom: 0;
    margin-top: auto;
    margin-bottom: auto;
    left: 0;
    background: url("/jreast-train-reservation/reserve/wb/img/trainsearch/ts_resulttrainseat_granclass-icon.png") no-repeat left top;
    background-size: 20px 20px; }

.cancel_seatsubSeatAtt2W {
  font-size: 0.8rem;
  margin-top: 10px;
  margin-left: 25px; }
  @media print, screen and (min-width: 750px) {
    .cancel_seatsubSeatAtt2W {
      display: flex;
      flex-wrap: nowrap;
      justify-content: flex-start; } }

.cancel_seatsubSeatAtt2Txt {
  color: #b42700; }

.cancel_seatsubSeatAtt2Btn {
  margin-top: 5px;
  text-align: right; }
  @media print, screen and (min-width: 750px) {
    .cancel_seatsubSeatAtt2Btn {
      margin-top: 0;
      margin-left: 17px; } }

.cancel_seatsubSeatnum {
  font-size: 0.9rem;
  padding-left: 25px;
  margin-top: 10px;
  line-height: 1.4;
  font-weight: bold; }
  @media print, screen and (min-width: 750px) {
    .cancel_seatsubSeatnum {
      width: calc(100% - 20px); } }

.cancel_seatBtnW {
  display: flex;
  justify-content: flex-end;
  margin-top: 15px; }
  @media print, screen and (min-width: 750px) {
    .cancel_seatBtnW {
      width: 200px;
      align-items: center;
      margin-top: 0; } }

.cancel_pointW {
  margin-bottom: 0; }
  @media print, screen and (min-width: 750px) {
    .cancel_pointW {
      margin-bottom: 0; } }

.top_formEntryOptionH {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  height: auto;
  text-align: left;
  text-decoration: none;
  font-size: 0.9rem;
  font-weight: bold;
  font-family: inherit;
  outline: none;
  background: none;
  border: none;
  box-sizing: border-box;
  color: #1a70b2;
  margin: 0;
  padding: 15px 0;
  cursor: pointer;
  position: relative; }
  .top_formEntryOptionH::before {
    content: "";
    width: 20px;
    height: 20px;
    top: 0;
    bottom: 0;
    margin-top: auto;
    margin-bottom: auto;
    margin-right: 5px;
    background: url(/jreast-train-reservation/reserve/wb/img/trainsearch/ts_acd_close-blue.png) no-repeat left top;
    background-size: 20px 20px; }
  .top_formEntryOptionH.active::before {
    background: url(/jreast-train-reservation/reserve/wb/img/trainsearch/ts_acd_open-blue.png) no-repeat left top;
    background-size: 20px 20px; }
  @media print, screen and (min-width: 750px) {
    .top_formEntryOptionH {
      padding-bottom: 0; } }

.cancel_pointDetailW {
  display: none;
  padding-left: 25px; }
  @media print, screen and (min-width: 750px) {
    .cancel_pointDetailW {
      margin-top: 10px; } }

.cancel_pointDetailH {
  font-size: 1rem;
  color: #000; }

.ckSeat_trainListSeatNameIcon.tokudane, .ckSeat_trainListSeatNameIcon.kabunushi {
  display: flex;
  margin: 10px 0 0;
  padding: 6px 0;
  justify-content: center; }
  @media print, screen and (min-width: 750px) {
    .ckSeat_trainListSeatNameIcon.tokudane, .ckSeat_trainListSeatNameIcon.kabunushi {
      margin-top: 5px; } }
.ckSeat_trainListSeatNameIcon.ticketless {
  display: flex;
  margin: 10px 0 0;
  padding: 6px 0;
  justify-content: center; }
  @media print, screen and (min-width: 750px) {
    .ckSeat_trainListSeatNameIcon.ticketless {
      margin-top: 5px; } }
.ckSeat_trainListSeatNameIcon.bonus {
  display: flex;
  margin: 10px 0 0;
  padding: 6px 0;
  justify-content: center; }
  @media print, screen and (min-width: 750px) {
    .ckSeat_trainListSeatNameIcon.bonus {
      margin-top: 5px; } }
.ckSeat_trainListSeatNameIcon.ic {
  display: flex;
  margin: 10px 0 0;
  padding: 6px 0;
  justify-content: center; }
  @media print, screen and (min-width: 750px) {
    .ckSeat_trainListSeatNameIcon.ic {
      margin-top: 5px; } }
.ckSeat_trainListSeatNameIcon.otona {
  display: flex;
  margin: 10px 0 0;
  padding: 6px 0;
  justify-content: center; }
  @media print, screen and (min-width: 750px) {
    .ckSeat_trainListSeatNameIcon.otona {
      margin-top: 5px; } }
.ckSeat_trainListSeatNameIcon.upgrade {
  display: flex;
  margin: 10px 0 0;
  padding: 6px 0;
  justify-content: center; }
  @media print, screen and (min-width: 750px) {
    .ckSeat_trainListSeatNameIcon.upgrade {
      margin-top: 5px; } }
.ckSeat_trainListSeatNameIcon.ticketless-per {
  display: flex;
  margin: 10px 0 0;
  padding: 6px 0;
  justify-content: center; }
  @media print, screen and (min-width: 750px) {
    .ckSeat_trainListSeatNameIcon.ticketless-per {
      margin-top: 5px; } }
.ckSeat_trainListSeatNameIcon.ticketless-yen {
  display: flex;
  margin: 10px 0 0;
  padding: 6px 0;
  justify-content: center; }
  @media print, screen and (min-width: 750px) {
    .ckSeat_trainListSeatNameIcon.ticketless-yen {
      margin-top: 5px; } }
.ckSeat_trainListSeatNameIcon.ofuku {
  display: flex;
  margin: 10px 0 0;
  padding: 6px 0;
  justify-content: center; }
  @media print, screen and (min-width: 750px) {
    .ckSeat_trainListSeatNameIcon.ofuku {
      margin-top: 5px; } }

.cancel_pointDetailList {
  width: 100%;
  height: auto;
  margin-bottom: 20px; }
  @media print, screen and (min-width: 750px) {
    .cancel_pointDetailList {
      display: flex;
      flex-wrap: nowrap;
      justify-content: space-between; } }

.cancel_pointDetailListItem {
  width: 100%;
  height: auto;
  margin-bottom: 15px; }
  .cancel_pointDetailListItem:last-of-type {
    margin-bottom: 0; }
  @media print, screen and (min-width: 750px) {
    .cancel_pointDetailListItem {
      width: 30%;
      margin-bottom: 0; } }

.cancel_pointDetailListItem-name {
  font-size: 0.9rem;
  color: #666666;
  margin-top: 10px;
  line-height: 1;
  margin-top: 15px; }
  .cancel_pointDetailListItem-name span {
    font-size: 0.8rem; }

.cancel_pointDetailListItem-point {
  font-size: 1rem;
  color: #007a52;
  font-weight: bold;
  margin-top: 2px; }
  .cancel_pointDetailListItem-point span {
    font-size: 0.8rem; }

.cancel_seatchangeW {
  width: 100%;
  height: auto; }
  @media print, screen and (min-width: 750px) {
    .cancel_seatchangeW {
      display: flex;
      flex-wrap: nowrap;
      justify-content: space-between;
      padding-left: 0;
      margin-bottom: 20px; } }

.cancel_seatchangesubW {
  width: 100%;
  height: auto; }
  @media print, screen and (min-width: 750px) {
    .cancel_seatchangesubW {
      display: flex;
      flex-wrap: nowrap;
      justify-content: space-between; } }

.cancel_seatchangeList {
  width: 100%;
  height: auto;
  margin-left: 25px; }

.cancel_seatchangeListItem {
  width: 100%;
  height: auto; }
  .cancel_seatchangeListItem.before {
    padding-bottom: 25px;
    position: relative; }
    .cancel_seatchangeListItem.before::after {
      position: absolute;
      content: "";
      display: block;
      bottom: 5px;
      left: 0;
      right: 0;
      margin-left: auto;
      margin-right: auto;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 12px 21px 0 21px;
      border-color: #007a52 transparent transparent transparent; }
  @media print, screen and (min-width: 750px) {
    .cancel_seatchangeListItem {
      display: flex;
      flex-wrap: nowrap;
      justify-content: flex-start; } }

.cancel_seatchangeListItemH {
  font-size: 1rem;
  padding-left: 25px;
  font-weight: bold;
  position: relative; }
  .cancel_seatchangeListItemH::before {
    position: absolute;
    display: block;
    content: "";
    width: 20px;
    height: 20px;
    top: 0;
    bottom: 0;
    margin-top: auto;
    margin-bottom: auto;
    left: 0;
    background: url("/jreast-train-reservation/reserve/wb/img/trainsearch/rc_seattype_green_icon.png") no-repeat left top;
    background-size: 20px 20px; }
  .cancel_seatchangeListItemH.before {
    color: #666666; }
    .cancel_seatchangeListItemH.before::before {
      position: absolute;
      display: block;
      content: "";
      width: 20px;
      height: 20px;
      top: 0;
      bottom: 0;
      margin-top: auto;
      margin-bottom: auto;
      left: 0;
      background: url("/jreast-train-reservation/reserve/wb/img/trainsearch/rc_seattype_gray_icon.png") no-repeat left top;
      background-size: 20px 20px; }

.cancel_seatchangeListItemTxt {
  font-size: 1.1rem;
  padding-left: 25px;
  line-height: 1.4;
  font-weight: bold; }
  .cancel_seatchangeListItemTxt.before {
    color: #666666; }
  .cancel_seatchangeListItemTxt > span {
    font-size: 0.88rem; }
  @media print, screen and (min-width: 750px) {
    .cancel_seatchangeListItemTxt {
      line-height: 1.7; } }

/*.selService_formGetonStNameW.shinkansen-limitedex::after {
	left: calc(5rem + 35px);

	@include pc {
		left: calc(6.5rem + 35px);
	}
}*/
/*.selService_formTrain.limitedex::after {
	left: calc(5rem + 35px);

	@include pc {
		left: calc(6.5rem + 35px);
	}
}*/
/*.selService_formGetonStNameW.limitedex-normal::after {
	left: calc(5rem + 35px);

	@include pc {
		left: calc(6.5rem + 35px);
	}
}*/
/*.selService_formGetonStNameW.normal::after {
	left: calc(5rem + 35px);

	@include pc {
		left: calc(6.5rem + 35px);
	}
}*/
/*.selService_formTrain.normal::after {
	left: calc(5rem + 35px);

	@include pc {
		left: calc(6.5rem + 35px);
	}
}*/
.selService_formNticket {
  padding-top: 20px;
  padding-bottom: 20px; }
  @media print, screen and (min-width: 750px) {
    .selService_formNticket {
      padding-bottom: 40px; } }

.selService_formTrainHeader-sub {
  font-size: 1rem; }

.cancel_nTicketAtt-gray {
  font-size: 0.9rem;
  color: #666666; }
  @media print, screen and (min-width: 750px) {
    .cancel_nTicketAtt-gray {
      font-size: 0.8rem; } }

.cancel_nTicketAttBtnW {
  margin-top: 12px; }

.selService_formTrainSeatSelSeatAcW {
  width: 100%;
  background: #ebebeb;
  margin-left: 0; }
  @media print, screen and (min-width: 750px) {
    .selService_formTrainSeatSelSeatAcW {
      margin-top: 12px;
      width: 70%; } }

.ckSeat_formTrainHeader-att {
  font-size: 0.9rem;
  color: #b42700;
  line-height: 1.4;
  margin-top: 15px; }
  @media print, screen and (min-width: 750px) {
    .ckSeat_formTrainHeader-att {
      margin-top: 5px; } }

/*.selService_formGetonStTrW {
	@include pc {
		flex-wrap: wrap;
		flex-direction: column;
	}
}*/
/*.selService_formGetonStName {
	@include pc {
		margin-right: 0;
	}
}*/
@media print, screen and (min-width: 750px) {
  .selService_formGetonTrWRoute {
    font-size: 0.8rem; } }

/*# sourceMappingURL=reserve_conf.css.map */
