@charset "UTF-8";
/*******************************************************************************
*
* /personal配下の共通スタイルシート
*
*******************************************************************************/
/*=========================================
ボタンテンプレート
=========================================*/
/* デフォルトCSSを無効にするだけのCSS */
.tmp_btn_default {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none;
  padding: 0;
  border: none;
  font-family: inherit;
  outline: none;
  cursor: pointer;
  color: #1a70b2;
  position: relative;
  line-height: 1;
}

/* 高強調ボタン大 */
.tmp_btn_h_l-auto {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 60px;
  background-color: #1a70b2;
  color: #fff;
  border: 1px solid #1a70b2;
  border-radius: 5px;
  font-size: 1.2rem;
  font-weight: bold;
  font-family: inherit;
  text-decoration: none;
  text-align: center;
  outline: none;
  padding: 0 12px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1;
  cursor: pointer;
  position: relative;
}
@media print, screen and (min-width: 750px) {
  .tmp_btn_h_l-auto {
    padding-left: 1.4em;
    padding-right: 1.4em;
  }
}
.tmp_btn_h_l-auto:hover, .tmp_btn_h_l-auto:active {
  background-color: #44a3ec;
  border-color: #44a3ec;
  color: #fff;
}
.nonselect.tmp_btn_h_l-auto {
  background-color: #d9d9d9;
  border-color: #d9d9d9;
  color: #a6a6a6;
  pointer-events: none;
}

/* 高強調ボタン中 */
.tmp_btn_h_m-auto {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 48px;
  background-color: #1a70b2;
  color: #fff;
  border: 1px solid #1a70b2;
  border-radius: 5px;
  font-size: 0.9rem;
  font-weight: bold;
  font-family: inherit;
  text-decoration: none;
  text-align: center;
  outline: none;
  padding: 0 12px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1;
  cursor: pointer;
  position: relative;
}
@media print, screen and (min-width: 750px) {
  .tmp_btn_h_m-auto {
    padding-left: 1.4em;
    padding-right: 1.4em;
  }
}
.tmp_btn_h_m-auto:hover, .tmp_btn_h_m-auto:active {
  background-color: #44a3ec;
  border-color: #44a3ec;
  color: #fff;
}
.nonselect.tmp_btn_h_m-auto {
  background-color: #d9d9d9;
  border-color: #d9d9d9;
  color: #a6a6a6;
  cursor: default;
  pointer-events: none;
}

/* 高強調ボタン小 */
.tmp_btn_h_s-auto {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 36px;
  background-color: #1a70b2;
  color: #fff;
  border: 1px solid #1a70b2;
  border-radius: 5px;
  font-size: 0.8rem;
  font-weight: bold;
  font-family: inherit;
  text-decoration: none;
  text-align: center;
  outline: none;
  padding: 0 12px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1;
  cursor: pointer;
  position: relative;
}
@media print, screen and (min-width: 750px) {
  .tmp_btn_h_s-auto {
    padding-left: 1.4em;
    padding-right: 1.4em;
  }
}
.tmp_btn_h_s-auto:hover, .tmp_btn_h_s-auto:active {
  background-color: #44a3ec;
  border-color: #44a3ec;
  color: #fff;
}
.nonselect.tmp_btn_h_s-auto {
  background-color: #d9d9d9;
  border-color: #d9d9d9;
  color: #a6a6a6;
  cursor: default;
  pointer-events: none;
}

/* 高強調ボタン小　インライン */
.tmp_btn_h_s-auto-inline {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: auto;
  height: 36px;
  background-color: #1a70b2;
  color: #fff;
  border: 1px solid #1a70b2;
  border-radius: 5px;
  font-size: 0.8rem;
  font-weight: bold;
  font-family: inherit;
  text-decoration: none;
  text-align: center;
  outline: none;
  padding: 0 12px;
  line-height: 1;
  cursor: pointer;
  position: relative;
}
@media print, screen and (min-width: 750px) {
  .tmp_btn_h_s-auto-inline {
    padding-left: 1.4em;
    padding-right: 1.4em;
  }
}
.tmp_btn_h_s-auto-inline:hover, .tmp_btn_h_s-auto-inline:active {
  background-color: #44a3ec;
  border-color: #44a3ec;
  color: #fff;
}
.nonselect.tmp_btn_h_s-auto-inline {
  background-color: #d9d9d9;
  border-color: #d9d9d9;
  color: #a6a6a6;
  cursor: default;
  pointer-events: none;
}

/* 高強調ボタン大　背景緑 */
.tmp_btn_h_l_bggreen-auto {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 60px;
  background-color: #007a52;
  color: #fff;
  border: 1px solid #007a52;
  border-radius: 5px;
  font-size: 1.2rem;
  font-weight: bold;
  font-family: inherit;
  text-decoration: none;
  text-align: center;
  outline: none;
  padding: 0 12px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1;
  cursor: pointer;
  position: relative;
}
@media print, screen and (min-width: 750px) {
  .tmp_btn_h_l_bggreen-auto {
    padding-left: 1.4em;
    padding-right: 1.4em;
  }
}
.tmp_btn_h_l_bggreen-auto:hover, .tmp_btn_h_l_bggreen-auto:active {
  background-color: #f2f9f2;
  color: #007a52;
}
.nonselect.tmp_btn_h_l_bggreen-auto {
  color: #a6a6a6;
  cursor: default;
  pointer-events: none;
}
.nonselect.tmp_btn_h_l_bggreen-auto:hover, .nonselect.tmp_btn_h_l_bggreen-auto:active {
  background-color: #fff;
}
.bd-green.tmp_btn_h_l_bggreen-auto {
  border-color: #007a52;
}
.bd-white.tmp_btn_h_l_bggreen-auto {
  border-color: #fff;
}
.bd-gray.tmp_btn_h_l_bggreen-auto {
  border-color: #d9d9d9;
}
.bd-bold.tmp_btn_h_l_bggreen-auto {
  border-width: 2px;
}

/* 高強調ボタン中　背景緑 */
.tmp_btn_h_m_bggreen-auto {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 48px;
  background-color: #007a52;
  color: #fff;
  border: 1px solid #007a52;
  border-radius: 5px;
  font-size: 0.9rem;
  font-weight: bold;
  font-family: inherit;
  text-decoration: none;
  text-align: center;
  outline: none;
  padding: 0 12px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1;
  cursor: pointer;
  position: relative;
}
@media print, screen and (min-width: 750px) {
  .tmp_btn_h_m_bggreen-auto {
    padding-left: 1.4em;
    padding-right: 1.4em;
  }
}
.tmp_btn_h_m_bggreen-auto:hover, .tmp_btn_h_m_bggreen-auto:active {
  background-color: #f2f9f2;
  color: #007a52;
}
.nonselect.tmp_btn_h_m_bggreen-auto {
  background-color: #d9d9d9;
  border-color: #d9d9d9;
  color: #a6a6a6;
  cursor: default;
  pointer-events: none;
}
.nonselect.tmp_btn_h_m_bggreen-auto:hover, .nonselect.tmp_btn_h_m_bggreen-auto:active {
  background-color: #fff;
}
.bd-green.tmp_btn_h_m_bggreen-auto {
  border-color: #007a52;
}
.bd-white.tmp_btn_h_m_bggreen-auto {
  border-color: #fff;
}
.bd-gray.tmp_btn_h_m_bggreen-auto {
  border-color: #d9d9d9;
}
.bd-bold.tmp_btn_h_m_bggreen-auto {
  border-width: 2px;
}

/* 高強調ボタン小　背景緑 */
.tmp_btn_h_s_bggreen-auto {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 36px;
  background-color: #007a52;
  color: #fff;
  border: 1px solid #007a52;
  border-radius: 5px;
  font-size: 0.8rem;
  font-weight: bold;
  font-family: inherit;
  text-decoration: none;
  text-align: center;
  outline: none;
  padding: 0 12px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1;
  cursor: pointer;
  position: relative;
}
@media print, screen and (min-width: 750px) {
  .tmp_btn_h_s_bggreen-auto {
    padding-left: 1.4em;
    padding-right: 1.4em;
  }
}
.tmp_btn_h_s_bggreen-auto:hover, .tmp_btn_h_s_bggreen-auto:active {
  background-color: #f2f9f2;
  color: #007a52;
}
.nonselect.tmp_btn_h_s_bggreen-auto {
  color: #a6a6a6;
  cursor: default;
  pointer-events: none;
}
.nonselect.tmp_btn_h_s_bggreen-auto:hover, .nonselect.tmp_btn_h_s_bggreen-auto:active {
  background-color: #fff;
}
.bd-green.tmp_btn_h_s_bggreen-auto {
  border-color: #007a52;
}
.bd-white.tmp_btn_h_s_bggreen-auto {
  border-color: #fff;
}
.bd-gray.tmp_btn_h_s_bggreen-auto {
  border-color: #d9d9d9;
}
.bd-bold.tmp_btn_h_s_bggreen-auto {
  border-width: 2px;
}

/* 高強調ボタン小　背景緑　インライン */
.tmp_btn_h_s_bggreen-auto-inline {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: auto;
  height: 36px;
  background-color: #007a52;
  color: #fff;
  border: 1px solid #007a52;
  border-radius: 5px;
  font-size: 0.8rem;
  font-weight: bold;
  font-family: inherit;
  text-decoration: none;
  text-align: center;
  outline: none;
  padding: 0 12px;
  line-height: 1;
  cursor: pointer;
  position: relative;
}
@media print, screen and (min-width: 750px) {
  .tmp_btn_h_s_bggreen-auto-inline {
    padding-left: 1.4em;
    padding-right: 1.4em;
  }
}
.tmp_btn_h_s_bggreen-auto-inline:hover, .tmp_btn_h_s_bggreen-auto-inline:active {
  background-color: #f2f9f2;
  color: #007a52;
}
.nonselect.tmp_btn_h_s_bggreen-auto-inline {
  color: #a6a6a6;
  cursor: default;
  pointer-events: none;
}
.nonselect.tmp_btn_h_s_bggreen-auto-inline:hover, .nonselect.tmp_btn_h_s_bggreen-auto-inline:active {
  background-color: #fff;
}
.bd-green.tmp_btn_h_s_bggreen-auto-inline {
  border-color: #007a52;
}
.bd-white.tmp_btn_h_s_bggreen-auto-inline {
  border-color: #fff;
}
.bd-gray.tmp_btn_h_s_bggreen-auto-inline {
  border-color: #d9d9d9;
}
.bd-bold.tmp_btn_h_s_bggreen-auto-inline {
  border-width: 2px;
}

/* 高強調ボタン大　背景白 */
.tmp_btn_h_l_bgwhite-auto {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 60px;
  background-color: #fff;
  color: #007a52;
  border: 1px solid #007a52;
  border-radius: 5px;
  font-size: 1.2rem;
  font-weight: bold;
  font-family: inherit;
  text-decoration: none;
  text-align: center;
  outline: none;
  padding: 0 12px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1;
  cursor: pointer;
  position: relative;
}
@media print, screen and (min-width: 750px) {
  .tmp_btn_h_l_bgwhite-auto {
    padding-left: 1.4em;
    padding-right: 1.4em;
  }
}
.tmp_btn_h_l_bgwhite-auto:hover, .tmp_btn_h_l_bgwhite-auto:active {
  background-color: #f2f9f2;
  color: #007a52;
}
.nonselect.tmp_btn_h_l_bgwhite-auto {
  color: #a6a6a6;
  cursor: default;
  pointer-events: none;
}
.nonselect.tmp_btn_h_l_bgwhite-auto:hover, .nonselect.tmp_btn_h_l_bgwhite-auto:active {
  background-color: #fff;
}
.bd-green.tmp_btn_h_l_bgwhite-auto {
  border-color: #007a52;
}
.bd-white.tmp_btn_h_l_bgwhite-auto {
  border-color: #fff;
}
.bd-gray.tmp_btn_h_l_bgwhite-auto {
  border-color: #d9d9d9;
}
.bd-bold.tmp_btn_h_l_bgwhite-auto {
  border-width: 2px;
}

/* 高強調ボタン中　背景白 */
.tmp_btn_h_m_bgwhite-auto {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 48px;
  background-color: #fff;
  color: #007a52;
  border: 1px solid #007a52;
  border-radius: 5px;
  font-size: 0.9rem;
  font-weight: bold;
  font-family: inherit;
  text-decoration: none;
  text-align: center;
  outline: none;
  padding: 0 12px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1;
  cursor: pointer;
  position: relative;
}
@media print, screen and (min-width: 750px) {
  .tmp_btn_h_m_bgwhite-auto {
    padding-left: 1.4em;
    padding-right: 1.4em;
  }
}
.tmp_btn_h_m_bgwhite-auto:hover, .tmp_btn_h_m_bgwhite-auto:active {
  background-color: #f2f9f2;
  color: #007a52;
}
.nonselect.tmp_btn_h_m_bgwhite-auto {
  color: #a6a6a6;
  cursor: default;
  pointer-events: none;
}
.nonselect.tmp_btn_h_m_bgwhite-auto:hover, .nonselect.tmp_btn_h_m_bgwhite-auto:active {
  background-color: #fff;
}
.bd-green.tmp_btn_h_m_bgwhite-auto {
  border-color: #007a52;
}
.bd-white.tmp_btn_h_m_bgwhite-auto {
  border-color: #fff;
}
.bd-gray.tmp_btn_h_m_bgwhite-auto {
  border-color: #d9d9d9;
}
.bd-bold.tmp_btn_h_m_bgwhite-auto {
  border-width: 2px;
}

/* 高強調ボタン小　背景白 */
.tmp_btn_h_s_bgwhite-auto {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 36px;
  background-color: #fff;
  color: #007a52;
  border: 1px solid #007a52;
  border-radius: 5px;
  font-size: 0.8rem;
  font-weight: bold;
  font-family: inherit;
  text-decoration: none;
  text-align: center;
  outline: none;
  padding: 0 12px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1;
  cursor: pointer;
  position: relative;
}
@media print, screen and (min-width: 750px) {
  .tmp_btn_h_s_bgwhite-auto {
    padding-left: 1.4em;
    padding-right: 1.4em;
  }
}
.tmp_btn_h_s_bgwhite-auto:hover, .tmp_btn_h_s_bgwhite-auto:active {
  background-color: #f2f9f2;
  color: #007a52;
}
.nonselect.tmp_btn_h_s_bgwhite-auto {
  color: #a6a6a6;
  cursor: default;
  pointer-events: none;
}
.nonselect.tmp_btn_h_s_bgwhite-auto:hover, .nonselect.tmp_btn_h_s_bgwhite-auto:active {
  background-color: #fff;
}
.bd-green.tmp_btn_h_s_bgwhite-auto {
  border-color: #007a52;
}
.bd-white.tmp_btn_h_s_bgwhite-auto {
  border-color: #fff;
}
.bd-gray.tmp_btn_h_s_bgwhite-auto {
  border-color: #d9d9d9;
}
.bd-bold.tmp_btn_h_s_bgwhite-auto {
  border-width: 2px;
}

/* 高強調ボタン小　背景白　インライン */
.tmp_btn_h_s_bgwhite-auto-inline {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: auto;
  height: 36px;
  background-color: #fff;
  color: #007a52;
  border: 1px solid #007a52;
  border-radius: 5px;
  font-size: 0.8rem;
  font-weight: bold;
  font-family: inherit;
  text-decoration: none;
  text-align: center;
  outline: none;
  padding: 0 12px;
  line-height: 1;
  cursor: pointer;
  position: relative;
}
@media print, screen and (min-width: 750px) {
  .tmp_btn_h_s_bgwhite-auto-inline {
    padding-left: 1.4em;
    padding-right: 1.4em;
  }
}
.tmp_btn_h_s_bgwhite-auto-inline:hover, .tmp_btn_h_s_bgwhite-auto-inline:active {
  background-color: #f2f9f2;
  color: #007a52;
}
.nonselect.tmp_btn_h_s_bgwhite-auto-inline {
  color: #a6a6a6;
  cursor: default;
  pointer-events: none;
}
.nonselect.tmp_btn_h_s_bgwhite-auto-inline:hover, .nonselect.tmp_btn_h_s_bgwhite-auto-inline:active {
  background-color: #fff;
}
.bd-green.tmp_btn_h_s_bgwhite-auto-inline {
  border-color: #007a52;
}
.bd-white.tmp_btn_h_s_bgwhite-auto-inline {
  border-color: #fff;
}
.bd-gray.tmp_btn_h_s_bgwhite-auto-inline {
  border-color: #d9d9d9;
}
.bd-bold.tmp_btn_h_s_bgwhite-auto-inline {
  border-width: 2px;
}

/* 中強調ボタン大　緑 */
.tmp_btn_m_l_green-auto {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 60px;
  background-color: #fff;
  color: #007a52;
  border: 1px solid #d9d9d9;
  border-radius: 5px;
  font-size: 0.8rem;
  font-weight: bold;
  font-family: inherit;
  text-decoration: none;
  text-align: center;
  outline: none;
  padding: 0 12px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1;
  cursor: pointer;
  position: relative;
}
@media print, screen and (min-width: 750px) {
  .tmp_btn_m_l_green-auto {
    padding-left: 1.4em;
    padding-right: 1.4em;
  }
}
.tmp_btn_m_l_green-auto:hover, .tmp_btn_m_l_green-auto:active {
  background-color: #f2f9f2;
  color: #007a52;
}
.nonselect.tmp_btn_m_l_green-auto {
  color: #a6a6a6;
  cursor: default;
  pointer-events: none;
}
.nonselect.tmp_btn_m_l_green-auto:hover, .nonselect.tmp_btn_m_l_green-auto:active {
  background-color: #fff;
}
.bd-green.tmp_btn_m_l_green-auto {
  border-color: #007a52;
}

/* 中強調ボタン中　緑 */
.tmp_btn_m_m_green-auto {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 48px;
  background-color: #fff;
  color: #007a52;
  border: 1px solid #d9d9d9;
  border-radius: 5px;
  font-size: 0.8rem;
  font-weight: bold;
  font-family: inherit;
  text-decoration: none;
  text-align: center;
  outline: none;
  padding: 0 12px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1;
  cursor: pointer;
  position: relative;
}
@media print, screen and (min-width: 750px) {
  .tmp_btn_m_m_green-auto {
    padding-left: 1.4em;
    padding-right: 1.4em;
  }
}
.tmp_btn_m_m_green-auto:hover, .tmp_btn_m_m_green-auto:active {
  background-color: #f2f9f2;
  color: #007a52;
}
.nonselect.tmp_btn_m_m_green-auto {
  color: #a6a6a6;
  cursor: default;
  pointer-events: none;
}
.nonselect.tmp_btn_m_m_green-auto:hover, .nonselect.tmp_btn_m_m_green-auto:active {
  background-color: #fff;
}
.bd-green.tmp_btn_m_m_green-auto {
  border-color: #007a52;
}
.bd-bold.tmp_btn_m_m_green-auto {
  border-width: 2px;
}

/* 中強調ボタン小　緑 */
.tmp_btn_m_s_green-auto {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 36px;
  background-color: #fff;
  color: #007a52;
  border: 1px solid #d9d9d9;
  border-radius: 5px;
  font-size: 0.8rem;
  font-weight: bold;
  font-family: inherit;
  text-decoration: none;
  text-align: center;
  outline: none;
  padding: 0 12px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1;
  cursor: pointer;
  position: relative;
}
@media print, screen and (min-width: 750px) {
  .tmp_btn_m_s_green-auto {
    padding-left: 1.4em;
    padding-right: 1.4em;
  }
}
.tmp_btn_m_s_green-auto:hover, .tmp_btn_m_s_green-auto:active {
  background-color: #f2f9f2;
  color: #007a52;
}
.nonselect.tmp_btn_m_s_green-auto {
  color: #a6a6a6;
  cursor: default;
  pointer-events: none;
}
.nonselect.tmp_btn_m_s_green-auto:hover, .nonselect.tmp_btn_m_s_green-auto:active {
  background-color: #fff;
}

/* 中強調ボタン小　緑　インライン */
.tmp_btn_m_s_green-auto-inline {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: auto;
  height: 36px;
  background-color: #fff;
  color: #007a52;
  border: 1px solid #d9d9d9;
  border-radius: 5px;
  font-size: 0.8rem;
  font-weight: bold;
  font-family: inherit;
  text-decoration: none;
  text-align: center;
  outline: none;
  padding: 0 12px;
  line-height: 1;
  cursor: pointer;
  position: relative;
}
@media print, screen and (min-width: 750px) {
  .tmp_btn_m_s_green-auto-inline {
    padding-left: 1.4em;
    padding-right: 1.4em;
  }
}
.tmp_btn_m_s_green-auto-inline:hover, .tmp_btn_m_s_green-auto-inline:active {
  background-color: #f2f9f2;
  color: #007a52;
}
.nonselect.tmp_btn_m_s_green-auto-inline {
  color: #a6a6a6;
  cursor: default;
  pointer-events: none;
}
.nonselect.tmp_btn_m_s_green-auto-inline:hover, .nonselect.tmp_btn_m_s_green-auto-inline:active {
  background-color: #fff;
}

/* 中強調ボタン大　背景緑 */
.tmp_btn_m_l_bggreen-auto {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 60px;
  background-color: #007a52;
  color: #fff;
  border: 1px solid #007a52;
  border-radius: 5px;
  font-size: 0.8rem;
  font-weight: bold;
  font-family: inherit;
  text-decoration: none;
  text-align: center;
  outline: none;
  padding: 0 12px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1;
  cursor: pointer;
  position: relative;
}
@media print, screen and (min-width: 750px) {
  .tmp_btn_m_l_bggreen-auto {
    padding-left: 1.4em;
    padding-right: 1.4em;
  }
}
.tmp_btn_m_l_bggreen-auto:hover, .tmp_btn_m_l_bggreen-auto:active {
  background-color: #f2f9f2;
  color: #007a52;
}
.nonselect.tmp_btn_m_l_bggreen-auto {
  color: #a6a6a6;
  cursor: default;
  pointer-events: none;
}
.nonselect.tmp_btn_m_l_bggreen-auto:hover, .nonselect.tmp_btn_m_l_bggreen-auto:active {
  background-color: #fff;
}
.bd-green.tmp_btn_m_l_bggreen-auto {
  border-color: #007a52;
}

/* 中強調ボタン中　背景緑 */
.tmp_btn_m_m_bggreen-auto {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 48px;
  background-color: #007a52;
  color: #fff;
  border: 1px solid #007a52;
  border-radius: 5px;
  font-size: 0.8rem;
  font-weight: bold;
  font-family: inherit;
  text-decoration: none;
  text-align: center;
  outline: none;
  padding: 0 12px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1;
  cursor: pointer;
  position: relative;
}
@media print, screen and (min-width: 750px) {
  .tmp_btn_m_m_bggreen-auto {
    padding-left: 1.4em;
    padding-right: 1.4em;
  }
}
.tmp_btn_m_m_bggreen-auto:hover, .tmp_btn_m_m_bggreen-auto:active {
  background-color: #f2f9f2;
  color: #007a52;
}
.nonselect.tmp_btn_m_m_bggreen-auto {
  color: #a6a6a6;
  cursor: default;
  pointer-events: none;
}
.nonselect.tmp_btn_m_m_bggreen-auto:hover, .nonselect.tmp_btn_m_m_bggreen-auto:active {
  background-color: #fff;
}

/* 中強調ボタン小　背景緑 */
.tmp_btn_m_s_bggreen-auto {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 36px;
  background-color: #007a52;
  color: #fff;
  border: 1px solid #007a52;
  border-radius: 5px;
  font-size: 0.8rem;
  font-weight: bold;
  font-family: inherit;
  text-decoration: none;
  text-align: center;
  outline: none;
  padding: 0 12px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1;
  cursor: pointer;
  position: relative;
}
@media print, screen and (min-width: 750px) {
  .tmp_btn_m_s_bggreen-auto {
    padding-left: 1.4em;
    padding-right: 1.4em;
  }
}
.tmp_btn_m_s_bggreen-auto:hover, .tmp_btn_m_s_bggreen-auto:active {
  background-color: #f2f9f2;
  color: #007a52;
}
.nonselect.tmp_btn_m_s_bggreen-auto {
  color: #a6a6a6;
  cursor: default;
  pointer-events: none;
}
.nonselect.tmp_btn_m_s_bggreen-auto:hover, .nonselect.tmp_btn_m_s_bggreen-auto:active {
  background-color: #fff;
}

/* 中強調ボタン小　背景緑　インライン */
.tmp_btn_m_s_bggreen-auto-inline {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: auto;
  height: 36px;
  background-color: #007a52;
  color: #fff;
  border: 1px solid #007a52;
  border-radius: 5px;
  font-size: 0.8rem;
  font-weight: bold;
  font-family: inherit;
  text-decoration: none;
  text-align: center;
  outline: none;
  padding: 0 12px;
  line-height: 1;
  cursor: pointer;
  position: relative;
}
@media print, screen and (min-width: 750px) {
  .tmp_btn_m_s_bggreen-auto-inline {
    padding-left: 1.4em;
    padding-right: 1.4em;
  }
}
.tmp_btn_m_s_bggreen-auto-inline:hover, .tmp_btn_m_s_bggreen-auto-inline:active {
  background-color: #f2f9f2;
  color: #007a52;
}
.nonselect.tmp_btn_m_s_bggreen-auto-inline {
  color: #a6a6a6;
  cursor: default;
  pointer-events: none;
}
.nonselect.tmp_btn_m_s_bggreen-auto-inline:hover, .nonselect.tmp_btn_m_s_bggreen-auto-inline:active {
  background-color: #fff;
}

/* 中強調ボタン大　青 */
.tmp_btn_m_l_blue-auto {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 60px;
  background-color: #fff;
  color: #1a70b2;
  border: 1px solid #d9d9d9;
  border-radius: 5px;
  font-size: 0.8rem;
  font-weight: bold;
  font-family: inherit;
  text-decoration: none;
  text-align: center;
  outline: none;
  padding: 0 12px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1;
  cursor: pointer;
  position: relative;
}
@media print, screen and (min-width: 750px) {
  .tmp_btn_m_l_blue-auto {
    padding-left: 1.4em;
    padding-right: 1.4em;
  }
}
.tmp_btn_m_l_blue-auto:hover, .tmp_btn_m_l_blue-auto:active {
  background-color: #f2f9f2;
  color: #007a52;
}
.nonselect.tmp_btn_m_l_blue-auto {
  color: #a6a6a6;
  cursor: default;
  pointer-events: none;
}
.nonselect.tmp_btn_m_l_blue-auto:hover, .nonselect.tmp_btn_m_l_blue-auto:active {
  background-color: #fff;
}
.bd-green.tmp_btn_m_l_blue-auto {
  border-color: #007a52;
}

/* 中強調ボタン中　青 */
.tmp_btn_m_m_blue-auto {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 48px;
  background-color: #fff;
  color: #1a70b2;
  border: 1px solid #d9d9d9;
  border-radius: 5px;
  font-size: 0.8rem;
  font-weight: bold;
  font-family: inherit;
  text-decoration: none;
  text-align: center;
  outline: none;
  padding: 0 12px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1;
  cursor: pointer;
  position: relative;
}
@media print, screen and (min-width: 750px) {
  .tmp_btn_m_m_blue-auto {
    padding-left: 1.4em;
    padding-right: 1.4em;
  }
}
.tmp_btn_m_m_blue-auto:hover, .tmp_btn_m_m_blue-auto:active {
  background-color: #f2f9f2;
  color: #007a52;
}
.nonselect.tmp_btn_m_m_blue-auto {
  color: #a6a6a6;
  cursor: default;
  pointer-events: none;
}
.nonselect.tmp_btn_m_m_blue-auto:hover, .nonselect.tmp_btn_m_m_blue-auto:active {
  background-color: #fff;
}

/* 中強調ボタン小　青 */
.tmp_btn_m_s_blue-auto {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 36px;
  background-color: #fff;
  color: #1a70b2;
  border: 1px solid #d9d9d9;
  border-radius: 5px;
  font-size: 0.8rem;
  font-weight: bold;
  font-family: inherit;
  text-decoration: none;
  text-align: center;
  outline: none;
  padding: 0 12px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1;
  cursor: pointer;
  position: relative;
}
@media print, screen and (min-width: 750px) {
  .tmp_btn_m_s_blue-auto {
    padding-left: 1.4em;
    padding-right: 1.4em;
  }
}
.tmp_btn_m_s_blue-auto:hover, .tmp_btn_m_s_blue-auto:active {
  background-color: #e8f0f7;
  color: #1a70b2;
}
.nonselect.tmp_btn_m_s_blue-auto {
  color: #a6a6a6;
  cursor: default;
  pointer-events: none;
}
.nonselect.tmp_btn_m_s_blue-auto:hover, .nonselect.tmp_btn_m_s_blue-auto:active {
  background-color: #fff;
}

/* 中強調ボタン小　青　インライン */
.tmp_btn_m_s_blue-auto-inline {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: auto;
  height: 36px;
  background-color: #fff;
  color: #1a70b2;
  border: 1px solid #d9d9d9;
  border-radius: 5px;
  font-size: 0.8rem;
  font-weight: bold;
  font-family: inherit;
  text-decoration: none;
  text-align: center;
  outline: none;
  padding: 0 12px;
  line-height: 1;
  cursor: pointer;
  position: relative;
}
@media print, screen and (min-width: 750px) {
  .tmp_btn_m_s_blue-auto-inline {
    padding-left: 1.4em;
    padding-right: 1.4em;
  }
}
.tmp_btn_m_s_blue-auto-inline:hover, .tmp_btn_m_s_blue-auto-inline:active {
  background-color: #e8f0f7;
  color: #1a70b2;
}
.nonselect.tmp_btn_m_s_blue-auto-inline {
  color: #a6a6a6;
  cursor: default;
  pointer-events: none;
}
.nonselect.tmp_btn_m_s_blue-auto-inline:hover, .nonselect.tmp_btn_m_s_blue-auto-inline:active {
  background-color: #fff;
}

/* サブボタン小　青 */
.tmp_btn_sub1_s_blue-auto {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: auto;
  background-color: #1a70b2;
  color: #fff;
  border: 1px solid #1a70b2;
  border-radius: 5px;
  font-size: 0.9rem;
  font-weight: bold;
  font-family: inherit;
  text-decoration: none;
  text-align: center;
  outline: none;
  padding: 10px 0;
  margin-left: auto;
  margin-right: auto;
  line-height: 1;
  cursor: pointer;
  position: relative;
}
@media print, screen and (min-width: 750px) {
  .tmp_btn_sub1_s_blue-auto {
    padding-left: 1.4em;
    padding-right: 1.4em;
  }
}
.tmp_btn_sub1_s_blue-auto:hover, .tmp_btn_sub1_s_blue-auto:active {
  background-color: #44a3ec;
  color: #fff;
  border-color: #44a3ec;
}

/* サブボタン小　緑 */
.tmp_btn_sub1_s_green-auto {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: auto;
  background-color: #007a52;
  color: #fff;
  border: 1px solid #007a52;
  border-radius: 5px;
  font-size: 0.9rem;
  font-weight: bold;
  font-family: inherit;
  text-decoration: none;
  text-align: center;
  outline: none;
  padding: 10px 0;
  margin-left: auto;
  margin-right: auto;
  line-height: 1;
  cursor: pointer;
  position: relative;
}
@media print, screen and (min-width: 750px) {
  .tmp_btn_sub1_s_green-auto {
    padding-left: 1.4em;
    padding-right: 1.4em;
  }
}
.tmp_btn_sub1_s_green-auto:hover, .tmp_btn_sub1_s_green-auto:active {
  background-color: #f2f9f2;
  color: #007a52;
}
.active.tmp_btn_sub1_s_green-auto {
  background-color: #fff;
  color: #007a52;
  border: 1px solid #d9d9d9;
}

/* サブボタン小　グレー */
.tmp_btn_sub1_s_gray-auto {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: auto;
  background-color: #d9d9d9;
  color: #000;
  border: 1px solid #d9d9d9;
  border-radius: 5px;
  font-size: 0.8rem;
  font-weight: bold;
  font-family: inherit;
  text-decoration: none;
  text-align: center;
  outline: none;
  padding: 10px 0;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.6;
  cursor: pointer;
  position: relative;
}
@media print, screen and (min-width: 750px) {
  .tmp_btn_sub1_s_gray-auto {
    padding: 5px 0.5em;
    font-size: 1rem;
    line-height: 1.4;
  }
}
.tmp_btn_sub1_s_gray-auto:hover, .tmp_btn_sub1_s_gray-auto:active {
  border-color: #e4e4e4;
  background-color: #e4e4e4;
  color: #000;
}

/* ボタン内のフォントサイズ変更 */
.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("/Personal/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("/Personal/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("/Personal/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("/Personal/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("/Personal/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("/Personal/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("/Personal/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("/Personal/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("/Personal/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("/Personal/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("/Personal/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("/Personal/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("/Personal/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("/Personal/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("/Personal/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("/Personal/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("/Personal/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("/Personal/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("/Personal/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%;
  }
}

/*=========================================
フォームテンプレート
=========================================*/
/* 1行テキストエリア */
.tmp_form_1col_text-input-nonlabel {
  display: block;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 40px;
  font-size: 1rem;
  border: 1px solid #a6a6a6;
  border-radius: 5px;
  padding-left: 8px;
  padding-right: 8px;
  line-height: 1;
  -webkit-user-select: auto;
  background-color: #fff;
}
.tmp_form_1col_text-input-nonlabel:focus {
  outline: 2px solid #06c;
  color: inherit !important;
}
.tmp_form_1col_text-input-nonlabel:placeholder-shown {
  color: #a6a6a6;
}
.tmp_form_1col_text-input-nonlabel:focus:placeholder-shown {
  color: transparent;
}
.tmp_form_1col_text-input-nonlabel::-webkit-input-placeholder {
  color: #a6a6a6;
}
.tmp_form_1col_text-input-nonlabel:focus::-webkit-input-placeholder {
  color: transparent;
}
.tmp_form_1col_text-input-nonlabel:-moz-placeholder {
  color: #a6a6a6;
  opacity: 1;
}
.tmp_form_1col_text-input-nonlabel:focus:-moz-placeholder {
  color: transparent;
}
.tmp_form_1col_text-input-nonlabel::-moz-placeholder {
  color: #a6a6a6;
  opacity: 1;
}
.tmp_form_1col_text-input-nonlabel:focus::-moz-placeholder {
  color: transparent;
}
.tmp_form_1col_text-input-nonlabel:-ms-input-placeholder {
  color: #a6a6a6;
}
.tmp_form_1col_text-input-nonlabel:focus:-ms-input-placeholder {
  color: transparent;
}
.tmp_form_1col_text-input-nonlabel::-ms-input-placeholder {
  color: #a6a6a6;
}
.tmp_form_1col_text-input-nonlabel:focus::-ms-input-placeholder {
  color: transparent;
}
.tmp_form_1col_text-input-nonlabel:disabled {
  background: #ebebeb;
  color: #a6a6a6;
}

/* テキストエリア */
.tmp_form_textarea-label {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 6em;
  min-height: 5em;
  height: 2rem;
  background: #007a52;
  color: #fff;
  font-size: 1rem;
  border-radius: 5px 0 0 5px;
  line-height: 1;
}
@media print, screen and (min-width: 750px) {
  .tmp_form_textarea-label {
    width: 7em;
  }
}

.tmp_form_textarea-input {
  display: block;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(100% - 6em);
  min-height: 5em;
  height: 2rem;
  font-size: 1.2rem;
  border: 1px solid #a6a6a6;
  border-left: none;
  border-radius: 0 5px 5px 0;
  padding-left: 8px;
  padding-right: 8px;
  line-height: 1;
}
@media print, screen and (min-width: 750px) {
  .tmp_form_textarea-input {
    width: calc(100% - 7em);
  }
}
.tmp_form_textarea-input:placeholder-shown {
  color: #a6a6a6;
}
.tmp_form_textarea-input:focus:placeholder-shown {
  color: transparent;
}
.tmp_form_textarea-input::-webkit-input-placeholder {
  color: #a6a6a6;
}
.tmp_form_textarea-input:focus::-webkit-input-placeholder {
  color: transparent;
}
.tmp_form_textarea-input:-moz-placeholder {
  color: #a6a6a6;
  opacity: 1;
}
.tmp_form_textarea-input:focus:-moz-placeholder {
  color: transparent;
}
.tmp_form_textarea-input::-moz-placeholder {
  color: #a6a6a6;
  opacity: 1;
}
.tmp_form_textarea-input:focus::-moz-placeholder {
  color: transparent;
}
.tmp_form_textarea-input:-ms-input-placeholder {
  color: #a6a6a6;
}
.tmp_form_textarea-input:focus:-ms-input-placeholder {
  color: transparent;
}
.tmp_form_textarea-input:disabled {
  background: #ebebeb;
  color: #a6a6a6;
}

.tmp_form_textarea-input-nonlabel {
  display: block;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 6em;
  font-size: 1.2rem;
  border: 1px solid #a6a6a6;
  border-radius: 5px;
  padding: 8px;
  line-height: 1;
  -webkit-user-select: auto;
}
.tmp_form_textarea-input-nonlabel:focus {
  outline: 2px solid #06c;
  color: inherit !important;
}
.tmp_form_textarea-input-nonlabel:placeholder-shown {
  color: #a6a6a6;
}
.tmp_form_textarea-input-nonlabel:focus:placeholder-shown {
  color: transparent;
}
.tmp_form_textarea-input-nonlabel::-webkit-input-placeholder {
  color: #a6a6a6;
}
.tmp_form_textarea-input-nonlabel:focus::-webkit-input-placeholder {
  color: transparent;
}
.tmp_form_textarea-input-nonlabel:-moz-placeholder {
  color: #a6a6a6;
  opacity: 1;
}
.tmp_form_textarea-input-nonlabel:focus:-moz-placeholder {
  color: transparent;
}
.tmp_form_textarea-input-nonlabel::-moz-placeholder {
  color: #a6a6a6;
  opacity: 1;
}
.tmp_form_textarea-input-nonlabel:focus::-moz-placeholder {
  color: transparent;
}
.tmp_form_textarea-input-nonlabel:-ms-input-placeholder {
  color: #a6a6a6;
}
.tmp_form_textarea-input-nonlabel:focus:-ms-input-placeholder {
  color: transparent;
}
.tmp_form_textarea-input-nonlabel::-ms-input-placeholder {
  color: #a6a6a6;
}
.tmp_form_textarea-input-nonlabel:focus::-ms-input-placeholder {
  color: transparent;
}
.tmp_form_textarea-input-nonlabel:disabled {
  background: #ebebeb;
  color: #a6a6a6;
}

/* テキストエリア枠に▼アイコン付けるcss */
.tmp_form_input-selectIcon {
  background-image: url(/Personal/reserve/wb/img/trainsearch/ts_formselectarrow-icon.png) !important;
  background-repeat: no-repeat !important;
  background-position: right 10px center !important;
  background-size: 10px 5px !important;
}

/* セレクトボックス */
.tmp_form_select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #a6a6a6;
  border-radius: 5px;
  font-size: 1rem;
  padding: 10px 26px 10px 10px;
  background: url("/Personal/reserve/wb/img/trainsearch/ts_formselectarrow-icon.png") no-repeat right 10px center;
  background-size: 10px 5px;
  background-color: #fff;
  width: 100%;
  height: auto;
  font-family: inherit;
  line-height: 1;
  font-weight: normal;
}
.tmp_form_select::-ms-expand {
  /* select要素のデザインを無効にする（IE用） */
  display: none;
}
@media print, screen and (min-width: 750px) {
  .tmp_form_select {
    padding: 10px 28px 10px 10px;
  }
}
.tmp_form_select:disabled {
  background: #ebebeb;
  color: #a6a6a6;
}

/*=========================================
Notoフォント読み込み
=========================================*/
/*
@font-face {
	font-family: 'Noto Serif Japanese';
	font-style: normal;
	font-weight: 400;
	src: url('/Personal/common/font/NotoSansCJKjp-Regular_subset.woff") format("woff");
	font-display: swap;
}
@font-face {
	font-family: 'Noto Serif Japanese';
	font-style: normal;
	font-weight: 700;
	src: url('/Personal/common/font/NotoSansCJKjp-Bold_subset.woff") format("woff");
	font-display: swap;
}*/
/*=========================================
リセット
=========================================*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code, up_main_h_1
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: none;
  font-size: 100%;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, picture {
  display: block;
  font-size: 100%;
}

ol, ul {
  list-style: none;
}

select {
  overflow: hidden;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

img {
  border: none;
}

strong {
  font-weight: bold;
}

p {
  line-height: 1.7;
}

a {
  color: #1a70b2;
  text-decoration: underline;
}
a:hover {
  color: #44a3ec;
}

html {
  background-color: #f5f5f5;
}

.displayBlock {
  display: block !important;
}

.displayFlex {
  display: flex !important;
}

.displayNone {
  display: none !important;
}

.sp {
  display: block !important;
}
@media print, screen and (min-width: 750px) {
  .sp {
    display: none !important;
  }
}

.pc {
  display: none !important;
}
@media print, screen and (min-width: 750px) {
  .pc {
    display: block !important;
  }
}

/*=========================================
GDPR表示枠
=========================================*/
#gdprWrapper {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 2147483647;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  background-color: #007a52;
  color: #fff;
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.25);
}

#gdprBox {
  box-sizing: border-box;
  margin: auto;
  padding: 15px 15px;
  width: 100%;
  max-width: 950px;
  font-size: 0.8rem;
  color: #fff;
}

.gdprDescription {
  margin: 0;
  margin-bottom: 15px;
  line-height: 1.7;
}

.gdprDescription a {
  color: #fff;
}

.gdprButtonArea {
  display: flex;
  justify-content: center;
  font-size: 0.8rem;
}

#gdprYes {
  -webkit-appearance: none;
  width: 9em;
  margin-right: 30px;
  padding: 7px 0;
  border: none;
  border-radius: 2px;
  background-color: #fff;
  cursor: pointer;
}

#gdprNo {
  -webkit-appearance: none;
  width: 9em;
  padding: 7px 0;
  border: none;
  border-radius: 2px;
  background-color: #fff;
  color: #333;
  cursor: pointer;
}

/*=========================================
スクリーンリーダー用(画面上は表示させないが読み上げる）
=========================================*/
.css_reader {
  position: absolute;
  white-space: nowrap;
  width: 1px;
  height: 1px;
  overflow: hidden;
  border: 0;
  padding: 0;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  margin: -1px;
}

/*=========================================
フォントカラー
=========================================*/
.tmp_fontColor-green {
  color: #007a52;
}

.tmp_fontColor-blue {
  color: #1a70b2;
}

.tmp_fontColor-cautionRed {
  color: #b42700;
}

.tmp_fontColor-linkBlue {
  color: link_blue;
}

.tmp_fontColor-black {
  color: #000;
}

.tmp_fontColor-black60per {
  color: #666666;
}

.tmp_fontColor-black35per {
  color: #a6a6a6;
}

.tmp_fontColor-black15per {
  color: #d9d9d9;
}

.tmp_fontColor-white {
  color: #fff;
}

/*=========================================
フォントサイズ
=========================================*/
.tmp_fontSize-1rem {
  font-size: 1rem !important;
}

/*=========================================
マージン
=========================================*/
/* margin-bottom*/
.tmp_mB-0 {
  margin-bottom: 0px !important;
}

.tmp_mB-5 {
  margin-bottom: 5px !important;
}

.tmp_mB-10 {
  margin-bottom: 10px !important;
}

.tmp_mB-15 {
  margin-bottom: 15px !important;
}

.tmp_mB-20 {
  margin-bottom: 20px !important;
}

.tmp_mB-25 {
  margin-bottom: 25px !important;
}

.tmp_mB-30 {
  margin-bottom: 30px !important;
}

.tmp_mB-35 {
  margin-bottom: 35px !important;
}

.tmp_mB-40 {
  margin-bottom: 40px !important;
}

.tmp_mB-45 {
  margin-bottom: 45px !important;
}

.tmp_mB-50 {
  margin-bottom: 50px !important;
}

/* margin-top*/
.tmp_mT-0 {
  margin-top: 0px !important;
}

.tmp_mT-5 {
  margin-top: 5px !important;
}

.tmp_mT-10 {
  margin-top: 10px !important;
}

.tmp_mT-15 {
  margin-top: 15px !important;
}

.tmp_mT-20 {
  margin-top: 20px !important;
}

.tmp_mT-25 {
  margin-top: 25px !important;
}

.tmp_mT-30 {
  margin-top: 30px !important;
}

.tmp_mT-35 {
  margin-top: 35px !important;
}

.tmp_mT-40 {
  margin-top: 40px !important;
}

.tmp_mT-45 {
  margin-top: 45px !important;
}

.tmp_mT-50 {
  margin-top: 50px !important;
}

/* margin-right*/
.tmp_mR-0 {
  margin-right: 0px !important;
}

.tmp_mR-5 {
  margin-right: 5px !important;
}

.tmp_mR-10 {
  margin-right: 10px !important;
}

.tmp_mR-15 {
  margin-right: 15px !important;
}

.tmp_mR-20 {
  margin-right: 20px !important;
}

.tmp_mR-25 {
  margin-right: 25px !important;
}

.tmp_mR-30 {
  margin-right: 30px !important;
}

.tmp_mR-35 {
  margin-right: 35px !important;
}

.tmp_mR-40 {
  margin-right: 40px !important;
}

.tmp_mR-45 {
  margin-right: 45px !important;
}

.tmp_mR-50 {
  margin-right: 50px !important;
}

/* margin-left*/
.tmp_mL-0 {
  margin-left: 0px !important;
}

.tmp_mL-5 {
  margin-left: 5px !important;
}

.tmp_mL-10 {
  margin-left: 10px !important;
}

.tmp_mL-15 {
  margin-left: 15px !important;
}

.tmp_mL-20 {
  margin-left: 20px !important;
}

.tmp_mL-25 {
  margin-left: 25px !important;
}

.tmp_mL-30 {
  margin-left: 30px !important;
}

.tmp_mL-35 {
  margin-left: 35px !important;
}

.tmp_mL-40 {
  margin-left: 40px !important;
}

.tmp_mL-45 {
  margin-left: 45px !important;
}

.tmp_mL-50 {
  margin-left: 50px !important;
}

/* margin-all*/
.tmp_m-0 {
  margin: 0px !important;
}

.tmp_m-5 {
  margin: 5px !important;
}

.tmp_m-10 {
  margin: 10px !important;
}

.tmp_m-15 {
  margin: 15px !important;
}

.tmp_m-20 {
  margin: 20px !important;
}

.tmp_m-25 {
  margin: 25px !important;
}

.tmp_m-30 {
  margin: 30px !important;
}

.tmp_m-35 {
  margin: 35px !important;
}

.tmp_m-40 {
  margin: 40px !important;
}

.tmp_m-45 {
  margin: 45px !important;
}

.tmp_m-50 {
  margin: 50px !important;
}

/* margin-auto*/
.tmp_mT-auto {
  margin-top: auto !important;
}

.tmp_mB-auto {
  margin-bottom: auto !important;
}

.tmp_mL-auto {
  margin-left: auto !important;
}

.tmp_mR-auto {
  margin-right: auto !important;
}

/*=========================================
パディング
=========================================*/
/* padding-bottom*/
.tmp_pB-0 {
  padding-bottom: 0px !important;
}

.tmp_pB-5 {
  padding-bottom: 5px !important;
}

.tmp_pB-10 {
  padding-bottom: 10px !important;
}

.tmp_pB-15 {
  padding-bottom: 15px !important;
}

.tmp_pB-20 {
  padding-bottom: 20px !important;
}

.tmp_pB-25 {
  padding-bottom: 25px !important;
}

.tmp_pB-30 {
  padding-bottom: 30px !important;
}

.tmp_pB-35 {
  padding-bottom: 35px !important;
}

.tmp_pB-40 {
  padding-bottom: 40px !important;
}

.tmp_pB-45 {
  padding-bottom: 45px !important;
}

.tmp_pB-50 {
  padding-bottom: 50px !important;
}

/* padding-top*/
.tmp_pT-0 {
  padding-top: 0px !important;
}

.tmp_pT-5 {
  padding-top: 5px !important;
}

.tmp_pT-10 {
  padding-top: 10px !important;
}

.tmp_pT-15 {
  padding-top: 15px !important;
}

.tmp_pT-20 {
  padding-top: 20px !important;
}

.tmp_pT-25 {
  padding-top: 25px !important;
}

.tmp_pT-30 {
  padding-top: 30px !important;
}

.tmp_pT-35 {
  padding-top: 35px !important;
}

.tmp_pT-40 {
  padding-top: 40px !important;
}

.tmp_pT-45 {
  padding-top: 45px !important;
}

.tmp_pT-50 {
  padding-top: 50px !important;
}

/* padding-right*/
.tmp_pR-0 {
  padding-right: 0px !important;
}

.tmp_pR-5 {
  padding-right: 5px !important;
}

.tmp_pR-10 {
  padding-right: 10px !important;
}

.tmp_pR-15 {
  padding-right: 15px !important;
}

.tmp_pR-20 {
  padding-right: 20px !important;
}

.tmp_pR-25 {
  padding-right: 25px !important;
}

.tmp_pR-30 {
  padding-right: 30px !important;
}

.tmp_pR-35 {
  padding-right: 35px !important;
}

.tmp_pR-40 {
  padding-right: 40px !important;
}

.tmp_pR-45 {
  padding-right: 45px !important;
}

.tmp_pR-50 {
  padding-right: 50px !important;
}

/* padding-left*/
.tmp_pL-0 {
  padding-left: 0px !important;
}

.tmp_pL-5 {
  padding-left: 5px !important;
}

.tmp_pL-10 {
  padding-left: 10px !important;
}

.tmp_pL-15 {
  padding-left: 15px !important;
}

.tmp_pL-20 {
  padding-left: 20px !important;
}

.tmp_pL-25 {
  padding-left: 25px !important;
}

.tmp_pL-30 {
  padding-left: 30px !important;
}

.tmp_pL-35 {
  padding-left: 35px !important;
}

.tmp_pL-40 {
  padding-left: 40px !important;
}

.tmp_pL-45 {
  padding-left: 45px !important;
}

.tmp_pL-50 {
  padding-left: 50px !important;
}

/* padding-all*/
.tmp_p-0 {
  padding: 0px !important;
}

.tmp_p-5 {
  padding: 5px !important;
}

.tmp_p-10 {
  padding: 10px !important;
}

.tmp_p-15 {
  padding: 15px !important;
}

.tmp_p-20 {
  padding: 20px !important;
}

.tmp_p-25 {
  padding: 25px !important;
}

.tmp_p-30 {
  padding: 30px !important;
}

.tmp_p-35 {
  padding: 35px !important;
}

.tmp_p-40 {
  padding: 40px !important;
}

.tmp_p-45 {
  padding: 45px !important;
}

.tmp_p-50 {
  padding: 50px !important;
}

/*=========================================
フォントサイズ
=========================================*/
.tmp_fS-2-0rem {
  font-size: 2rem !important;
}

.tmp_fS-1-9rem {
  font-size: 1.9rem !important;
}

.tmp_fS-1-8rem {
  font-size: 1.8rem !important;
}

.tmp_fS-1-7rem {
  font-size: 1.7rem !important;
}

.tmp_fS-1-6rem {
  font-size: 1.6rem !important;
}

.tmp_fS-1-5rem {
  font-size: 1.5rem !important;
}

.tmp_fS-1-4rem {
  font-size: 1.4rem !important;
}

.tmp_fS-1-3rem {
  font-size: 1.3rem !important;
}

.tmp_fS-1-2rem {
  font-size: 1.2rem !important;
}

.tmp_fS-1-1rem {
  font-size: 1.1rem !important;
}

.tmp_fS-1-0rem {
  font-size: 1rem !important;
}

.tmp_fS-0-9rem {
  font-size: 0.9rem !important;
}

.tmp_fS-0-8rem {
  font-size: 0.8rem !important;
}

.tmp_fS-0-7rem {
  font-size: 0.7rem !important;
}

.tmp_fS-0-6rem {
  font-size: 0.6rem !important;
}

.tmp_fS-0-5rem {
  font-size: 0.5rem !important;
}

/*=========================================
余白
=========================================*/
.w100pr15pl15 {
  width: 100%;
  height: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media print, screen and (min-width: 750px) {
  .w100pr15pl15 {
    max-width: 810px;
    margin-left: auto;
    margin-right: auto;
  }
}

/*=========================================
width100%テンプレート
=========================================*/
.tmp_w100per {
  width: 100%;
  height: auto;
  background-color: #fff;
}
.tmp_w100per.tmp_bg-gray {
  background-color: #f5f5f5;
}
.tmp_w100per.tmp_bg-white-sp {
  background-color: #fff;
}
@media print, screen and (min-width: 750px) {
  .tmp_w100per.tmp_bg-white-sp {
    background-color: #f5f5f5;
  }
}
.tmp_w100per.tmp_bg-white-pc {
  background-color: #f5f5f5;
}
@media print, screen and (min-width: 750px) {
  .tmp_w100per.tmp_bg-white-pc {
    background-color: #fff;
  }
}

.tmp_w100per-only {
  width: 100% !important;
}

/*=========================================
ボタンテンプレート
=========================================*/
/* デフォルトCSSを無効にするだけのCSS */
/* 高強調ボタン大 */
/* 高強調ボタン中 */
/* 高強調ボタン小 */
/* 高強調ボタン小　インライン */
/* 高強調ボタン大　背景緑 */
/* 高強調ボタン中　背景緑 */
/* 高強調ボタン小　背景緑 */
/* 高強調ボタン小　背景緑　インライン */
/* 高強調ボタン大　背景白 */
/* 高強調ボタン中　背景白 */
/* 高強調ボタン小　背景白 */
/* 高強調ボタン小　背景白　インライン */
/* 中強調ボタン大　緑 */
/* 中強調ボタン中　緑 */
/* 中強調ボタン小　緑 */
/* 中強調ボタン小　緑　インライン */
/* 中強調ボタン大　背景緑 */
/* 中強調ボタン中　背景緑 */
/* 中強調ボタン小　背景緑 */
/* 中強調ボタン小　背景緑　インライン */
/* 中強調ボタン大　青 */
/* 中強調ボタン中　青 */
/* 中強調ボタン小　青 */
/* 中強調ボタン小　青　インライン */
/* サブボタン小　青 */
/* サブボタン小　緑 */
/* サブボタン小　グレー */
/*=========================================
テキストカラー
=========================================*/
/* えきねっとグリーン */
.tmp_color-green {
  color: #007a52;
}

/*=========================================
フォーム
=========================================*/
/* セレクトボックス */
/* 一行テキストエリア（ラベル併用なし） */
/* テキストエリア枠に▼アイコン付けるcss */
/* 複数行テキストエリア */
/*=========================================
ボタンアイコン設定
=========================================*/
.tmp_btn_icon-blank {
  position: relative;
  padding-left: 17px;
  display: inline-block;
  text-decoration: none;
}

.tmp_btn_icon-blank::before {
  position: absolute;
  content: "";
  width: 14px;
  height: 14px;
  top: 1px;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  left: 0;
  background: url("/top/jrticket/img/index_linkblank-icon-blue.png") no-repeat left top;
  background-size: 14px 14px;
}

.tmp_btn_icon-blank-after {
  position: relative;
  padding-right: 17px;
  display: inline-block;
  text-decoration: none;
}

.tmp_btn_icon-blank-after::before {
  position: absolute;
  content: "";
  width: 12px;
  height: 12px;
  top: 1px;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  right: 0;
  background: url("/top/jrticket/img/index_linkblank-icon.png") no-repeat left top;
  background-size: 12px 12px;
}

_:-ms-lang(x)::-ms-backdrop, .tmp_btn_icon-help {
  min-height: 14px;
}

_:-ms-lang(x)::-ms-backdrop, .tmp_btn_icon-help::before {
  top: 0;
}

.tmp_btn_icon-help {
  position: relative;
  padding-left: 17px;
  display: inline-block;
  text-decoration: none;
}
.tmp_btn_icon-help::before {
  position: absolute;
  content: "";
  width: 14px;
  height: 14px;
  top: 1px;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  left: 0;
  background: url("/Personal/reserve/wb/img/trainsearch/ts_resulttrainseat_help-icon.png") no-repeat left top;
  background-size: 14px 14px;
}

_:-ms-lang(x)::-ms-backdrop, .tmp_btn_icon-help {
  min-height: 14px;
}

_:-ms-lang(x)::-ms-backdrop, .tmp_btn_icon-help::before {
  top: 0;
}

.tmp_btn_icon-caution {
  position: relative;
  padding-left: 17px;
  display: inline-block;
  text-decoration: none;
}
.tmp_btn_icon-caution::before {
  position: absolute;
  content: "";
  width: 16px;
  height: 14px;
  top: 1px;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  left: 0;
  background: url("/Personal/reserve/wb/img/trainsearch/icon_caution.png") no-repeat left top;
  background-size: 16px 14px;
}

.tmp_btn_icon-back {
  position: relative;
  padding-left: 17px;
  display: inline-block;
  text-decoration: none;
}
.tmp_btn_icon-back::before {
  position: absolute;
  content: "";
  width: 7px;
  height: 11px;
  top: 1px;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  left: 0;
  background: url("/Personal/reserve/wb/img/trainsearch/ts_resultnextprevbtnblue-icon.png") no-repeat left top;
  background-size: 7px 11px;
}

.tmp_btn_icon-next-text {
  padding-right: 1.5em;
  display: inline;
}
.tmp_btn_icon-next-text::after {
  content: ">";
  width: 1em;
  height: 1em;
}

.tmp_btn_icon-accOpen {
  position: relative;
  padding-left: 17px;
  display: inline-block;
  text-decoration: none;
}
.tmp_btn_icon-accOpen::before {
  position: absolute;
  content: "";
  width: 14px;
  height: 14px;
  top: 1px;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  left: 0;
  background: url("/Personal/reserve/wb/img/trainsearch/ts_acd_close-blue.png") no-repeat left top;
  background-size: 14px 14px;
}
.tmp_btn_icon-accOpen.active::before {
  position: absolute;
  content: "";
  width: 14px;
  height: 14px;
  top: 1px;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  left: 0;
  background: url("/Personal/reserve/wb/img/trainsearch/ts_acd_open-blue.png") no-repeat left top;
  background-size: 14px 14px;
}

_:-ms-lang(x)::-ms-backdrop, .tmp_btn_icon-accOpen {
  min-height: 14px;
}

_:-ms-lang(x)::-ms-backdrop, .tmp_btn_icon-accOpen::before {
  top: 0;
}

_:-ms-lang(x)::-ms-backdrop, .tmp_btn_icon-accOpen.active::before {
  top: 0;
}

.tmp_btn_textul {
  text-decoration: underline !important;
}

/*=========================================
<body><html>設定
=========================================*/
body {
  font-family: 'Noto Serif Japanese', sans-serif;
  line-height: 1.4;
  color: #000;
  background-color: #fff;
  font-size: 100%;
  position: relative;
}
body * {
  box-sizing: border-box;
}

/*=========================================
ヘッダー
=========================================*/
.header {
  width: 100%;
  height: auto;
}

.header_menuListW {
  display: block;
  width: 100%;
  min-height: 48px;
  height: auto;
  background-color: #fff;
  border-bottom: 1px solid #dfdfdf;
}
@media print, screen and (min-width: 750px) {
  .header_menuListW {
    height: 84px;
    display: flex;
    align-items: center;
    box-shadow: 0 0 3px 2px #e5e5e5;
    position: relative;
  }
}

.header_menuList {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media print, screen and (min-width: 750px) {
  .header_menuList {
    max-width: 1000px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    align-items: center;
    flex-wrap: nowrap;
  }
}

.header_menuListTitle {
  order: 2;
  width: 96px;
  display: flex;
  align-items: center;
  margin-left: 5px;
  flex-grow: 1;
}
@media print, screen and (min-width: 750px) {
  .header_menuListTitle {
    order: 1;
    flex-grow: 0;
  }
}

.header_menuListTitleH {
  line-height: 1;
}

.header_menuListSub {
  order: 1;
  width: 38px;
  height: auto;
  position: relative;
}
@media print, screen and (min-width: 750px) {
  .header_menuListSub {
    order: 2;
    flex-grow: 1;
  }
}

.header_menuListLogin {
  order: 4;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  border-top: 1px solid #dfdfdf;
  padding: 5px 15px;
}
@media print, screen and (min-width: 750px) {
  .header_menuListLogin {
    order: 3;
    width: auto;
    border-top: none;
    background: #f5f5f5;
    border-radius: 5px;
    padding: 7px 15px;
  }
}

.header_menuListLoginName {
  display: block;
  width: auto;
}

.header_menuListLoginName-name {
  font-size: 0.8rem;
}
.header_menuListLoginName-name span {
  font-size: 0.7rem;
  margin-left: 0.5em;
}

.header_menuListLoginName-point {
  font-size: 0.8rem;
}
.header_menuListLoginName-point span {
  font-size: 0.7rem;
  margin-left: 0.5em;
}
.header_menuListLoginName-point img {
  vertical-align: text-bottom;
}

.header_menuListLoginBtnW {
  display: flex;
  align-items: center;
  width: auto;
  margin-left: 20px;
}

.header_menuListJrlogo {
  order: 3;
  width: 52px;
  height: auto;
  margin-left: 12px;
}
@media print, screen and (min-width: 750px) {
  .header_menuListJrlogo {
    order: 4;
    margin-left: 20px;
  }
}

.header_menuListJrlogoLink {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
}

.header_menuListJrlogoLinkInner {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 25px;
  border-left: 1px solid #d9d9d9;
}
.header_menuListJrlogoLinkInner img {
  width: 29px;
  height: 22px;
}
@media print, screen and (min-width: 750px) {
  .header_menuListJrlogoLinkInner img {
    width: 44px;
    height: 34px;
  }
}
@media print, screen and (min-width: 750px) {
  .header_menuListJrlogoLinkInner {
    border: none;
    height: 34px;
  }
}

.header_menuListBtn {
  width: 100%;
  height: 48px;
  display: block;
  padding: 0;
  text-align: center;
  text-decoration: none;
  font-size: 0.9rem;
  font-weight: normal;
  font-family: inherit;
  font-size: 0;
  border: none;
  outline: none;
  background: none;
  position: relative;
  box-sizing: border-box;
}
.header_menuListBtn::before {
  content: "";
  position: absolute;
  width: 18px;
  height: 8px;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  border-top: 2px solid #7e7e7e;
  border-bottom: 2px solid #7e7e7e;
}
.header_menuListBtn::after {
  content: "";
  position: absolute;
  width: 18px;
  height: 2px;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background-color: #7e7e7e;
}
.open .header_menuListBtn::before {
  border: none;
  width: 20px;
  height: 2px;
  background-color: #7e7e7e;
  transform: rotate(45deg);
}
.open .header_menuListBtn::after {
  border: none;
  width: 20px;
  height: 2px;
  background-color: #7e7e7e;
  transform: rotate(-45deg);
}
@media print, screen and (min-width: 750px) {
  .header_menuListBtn {
    display: none;
  }
}

.header_contentsMenu {
  display: none;
}
.open .header_contentsMenu {
  display: block;
  position: absolute;
  top: calc(100% - 5px);
  left: 5px;
  width: 60vw;
  height: auto;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 5px;
  z-index: 9999;
}
@media print, screen and (min-width: 750px) {
  .header_contentsMenu {
    display: flex;
    margin-left: 20px;
  }
  .open .header_contentsMenu {
    display: flex;
    position: static;
    border: none;
    width: auto;
  }
}
@media print {
  .header_contentsMenu {
    display: none;
  }
}

.header_contentsMenuList {
  display: block;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}
.header_contentsMenuList:last-of-type {
  border: none;
}
@media print, screen and (min-width: 750px) {
  .header_contentsMenuList {
    display: inline-block;
    line-height: 1;
    border: none;
  }
}

.header_contentsMenuListLink {
  display: block;
  padding: 1em;
  text-decoration: none;
}
@media print, screen and (min-width: 750px) {
  .header_contentsMenuListLink {
    font-size: 0.7rem;
    color: #000;
    margin-right: 20px;
    padding-left: 0;
    padding-right: 0;
  }
}

/*=========================================
パンくずリスト
=========================================*/
.breadcrumb {
  width: 100%;
  height: auto;
  background-color: #f5f5f5;
  padding: 20px 15px 0;
}

.breadcrumbList {
  width: 100%;
  height: auto;
  font-size: 0.8rem;
}
@media print, screen and (min-width: 750px) {
  .breadcrumbList {
    max-width: 780px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}

.breadcrumbListItem {
  display: inline-block;
}
.breadcrumbListItem::after {
  content: "\3c";
  color: rgba(0, 0, 0, 0.35);
  margin-left: 0.7em;
  margin-right: 0.7em;
}
.breadcrumbListItem:last-of-type::after {
  content: none;
}

.breadcrumbListItemLink {
  text-decoration: none;
}

.breadcrumbTop {
  width: 100%;
  height: auto;
  padding: 20px 15px 0;
}

.breadcrumbTopList {
  width: 100%;
  height: auto;
  font-size: 0.8rem;
}
@media print, screen and (min-width: 750px) {
  .breadcrumbTopList {
    max-width: 810px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
  }
}

.breadcrumbTopListItem {
  display: inline-block;
}
.breadcrumbTopListItem::before {
  content: "\3c";
  color: #1a70b2;
  margin-left: 0.7em;
  margin-right: 0.7em;
}
.breadcrumbTopListItem:first-of-type::before {
  margin-left: 0;
}

.breadcrumbTopListItemLink {
  text-decoration: none;
}

/*=========================================
チャットボット
=========================================*/
#btn_chatbot {
  position: fixed;
  z-index: 1500;
  right: 20px;
  bottom: 50px;
}

@media only screen and (max-width: 749px) {
  #btn_chatbot {
    right: -70px;
    bottom: 70px;
  }
}

#btn_chatbot > a {
  display: block;
  width: 185px;
  height: 185px;
  background-image: url("/top/common/img/chatbot/btn_chatbot_l_pc.png");
  background-repeat: no-repeat;
  background-size: contain;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}

@media only screen and (max-width: 749px) {
  #btn_chatbot > a {
    width: 65px;
    height: 94px;
    background-image: url("/top/common/img/chatbot/btn_chatbot_sp.png");
  }
}

#btn_chatbot.small {
  right: 35px;
  bottom: 55px;
}

#btn_chatbot.small > a {
  width: 103px;
  height: 67px;
  background-image: url("/top/common/img/chatbot/btn_chatbot_s_pc.png");
}

#btn_chatbot.active {
  bottom: 150px;
}

#btn_chatbot_switch {
  position: fixed;
  z-index: 1510;
  right: 35px;
  bottom: 195px;
  width: 28px;
  height: 28px;
  background-image: url("/top/common/img/chatbot/btn_chatbot_switch.svg");
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transition: all .1s;
  transition: all .1s;
  cursor: pointer;
}

#btn_chatbot_switch:hover {
  background-image: url("/top/common/img/chatbot/btn_chatbot_switch_ov.svg");
}

@media only screen and (max-width: 749px) {
  #btn_chatbot_switch {
    display: none;
  }
}

/*=========================================
フッター（予約トップページのみ）
=========================================*/
.idxFooter {
  width: 100%;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding-top: 40px;
  background: #fff;
}
@media print, screen and (min-width: 750px) {
  .idxFooter {
    padding-top: 35px;
  }
}

.idxFooter_listW {
  order: 1;
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
  background: #f5f5f5;
  padding-top: 23px;
}
@media print, screen and (min-width: 750px) {
  .idxFooter_listW {
    order: 2;
    background: #f5f5f5;
    padding-top: 0;
  }
}

.idxFooter_copyW {
  order: 3;
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
  background: #f5f5f5;
}
@media print, screen and (min-width: 750px) {
  .idxFooter_copyW {
    background: #f5f5f5;
  }
}

.idxFooter_backbtnW {
  order: 2;
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
}
@media print, screen and (min-width: 750px) {
  .idxFooter_backbtnW {
    order: 1;
  }
}

.idxFooter_list {
  width: 100%;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media print, screen and (min-width: 750px) {
  .idxFooter_list {
    width: 810px !important;/* 20210419 */
    justify-content: center;
  }
}


.idxFooter_listItem {
  width: 50%;
  height: auto;
}
@media print, screen and (min-width: 750px) {
  .idxFooter_listItem {
    width: auto;
    border-bottom: none;
    display: inline-block;
    border-right: 1px solid #a6a6a6;
    margin-bottom: 18px;
  }
  .idxFooter_listItem:nth-of-type(4), .idxFooter_listItem:nth-of-type(8) {
    border-right: none;
  }

/* 20210419/// */
  .idxFooter_list::after {
    content: '';
    width: 100%;
    order: 1;
  }
  .idxFooter_listItem:nth-of-type(n+5) {order: 2;}
/* ///20210419 */

  .idxFooter_listItem:nth-last-of-type(-n+4) {
    margin-bottom: 0;
  }
}
.idxFooter_listItem:last-of-type {
  border-bottom: none;
}

.idxFooter_listItemLink {
  display: block;
  width: 100%;
  height: auto;
  padding: 13px 15px;
  color: #000;
  font-size: 0.75rem;
  text-decoration: none;
  /*&::before {
  	position: absolute;
  	content: "";
  	top: 0;
  	bottom: 0;
  	right: 15px;
  	margin-top: auto;
  	margin-bottom: auto;
  	width: 7px;
  	height: 11px;
  	background: url(/top/jrticket/img/index_resultnextprevbtnwhite-icon.png) no-repeat left top;
  	background-size: 7px 11px;
  	transform: scale(-1, 1);

  	@include pc {
  		content: none;
  	}
  }*/
}
@media print, screen and (min-width: 750px) {
  .idxFooter_listItemLink {
    background: none;
    font-size: 0.75rem;
    padding: 0 25px;
    line-height: 1;
  }
}
.idxFooter_listItemLink span {
  font-size: 0.9rem;
}
@media print, screen and (min-width: 750px) {
  .idxFooter_listItemLink span {
    font-size: 0.8rem;
  }
}
@media print, screen and (min-width: 750px) {
  .idxFooter_listItemLink:hover {
    color: #000;
    text-decoration: underline;
  }
}

.idxFooter_copy {
  width: calc(100% - 30px);
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  max-width: none !important;
}
@media print, screen and (min-width: 750px) {
  .idxFooter_copy {
    width: 100%;
    max-width: 990px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media print, screen and (min-width: 750px) {
  .idxFooter_copy {
    padding-top: 35px;
    padding-bottom: 11px;
  }
}

.idxFooter_copyTxt {
  font-size: 0.7rem;
  text-align: center;
  color: #333;
}

.idxFooter_backbtn {
  width: 100%;
  height: 193px;
  background: url(/top/jrticket/img/idxfooter_bg_sp-1.jpg) no-repeat center bottom;
  background-size: cover;
}
@media print, screen and (min-width: 750px) {
  .idxFooter_backbtn {
    height: 93px;
    background: url(/top/jrticket/img/idxfooter_bg_pc-1.jpg) no-repeat right bottom, url(/top/jrticket/img/idxfooter_bg_pc-2.jpg) repeat right 396px bottom;
    background-size: 395px 93px, 277px 93px;
  }
}

.idxFooter_backbtn-sub {
  width: calc(100% - 30px);
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  margin-top: 20px;
}
@media print, screen and (min-width: 750px) {
  .idxFooter_backbtn-sub {
    width: 100%;
    max-width: 990px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media print, screen and (min-width: 750px) {
  .idxFooter_backbtn-sub {
    max-width: 956px;
    margin-top: 34px;
    position: relative;
  }
}

.idxFooter_backbtnDetail {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 250px;
  height: auto;
  background-color: #fff;
  color: #333;
  border: 1px solid #a6a6a6;
  border-radius: 5px;
  font-size: 1rem;
  font-family: inherit;
  text-decoration: none;
  text-align: center;
  outline: none;
  padding: 12px 0;
  margin-left: auto;
  margin-right: auto;
  line-height: 1;
  cursor: pointer;
  position: relative;
  transition-duration: 0.4s;
}
@media print, screen and (min-width: 750px) {
  .idxFooter_backbtnDetail {
    width: 36px;
    height: 32px;
    font-size: 0.8rem;
    border: none;
    padding: 0;
    margin-right: 0;
    border-radius: 0;
    border: 1px solid #d9d9d9;
    background: #f5f5f5;
    position: absolute;
    right: 0;
    bottom: -116px;
  }
  .idxFooter_backbtnDetail span {
    display: none;
  }
}
.idxFooter_backbtnDetail::before {
  position: absolute;
  display: block;
  content: "";
  width: 6px;
  height: 6px;
  top: 0;
  bottom: -8px;
  right: 20px;
  margin-top: auto;
  margin-bottom: auto;
  border-top: 1px solid #7e7e7e;
  border-right: 1px solid #7e7e7e;
  transform: rotate(-45deg);
}
@media print, screen and (min-width: 750px) {
  .idxFooter_backbtnDetail::before {
    right: 0;
    left: 0;
    margin-left: auto;
    margin-right: auto;
  }
}
.idxFooter_backbtnDetail::after {
  position: absolute;
  display: block;
  content: "";
  width: 10px;
  height: 1px;
  top: 0;
  bottom: 10px;
  right: 19px;
  margin-top: auto;
  margin-bottom: auto;
  background: #7e7e7e;
}
@media print, screen and (min-width: 750px) {
  .idxFooter_backbtnDetail::after {
    right: 0;
    left: 0;
    margin-left: auto;
    margin-right: auto;
  }
}
.idxFooter_backbtnDetail:focus {
  outline: 1px solid #007a52;
}

/*=========================================
フッター（member配下）
=========================================*/
#memberFooter {
  margin-top: 30px;
}
@media print, screen and (min-width: 750px) {
  #memberFooter {
    margin-top: 60px;
    padding-top: 40px;
  }
}

/*=========================================
ページトップへ戻るボタン（トップページ以外）
=========================================*/
.btn_pagetop {
  position: fixed;
  right: 15px;
  bottom: 15px;
  width: 34px;
  height: 34px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  box-sizing: border-box;
  background-color: rgba(0, 0, 0, 0.4);
  outline: none;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  z-index: 1600;
  display: none;
}

.btn_pagetop:hover {
  background-color: rgba(0, 0, 0, 0.6);
}

.btn_pagetop.active {
  bottom: 100px;
}

.btn_pagetop span {
  display: flex;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}

.btn_pagetop::before {
  position: absolute;
  display: block;
  content: "";
  width: 6px;
  height: 6px;
  top: 0;
  bottom: -8px;
  right: 0;
  left: 0;
  margin-top: auto;
  margin-bottom: auto;
  margin-left: auto;
  margin-right: auto;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(-45deg);
}

.btn_pagetop::after {
  position: absolute;
  display: block;
  content: "";
  width: 10px;
  height: 1px;
  top: 0;
  bottom: 10px;
  right: 0;
  left: 0;
  margin-top: auto;
  margin-bottom: auto;
  margin-left: auto;
  margin-right: auto;
  background: #fff;
}

@media only screen and (max-width: 749px) {
  .btn_pagetop {
    right: 10px;
    bottom: 20px;
  }
}

@media print {
  .btn_pagetop {
    display: none;
  }
}

/*=========================================
リスト
=========================================*/
.tmp_list_normal {
  width: 100%;
  height: auto;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 5px;
  margin: 0;
  padding: 0;
  background: #fff;
}
.tmp_list_normal li {
  width: 100%;
  height: auto;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}
.tmp_list_normal li:last-of-type {
  border-bottom: none;
}

/*=========================================
テキスト位置
=========================================*/
.tal {
  text-align: left !important;
}

.tac {
  text-align: center !important;
}

.tar {
  text-align: right !important;
}

/*=========================================
モーダル
=========================================*/
.modal {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  z-index: 1000;
}
.modal.active {
  display: block;
  pointer-events: auto;
}
.modal.active_sub {
  display: block;
  pointer-events: auto;
  z-index: 2001;
}

.modal_gray {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  z-index: 3000;
}
.modal_gray.active {
  display: block;
  pointer-events: auto;
}
.modal_gray.active.subModal {
  z-index: 2500;
}
.modal_gray.blur {
  filter: blur(6px);
}
@media print, screen and (min-width: 750px) {
  .modal_gray {
    z-index: 1000;
  }
}

.modal_ofh {
  overflow: hidden;
  height: auto;
  pointer-events: none;
  overscroll-behavior: none;
}
@media print, screen and (min-width: 750px) {
  .modal_ofh {
    height: auto;
  }
}

.modal_blur {
  filter: blur(6px);
}

.modal_blur-none {
  filter: blur(0) !important;
}

/*=========================================
下からスライドして出現するウィンドウ
=========================================*/
.top_slidePopupW {
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-content: center;
  align-items: center;
  top: 100%;
  left: 0;
  width: 100%;
  height: 0;
  z-index: 2000;
  background: #fff;
  overflow: hidden;
  transition-duration: 0.5s;
}
@media print, screen and (min-width: 750px) {
  .top_slidePopupW {
    display: none;
    position: absolute;
    top: 50px;
    left: 0;
    right: 0;
    margin-right: auto;
    margin-left: auto;
    width: 780px;
    height: calc(100vh - 100px);
    border-radius: 5px;
    transition-duration: 0s;
  }
}
.top_slidePopupW.active {
  display: flex;
  pointer-events: auto;
  height: 100vh;
  margin-top: auto;
  margin-bottom: auto;
}
@media print, screen and (min-width: 750px) {
  .top_slidePopupW.active {
    display: block;
    height: auto;
  }
}

.top_slidePopupHeaderW {
  width: 100%;
  height: auto;
  position: relative;
}

.top_slidePopupHeader {
  width: 100%;
  height: auto;
  background: #007a52;
  color: #fff;
  text-align: center;
  padding: 12px 0;
  font-size: 0.9rem;
  font-weight: normal;
}
@media print, screen and (min-width: 750px) {
  .top_slidePopupHeader {
    font-size: 1.2rem;
    padding: 17px 0;
    border-radius: 5px 5px 0 0;
  }
}

.top_slidePopupHeaderBtnClose {
  position: absolute;
  display: block;
  width: 36px;
  height: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  padding: 0;
  margin-top: auto;
  margin-bottom: auto;
  text-align: center;
  text-decoration: none;
  font-weight: normal;
  font-family: inherit;
  font-size: 0;
  outline: none;
  background: none;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}
@media print, screen and (min-width: 750px) {
  .top_slidePopupHeaderBtnClose {
    left: 18px;
  }
}
.top_slidePopupHeaderBtnClose::before {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  left: 15px;
  margin-top: auto;
  margin-bottom: auto;
  width: 2px;
  height: 16px;
  background: #fff;
  transform: rotate(45deg);
}
@media print, screen and (min-width: 750px) {
  .top_slidePopupHeaderBtnClose::before {
    left: 17px;
    height: 22px;
  }
}
.top_slidePopupHeaderBtnClose::after {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  left: 15px;
  margin-top: auto;
  margin-bottom: auto;
  width: 2px;
  height: 16px;
  background: #fff;
  transform: rotate(-45deg);
}
@media print, screen and (min-width: 750px) {
  .top_slidePopupHeaderBtnClose::after {
    left: 17px;
    height: 22px;
  }
}

.top_slidePopupWInner {
  width: 100%;
  height: calc(75vh - 44px);
  overflow-y: auto;
  margin-left: auto;
  margin-right: auto;
  overflow-scrolling: touch;
  -webkit-overflow-scrolling: touch;
}
@media print, screen and (min-width: 750px) {
  .top_slidePopupWInner {
    height: calc(80vh - 60px);
    position: relative;
  }
}

.top_slidePopupFixBtnW {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: auto;
  border-top: 1px solid #d9d9d9;
  margin: 0;
  padding: 0;
  z-index: 2100;
  box-shadow: 0 -1px 9px #a6a6a6;
}
@media print, screen and (min-width: 750px) {
  .top_slidePopupFixBtnW {
    position: absolute;
  }
}
.top_slidePopupW.active .top_slidePopupFixBtnW {
  display: block;
}

.top_slidePopupFixBtnTopDecideW {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  padding: 15px;
  background: #fff;
}

.top_slidePopupFixBtnTopDecideW-clear {
  width: 47%;
}

.top_slidePopupFixBtnTopDecideW-decide {
  width: 47%;
}

/*=========================================
汎用？のお知らせ枠モーダルウィンドウ
=========================================*/
.top_modalW {
  position: fixed;
  top: 100%;
  left: 5%;
  width: 90%;
  height: 75vh;
  z-index: 9999;
  background: #f5f5f5;
  display: none;
}
@media print, screen and (min-width: 750px) {
  .top_modalW {
    display: none;
    position: absolute;
    top: 50px;
    left: 0;
    right: 0;
    margin-right: auto;
    margin-left: auto;
    width: 780px;
    height: 80vh;
    z-index: 9999;
    border-radius: 5px;
  }
}
.top_modalW.active {
  position: absolute;
  pointer-events: auto;
  top: 5vh;
  margin-top: auto;
  margin-bottom: auto;
  display: block;
}
@media print, screen and (min-width: 750px) {
  .top_modalW.active {
    display: block;
  }
}

.top_modalW_headerW {
  width: 100%;
  height: auto;
  position: relative;
}
@media print, screen and (min-width: 750px) {
  .top_modalW_headerW {
    border-radius: 5px 5px 0 0;
  }
}

.top_modalW_header {
  width: 100%;
  height: auto;
  background: #007a52;
  color: #fff;
  text-align: center;
  padding: 12px 0;
  font-size: 0.9rem;
  font-weight: normal;
}
@media print, screen and (min-width: 750px) {
  .top_modalW_header {
    font-size: 1.2rem;
    padding: 17px 0;
    border-radius: 5px 5px 0 0;
  }
}

.top_modalW_headerBtnClose {
  position: absolute;
  display: block;
  width: 36px;
  height: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  padding: 0;
  margin-top: auto;
  margin-bottom: auto;
  text-align: center;
  text-decoration: none;
  font-weight: normal;
  font-family: inherit;
  font-size: 0;
  outline: none;
  background: none;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}
@media print, screen and (min-width: 750px) {
  .top_modalW_headerBtnClose {
    left: 18px;
  }
}
.top_modalW_headerBtnClose::before {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  left: 15px;
  margin-top: auto;
  margin-bottom: auto;
  width: 2px;
  height: 16px;
  background: #fff;
  transform: rotate(45deg);
}
@media print, screen and (min-width: 750px) {
  .top_modalW_headerBtnClose::before {
    left: 17px;
    height: 22px;
  }
}
.top_modalW_headerBtnClose::after {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  left: 15px;
  margin-top: auto;
  margin-bottom: auto;
  width: 2px;
  height: 16px;
  background: #fff;
  transform: rotate(-45deg);
}
@media print, screen and (min-width: 750px) {
  .top_modalW_headerBtnClose::after {
    left: 17px;
    height: 22px;
  }
}

.top_modalW_wrapper {
  width: calc(100% - 10px);
  height: calc(75vh - 60px);
  overflow-y: auto;
  margin-left: auto;
  margin-right: auto;
  overflow-scrolling: touch;
  -webkit-overflow-scrolling: touch;
}

@media only screen and (max-width: 749px) {
  .top_modalW_wrapper::-webkit-scrollbar {
    width: 5px;
  }
  .top_modalW_wrapper::-webkit-scrollbar-thumb {
    background: #ccc;
    border-radius: 5px;
  }
  .top_modalW_wrapper::-webkit-scrollbar-track-piece {
    background: none;
  }
}
@media print, screen and (min-width: 750px) {
  .top_modalW_wrapper {
    width: 100%;
  }
}

.top_modalW_inner {
  width: 100%;
  height: auto;
  padding: 15px 15px 30px 15px;
}
@media print, screen and (min-width: 750px) {
  .top_modalW_inner {
    padding: 25px 25px 40px 25px;
  }
}

.top_modalW_innerHeader {
  font-weight: bold;
  font-size: 1rem;
  color: #666666;
}
@media print, screen and (min-width: 750px) {
  .top_modalW_innerHeader {
    color: #000;
  }
}

.top_modalW_innerLead {
  font-size: 0.8rem;
  color: #666666;
  margin-top: 10px;
  margin-bottom: 10px;
}
@media print, screen and (min-width: 750px) {
  .top_modalW_innerLead {
    margin-bottom: 20px;
  }
}

.modal_ofh-html {
  overflow: hidden;
  height: 100%;
  overscroll-behavior: none;
}

.modal_ofh-body {
  overflow: hidden;
}

/* 注意アイコン */
.modal-caution {
  padding-left: 35px;
  background: url("/personal/common/img/ico_caution.png") no-repeat left top;
  background-size: 29px 28px;
}

/* 見出し */
.modal-title01 {
  border-left: solid 8px #007a52;
  padding: 0.2em 0 0.2em 10px;
}

.modal-title02 {
  padding: 0.25em 10px;
  background-color: #007a52;
  text-align: center;
  color: #fff;
}

.top_modalW_inner {
  /* フォントサイズ */
  /* 10px */
  /* 12px */
  /* 14px */
  /* 20px */
  /* 太字 */
  /* リストのインデント */
  /* インラインブロック */
}

.top_modalW_inner .fz10 {
  font-size: 0.63rem !important;
}

.top_modalW_inner .fz12 {
  font-size: 0.75rem !important;
}

.top_modalW_inner .fz14 {
  font-size: 0.88rem !important;
}

.top_modalW_inner .fz20 {
  font-size: 1.25rem !important;
}

.top_modalW_inner .fw_b {
  font-weight: bold !important;
}

.top_modalW_inner .fw_n {
  font-weight: normal !important;
}

.top_modalW_inner .kome {
  padding-left: 1em;
}

.top_modalW_inner .kome li {
  text-indent: -1em;
}

.top_modalW_inner .d_i_block {
  display: inline-block !important;
}

/* 別ウィンドウアイコン */
a.modal-blank::after {
  content: "";
  display: inline-block;
  margin: 0 3px 0 5px;
  width: 12px;
  height: 12px;
  background: url(/top/jrticket/img/index_linkblank-icon-blue.png) no-repeat left top;
  background-size: 12px 12px;
  transform: scale(1, 1);
  vertical-align: -1px;
}

a.modal-blank-before::before {
  content: "";
  display: inline-block;
  margin: 0 5px 0 0;
  width: 12px;
  height: 12px;
  background: url(/top/jrticket/img/index_linkblank-icon-blue.png) no-repeat left top;
  background-size: 12px 12px;
  transform: scale(1, 1);
  vertical-align: -1px;
}

/* 「セキュリティーコードとは」モーダル画面 */
#security-code-box {
  margin-top: 20px;
}

#security-code-box dl {
  margin: 0 auto;
  width: 212px;
}

#security-code-box dl:nth-child(2) {
  margin-top: 20px;
}

#security-code-box img {
  display: inline-block;
  margin-top: 0.7em;
  width: 100%;
}

@media print, screen and (min-width: 750px) {
  #security-code-box {
    margin-top: 30px;
  }
  #security-code-box dl {
    width: 444px;
  }
  #security-code-box dl dd img {
    width: 212px;
    height: 100%;
    /* for Safari */
  }
  #security-code-box dl:nth-child(1) dd {
    display: flex;
    justify-content: space-between;
  }
  #security-code-box dl:nth-child(1) dd img:nth-child(2) {
    margin-left: 15px;
  }
  #security-code-box dl:nth-child(2) {
    margin-top: 30px;
  }
}

/* 「アイコンの説明」モーダル画面 */
#icon-description > div {
  display: flex;
  flex-wrap: wrap;
  border-bottom: solid 1px #d9d9d9;
  padding: 20px 0 18px;
}

@media only screen and (max-width: 749px) {
  #icon-description > div {
    display: block;
  }
}

#icon-description > div:first-child {
  padding-top: 5px;
}

#icon-description > div:last-child {
  padding-bottom: 0;
  border-bottom: none;
}

#icon-description > div dl {
  display: flex;
  align-items: center;
  padding: 5px 0;
}

#icon-description > div dl dt {
  padding-right: 10px;
}

#icon-description > div dl dd {
  padding-right: 40px;
}

@media only screen and (max-width: 749px) {
  #icon-description > div dl dd {
    padding-right: 0;
  }
}

/* 「おとな、こどもの区分について」モーダル画面 */
#adult-child-pc table {
  table-layout: fixed;
}

#adult-child-pc table th {
  box-sizing: border-box;
  border-right: solid 1px #f5f5f5;
  padding: 15px;
  background-color: #d8e8e3;
  font-weight: bold;
  color: #007a52;
}

#adult-child-pc table th:first-child {
  border-left: solid 1px #d8e8e3;
}

#adult-child-pc table th:last-child {
  border-right: solid 1px #d8e8e3;
}

#adult-child-pc table td {
  padding: 20px 20px 19px;
  border: solid #d9d9d9;
  border-width: 0 1px 1px;
  vertical-align: middle;
}

#adult-child-pc table td span:first-child {
  font-weight: bold;
  color: #b42700;
}

#adult-child-pc table td span:nth-child(2) {
  display: block;
  margin-top: 0.2em;
  font-size: 0.88rem;
  /* 14px */
}

#adult-child-pc table td ol {
  margin-left: 20px;
  list-style-type: decimal;
  font-size: 0.88rem;
  /* 14px */
}

#adult-child-pc table td img {
  display: inline-block;
}

#adult-child-pc table td#otona-pc img {
  width: 66px;
}

#adult-child-pc table td#kodomo-pc img {
  width: 60px;
}

#adult-child-pc table td#youji-pc img,
#adult-child-pc table td#nyuuji-pc img {
  width: 55px;
}

#adult-child-sp > div {
  border-bottom: solid 1px #d9d9d9;
  padding-bottom: 25px;
}

#adult-child-sp h4 {
  display: flex;
  justify-content: center;
  align-items: center;
}

#adult-child-sp h4 img {
  margin-right: 14px;
}

#adult-child-sp #otona-sp h4 img {
  width: 66px;
}

#adult-child-sp #kodomo-sp h4 img {
  width: 60px;
}

#adult-child-sp #youji-nyuuji-sp #yn-layout {
  display: flex;
}

#adult-child-sp #youji-nyuuji-sp #yn-layout div {
  width: 50%;
}

#adult-child-sp #youji-nyuuji-sp #yn-layout div h4 {
  justify-content: flex-start;
  height: 51px;
}

#adult-child-sp #youji-nyuuji-sp #yn-layout div h4 img {
  width: 55px;
}

#adult-child-sp #youji-nyuuji-sp #yn-layout div dl {
  display: flex;
}

#adult-child-sp #youji-nyuuji-sp #yn-layout div dl dt {
  padding-right: 1em;
  white-space: nowrap;
}

#adult-child-sp #youji-nyuuji-sp #yn-layout div:first-child {
  border-right: solid 1px #d9d9d9;
  padding-right: 10px;
}

#adult-child-sp #youji-nyuuji-sp #yn-layout div:last-child {
  padding-left: 15px;
}

#adult-child-sp #youji-nyuuji-sp ol {
  margin-left: 20px;
  list-style-type: decimal;
  font-size: 0.88rem;
  /* 14px */
}

#adult-child-layout > div h5 {
  display: flex;
}

#adult-child-layout > div h5 span {
  display: flex;
  align-items: center;
  background-color: #d8e8e3;
  box-sizing: border-box;
  padding: 5px 14px;
  height: 56px;
  width: 100%;
  text-align: left;
  color: #007a52;
}

#adult-child-layout > div .layout-box {
  display: flex;
  margin: 20px 0 15px;
}

#adult-child-layout > div .layout-box p {
  line-height: 1.3;
  color: #007a52;
}

@media print, screen and (min-width: 750px) {
  #adult-child-layout {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  #adult-child-layout > div {
    margin-top: 30px;
    width: 348px;
  }
  #adult-child-layout div#case1 .layout-box {
    justify-content: flex-end;
  }
  #adult-child-layout div#case1 .layout-box p:first-child {
    width: 194px;
  }
  #adult-child-layout div#case1 .layout-box p:last-child {
    width: 124px;
  }
  #adult-child-layout div#case2 .layout-box p:first-child {
    margin-right: 30px;
    width: 188px;
  }
  #adult-child-layout div#case2 .layout-box p:last-child {
    width: 128px;
  }
  #adult-child-layout div#case3 {
    margin-top: 40px;
  }
  #adult-child-layout div#case3 .layout-box {
    justify-content: flex-end;
    padding-right: 5px;
  }
  #adult-child-layout div#case3 .layout-box p:first-child {
    width: 188px;
  }
  #adult-child-layout div#case3 .layout-box p:last-child {
    width: 119px;
  }
}

@media only screen and (max-width: 749px) {
  #adult-child-layout > div {
    margin-top: 30px;
    width: 100%;
  }
  #adult-child-layout div#case1 .layout-box {
    justify-content: center;
  }
  #adult-child-layout div#case1 .layout-box p:first-child {
    width: 166px;
  }
  #adult-child-layout div#case1 .layout-box p:last-child {
    margin-right: -25px;
    width: 105px;
  }
  #adult-child-layout div#case1 .layout-box p img {
    height: 77px;
  }
  #adult-child-layout div#case2 .layout-box {
    justify-content: space-between;
    margin: 30px auto 0;
    max-width: 296px;
  }
  #adult-child-layout div#case2 .layout-box p {
    box-sizing: border-box;
  }
  #adult-child-layout div#case2 .layout-box p:first-child {
    width: 161px;
  }
  #adult-child-layout div#case2 .layout-box p:last-child {
    width: 110px;
  }
  #adult-child-layout div#case2 .layout-box p img {
    height: 69px;
  }
  #adult-child-layout div#case3 {
    margin-top: 30px;
  }
  #adult-child-layout div#case3 .layout-box {
    justify-content: center;
    padding-right: 5px;
  }
  #adult-child-layout div#case3 .layout-box p:first-child {
    width: 161px;
  }
  #adult-child-layout div#case3 .layout-box p:last-child {
    margin-right: -25px;
    width: 101px;
  }
  #adult-child-layout div#case3 .layout-box p img {
    height: 69px;
  }
}

/* 「検索結果の見方」モーダル画面 */
#searh-result-modal ol {
  margin-left: 22px;
  list-style-type: decimal;
}

#searh-result-modal ol li {
  margin-top: 20px;
}

#searh-result-modal ol li#vacant-seat span img {
  display: inline-block;
  margin: 0 3px;
  width: 16px;
  vertical-align: -3px;
}

#searh-result-modal .pc {
  display: inline-block !important;
}

@media only screen and (max-width: 749px) {
  #searh-result-modal .pc {
    display: none !important;
  }
  #searh-result-modal picture img {
    width: 100%;
  }
  #searh-result-modal ol li#vacant-seat p:last-child {
    margin-top: 5px;
  }
}

/* 「利用できるICカードの一覧」モーダル画面 */
#ic-cards-modal ul:first-child {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
}

#ic-cards-modal ul:first-child li {
  text-align: center;
}

@media print, screen and (min-width: 750px) {
  #ic-cards-modal ul:first-child li {
    margin-right: 14px;
    margin-bottom: 20px;
  }
  #ic-cards-modal ul:first-child li:nth-child(4n) {
    margin-right: 0;
  }
  #ic-cards-modal ul:first-child li img {
    display: inline-block;
    margin-bottom: 0.2em;
    width: 167px;
  }
}

@media only screen and (max-width: 749px) {
  #ic-cards-modal ul:first-child {
    padding-top: 0.5em;
  }
  #ic-cards-modal ul:first-child li {
    margin-right: 14px;
    margin-bottom: 20px;
    width: calc(50% - 7px);
  }
  #ic-cards-modal ul:first-child li:nth-child(2n) {
    margin-right: 0;
  }
  #ic-cards-modal ul:first-child li img {
    display: inline-block;
    margin-bottom: 0.2em;
    max-width: 100%;
  }
}

/* 「株主優待割引券番号およびパスワード」モーダル画面 */
@media only screen and (max-width: 749px) {
  #stock-number-modal img {
    max-width: 242px;
  }
}

/* 「大人の休日倶楽部会員番号とは」モーダル画面 */
#otokyu-number-modal ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}

#otokyu-number-modal ul li {
  margin-top: 50px;
  max-width: 300px;
  text-align: center;
}

#otokyu-number-modal ul li img {
  display: inline-block;
  margin-top: 15px;
  width: 100%;
  -webkit-backface-visibility: hidden;
  /* for chrome */
}

@media only screen and (max-width: 749px) {
  #otokyu-number-modal ul li img {
    width: 90%;
  }
}

/* 「列車の追加予約について」モーダル画面 */
#additional-reservation-modal #example-box {
  font-size: 0.88rem;
  /* 14px */
}

#additional-reservation-modal #example-box dl {
  display: flex;
  margin-top: 25px;
  padding: 10px;
  background-color: #d8e8e3;
  line-height: 1.6;
  font-weight: bold;
  color: #007a52;
}

#additional-reservation-modal #example-box ul {
  margin-top: 25px;
  display: flex;
  justify-content: center;
}

#additional-reservation-modal #example-box ul li {
  text-align: center;
}

#additional-reservation-modal #example-box ul li img {
  display: inline-block;
  margin-top: 15px;
  max-width: 72px;
}

#additional-reservation-modal #example-box ul li:nth-child(2) {
  margin: 0 60px;
}

@media only screen and (max-width: 749px) {
  #additional-reservation-modal #example-box ul li:nth-child(2) {
    margin: 0 20px;
  }
}

#additional-reservation-modal #example-box div {
  margin-top: 25px;
  padding: 0 20px;
}

@media only screen and (max-width: 749px) {
  #additional-reservation-modal #example-box div {
    padding: 0;
  }
}

/* 「往復のお申込について」モーダル画面 */
#round-ticket-modal > dl {
  display: flex;
}

#round-ticket-modal > dl dt {
  padding-top: 0.1em;
}

#round-ticket-modal > dl dd {
  width: 100%;
  /* forIE 11 */
}

#round-ticket-modal > dl dd > dl {
  display: flex;
  margin-top: 10px;
  padding-left: 0.5em;
  font-size: 0.88rem;
  /* 14px */
}

#round-ticket-modal > dl dd > dl dt {
  width: 3em;
}

#round-ticket-modal table {
  table-layout: fixed;
  margin-top: 10px;
}

#round-ticket-modal table th {
  box-sizing: border-box;
  border-right: solid 1px #f5f5f5;
  padding: 15px;
  background-color: #d8e8e3;
  font-weight: bold;
  color: #007a52;
}

#round-ticket-modal table th:first-child {
  border-left: solid 1px #d8e8e3;
}

#round-ticket-modal table th:last-child {
  border-right: solid 1px #d8e8e3;
}

#round-ticket-modal table td {
  padding: 20px 20px 19px;
  border: solid #d9d9d9;
  border-width: 0 1px 1px;
  vertical-align: middle;
  text-align: center;
}

@media only screen and (max-width: 749px) {
  #round-ticket-modal table {
    font-size: 0.75rem;
  }
  #round-ticket-modal table th {
    padding: 15px 5px;
  }
  #round-ticket-modal table td {
    padding: 20px 5px 19px;
  }
}

/* 「アイコンの説明（割引）」モーダル画面 */
#icon-service-modal #service-type {
  display: flex;
  flex-wrap: wrap;
  margin-top: 10px;
}

#icon-service-modal #service-type dl {
  display: flex;
  align-items: center;
  margin-top: 15px;
  width: 50%;
}

#icon-service-modal #service-type dl dt {
  padding-right: 15px;
}

#icon-service-modal #service-type dl dd {
  padding-right: 15px;
}

@media only screen and (max-width: 749px) {
  #icon-service-modal #service-type {
    display: block;
  }
  #icon-service-modal #service-type dl {
    display: block;
    margin-top: 25px;
    width: 100%;
  }
  #icon-service-modal #service-type dl dt {
    padding-right: 10px;
    white-space: nowrap;
  }
  #icon-service-modal #service-type dl dd {
    margin-top: 5px;
    padding-right: 0;
  }
}

#icon-service-modal #availability-box {
  display: flex;
  margin-top: 10px;
}

#icon-service-modal #availability-box dl {
  display: flex;
  align-items: center;
  margin-top: 10px;
}

#icon-service-modal #availability-box dl dt {
  padding-right: 6px;
}

#icon-service-modal #availability-box dl dt img {
  display: inline-block;
}

#icon-service-modal #availability-box dl dd {
  padding-right: 20px;
}

@media only screen and (max-width: 749px) {
  #icon-service-modal #availability-box {
    flex-wrap: wrap;
  }
  #icon-service-modal #availability-box dl {
    width: 50%;
  }
}

/* 「Suicaアプリケーション（iOS）モバイルSuica（Android）のICカード番号確認方法」モーダル画面 */
#ms-ic-number-modal {
  display: flex;
  justify-content: space-between;
}

#ms-ic-number-modal > div {
  width: 47.8%;
}

#ms-ic-number-modal > div img {
  display: inline-block;
  margin: 20px 0 5px;
  width: 100%;
  -webkit-backface-visibility: hidden;
  /* for chrome */
}

@media only screen and (max-width: 749px) {
  #ms-ic-number-modal {
    display: block;
  }
  #ms-ic-number-modal > div {
    width: 100%;
  }
  #ms-ic-number-modal div:nth-child(2) {
    margin-top: 40px;
  }
}

/*=========================================
検索結果エラー表示
=========================================*/
.top_formError,
.top_formError2 {
  width: 100%;
  height: auto;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 15px;
}
@media print, screen and (min-width: 750px) {
  .top_formError,
  .top_formError2 {
    max-width: 810px;
    margin-left: auto;
    margin-right: auto;
  }
}

.top_formErrorList {
  width: 100%;
  height: auto;
  list-style-type: none;
}

.top_formErrorListItem {
  color: #b42700;
  font-weight: bold;
  margin-bottom: 0.5em;
}
.top_formErrorListItem:last-of-type {
  margin-bottom: 0;
}
.top_formErrorListItem.dot {
  padding-left: 1em;
  text-indent: -1em;
}
.top_formErrorListItem.dot::before {
  content: '・';
}

/*=========================================
乗車駅降車駅選択時のポップアップ共通ヘッダー＆閉じるボタン
=========================================*/
.topPu_headerW {
  width: 100%;
  height: auto;
  position: relative;
}

.topPu_header {
  width: 100%;
  height: auto;
  background: #007a52;
  color: #fff;
  text-align: center;
  padding: 12px 0;
  font-size: 0.9rem;
  font-weight: normal;
}

.topPu_headerBtnClose {
  position: absolute;
  display: block;
  width: 24px;
  height: 100%;
  left: 6px;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  padding: 0;
  text-align: center;
  text-decoration: none;
  font-weight: normal;
  font-family: inherit;
  font-size: 0;
  outline: none;
  background: none;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}
.topPu_headerBtnClose::before {
  position: absolute;
  display: block;
  content: "";
  top: 0;
  bottom: 0;
  left: 9px;
  margin-top: auto;
  margin-bottom: auto;
  width: 2px;
  height: 18px;
  background: #fff;
  transform: rotate(45deg);
}
.topPu_headerBtnClose::after {
  position: absolute;
  display: block;
  content: "";
  top: 0;
  bottom: 0;
  left: 9px;
  margin-top: auto;
  margin-bottom: auto;
  width: 2px;
  height: 18px;
  background: #fff;
  transform: rotate(-45deg);
}

/*=========================================
進捗バー
=========================================*/
.progressBar {
  display: flex;
  flex-wrap: wrap;
  margin-top: 34px;
}
@media print, screen and (min-width: 750px) {
  .progressBar {
    width: 810px;
    margin-left: auto;
    margin-right: auto;
    flex-wrap: nowrap;
    justify-content: space-between;
    margin-bottom: 15px;
    margin-top: 36px;
  }
}
.progressBar .selService_title {
  order: 2;
}
@media print, screen and (min-width: 750px) {
  .progressBar .selService_title {
    order: 1;
    width: auto;
    margin-left: 15px;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }
}
@media print, screen and (min-width: 750px) {
  .progressBar h2 {
    width: auto;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
  }
}

.selService_progressbarW {
  width: 100%;
  height: auto;
  padding-left: 15px;
  padding-right: 15px;
  order: 1;
  margin-top: 0;
}
@media print, screen and (min-width: 750px) {
  .selService_progressbarW {
    max-width: 810px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media print, screen and (min-width: 750px) {
  .selService_progressbarW {
    order: 2;
    width: 314px;
    margin-top: 0;
    margin-left: auto;
    margin-right: 15px;
    padding-top: 6px;
    padding-left: 0;
    padding-right: 0;
    position: relative;
  }
}

.selService_progressbarList {
  width: 100%;
  height: auto;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  padding-top: 16px;
  position: relative;
}
.selService_progressbarList::before {
  position: absolute;
  content: "";
  display: block;
  top: 0;
  left: 0;
  right: 0;
  margin-right: auto;
  margin-left: auto;
  width: 75%;
  height: 2px;
  background: #007a52;
}
.selService_progressbarList.step2::before {
  width: 50%;
}
.selService_progressbarList.step2 .selService_progressbarListItem {
  width: 50%;
}
.selService_progressbarList.step3::before {
  width: 66.6%;
}
.selService_progressbarList.step3 .selService_progressbarListItem {
  width: 33.3%;
}

.selService_progressbarListItem {
  width: 25%;
  height: auto;
  text-align: center;
  font-size: 0.8rem;
  color: #666666;
  position: relative;
  padding-left: 5px;
  padding-right: 5px;
}
@media print, screen and (min-width: 750px) {
  .selService_progressbarListItem {
    padding-left: 0;
    padding-right: 0;
  }
}
.selService_progressbarListItem::before {
  position: absolute;
  content: "";
  display: block;
  top: -20px;
  left: 0;
  right: 0;
  margin-right: auto;
  margin-left: auto;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #a6a6a6;
  z-index: 2;
}
.selService_progressbarListItem::after {
  position: absolute;
  content: "";
  display: block;
  top: -16px;
  right: 50%;
  width: 100%;
  height: 2px;
  background: #d9d9d9;
  z-index: 1;
}
.selService_progressbarListItem.done::before {
  position: absolute;
  content: "";
  display: block;
  top: -24px;
  left: 0;
  right: 0;
  margin-right: auto;
  margin-left: auto;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 2px solid #007a52;
  background: #fff;
  z-index: 2;
}
.selService_progressbarListItem.done::after {
  position: absolute;
  content: "";
  display: block;
  top: -18px;
  left: 0;
  right: 0;
  margin-right: auto;
  margin-left: auto;
  width: 10px;
  height: 4px;
  border-bottom: 2px solid #007a52;
  border-left: 2px solid #007a52;
  transform: rotate(-45deg);
  background: none;
  z-index: 2;
}
.selService_progressbarListItem.now {
  color: #007a52;
}
.selService_progressbarListItem.now::before {
  position: absolute;
  content: "";
  display: block;
  top: -24px;
  left: 0;
  right: 0;
  margin-right: auto;
  margin-left: auto;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #007a52;
  z-index: 2;
}
.selService_progressbarListItem.now::after {
  display: none;
}

/*=========================================
アコーディオン展開ボタン（デフォルト）
=========================================*/
.tmp_slideToggleBtn {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: auto;
  height: auto;
  background: none;
  border: none;
  color: #1a70b2;
  font-size: 1rem;
  font-family: inherit;
  text-decoration: none;
  text-align: center;
  outline: none;
  margin-top: 10px;
  margin-bottom: 13px;
  padding: 0;
  line-height: 1;
  cursor: pointer;
  position: relative;
}
.tmp_slideToggleBtn::before {
  content: '';
  display: block;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  background-image: url(/Personal/reserve/wb/img/trainsearch/ts_acd_close-blue.png);
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 3px;
}
.tmp_slideToggleBtn.active::before {
  background-image: url(/Personal/reserve/wb/img/trainsearch/ts_acd_open-blue.png);
}

/*=========================================
タブ切り替え
=========================================*/
.tmp_tab {
  display: none !important;
}
.tmp_tab.active {
  display: block !important;
}

/*=========================================
ヘッダー部のテキストリーダー読み上げをスキップ
=========================================*/
.screenreader_skipLink {
  width: 0 !important;
  height: 0 !important;
  font-size: 0 !important;
  visibility: hidden !important;
}

/*=========================================
フッターのmargin-top調整
=========================================*/
#guidance_content .idxFooter_listW {
  margin-top: 0;
  padding-top: 0;
}

/*=========================================
注意喚起画面
=========================================*/
.top_puW {
  width: 100%;
  height: auto;
  background: #fff;
}
@media print, screen and (min-width: 750px) {
  .top_puW {
    background: none;
  }
}

.top_puWH {
  width: 100%;
  height: auto;
  background: #e2e2e2;
  padding: 8px 0;
}
@media print, screen and (min-width: 750px) {
  .top_puWH {
    padding: 16px 0;
  }
}

.top_puWHTxt {
  text-align: center;
  font-size: 1.4rem;
  line-height: 1.4;
}
@media print, screen and (min-width: 750px) {
  .top_puWHTxt {
    font-size: 1.75rem;
    line-height: 1.7;
  }
}

.top_puMainW {
  width: 100%;
  height: auto;
  padding: 20px 20px 50px;
}
@media print, screen and (min-width: 750px) {
  .top_puMainW {
    padding: 25px 25px 50px;
  }
}

.top_puMainW-cation {
  font-size: 1rem;
  font-weight: bold;
  color: #b42700;
  background: url("/Personal/common/img/ico_caution.png") no-repeat left top;
  background-size: 29px 28px;
  padding-left: 35px;
}

.top_puMainWleadtxt {
  width: 100%;
  height: auto;
  margin-top: 21px;
  font-size: 0.9rem;
}

.top_puMainWleadtxt-link {
  width: 100%;
  height: auto;
  margin-top: 10px;
  font-size: 0.9rem;
}

.top_puSubList {
  width: 100%;
  height: auto;
}
@media print, screen and (min-width: 750px) {
  .top_puSubList {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    margin-top: 40px;
  }
}

.top_puSubListItem {
  width: 100%;
  height: auto;
  margin-bottom: 45px;
}
.top_puSubListItem:last-of-type {
  margin-bottom: 0;
}
@media print, screen and (min-width: 750px) {
  .top_puSubListItem {
    width: 48%;
    margin-bottom: 0;
  }
}

.top_puMainWleadtxt-ex {
  width: 100%;
  height: auto;
  padding-left: 2em;
  text-indent: -2em;
  font-size: 0.9rem;
  margin-top: 25px;
}
@media print, screen and (min-width: 750px) {
  .top_puMainWleadtxt-ex {
    margin-top: 0px;
  }
}

.top_puSubListText {
  width: 100%;
  height: auto;
  margin-top: 17px;
}
@media print, screen and (min-width: 750px) {
  .top_puSubListText {
    margin-top: 10px;
  }
}

.top_puSubListTextItem {
  width: 100%;
  height: auto;
  font-size: 0.9rem;
  margin-bottom: 0.6em;
  padding-left: 1em;
  text-indent: -1em;
}
.top_puSubListTextItem:last-of-type {
  margin-bottom: 0;
}

.top_puKabunushiMainW-img {
  width: 100%;
  height: auto;
  text-align: center;
  margin-top: 25px;
}
.top_puKabunushiMainW-img img {
  width: 100%;
  height: auto;
}
@media print, screen and (min-width: 750px) {
  .top_puKabunushiMainW-img img {
    max-width: 290px;
  }
}

.top_puBtnW {
  width: 100%;
  height: auto;
  background: #fff;
  padding: 0px 20px 50px;
}
@media print, screen and (min-width: 750px) {
  .top_puBtnW {
    padding: 0px 25px 25px;
    background: none;
  }
}

.top_puBtnW-decide {
  width: 100%;
  height: auto;
}

.top_puBtnW-clear {
  width: 100%;
  height: auto;
  margin-top: 20px;
}
@media print, screen and (min-width: 750px) {
  .top_puBtnW-clear {
    margin-top: 15px;
  }
}
.top_puMainWleadtxt-ex span {
  font-size: 1rem;
}
.top_puMainW-text1 {
  margin-top: -6px;
  font-size: 0.9rem;
  text-align: center;
}
@media print, screen and (min-width: 750px) {
  .top_puMainW-text1 {
    margin-top: 12px;
  }
}
.top_puMainW-text2 {
  margin-top: 15px;
  font-size: 0.9rem;
  text-align: center;
}
@media print, screen and (min-width: 750px) {
  .top_puMainW-text2 {
    margin-top: 12px;
  }
}

.top_puMainW-img {
  width: 80%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  margin-top: 31px;
  line-height: 1;
  display: block;
}
@media print, screen and (min-width: 750px) {
  .top_puMainW-img {
    width: 100%;
    margin-top: 38px;
  }
}
.top_puMainW-img img {
  width: 100%;
  height: auto;
}
@media print, screen and (min-width: 750px) {
  .top_puMainW-img img {
    max-width: 229px;
  }
}

.top_puSubW {
  border: 1px solid #b42700;
  border-radius: 2px;
  margin-top: 20px;
  font-size: 0.9rem;
  padding: 10px;
}
@media print, screen and (min-width: 750px) {
  .top_puSubW {
    padding: 20px;
  }
}
.top_puSubW-title {
  font-size: 1rem;
  font-weight: bold;
  color: #b42700;
}

.top_puSubWList {
  padding-left: 22px;
  list-style-type: disc;
  margin-top: 5px;
}
@media print, screen and (min-width: 750px) {
  .top_puSubWList {
    padding-left: 30px;
  }
}

.top_puSubWListItem {
  margin-bottom: 0.5em;
}
.top_puSubWListItem:last-of-type {
  margin-bottom: 0;
}

.top_puSubWTable {
  width: 100%;
  border-collapse: collapse;
  border-top: 1px solid #666;
  border-left: 1px solid #666;
  margin-top: 10px;
  font-size: 0.9rem;
}
.top_puSubWTable th, .top_puSubWTable td {
  border-right: 1px solid #666;
  border-bottom: 1px solid #666;
  vertical-align: middle;
  padding: 5px;
  font-size: 0.8rem;
}
@media print, screen and (min-width: 750px) {
  .top_puSubWTable th, .top_puSubWTable td {
    text-align: center;
  }
}
.top_puSubWTable th {
  background-color: #c7cdd1;
}

.top_puSubWCation {
  width: 100%;
  height: auto;
  padding-left: 1em;
  text-indent: -1em;
  font-size: 0.9rem;
  margin-top: 25px;
}

.top_puSubWCation-footer {
  margin-top: 20px;
  font-size: 0.9rem;
}

.top_puMainSt-title {
  font-size: 0.9rem;
  margin-top: 21px;
  font-weight: bold;
}

.top_puMainStList {
  font-size: 0.9rem;
  padding-left: 30px;
  list-style-type: disc;
  margin-top: 10px;
}

.top_puMainStListItem {
  font-size: 0.9rem;
  margin-bottom: 1em;
}
.top_puMainStListItem:last-of-type {
  margin-bottom: 0;
}
.top_puSample {
  margin-top: 25px;
}
@media print, screen and (min-width: 750px) {
  .top_puSample {
    width: 600px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 21px;
  }
}

.top_puSample-title {
  font-size: 0.9rem;
  font-weight: bold;
}
@media print, screen and (min-width: 750px) {
  .top_puSample-title {
    text-align: center;
  }
}

.top_puSample-image {
  width: 100%;
  height: auto;
}
.top_puSample-image img {
  width: 100%;
  height: auto;
  margin-top: 10px;
}
/* 大休独自 */
.top_puOt9MainW {
  width: 100%;
  height: auto;
  padding: 20px 20px 50px;
}
@media print, screen and (min-width: 750px) {
  .top_puOt9MainW {
    padding: 25px;
  }
}

.top_puOt9MainWleadtxt-ex {
  width: 100%;
  height: auto;
  font-size: 0.9rem;
  margin-top: 25px;
}
@media print, screen and (min-width: 750px) {
  .top_puOt9MainWleadtxt-ex {
    margin-top: 0;
  }
}
.top_puOt9MainWleadtxt-ex span {
  font-size: 1rem;
}
/* 他社発独自 */
.top_puTashaSubList {
  width: 100%;
  height: auto;
}
@media print, screen and (min-width: 750px) {
  .top_puTashaSubList {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
  }
}
.top_puTashaSubListItem {
  width: 100%;
  height: auto;
  margin-bottom: 45px;
  border-bottom: 1px solid #d9d9d9;
  padding-bottom: 25px;
}
.top_puTashaSubListItem:last-of-type {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
@media print, screen and (min-width: 750px) {
  .top_puTashaSubListItem {
    width: 48%;
    margin-bottom: 0;
    border-bottom: none;
  }
}
.top_puTashaMainWleadtxt-ex {
  width: 100%;
  height: auto;
  padding-left: 2em;
  text-indent: -2em;
  font-size: 0.9rem;
  margin-top: 25px;
}
@media print, screen and (min-width: 750px) {
  .top_puTashaMainWleadtxt-ex {
    margin-top: 45px;
  }
}
/* 事前・夜間 */
.tsResultPre_formAttW {
  width: calc(100% - 30px);
  background: #fcefeb;
  border: 1px solid #b42700;
  border-radius: 5px;
  padding: 15px;
  margin: 22px auto 25px;
}
@media print, screen and (min-width: 750px) {
  .tsResultPre_formAttW {
    width: auto;
    max-width: 780px;
    margin-top: 0;
  }
}

.tsResultPre_formAttHeader {
  font-size: 0.9rem;
  font-weight: bold;
  margin-bottom: 15px;
  color: #b42700;
}

.tsResultPre_formAttList {
  list-style-type: disc;
  margin-left: 25px;
  font-size: 0.9rem;
}

.tsResultPre_formAttListItem {
  margin-bottom: 1em;
}
/* 受取駅独自 */
.top_puSpecificstationMainW-subList-h {
  font-size: 1.2rem;
  font-weight: bold;
  margin-top: 30px;
  margin-bottom: 10px;
}
.top_puSpecificstationMainW-subList {
  width: 100%;
  height: auto;
}
.top_puSpecificstationMainW-subListItem {
  width: 100%;
  height: auto;
  margin-bottom: 30px;
}
.top_puSpecificstationMainWleadtxt-link {
  width: 100%;
  height: auto;
  margin-top: 7px;
  font-size: 0.9rem;
  padding-left: 35px;
}
@media print, screen and (min-width: 750px) {
  .top_puSpecificstationMainWleadtxt-link {
    margin-top: 0;
  }
}
.top_puSpecificstationMainWleadtxt {
  width: 100%;
  height: auto;
  margin-top: 7px;
  font-size: 0.9rem;
  padding-left: 35px;
}
.top_puSpecificstationSubListItem:last-of-type {
  margin-bottom: 0;
}
@media print, screen and (min-width: 750px) {
  .top_puSpecificstationSubListItem {
    width: 100%;
    margin-bottom: 0;
  }
}
.top_puSpecificstationMainW-img {
  width: 100%;
  height: auto;
  text-align: center;
  margin-top: 25px;
}
@media print, screen and (min-width: 750px) {
  .top_puSpecificstationMainW-img {
    margin-top: 0;
  }
}
.top_puSpecificstationMainW-img img {
  width: 100%;
  height: auto;
}
@media print, screen and (min-width: 750px) {
  .top_puSpecificstationMainW-img img {
    max-width: 500px;
  }
}

img {
  image-rendering: -webkit-optimize-contrast;
}

.top_formEntryStation-nonSearchHours {
  color: #b42700;
  font-weight: bold;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}

/*# sourceMappingURL=common.css.map */
