@charset "utf-8";
.cancelSimulationWrap {
  border: 1px solid #707070;
  margin-top: 30px;
}
.tripSelectWrap {
  display: flex;
  flex-direction: column;
}
.tripSelectWrap .tripSelectBtn {
  padding: 10px 0 0 0;
  font-size: 1.4rem;
}
.tripSelectWrap .tripSelectBtn input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
  opacity: 0;
}
.tripSelectWrap .tripSelectBtn:first-child {
  padding-top: 0;
}
.tripSelectWrap .tripSelectBtn span {
  display: inline-block;
}
.tripSelectWrap .tripSelectBtn span > label {
  position: relative;
  cursor: pointer;
  padding-left: 20px;
}
.tripSelectWrap .tripSelectBtn span > label::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  vertical-align: middle;
  display: inline-block;
  box-sizing: border-box;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 3px solid #000;
  background: #fff;
  box-shadow: none;
}
.tripSelectWrap .tripSelectBtn input[type="radio"]:checked + span {
  color: #cc0000;
}
.tripSelectWrap .tripSelectBtn input[type="radio"]:checked + span > label::before {
  border-color: #cc0000;
  background-color: #cc0000;
}
.tripSelectWrap .tripSelectBtn input[type="radio"]:focus + span > label {
  outline: 1px solid #cc0000;
}
.simulationWrapHeader {
  background-color: #888888;
  font-size: 1.6rem;
  color: #fff;
  box-sizing: border-box;
  padding: 12px 10px 12px 15px;
}
.simulationWrapInr {
  box-sizing: border-box;
  padding: 15px 15px 45px 15px;
}
.peopleSelect {
  padding-top: 10px;
}
.peopleSelect .selectList {
  padding-top: 20px;
  display: flex;
  align-items: flex-start;
}
.peopleSelect .selectList:first-child {
  padding-top: 0;
}
.peopleSelect .selectList:first-child .selectListInr .ageSelect {
  pointer-events: none;
  border: 0;
}
.peopleSelect .selectList:first-child .selectListInr .ageSelect > span > select {
  color: #000;
}
.peopleSelect .selectList:first-child .selectListInr .ageSelect::after {
  display: none;
}
.numberIcon {
  color: #ffffff;
  font-size: 1.4rem;
  padding: 8px 6px;
  line-height: 1;
  background-color: #707070;
  margin-top: 0.5rem;
}
.selectListInr {
  display: flex;
  align-items: flex-start;
  margin-left: 8px;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: flex-start;
  width: 100%;
}
.selectListInr select {
  -webkit-appearance: none; /* ベンダープレフィックス(Google Chrome、Safari用) */
  -moz-appearance: none; /* ベンダープレフィックス(Firefox用) */
  appearance: none; /* 標準のスタイルを無効にする */
  cursor: pointer; /* マウスカーソルの形を指定する */
  background-color: #fff;
}
.selectListInr select::-ms-expand {
  display: none;
}
.ageSelect {
  border: 1px solid #707070;
  position: relative;
  background-color: #ffffff;
  width: 100%;
  height: 47px;
  display: flex;
  align-items: center;
  line-height: 1;
}
.ageSelect::after {
  content: '';
  display: block;
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -5px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 10px 0 10px;
  border-color: #707070 transparent transparent transparent;
  pointer-events: none;
}
.ageSelect > span {
  display: flex;
  width: 100%;
  height: 100%;
  line-height: 1;
}
.ageSelect > span > select {
  border: 0;
  padding: 0 20px 0 20px;
  font-size: 1.4rem;
  line-height: 1;
  width: 100%;
  background-color: #fff;
}
.roomMemberSelect {
  border: 1px solid #707070;
  position: relative;
  background-color: #ffffff;
  padding: 0;
  border: 1px solid #707070;
  position: relative;
  background-color: #ffffff;
  width: 100%;
  height: 47px;
  display: flex;
  align-items: center;
  margin-left: 0;
  margin-top: 10px;
}
.roomMemberSelect::after {
  content: '';
  display: block;
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -5px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 10px 0 10px;
  border-color: #707070 transparent transparent transparent;
  pointer-events: none;
}
.roomMemberSelect > span {
  display: flex;
  width: 100%;
  height: 100%;
}
.roomMemberSelect > span > select {
  border: 0;
  padding: 0 20px 0 20px;
  font-size: 1.4rem;
  line-height: 1;
  width: 100%;
}
.fareInput {
  border: 1px solid #707070;
  position: relative;
  background-color: #ffffff;
  display: flex;
  align-items: center;
  padding: 0;
  margin-left: 0;
  width: 100%;
  height: 47px;
  margin-top: 10px;
}
.inputBox {
  flex: 1;
}
.yenMark {
  font-size: 1.4rem;
  font-weight: bold;
  padding-left: 20px;
  padding-right: 5px;
}
.inputField {
  color: #ccc;
  width: auto;
}
.inputField > input {
  border: 0;
  padding: 0;
  font-size: 1.4rem;
  line-height: 1.5;
  width: 100%;
  /* flex-shrink: 1; */
  text-align: right;
  /* display: inline; */
  /* box-sizing: content-box;*/
}
.yenTxt {
  padding-left: 5px;
  /* flex-shrink: 1; */
  margin-left: auto;
  vertical-align: middle;
  padding-right: 20px;
}
.changeMemberBtnList {
  padding: 10px 0 0 0;
  display: flex;
  justify-content: center;
  width: 100%;
}
.changeMemberBtn {
  display: flex;
  align-items: center;
}
.changeMemberBtn button {
  display: inline-block;
  vertical-align: middle;
  background-image: url(/content/dam/sites/global/Y18/img/modules/icons_booking.png);
  background-repeat: no-repeat;
  background-size: 423px 86px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  width: 35px;
  height: 35px;
  border: 0px;
  background-color: transparent;
  font-size: 0;
}
.changeMemberBtn .plus button {
  background-position: -109px 0px;
}
.changeMemberBtn .minus button {
  background-position: -187px 0px;
}
.changeMemberBtn li {
  padding-left: 10px;
}
.changeMemberBtn li:first-child {
  padding-left: 0;
}
.changeMemberBtn .minusOff button {
  background-position: -227px 0px;
}
.changeMemberBtn .plusOff button {
  width: 35px;
  height: 35px;
  background-position: -148px 0px;
}
@media all and (min-width:740px) {
  .cancelSimulationWrap {
    width: 950px;
    margin: 0 auto;
  }
  .simulationWrapInr {
    box-sizing: border-box;
    padding: 15px 30px 30px 30px;
  }
  .tripSelectWrap {
    align-items: center;
    justify-content: center;
    flex-direction: row;
  }
  .tripSelectWrap .tripSelectBtn {
    padding: 0 10px;
  }
  .peopleSelect .selectList {
    align-items: center;
  }
  .numberIcon {
    margin-top: 0;
    width: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8px 0;
  }
  .selectListInr {
    flex-direction: row;
    align-items: center;
    width: auto;
  }
  .ageSelect {
    width: 210px;
  }
  .roomMemberSelect {
    width: 210px;
    margin-left: 15px;
    margin-top: 0;
  }
  .fareInput {
    width: 319px;
    margin-left: 15px;
    margin-top: 0;
  }
  .changeMemberBtnList {
    padding: 0 0 0 8px;
    display: flex;
    justify-content: flex-start;
    width: auto;
  }
}
.selectHead {
  margin-top: 30px;
  font-size: 1.4rem;
}
.selectHead > p {
  padding: 0 0 0 1.8em !important;
  position: relative;
}
.selectHead > p::before {
  content: "";
  display: inline-block;
  width: 0.4em;
  height: 0.4em;
  background-color: #333;
  border-radius: 50%;
  position: absolute;
  top: 0.75em;
  left: 0.9em;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
/*-- departureDateWrap --*/
.departureDateWrap {
  margin-top: 10px;
}
/*-- icon --*/
.departureDateWrap [class^="mdl_icon_"], .departureDateWrap [class*=" mdl_icon_"], .mdl_main .mdl_compBtn:after, .recommend_btn:after {
  display: inline-block;
  vertical-align: middle;
  background-image: url(/content/dam/sites/global/Y18/img/modules/icons_booking.png);
  background-repeat: no-repeat;
  background-size: 425px 88px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.mdl_main .mdl_compBtn:after, .recommend_btn:after {
  content: "";
}
.mdl_icon_calendar {
  width: 22px;
  height: 22px;
  background-position: -27px 0;
}
/* col2 */
/* .mdl_elmBox_inr.col2{table-layout:fixed;padding:0;} */
/* .mdl_elmBox_inr.col2 .mdl_elmCell {
    width: 50%;
    padding: 7px 10px 9px;
} */
/*.mdl_elmBox_inr.col2 .mdl_elmCell:nth-child(2) {
    padding-left: 0;
}*/
/* .mdl_elmBox_inr.col2 .mdl_elmCell:nth-child(2)>.mdl_data {
    padding-left: 10px;
    border-left: 1px solid #848484;
} */
@media all and (min-width:740px) {
  .departureDateWrap {
    margin-top: 15px;
    width: calc(100% - 45px);
  }
  .mdl_elmBox_inr.col2 .mdl_elmCell:nth-child(2) > .mdl_elmCell_iconWrap [class^="mdl_icon_"] {
    left: 3px;
  }
}
/* elmBox */
.departureDateWrap .mdl_elmBox {
  background-color: #fff;
  position: relative;
  margin-top: 5px;
}
.departureDateWrap .mdl_elmBox.borderElm {
  background-color: transparent;
}
.departureDateWrap .mdl_elmBox.borderElm .mdl_elmBox_inr {
  border: 2px solid #fff;
}
.departureDateWrap .mdl_elmBox.borderElm .mdl_elmBox_inr label {
  width: calc(100% - 24px);
}
.departureDateWrap .mdl_elmBox.clearElm {
  background-color: transparent;
}
.departureDateWrap .mdl_elmBox.clearElm .mdl_elmBox_inr {
  border: none;
  height: auto;
}
.departureDateWrap .mdl_elmBox.clearElm .mdl_elmBox_inr, .departureDateWrap .mdl_elmBox.clearElm .mdl_elmCell {
  padding: 0px;
  vertical-align: top;
}
.departureDateWrap .mdl_elmBox.clearElm .mdl_groupHead {
  font-size: 14px;
}
/*.departureDateWrap .mdl_elmBox_inr {
display: table;
width: 100%;
height: 47px;
padding: 0 10px;
}*/
.departureDateWrap .mdl_elmCell {
  display: table-cell;
  vertical-align: middle;
  padding: 7px 0 9px;
}
.departureDateWrap .mdl_elmCell_iconWrap {
  display: block;
  padding-left: 32px;
  position: relative;
}
.departureDateWrap .mdl_elmCell_iconWrap [class^="mdl_icon_"], .departureDateWrap .mdl_elmCell_iconWrap [class*=" mdl_icon_"] {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.departureDateWrap .borderElm_wrap {
  border: 2px solid #fff;
  padding: 5px;
  margin-top: 10px;
}
.departureDateWrap .borderElm_wrap .mdl_elmBox {
  margin-top: 5px;
}
.departureDateWrap .borderElm_wrap .mdl_elmBox:first-child {
  margin-top: 0px;
}
.departureDateWrap .borderElm_wrap .mdl_elmBox:first-child p {
  font-size: 1.4rem;
}
.departureDateWrap .mdl_elmBox.nonactiveElm {
  background-color: #d8dbdf;
}
.departureDateWrap .mdl_elmBox.nonactiveElm .mdl_elmBox_inr {
  border: 0px solid #d8dbdf;
  color: #5a5a5a;
  font-weight: bold;
}
.departureDateWrap .mdl_elmBox.nonactiveElm .mdl_elmBox_inr label {
  width: calc(100% - 24px);
}
.departureDateWrap .nonactiveElm_wrap {
  border: 0px solid #fff;
  padding: 5px;
  margin-top: 10px;
}
.departureDateWrap .nonactiveElm_wrap .mdl_elmBox {
  margin-top: 5px;
}
.departureDateWrap .nonactiveElm_wrap .mdl_elmBox:first-child {
  margin-top: 0px;
}
.departureDateWrap .nonactiveElm_wrap .mdl_elmBox:first-child p {
  font-size: 1.4rem;
}
/*-- txt --*/
/* .mdl_data {
    display: inline-block;
    vertical-align: middle;
    font-size: 1.6rem;
    line-height: 1.2;
} */
.mdl_data .deno, .cancelDate .search_item .deno {
  margin-left: 2px;
  font-size: 1.2rem;
}
/*
.mdl_data .year, .mdl_data .mth, .mdl_data .day, .mdl_data .per {
  font-size: 1.8rem;
}
*/
.mdl_data .per {
  letter-spacing: -1px;
}
/*
.mdl_data .DoW {
  font-size: 1.2rem;
}
*/
.mdl_data .mdd {
  font-size: 1.4rem;
}
.mdl_data .pre {
  margin-right: 5px;
  font-size: 1.2rem;
}
.mdl_data .suf {
  margin-left: 5px;
  font-size: 1.2rem;
}
.mdl_data .unSelect {
  display: inline-block;
  color: #767676;
}
.mdl_data .def {
  display: block;
  color: #333;
  font-size: 1.2rem;
}
.mdl_elmBox .trainTxt, .mdl_elmBox .harukaTxt {
  color: #333;
  padding: 0 10px 5px 10px;
}
.mdl_elmBox .trainTxt a, .mdl_elmBox .harukaTxt a {
  text-decoration: underline;
}
@media all and (min-width:740px) {
  .mdl_data .mdd {
    font-size: 1.6rem;
  }
}
@media all and (min-width:740px) {
  .mdl_elmBox.colTransform1_2 {
    background-color: #fff;
    margin-right: 40px;
  }
  .mdl_elmBox.colTransform1_2 .mdl_elmCell {
    background-color: transparent;
  }
  .mdl_elmBox.colTransform1_2 .mdl_elmBox_inr.col2 .mdl_elmCell {
    display: table-cell;
    width: 53%;
  }
  .mdl_elmBox.colTransform1_2 .mdl_elmBox_inr.col2 .mdl_elmCell:nth-child(2) {
    padding-left: 0px;
    margin-top: 0px;
    width: 47%;
  }
  .mdl_elmBox.colTransform1_2 .mdlAirportset_swap {
    right: -50px;
    transform: translate(0, -50%) rotate(90deg)
  }
  .mdl_elmBox.colTransform1_2 .mdl_elmBox_inr.col2 .mdl_elmCell:nth-child(2) .mdl_data {
    border-left: 1px solid #848484;
    padding-left: 32px;
  }
  .mdl_elmBox.colTransform1_2 .mdl_elmCell:nth-child(2) .mdl_elmCell_iconWrap {
    padding-left: 0px;
  }
  .mdl_elmBox.colTransform1_2 .mdl_elmBox_inr .mdl_elmCell:nth-child(2) .mdl_icon_arrival {
    left: 5px;
  }
  .contentsInr .ticketModule_unit {
    margin: 40px 0 0 0;
  }
  .mdl_main a:hover {
    text-decoration: none;
  }
  .mdl_main_body {
    padding: 10px 20px 30px 20px;
  }
  .mdl_main_body .txtLink:focus {
    outline: 1px solid #fff;
  }
  /*  .mdl_elmBox {
    margin-top: 10px;
    border: 1px solid #707070;
  }*/
  .mdl_pc2col .mdl_elmBox {
    float: left;
    vertical-align: top;
    width: calc(50% - 5px);
  }
  .mdl_pc2col .mdl_elmBox:nth-child(even) {
    float: right
  }
  .mdl_pc2col.col2Type_b .mdl_elmBox {
    width: calc(70% - 10px);
  }
  .mdl_pc2col.col2Type_b .mdl_elmBox:nth-child(even) {
    width: 25%;
  }
  .mdl_data .unSelect, .mdl_data .def {
    display: inline-block;
    margin-right: 8px;
  }
  .mdl_elmBox .trainTxt, .mdl_elmBox .harukaTxt {
    text-indent: -1em;
    padding-left: 1.6em;
  }
  .mdl_elmBox .trainTxt a, .mdl_elmBox .harukaTxt a {
    color: #cc0000;
  }
  .mdl_main_head {
    font-size: 2rem;
  }
  .mdl_main_head > span {
    font-size: 1.5rem;
  }
  .roundTrip {
    float: left;
    max-width: 280px;
  }
  .mdl_elmBox.mdl_swapSet {
    margin-right: 50px;
  }
  .mdlAirportset_swap {
    width: 44px;
    height: 44px;
    transform: translate(0, -50%) rotate(90deg);
    right: -50px;
  }
  .otherItinerary_txt {
    display: inline-block;
    float: right;
    padding-top: 15px;
  }
  .mdl_elmBox.searchType {
    margin-top: 20px;
  }
  .mdl_compBtn {
    max-width: 297px;
    margin-top: 30px;
  }
}
/*@media all and (min-width:740px) {
.departureDateWrap .borderElm_wrap .mdl_elmBox {
margin-top: 0px;
}
.departureDateWrap .nonactiveElm_wrap .mdl_elmBox {
margin-top: 0px;
}
}*/
.departureDateWrap .mdl_elmBox {
  background-color: #fff;
  position: relative;
  margin-top: 5px;
}
.departureDateWrap .mdl_elmBox_inr {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding: 0;
  height: auto;
}
.departureDateWrap .mdl_elmCell {
  width: 100%;
  padding: 7px 10px 9px;
  display: flex;
  align-items: center;
  position: relative;
  border: 1px solid #707070;
  margin-top: 10px;
  text-decoration: none;
}
.simulationWrapInr.oneWay .departureDateWrap #JS_arrDate {
  display: none;
}
.simulationWrapInr.dayTrip .departureDateWrap #JS_arrDate {
  pointer-events: none;
}
.departureDateWrap .mdl_elmCell:first-of-type {
  margin-top: 0;
}
/* .departureDateWrap .mdl_elmBox_inr.col2 .mdl_elmCell:nth-child(2) {
    padding-left: 0;
} */
.departureDateWrap .mdl_elmCell_iconWrap {
  display: block;
  padding-left: 32px;
  position: relative;
}
.departureDateWrap [class^="mdl_icon_"] {
  display: inline-block;
  vertical-align: middle;
  background-image: url(/content/dam/sites/global/Y18/img/modules/icons_booking.png);
  background-repeat: no-repeat;
  background-size: 423px 86px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  width: 18px;
  height: 17px;
  background-position: -29px -1px;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(0) !important;
  transform: translateY(0) !important;
  margin-top: -8px;
}
.departureDateWrap .mdl_data {
  display: flex;
  vertical-align: middle;
  font-size: 1.6rem;
  line-height: 1.2;
  align-items: baseline;
  flex-direction: column;
}
.departureDateWrap .mdl_elmBox_inr.col2 .mdl_elmCell:nth-child(2) > .mdl_data {
  /* padding-left: 10px; */
  /* border-left: 1px solid #848484; */
}
.departureDateWrap .mdl_data .def {
  display: block;
  color: #333;
  font-size: 1.2rem;
}
.departureDateWrap .mdl_data .year, .departureDateWrap .mdl_data .mth, .departureDateWrap .mdl_data .day, .departureDateWrap .mdl_data .per, .cancelDate .search_item .year, .cancelDate .search_item .mth, .cancelDate .search_item .day {
  font-size: 1.8rem;
}
.departureDateWrap .mdl_data .deno {
  margin-left: 2px;
}
.departureDateWrap .mdl_data .DoW, .cancelDate .search_item .DoW {
  font-size: 1.2rem;
}
@media (min-width: 740px) {
  .departureDateWrap .mdl_elmBox_inr {
    flex-direction: row;
    height: 47px;
  }
  .departureDateWrap .mdl_elmBox {
    margin-top: 10px;
    border: 1px solid #707070;
  }
  .departureDateWrap .mdl_elmCell {
    width: 50%;
    border: 0;
    margin-top: 0;
  }
  .departureDateWrap .mdl_data {
    flex-direction: row;
  }
  .departureDateWrap .mdl_elmBox_inr .mdl_elmCell:nth-child(2) .mdl_elmCell_iconWrap {
    padding-left: 0;
  }
  .departureDateWrap .mdl_elmBox_inr .mdl_elmCell:nth-child(2) .mdl_data .def {
    width: 182px;
  }
  .departureDateWrap .mdl_elmBox_inr .mdl_elmCell:nth-child(2) .mdl_icon_calendar {
    display: none;
  }
  .departureDateWrap .mdl_data .def {
    display: inline-block;
    margin-right: 0;
    font-size: 1.4rem;
    width: 150px;
  }
  .departureDateWrap .mdl_data .year, .departureDateWrap .mdl_data .mth, .departureDateWrap .mdl_data .day, .departureDateWrap .mdl_data .per, .cancelDate .search_item .year, .cancelDate .search_item .mth, .cancelDate .search_item .day {
    font-size: 1.8rem;
  }
  .departureDateWrap .mdl_data .deno, .cancelDate .search_item .deno {
    margin-left: 0;
    font-size: 1.2rem;
  }
  .departureDateWrap .mdl_elmCell:before {
    content: "";
    width: 1px;
    height: 80%;
    background: #d0d0d0;
    position: absolute;
    top: 50%;
    left: -2px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .departureDateWrap .mdl_elmCell:first-of-type:before {
    content: none;
  }
}
.transitWrap {
  margin-top: 0;
  position: relative;
}
.transitWrap .item_wrap {
  background: #fff;
  border: 1px solid #707070;
  padding: 9px 10px 5px;
  margin-top: 10px;
}
.simulationWrapInr.oneWay .transitWrap .item_wrap.inBound {
  display: none;
}
.transitWrap .item_wrap a {
  display: inline-block;
  width: 100%;
  text-decoration: none;
}
.transitWrap .search_item {
  padding: 0 0 0 32px;
  position: relative;
}
.transitWrap .search_item::after {
  content: '';
  display: block;
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -5px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 10px 0 10px;
  border-color: #707070 transparent transparent transparent;
  pointer-events: none;
}
.transitWrap .search_item:before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  vertical-align: middle;
  background-image: url("/domtour/jaldp/cancellation-fee/img_sites/icon_transit.svg");
  background-repeat: no-repeat;
  background-size: 24px 24px;
  background-position: 0 0;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -12px;
}
.transitWrap .search_item.dep_airport:before {}
.transitWrap .search_item.arr_airport:before {}
.transitWrap .search_item dt {
  font-size: 1.2rem;
  line-height: 1.1;
  position: relative;
}
.transitWrap .search_item dt span {
  display: inline-block;
  position: relative;
  color: #555;
}
.transitWrap .search_item dd {
  flex: 1;
  line-height: 1;
}
.transitWrap .search_item dd > span {
  display: block;
  width: 100%;
}
.transitWrap .search_item dd > span > select {
  border: 0;
  width: 100%;
  -webkit-appearance: none; /* ベンダープレフィックス(Google Chrome、Safari用) */
  -moz-appearance: none; /* ベンダープレフィックス(Firefox用) */
  appearance: none; /* 標準のスタイルを無効にする */
  cursor: pointer; /* マウスカーソルの形を指定する */
  background-color: #fff;
}
.transitWrap .search_item dd > span > select::-ms-expand {
  display: none;
}
.transitWrap .helpBtn {
  display: flex;
  justify-content: center;
  margin: 10px 0 0 0;
}
.transitWrap .helpBtn button {
  width: 35px;
  height: 35px;
  background-color: #626770;
  border: 0px;
  border-radius: 50%;
  color: #fff;
  font-size: 18px;
}
@media (min-width: 740px) {
  .transitWrap {
    margin: 25px 0 0 0;
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: flex-start;
  }
  .transitWrapInr {
    font-size: 1.4rem;
    width: calc(100% - 45px);
    display: flex;
    background: #fff;
    border: 1px solid #707070;
    position: relative;
    align-items: center;
    justify-content: flex-start;
  }
  .transitWrap .item_wrap {
    width: 100%;
    padding: 10px;
    display: flex;
    align-items: center;
    height: 47px;
    width: 50%;
    background: #fff;
    border: none;
    padding: 0 10px;
    position: relative;
    margin-top: 0;
  }
  .transitWrap .item_wrap:first-of-type {
    width: 50%;
  }
  .transitWrap .item_wrap:before {
    content: "";
    width: 1px;
    height: 80%;
    background: #d0d0d0;
    position: absolute;
    top: 50%;
    left: -2px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .transitWrap .item_wrap:first-of-type:before {
    content: none;
  }
  .transitWrap .search_item {
    width: 100%;
    display: flex;
    align-items: center;
  }
  .transitWrap .search_item dt {
    width: 150px;
  }
  .transitWrap .search_item dt > label {
    width: 100%;
    font-size: 1.4rem;
    color: #000;
    height: 45px;
    display: flex;
    align-items: center;
  }
  .transitWrap .search_item dd > span > select {
    height: 45px;
  }
  .transitWrap .search_item .mdl_data {
    font-size: 1.4rem;
  }
  .search_item dd {
    height: 45px;
    display: flex;
    align-items: center;
  }
  .transitWrap .helpBtn {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 0 0 10px;
  }
}
.cancelDate {
  margin-top: 5px;
  position: relative;
}
.cancelDate .item_wrap {
  background: #fff;
  border: 1px solid #707070;
  padding: 9px 10px 5px;
}
.cancelDate .item_wrap a {
  display: inline-block;
  width: 100%;
  text-decoration: none;
}
.cancelDate .search_item {
  padding: 1px 0 0 32px;
  position: relative;
}
.cancelDate .search_item:before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 17px;
  vertical-align: middle;
  background-image: url(/dom/change/charge/common/img_sites/icons_booking.png);
  background-repeat: no-repeat;
  background-size: 423px 86px;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -8px;
  background-position: -29px -1px;
}
.cancelDate .search_item dt {
  font-size: 1.2rem;
  line-height: 1.1;
  position: relative;
}
.cancelDate .search_item dt span {
  display: inline-block;
  position: relative;
  color: #555;
}
.cancelDate .search_item dt {
  font-size: 1.2rem;
  line-height: 1.1;
  position: relative;
}
@media (min-width: 740px) {
  .cancelDate {
    width: 50%;
    margin: 15px 0 0 0;
    font-size: 1.4rem;
    display: block;
  }
  .cancelDate .item_wrap {
    width: 100%;
    padding: 10px;
    display: flex;
    align-items: center;
    height: 47px;
  }
  .cancelDate .search_item {
    width: 100%;
    display: flex;
    align-items: center;
  }
  .cancelDate .search_item dt {
    width: 7.5em;
    font-size: 1.4rem;
  }
  .cancelDate .search_item dd {
    width: 71%;
    width: calc(100% - 8em);
    font-size: 1.4rem;
  }
}
.calculationBtn {
  display: flex;
  align-content: center;
  justify-content: center;
  margin-top: 70px;
}
.calculationBtn > button {
  background-color: #D80000;
  color: #fff;
  font-size: 1.4rem;
  text-align: center;
  width: 82.4vw;
  border: 0;
  padding: 20px 0;
  cursor: pointer;
}
@media (min-width:740px) {
  .calculationBtn {
    margin-top: 65px;
  }
  .calculationBtn > button {
    width: 308px;
    border: 0;
    padding: 20px 0;
    cursor: pointer;
  }
}
.totalFee {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 75px;
}
.totalFee .feeHead {
  font-size: 20px;
  padding-left: 20px;
}
.totalFee .feeTxt {
  font-size: 20px;
  padding-right: 20px;
}
.totalFee .feeTxt > span {
  font-size: 30px;
  padding-right: 10px;
  font-weight: bold;
}
.breakdownListWrap {
  border-top: 1px solid #707070;
  margin-top: 25px;
  margin: 0 -10px;
}
.breakdownListWrap table {
  /*
	display: block;
	overflow-x: scroll;
	white-space: nowrap;
	-webkit-overflow-scrolling: touch;
	*/
  font-size: 12px;
}
.breakdownListWrap .listHeader {
  background-color: #F1ECEC;
  padding: 10px 0 10px 10px;
  font-size: 1.4rem;
  position: relative;
}
.breakdownListWrap .listHeader::after {
  display: block;
  content: '';
  position: absolute;
  top: 50%;
  right: 10px;
  width: 12px;
  height: 12px;
  border-top: 2px solid #cc0000;
  border-right: 2px solid #cc0000;
}
.breakdownListWrap.open .listHeader::after {
  transform: rotate(135deg);
  margin-top: -10px;
}
.breakdownListWrap.close .listHeader::after {
  transform: rotate(-45deg);
  margin-top: -5px;
}
.listInr .listItem {
  border-bottom: 1px solid #707070;
  padding: 0 10px 0 10px;
  text-align: center;
  font-size: 12px;
  line-height: 1.1;
}
.listNumber > p {
  background-color: #707070;
  color: #fff;
  padding: 4px;
  font-size: 1.4rem;
  display: inline-block;
  line-height: 1;
}
/*.listInr .listItem .listNumber {
  padding: 10px 0 10px 10px;
  width: 5%;
}
*/
.listInr .listItem .listNumber {
  padding: 10px 0 10px 5px;
  width: 5%;
}
/*.listInr .listItem .ageType {
  padding: 10px 0 10px 10px;
  text-align: center;
  width: 15%;
}*/
.listInr .listItem .ageType {
  padding: 10px 0 10px 5px;
  text-align: center;
  width: 20%;
}
/*.listInr .listItem .peopleType {
  padding: 10px 0 10px 10px;
  text-align: center;
  width: 15%;
}*/
.listInr .listItem .peopleType {
  padding: 10px 0 10px 5px;
  text-align: center;
  width: 10%;
}
/*.listInr .listItem .unitPrice {
  padding: 10px 0 10px 10px;
  text-align: center;
}*/
.listInr .listItem .unitPrice {
  padding: 10px 0 10px 5px;
  text-align: center;
  width: 20%;
}
/*.listInr .listItem .subtotal {
  text-align: right;
  padding: 10px 10px 10px 0;
}*/
.listInr .listItem .subtotal {
  text-align: right;
  padding: 10px 5px 10px 0;
  width: 15%;
}
@media (min-width:740px) {
  .breakdownListWrap {
    margin: 25px 0 0 0;
  }
  .breakdownListWrap table {
    display: table;
    overflow-x: inherit;
    white-space: inherit;
  }
  .breakdownListWrap .listHeader {
    padding: 10px 0 10px 20px;
  }
  .breakdownListWrap .listHeader::after {
    right: 20px;
  }
  .listInr .listItem {
    font-size: 1.4rem;
  }
  .listInr .listItem .listNumber {
    padding: 10px 0 10px 20px;
    /*width: 5%;*/
    width: 10%;
    text-align: center;
  }
  .listInr .listItem .ageType {
    padding: 10px 0 10px 10px;
    /*text-align: center;*/
    text-align: left;
    /* width: 15%; */
    width: 20%;
  }
  .listInr .listItem .peopleType {
    padding: 10px 0 10px 10px;
    /* text-align: center; */
    text-align: left;
    /* width: 15%; */
    width: 20%;
  }
  .listInr .listItem .unitPrice {
    /* width: 15%; */
    width: 20%;
    text-align: right;
  }
  .listInr .listItem .unitPrice br {
    display: none;
  }
  .listInr .listItem .subtotal {
    padding: 10px 20px 10px 0;
    /* width: inherit; */
    width: 30%;
  }
}
.dialogUnit.peopleWrap.transitSelectWrap.dialogUnit .dialogTitle {
  padding-left: 25px;
}
.dialogUnit.peopleWrap.transitSelectWrap .dialogTitle:before {
  display: none;
}
.transitSelectWrap .mdl_data {
  font-size: 16px;
}
.transitSelectWrap.dialogUnit .mdl_data .per {
  font-size: 1.6rem;
  padding-left: 24px;
}
.transitSelectWrap .mdl_elmBox_inr {
  padding-left: 25px;
}
.dialogUnit {
  border-radius: 0;
}
@media (min-width:740px) {
  .peopleSelect + .selectHead {
    margin-top: 65px;
  }
}
.ctm_tableColor_set.ctm_bdrNon.table_typeA {
  margin-right: 0;
}
.ctm_tableColor_set.ctm_bdrNon.table_typeA table {
  width: 100%;
  border-left: 1px solid #707070;
  border-top: 1px solid #707070;
  border-right: none;
  border-bottom: none;
}
.ctm_tableColor_set.ctm_bdrNon.table_typeA td, .ctm_tableColor_set.ctm_bdrNon.table_typeA th {
  text-align: center;
  font-weight: normal;
  border-right: 1px solid #707070;
  border-bottom: 1px solid #707070;
}
.ctm_tableColor_set.ctm_bdrNon.table_typeA th {
  background-color: #474242;
}
.ctm_tableColor_set.ctm_bdrNon.table_typeA td {
  background-color: #fff;
}
.errorTxtBox {
  color: #cc0000;
  margin-top: 30px;
}
@media (min-width:740px) {
  .peopleSelect {
    padding-top: 15px;
  }
  .errorTxtBox {
    margin-top: 30px;
  }
  .cancelSimulationWrap {
    margin-top: 30px;
  }
}
.isError {
  border-color: #cc0000;
  border-width: 2px;
}