/*======= 参考概算価格お見積書・自動計算フォーム =======*/
.estimate-calculator {
  --orange: #ff5200;
  font-family: "Noto Sans JP", "Helvetica Neue", Arial, sans-serif;
  color: #111;
  background: #f8f8f8;
  border-radius: 5px;
}

.estimate-frame {
  display: block;
  width: 100%;
  height: 200px;
  border: 0;
  overflow: hidden;
}

.estimate-frame-wrap {
  margin-top: 16px;
  border: 1px solid rgba(23, 26, 32, 0.1);
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 18px 60px rgba(0, 0, 0, 0.07);
  background: #fff;
}
/* ---- 足場部材金表（上部） ---- */
.no-print {
  padding: 20px 5%;
  margin: 0 auto 29px;
  max-width: 960px;
}

#storeWrap {
  background: #f8f8f8;
}

.estimate-calculator .store-wrap {
  margin-top: 16px;
}

.section-title__tt {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.48px;
}

.store-summary__text {
  font-size: 14px;
  margin-bottom: 24px;
  line-height: 1.6;
  letter-spacing: 0.03em;
  color: var(--text-color);
}

.estimate-request {
  max-width: 1100px;
  margin: 40px auto 80px;
  padding: 30px;
  border-top: 1px solid #ddd;
}

.estimate-request__title {
  margin-bottom: 20px;
}

.estimate-request__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.estimate-request__grid input,
.estimate-request__grid select,
.estimate-request__field textarea {
  width: 100%;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 6px;
  box-sizing: border-box;
}

.estimate-request__field textarea {
  height: 120px;
}

.estimate-request__field {
  margin-top: 20px;
}

.estimate-request__actions {
  margin-top: 30px;
  text-align: center;
}

.estimate-request__hint {
  margin-top: 12px;
}

.estimate-request__button {
  border: 0;
  border-radius: 999px;
  background: #171a20;
  color: #fff;
  padding: 16px 40px;
  font-size: 16px;
  font-weight: 600;
}

.estimate-calculator .container {
  margin: 0 auto;
}

.estimate-calculator--catalog .container-upper {
  padding: 0;
}

.estimate-calculator--catalog .title-h3,
.estimate-calculator--catalog .title-h3-explain,
.estimate-calculator--catalog .store-summary__head,
.estimate-calculator--catalog .store-summary__text,
.estimate-calculator--catalog .sheet-scroll,
.estimate-calculator--catalog .estimate-entry-form,
.estimate-calculator--catalog .store-toggle-wrap,
.estimate-calculator--catalog .store-subtotal-box,
.estimate-calculator--catalog .store-grand-total,
.estimate-calculator--catalog .store-table-shell__ellipsis {
  display: none;
}

.estimate-calculator--catalog .no-print {
  max-width: none;
  margin-bottom: 0;
  padding: 0;
}

.estimate-calculator--catalog #storeWrap {
  background: transparent;
}

.estimate-calculator--catalog #storeWrap.is-collapsed .store-table-shell {
  max-height: none;
}

.estimate-calculator--catalog
  #storeWrap.is-collapsed
  .store-table-shell::after {
  display: none;
}

.estimate-calculator--catalog .store-table-shell {
  margin-top: 24px;
  max-height: none;
  overflow: visible;
  min-height: 0;
}

.estimate-calculator--catalog .store-pricing-table thead th:nth-child(4),
.estimate-calculator--catalog .store-pricing-table thead th:nth-child(5),
.estimate-calculator--catalog .store-pricing-table tbody td:nth-child(4),
.estimate-calculator--catalog .store-pricing-table tbody td:nth-child(5) {
  display: none;
}

.estimate-calculator--catalog #storeContent {
  display: block !important;
}

.estimate-calculator--catalog .pricing {
  table-layout: fixed;
}

.estimate-calculator--catalog .pricing thead th:nth-child(1),
.estimate-calculator--catalog .pricing tbody td:nth-child(1) {
  width: 25%;
}

.estimate-calculator--catalog .pricing thead th:nth-child(2),
.estimate-calculator--catalog .pricing tbody td:nth-child(2) {
  width: 50%;
}

.estimate-calculator--catalog .pricing thead th:nth-child(3),
.estimate-calculator--catalog .pricing tbody td:nth-child(3) {
  width: 25%;
}

/* ---- 上段コンテナ（タイトル/材料表/見積書） ---- */
.container-upper {
  background: #fff;
  padding: 50px 0;
  border-radius: 5px;
}

.estimate-calculator .toolbar {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin: 0 0 14px;
}

.estimate-calculator button {
  padding: 14px 0;
  border-radius: 999px;
  border: 1px solid #6f6f6f;
  background: #fff;
  cursor: pointer;
  font-weight: 700;
  width: 200px;
  color: #6f6f6f;
  font-size: 14px;
  letter-spacing: 0.05em;
}

.estimate-calculator button.primary {
  background: var(--orange);
  border-color: var(--orange);
  color: #fff;
}

.estimate-calculator button:disabled {
  background: #cfcfcf !important;
  border-color: #cfcfcf !important;
  color: #fff !important;
  cursor: not-allowed;
  opacity: 1;
  box-shadow: none;
}

.estimate-calculator .tabbtn {
  padding: 0 20px;
  border-radius: 999px;
  border: 1px solid var(--orange);
  background: #fff;
  cursor: pointer;
  font-weight: 700;
  font-size: 14px;
  line-height: 1.6;
  letter-spacing: 0.03em;
  color: var(--orange);
  width: auto;
  font-family: "Noto Sans JP";
}

.estimate-calculator .tabbtn.active {
  background: var(--orange);
  border-color: var(--orange);
  color: #fff;
}

.estimate-calculator .store-summary__text {
  line-height: 1.9;
  color: var(--text-color);
}

.estimate-calculator .store-maker-select {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  margin: 0 0 20px;
}

/* ---- 材料表（開閉・テーブル） ---- */
.estimate-calculator .store-table-shell {
  position: relative;
}

.estimate-calculator .store-table-box {
  overflow: auto;
}

.estimate-calculator .store-table-shell__ellipsis {
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 16px;
  z-index: 2;
  color: #8c8c8c;
  font-size: 28px;
  font-weight: 700;
  letter-spacing: 0.24em;
  text-align: center;
  pointer-events: none;
}

.estimate-calculator #storeWrap.is-collapsed .store-table-shell {
  max-height: 244px;
  overflow: hidden;
}

.estimate-calculator #storeWrap.is-collapsed .store-table-shell::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 88px;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.92) 56%,
    #fff 100%
  );
  pointer-events: none;
}

.estimate-calculator #storeWrap.is-collapsed .store-table-shell__ellipsis {
  display: none;
}

.estimate-calculator
  #storeWrap.is-collapsed
  .pricing
  tbody
  tr:nth-child(n + 4) {
  opacity: 0.58;
}

.estimate-calculator .store-toggle-wrap {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}

.estimate-calculator .store-toggle-btn {
  border: 0;
  background: transparent;
  color: #1e1e1e;
  font-size: 14px;
  line-height: 1.6;
  letter-spacing: 0.03em;
  padding: 0;
  cursor: pointer;
  font-weight: 400;
  font-family: "Noto Sans JP";
}

.estimate-calculator .store-toggle-btn:hover {
  opacity: 0.75;
}

.estimate-calculator .store-maker-select__label {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.03em;
  color: var(--text-color);
}

.estimate-calculator .store-maker-select__tabs {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

.estimate-calculator .togglebtn {
  padding: 8px 12px;
  border-radius: 999px;
  border: 1px solid #ddd;
  background: #fff;
  cursor: pointer;
  font-weight: 900;
  font-size: 12px;
}

.estimate-calculator .togglebtn:hover {
  border-color: var(--orange);
}

.estimate-calculator .togglebtn--icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  padding: 0;
  border: 0;
  background: transparent;
}

.estimate-calculator .togglebtn__icon {
  width: 12px;
  height: 12px;
  border-top: 3px solid #222;
  border-right: 3px solid #222;
  transform: rotate(-45deg);
  transition: transform 0.2s ease;
}

.estimate-calculator .togglebtn[aria-expanded="true"] .togglebtn__icon {
  transform: rotate(135deg);
}

.estimate-calculator .sheet {
  border: 1px solid #cfcfcf;
  border-radius: 4px;
  padding: 50px 5%;
  background: #fff;
  margin: 0 auto 30px;
  max-width: 960px;
}

/* ---- 見積書全体のスクロール ---- */
.estimate-calculator .sheet-scroll {
  width: 100%;
}

/* ---- 見積ヘッダー ---- */
.estimate-calculator .estimate-header {
  position: relative;
  display: block;
  padding-bottom: 0;
  margin-bottom: 30px;
  border-bottom: 0;
}

.estimate-calculator .estimate-header-main {
  display: flex;
  flex-direction: column;
  gap: 30px;
  align-items: flex-start;
}

.estimate-calculator .logo {
  width: 220px;
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  overflow: hidden;
  background: #fff;
}

.estimate-calculator .logo img {
  width: 100%;
  max-width: 247px;
  object-fit: contain;
}

.estimate-calculator .title {
  font-size: 28px;
  font-weight: 700;
  letter-spacing: 0;
  margin: 0;
}

.estimate-calculator .estimate-customer-line {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 12px;
  width: 396px;
  padding: 0 4px 3px;
  border-bottom: 1px solid #111;
  font-size: 16px;
  line-height: 1.4;
  font-weight: 700;
  letter-spacing: 0.03em;
}

.estimate-calculator .estimate-customer-name {
  flex: 1;
  min-width: 0;
}

.estimate-calculator .estimate-customer-honorific {
  margin-left: auto;
  white-space: nowrap;
}

.estimate-calculator .right {
  position: absolute;
  top: 13px;
  right: 0;
  text-align: right;
  font-size: 12px;
  line-height: 1.4;
  white-space: nowrap;
}

.estimate-calculator .section-title {
  font-weight: 700;
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.03em;
  margin-bottom: 5px;
}

/* ---- 見積テーブル ---- */

.estimate-calculator
  .estimate-header
  > div:first-child
  > div
  > div:last-child
  .title {
  font-size: 16px;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.03em;
  margin-top: 11px;
}

.estimate-calculator .kv,
.estimate-calculator .pricing {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
  font-size: 14px;
  margin-bottom: 30px;
}

.estimate-calculator .kv th,
.estimate-calculator .kv td,
.estimate-calculator .pricing th,
.estimate-calculator .pricing td {
  border: 1px solid #bbb;
  padding: 5px 20px;
}

.estimate-calculator .kv th {
  background: #f8f8f8;
  width: 34%;
  text-align: left;
  word-break: break-word;
  font-weight: 700;
  padding: 10px;
}

.estimate-calculator .kv td {
  background-color: #fff;
  width: 66%;
  word-break: break-word;
  font-weight: 700;
}

.estimate-calculator .pricing {
  margin-bottom: 0;
}

.estimate-calculator .pricing thead th {
  background: #f8f8f8;
  text-align: center;
  font-weight: 700;
  width: 15.6%;
  padding: 10px 0;
}

.estimate-calculator .pricing tbody th {
  background: #f8f8f8;
  text-align: left;
  font-weight: 700;
  padding: 10px;
  font-size: 13px;
}

.estimate-calculator .store-pricing-table {
  display: none;
}

.estimate-calculator #storeContent .pricing th.product__name {
  width: 30%;
}

.estimate-calculator .store-subtotal-box {
  display: none;
  align-items: center;
  justify-content: flex-end;
  gap: 16px;
  padding: 12px 20px;
  border: 1px solid #bbb;
  border-top: 0;
  background: #fff;
}

.estimate-calculator .store-subtotal-label,
.estimate-calculator .store-subtotal-value {
  font-weight: 900;
}

.estimate-calculator .store-subtotal-label {
  text-align: right;
}

.estimate-calculator .store-subtotal-value {
  text-align: right;
  white-space: nowrap;
}

.estimate-calculator .pricing tbody td {
  text-align: right;
  font-weight: 500 !important;
  background: #fff;
}

.estimate-calculator .notes {
  font-size: 12px;
  line-height: 2;
  color: var(--text-color);
  letter-spacing: 0.03em;
  margin-top: 2px;
}

.estimate-calculator .notes--parts-list {
  white-space: pre-line;
}

.estimate-calculator .store-grand-total {
  padding: 5px 20px;
  text-align: right;
  font-weight: 900;
}

.estimate-calculator input[type="text"],
.estimate-calculator input[type="number"],
.estimate-calculator textarea {
  width: 100%;
  border: 1px solid #f3831e;
  background: #fff3e6;
  border-radius: 8px;
  padding: 10px;
  font-size: 14px;
  box-sizing: border-box;
}

input.qtyInput {
  border: 1px solid #f3831e !important;
}

.estimate-calculator textarea {
  min-height: 72px;
  resize: vertical;
}

.estimate-calculator select {
  width: 100%;
  border: 1px solid #d5d5d5;
  border-radius: 4px;
  background: #fff;
  padding: 12px 14px;
  font-size: 14px;
  box-sizing: border-box;
}

.estimate-calculator textarea[readonly] {
  border-color: #d5d5d5;
  background: #f7f7f7;
  color: #555;
}

.estimate-calculator .estimate-share-block {
  display: flex;
  align-items: stretch;
  gap: 16px;
}

.estimate-calculator .estimate-share-block #estimate-inquiry-body {
  flex: 1 1 auto;
  margin: 0;
  padding: 12px 14px;
  border: 1px solid #d5d5d5;
  border-radius: 4px;
  background: #fff;
  color: #555;
  font-size: 14px;
  line-height: 1.6;
  word-break: break-all;
  overflow-wrap: anywhere;
}

.estimate-calculator .estimate-share-block #estimate-inquiry-link {
  color: #004ba4;
  text-decoration: underline;
}

.estimate-calculator .estimate-share-block #estimate-inquiry-link:not([href]) {
  color: #777;
  text-decoration: none;
  cursor: default;
  pointer-events: none;
}

.estimate-calculator .estimate-share-qr {
  flex: 0 0 188px;
  padding: 14px;
  border: 1px solid #e3e3e3;
  border-radius: 10px;
  background: #fff;
  text-align: center;
}

.estimate-calculator .estimate-share-qr__label {
  margin: 0 0 10px;
  font-size: 13px;
  font-weight: 700;
  color: var(--text-color);
}

.estimate-calculator .estimate-share-qr__image {
  display: block;
  width: 140px;
  height: 140px;
  margin: 0 auto;
  border: 1px solid #e3e3e3;
  border-radius: 8px;
  background: #fff;
}

@media (max-width: 767px) {
  .estimate-calculator .estimate-share-block {
    flex-direction: column;
  }

  .estimate-calculator .estimate-share-qr {
    flex-basis: auto;
  }
}

.estimate-calculator .grid2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.estimate-calculator .mt8 {
  margin-top: 8px;
}

.estimate-calculator .mt12 {
  margin-top: 12px;
}

.estimate-calculator .section-box {
  width: 100%;
  box-sizing: border-box;
  padding: 14px;
}

.estimate-calculator .section-box.nopad {
  padding: 0;
}

.estimate-calculator .table-scroll {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

/* ---- 見積依頼フォーム ---- */
.estimate-calculator .estimate-entry-form {
  margin-top: 30px;
  padding: 40px 28px 32px;
  border-radius: 5px;
  background: #fff;
  max-width: none;
}

.estimate-calculator .estimate-entry-form__title {
  margin: 0;
  font-size: 28px;
  font-weight: 700;
  text-align: center;
}

.estimate-inquiry-body-explain {
  font-size: 12px;
  margin: -4px 0 4px;
}

.estimate-calculator .estimate-entry-form__notice {
  margin: 30px 0;
  padding: 20px 3.1235%;
  background: #fffaf5;
  font-size: 14px;
}
.estimate-calculator .estimate-entry-form__notice dd {
  width: 78%;
}

.estimate-calculator .estimate-entry-form__notice dl {
  display: flex;
  flex-wrap: wrap;
}

.estimate-calculator .estimate-entry-form__notice dl i {
  margin-right: 5px;
}

.estimate-calculator .estimate-entry-form__notice dt {
  width: 22%;
}

.estimate-calculator .estimate-entry-form__notice .pc_only {
  display: inline-block !important;
}
.estimate-calculator .estimate-entry-form__notice p + p {
  margin-top: 6px;
}

.estimate-entry-form__attention {
  color: #ff0000;
  font-weight: 700;
  letter-spacing: 0.03em;
  margin-top: 3px;
  padding-left: 1em;
}

.exclamtion-highlight {
  color: var(--main-color);
  font-weight: 700;
}

.estimate-calculator .estimate-entry-form__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px 22px;
}

.estimate-calculator .estimate-entry-form__field {
  display: flex;
  flex-direction: column;
}

.estimate-calculator .estimate-entry-form__field label,
.estimate-calculator .estimate-entry-form__label {
  margin: 0 0 4px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.03em;
  color: var(--text-color);
}

.estimate-calculator .estimate-entry-form__field input,
.estimate-calculator .estimate-entry-form__field textarea,
.estimate-calculator .estimate-entry-form__field select {
  border: 1px solid #d5d5d5;
  background: #fff;
  border-radius: 4px;
  padding: 12px 14px;
  font-size: 14px;
  color: var(--text-color);
  letter-spacing: 0.03em;
}

.estimate-calculator .estimate-entry-form__field select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding-right: 52px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='none' stroke='%23333' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M1 1.25 6 6.25l5-5'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 20px center;
  background-size: 12px 8px;
}

.estimate-calculator .estimate-entry-form__field--full {
  grid-column: 1 / -1;
}

.estimate-entry-form__label-privacy.estimate-entry-form__label {
  font-size: 14px;
  line-height: 2;
}

.estimate-calculator .estimate-entry-form__required {
  margin-left: 6px;
  padding: 0 4px;
  border-radius: 3px;
  background: #ff0000;
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
}

.estimate-calculator .estimate-entry-form__check {
  display: inline-grid;
  grid-template-columns: 16px auto;
  column-gap: 8px;
  align-items: center;
  justify-content: start;
  width: fit-content;
  font-size: 14px;
}

.estimate-calculator .estimate-entry-form__check input {
  width: 16px;
  height: 16px;
  margin: 0;
  flex: 0 0 16px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.estimate-entry-form__check span {
  margin: -2px 0 0;
  font-size: 14px;
  font-weight: 400;
}

.estimate-calculator .estimate-entry-form__privacy-text {
  font-size: 14px;
  line-height: 1.6;
  letter-spacing: 0.03em;
  color: var(--text-color);
}

.estimate-entry-form__privacy-text a {
  text-decoration: none;
  color: #004ba4;
}

.estimate-calculator .estimate-entry-form__actions {
  display: flex;
  justify-content: center;
  gap: 2.5%;
  flex-wrap: wrap;
  margin-top: 38px;
}

.estimate-calculator .estimate-entry-form__submit {
  background: #02bc02;
  border-color: #02bc02;
  color: #fff;
}

.estimate-calculator .estimate-entry-form__status {
  margin: 14px 0 0;
  font-size: 13px;
  line-height: 1.7;
  text-align: center;
}

.estimate-calculator .estimate-entry-form__status[data-state="sending"] {
  color: #555;
}

.estimate-calculator .estimate-entry-form__status[data-state="success"] {
  color: #02bc02;
  font-weight: 700;
}

.estimate-calculator .estimate-entry-form__status[data-state="error"] {
  color: #d93025;
  font-weight: 700;
}

.estimate-entry-form__wrap {
  margin: 0 auto;
  max-width: 960px;
}

.estimate-calculator .estimate-entry-form__honeypot {
  position: absolute !important;
  left: -9999px !important;
  width: 1px !important;
  height: 1px !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

body.estimate-print-mode .site-header,
body.estimate-print-mode .site__footer,
body.estimate-print-mode .floating__btn,
body.estimate-print-mode .section__wrap:not(.section__wrap-estimate),
body.estimate-print-mode .estimate-calculator .toolbar,
body.estimate-print-mode .estimate-calculator .no-print,
body.estimate-print-mode .estimate-calculator .estimate-entry-form--print-hide {
  display: none !important;
}

body.estimate-print-mode .section__wrap-estimate > .width-adjust > hgroup,
body.estimate-print-mode
  .section__wrap-estimate
  > .width-adjust
  > .section__explain {
  display: none !important;
}

body.estimate-print-mode .section__wrap-estimate,
body.estimate-print-mode .section__wrap-estimate .width-adjust,
body.estimate-print-mode .section__wrap-estimate .estimate__wrap,
body.estimate-print-mode .section__wrap-estimate .estimation-embed,
body.estimate-print-mode .section__wrap-estimate .block,
body.estimate-print-mode .section__wrap-estimate .container,
body.estimate-print-mode .estimate-calculator,
body.estimate-print-mode .estimate-calculator .container,
body.estimate-print-mode .estimate-calculator .container-upper,
body.estimate-print-mode .estimate-calculator .sheet-scroll,
body.estimate-print-mode .estimate-calculator .sheet {
  display: block !important;
  margin: 0 !important;
  padding: 0 !important;
  max-width: none !important;
  width: auto !important;
  background: #fff !important;
}

body.estimate-print-mode {
  padding: 0 !important;
  margin: 0 !important;
  background: #fff !important;
}

body.estimate-print-mode .section__wrap-estimate,
body.estimate-print-mode .section__wrap-estimate .width-adjust,
body.estimate-print-mode .section__wrap-estimate .estimate__wrap,
body.estimate-print-mode .section__wrap-estimate .estimation-embed,
body.estimate-print-mode .section__wrap-estimate .block,
body.estimate-print-mode .section__wrap-estimate .container,
body.estimate-print-mode .estimate-calculator .sheet {
  box-shadow: none !important;
  border: none !important;
  border-radius: 0 !important;
  overflow: visible !important;
}

body.estimate-print-mode .estimate-calculator .table-scroll,
body.estimate-print-mode .estimate-calculator .store-table-box,
body.estimate-print-mode #sheet {
  overflow: visible !important;
  position: static !important;
}

/* ---- 印刷 ---- */
@media print {
  body.estimate-print-mode .site-header,
  body.estimate-print-mode .site__footer,
  body.estimate-print-mode .floating__btn,
  body.estimate-print-mode .section__wrap:not(.section__wrap-estimate) {
    display: none !important;
  }

  body.estimate-print-mode .section__wrap-estimate > .width-adjust > hgroup,
  body.estimate-print-mode
    .section__wrap-estimate
    > .width-adjust
    > .section__explain {
    display: none !important;
  }

  body.estimate-print-mode .section__wrap-estimate,
  body.estimate-print-mode .section__wrap-estimate .width-adjust,
  body.estimate-print-mode .section__wrap-estimate .estimate__wrap,
  body.estimate-print-mode .section__wrap-estimate .estimation-embed,
  body.estimate-print-mode .section__wrap-estimate .block,
  body.estimate-print-mode .section__wrap-estimate .container,
  body.estimate-print-mode .estimate-calculator,
  body.estimate-print-mode .estimate-calculator .container,
  body.estimate-print-mode .estimate-calculator .container-upper,
  body.estimate-print-mode .estimate-calculator .sheet-scroll,
  body.estimate-print-mode .estimate-calculator .sheet {
    display: block !important;
  }

  html,
  body {
    padding: 0;
    margin: 0;
    background: #fff;
  }

  .estimate-calculator,
  .estimate-calculator .container,
  .estimate-calculator .container-upper,
  .estimate-calculator .sheet-scroll,
  .estimate-calculator .sheet {
    margin: 0 !important;
    padding: 0 !important;
    max-width: none !important;
    width: auto !important;
    background: #fff !important;
  }

  .estimate-calculator .toolbar,
  .estimate-calculator .no-print,
  .estimate-calculator .estimate-entry-form--print-hide {
    display: none !important;
  }

  .estimate-calculator .sheet {
    border: none;
    border-radius: 0;
    box-shadow: none !important;
    overflow: visible !important;
  }

  body.estimate-print-mode .section__wrap-estimate,
  body.estimate-print-mode .section__wrap-estimate .width-adjust,
  body.estimate-print-mode .section__wrap-estimate .estimate__wrap,
  body.estimate-print-mode .section__wrap-estimate .estimation-embed,
  body.estimate-print-mode .section__wrap-estimate .block,
  body.estimate-print-mode .section__wrap-estimate .container {
    padding: 0 !important;
    margin: 0 !important;
    background: #fff !important;
  }

  .estimate-calculator .table-scroll,
  .estimate-calculator .store-table-box {
    overflow: visible !important;
  }

  .estimate-calculator .pricing,
  .estimate-calculator .kv {
    page-break-inside: avoid;
    break-inside: avoid;
  }

  #sheet {
    position: static !important;
  }
}

@media screen and (max-width: 767px) {
  .estimate-calculator .store-subtotal-box {
    gap: 10px;
    padding: 10px 12px;
  }

  .estimate-calculator .store-subtotal-label,
  .estimate-calculator .store-subtotal-value {
    font-size: 12px;
  }

  #estimate-inquiry-body {
    height: auto;
  }
}
