@charset "UTF-8";
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);

/* ! CSSの構成 ================================================== 

追加ステップ
  
-------------------------------------------------- */


/* ! 追加ステップ ============================================================ */
.step_add {
  margin: 80px 0 0;
}
.step_add .ttl {
  font: 600 14px/1em 'noto sans japanese';
  margin: 0 0 10px;
}
.step_add a {
  color: #fff;
  font: 600 13px/1em 'noto sans japanese';
  text-align: center;
  padding: 5px 0;
  display: block;
  background: #eee;
  position: relative;
}
.step_add .current a {
  background: #035;
}
.step_add li + li a:before {
  content: "";
  display: block;
  width:  40px;
  height: 2px;
  background: #eee;
  position: absolute;
  top: 50%;
  left: -30px;
  z-index: -1;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.step_add li + li.current a:before {
  background: #035;
}




/* ! 見積もり情報 ======================================== */

/* 上部ボタンエリア */
.box_estimate .form_cnt{
  display: flex;
  align-items: center;
}
.box_estimate .form_cnt .btnarea_right{
  margin-left: auto;
  flex: 1 1 auto;
}

/* テーブルの表示項目 */
.area_view_items{
  padding: 15px 20px;
  background: #f7f7f7;
  margin: 20px 0 0;
  border: solid 1px #ddd;
  border-radius: 0px;
  display: flex;
}
.area_view_items > div{
  flex: 1 1 auto;
}
.area_view_items > div:nth-of-type(2){
  flex: 0 0 200px;
  padding: 0 0 0 30px;
  border-left: solid 1px #eee;
}
.area_view_items .cnt{
  display: flex;
  flex-wrap: wrap;
  margin: -2px;
  margin-top: 5px;
}
.area_view_items label{
  padding: 5px 10px;
  background: white;
  border: solid 1px #035;
  margin: 2px !important;
  display: inline-block;
  border-radius: 3px;
  cursor: pointer;
  color: #035;
  font: 500 13px/1.3em 'noto sans japanese',sans-serif;
}
.area_view_items label:hover{
  background: #f7f7f7;
}
.area_view_items input[type="checkbox"]:checked + label{
  background: #035;
  color: white;
}
.area_view_items .ttl{
  font: 500 16px/1.3em 'noto sans japanese',sans-serif;
  margin: 0 0 6px;
}

/* 下部ボタンエリア */
.area_btnarea_estimate{
  display: flex;
  align-items: center;
}
.area_btnarea_estimate > div{
  margin: 0;
}
.area_btnarea_estimate .btnarea_right{
  margin-left: auto;
  flex: 0 0 auto;
  display: flex;
  margin: -2px;
  margin-left: auto;
}
.area_btnarea_estimate .btnarea_right [class*="btn_"] {
  font: 500 14px/1.3em 'noto sans japanese',sans-serif;
  margin: 2px;
}


/* sticky table */
.table_wrap{
  overflow: auto;
  width: 100%;
  display: flex;
  width: 100%;
  background: white;
  margin: 0 0 100px;
  margin: 0px 0 0;
}
.table_sticky{
  padding: 0 !important;
  white-space: normal !important;
  max-height: 700px !important;
}
.table_sticky::-webkit-scrollbar{
  height: 17px !important;
}
.table_sticky thead,
.table_sticky tbody{
  display: block;
  width: 100%;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.table_sticky .sticky{
  position: sticky;
  top: 0;
  left: 0;
  z-index: 2;
  background: white;
  -webkit-box-shadow: 0px 7px 8px rgba(0,0,0,.08);
  	  box-shadow: 0px 7px 8px rgba(0,0,0,.08);
}
.table_sticky th,
.table_sticky td{
  width: 120px;
  max-width: 120px;
  transition: all .2s ease;
  -webkit-transition: all .2s ease;
}
.table_sticky th{
  padding: 5px 7px;
}
.table_sticky td.center{
  text-align: center;
}
.table_sticky th p{
  font: 700 13px/1.2em 'noto sans japanese';
  transition: all .2s ease;
  -webkit-transition: all .2s ease;
}

/* 非表示 */
.table_sticky th.hide_cell,
.table_sticky td.hide_cell,
.table_sticky .hide_cell p{
  width: 0 !important;
  padding: 0 !important;
  overflow: hidden;
  border-left: none;
  font-size: 0;
}
.table_sticky .hide_cell textarea{
  min-width: 0;
  width: 0;
  padding: 0;
  border: none;
}

/* 個別指定 */
.excellike table::-webkit-scrollbar{
  height: 17px !important;
}
.excellike thead tr th[colspan]{
  border-bottom: solid 1px #035;
  padding: 12px 5px;
}
.excellike thead tr:first-child th[colspan]{
  text-align: left;
  padding-left: 15px;
}
.excellike .mark_Award{
  background: #cceafd;
}
.excellike .mark_Not-award{
  background: #f1e6e6;
}
.excellike .mark_Next{
  background: #d9e6e0;
}
.excellike .mark_Pending{
  background: #dadada;
}

.table_sticky thead tr:first-of-type th:empty{
  border-bottom: none;
}
.table_sticky tr th:nth-of-type(1),
.table_sticky tr td:nth-of-type(1){
  width: 120px;
  max-width: 120px;
  position: sticky;
  left: -1px;
  background: white;
}
.table_sticky tr th:nth-of-type(1):before,
.table_sticky tr td:nth-of-type(1):before{
  content: '';
  left: auto;
  right: 0; top: 0;
  position: absolute;
  width: 1px; height: 100%;
  background: #035;
}
.table_sticky tr th:nth-of-type(8),
.table_sticky tr td:nth-of-type(8){
  width: 220px;
  max-width: 220px;
}
.table_sticky tr th:nth-of-type(9),
.table_sticky tr td:nth-of-type(9){
  width: 220px;
  max-width: 220px;
}


/* セレクト */
.table_sticky th select{
  font: 300 14px/1.3em 'noto sans japanese',sans-serif;
  background: #f7f7f7;
}
/* チェックボックス */
.table_sticky td .wrap_input{
  display: flex;
  align-items: center;
  justify-content: center;
}
.table_sticky input[type="checkbox"]{
  display: none;
}
.table_sticky input[type="checkbox"] + label{
  position: relative;
  width: 14px; height: 14px;
  margin: 0;
}
.table_sticky input[type="checkbox"] + label:before,
.table_sticky input[type="checkbox"] + label:after{
  content: '';
  width: 100%; height: 100%;
  border-radius: 4px;
  background: #f7f7f7;
  border: solid 1px #ddd;
  display: block;
  position: absolute;
  left: 0; top:;
}
.table_sticky input[type="checkbox"] + label:after{
  display: none;
  z-index: 1;
  background: url(../img/ico_check_navy.svg)no-repeat center;
  background-size: 90%;
  border: none;
  left: 0px;
}
.table_sticky input[type="checkbox"]:checked + label:after{
  display: block;
}


/* 絞り込む */
.area_refine{
  margin: 5px -5px;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  width: 100%;
}
.area_refine > div{
  padding: 0 5px;
  flex: 0 0 auto;
  display: flex;
  flex-direction: column;
}
.area_refine span{
  flex: 0 0 auto;
  margin: 0 0 5px;
  display: block;
}
.area_refine .SumoSelect > .CaptionCont{
  width: 100%;
  min-width: auto;
}
.area_refine .btnarea{
  margin-left: auto;
  padding-right: 0;
}