@charset "UTF-8";
/* ! Frame Work Style ----------------------------------------------------------------------------------------------------

　■ 共通要素
　　　-ボックス
      -タイトルエリア(タイトルとボタン横並び)
      -比較数値
      -サムネイル
      -シミュレーター
　■ ページエリア
  ■ 詳細ページ
　■ テーブル
      -テーブル内コンテンツ
       ・画像
       ・ステータス
　■ リスト
　■ タブ

---------------------------------------------------------------------------------------------------- */
/* ! ====================================================================================================
　■ 共通要素
==================================================================================================== */
/* ! ==================================================
　テキスト
================================================== */
.num {
  font: 700 22px/1em 'helvetica','noto sans japanese',sans-serif;
  letter-spacing: 0;
}
.num[data-before]:before {
  content: attr(data-before)"";
  font: 400 .6em 'noto sans japanese',sans-serif;
  margin: 0 .4em 0 0;
}
.num[data-after]:after{
  content: attr(data-after)"";
  font: 400 .6em/1em 'noto sans japanese',sans-serif;
  margin: 0 0 0 .2em;
}
.num.right {
  text-align: right;
  justify-content: flex-end;
}
.num.center {
  text-align: center;
}
.num.small {
  font-size: 18px;
}
.num.larger {
  font-weight: 900;
  font-size: 26px;
}
.num.large {
  font-size: 32px;
}
.num.large[data-after]:before,
.num.large[data-after]:after{
  font-size: 16px;
}
.num.gray {
  color: #8E919E;
}
.num.sub {
  color: #A2ADC1;
  font-size: 18px;
}
.num.min {
  font: 400 14px/1em 'helvetica','noto sans japanese',sans-serif;
}

.area_total {
  background: #F2F4F7;
  padding: 15px 0;
}


/* ! ==================================================
　ボックス
================================================== */
.box {
  width: 100%;
  padding: 30px;
  margin: 0 auto;
  background: #fff;
  box-shadow: 0px 1.5px 1px 0px rgba(0,0,0,.05);
}
.box.no-shadow {
  box-shadow: none;
}
.box.thick {
  padding: 40px;
}
.box.bg_navy {
  background: #0F286C;
}
.box.min {
  padding: 15px;
}
.box.col {
  display: flex;
  flex-direction: column;
}
.box.auto {
  flex: auto;
  min-width: 10px;
}
.box + .box {
  margin: 10px 0 0;
}
.box + .box.space_middle {
  margin: 20px 0 0;
}
.box + .box.space {
  margin: 40px 0 0;
}
.row > .box + .box {
  margin: 0 0 0 10px;
}
@media screen and (max-width: 1440px){
  .box {
    padding: 20px;
  }
  .box.min,
  .box.min_l {
    padding: 10px;
  }
}
@media screen and (max-width: 1366px){
  .box.min_m {
    padding: 10px;
  }
}

/* boxをflexにする場合 */
.box.flex {
  display: flex;
  flex-direction: column;
}
.body_box {
  flex: auto;
  min-width: 10px;
}
.body_box.line {
  border: 1px solid #dee3ec;
}

/* ネイビー */
.box.navy {
  background: #0F286C;
}
.box.navy > .head_box .area_ttl,
.box.navy > .box > .head_box .area_ttl {
  color: #fff;
}

.box.bg_gray {
  background: #525e73;
}
.box.bg_gray > .head_box .area_ttl,
.box.bg_gray > .box > .head_box .area_ttl {
  color: #fff;
}
.box.bg_light_gray {
  background: #F2F4F7; 
}
.box.spotlight {
  background: #d2d8e2;
  border: 2px solid #0F286C;
}


/* ! ボックス幅 ============================== */
.box_400 {
  max-width: 400px;
}
.box_600 {
  max-width: 600px;
}
.box_800 {
  max-width: 800px;
}
.box_1000 {
  max-width: 1000px;
}
.box_1200 {
  max-width: 1200px;
}

/* ! ボックス背景なし ============================== */
.box.transparent {
  background: transparent;
  padding: 0;
  box-shadow: none;
}

/* ! 枠線 ============================== */
.box.line{
  border: solid 2px #172858;
}


/* ! ==================================================
　-ヘッド_ボックス
================================================== */
.head_box {
  margin: 0 0 15px;
  min-height: 30px;
}
.head_box.thin {
  margin: 0 0 10px;
  min-height: 24px;/*調整可能*/
}
.head_box.thick {
  margin: 0 0 20px;
}
.head_box.min {
  min-height: auto;
  margin: 0 0 5px;
}
.head_box .description {
  margin: 20px 0 0;
}

/* ラインつき */
.head_box.line {
  border-bottom: 2px solid #0F286C;
  padding: 0 0 5px;
}
.head_box.line_thin {
  border-bottom: 1px solid #0F286C;
}
.head_box.line_min {
  border-bottom: 1px solid #A2ADC1;
}

/* ! ==================================================
　-ボディ_ボックス
================================================== */
.body_box + .body_box {
  margin: 10px 0 0;
}
.body_box + .body_box.space {
  margin: 30px 0 0;
}
/* ! ==================================================
　-フット_ボックス
================================================== */
.foot_box {
  margin: 20px 0 0;
}
.foot_box.thin {
  margin: 10px 0 0;
}

/* ! ==================================================
　-タイトルエリア(タイトルとボタン横並び)
================================================== */
.area_ttl {
  display: flex;
  align-items: center;
  min-height: 30px;
}
.area_ttl.height_auto {
  min-height: auto;
}
.area_ttl.top{
  align-items: flex-start;
}
.area_ttl [class*="btnarea"] {
  margin: 0 0 0 auto;
}

.area_ttl.right {
  justify-content: flex-end;
}
.ttl_line {
  font: 600 14px/1em 'noto sans japanese',sans-serif;
  padding: 0 0 10px;
  border-bottom: 2px solid #F1F1F1;
  width: 100%;
}

/* 日付 */
.area_ttl .ttl .date{
  font: 300 16px/1em 'helvetica','noto sans japanese',sans-serif;
  color: #0F286C;
  margin: 0 0 0 10px;
  display: inline-block;
}
/* 価格 */
.area_ttl [class*="btnarea"] .price{
  justify-content: flex-end;
  margin: 0 0 18px;
}

/* タイトルとフィルター横並び */
.area_ttl .area_filter{
  margin: 0 0 0 auto;
}

/* ! ==================================================
　-比較数値
================================================== */
.data_compare {
  font: 600 14px/1em 'helvetica','noto sans japanese',sans-serif;
  letter-spacing: 0;
  display: block;
  padding: 0 0 0 12px;
  position: relative;
}
.data_compare:before {
  content: attr(data-before)"";
  font: 500 10px/1em 'helvetica','noto sans japanese',sans-serif;
  display: inline-block;
  padding: 0 10px 0 0;
  margin: 0 2px 0 0;
  background-size: 10px 10px !important;
  background-position: right center !important;
  background-repeat: no-repeat !important;
}
.data_compare:after {
  content: attr(data-after)"";
  font: 600 11px/1em 'helvetica','noto sans japanese',sans-serif;
  display: inline-block;
  margin: 0 0 0 4px;
}


/* 個別 */
[data-updown="up"].data_compare { color: #36AEE3;}
[data-updown="down"].data_compare { color: #E60012;}
[data-updown="up"].data_compare:before {
  background: url(../img/ico/ico_updown_up.svg);
}
[data-updown="down"].data_compare:before {
  background: url(../img/ico/ico_updown_down.svg);
}

/* ! ==================================================
　-サムネイル
================================================== */
[class*="thumb"] {
  width: 100%;
  display: block;
  height: auto;
  background: #000;
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
}
[class*="thumb"][class*="round"] {
  border-radius: 50%;
  overflow: hidden;
}
[class*="thumb"]:before {
  content: "";
  display: block;
  height: auto;
  width: 100%;
  padding-top: 100%;
}
[class*="thumb"][class*="rect"]:before {
  padding-top: 75%;
}
[class*="thumb"][class*="100"]{
  max-width: 100px;
}

/* ! ==================================================
　-シミュレーター
================================================== */
.area_simulator .head_box .ttl{
  display: flex;
  align-items: center;
}
.area_simulator .head_box .ttl:before{
  content: '';
  width: 36px; height: 36px;
  margin: 0 15px 0 0;
  background: url(../img/ico/ico_ttl_simulator.svg)no-repeat center;
  background-size: contain;
  display: block;
}




/* ! ====================================================================================================
　■ ページエリア
==================================================================================================== */
.area_page {
}
.page_600 {
  margin: 0 auto;
  max-width: 600px;
}

.area_page > .layout_detail{
  margin: 0;
}

/* ! ==================================================
　ヘッド
================================================== */
.head_page {
  margin: 0 0 20px;
}
.head_page .ttl {
  padding: 0 0 0 50px;
  position: relative;
}
.head_page .ttl:before {
  content: "";
  width: 36px;
  height: 36px;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}


/* ! ページエリア ============================== */
.area_ttl_page {
  display: flex;
  align-items: center;
}
.area_ttl_page .btnarea {
  margin-left: auto;
}



/* ! ==================================================
　ミドル
================================================== */
.middle_page {
  margin: 0 0 15px;
}

/* ! ==================================================
　ボディ
================================================== */








/* ! ====================================================================================================
　■ 詳細ページ
==================================================================================================== */
/* ! ==================================================
　戻るボタンエリア
================================================== */
.area_back_page {
  position: relative;
  z-index: 1;
}
.area_back_page [class*="btn_"] {
  min-width: 30px;
  width: 30px;
  background: #fff url(../img/ico/ico_form/ico_form_left.svg);
  background-size: 20px 20px !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  padding: 0;
  position: absolute;
  top: 0;
  left: 0;
  transform: translateX(-50%);
}
.area_back_page [class*="btn_"]:hover {
  background: #172858 url(../img/ico/ico_form/ico_form_left_white.svg);
}


/* ! ====================================================================================================
　■ テーブル
==================================================================================================== */
/* ! ==================================================
　ヘッド_テーブル
================================================== */
.head_table {
  margin: 0 0 30px;
}


/* ! ==================================================
　コントロールエリア
================================================== */
.area_control_table {
  display: flex;
  align-items: center;
}
.area_control_table.right {
  justify-content: flex-end;
}
.area_control_table + .area_control_table {
  margin: 10px 0 0;
}
.area_control_table form {
  flex: auto;
  display: flex;
}
.area_control_table form.full{
  width: 100%;
}
.area_control_table.end {
  justify-content: flex-end;
}
.area_control_table.wrap{
  flex-wrap: wrap;
}

/* ! ==================================================
　クイックメニュー
================================================== */
.area_menu_quick {
  width: 100%;
  display: flex;
  align-items: center;
  margin-right: auto;
  background: #f2f4f7;
  padding: 5px 10px;
  position: relative;
}
.area_menu_quick .ttl{
  color: #0F286C;
  font: 600 11px/1em 'noto sans japanese',sans-serif;
  letter-spacing: -.04em;
  margin: 0 5px 0 0;
}
.area_menu_quick [class*="btn_"]{
  font-size: 12px;
  height: 24px;
  color: #8E919E;
  background: #fff;
  border-color: #fff;
}
.area_menu_quick [class*="btn_"]:hover {
  color: #0F286C;
}

/* チェックド */
.area_menu_quick [class*="btn_"].checked,
.area_control_table [class*="btn_"].checked {
  color: #0F286C;
  background: #fff;
  border-color: #0F286C;
  pointer-events: none;
  position: relative;
}
/*
.area_menu_quick [class*="btn_"].checked:before {
  content: "×";
  color: #0F286C;
  font: 600 11px/.6em 'helvetica','noto sans japanese',sans-serif;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 12px;
  height: 12px;
  background: #fff;
  position: absolute;
  top: 50%;
  right: 2px;
  transform: translateY(-50%);
  border-radius: 10px;
  opacity: 0;
}
*/
.area_menu_quick [class*="btn_"].checked:hover {
  background: #fff;
}.area_menu_quick [class*="btn_"].checked:hover:before {
  opacity: 1;
}

/* ボタンエリア並列 */
.area_menu_quick + [class*="btnarea"]{
  padding-left: 20px;
}


/* ! ==================================================
　カウント
================================================== */
.area_count_table {
  margin: 0 auto 0 0;
}
.area_count_table .count {
  color: #000;
  font: 700 28px/1em 'helvetica','noto sans japanese',sans-serif;
}
.area_count_table .count[data-before]:before {
  content: attr(data-before)":";
  font: 400 14px/1em 'helvetica','noto sans japanese',sans-serif;
  margin: .5em 0 0 0;
}
.area_count_table .count[data-after]:after {
  content: attr(data-after)"";
  font: 400 14px/1em 'helvetica','noto sans japanese',sans-serif;
  margin: 0 0 0 2px;
}


/* ! ==================================================
　フィルター_テーブル
================================================== */
.area_filter_table {
  margin: 0;
  display: flex;
  justify-content: flex-end;
  position: relative;
  flex: 1 1 auto;
  min-width: 10px;
}

/* 折り返しあり */
.area_filter_table.wrap {
  margin: 0 0 0 20px;
  justify-content: flex-end;
}
[class*="wrap_input"][class*="end"] {
  justify-content: flex-end;
}
[class*="wrap_input"][class*="end"][class*="col"]{
  justify-content: inherit; align-items: flex-end;
}

/* ! 検索ボックス ============================== */
.wrap_search {
  flex: 0 0 200px;
  position: relative;
}
.wrap_search.full {
  flex: auto;
  min-width: 1px;
}
.wrap_search > input,
.wrap_search .input > input {
  padding-left: 30px;
}
.wrap_search:before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background: url(../img/ico/ico_search_filter.svg);
  background-size: contain !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
}

/* ! フィルター ============================== */
.wrap_filter {
  margin: 0 0 0 5px;
}
.button_filter {
  color: #172858;
  font: 400 .8rem/1em 'helvetica','noto sans japanese',sans-serif;
  display: flex;
  align-items: center;
  height: 30px;
  width: 90px;
  padding: 0 0 0 26px;
  border: 1px solid #172858;
  border-radius: 3px;
  cursor: pointer;
  position: relative;
}
.button_filter:before {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  background: url(../img/ico/ico_filter.svg);
  background-size: 16px 16px !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.button_filter:hover {
  color: #fff;
  background: #172255;
}
.button_filter:hover:before {
  background: url(../img/ico/ico_filter_white.svg);
}


/* ! フィルターが適用されている場合 —————————————————————————————— */
.area_filter_table.filter_active .button_filter {
  color: #36AEE3;
  border-color: #36AEE3;
}
.area_filter_table.filter_active .button_filter:hover {
  color: #fff;
  border-color: #36AEE3;
}
.area_filter_table.filter_active .button_filter:before {
  content: attr(data-count)"";
  color: #fff;
  font: 700 11px/1em 'helvetica','noto sans japanese',sans-serif;
  width: 16px;
  height: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #36AEE3;
  border-radius: 100px;
  left: 5px;
}



/* ! ==================================================
　フィルターコンテンツ
================================================== */
.area_filter_cnt {
  max-width: 360px;
  width: 100%;
  padding: 30px;
  background: #fff;
  box-shadow: 0px 5px 20px -5px rgba(0,0,0,.3);
  position: absolute;
  top: 0;
  opacity: 0;
  transition: all 0.4s ease;
  pointer-events: none;
  z-index: 2;
  right: 0;
}


/* ! ボタンエリア_フィルター ============================== */
.btnarea_filter {
  margin: 10px -2px 0;
}
.btnarea_filter > * {
  margin: 2px;
  flex: auto;
  min-width: 1px;
}
/* ! フィルター外を覆う —————————————————————————————— */
.overlay_filter {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
  pointer-events: none;
}

/* ! フィルターの表示 —————————————————————————————— */
.filter_show .overlay_filter {
  pointer-events: all;
}
.filter_show .area_filter_cnt {
  opacity: 1;
  top: 25px;
  pointer-events: all;
}

/* ! 表示する場合 —————————————————————————————— */
.area_filter_row{
  display: flex;
  align-items: flex-end;
}
[class*="wrap_input"] + .area_filter_row{
  margin: 0 0 0 auto;
}
.area_filter_row .list_filter{
  margin: -2px;
  display: flex;
}
.area_filter_row .list_filter > li{
  padding: 2px;
}
.area_filter_row .list_filter > li .ttl{
  font: 400 .75rem/1.7em 'helvetica','noto sans japanese',sans-serif;
}
.area_filter_row .btnarea_filter{
  margin: 0 0 -2px 4px;
  display: flex;
  align-items: center;
}
.area_filter_row .btnarea_filter{
  display: flex;
  flex-wrap: nowrap;
}
.area_filter_row .list_filter > .li_200 {
  width: 200px;
}



/* ! ==================================================
　ボタンエリア_コントロールエリア
================================================== */
.area_control_table > form > [class*="wrap_input"],
.area_control_table > form > [class*="btnarea"],
.area_control_table > [class*="btnarea"] {
  margin-left: 10px;
}

/* ! ==================================================
　ページャー
================================================== */
.area_pager {
  display: flex;
  align-items: center;
  margin: 0 0 0 10px;
}


/* ! カウント_ページャー ============================== */
.count_pager {
  display: flex;
  align-items: center;
  height: 30px;
  padding: 0 10px;
  margin: 0 5px 0 0;
  background: #F2F4F7;
  border-radius: 3px;
}
.count_pager p {
  color: #8E919E;
  font: 700 14px/1em 'helvetica','noto sans japanese',sans-serif;
}
.count_pager .parameter:before {
  content: "/";
  display:inline-block;
  margin: 0 .3em;
}


/* ! リスト_ページャー ============================== */
.list_pager {
  display: flex;
}
.list_pager > li {
  padding: 0 2px;
}
.list_pager a {
  color: #8E919E;
  font: 700 14px/1em 'helvetica','noto sans japanese',sans-serif;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 30px;
  min-width: 30px;
  border: 1px solid #B7BAC9;
  border-radius: 3px;
}


/* ! 前後 —————————————————————————————— */
.list_pager .prev a:before,
.list_pager .next a:before,
.list_pager .last a:before,
.list_pager .first a:before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background-size: 16px 16px !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
}
.list_pager .prev a:before {
  background: url(../img/ico/ico_form/ico_form_left.svg);
}
.list_pager .next a:before {
  background: url(../img/ico/ico_form/ico_form_right.svg);
}
.list_pager .last a:before {
  background: url(../img/ico/ico_form/ico_form_right_2.svg);
}
.list_pager .first a:before {
  background: url(../img/ico/ico_form/ico_form_left_2.svg);
}

/* ! カレント —————————————————————————————— */
.list_pager .current a {
  background: #F2F4F7;
  border-color: #F2F4F7;
}


/* ! ==================================================
　テーブル
================================================== */
.table {
  width: 100%;
}
.table.fixed {
  table-layout: fixed;
  border-collapse: collapse;
}
.table.text_left{
  text-align: left;
}
.table thead {
  border-bottom: 2px solid #0F286C;
}
.table thead p,
.table thead a {
  color: #182957;
  font: 500 12px/1.2em 'noto sans japanese',sans-serif;
  display: block;
}
.table thead p.min {
  font-size: 11px;
}
.table thead p span {
  color: #0F286C;
  font: 300 11px/1em 'noto sans japanese',sans-serif;
  display:inline-block;
}
.table tbody p {
  font: 400 13px/1em 'helvetica','noto sans japanese',sans-serif;
  word-break: break-all;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden
}
.table tbody p.small {
  font-size: 12px;
}
/* テキスト位置 */
.table thead p.center {
  text-align: center;
}
.table thead p.right {
  text-align: right;
}

.table tbody p + p {
  margin: 3px 0 0;
}
/* テキストの種類 */
.table tbody .ttl {
  font: 600 13px/1em 'noto sans japanese',sans-serif;
}
.table tbody .name {
  font: 500 13px/1em 'noto sans japanese',sans-serif;
}
.table tbody .sub {
  color: #575e74;
  font: 500 13px/1em 'noto sans japanese',sans-serif;
}
.table tbody .sub.diff_date {
  color: #EB8800;
}
.table tbody .null {
  color: #575e74 !important;
  font: 500 13px/1em 'noto sans japanese',sans-serif !important;
}
.table tbody .date {
  color: #0F286C;
  font: 400 13px/1em 'helvetica','noto sans japanese',sans-serif;
  letter-spacing: 0;
}
.table tbody .past {
  color: #a2adc1;
  font: 400 13px/1em 'helvetica','noto sans japanese',sans-serif;
}
.table tbody .num {
  color: #333;
  font: 600 18px/1em 'helvetica','noto sans japanese',sans-serif;
  letter-spacing: 0;
}
.table tbody .num.small {
  font-size: 15px;
}
.table tbody .num.min {
  font-size: 13px;
}
.table tbody .num.min.diff_date {
  font-size: 13px;
  color: #EB8800;
}

.table tbody .num.claim {
  color: #E60012;
}
.table tbody tr.claim {
  background: #E6001211;
}

.table tbody .number_fmt {
  text-align: right;
  color: #333;
  font: 600 13px/1em 'helvetica','noto sans japanese',sans-serif;
  letter-spacing: 0;
}

.table tbody .num[data-after]:after,
.table tbody .num .unit {
  content: attr(data-after)"";
  font: 500 10px/1em 'noto sans japanese',sans-serif;
  margin: 0 0 0 1px;
}
.table tbody .num.small[data-after]:after {
  font-size: 11px;
}

/* 和暦表示 */
.table tbody .wareki {
  font: 500 13px/1em 'noto sans japanese',sans-serif;
}
.table tbody .wareki .year {
  font: 600 15px/1em 'helvetica','noto sans japanese',sans-serif;
  margin: 0 2px;
}
.table tbody .wareki .month {
  font: 600 15px/1em 'helvetica','noto sans japanese',sans-serif;
  margin: 0 1px;
}

/* 揃え位置 */
.table tbody .right {
  text-align: right;
}
.table tbody .center {
  text-align: center;
}


/* 価格 */
.table tbody .price{
  font: 600 16px/2em 'helvetica','noto sans japanese',sans-serif;
  justify-content: flex-end;
}
.table tbody .price.yen[data-ttl]:before{
  font: 600 14px/2em 'helvetica','noto sans japanese',sans-serif;
}
.table tr {
  border-bottom: 1px solid #e6ebf3;
}
.table tr.total {
  border-top: 2px solid #000;
  border-bottom: 2px solid #000;
}

/* フォームテーブル */
.table.form thead{
  border-bottom: none;
}
.table.form tr{
  border-bottom: none;
}
.table.form tr:hover{
  background: transparent;
}
.table.form tbody tr:not(.total):first-of-type td:first-of-type{
  padding: 0;
}
.table.form thead th{
  padding: 0 5px 8px;
}
.table.form td.right{
  text-align: right;
}
.table.form .total th,
.table.form .total td{
  padding: 10px 5px 3px;
  border: none;
  vertical-align: bottom;
}
.table.form tbody th,
.table.form tbody td{
  padding: 0;
  border: solid 1px #0F286C;
  cursor: default;
}
.table.form tbody td.transparent{
  border: none;
  padding: 5px 5px 5px 10px;
  vertical-align: middle;
}
.table.form .total td{
}
.table.form .wrap_input{
  position: relative;
}
.table.form input{
  border-radius: 0;
  border: none;
}
.table.form input.price{
  text-align: right;
  position: relative;
}
.table.form .btnarea {
  position: relative;
}
#all_total.price.yen[data-ttl]:before{
  content: attr(data-ttl);
  font: 600 13px/1.3em 'noto sans japanese',sans-serif;
  margin: 0 10px 0 0;
}

[class*="unit_"][class*="before"].inner{
  position: absolute;
  left: 2px; top: 50%;
  transform: translate(0,-50%);
  width: 30px; height: 30px;
  display: flex;
  align-items: center; justify-content: center;
  z-index: 1;
  font: 600 14px/2em 'helvetica','noto sans japanese',sans-serif;
  color: #0F286C;
}


/* ! 合計金額を表示 —————————— */
.area_total_expenses_form .price {
  justify-content: flex-end;
  border-bottom: 2px solid #0F286C;
}


/* ! ソート —————————————————————————————— */
.table thead a{
  display: flex;
  align-items: center;
  position: relative;
  padding: 0 10px 0 0;
}
.table thead a:after {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  background: url(/../img/ico/ico_sort.svg);
  background-size: contain !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  position: absolute;
  top: 0;
  right: 0;
}
.table thead .asc:after{
  background: url(/../img/ico/ico_sorted.svg);
}
.table thead .desc:after{
  background: url(/../img/ico/ico_sorted.svg);
  transform: rotate(180deg);
}


/* ! スクロール —————————————————————————————— */
.area_table_scroll {
  overflow: auto;
}
.area_table_scroll.no_scroll {
  overflow: inherit;
}
.inner_table_scroll {
  width: 1800px;
}
.scroll_700 { min-width: 700px; width: 100%;}
.scroll_800 { min-width: 800px; width: 100%;}
.scroll_1000 { min-width: 1000px; width: 100%;}
.scroll_1060 { min-width: 1060px; width: 100%;}
.scroll_1200 { min-width: 1200px; width: 100%;}
.scroll_1400 { min-width: 1400px; width: 100%;}
.area_table_scroll::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
.area_table_scroll::-webkit-scrollbar-track {
  border-radius: 10px;
	background: #F2F4F7;
}
.area_table_scroll::-webkit-scrollbar-thumb {
  border-radius: 10px;
	background: #A2ADC1;
}


/* ! 余白 —————————————————————————————— */
.table thead th { padding: 0 5px 5px;min-width: 60px;}
.table tbody td { padding: 7px 5px;}
.table tr > th:first-of-type,
.table tr > td:first-of-type { padding-left: 0;}
.table tr > th:last-of-type,
.table tr > td:last-of-type { padding-right: 0;}

/* ! 高さ —————————————————————————————— */
.table.thick td{ padding: 15px 10px; }
.table.thin td { padding: 1px 5px;}

/* ! 長さ —————————————————————————————— */
.col_20{ width: 20px;}
.col_50{ width: 50px;}
.col_60{ width: 60px;}
.col_70{ width: 70px;}
.col_80{ width: 80px;}
.col_90{ width: 90px;}
.col_100{ width: 100px;}
.col_110{ width: 110px;}
.col_120{ width: 120px;}
.col_150{ width: 150px;}
.col_200{ width: 200px;}

/* ! 位置 —————————————————————————————— */
.number_fmt{
/*   text-align: right; */
}

/* ! 装飾 —————————————————————————————— */
.table.line tbody td{
  border-left: solid 1px #eee;
}

/* ! リンク —————————————————————————————— */
.table:not('link_off') tbody tr:hover {
  background: #F2F4F7;
  cursor: pointer;
}
.table.link tbody tr,
.table tbody tr[data-href] {
  cursor: pointer;
}
.table.link tbody tr:hover,
.table tbody tr[data-href]:hover,
.table tbody tr[data-href].selected {
  background: #F2F4F7;
}

/* ! フォント —————————————————————————————— */
.font_bold{
  font-weight: 600 !important;
}




/* ! スタイル_ボックス形_整備管理で使用 —————————————————————————————— */
.table_box{
  border: 1px solid #e6ebf3;
}
.table_box thead {
  background: #f2f4f7;
  border-bottom: 1px solid #e6ebf3;
}
.table_box thead th {
  padding: 5px;
}
.table_box tr > th:first-of-type,
.table_box tr > td:first-of-type {
  padding-left: 5px;
}




/* ! ==================================================
　テーブル内コンテンツ
================================================== */

/* ! 画像 —————————————————————————————— */
.table .img {
  display: block;
  width: 40px;
  height: 40px;
  background-size: contain !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  background: #000;
}

/* ! ステータス —————————————————————————————— */
[class^="status_"] {
}
[class^="status_"]:before {
  content: "";
  color: #fff;
  font: 400 12px/1em 'helvetica','noto sans japanese',sans-serif;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 16px;
  border: 1px solid transparent;
}
[class^="status_"][class*="full"]:before {
  width: 100%;
}
[class^="status_"][class*="large"]:before {
  height: 30px;
  font-size: 14px;
}

/* 個別_車両ステータス */
[class^="status_"][class*="consider"]:before {
  content: "検討中";
  background: #8E909E;
  border-color: #8E909E;
}
[class^="status_"][class*="contract"]:before {
  content: "契約手続き";
  background: #EB8800;
  border-color: #EB8800;
}
[class^="status_"][class*="payment"]:before {
  content: "入金待ち";
  background: #E60012;
  border-color: #E60012;
}
[class^="status_"][class*="invoice"]:before {
  content: "請求書発行済み";
  background: #EB8800;
  border-color: #EB8800;
}
[class^="status_"][class*="deposited"]:before {
  content: "入金済";
  background: #36AEE3;
  border-color: #36AEE3;
}
[class^="status_"][class*="maintenance"]:before {
  content: "整備中";
  background: rgb(54, 227, 175);
  border-color: rgb(54, 227, 175);
}
[class^="status_"][class*="delivered"]:before {
  content: "納車済";
  background: #0F286C;
  border-color: #0F286C;
}
[class^="status_"][class*="closed"]:before {
  content: "クローズ";
  color: #36AEE3;
  background: #fff;
  border-color: #36AEE3;
}
/* 個別_ユーザー */
[class^="status_"][class*="general"]:before {
  content: "一般";
  background: #8E909E;
  border-color: #8E909E;
}
/* 個別_対応 */
[class^="status_"][class*="backlog"]:before {
  content: "未対応";
  background: #8E909E;
  border-color: #8E909E;
}


/* 個別_車両ステータス */
/* 空欄(仕入) */
/* 販売中 */
[class^="status_"][class*="sale"]:before {
  content: "販売中";
  background: #36AEE3;
  border-color: #36AEE3;
}
/* 商談中 */
[class^="status_"][class*="pending"]:before,
[class^="status_"][class*="negotiation"]:before {
  content: "商談中";
  background: #EB8800;
  border-color: #EB8800;
}
/* 受注済 */
[class^="status_"][class*="backlog"]:before,
[class^="status_"][class*="orderd"]:before, {
  content: "受注済";
  background: #EB8800;
  border-color: #EB8800;
}

/* 個別_整備ステータス */
/* 未着手 */
[class^="status_"][class*="maintenance_todo"]:before {
  content: "未着手";
  background: #36AEE3;
  border-color: #36AEE3;
}
/* 対応中 */
[class^="status_"][class*="maintenance_doing"]:before {
  content: "対応中";
  background: #EB8800;
  border-color: #EB8800;
}
/* 対応済み */
[class^="status_"][class*="maintenance_done"]:before {
  content: "対応済み";
  background: #ccc;
  border-color: #ccc;
}

/* 個別_注文ステータス */
[class^="status_"][class*="estimate"]:before  {
  content: "見積";
  background: #ccc;
  border-color: #ccc;
}
[class^="status_"][class*="order"]:before  {
  content: "受注済";
  background: #EB8800;
  border-color: #EB8800;
}
[class^="status_"][class*="nothing"]:before {
  content: "販売前";
  color: #A2ADC1;
  background: #F2F4F7;
  border-color: #F2F4F7;
}
/* 売却済 */
[class^="status_"][class*="sold"]:before  {
  content: "売却済";
  background: #A2ADC1;
  border-color: #A2ADC1;
  width: 50px;
}


/* ! パーツリスト —————————————————————————————— */
.list_parts_table > li {
  display: flex;
  align-items: center;
}
.list_parts_table > li + li {
  margin: 3px 0 0;
  padding: 3px 0 0;
  border-top: 1px solid #e6ebf3;
}
.list_parts_table .sub {
  flex: auto;
  min-width: 10px;
}
.list_parts_table .num {
  flex: 0 0 86px;
  margin: 0 0 0 auto;
}




/* ! ==================================================
　フット_テーブル
================================================== */
.foot_table {
  margin: 20px 0 0;
}
.foot_table .area_pager {
  margin-left: auto;
}



/* ! ==================================================
　テーブル_データ
================================================== */
.table_data {
  width: 100%;
}
.table_data + .table_data {
  margin-top: 15px;
}
.table_data.bg_gray td {
  background: #F2F4F7;
}
.table_data th,
.table_data td {
  padding: 2px 4px;
}
.table_data thead {
  background: #0F286C;
}
.table_data thead th {
  color: #fff;
}
.table_data thead th p {
  font: 500 12px/1.3em 'noto sans japanese',sans-serif;
}
.table_data tbody {
  border: 1px solid #A2ADC1;
  background: #fff;
}
.table_data tbody th {
  background: #e1e7ef;
  width: 100px;
  flex: 0 0 100px;
  border-left: 1px solid #A2ADC1;
  border-right: 1px solid #A2ADC1;
}
.table_data tbody tr {
  border-top: 1px solid #A2ADC1;
}
.table_data.th_60 tbody th {
  width: 60px;
  flex: 0 0 60px;
}
.table_data.th_70 tbody th {
  width: 70px;
  flex: 0 0 70px;
  box-sizing: content-box;
}
.table_data.th_80 tbody th {
  width: 80px;
  flex: 0 0 80px;
}
.table_data.th_120 tbody th {
  width: 120px;
  flex: 0 0 120px;
}
.table_data.th_130 tbody th{
  width: 130px;
  flex: 0 0 130px;
}
.table_data.th_150 tbody th {
  width: 150px;
  flex: 0 0 150px;
}
.table_data p {
  font: 300 12px/1.3em 'Roboto','noto sans japanese',sans-serif;
  letter-spacing: -.04em;
}
.table_data td p {
  font: 500 13px/1.3em 'Roboto','noto sans japanese',sans-serif;
  text-align: left;
}
.table_data td .description {
  color: #333;
  font: 400 12.5px/1.3em 'noto sans japanese',sans-serif;
}
/*
.table_data tr + tr {
  border-top: 1px solid #A2ADC1;
}
*/
.table_data .right {
  text-align: right;
}

@media screen and (max-width: 1280px){
  .table_data tbody th {
    width: 80px;
    flex: 0 0 80px;
  }
  .table_data p,
  .table_data td p {
    font-size: 13px;
  }
}


/* ! ==================================================
　テーブル_データ_ライン追加
================================================== */
.table_data.line td + td {
  border-left: 1px solid #A2ADC1;
}

/* ! ==================================================
　tr ハーフ
================================================== */
.table_data.half,
.table_data.split{
  display: block;
  border-collapse: separate;
}
.table_data.half tbody,
.table_data.split tbody{
  display: flex;
  flex-wrap: wrap;
  border-left: none;
}
.table_data.half tbody tr,
.table_data.split tbody tr{
  display: flex;
  width: 50%;
  border-top: none;
}
.table_data.half tbody tr.two-third,
.table_data.split tbody tr.two-third {
  width: 66.6666%;
}
.table_data.half tbody tr.full,
.table_data.split tbody tr.full {
  width: 100%;
}
.table_data.half tbody th,
.table_data.half tbody td,
.table_data.split tbody th,
.table_data.split tbody td{
  display: block;
}
.table_data.half tbody td {
  flex: auto;
  min-width: 10px;
}


@media screen and (max-width: 1280px){
  .table_data.half tbody tr.full_1280,
  .table_data.split tbody tr.full_1280 {
    width: 100%;
  }
}

/* 横幅 */
.table_data.one-third tbody tr {
  width: 33.3333%;
}
.table_data.quarter tbody tr {
  width: 25%;
}
.table_data.one-fifth tbody tr {
  width: 20%;
}

/* ボーダー */
.table_data.half tbody tr:nth-of-type(n + 3){
  border-top: 1px solid #A2ADC1;
}
.table_data.one-third tbody tr:nth-of-type(n + 4){
  border-top: 1px solid #A2ADC1;
}
.table_data.quarter tbody tr:nth-of-type(n + 5){
  border-top: 1px solid #A2ADC1;
}
.table_data.one-fifth tbody tr:nth-of-type(n + 6){
  border-top: 1px solid #A2ADC1;
}

@media screen and (max-width: 1279px){
  .table_data.half_1280 tbody tr{
    width: 50%;
  }
}

.table_data tr.col,
.table_data tr.col th,
.table_data tr.col td{
  display: block;
  width: 100%;
}
.table_data tr.col th{
  padding: 5px 4px;
}
.table_data tr.col td{
  min-height: 30px;
}

/* ! ====================================================================================================
　■ リスト
==================================================================================================== */
.list > li {
  padding: 4px 0;
  display: flex;
  align-items: baseline;
}
.list > li + li {
}
.list > li .head {
  flex: 0 0 80px;
}
.list > li .head > .ttl {
  font: 400 12px/1em 'noto sans japanese',sans-serif;
  letter-spacing: -.05em;
}
.list > li .head > .ttl:after {
  content: "：";
  letter-spacing: -.5em;
  font-size: 10px;
}
.list > li .head > .ttl .small {
  font-size: 11px;
}
.list > li.line_top {
  border-top: 1px solid #0f286c;
  padding: 10px 0 0;
  margin: 10px 0 0;
}
.list > li.line_top.dot {
  border-top-style: dotted;
}

/* ヘッドの幅 */
.list.head_auto > li .head {
  flex: 0 0 auto;
}
.list.head_60 > li .head {
  flex: 0 0 60px;
}
.list.head_100 > li .head {
  flex: 0 0 100px;
}
.list.head_105 > li .head {
  flex: 0 0 105px;
}
.list.head_120 > li .head {
  flex: 0 0 120px;
}
.list.head_140 > li .head {
  flex: 0 0 140px;
}
.list.head_150 > li .head {
  flex: 0 0 150px;
}
.list.head_160 > li .head {
  flex: 0 0 160px;
}
.list.head_200 > li .head {
  flex: 0 0 200px;
}
@media screen and (max-width: 1280px){
  .list.col_1280 > li {
    flex-wrap: wrap;
    min-height: 44px;
  }
  .list.col_1280 > li > .head {
    flex: 0 0 100%;
    margin: 0 0 2px;
  }
  .list.col_1280 > li + li {
    font-size: 12px;
    border-top: 1px dotted #e6ebf3;
    margin: 6px 0 0;
    padding: 8px 0 0;
  }
}


/* ! データ —————————————————————————————— */
.list > li .data {
  flex: 1 1 auto;
  min-width: 10px;
}
.list p {
  font: 500 14px/1.5em 'helvetica','noto sans japanese',sans-serif;
}
.list > li .data .large {
  font-size: 22px;
}
.list > li .data.right {
  text-align: right;
}

.list .num {
  font: 700 18px/1em 'helvetica','noto sans japanese',sans-serif;
}
.list .num[data-after]:after{
  content: attr(data-after)"";
  color: #222;
  font: 500 12px/1em 'noto sans japanese',sans-serif;
  margin: 0 0 0 3px;
}
.list .num.blue {
  color: #2CBAED;
}
.list .num.min {
  font: 500 14px/1em 'helvetica','noto sans japanese',sans-serif;
}
.list .num.min:after {
  font-size: 11px;
  font-weight: 400;
}

/* サイズ */
.list .num.small {
  font-size: 16px;
}

/* 目立たせない */
.list .num.sub {
  color: #A2ADC1;
  font-size: 16px;
  font-weight: 400;
  margin: 5px 0 0;
}
.list .num.sub:after {
  color: #A2ADC1;
  font-size: 10px;
}
.list .num.sub.small {
  font-size: 14px;
}

.area_detail_list {
  width: 100%;
  background: #F2F4F7;
  padding: 10px;
}



/* ! 数字エリア —————————— */
.list .area_num  {
  font-family: 'Roboto','noto sans japanese',sans-serif;
  margin: 0 0 0 auto;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
}
.list .area_num [class*="btnarea"] {
  margin: 0 12px 0 0;
}
.list .area_num .num.large {
  font-size: 24px;
}

/* ! 大きく —————————— */
.list.large {

}
.list.large > li .head > .ttl {
  font: 500 16px/1em 'noto sans japanese',sans-serif;
}
.list.large .num {
  font-size: 32px;
}



/* ! ラインをつける —————————————————————————————— */
.list.line > li {
  padding: 10px 0;
}
.list.line.thin > li {
  padding: 5px 0;
}
.list.line > li + li {
  border-top: 1px solid #F2F4F7;
}
/* 線つよく */
.list.line.strong > li + li {
  border-color: #A2ADC1;
}
.list.line > li.no_space {
  padding: 0;
}
.list.line > li.line {
  border-top-width: 2px;
  border-color: #0F286C;
}
.list.line > li + li.line_strong {
  border-color: #e1e7ef;
}


/* ! 単位 —————————————————————————————— */
.list p[data-after]:after {
  content: attr(data-after)"";
  font-size: .85em;
  display:inline-block;
  margin: 0 0 0 4px;
}





/* ! ==================================================
　データリスト
================================================== */
.list_data {
  display: flex;
  flex-wrap: wrap;
  margin: -2px;
}
.list_data.col {
  flex-direction: column;
}
.list_data > li {
  padding: 1px;
  flex: 1 1 auto;
  min-width: 10px;
}
.list_data > li > article {
  display: flex;
  align-items: center;
  background: #F2F4F7;
  padding: 4px 8px;
  min-height: 27px;
}
.list_data > li.center > article {
  justify-content: center;
}
.list_data .head {
  flex: 0 0 auto;
}
.list_data.head_80 .head{
  width: 80px;
}
.list_data .head .ttl{
  font: 300 13px/1em 'noto sans japanese',sans-serif;
}
.list_data .head .ttl:after {
  content: "：";
}
.list_data .data > p {
  font: 400 13px/1.3em 'helvetica','noto sans japanese',sans-serif;
}
.list_data .data > p b {
  font: 600 14px/1em 'helvetica','noto sans japanese',sans-serif;
  margin: 0 2px;
}

.list_data .data > p b.diff_date {
  color: #EB8800;
}


/* 分割 */
.list_data.split_2 > li {
  flex: auto;
  min-width: 1px;
  width: 50%;
}
.list_data.split_3 > li {
  flex: auto;
  min-width: 1px;
  width: 33.33%;
}


/* ! ====================================================================================================
　■ タブ
==================================================================================================== */
.area_tab {
  margin: 10px 0 0;
}

/* ! ==================================================
　タブボタン
================================================== */
.list_tab_button {
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid #A2ADC1;
}
.list_tab_button > li + li {
  margin: 0 0 0 2px;
}
.list_tab_button.space {
  margin: 0 0 20px;
}

/* ! ボタン ============================== */
.button_tab {
  color: #A2ADC1;
  padding: 8px 10px 8px;
  border-radius: 4px 4px 0 0;
  border: 1px solid #A2ADC1;
  border-bottom: none;
  position: relative;
  display: block;
  background: #fff;
}
.button_tab:hover {
  color: #fff;
  background: #A2ADC1;
}
.button_tab:before {
  content: "";
  width: 100%;
  height: 2px;
  background: transparent;
  position: absolute;
  bottom: 0;
  left: 0;
}

/* ! カレント —————————————————————————————— */
.current_tab .button_tab {
  color: #fff;
  background: #0F286C;
  border-color: #0F286C;
}
.current_tab .button_tab:before {
  background: #0F286C;
}

/* ! デザインタイプ2 ============================== */
.list_tab_button.control{
  border-bottom-color: #172858;
  counter-reset: number 0;
  margin: 0 0 20px;
}
.list_tab_button.control > li{
  display: flex;
  align-items: flex-end;
  margin: 2px 1px 0;
  position: relative;
}
.control .button_tab {
  color: white;
  background: #A2ADC1;
  padding: 6px 12px 6px 12px;
  font: 400 13px/1.3em 'noto sans japanese',sans-serif;
  border: solid 1px transparent;
  border-bottom: none;
  display: flex;
  align-items: center;
}
.control .current_tab .button_tab{
  background: white;
  color: #000;
  border-color: #172858;
  padding: 6px 6px 6px 12px;
}
.list_tab_button.control > li span{
  width: 14px; height: 14px;
  background: #172858 url(../img/ico/ico_close_white.svg)no-repeat center;
  background-size: 62% 62%;
  cursor: pointer;
  display: block;
  margin: 0 0 0 8px;
  order: 2;
  display: none;
}
.list_tab_button.control > li.current_tab span{
  display: block;
}
.control .button_tab:before{
  display: none;
}
.control .button_tab:after{
  counter-increment: number 1;
  content: counter(number) " ";
}
.control .current_tab .button_tab:before{
  height: 1px;
  background: white;
  bottom: -1px;
  display: block;
}
.list_tab_button.control .button_tab_add{
  width: 28px; height: 28px;
  background: #172858 url(../img/ico/ico_add_white.svg)no-repeat center;
  background-size: 14px 14px;
}
.list_tab_button.control + .area_tab{
  margin: 20px 0 0;
}

/* ! ==================================================
　タブパネル
================================================== */
.panel_tab {
  opacity: 0;
  pointer-events: none;
  height: 0;
  display: none;
}
.panel_tab.show_tab {
  opacity: 1;
  pointer-events: all;
  height: auto;
  display: block;
}





/* ! ====================================================================================================
　陸送非箇所
==================================================================================================== */
.area_nothing_postage {

}
.button_postage_add {
  font: 600 16px/1em 'helvetica','noto sans japanese',sans-serif;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  padding: 10px;
  min-height: 200px;
  background: #F2F4F7;
  border: 2px dotted #172858;
}
.button_postage_add:before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background: url(../img/ico/ico_search_filter.svg) no-repeat center center;
  background-size: contain !important;
  margin: 0 10px 0 0;
}
