@charset "UTF-8";
/*******************************************************************************

	「えきねっとトクだ値」ページ用CSS
	/top/tokudane/

	01.基本設定・流用
	02.ヘッダー
	03.トクだ値グローバルメニュー
	04.メインビジュアル・タイトル
	05.お知らせ
	06.トクだ値メインサービス
	07.主要区間の料金例
	08.トクだ値のおすすめポイント
	09.トクだ値ご利用にあたっての留意事項
	10.トクだ値のお申込み（フローティングボックス）
	11.アコーディオン（トクだ値用）
	12.タブ（トクだ値用）
	13.価格表　共通テーブル
	14.全設定区間の価格表（PDF）
	15.「チャットボット」と「ページトップへ戻る」ボタンのレイアウト調整

*******************************************************************************/
/*******************************************************************************

	01.基本設定・流用

*******************************************************************************/
#TokudaneMainContent section {
  margin: 0 auto;
  max-width: 1000px;
}
@media only screen and (max-width: 749px) {
  #TokudaneMainContent section {
    padding: 0 15px;
  }
  #TokudaneMainContent section.pitapita {
    padding: 0;
  }
  #TokudaneMainContent section.pitapita .not-pitapita {
    padding: 0 15px;
  }
}

/* 見出し1 */
.el_headerBorder {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 50px;
  padding-bottom: 20px;
  font-size: 2.125rem;
  /* 34px */
  font-weight: bold;
}
@media only screen and (max-width: 749px) {
  .el_headerBorder {
    font-size: 1.688rem;
    /* 27px */
  }
  .el_headerBorder.f-mini {
    font-size: 1.625rem;
    /* 26px */
  }
}

/* 見出し2 */
.el_headerBorder.label1 {
  position: relative;
  display: block;
  padding-right: 5em;
}
.el_headerBorder.label1 span.labelitem {
  display: inline-block;
  border-radius: 3px;
  padding: 5px 20px;
  background-color: #00893d;
  font-size: 1.125rem;
  /* 18px */
  font-weight: normal;
  color: #fff;
}
@media print, screen and (min-width: 750px) {
  .el_headerBorder.label1 span.labelitem {
    position: absolute;
    right: 0;
    top: 0.3em;
  }
}
@media only screen and (max-width: 749px) {
  .el_headerBorder.label1 {
    padding-right: 0;
  }
  .el_headerBorder.label1 span.labelitem {
    margin-left: 10px;
    padding: 5px 10px;
    vertical-align: 0.2em;
    font-size: 0.875rem;
    /* 14px */
  }
}

/* 見出し3 */
.el_headerSubtext + .el_header {
  margin-top: 35px;
}

.el_header {
  font-size: 1.5rem;
  /* 24px */
  padding-left: 20px;
  min-height: inherit;
}

.el_header + .el_text {
  margin-top: 25px;
}

/* アコーディオンの中 */
.bl_accordionDesc .el_header {
  font-size: 1.25rem;
  /* 20px */
}

/* 見出し4 */
.title04 {
  display: flex;
  justify-content: space-between;
  width: 100%;
  font-size: 1.75rem;
  /* 28px */
  font-weight: bold;
}
.title04 .ticket {
  display: flex;
  justify-content: center;
  align-self: flex-start;
  border-radius: 5px;
  margin-top: 0.2em;
  padding: 5px;
  min-width: 145px;
  background-color: #00893d;
  font-size: 1rem;
  /* 16px */
  font-weight: normal;
  color: #fff;
}
@media only screen and (max-width: 749px) {
  .title04 {
    display: block;
  }
  .title04 .title-txt {
    font-size: 1.375rem;
    /* 22px */
  }
  .title04 .title-txt .hosoku-txt {
    font-size: 1.125rem;
    font-weight: normal;
  }
  .title04 .title-txt.noticket {
    width: 100%;
  }
  .title04 .ticket {
    display: inline-block;
    margin-left: 0.5em;
    min-width: auto;
    padding: 5px 10px;
    vertical-align: 0.2em;
    font-size: 0.75rem;
    /* 12px */
  }
}

/* リンク */
.link-list {
  /* フォントサイズ16px用 */
}
.link-list .arrow-link {
  margin-top: 0.35em;
  position: relative;
  padding-left: 1.3em;
}
.link-list .arrow-link::before {
  position: absolute;
  content: "";
  width: 7px;
  height: 7px;
  display: block;
  top: 0.5em;
  left: 0;
  border-top: 2px solid #007a52;
  border-right: 2px solid #007a52;
  transform: rotate(45deg);
}
.link-list.tar .arrow-link {
  display: inline-block;
}

.arrow-link-s14 {
  /* フォントサイズ14px用 */
  margin-top: 0.35em;
  position: relative;
  padding-left: 1.2em;
}
.arrow-link-s14::before {
  position: absolute;
  content: "";
  width: 6px;
  height: 6px;
  display: block;
  top: 0.55em;
  left: 0;
  border-top: 2px solid #007a52;
  border-right: 2px solid #007a52;
  transform: rotate(45deg);
}

.window-link-s14 {
  /* 別ウィンドウ　フォントサイズ14px用 */
  display: inline-block;
  position: relative;
  padding-left: 1.2em;
}
.window-link-s14::before {
  content: "";
  display: block;
  position: absolute;
  top: 0.35em;
  left: 0;
  width: 12px;
  height: 12px;
  background: url("/top/common/img/icon_window.svg") 0 0 no-repeat;
  background-size: contain;
}

.link-window {
  position: relative;
  padding-right: 1.2em;
}
.link-window::after {
  content: "";
  display: inline-block;
  margin-left: 5px;
  width: 13px;
  height: 13px;
  background: url("/top/common/img/icon_window.svg") 0 0 no-repeat;
  background-size: contain;
}

.link-down {
  /* ページ内リンク下向き */
  position: relative;
  display: inline-block;
  padding-right: 25px;
}
.link-down::before {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 0.2em;
  border-radius: 50%;
  width: 19px;
  height: 19px;
  background-color: #007a52;
}
.link-down::after {
  position: absolute;
  content: "";
  width: 6px;
  height: 6px;
  display: block;
  top: 7.2px;
  /* for IE11 and FF */
  right: 5px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(135deg);
}

.link-down-s14 {
  /* ページ内リンク下向き　フォントサイズ14px用 */
  position: relative;
  display: inline-block;
  margin-right: 0.15em;
  padding-right: 24px;
}
.link-down-s14::before {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 0.1em;
  border-radius: 50%;
  width: 19px;
  height: 19px;
  background-color: #007a52;
}
.link-down-s14::after {
  position: absolute;
  content: "";
  width: 6px;
  height: 6px;
  display: block;
  top: 5.2px;
  /* for IE11 and FF */
  right: 5px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(135deg);
}
.lh17 .link-down-s14::before {
  top: 0.15em;
}
.lh17 .link-down-s14::after {
  top: 6.2px;
  /* for IE11 and FF */
}

/* ボタン */
.btn-basic {
  display: inline-block;
  border-radius: 5px;
  padding: 12px 5px;
  width: 100%;
  background-color: #1a70b2;
  text-decoration: none;
  text-align: center;
  font-size: 1.25rem;
  /* 20px */
  font-weight: bold;
  color: #fff;
  /* 緑 */
}
.btn-basic:hover {
  background-color: #44a3ec;
  color: #fff;
}
.btn-basic.green {
  border: solid 1px #007a52;
  padding: 11px 5px;
  background-color: #007a52;
}
.btn-basic.green:hover {
  background-color: #f2f9f2;
  color: #007a52;
}

/* 2カラム */
.column2-layout {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.column2-layout > dl {
  flex-basis: calc(50% - 2%);
}
@media only screen and (max-width: 749px) {
  .column2-layout {
    display: block;
  }
}

/* 余白 */
@media only screen and (max-width: 749px) {
  .mt0sp {
    margin-top: 0 !important;
  }

  .mt5sp {
    margin-top: 5px !important;
  }

  .mt8sp {
    margin-top: 8px !important;
  }

  .mt10sp {
    margin-top: 10px !important;
  }

  .mt15sp {
    margin-top: 15px !important;
  }

  .mt20sp {
    margin-top: 20px !important;
  }

  .mt25sp {
    margin-top: 25px !important;
  }

  .mt30sp {
    margin-top: 30px !important;
  }

  .mt32sp {
    margin-top: 32px !important;
  }

  .mt35sp {
    margin-top: 35px !important;
  }

  .mt40sp {
    margin-top: 40px !important;
  }

  .mt45sp {
    margin-top: 45px !important;
  }

  .mt50sp {
    margin-top: 50px !important;
  }

  .mt55sp {
    margin-top: 55px !important;
  }

  .mt60sp {
    margin-top: 60px !important;
  }

  .mt65sp {
    margin-top: 65px !important;
  }

  .mt70sp {
    margin-top: 70px !important;
  }

  .mt75sp {
    margin-top: 75px !important;
  }

  .mt80sp {
    margin-top: 80px !important;
  }

  .mt85sp {
    margin-top: 85px !important;
  }

  .mt90sp {
    margin-top: 90px !important;
  }

  .mb0sp {
    margin-bottom: 0 !important;
  }

  .mb5sp {
    margin-bottom: 5px !important;
  }

  .mb10sp {
    margin-bottom: 10px !important;
  }

  .mb15sp {
    margin-bottom: 15px !important;
  }

  .mb20sp {
    margin-bottom: 20px !important;
  }

  .mb25sp {
    margin-bottom: 25px !important;
  }

  .mb30sp {
    margin-bottom: 30px !important;
  }

  .mb35sp {
    margin-bottom: 35px !important;
  }

  .mb40sp {
    margin-bottom: 40px !important;
  }

  .mb45sp {
    margin-bottom: 45px !important;
  }

  .mb50sp {
    margin-bottom: 50px !important;
  }

  .mr0sp {
    margin-right: 0 !important;
  }

  .mr5sp {
    margin-right: 5px !important;
  }

  .mr10sp {
    margin-right: 10px !important;
  }

  .mr15sp {
    margin-right: 15px !important;
  }

  .mr20sp {
    margin-right: 20px !important;
  }

  .mr25sp {
    margin-right: 25px !important;
  }

  .mr30sp {
    margin-right: 30px !important;
  }

  .mr40sp {
    margin-right: 40px !important;
  }

  .mr50sp {
    margin-right: 50px !important;
  }

  .mr60sp {
    margin-right: 60px !important;
  }

  .mr70sp {
    margin-right: 70px !important;
  }

  .ml0sp {
    margin-left: 0 !important;
  }

  .ml5sp {
    margin-left: 5px !important;
  }

  .ml10sp {
    margin-left: 10px !important;
  }

  .ml15sp {
    margin-left: 15px !important;
  }

  .ml20sp {
    margin-left: 20px !important;
  }

  .ml25sp {
    margin-left: 25px !important;
  }

  .ml30sp {
    margin-left: 30px !important;
  }
}
@media print, screen and (min-width: 750px) {
  .mt0pc {
    margin-top: 0 !important;
  }

  .mt5pc {
    margin-top: 5px !important;
  }

  .mt8pc {
    margin-top: 8px !important;
  }

  .mt10pc {
    margin-top: 10px !important;
  }

  .mt15pc {
    margin-top: 15px !important;
  }

  .mt20pc {
    margin-top: 20px !important;
  }

  .mt25pc {
    margin-top: 25px !important;
  }

  .mt30pc {
    margin-top: 30px !important;
  }

  .mt32pc {
    margin-top: 32px !important;
  }

  .mt35pc {
    margin-top: 35px !important;
  }

  .mt40pc {
    margin-top: 40px !important;
  }

  .mt45pc {
    margin-top: 45px !important;
  }

  .mt50pc {
    margin-top: 50px !important;
  }

  .mt55pc {
    margin-top: 55px !important;
  }

  .mt60pc {
    margin-top: 60px !important;
  }

  .mt65pc {
    margin-top: 65px !important;
  }

  .mt70pc {
    margin-top: 70px !important;
  }

  .mt75pc {
    margin-top: 75px !important;
  }

  .mt80pc {
    margin-top: 80px !important;
  }

  .mt85pc {
    margin-top: 85px !important;
  }

  .mt90pc {
    margin-top: 90px !important;
  }

  .mt95pc {
    margin-top: 95px !important;
  }

  .mt100pc {
    margin-top: 100px !important;
  }

  .mb0pc {
    margin-bottom: 0 !important;
  }

  .mb5pc {
    margin-bottom: 5px !important;
  }

  .mb10pc {
    margin-bottom: 10px !important;
  }

  .mb15pc {
    margin-bottom: 15px !important;
  }

  .mb20pc {
    margin-bottom: 20px !important;
  }

  .mb25pc {
    margin-bottom: 25px !important;
  }

  .mb30pc {
    margin-bottom: 30px !important;
  }

  .mb35pc {
    margin-bottom: 35px !important;
  }

  .mb40pc {
    margin-bottom: 40px !important;
  }

  .mb45pc {
    margin-bottom: 45px !important;
  }

  .mb50pc {
    margin-bottom: 50px !important;
  }

  .mr0pc {
    margin-right: 0 !important;
  }

  .mr5pc {
    margin-right: 5px !important;
  }

  .mr10pc {
    margin-right: 10px !important;
  }

  .mr15pc {
    margin-right: 15px !important;
  }

  .mr20pc {
    margin-right: 20px !important;
  }

  .mr25pc {
    margin-right: 25px !important;
  }

  .mr30pc {
    margin-right: 30px !important;
  }

  .mr40pc {
    margin-right: 40px !important;
  }

  .mr50pc {
    margin-right: 50px !important;
  }

  .mr60pc {
    margin-right: 60px !important;
  }

  .mr70pc {
    margin-right: 70px !important;
  }

  .ml0pc {
    margin-left: 0 !important;
  }

  .ml5pc {
    margin-left: 5px !important;
  }

  .ml10pc {
    margin-left: 10px !important;
  }

  .ml15pc {
    margin-left: 15px !important;
  }

  .ml20pc {
    margin-left: 20px !important;
  }

  .ml25pc {
    margin-left: 25px !important;
  }

  .ml30pc {
    margin-left: 30px !important;
  }
}
/* フォントサイズ */
.fs10 {
  font-size: 0.625rem !important;
}

.fs11 {
  font-size: 0.688rem !important;
}

.fs12 {
  font-size: 0.75rem !important;
}

.fs13 {
  font-size: 0.813rem !important;
}

.fs14 {
  font-size: 0.875rem !important;
}

.fs15 {
  font-size: 0.938rem !important;
}

.fs16 {
  font-size: 1rem !important;
}

.fs17 {
  font-size: 1.063rem !important;
}

.fs18 {
  font-size: 1.125rem !important;
}

.fs19 {
  font-size: 1.188rem !important;
}

.fs20 {
  font-size: 1.25rem !important;
}

/* 行間 */
.lh17 {
  line-height: 1.7;
}

/* 汎用クラス */
.inb {
  display: inline-block !important;
}

.txt-gray {
  color: #212121 !important;
}

.fw-b {
  font-weight: bold !important;
}

.red {
  color: #b42700 !important;
}

/* 注意アイコンの注釈  */
.caution-list li {
  position: relative;
  display: inline-block;
  padding: 0 0 0 30px;
  font-size: 0.875rem !important;
  /* 14px */
}
.caution-list li::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 22px;
  height: 20px;
  background: url("/top/common/img/ico_caution.png") 0 0 no-repeat;
  background-size: contain;
  -webkit-backface-visibility: hidden;
  /* for chrome */
}
@media only screen and (max-width: 749px) {
  .caution-list.tac {
    text-align: left !important;
  }
}

.caution-list-fs16 li {
  position: relative;
  display: inline-block;
  padding: 0 0 0 30px;
  font-size: 1rem !important;
  /* 16px */
}
.caution-list-fs16 li::before {
  content: "";
  display: block;
  position: absolute;
  top: 0.05em;
  left: 0;
  width: 24px;
  height: 22px;
  background: url("/top/common/img/ico_caution.png") 0 0 no-repeat;
  background-size: contain;
  -webkit-backface-visibility: hidden;
  /* for chrome */
}
@media only screen and (max-width: 749px) {
  .caution-list-fs16.tac {
    text-align: left !important;
  }
}

/* 文字詰め */
.tsume {
  letter-spacing: 0.06em;
  font-feature-settings: "palt";
}

@media print, screen and (min-width: 750px) {
  .tsume-pc {
    letter-spacing: 0.06em;
    font-feature-settings: "palt";
  }
}
@media only screen and (max-width: 749px) {
  .tsume-sp {
    letter-spacing: 0.06em;
    font-feature-settings: "palt";
  }
}
/*******************************************************************************

	02.ヘッダー

*******************************************************************************/
@media print, screen and (min-width: 750px) {
  #TokudaneMainContent header {
    border-bottom: solid 1px #dddede;
    padding-top: 35px;
    background-color: #ebf6f2;
  }
  #TokudaneMainContent header nav.AppealPage-sp {
    display: none;
  }
  #TokudaneMainContent header #header-inner {
    margin: 0 auto;
    max-width: 1000px;
  }
  #TokudaneMainContent header #header-inner h2 {
    margin-bottom: 25px;
    font-size: 1.68rem;
    /* 27px */
  }
  #TokudaneMainContent header #header-inner h2 span {
    display: inline-block;
    margin-left: 15px;
    border-radius: 6px;
    padding: 5px 20px 8px;
    font-size: 1rem;
    /* 16px */
    background-color: #00893d;
    vertical-align: 0.3em;
    color: #fff;
  }
}
@media only screen and (max-width: 749px) {
  #TokudaneMainContent header {
    position: relative;
    display: block;
    border-top: solid 1px #d9d9d9;
    background-color: #ebf6f2;
  }
  #TokudaneMainContent header h2 {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    padding-left: 15px;
    padding-right: 80px;
    padding-bottom: 4px;
    height: 90px;
    font-size: 1.25rem;
    /* 20px */
  }
  #TokudaneMainContent header h2 span {
    display: inline-block;
    margin-top: 2px;
    border-radius: 6px;
    padding: 5px 15px 8px;
    font-size: 0.75rem;
    /* 12px */
    background-color: #009844;
    color: #fff;
  }
}

/*******************************************************************************

	03.トクだ値グローバルメニュー

*******************************************************************************/
@media print, screen and (min-width: 750px) {
  #tokudane-g-navi-pc {
    margin: 60px auto 0;
    max-width: 1000px;
  }
  #tokudane-g-navi-pc ul {
    display: flex;
    border-left: dotted 1px #007a52;
  }
  #tokudane-g-navi-pc ul li {
    flex-basis: calc(100% / 5);
  }
  #tokudane-g-navi-pc ul li a {
    position: relative;
    display: flex;
    align-items: center;
    border-right: dotted 1px #007a52;
    padding: 10px 20px 10px 35px;
    min-height: 70px;
    height: 100%;
    font-size: 0.938rem;
    /* 15px */
    text-decoration: none;
    color: #212121;
  }
  #tokudane-g-navi-pc ul li a::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 12px;
    margin: auto 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 0 5px 8.7px;
    border-color: transparent transparent transparent #007a52;
  }
  #tokudane-g-navi-pc ul li a:hover {
    background-color: #f3faf7;
    color: #007a52;
  }

  #tokudane-page1 #tokudane-g-navi-pc ul li:nth-child(1) a,
  #tokudane-page2 #tokudane-g-navi-pc ul li:nth-child(2) a,
  #tokudane-page3 #tokudane-g-navi-pc ul li:nth-child(3) a,
  #tokudane-page4 #tokudane-g-navi-pc ul li:nth-child(4) a,
  #tokudane-page5 #tokudane-g-navi-pc ul li:nth-child(5) a {
    background-color: #f3faf7;
    color: #007a52;
  }

  /* パン屑調整 */
  .tokudane-lower-page #tokudane-g-navi-pc {
    margin-top: 0 !important;
  }

  .tokudane-lower-page .bl_breadcrumbsUnit {
    margin-bottom: 0 !important;
  }

  .tokudane-lower-page .ly_wrapper {
    min-height: 60px;
  }

  .tokudane-lower-page .bl_breadcrumbsUnit {
    margin-top: 0;
    padding-top: 10px;
  }
}
@media only screen and (max-width: 749px) {
  #tokudane-g-navi-pc {
    display: none;
  }
}
/*******************************************************************************

	04.メインビジュアル・タイトル

*******************************************************************************/
#mainvisual {
  margin: 50px auto 0;
}
@media only screen and (max-width: 749px) {
  #mainvisual {
    margin-top: 30px;
  }
}

.main-title-box {
  overflow: hidden;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row-reverse;
  margin: 50px auto 0;
  border: solid #009844;
  border-width: 4px 0;
  background-color: #e0f3e9;
}
.main-title-box > p {
  position: relative;
  right: -8%;
  flex-basis: 36%;
  padding: 40px 5% 40px 0;
  background-color: #fff;
  transform: skewX(-45deg);
  text-align: center;
  line-height: 1;
}
.main-title-box > p img {
  transform: skewX(45deg);
  -webkit-backface-visibility: hidden;
  /* for chrome */
  max-height: 81px;
}
.main-title-box > div {
  padding: 10px 10px 10px 4%;
}
.main-title-box > div > p {
  font-size: 1.5rem;
  /* 24px */
  font-weight: bold;
}
.main-title-box > div > h2 {
  font-size: 2.25rem;
  /* 36px */
  color: #007a52;
}
#tokudane-page4 .main-title-box, #tokudane-page5 .main-title-box {
  background-color: #fff;
}
#tokudane-page4 .main-title-box > p, #tokudane-page5 .main-title-box > p {
  background-color: #e0f3e9;
}
#tokudane-page4 .main-title-box > p span, #tokudane-page5 .main-title-box > p span {
  display: inline-block;
  height: 82px;
}
@media only screen and (max-width: 749px) {
  .main-title-box {
    margin: 0;
    display: block;
  }
  .main-title-box > p {
    right: 0;
    padding: 20px 0;
    transform: none;
  }
  .main-title-box > p img {
    display: inline-block;
    transform: none;
  }
  .main-title-box > div {
    padding: 30px 10px 30px;
    text-align: center;
  }
  .main-title-box > div > p {
    line-height: 1.4;
    font-size: 5vw;
  }
  .main-title-box > div > h2 {
    margin-top: 10px;
    font-size: 6vw;
  }
  #tokudane-page4 .main-title-box > p, #tokudane-page5 .main-title-box > p {
    display: none;
  }
  #tokudane-page4 .main-title-box > div, #tokudane-page5 .main-title-box > div {
    background-color: #e0f3e9;
  }
}

/*******************************************************************************

	05.お知らせ

*******************************************************************************/
#tokudane-info dl {
  display: none;
  margin-top: 35px;
}
#tokudane-info dl dt {
  font-weight: bold;
}
#tokudane-info dl dd ul {
  margin: 10px 0 0 1.5em;
  list-style-type: disc;
}
#tokudane-info dl dd ul li {
  display: none;
  margin-top: 0.25em;
}
@media only screen and (max-width: 749px) {
  #tokudane-info dl {
    margin-top: 30px;
    padding: 0 15px;
  }
}

#tokudane-page2 #tokudane-info dl.tp2,
#tokudane-page3 #tokudane-info dl.tp3,
#tokudane-page4 #tokudane-info dl.tp4,
#tokudane-page5 #tokudane-info dl.tp5 {
  display: block;
}

#tokudane-page2 #tokudane-info dl dd ul li.tp2,
#tokudane-page3 #tokudane-info dl dd ul li.tp3,
#tokudane-page4 #tokudane-info dl dd ul li.tp4,
#tokudane-page5 #tokudane-info dl dd ul li.tp5 {
  display: list-item;
}

/*******************************************************************************

	06.トクだ値メインサービス

*******************************************************************************/
#tokudane-main-service > dl {
  display: flex;
  flex-wrap: wrap;
  margin-top: 40px;
}
@media only screen and (max-width: 749px) {
  #tokudane-main-service > dl {
    margin-top: 20px;
  }
}
#tokudane-main-service > dl dt {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 15px 15px 20px;
  width: 100%;
  background-color: #cceada;
}
#tokudane-main-service > dl dt p:first-child {
  font-size: 1.5rem;
  /* 24px */
  font-weight: bold;
  line-height: 1.3 !important;
}
#tokudane-main-service > dl dt p:first-child .hosoku-txt {
  display: inline-block;
  font-size: 1.313rem;
  /* 21px */
  font-weight: normal;
}
#tokudane-main-service > dl dt p:last-child {
  border-radius: 5px;
  padding: 5px;
  min-width: 145px;
  background-color: #00893d;
  text-align: center;
  font-size: 1rem;
  /* 16px */
  color: #fff;
}
@media only screen and (max-width: 749px) {
  #tokudane-main-service > dl dt {
    padding: 10px 10px 10px 10px;
  }
  #tokudane-main-service > dl dt p:first-child {
    font-size: 1.25rem;
    /* 20px */
  }
  #tokudane-main-service > dl dt p:first-child .hosoku-txt {
    font-size: 1.063rem;
    /* 17px */
  }
  #tokudane-main-service > dl dt p:last-child {
    min-width: 105px;
    font-size: 0.75rem;
    /* 12px */
  }
}
#tokudane-main-service > dl dd {
  border: solid #cceada;
  border-width: 0 2px 2px;
  padding: 30px 20px 20px;
  text-align: center;
}
#tokudane-main-service > dl dd p:nth-child(1) {
  line-height: 1.2;
  font-size: 1.375rem;
  /* 22px */
}
#tokudane-main-service > dl dd p:nth-child(1) .date {
  font-size: 1.688rem;
  /* 27px */
  font-weight: bold;
}
#tokudane-main-service > dl dd p:nth-child(1) sup {
  font-size: 1rem;
  vertical-align: 0.5em;
}
#tokudane-main-service > dl dd p:nth-child(2) {
  z-index: 1;
  position: relative;
  display: inline-block;
  margin: 0 auto;
  padding: 0 5px;
  line-height: 1.1;
  text-align: center;
  font-size: 2.75rem;
  /* 44px */
  font-family: Arial, 'Noto Serif Japanese';
  font-weight: bold;
  color: #b42700;
}
#tokudane-main-service > dl dd p:nth-child(2) .waribikiritsu {
  font-size: 4.375rem;
  /* 70px */
}
#tokudane-main-service > dl dd p:nth-child(2) .kara1 {
  display: inline-block;
  margin: 0 -0.15em;
  transform: scale(0.6, 1);
  font-size: 3.125rem;
  /* 50px */
}
#tokudane-main-service > dl dd p:nth-child(2)::after {
  z-index: -1;
  content: "";
  position: absolute;
  bottom: 0.2em;
  left: 0;
  display: inline-block;
  transform: skewX(-30deg);
  width: 100%;
  height: 9px;
  background-color: #f0d4cc;
}
#tokudane-main-service > dl dd .kikan-gentei {
  display: block;
  margin: 0 auto;
  border-radius: 1em;
  width: 175px;
  background-color: #b42700;
  font-size: 1.125rem;
  /* 18px */
  font-weight: bold;
  color: #fff;
}
#tokudane-main-service > dl dd .kanou {
  font-size: 1.5rem;
  /* 24px */
  font-weight: bold;
}
#tokudane-main-service > dl dd .kanou sup {
  font-size: 1rem;
  vertical-align: 0.4em;
}
#tokudane-main-service > dl dd ul {
  text-align: left;
}
@media only screen and (max-width: 749px) {
  #tokudane-main-service > dl dd {
    padding: 25px 20px 15px;
  }
  #tokudane-main-service > dl dd p:nth-child(1) {
    font-size: 1.125rem;
    /* 18px */
  }
  #tokudane-main-service > dl dd p:nth-child(1) .date {
    font-size: 1.313rem;
    /* 21px */
  }
  #tokudane-main-service > dl dd p:nth-child(1) sup {
    font-size: 0.813rem;
    /* 13px */
    vertical-align: 0.5em;
  }
  #tokudane-main-service > dl dd p:nth-child(2) {
    font-size: 8vw;
  }
  #tokudane-main-service > dl dd p:nth-child(2) .waribikiritsu {
    font-size: 15vw;
  }
  #tokudane-main-service > dl dd p:nth-child(2) .kara1 {
    font-size: 13vw;
  }
  #tokudane-main-service > dl dd .kikan-gentei {
    font-size: 0.875rem;
    /* 14px */
  }
  #tokudane-main-service > dl dd .kanou {
    font-size: 1.313rem;
    /* 21px */
  }
  #tokudane-main-service > dl dd .kanou sup {
    font-size: 0.813rem;
    /* 13px */
    vertical-align: 0.5em;
  }
}

/*******************************************************************************

	07.主要区間の料金例

*******************************************************************************/
@media print, screen and (min-width: 750px) {
  table#tokudane-example-list-pc {
    box-sizing: border-box;
    border-collapse: separate;
    /* for FF */
    margin-top: 20px;
    width: 100%;
  }
  table#tokudane-example-list-pc thead th {
    position: relative;
    box-sizing: border-box;
    border-right: solid 1px #fff;
    border-bottom: solid 1px #d9d9d9;
    padding: 30px 5px 25px;
    background-color: #e5f2ee;
    vertical-align: middle;
    line-height: 1.4;
    font-weight: normal;
    color: #007a52;
  }
  table#tokudane-example-list-pc thead th .date {
    font-size: 1.25rem;
    /* 20px */
    font-weight: bold;
  }
  table#tokudane-example-list-pc thead th p {
    line-height: 1.4;
  }
  table#tokudane-example-list-pc thead th .kikan-gentei {
    position: absolute;
    top: 2px;
    left: 0;
    right: 0;
    display: block;
    margin: 0.4em auto 0;
    border-radius: 1em;
    padding: 0 0 0.15em;
    max-width: 92px;
    background-color: #b42700;
    font-size: 0.813rem;
    /* 13px */
    font-weight: bold;
    color: #fff;
  }
  table#tokudane-example-list-pc thead th _:-ms-lang(x)::-ms-backdrop, table#tokudane-example-list-pc thead th .kikan-gentei {
    /* IE11 Hack */
    width: 92px;
  }
  table#tokudane-example-list-pc thead th:nth-child(1) {
    border-left: solid 1px #cce4dc;
    background-color: #cce4dc;
  }
  table#tokudane-example-list-pc thead th:nth-child(4) {
    border-right: solid 1px #e5f2ee;
  }
  table#tokudane-example-list-pc tbody th {
    border: solid #d9d9d9;
    border-width: 0 1px 1px 1px;
    padding: 15px 5px;
    background-color: #faf9ed;
    vertical-align: middle;
  }
  table#tokudane-example-list-pc tbody th p:nth-child(1) {
    line-height: 1.4;
    font-size: 1.25rem;
    /* 20px */
  }
  table#tokudane-example-list-pc tbody th p:nth-child(2) {
    position: relative;
    display: inline-block;
    line-height: 1.4;
    font-size: 1rem;
    /* 16px */
    font-weight: normal;
    color: #707070;
  }
  table#tokudane-example-list-pc tbody th p:nth-child(2) .kingaku {
    font-size: 1.125rem;
    /* 18px */
    font-weight: bold;
    font-family: Arial, 'Noto Serif Japanese';
  }
  table#tokudane-example-list-pc tbody th p:nth-child(3) {
    margin-top: 0.5em;
    font-size: 0.875rem;
    font-weight: normal;
    color: #666;
  }
  table#tokudane-example-list-pc tbody td {
    border: solid #d9d9d9;
    border-width: 0 1px 1px 0;
    padding: 15px 5px;
    vertical-align: middle;
    text-align: center;
  }
  table#tokudane-example-list-pc tbody td p:nth-child(1) {
    line-height: 1.1;
    font-size: 0.875rem;
    /* 14px */
    font-weight: bold;
    color: #b42700;
  }
  table#tokudane-example-list-pc tbody td p:nth-child(1) .waribikiritsu {
    font-size: 1rem;
    /* 16px */
  }
  table#tokudane-example-list-pc tbody td p:nth-child(2) {
    color: #b42700;
    font-weight: bold;
  }
  table#tokudane-example-list-pc tbody td p:nth-child(2) .kingaku {
    line-height: 1.3;
    vertical-align: -0.05em;
    font-size: 2.25rem;
    /* 36px */
    font-family: Arial, 'Noto Serif Japanese';
  }
  table#tokudane-example-list-pc tbody td p:nth-child(3) {
    line-height: 1.3;
    color: #666;
  }
  table#tokudane-example-list-pc tbody td p:nth-child(3) .kingaku {
    vertical-align: -0.05em;
    font-size: 1.25rem;
    /* 20px */
    font-weight: bold;
    font-family: Arial, 'Noto Serif Japanese';
  }

  table#tokudane-example-list-sp {
    display: none;
  }
}
@media only screen and (max-width: 749px) {
  table#tokudane-example-list-sp {
    /* テーブル横スクロール（セル固定）/// */
    display: block;
    overflow-x: scroll;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    width: 100%;
    /* ///テーブル横スクロール（セル固定） */
    box-sizing: border-box;
    border-collapse: separate;
    /* for FF */
    margin-top: 20px;
  }
  table#tokudane-example-list-sp .fixed01 {
    position: sticky;
    left: 0;
    z-index: 1;
  }
  table#tokudane-example-list-sp thead th {
    border: solid #d9d9d9;
    border-width: 1px 1px 1px 0;
    padding: 15px 10px;
    background-color: #faf9ed;
    vertical-align: middle;
  }
  table#tokudane-example-list-sp thead th p:nth-child(1) {
    line-height: 1.4;
    font-size: 1.25rem;
    /* 20px */
  }
  table#tokudane-example-list-sp thead th p:nth-child(2) {
    position: relative;
    display: inline-block;
    line-height: 1.4;
    font-size: 1rem;
    /* 16px */
    font-weight: normal;
    color: #707070;
  }
  table#tokudane-example-list-sp thead th p:nth-child(2) .kingaku {
    font-size: 1.125rem;
    /* 18px */
    font-weight: bold;
    font-family: Arial, 'Noto Serif Japanese';
  }
  table#tokudane-example-list-sp thead th p:nth-child(3) {
    margin-top: 0.5em;
    font-size: 0.875rem;
    font-weight: normal;
    color: #666;
  }
  table#tokudane-example-list-sp thead th:nth-child(1) {
    border-top: none;
    border-bottom: solid 1px #fff;
    border-left: solid 1px #cce4dc;
    background-color: #cce4dc;
    font-weight: normal;
    color: #007a52;
  }
  table#tokudane-example-list-sp tbody th {
    box-sizing: border-box;
    border-right: solid 1px #d9d9d9;
    border-bottom: solid 1px #fff;
    padding: 12px 5px;
    background-color: #e5f2ee;
    vertical-align: middle;
    line-height: 1.5;
    font-weight: normal;
    color: #007a52;
  }
  table#tokudane-example-list-sp tbody th .date {
    font-size: 1.25rem;
    /* 20px */
    font-weight: bold;
  }
  table#tokudane-example-list-sp tbody th p {
    line-height: 1.5;
  }
  table#tokudane-example-list-sp tbody th .kikan-gentei {
    display: block;
    margin: 0.4em auto 0;
    border-radius: 1em;
    padding: 0 0 0.15em;
    max-width: 92px;
    background-color: #b42700;
    font-size: 0.813rem;
    /* 13px */
    font-weight: bold;
    color: #fff;
  }
  table#tokudane-example-list-sp tbody td {
    border: solid #d9d9d9;
    border-width: 0 1px 1px 0;
    padding: 15px 5px;
    vertical-align: middle;
    text-align: center;
  }
  table#tokudane-example-list-sp tbody td p:nth-child(1) {
    line-height: 1.1;
    font-size: 0.875rem;
    /* 14px */
    font-weight: bold;
    color: #b42700;
  }
  table#tokudane-example-list-sp tbody td p:nth-child(1) .waribikiritsu {
    font-size: 1rem;
    /* 16px */
  }
  table#tokudane-example-list-sp tbody td p:nth-child(2) {
    font-weight: bold;
    color: #b42700;
  }
  table#tokudane-example-list-sp tbody td p:nth-child(2) .kingaku {
    vertical-align: -0.05em;
    line-height: 1.3;
    font-size: 2rem;
    /* 32px */
    font-family: Arial, 'Noto Serif Japanese';
  }
  table#tokudane-example-list-sp tbody td p:nth-child(3) {
    line-height: 1.3;
    color: #666;
  }
  table#tokudane-example-list-sp tbody td p:nth-child(3) .kingaku {
    vertical-align: -0.05em;
    font-size: 1.375rem;
    /* 20px */
    font-weight: bold;
    font-family: Arial, 'Noto Serif Japanese';
  }
  table#tokudane-example-list-sp tbody tr:last-child th {
    border-bottom: solid 1px #e5f5ec;
  }

  table#tokudane-example-list-pc {
    display: none;
  }
}
#ticketless-table-box {
  max-width: 710px;
}

@media print, screen and (min-width: 750px) {
  table#ticketless-example-list-pc {
    box-sizing: border-box;
    border-collapse: separate;
    /* for FF */
    margin-top: 20px;
    width: 100%;
  }
  table#ticketless-example-list-pc thead th {
    box-sizing: border-box;
    border-right: solid 1px #fff;
    border-bottom: solid 1px #d9d9d9;
    padding: 20px 5px;
    width: 50%;
    background-color: #e5f2ee;
    vertical-align: middle;
    line-height: 1.4;
    font-weight: normal;
    color: #007a52;
  }
  table#ticketless-example-list-pc thead th .date {
    font-size: 1.25rem;
    /* 20px */
    font-weight: bold;
  }
  table#ticketless-example-list-pc thead th:nth-child(1) {
    border-left: solid 1px #cce4dc;
    background-color: #cce4dc;
    font-size: 1.25rem;
    /* 20px */
  }
  table#ticketless-example-list-pc thead th:nth-child(2) {
    border-right: solid 1px #e5f2ee;
  }
  table#ticketless-example-list-pc tbody th {
    border: solid #d9d9d9;
    border-width: 0 1px 1px 1px;
    padding: 15px 5px;
    background-color: #faf9ed;
  }
  table#ticketless-example-list-pc tbody th p:nth-child(1) {
    line-height: 1.4;
    font-size: 1.25rem;
    /* 20px */
  }
  table#ticketless-example-list-pc tbody th p:nth-child(2) {
    position: relative;
    display: inline-block;
    line-height: 1.4;
    font-size: 1rem;
    /* 16px */
    font-weight: normal;
    color: #707070;
  }
  table#ticketless-example-list-pc tbody th p:nth-child(2) .kingaku {
    font-size: 1.125rem;
    /* 18px */
    font-weight: bold;
    font-family: Arial, 'Noto Serif Japanese';
  }
  table#ticketless-example-list-pc tbody th p:nth-child(3) {
    margin-top: 0.5em;
    font-size: 0.875rem;
    font-weight: normal;
    color: #666;
  }
  table#ticketless-example-list-pc tbody td {
    border: solid #d9d9d9;
    border-width: 0 1px 1px 0;
    padding: 15px 5px;
    vertical-align: middle;
    text-align: center;
  }
  table#ticketless-example-list-pc tbody td p:nth-child(1) {
    line-height: 1.1;
    font-size: 0.875rem;
    /* 14px */
    font-weight: bold;
    color: #b42700;
  }
  table#ticketless-example-list-pc tbody td p:nth-child(1) .waribikiritsu {
    font-size: 1rem;
    /* 16px */
  }
  table#ticketless-example-list-pc tbody td p:nth-child(2) {
    font-weight: bold;
    color: #b42700;
  }
  table#ticketless-example-list-pc tbody td p:nth-child(2) .kingaku {
    vertical-align: -0.05em;
    line-height: 1.3;
    font-size: 2.25rem;
    /* 36px */
    font-family: Arial, 'Noto Serif Japanese';
  }
  table#ticketless-example-list-pc tbody td p:nth-child(3) {
    line-height: 1.3;
    color: #666;
  }
  table#ticketless-example-list-pc tbody td p:nth-child(3) .kingaku {
    vertical-align: -0.05em;
    font-size: 1.25rem;
    /* 20px */
    font-weight: bold;
    font-family: Arial, 'Noto Serif Japanese';
  }

  table#ticketless-example-list-sp {
    display: none;
  }
}
@media only screen and (max-width: 749px) {
  table#ticketless-example-list-sp {
    /* テーブル横スクロール（セル固定）/// */
    display: block;
    overflow-x: scroll;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    width: 100%;
    /* ///テーブル横スクロール（セル固定） */
    box-sizing: border-box;
    border-collapse: separate;
    /* for FF */
    margin-top: 20px;
  }
  table#ticketless-example-list-sp .fixed01 {
    position: sticky;
    left: 0;
    z-index: 1;
  }
  table#ticketless-example-list-sp thead th {
    border: solid #d9d9d9;
    border-width: 1px 1px 1px 0;
    padding: 15px 10px;
    background-color: #faf9ed;
    vertical-align: middle;
  }
  table#ticketless-example-list-sp thead th p:nth-child(1) {
    line-height: 1.4;
    font-size: 1.25rem;
    /* 20px */
  }
  table#ticketless-example-list-sp thead th p:nth-child(2) {
    position: relative;
    display: inline-block;
    line-height: 1.4;
    font-size: 1rem;
    /* 16px */
    font-weight: normal;
    color: #707070;
  }
  table#ticketless-example-list-sp thead th p:nth-child(2) .kingaku {
    font-size: 1.125rem;
    /* 18px */
    font-weight: bold;
    font-family: Arial, 'Noto Serif Japanese';
  }
  table#ticketless-example-list-sp thead th p:nth-child(3) {
    margin-top: 0.5em;
    font-size: 0.875rem;
    font-weight: normal;
    color: #666;
  }
  table#ticketless-example-list-sp thead th:nth-child(1) {
    border-top: none;
    border-bottom: solid 1px #fff;
    border-left: solid 1px #cce4dc;
    background-color: #cce4dc;
    font-weight: normal;
    color: #007a52;
  }
  table#ticketless-example-list-sp tbody th {
    box-sizing: border-box;
    border-right: solid 1px #d9d9d9;
    border-bottom: solid 1px #fff;
    padding: 12px 5px;
    background-color: #e5f2ee;
    vertical-align: middle;
    line-height: 1.5;
    font-weight: normal;
    color: #007a52;
  }
  table#ticketless-example-list-sp tbody th .date {
    font-size: 1.25rem;
    /* 20px */
  }
  table#ticketless-example-list-sp tbody th p {
    line-height: 1.5;
  }
  table#ticketless-example-list-sp tbody th .kikan-gentei {
    display: block;
    margin: 0.4em auto 0;
    border-radius: 1em;
    padding: 0 0 0.15em;
    max-width: 92px;
    background-color: #b42700;
    font-size: 0.813rem;
    /* 13px */
    font-weight: bold;
    color: #fff;
  }
  table#ticketless-example-list-sp tbody td {
    border: solid #d9d9d9;
    border-width: 0 1px 1px 0;
    padding: 15px 5px;
    vertical-align: middle;
    text-align: center;
  }
  table#ticketless-example-list-sp tbody td p:nth-child(1) {
    line-height: 1.1;
    font-size: 0.875rem;
    /* 14px */
    font-weight: bold;
    color: #b42700;
  }
  table#ticketless-example-list-sp tbody td p:nth-child(1) .waribikiritsu {
    font-size: 1rem;
    /* 16px */
  }
  table#ticketless-example-list-sp tbody td p:nth-child(2) {
    font-weight: bold;
    color: #b42700;
  }
  table#ticketless-example-list-sp tbody td p:nth-child(2) .kingaku {
    vertical-align: -0.05em;
    line-height: 1.3;
    font-size: 2rem;
    /* 32px */
    font-family: Arial, 'Noto Serif Japanese';
  }
  table#ticketless-example-list-sp tbody td p:nth-child(3) {
    line-height: 1.3;
  }
  table#ticketless-example-list-sp tbody td p:nth-child(3) .kingaku {
    vertical-align: -0.05em;
    font-size: 1.25rem;
    /* 20px */
    font-weight: bold;
    font-family: Arial, 'Noto Serif Japanese';
  }
  table#ticketless-example-list-sp tbody tr:last-child th {
    border-bottom: solid 1px #e5f5ec;
  }

  table#ticketless-example-list-pc {
    display: none;
  }
}
ul.btn-link-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 5px;
}
ul.btn-link-list li {
  flex-basis: calc(50% - 1%);
  margin-top: 20px;
}
ul.btn-link-list a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  border: 4px solid #e6f0ed;
  padding: 1.4em 10px;
  background-color: #f7faf9;
  background-repeat: no-repeat;
  text-decoration: none;
  font-size: 1.5rem;
  /* 24px */
  font-weight: bold;
  color: #007a52;
  opacity: 1;
  transition: opacity 0.4s;
}
ul.btn-link-list a::after {
  content: '';
  position: absolute;
  right: 10px;
  bottom: 10px;
  display: block;
  border-width: 8px;
  border-style: solid;
  border-top-color: transparent;
  border-right-color: #007a52;
  border-bottom-color: #007a52;
  border-left-color: transparent;
  width: 0;
  height: 0;
}
ul.btn-link-list a:hover {
  opacity: 0.7;
  transition: opacity 0.4s;
}
@media only screen and (max-width: 749px) {
  ul.btn-link-list {
    display: block;
    margin-top: 20px;
  }
  ul.btn-link-list li {
    margin-top: 10px;
  }
  ul.btn-link-list a {
    border: 3px solid #e6f0ed;
    font-size: 1.125rem;
    /* 18px */
  }
  ul.btn-link-list a::after {
    right: 6px;
    bottom: 6px;
    border-width: 6px;
  }
}

dl.attention-box {
  margin-top: 30px;
  border-radius: 6px;
  padding: 30px 40px;
  background-color: #f5f5f5;
}
dl.attention-box dt {
  font-weight: bold;
}
dl.attention-box dd ul {
  margin-top: 1em;
  color: #212121;
}
@media only screen and (max-width: 749px) {
  dl.attention-box {
    padding: 30px;
  }
}

/*******************************************************************************

	08.トクだ値のおすすめポイント

*******************************************************************************/
#tokudane-osusume-box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#tokudane-osusume-box > div {
  margin-top: 30px;
  flex-basis: calc(50% - 3.5%);
}
#tokudane-osusume-box > div > div {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#tokudane-osusume-box > div > div h4 {
  padding-left: 20px;
  font-size: 1.625rem;
  /* 26px */
}
#tokudane-osusume-box > div > div h4 .marker1 {
  z-index: 1;
  position: relative;
  display: inline-block;
  margin-right: 5px;
  line-height: 1.3;
  font-size: 2.5rem;
  /* 40px */
  color: #b42700;
}
#tokudane-osusume-box > div > div h4 .marker1::after {
  z-index: -1;
  content: "";
  position: absolute;
  bottom: 0.05em;
  left: -4px;
  display: inline-block;
  transform: skewX(-30deg);
  width: calc(100% + 6px);
  height: 9px;
  background-color: #f0d4cc;
}
#tokudane-osusume-box > div > div p {
  padding-right: 28px;
}
#tokudane-osusume-box > div > div p img {
  max-height: 175px;
}
#tokudane-osusume-box > div:nth-child(even) > div p {
  padding-right: 0;
}
@media print, screen and (min-width: 750px) {
  #tokudane-osusume-box > div {
    margin-top: 40px;
    border-bottom: solid 2px #d9d9d9;
    padding-bottom: 50px;
  }
  #tokudane-osusume-box > div:last-child, #tokudane-osusume-box > div.bb-none-box {
    border-bottom: none;
    padding-bottom: 0;
  }
}
#tokudane-osusume-box > div:nth-child(5) > div p {
  padding-right: 0;
}
#tokudane-osusume-box > div:nth-child(5) > div p img {
  max-height: 190px;
}
@media only screen and (max-width: 749px) {
  #tokudane-osusume-box {
    display: block;
  }
  #tokudane-osusume-box > div {
    padding: 0 15px;
  }
  #tokudane-osusume-box > div > div {
    display: block;
    text-align: center;
  }
  #tokudane-osusume-box > div > div h4 {
    display: inline-block;
    padding-left: 0;
    font-size: 1.25rem;
    /* 20px */
  }
  #tokudane-osusume-box > div > div h4 .marker1 {
    font-size: 1.875rem;
    /* 30px */
    margin-left: 4px;
  }
  #tokudane-osusume-box > div > div h4 .marker1::after {
    bottom: 0;
    height: 6px;
  }
  #tokudane-osusume-box > div > div p {
    margin-top: 20px;
    padding-right: 0;
  }
  #tokudane-osusume-box > div:nth-child(n + 2) {
    margin-top: 35px;
    border-top: solid 2px #d9d9d9;
    padding-top: 30px;
  }
  #tokudane-osusume-box > div:nth-child(3) > div h4 .marker1 {
    margin-left: 0;
  }
  #tokudane-osusume-box > div:nth-child(5) > div p {
    padding-right: 0;
  }
  #tokudane-osusume-box > div:nth-child(5) > div p img {
    max-height: 190px;
  }
}

/*******************************************************************************

	09.トクだ値ご利用にあたっての留意事項

*******************************************************************************/
.bl_normalList {
  margin-top: 40px;
}

.bl_tableNormal td {
  padding: 20px;
}

.w42per {
  width: 42%;
}

.w16per {
  width: 16%;
}

@media print, screen and (max-width: 749px) {
  .scrollWrap {
    overflow-y: auto;
    width: 100%;
  }

  .scrollWrap > .tbl_fee {
    width: 600px;
  }
}
@media (max-width: 749px) {
  table.reset-sp th.w42per,
  table.reset-sp th.w16per {
    width: auto !important;
  }

  .bl_tableNormal.reset-sp td {
    word-break: normal;
  }

  .scrollWrap > .tbl_fee.reset-sp {
    display: block;
    overflow-x: scroll;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    width: 100%;
  }
}
.bl_tableNormal.tbl_fee tr:first-child th {
  border-left: 1px solid #deede8;
  /*IE用*/
}

@media (max-width: 749px) {
  .bl_tableNormal.tbl_fee .fixed02 {
    position: sticky;
    left: 0;
  }

  .bl_tableNormal.tbl_fee .fixed02::before {
    content: "";
    position: absolute;
    top: -1px;
    left: -1px;
    width: 100%;
    height: 100%;
    border-right: 1px solid #fff;
    border-left: 1px solid #deede8;
  }

  .bl_tableNormal.tbl_fee td.fixed02 {
    background: #fff;
    z-index: 1;
  }

  .bl_tableNormal.tbl_fee td.fixed02::before {
    border: 1px solid #e1e1e1;
  }
}
#train-and-rentalcar {
  display: flex;
  margin-top: 50px;
  border: solid 2px #007a52;
  border-radius: 6px;
  padding: 30px 0 15px;
}
#train-and-rentalcar > p {
  flex-basis: 24%;
  text-align: center;
}
#train-and-rentalcar > p img {
  display: inline-block;
  max-height: 130px;
  -webkit-backface-visibility: hidden;
  /* for chrome */
}
#train-and-rentalcar > dl {
  box-sizing: border-box;
  flex-basis: 76%;
  padding: 0 3.815% 0 0;
}
#train-and-rentalcar > dl dt {
  border-bottom: solid 1px #d9d9d9;
  padding-bottom: 0.4em;
  font-size: 1.375rem;
  /* 22px */
  font-weight: bold;
  color: #007a52;
}
#train-and-rentalcar > dl dd {
  padding: 1em 0 0;
}
@media only screen and (max-width: 749px) {
  #train-and-rentalcar {
    display: block;
    padding: 30px 20px 25px;
  }
  #train-and-rentalcar > p img {
    max-height: 175px;
  }
  #train-and-rentalcar > dl {
    margin-top: 10px;
    padding: 0;
  }
}

/*******************************************************************************

	10.トクだ値のお申込み（フローティングボックス）

*******************************************************************************/
.entry-box-tokudane {
  /* トップページ */
  /* トップページ以外でフローティング */
  margin-top: 70px;
}
#tokudane-page1 .entry-box-tokudane .float-title {
  display: none;
}
.entry-box-tokudane.active {
  background-color: #fcfbe8 !important;
}
body:not(#tokudane-page1) .entry-box-tokudane {
  z-index: 1601;
  position: fixed;
  bottom: 0;
  margin-top: 0;
  border-top: solid 4px #1a70b2;
  width: 100%;
  background-color: rgba(252, 251, 232, 0.9);
}
body:not(#tokudane-page1) .entry-box-tokudane > div .float-title a {
  display: block;
  text-decoration: underline;
  color: #212121;
  cursor: pointer;
  outline: none;
}
body:not(#tokudane-page1) .entry-box-tokudane > div .float-title a span:first-child {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin: 0 auto;
  border: none;
  max-width: 1000px;
  min-height: 56px;
  /* IE11 Hack */
  font-size: 1.25rem;
  /* 20px */
  font-weight: bold;
}
body:not(#tokudane-page1) .entry-box-tokudane > div .float-title a span:first-child _:-ms-lang(x)::-ms-backdrop, body:not(#tokudane-page1) .entry-box-tokudane > div .float-title a span:first-child {
  height: 56px;
}
body:not(#tokudane-page1) .entry-box-tokudane > div .float-title a span:last-child {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 10px;
  right: 26px;
  border: none;
  border-radius: 50%;
  width: 36px;
  height: 36px;
  background-color: #1a70b2;
}
body:not(#tokudane-page1) .entry-box-tokudane > div .float-title a:hover {
  color: #44a3ec;
}
body:not(#tokudane-page1) .entry-box-tokudane > div .float-title a:hover span:last-child {
  background-color: #44a3ec;
}
@media only screen and (max-width: 749px) {
  body:not(#tokudane-page1) .entry-box-tokudane > div .float-title a {
    padding: 0 15px;
  }
  body:not(#tokudane-page1) .entry-box-tokudane > div .float-title a span:first-child {
    font-size: 4.5vw;
  }
  body:not(#tokudane-page1) .entry-box-tokudane > div .float-title a span:last-child {
    width: 8vw;
    height: 8vw;
    top: 14px;
    right: 10px;
  }
  body:not(#tokudane-page1) .entry-box-tokudane > div .float-title a span:last-child img {
    width: 3.5vw;
    height: 3.5vw;
  }
  body:not(#tokudane-page1) .entry-box-tokudane > div .float-title a:active, body:not(#tokudane-page1) .entry-box-tokudane > div .float-title a:hover {
    color: #212121;
  }
  body:not(#tokudane-page1) .entry-box-tokudane > div .float-title a:active span:last-child, body:not(#tokudane-page1) .entry-box-tokudane > div .float-title a:hover span:last-child {
    background-color: #1a70b2;
  }
}
body:not(#tokudane-page1) .entry-box-tokudane > div .float-title.active a span:last-child img {
  transform: rotate(180deg);
}
body:not(#tokudane-page1) .entry-box-tokudane > div .float-contents {
  display: none;
  margin: 0 auto;
  padding: 10px 0 20px;
  max-width: 1000px;
}
body:not(#tokudane-page1) .entry-box-tokudane > div .float-contents ul.ebt-list > li:first-child a:hover {
  background-color: #fff;
}
body:not(#tokudane-page1) .entry-box-tokudane > div .float-contents.active {
  display: block;
}
@media only screen and (max-width: 749px) {
  body:not(#tokudane-page1) .entry-box-tokudane > div .float-contents {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media only screen and (max-width: 749px) {
  body:not(#tokudane-page1) .entry-box-tokudane {
    margin-top: 0;
    background-color: rgba(252, 251, 232, 0.8);
  }
}
@media only screen and (max-width: 749px) {
  .entry-box-tokudane {
    margin-top: 40px;
  }
}
.entry-box-tokudane ul.ebt-list {
  display: flex;
  justify-content: center;
}
@media only screen and (max-width: 749px) {
  .entry-box-tokudane ul.ebt-list {
    display: block;
  }
}
.entry-box-tokudane ul.ebt-list > li:first-child {
  flex-basis: 41%;
  align-items: center;
  margin-top: 0.5em;
  margin-right: 3%;
}
.entry-box-tokudane ul.ebt-list > li:first-child > a {
  position: relative;
  display: inline-block;
  border: solid 2px #dfe3e6;
  border-radius: 5px;
  padding: 20px 5px;
  width: 100%;
  background-color: #fff;
  text-decoration: none;
  text-align: center;
  font-size: 1.25rem;
  /* 20px */
  font-weight: bold;
  color: #007a52;
}
.entry-box-tokudane ul.ebt-list > li:first-child > a img {
  margin-right: 14px;
  width: 20px;
  vertical-align: -7px;
}
.entry-box-tokudane ul.ebt-list > li:first-child > a:hover {
  border-color: #007a52;
  background-color: #fdfae6;
}
@media only screen and (max-width: 749px) {
  .entry-box-tokudane ul.ebt-list > li:first-child {
    margin-right: 0;
  }
  .entry-box-tokudane ul.ebt-list > li:first-child > a {
    padding: 10px 5px;
    font-size: 1rem;
    /* 16px */
  }
  .entry-box-tokudane ul.ebt-list > li:first-child > a img {
    margin-right: 10px;
    width: 18px;
    vertical-align: -8px;
  }
}
.entry-box-tokudane ul.ebt-list > li:last-child {
  flex-basis: 49%;
}
.entry-box-tokudane ul.ebt-list > li:last-child p:first-child > a {
  display: inline-block;
  border-radius: 5px;
  padding: 25px 5px;
  width: 100%;
  background-color: #1a70b2;
  text-decoration: none;
  text-align: center;
  font-size: 1.5rem;
  /* 24px */
  font-weight: bold;
  color: #fff;
}
.entry-box-tokudane ul.ebt-list > li:last-child p:first-child > a:hover {
  background-color: #44a3ec;
}
@media only screen and (max-width: 749px) {
  .entry-box-tokudane ul.ebt-list > li:last-child p:first-child {
    margin-top: 15px;
  }
  .entry-box-tokudane ul.ebt-list > li:last-child p:first-child > a {
    padding: 12px 5px;
    line-height: 1.4;
    font-size: 1.125rem;
    /* 18px */
  }
}
.entry-box-tokudane ul.ebt-list > li:last-child ul.bl_attentionList li {
  text-align: center;
}
@media only screen and (max-width: 749px) {
  .entry-box-tokudane ul.ebt-list > li:last-child ul.bl_attentionList {
    text-align: left;
    padding-left: 1em;
  }
  .entry-box-tokudane ul.ebt-list > li:last-child ul.bl_attentionList li {
    text-align: left;
    text-indent: -1em;
  }
}

.bl_accordion + .entry-box {
  margin-top: 50px;
}

/*******************************************************************************

	11.アコーディオン（トクだ値用）

*******************************************************************************/
.tokudane-lower-page .bl_accordionOpenBtn {
  background-color: #009844;
}
.tokudane-lower-page .bl_accordionOpenBtn .hosoku-txt {
  font-weight: normal;
}
.tokudane-lower-page .bl_accordionOpenBtn .waribiki-settei {
  display: inline-block;
  position: absolute;
  top: 18px;
  right: 20px;
  border-radius: 3px;
  padding: 0 12px 0 18px;
  background-color: #fcf7de;
  font-size: 0.875rem;
  /* 14px */
  font-weight: normal;
  color: #212121;
  pointer-events: none;
  /* for JS */
}
.tokudane-lower-page .bl_accordionOpenBtn .waribiki-settei span {
  font-size: 1.25rem;
  /* 20px */
  font-weight: bold;
  color: #b42700;
}
.tokudane-lower-page .bl_accordionOpenBtn .ticketless {
  display: inline-block;
  position: absolute;
  top: 18px;
  right: 20px;
  border-radius: 3px;
  padding: 4px 12px 4px 14px;
  background-color: #fcf7de;
  font-size: 1rem;
  /* 16px */
  font-weight: bold;
  color: #b42700;
  pointer-events: none;
  /* for JS */
}
.tokudane-lower-page .bl_accordionOpenBtn .ticketless-settei {
  display: inline-block;
  position: absolute;
  top: 18px;
  right: 20px;
  border-radius: 3px;
  padding: 4px 12px 4px 14px;
  background-color: #fcf7de;
  font-size: 0.875rem;
  /* 14px */
  font-weight: normal;
  color: #212121;
  pointer-events: none;
  /* for JS */
}
.tokudane-lower-page .bl_accordionOpenBtn .ticketless-settei span {
  font-size: 1rem;
  /* 16px */
  font-weight: bold;
  color: #b42700;
}
.tokudane-lower-page .bl_accordionOpenBtn.label-box-wrapper {
  justify-content: space-between;
}
.tokudane-lower-page .bl_accordionOpenBtn.label-box-wrapper .label-box {
  display: flex;
  justify-content: flex-end;
  pointer-events: none;
  /* for JS */
}
.tokudane-lower-page .bl_accordionOpenBtn.label-box-wrapper .label-box .waribiki-settei {
  position: static;
}
.tokudane-lower-page .bl_accordionOpenBtn.label-box-wrapper .label-box .ticketless-settei {
  position: static;
}
.tokudane-lower-page .bl_accordionOpenBtn.label-box-wrapper .label-box p + p {
  margin-left: 8px;
}
@media only screen and (max-width: 749px) {
  .tokudane-lower-page .bl_accordionOpenBtn {
    display: block;
  }
  .tokudane-lower-page .bl_accordionOpenBtn.sp-font-small {
    font-size: 0.9375rem;
    /* 15px */
  }
  .tokudane-lower-page .bl_accordionOpenBtn .waribiki-settei {
    position: absolute;
    top: 12px;
    right: 10px;
    padding: 6px 5px;
    width: 23%;
    text-align: center;
    line-height: 1.4;
    font-size: 3vw;
  }
  .tokudane-lower-page .bl_accordionOpenBtn .waribiki-settei span {
    font-size: 4vw;
  }
  .tokudane-lower-page .bl_accordionOpenBtn .ticketless {
    position: absolute;
    top: 12px;
    right: 10px;
    padding: 8px 5px;
    text-align: center;
    line-height: 1.4;
    font-size: 3vw;
  }
  .tokudane-lower-page .bl_accordionOpenBtn .ticketless-settei {
    position: absolute;
    top: 12px;
    right: 10px;
    padding: 8px 5px;
    text-align: center;
    line-height: 1.4;
    font-size: 3vw;
  }
  .tokudane-lower-page .bl_accordionOpenBtn .ticketless-settei span {
    font-size: 3vw;
  }
  .tokudane-lower-page .bl_accordionOpenBtn.label-box-wrapper {
    display: block;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
  }
  .tokudane-lower-page .bl_accordionOpenBtn.label-box-wrapper .label-box {
    justify-content: flex-start;
    margin-top: 0.5em;
  }
  .tokudane-lower-page .bl_accordionOpenBtn.label-box-wrapper .label-box p + p {
    margin-left: 6px;
  }
  .tokudane-lower-page .bl_accordionOpenBtn.label-box-wrapper .label-box .waribiki-settei {
    width: 26%;
  }
}

@media only screen and (max-width: 749px) {
  .js-waribiki-settei-parent {
    padding-right: 30%;
  }

  .js-waribiki-settei-parent.label-box-wrapper {
    padding-right: 10px;
  }
}
.tokudane-lower-page .bl_accordionDesc {
  border-color: #009844;
}

/* 東北・山形・秋田・北海道新幹線 */
.column2-layout2 > h4 {
  display: inline-block;
  margin-right: 20px;
}
.column2-layout2 > ul {
  display: inline-block;
}

/*******************************************************************************

	12.タブ（トクだ値用）

*******************************************************************************/
.ckSeat_formEntryW {
  margin-top: 40px;
}
@media only screen and (max-width: 749px) {
  .ckSeat_formEntryW {
    margin-top: 30px;
  }
}

.ckSeat_formEntryTabW {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  padding-bottom: 30px;
  position: relative;
}
.ckSeat_formEntryTabW li.tab {
  width: 100%;
  height: auto;
  padding-top: 0;
}
.ckSeat_formEntryTabW li.tab:first-of-type {
  padding-top: 70px;
}

.ckSeat_formEntryTabH-first, .ckSeat_formEntryTabH-second, .ckSeat_formEntryTabH-third {
  box-sizing: border-box;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #d9d9d9;
  border-bottom: none;
  border-radius: 5px 5px 0 0;
  padding: 0;
  width: 32.6%;
  height: 70px;
  background-color: #f5f5f5;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  font-size: 1.125rem;
  /* 18px */
  font-family: inherit;
  font-weight: bold;
  color: #666666;
  outline: none;
}
.ckSeat_formEntryTabH-first.active, .ckSeat_formEntryTabH-second.active, .ckSeat_formEntryTabH-third.active {
  border-color: #007a52;
  border-width: 2px 2px 0 2px;
  padding-bottom: 5px;
  background-color: #fff;
  font-weight: bold;
  color: #007a52;
  cursor: default;
}
.ckSeat_formEntryTabH-first.active::after, .ckSeat_formEntryTabH-second.active::after, .ckSeat_formEntryTabH-third.active::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #fff;
}
.ckSeat_formEntryTabH-first .hosoku-txt, .ckSeat_formEntryTabH-second .hosoku-txt, .ckSeat_formEntryTabH-third .hosoku-txt {
  font-weight: normal;
  font-size: 0.875rem;
  /* 14px */
}
@media only screen and (max-width: 749px) {
  .ckSeat_formEntryTabH-first, .ckSeat_formEntryTabH-second, .ckSeat_formEntryTabH-third {
    width: 32%;
    font-size: 0.938rem;
    /* 15px */
  }
  .ckSeat_formEntryTabH-first .hosoku-txt, .ckSeat_formEntryTabH-second .hosoku-txt, .ckSeat_formEntryTabH-third .hosoku-txt {
    font-size: 0.625rem;
    /* 10px */
  }
}
@media only screen and (max-width: 320px) {
  .ckSeat_formEntryTabH-first, .ckSeat_formEntryTabH-second, .ckSeat_formEntryTabH-third {
    font-size: 0.813rem;
    /* 13px */
    white-space: nowrap;
  }
}

.ckSeat_formEntryTabH-first {
  position: absolute;
  top: 0;
  left: 0;
}

.ckSeat_formEntryTabH-second {
  position: absolute;
  top: 0;
  left: 316px;
}
@media only screen and (max-width: 749px) {
  .ckSeat_formEntryTabH-second {
    left: 34%;
  }
}

.ckSeat_formEntryTabH-third {
  position: absolute;
  top: 0;
  right: 0;
}

/* IE11 Hack */
_:-ms-lang(x)::-ms-backdrop, .ckSeat_formEntryTabH-first {
  overflow: visible;
}

_:-ms-lang(x)::-ms-backdrop, .ckSeat_formEntryTabH-second {
  overflow: visible;
}

_:-ms-lang(x)::-ms-backdrop, .ckSeat_formEntryTabH-third {
  overflow: visible;
}

.ckSeat_formEntryTabInner {
  border-top: solid 2px #007a52;
  width: 100%;
  height: auto;
  display: none;
}
.active + .ckSeat_formEntryTabInner {
  display: block;
}
.active + .ckSeat_formEntryTabInner .tab_firstElm_animation {
  animation-name: fadein;
  animation-duration: 0.6s;
  animation-timing-function: ease-out;
}
@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/*******************************************************************************

	13.価格表　共通テーブル

*******************************************************************************/
@media print, screen and (min-width: 750px) {
  table.tokudane-common-list-pc {
    box-sizing: border-box;
    border-collapse: separate;
    /* for FF */
    margin-top: 30px;
    width: 100%;
  }
  table.tokudane-common-list-pc thead th {
    position: relative;
    box-sizing: border-box;
    border-right: solid 1px #fff;
    border-bottom: solid 1px #d9d9d9;
    padding: 30px 5px 25px;
    background-color: #e5f2ee;
    vertical-align: middle;
    line-height: 1.4;
    text-align: center;
    font-weight: normal;
    color: #007a52;
  }
  table.tokudane-common-list-pc thead th .date {
    font-size: 1.25rem;
    /* 20px */
    font-weight: bold;
  }
  table.tokudane-common-list-pc thead th .waribikiritsu {
    display: inline-block;
    margin-top: 0.1em;
    font-size: 0.875rem;
    /* 14px */
    font-weight: bold;
    color: #b42700;
  }
  table.tokudane-common-list-pc thead th .waribikiritsu > span {
    font-size: 1rem;
  }
  table.tokudane-common-list-pc thead th:last-child {
    border-right: solid 1px #e5f2ee;
  }
  table.tokudane-common-list-pc thead tr:first-child th:nth-child(1) {
    border-left: solid 1px #cce4dc;
    background-color: #cce4dc;
  }
  table.tokudane-common-list-pc thead tr:first-child th:nth-child(2) {
    background-color: #cce4dc;
  }
  table.tokudane-common-list-pc thead tr:first-child th:nth-child(2) .hosoku-txt {
    font-size: 0.75rem;
    /* 12px */
  }
  table.tokudane-common-list-pc thead tr:first-child th:nth-child(3), table.tokudane-common-list-pc thead tr:first-child th:nth-child(4) {
    padding: 15px 5px 0;
    border-bottom: none;
  }
  table.tokudane-common-list-pc thead tr:first-child th:last-child {
    border-bottom: none;
    padding: 15px 5px 0;
  }
  table.tokudane-common-list-pc thead tr:nth-child(2) th, table.tokudane-common-list-pc thead tr:nth-child(3) th {
    padding: 0 5px;
  }
  table.tokudane-common-list-pc thead tr:nth-child(2) th {
    border-bottom: none;
  }
  table.tokudane-common-list-pc thead tr:nth-child(3) th {
    padding-bottom: 20px;
  }
  table.tokudane-common-list-pc thead .kikan-gentei, table.tokudane-common-list-pc thead .kikan-gentei-sp-price {
    display: inline-block;
    margin: 0 auto 0.2em;
    border-radius: 1em;
    padding: 0.1em 1.5em 0.15em;
    background-color: #b42700;
    font-size: 0.813rem;
    /* 13px */
    font-weight: bold;
    color: #fff;
  }
  table.tokudane-common-list-pc thead .kikan-gentei-sp-price {
    border-radius: 0.5em;
    padding: 0.3em 1.5em 0.35em;
    line-height: 1.2;
  }
  table.tokudane-common-list-pc tbody th {
    border: solid #d9d9d9;
    border-width: 0 1px 1px 1px;
    padding: 15px 5px;
    width: 8%;
    background-color: #faf9ed;
    text-align: center;
    vertical-align: middle;
  }
  table.tokudane-common-list-pc tbody td {
    border: solid #d9d9d9;
    border-width: 0 1px 1px 0;
    padding: 15px 10px;
    vertical-align: middle;
    text-align: center;
    height: 80px;
  }
  table.tokudane-common-list-pc tbody td.tokudane, table.tokudane-common-list-pc tbody td.osakini, table.tokudane-common-list-pc tbody td.osakini-sp {
    font-weight: bold;
    color: #b42700;
  }
  table.tokudane-common-list-pc tbody td.tokudane .waribikiritsu, table.tokudane-common-list-pc tbody td.osakini .waribikiritsu, table.tokudane-common-list-pc tbody td.osakini-sp .waribikiritsu {
    font-weight: normal;
    color: #212121;
  }
  table.tokudane-common-list-pc tbody td.kukan {
    width: 11%;
  }
  table.tokudane-common-list-pc tbody td.kukan p:first-child {
    float: left;
    margin-left: 4px;
    font-weight: bold;
    line-height: 1.3;
  }
  table.tokudane-common-list-pc tbody td.kukan p:last-child {
    padding-left: 1.6em;
    text-align: left;
    line-height: 1.3;
  }
  table.tokudane-common-list-pc tbody td .kingaku {
    vertical-align: -0.05em;
    line-height: 1.3;
    font-size: 2.25rem;
    /* 36px */
    font-weight: bold;
    font-family: Arial, 'Noto Serif Japanese';
  }
  table.tokudane-common-list-pc tbody td.normal .kingaku {
    font-size: 1.25rem;
    /* 20px */
    font-weight: normal;
    color: #212121;
  }
  table.tokudane-common-list-pc tbody td .no-setting {
    vertical-align: 0.2em;
  }
  table.tokudane-common-list-pc.no-osaki thead th {
    width: 33% !important;
  }
  table.tokudane-common-list-pc.no-osaki tbody th, table.tokudane-common-list-pc.no-osaki tbody td.kukan {
    width: auto !important;
  }

  table.tokudane-common-list-sp {
    display: none;
  }
}
@media only screen and (max-width: 749px) {
  table.tokudane-common-list-sp {
    /* テーブル横スクロール（セル固定）/// */
    display: block;
    overflow-x: scroll;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    width: 100%;
    /* ///テーブル横スクロール（セル固定） */
    box-sizing: border-box;
    border-collapse: separate;
    /* for FF */
    margin-top: 30px;
  }
  table.tokudane-common-list-sp .fixed01 {
    position: sticky;
    left: 0;
    z-index: 1;
  }
  table.tokudane-common-list-sp thead tr:nth-child(1) th:nth-child(1) {
    box-sizing: border-box;
    border-top: solid 1px #cce4dc;
    border-right: solid 1px #d9d9d9;
    border-bottom: solid 1px #fff;
    padding: 14px 5px;
    background-color: #cce4dc;
    vertical-align: middle;
    line-height: 1.4;
    text-align: center;
    font-weight: normal;
    color: #007a52;
  }
  table.tokudane-common-list-sp thead tr:nth-child(1) th:nth-child(n + 2) {
    border: solid #d9d9d9;
    border-width: 1px 1px 1px 0;
    padding: 15px 5px;
    background-color: #faf9ed;
    text-align: center;
    vertical-align: middle;
  }
  table.tokudane-common-list-sp thead tr:nth-child(1) th:nth-child(n + 2).tyaku4-1 {
    padding-left: 17%;
    text-align: left;
  }
  table.tokudane-common-list-sp thead tr:nth-child(2) td {
    border-right: solid 1px #d9d9d9;
    border-bottom: solid 1px #d9d9d9;
    padding: 15px 5px;
    text-align: center;
  }
  table.tokudane-common-list-sp thead tr:nth-child(2) td.kukan {
    padding: 15px 10px;
  }
  table.tokudane-common-list-sp thead tr:nth-child(2) td.kukan p:first-child {
    display: inline-block;
    font-weight: bold;
    line-height: 1.3;
  }
  table.tokudane-common-list-sp thead tr:nth-child(2) td.kukan p:last-child {
    display: inline-block;
    line-height: 1.3;
  }
  table.tokudane-common-list-sp tbody tr:nth-child(1) th {
    background-color: #cce4dc;
  }
  table.tokudane-common-list-sp tbody tr:nth-child(1) th .hosoku-txt {
    font-size: 0.75rem;
    /* 12px */
  }
  table.tokudane-common-list-sp tbody tr:last-child th {
    border-bottom: solid 1px #e5f2ee;
  }
  table.tokudane-common-list-sp tbody th {
    border-right: solid 1px #d9d9d9;
    border-bottom: solid 1px #fff;
    padding: 15px 5px;
    background-color: #e5f2ee;
    text-align: center;
    vertical-align: middle;
    font-size: 0.938rem;
    /* 15px */
    font-weight: normal;
    color: #007a52;
  }
  table.tokudane-common-list-sp tbody th .date {
    font-size: 1.25rem;
    /* 20px */
    font-weight: bold;
  }
  table.tokudane-common-list-sp tbody th .kikan-gentei, table.tokudane-common-list-sp tbody th .kikan-gentei-sp-price {
    display: block;
    margin: 0 auto 0.4em;
    border-radius: 1em;
    padding: 0 0 0.15em;
    max-width: 92px;
    background-color: #b42700;
    font-size: 0.813rem;
    /* 13px */
    font-weight: bold;
    color: #fff;
  }
  table.tokudane-common-list-sp tbody th .kikan-gentei-sp-price {
    border-radius: 0.5em;
    padding: 0.3em 8px 0.35em;
    max-width: 150px;
    line-height: 1.2;
  }
  table.tokudane-common-list-sp tbody th .waribikiritsu {
    display: inline-block;
    margin-top: 0.1em;
    font-size: 0.875rem;
    /* 14px */
    font-weight: bold;
    color: #b42700;
  }
  table.tokudane-common-list-sp tbody th .waribikiritsu > span {
    font-size: 1rem;
  }
  table.tokudane-common-list-sp tbody td {
    border: solid #d9d9d9;
    border-width: 0 1px 1px 0;
    padding: 15px 10px;
    vertical-align: middle;
    text-align: center;
  }
  table.tokudane-common-list-sp tbody td.tokudane, table.tokudane-common-list-sp tbody td.osakini, table.tokudane-common-list-sp tbody td.osakini-sp {
    font-weight: bold;
    color: #b42700;
  }
  table.tokudane-common-list-sp tbody td.tokudane .waribikiritsu, table.tokudane-common-list-sp tbody td.osakini .waribikiritsu, table.tokudane-common-list-sp tbody td.osakini-sp .waribikiritsu {
    font-weight: normal;
    color: #212121;
  }
  table.tokudane-common-list-sp tbody td .kingaku {
    line-height: 1.3;
    vertical-align: -0.04em;
    font-size: 1.875rem;
    /* 30px */
    font-family: Arial, 'Noto Serif Japanese';
  }
  table.tokudane-common-list-sp tbody td.normal .kingaku {
    font-size: 1.25rem;
    /* 20px */
    font-weight: normal;
    color: #212121;
  }
  table.tokudane-common-list-sp tbody td .no-setting {
    font-size: 0.875rem;
    /* 14px */
    color: #707070;
  }

  table.tokudane-common-list-pc {
    display: none;
  }
}
/*******************************************************************************

	14.全設定区間の価格表（PDF）

*******************************************************************************/
.pdf-link-box {
  display: inline-block;
  margin-top: 30px;
}
.pdf-link-box dl {
  display: flex;
  justify-content: flex-start;
  border-top: solid 1px #d9d9d9;
}
.pdf-link-box dl dt {
  display: flex;
  flex-direction: column;
  width: 230px;
  justify-content: center;
  align-items: center;
  padding: 12px;
  min-height: 100px;
  background-color: #ebf7f0;
  text-align: center;
  font-size: 1.125rem;
  /* 18px */
  font-weight: bold;
  color: #007a52;
}
.pdf-link-box dl dt .kikan-gentei {
  display: block;
  margin: 0.4em auto 0;
  border-radius: 1em;
  padding: 0 1em 0.15em;
  min-width: 92px;
  background-color: #b42700;
  font-size: 0.813rem;
  /* 13px */
  font-weight: bold;
  color: #fff;
}
.pdf-link-box dl dt .kikan-gentei-sp-price {
  display: block;
  margin: 0.4em auto 0;
  border-radius: 0.5em;
  padding: 0.2em 1.5em 0.35em;
  min-width: 92px;
  background-color: #b42700;
  line-height: 1.2;
  font-size: 0.813rem;
  /* 13px */
  font-weight: bold;
  color: #fff;
}
.pdf-link-box dl dd {
  display: flex;
  padding: 12px 0 12px 12px;
}
.pdf-link-box dl dd ul {
  display: flex;
}
.pdf-link-box dl dd ul li {
  display: flex;
  max-width: 224px;
  width: 224px;
}
.pdf-link-box dl dd ul li a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  border-radius: 5px;
  padding-left: 20px;
  min-height: 76px;
  text-decoration: none;
  background-color: #f5f5f5;
  line-height: 1.2;
  color: #212121;
  transition-duration: 0.3s;
}
.pdf-link-box dl dd ul li a::before {
  position: absolute;
  content: "";
  width: 6px;
  height: 6px;
  display: block;
  top: 0;
  bottom: 0;
  left: 10px;
  margin: auto;
  border-top: 2px solid #007a52;
  border-right: 2px solid #007a52;
  transform: rotate(45deg);
}
.pdf-link-box dl dd ul li a img {
  margin-left: 12px;
}
.pdf-link-box dl dd ul li a:hover {
  background-color: #e2efd9;
}
.pdf-link-box dl dd ul li a .hosoku-txt {
  font-size: 0.75rem;
  /* 12px */
  margin-left: -0.5em;
}
.pdf-link-box dl dd ul li:nth-child(2), .pdf-link-box dl dd ul li:nth-child(3) {
  margin-left: 12px;
}
.pdf-link-box dl:last-child {
  border-bottom: solid 1px #d9d9d9;
}
@media only screen and (max-width: 749px) {
  .pdf-link-box {
    width: 100%;
  }
  .pdf-link-box dl {
    display: block;
    border: solid #d9d9d9;
    border-width: 1px 1px 0;
  }
  .pdf-link-box dl dt {
    display: block;
    width: 100%;
    min-height: inherit;
  }
  .pdf-link-box dl dt .kikan-gentei {
    display: inline-block;
    padding-right: 1.5em;
    padding-left: 1.5em;
  }
  .pdf-link-box dl dt .kikan-gentei-sp-price {
    display: inline-block;
    padding-right: 8px;
    padding-left: 8px;
  }
  .pdf-link-box dl dd {
    display: block;
    padding: 20px;
  }
  .pdf-link-box dl dd ul {
    display: block;
  }
  .pdf-link-box dl dd ul li {
    max-width: none;
    width: 100%;
  }
  .pdf-link-box dl dd ul li:nth-child(2), .pdf-link-box dl dd ul li:nth-child(3) {
    margin: 12px 0 0;
  }
}

/*******************************************************************************

	15.「チャットボット」と「ページトップへ戻る」ボタンのレイアウト調整

*******************************************************************************/
body:not(#tokudane-page1) #btn_chatbot {
  bottom: 100px;
}
@media only screen and (max-width: 749px) {
  body:not(#tokudane-page1) #btn_chatbot {
    bottom: 120px;
  }
}

body:not(#tokudane-page1) #btn_chatbot_switch {
  bottom: 245px;
}

body:not(#tokudane-page1) .btn_pagetop {
  bottom: 65px;
}

/*# sourceMappingURL=tokudane.css.map */
