/*==================================================================================================================*/
/*カスタムブロック＞お見積り*/
/*---------------------------------------------------------*/
/*ブロック全体*/
.easys_content:has(.simulation_input_head) .entry_post > div {
  font-size: 16px;
}
/*SP*/
.easys_content:has(.simulation_input_head) .entry_post.sp > div {
  margin-right: 0;
  margin-left: 0;
  font-size: 14px;
}

/*input*/
.easys_content:has(.simulation_input_head) .entry_post > div > div table tr td label {
  display: grid;
  width: 100%;

  place-content: center;
}
.easys_content:has(.simulation_input_head) .entry_post > div > div table tr td input {
  margin: 0;
  padding: 0;
  width: 20px;
  height: 20px;
}

/*画像付のラベル*/
.easys_content:has(.simulation_input_head) .entry_post > div > div table.image_label tr td label {
  position: relative;
  box-sizing: border-box;
  padding: 0;
  width: 100%;
  height: auto;
  background: no-repeat center center / cover;
}
.easys_content:has(.simulation_input_head) .entry_post > div > div table.image_label tr td input {
  position: absolute;
  bottom: 10px;
  left: 50%;
  margin: 0;
  padding: 0;
  width: 20px;
  height: 20px;
  vertical-align: middle;
  transform: translateX(-50%);
}
.easys_content:has(.simulation_input_head) .entry_post > div > div table.image_label tr td label::before {
  display: block;
  padding-top: 100%;
  content: "";
}

/*input number*/
.easys_content:has(.simulation_input_head) .entry_post > div > div table tr td input[type="number"] {
  margin: 0;
  padding: 5px 10px;
  width: 60px;
  height: auto;
  vertical-align: middle;
  text-align: right;
  font-size: 20px;
}
/*SP*/
.easys_content:has(.simulation_input_head) .entry_post.sp > div > div table tr td input[type="number"] {
  padding: 5px 10px;
  width: 40px;
  font-size: 16px;
}

/*select*/
.easys_content:has(.simulation_input_head) .entry_post > div > div table tr td select {
  margin: 0;
  padding: 5px 10px;
  vertical-align: middle;
  font-size: 20px;
}
/*SP*/
.easys_content:has(.simulation_input_head) .entry_post.sp > div > div table tr td select {
  padding: 5px 10px;
  font-size: 16px;
}

/*table*/
.easys_content:has(.simulation_input_head) .entry_post > div > div table {
  margin: 0 0 60px 0;
  width: 100%;
  table-layout: fixed;
}
.easys_content:has(.simulation_input_head) .entry_post > div > div table tr th,
.easys_content:has(.simulation_input_head) .entry_post > div > div table tr td {
  padding: 5px;
  border-width: 1px;
  border-style: solid;
  vertical-align: middle;
  text-align: center;
  line-height: 1.7;
}
.easys_content:has(.simulation_input_head) .entry_post > div > div table tr th span,
.easys_content:has(.simulation_input_head) .entry_post > div > div table tr td span {
  color: red;
}
.easys_content:has(.simulation_input_head) .entry_post > div > div table tr th {
  text-align: right;
}
.easys_content:has(.simulation_input_head) .entry_post > div > div table tr td {
}
.easys_content:has(.simulation_input_head) .entry_post > div > div table tr:first-of-type th {
  text-align: left;
}
/*SP*/
.easys_content:has(.simulation_input_head) .entry_post.sp > div > div table {
  margin: 0 0 40px 0;
  table-layout: auto;
}
.easys_content:has(.simulation_input_head) .entry_post.sp > div > div table tr th,
.easys_content:has(.simulation_input_head) .entry_post.sp > div > div table tr td {
  padding: 10px 5px;
}
.easys_content:has(.simulation_input_head) .entry_post.sp > div > div table tr th {
  text-align: left;
}
.easys_content:has(.simulation_input_head) .entry_post.sp > div > div table tr td {
  width: 80px;
}
/* ID指定で「important」指定を上書き */
#outer_block .easys_content:has(.simulation_input_head) .entry_post.sp > div > div table tr th {
  width: auto !important;
}

/*---------------------------------------------------------*/
/*入力画面ヘッダ*/
.easys_content:has(.simulation_input_head) .entry_post > div .simulation_input_head {
  width: 100%;
}

/*---------------------------------------------------------*/
/*入力画面スクロール部*/
.easys_content:has(.simulation_input_head) .entry_post > div .simulation_input_scroll {
  display: none;
  width: 100%;
}
.easys_content:has(.simulation_input_head) .entry_post > div .simulation_input_scroll table {
  min-width: 960px;
}
/*SP*/
.easys_content:has(.simulation_input_head) .entry_post.sp > div .simulation_input_scroll {
  overflow-x: scroll;
}

/*---------------------------------------------------------*/
/*横スクロールメッセージ*/
/*SP*/
.easys_content:has(.simulation_input_head) .entry_post.sp > div .sp_message {
  /*display: block !important;*/
  color: #ff0000;
  font-weight: bold;
  font-size: 12px;
}

/*---------------------------------------------------------*/
/*入力画面フッタ*/
.easys_content:has(.simulation_input_head) .entry_post > div .simulation_input_foot {
  width: 100%;
}

/*simulation_result*/
.easys_content:has(.simulation_input_head) .entry_post > div .simulation_input_foot .simulation_result tr th,
.easys_content:has(.simulation_input_head) .entry_post > div .simulation_input_foot .simulation_result tr td {
  text-align: center;
  font-weight: bold;
  font-size: 22px;
}
/*SP*/
.easys_content:has(.simulation_input_head) .entry_post.sp > div .simulation_input_foot .simulation_result tr th,
.easys_content:has(.simulation_input_head) .entry_post.sp > div .simulation_input_foot .simulation_result tr td {
  font-size: 18px;
}

/*---------------------------------------------------------*/
/*注意事項*/
.easys_content:has(.simulation_input_head) .entry_post > div .notes_message {
  margin: 30px 0 0 0;
}
.easys_content:has(.simulation_input_head) .entry_post > div .notes_message p {
  margin: 0;
  padding: 5px;
  line-height: 24px;
}
/*SP*/
.easys_content:has(.simulation_input_head) .entry_post.sp > div .notes_message {
  margin: 10px 0 0 0;
}

/*==================================================================================================================*/
/*カスタムブロック＞価格表 (非公開)*/
#crvases6k3pijzntkkwq {
  display: none;
}

/*==================================================================================================================*/
/*テーブルカラー個別上書き*/
#bp1o27f1rdqe6a6w7qx2 .easys_content:has(.simulation_input_head) .entry_post.sp > div > div table tr td {
  background: none !important;
}
