<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.estimate-table__paper {
      display: flex;
      border-left: 1px solid #dfdfdf;
      border-top: 1px solid #dfdfdf;
      border-bottom: 1px solid #dfdfdf;
    }

    .estimate-table__paper__no-margin_bottom {
      display: flex;
      border-left: 1px solid #dfdfdf;
      border-top: 1px solid #dfdfdf;
    }

    .estimate-table__paper__no-margin_top {
      display: flex;
      border-left: 1px solid #dfdfdf;
      border-bottom: 1px solid #dfdfdf;
      border-top: 1px solid #dfdfdf;
    }

    .arrow-up {
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 0 12px 12px 12px;
      border-color: transparent transparent rgba(162, 207, 98, .9) transparent;
      display: inline-block;
      vertical-align: middle;
      margin-right: .5em;

    }

    .circle__small {
      border: 5px solid rgba(248, 159, 28, .9);
      border-radius: 50%;
      width: 20px;
      height: 20px;
      display: inline-block;
      vertical-align: middle;
      margin-right: .5em;
    }

    .diamond__shape {
      background: rgba(249, 165, 27, .8);
      height: 16px;
      text-align: center;
      transform: rotate(45deg);
      width: 16px;
      display: inline-block;
      vertical-align: middle;
      margin-right: .5em;
    }

    .annotation_2 {
      height: 18px;
      width: 18px;
      border: 5px solid rgba(107, 207, 246, .8);
      display: inline-block;
      margin-top: 2px;
      vertical-align: middle;
      margin-right: .5em;
    }

    .annotation_1 {
      height: 18px;
      width: 18px;
      border: 10px solid rgba(244, 153, 194, .8);
      display: inline-block;
      margin-top: 2px;
      vertical-align: middle;
      margin-right: .5em;
    }

    .frame__image__center {
      display: flex !important;
      align-items: center !important;
    }

    .frame__canvans {
      display: inline-block;
      width: 70%;
    }

    div.center {
      display: flex;
      /* justify-content: center; */
      align-items: center;
      display: inline-block;
      width: 30%;
      border: 1px solid #dddddd;
    }

    .table__flame_name {
      width: 70%;
    }

    .table__flame_quantity {
      width: 30%;
    }

    .container--estimate {
      padding-top: 3em;
      padding-bottom: 5em;
    }

    .container--estimate&gt;*:first-child {
      margin-top: 0 !important;
    }

    .container--estimate&gt;*:last-child {
      margin-bottom: 0 !important;
    }

    .estimate-bg {
      background-color: #f5f5f5;
      margin-top: 3em;
      padding-top: 3em;
      padding-bottom: 3em;
    }

    /* The container */
    .cs-checkbox {
      display: block;
      position: relative;
      padding-left: 35px;
      margin-bottom: 24px;
      cursor: pointer;
      font-size: 22px;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none;
    }

    /* Hide the browser's default checkbox */
    .cs-checkbox input {
      position: absolute;
      opacity: 0;
      cursor: pointer;
      height: 0;
      width: 0;
    }

    /* Create a custom checkbox */
    .cs-checkbox-checkmark {
      position: absolute;
      top: 0;
      left: 0;
      height: 25px;
      width: 25px;
      background-color: #eee;
    }

    /* On mouse-over, add a grey background color */
    .cs-checkbox:hover input~.cs-checkbox-checkmark {
      background-color: #f5f5f5;
    }

    /* When the checkbox is checked, add a blue background */
    .cs-checkbox input:checked~.cs-checkbox-checkmark {
      background-color: #f5f5f5;
    }

    /* Create the checkmark/indicator (hidden when not checked) */
    .cs-checkbox-checkmark:after {
      content: "";
      position: absolute;
      display: none;
    }

    /* Show the checkmark when checked */
    .cs-checkbox input:checked~.cs-checkbox-checkmark:after {
      display: block;
    }

    /* Style the checkmark/indicator */
    .cs-checkbox .cs-checkbox-checkmark:after {
      left: 10px;
      top: 5px;
      width: 7px;
      height: 12px;
      border: solid red;
      border-width: 0 3px 3px 0;
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg);
    }

    @media screen and (max-width: 1279px) {
      .estimate-bg {
        padding-top: 0;
        padding-bottom: 0;
      }
    }

    .lead {
      text-align: left;
      font-size: 18px;
      margin-top: 2em;
      margin-bottom: 3em;
      line-height: 1.8;
    }

    @media screen and (max-width: 1279px) {
      .lead {
        font-size: 14px;
      }
    }

    .flow {
      display: flex;
      justify-content: space-between;
      margin-bottom: 3em;
    }

    .flow__item {
      position: relative;
      width: calc(20% - 30px);
      height: 100px;
      background-color: #ecb140;
      color: #fff;
      padding: 41px 0;
      text-align: center;
      line-height: 1;
      font-size: 18px;
    }

    .flow__item:not(:last-child)::before {
      content: '';
      display: block;
      position: absolute;
      width: 60px;
      height: 100px;
      top: 0;
      left: 100%;
      border-left: 30px solid #ecb140;
      border-right: 30px solid transparent;
      border-top: 50px solid transparent;
      border-bottom: 50px solid transparent;
    }

    .flow__item:not(:first-child)::after {
      content: '';
      display: block;
      position: absolute;
      width: 60px;
      height: 100px;
      top: 0;
      right: calc(100% - 30px);
      border-left: 30px solid transparent;
      border-right: 30px solid #ecb140;
      border-top: 50px solid #ecb140;
      border-bottom: 50px solid #ecb140;
    }

    .flow__item--02 {
      background-color: #ea9244;
    }

    .flow__item--02:not(:last-child)::before {
      border-left-color: #ea9244;
    }

    .flow__item--02:not(:first-child)::after {
      border-right-color: #ea9244;
      border-top-color: #ea9244;
      border-bottom-color: #ea9244;
    }

    .flow__item--03 {
      background-color: #e97841;
    }

    .flow__item--03:not(:last-child)::before {
      border-left-color: #e97841;
    }

    .flow__item--03:not(:first-child)::after {
      border-right-color: #e97841;
      border-top-color: #e97841;
      border-bottom-color: #e97841;
    }

    .flow__item--04 {
      background-color: #ec5d41;
    }

    .flow__item--04:not(:last-child)::before {
      border-left-color: #ec5d41;
    }

    .flow__item--04:not(:first-child)::after {
      border-right-color: #ec5d41;
      border-top-color: #ec5d41;
      border-bottom-color: #ec5d41;
    }

    .flow__item--05 {
      background-color: #e33a3a;
    }

    .flow__item--05:not(:last-child)::before {
      border-left-color: #e33a3a;
    }

    .flow__item--05:not(:first-child)::after {
      border-right-color: #e33a3a;
      border-top-color: #e33a3a;
      border-bottom-color: #e33a3a;
    }

    .flow__txt {
      position: relative;
      z-index: 1;
    }

    .flow__num {
      position: absolute;
      left: 10px;
      top: 10px;
      font-size: 20px;
      z-index: 1;
    }

    .flow__caution {
      position: absolute;
      right: 10px;
      bottom: 10px;
      font-size: 12px;
      z-index: 1;
    }

    @media screen and (max-width: 1279px) {
      .flow {
        display: none;
      }

      .flow__item {
        width: calc(20% - 10px);
        padding: 41px 10px 0;
        font-size: 12px;
        line-height: 1.4;
      }

      .flow__item:not(:last-child)::before {
        width: 40px;
        border-left-width: 20px;
        border-right-width: 20px;
      }

      .flow__item:not(:first-child)::after {
        width: 40px;
        right: calc(100% - 20px);
        border-left-width: 20px;
        border-right-width: 20px;
      }

      .flow__num {
        top: 5px;
        font-size: 12px;
      }

      .flow__caution {
        display: none;
      }
    }

    .heading {
      margin-top: 1.5em;
      margin-bottom: .75em;
      font-size: 30px;
    }

    .heading__num {
      display: inline-block;
      background-color: #e33a3a;
      color: #fff;
      margin-right: .5em;
      font-weight: normal;
      vertical-align: middle;
      padding: .35em;
      line-height: 1;
    }

    .heading__txt {
      font-weight: bold;
      vertical-align: middle;
    }

    @media screen and (max-width: 1279px) {
      .heading {
        font-size: 20px;
      }
    }

    .caution {
      font-size: 14px;
      line-height: 1.8;
      margin-top: .5em;
      margin-bottom: .25em;
    }

    @media screen and (max-width: 1279px) {
      .caution {
        font-size: 12px;
      }
    }

    .table {
      width: 100%;
      border-collapse: collapse;
      margin-top: 2em;
      margin-bottom: 2em;
    }

    .table,
    .table th,
    .table td {
      /* border-top: 1px solid #dfdfdf;
      border-bottom: 1px solid #dfdfdf; */
      border: 1px solid #dfdfdf;
    }

    .table th,
    .table td {
      padding: 1.5em 2em;
    }

    .table th {
      background-color: #f5f5f5;
      width: 30%;
      font-weight: bold;
    }

    .select {
      display: inline-block;
      position: relative;
      width: 200px;
    }

    .select::before {
      content: '';
      display: inline-block;
      position: absolute;
      top: 45%;
      line-height: 0;
      right: 1em;
      width: 14px;
      height: 14px;
      border: 7px solid transparent;
      border-top-color: #000;
      pointer-events: none;
    }

    .select select {
      display: block;
      width: 100%;
      font-size: 1.6rem;
      min-height: 46px;
      padding: 5px 20px;
      background-color: #f5f5f5;
      outline: none;
      border-radius: 0;
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
      border: 1px solid #dfdfdf;
      font-family: "貂ｸ繧ｴ繧ｷ繝�け", YuGothic, 'Yu Gothic', 'Hiragino Kaku Gothic ProN', '繝偵Λ繧ｮ繝手ｧ偵ざ ProN W3', '繝｡繧､繝ｪ繧ｪ', Meiryo, sans-serif;
    }

    .select select::-ms-expand {
      display: none;
    }

    .textbox input {
      width: 80%;
      min-height: 46px;
      padding: 5px 20px;
      font-size: 1.6rem;
      border: 1px solid #dfdfdf;
      background-color: #f5f5f5;
    }

    .textbox--sm input {
      width: 200px;
    }

    .textbox span,
    .select-outer span {
      margin-left: .5em;
    }

    .radio {
      display: block;
      margin-bottom: 1em;
    }

    .radio input {
      display: none;
    }

    .radio__icon {
      display: inline-block;
      position: relative;
      width: 22px;
      height: 22px;
      background-color: #f5f5f5;
      border-radius: 100%;
      margin-right: .5em;
      border: 1px solid #e1e1e1;
    }

    .radio__icon::before {
      content: '';
      display: none;
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      width: 12px;
      height: 12px;
      margin: auto;
      border-radius: 100%;
      background-color: #e33a3a;
    }

    .radio input:checked~.radio__icon::before {
      display: block;
    }

    .radio span {
      vertical-align: middle;
    }

    .radio:last-child {
      margin-bottom: 0;
    }

    @media screen and (max-width: 1279px) {

      .table,
      .table tbody,
      .table tr,
      .table th,
      .table td {
        display: block;
        width: 100%;
      }

      .table,
      .table th,
      .table td {
        /* border-top-width: 0px;
        border-bottom-width: 0px; */
      }

      .table .annotation__td {
        width: 15%;
      }

      .table .annotation__text__td {
        width: 85%;
      }

      .table.table__flame__annotation tr {
        display: flex;
      }

      .table th,
      .table td {
        padding: 1em;
      }

      .table td {
        padding-left: 0;
        padding-right: 0;
      }

      .textbox input {
        width: 100%;
      }

      .textbox--sm input {
        width: 200px;
      }
    }

    .btn-outer {
      text-align: center;
      margin-top: 3em;
      margin-bottom: 3em;
    }

    .button-estimate,
    .button-contact,
    .button-print {
      display: inline-block;
      background-image: linear-gradient(to right, #ecb140, #e33a3a);
      -webkit-appearance: none;
      appearance: none;
      border-radius: 0;
      padding: 1.5em 2em;
      color: #fff;
      border-width: 0;
      min-width: 400px;
      margin-bottom: 2em;
    }

    .button-back {
      display: inline-block;
      -webkit-appearance: none;
      appearance: none;
      background-color: transparent;
      border-radius: 0;
      padding: 0;
      color: #eb1a23;
      border-width: 0;
      font-size: 16px;
      text-decoration: underline;
      margin-bottom: 1em;
    }

    .button-print {
      background-image: linear-gradient(to right, #888888, #555555);
    }

    .button-estimate:hover,
    .button-contact:hover,
    .button-print:hover {
      opacity: .7;
    }

    .button-back:hover {
      text-decoration: none;
    }

    .button-estimate:disabled,
    .button-contact:disabled,
    .button-print:disabled {
      opacity: .5;
      pointer-events: none;
    }

    .button-estimate strong,
    .button-estimate span,
    .button-contact strong,
    .button-print strong {
      display: block;
    }

    .button-estimate strong {
      font-size: 24px;
      line-height: 1.4;
    }

    .button-contact strong,
    .button-print strong {
      font-size: 24px;
      margin-bottom: 5px;
      line-height: 1.4;
    }

    .button-contact strong,
    .button-print strong {
      font-size: 18px;
      margin-bottom: 0;
    }

    .button-contact strong::before,
    .button-print strong::before {
      content: '';
      display: inline-block;
      vertical-align: middle;
      background-size: cover;
      background-repeat: no-repeat;
      background-position: 50% 50%;
      margin-right: .5em;
      width: 28px;
      height: 24px;
    }

    .button-contact strong::before {
      background-image: url('https://testserver01.xsrv.jp/sanwa-signworks/sample/assets/images/icon-button-contact.png');
    }

    .button-print strong::before {
      background-image: url("https://testserver01.xsrv.jp/sanwa-signworks/sample/assets/images/icon-button-print.png");
    }

    .button-estimate span {
      font-size: 12px;
      line-height: 1.4;
    }

    .button-estimate.is-loading {
      pointer-events: none;
      opacity: .5;
    }

    .button-estimate.is-loading * {
      display: none;
    }

    @keyframes LOADING {
      0% {
        content: '騾∽ｿ｡荳ｭ';
      }

      25% {
        content: '騾∽ｿ｡荳ｭ.';
      }

      50% {
        content: '騾∽ｿ｡荳ｭ..';
      }

      75% {
        content: '騾∽ｿ｡荳ｭ...';
      }
    }

    .button-estimate.is-loading::before {
      content: '騾∽ｿ｡荳ｭ';
      display: inline-block;
      text-align: left;
      width: 4em;
      font-size: 24px;
      line-height: 1.4em;
      font-weight: bold;
      animation: LOADING 1s ease-in-out 0s infinite;
    }

    @media screen and (max-width: 1279px) {

      .button-estimate,
      .button-contact,
      .button-print {
        padding: 1em 2em;
        min-width: 280px;
      }

      .button-estimate strong {
        font-size: 16px;
      }

      .button-contact strong,
      .button-print strong {
        font-size: 14px;
      }

      .button-estimate span {
        font-size: 10px;
      }

      .button-estimate.is-loading::before {
        font-size: 18px;
        line-height: 41px;
      }
    }

    .headline {
      font-size: 34px;
      font-weight: bold;
      text-align: center;
      position: relative;
      margin-top: 2em;
      margin-bottom: 1em;
      padding-bottom: 1em;
    }

    .headline::after {
      content: '';
      display: block;
      position: absolute;
      width: 40px;
      height: 4px;
      left: 50%;
      bottom: 0;
      margin-left: -20px;
      background-color: #eb1a23;
    }

    @media screen and (max-width: 1279px) {
      .headline {
        font-size: 20px;
      }
    }

    .parts-table {
      margin-top: 2em;
      margin-bottom: 2em;
    }

    .parts-table__row {
      display: flex;
      width: 100%;
      border-bottom: 1px solid #dfdfdf;
    }

    .parts-table__row:first-child {
      border-top: 1px solid #dfdfdf;
    }

    .parts-table__th,
    .parts-table__td {
      width: 33.33333333%;
      padding: 1em 1.5em;
    }

    .parts-table__th {
      font-weight: bold;
      background-color: #f5f5f5;
    }

    .parts-table__td {
      text-align: center;
    }

    .parts-table__td:last-child {
      border-left: 1px solid #dfdfdf;
    }

    @media screen and (max-width: 1279px) {

      .parts-table__row,
      .parts-table__th,
      .parts-table__td {
        display: block;
        width: 100%;
      }

      .parts-table__th,
      .parts-table__td {
        padding: 1em;
      }

      .parts-table__row {
        border-bottom-width: 0px;
      }

      .parts-table__row:first-child {
        border-top-width: 0px;
      }

      .parts-table__td:last-child {
        border-left-width: 0px;
      }

      .parts-table__td {
        padding-left: 0;
        padding-right: 0;
        text-align: left;
      }

      .parts-table__td:not(:last-child) {
        padding-bottom: 0;
      }
    }

    .frame {
      border: 1px solid #dfdfdf;
      padding: 2em;
    }

    .frame__caption {
      /* text-align: center; */
      /* width: 30%;
      border: 1px solid #dddddd; */
    }

    .frame__item {
      display: inline-block;
      margin-left: 1em;
      margin-right: 1em;
    }

    .frame__icon,
    .frame__txt {
      vertical-align: middle;
    }

    .frame__icon {
      display: inline-block;
      width: 20px;
      height: 20px;
      margin-right: .5em;
      border-radius: 100%;
    }

    .frame__icon--vc {
      background-color: rgba(255, 128, 1, .5);
    }

    .frame__icon--vn {
      background-color: rgba(33, 246, 116, .5);
    }

    .frame__icon--vj {
      /* background-color: rgba(10, 10, 255, .5); */
      background-color: rgba(249, 165, 27, .9)
    }

    @media screen and (max-width: 1279px) {
      .frame {
        padding: 2em 1em;
      }
    }

    .map {
      border: 1px solid #dfdfdf;
      padding: 2em;
    }

    .map__caption {
      text-align: center;
      padding-left: 6em;
      padding-right: 6em;
    }

    .map__item {
      display: inline-block;
      margin-left: 1em;
      margin-right: 1em;
      margin-bottom: .5em;
    }

    .map__item--caution {
      display: block;
      margin-top: 1em;
      margin-bottom: 0;
    }

    .map__icon,
    .map__txt {
      vertical-align: middle;
    }

    .map__icon {
      display: inline-block;
      width: 50px;
      height: 20px;
      border: 1px solid #777777;
    }

    .map__txt {
      display: inline-block;
      width: 8em;
      text-align: left;
      margin-left: .5em;
    }

    .map__icon--1500ge {
      /* background-color: #fff; */
      background-color: rgb(255, 255, 220);
    }

    .map__icon--1000ge {
      /* background-color: #ffffd6; */
      background-color: rgb(255, 240, 0);
    }

    .map__icon--500ge {
      /* background-color: #ffe8a3; */
      background-color: rgb(255, 190, 0);
    }

    .map__icon--300ge {
      /* background-color: #ffc776; */
      background-color: rgb(255, 160, 0);
    }

    @media print {
      body {
        -webkit-print-color-adjust: exact;
      }
    }

    .map__icon--180ge {
      /* background-color: #ff9c66; */
      background-color: rgb(255, 130, 0) !important;
    }

    .map__icon--180lt {
      /* background-color: #ff6f48; */
      background-color: rgb(230, 110, 0);
    }

    @media screen and (max-width: 1279px) {
      .map {
        padding: 2em 1em;
      }

      .map__caption {
        padding-left: 0;
        padding-right: 0;
      }
    }

    .estimate {
      background-color: #fff;
      padding: 3em;
      margin-top: 4em;
    }

    @media screen and (max-width: 1279px) {
      .estimate {
        padding: 1.5em;
        margin-top: 2em;
      }
    }

    .info-table {
      display: flex;
      flex-wrap: wrap;
      width: 100%;
      margin-bottom: 3em;
      font-size: 14px;
      /* border-bottom: 1px solid #dfdfdf;
      border-right: 1px solid #dfdfdf; */
    }

    .info-table__head {
      width: 100%;
      padding: 1em 1.5em;
      border-top: 1px solid #dfdfdf;
      border-left: 1px solid #dfdfdf;
      border-right: 1px solid #dfdfdf;
      font-weight: bold;
    }

    .info-table__row {
      display: flex;
      width: 50%;
      border: 1px solid #dfdfdf;
      /* border-left: 1px solid #dfdfdf; */
    }

    .info-table__th,
    .info-table__td {
      padding: 1em 1.5em;
    }

    .info-table__th {
      width: 50%;
      border-right: 1px solid #dfdfdf;
      color: #ee3940;
    }

    .info-table__td {
      width: 50%;
      background-color: #fef3f4;
    }

    .estimate-table {
      margin-bottom: 3em;
      font-size: 14px;
    }

    .estimate-table--parts {
      margin-bottom: 0;
    }

    .estimate-table__head {
      border: 1px solid #dfdfdf;
      padding: 1em 1.5em;
      font-weight: bold;
    }

    .estimate-table__row {
      display: flex;
      border-bottom: 1px solid #dfdfdf;
      border-right: 1px solid #dfdfdf;
      border-left: 1px solid #dfdfdf;
    }

    .estimate-table__row:first-child {
      border-top: 1px solid #dfdfdf;
    }

    .estimate-table__th,
    .estimate-table__td {
      padding: 1em 1.5em;
      border-right: 1px solid #dfdfdf;
    }

    .estimate-table__th:last-child,
    .estimate-table__td:last-child {
      border-right-width: 0px;
    }

    .estimate-table__th {
      text-align: center !important;
      background-color: #f5f5f5;
    }

    .estimate-table__td {
      background-color: #fff;
      text-align: left;
    }

    .estimate-table__id {
      width: 20%;
      padding: 1em;
    }

    .estimate-table__name {
      width: 35%;
    }

    .estimate-table__num {
      width: 7.5%;
      text-align: center;
      padding-left: .5em;
      padding-right: .5em;
    }

    .estimate-table__unit {
      width: 7.5%;
      text-align: center;
    }

    .estimate-table__price {
      width: 15%;
      text-align: right;
    }

    .estimate-table__total-price {
      width: 15%;
      text-align: right;
    }

    .estimate-table__other {
      width: 30%;
    }

    .estimate-table__remarks {
      border-left: 1px solid #dfdfdf;
      border-right: 1px solid #dfdfdf;
      border-bottom: 1px solid #dfdfdf;
      padding: 1.5em;
    }

    .estimate-table__footer {
      display: flex;
      border-left: 1px solid #dfdfdf;
      border-right: 1px solid #dfdfdf;
      border-bottom: 1px solid #dfdfdf;
    }

    .estimate-table__footer-remarks {
      padding: 1.5em;
      width: 70%;
      border-right: 1px solid #dfdfdf;
    }

    .table__flame__annotation {
      width: 30%;
    }

    @media screen and (max-width: 426px) {
      .estimate-table__paper-remarks {
        width: calc(100% - 210px) !important;
      }

      .frame__image__center {
        display: block !important;
      }

      div.center {
        display: block !important;
        width: 100% !important;
      }

      .frame__canvans {
        display: block !important;
        width: 100% !important;
      }

      .table__flame__annotation {
        width: 100%;
      }
    }

    .estimate-table__paper-remarks {
      /* padding: 1.5em; */
      width: 35%;
    }

    .estimate-table__footer-price {
      width: 30%;
    }

    .estimate-table__paper-price {
      width: 30%;
    }

    .estimate-table__price-row,
    .estimate-table__paper-row,
    .estimate-table__total-price-row {
      display: flex;
      flex-wrap: wrap;
      justify-content: flex-end;
      width: 100%;
    }

    .estimate-table__price-row {
      border-bottom: 1px solid #dfdfdf;
    }

    .estimate-table__paper-row {
      border-right: 1px solid #dfdfdf;
      border-bottom: 1px solid #dfdfdf;
    }

    .estimate-table__paper-row:last-child {
      border-bottom: none;
    }

    .estimate-table__paper-row-td:first-child {
      border-top: 1px solid #dfdfdf;
    }

    .estimate-table__price-row-th,
    .estimate-table__price-row-td,
    .estimate-table__total-price-row-th,
    .estimate-table__total-price-row-td {
      width: 50%;
      padding: 1em 1.5em;
    }

    .estimate-table__paper-row-th,
    .estimate-table__paper-row-td,
    .estimate-table__paper-row-td-center {
      width: 33.33333%;
      padding: 1em 1.5em;
    }

    .estimate-table__price-row-th,
    .estimate-table__paper-row-th,
    .estimate-table__total-price-row-th {
      border-right: 1px solid #dfdfdf;
      border-left: 1px solid #dfdfdf;
      border-left: 1px solid #dfdfdf;
      text-align: left;
      background-color: #f5f5f5;
    }

    .estimate-table__total-price-row-th,
    .estimate-table__total-price-row-td {
      font-weight: bold;
    }

    .estimate-table__total-price-row-td {
      background-color: #ebf6ff;
    }

    .estimate-table__price-row-td,
    .estimate-table__paper-row-td,
    .estimate-table__total-price-row-td {
      text-align: right;
    }

    .estimate-table__paper-row-td-center {
      text-align: center;
    }

    @media screen and (max-width: 1279px) {
      .info-table {
        width: 100%;
        margin-bottom: 2em;
        font-size: 14px;
      }

      .info-table__row {
        width: 100%;
      }

      .info-table__th,
      .info-table__td {
        padding: 16px 12px;
      }

      .info-table__th {
        width: 50%;
      }

      .info-table__td {
        width: 50%;
      }

      .estimate {
        padding: 20px;
      }

      .estimate-table {
        font-size: 14px;
        margin-bottom: 2em;
      }

      .estimate-table--parts {
        margin-bottom: 0;
      }

      .estimate-table__id,
      .estimate-table__unit {
        display: none;
      }

      .estimate-table__name {
        width: calc(100% - 310px);
      }

      .estimate-table__num {
        width: 70px;
      }

      .estimate-table__price {
        width: 120px;
      }

      .estimate-table__total-price {
        width: 120px;
      }

      .estimate-table__other {
        width: 240px;
      }

      .estimate-table__footer-remarks {
        width: calc(100% - 240px);
      }

      .estimate-table__paper-remarks {
        width: calc(100% - 385px);
      }

      .estimate-table__footer-price {
        width: 240px;
      }

      .estimate-table__paper-price {
        width: 360px;
      }

      .estimate-table__th,
      .estimate-table__td,
      .estimate-table__price-row-th,
      .estimate-table__paper-row-th,
      .estimate-table__price-row-td,
      .estimate-table__paper-row-td,
      .estimate-table__paper-row-td-center,
      .estimate-table__total-price-row-th,
      .estimate-table__total-price-row-td {
        padding: 16px 12px;
      }

      .estimate-table__head,
      .estimate-table__remarks,
      .estimate-table__footer-remarks {
        padding: 20px;
      }

      .estimate-table__paper-remarks {
        padding: 1em 0.5em;
      }
    }



    @keyframes ERROR {
      0% {
        box-shadow: 0 0 1px #e33a3a;
      }

      100% {
        box-shadow: 0 0 6px #e33a3a;
      }
    }

    .error {
      color: #e33a3a;
      margin-top: 1em;
    }

    .alert {
      color: #e33a3a;
      border: 2px solid #e33a3a;
      margin-top: 1.5em;
      background-color: #fef3f4;
      padding: 1em;
      font-weight: bold;
      border-radius: 10px;
      transition: box-shadow;
      animation: ERROR .5s ease-in-out 0s infinite alternate;
    }

    .info {
      color: #2a93e9;
      border: 2px solid #2a93e9;
      margin-top: 1.5em;
      background-color: #ebf6ff;
      padding: 1em;
      font-weight: bold;
      border-radius: 10px;
    }

    .note {
      margin-bottom: .5em;
    }

    .has-error.textbox input {
      background-color: #fef3f4;
      border-color: #e33a3a;
      transition: box-shadow;
      animation: ERROR .5s ease-in-out 0s infinite alternate;
    }

    .no-spin::-webkit-inner-spin-button,
    .no-spin::-webkit-outer-spin-button {
      -webkit-appearance: none;
      margin: 0;
      -moz-appearance: textfield;
    }

    .page {
      opacity: 0;
      transform: translateY(20px);
      transition: opacity 1s ease-in-out, transform 1s ease-in-out;
    }

    .page.is-show {
      opacity: 1;
      transform: translateY(0);
    }

    .app {
      padding-top: 70px;
      margin-top: -70px;
    }

    .canvas {
      margin-bottom: 20px;
      width: 100%;
      max-width: 100%;
      margin-left: auto;
      margin-right: auto;
    }

    @media print {

      .cmn_header,
      .cmn_contact.mod_bg,
      .pagetop,
      .cmn_footer,
      .mod_subpage,
      .breadcrumb.container,
      .container.container--estimate.container--estimate-submit,
      .no-print {
        display: none !important;
      }

      .app {
        padding-top: 0;
        margin-top: 0;
      }

      .estimate-bg {
        background-color: transparent;
        padding-top: 0;
        padding-bottom: 0;
        margin-top: 0;
        margin-bottom: 0;
      }

      .container--estimate {
        padding: 0;
        margin-top: 0;
        margin-bottom: 0;
      }

      .estimate {
        padding: 0;
        margin-top: 0;
        margin-bottom: 0;
      }

      .map {
        padding: 2em;
      }

      .parts-table__th,
      .parts-table__td {
        padding: 1em 1.5em;
      }

      .headline {
        margin-top: 0 !important;
      }

      .break-before {
        page-break-before: always;
      }

      .break-after {
        page-break-after: always;
      }

      .no-break-inside {
        page-break-inside: avoid;
      }

      .page,
      .parts-table,
      .info-table,
      .estimate-table {
        font-size: 12px;
      }

      .headline {
        font-size: 24px;
      }
    }

    .memo {
      color: pink;
      opacity: .5
    }

    .table__flame__annotation td {
      padding: 0.5em 0.5em;
      border: 0 !important;
    }

    .row_span_center {
      vertical-align: middle;
      text-align: center;
      margin: auto;
    }

    .estimate-table__name__price {
      width: 65%;
    }

    .parts-table__td--l {
      text-align: left !important;
    }

    .paper_row_full__width {
      width: 100%;
      padding: 1em 1.5em;
      border-bottom: 1px solid #dfdfdf;
    }

    .paper_row_full__width:last-child {
      border-bottom: none;
    }

    .estimate-table__paper-row-th1 {
      width: 70%;
      padding: 1em 1.5em;
      border-left: 1px solid #dfdfdf;
      text-align: left;
      background-color: #f5f5f5;
    }

    .estimate-table__paper-row-th2 {
      width: 30%;
      padding: 1em 1.5em;
      border-left: 1px solid #dfdfdf;
      border-right: 1px solid #dfdfdf;
      text-align: left;
      background-color: #f5f5f5;
    }

    .column__header {
      display: flex;
      width: 100%;
      margin-top: 32px;
      border-top: 1px solid #dfdfdf;
    }

    .estimate-table__paper-price__result {
      width: 50%;
    }

    .estimate-table__paper-price__result_qty {
      width: 20%;
    }

    .estimate-table__paper-row-td-center__result {
      width: 100%;
      padding: 1em 1.5em;
      text-align: center;
    }

    @media screen and (max-width: 1279px) {
      .estimate-table__paper-row-th2 {
        width: 35%;
      }

      .estimate-table__paper-row-th1 {
        width: calc(100% - 240px);
      }

      .estimate-table__paper-row-td-center__result {
        padding: 1em 0.5em;
        height: 57px;
      }

      .estimate-table__paper-price__result {
        width: 70%;
      }

      .estimate-table__paper-price__result_qty {
        width: 195px;
      }

      .paper_row_full__width {
        height: 58px;
      }
    }

    @media screen and (max-width: 426px) {
      .estimate-table-outer {
        width: 100%;
        overflow: hidden;
        overflow-x: auto;
      }

      .estimate-table {
        width: 720px;
      }

      .estimate-table__name__price {
        width: calc(100% - 120px) !important;
      }

      .paper_row_full__width {
        width: 120px;
      }

      .estimate-table__paper-row-th2 {
        width: 120px;
      }

      .estimate-table__paper-row-th1 {
        width: calc(100% - 120px);
      }

      .estimate-table__paper-price,
      .estimate-table__paper-row-td,
      .estimate-table__paper-row-th,
      .estimate-table__paper-row-td-center {
        width: 120px;
      }

      .estimate-table__paper-price {
        border-right: 1px solid #dfdfdf;
      }

      .estimate-table__paper-row {
        border-right: none;
      }

      .estimate-table__paper-row .paper_row_full__width {
        border-bottom: none;
      }

      .estimate-table__paper-row-td {
        border-top: 1px solid #dfdfdf;
        border-left: 1px solid #dfdfdf;
        text-align: center;
      }

      .estimate-table__paper-row-td-center {
        border-top: 1px solid #dfdfdf;
        border-left: 1px solid #dfdfdf;
        text-align: center;
      }

      .estimate-table__paper-row-th {
        text-align: center;
      }

      .estimate-table__paper-price__result .estimate-table__paper-row .paper_row_full__width {
        font-size: 12px;
      }

      .estimate-table__paper-row .estimate-table__paper-row .estimate-table__paper-row-td-center__result {
        border-right: 1px solid #dfdfdf;
        border-left: 1px solid #dfdfdf;
      }
    }

    @media screen and (min-width: 1280px) {
      .cmn_header .global .navi_after .serch {
        width: 230px;
      }
    }

    .image__header__pc {
  background-image: url(../images/common-simulator-banner.png);
      height: 107px;
      width: 213px;
      background-size: auto;
    }

    .mod_bg {
      background-repeat: no-repeat;
      background-position: center;
      background-size: cover;
    }

    .image__header__sp {
      display: none;
    }

    @media screen and (max-width: 1280px) {
      .image__header__sp {
    background-image: url(../images/sp_common-simulator-banner.png);
        background-size: contain;
        height: 114px;
        margin-bottom: 20px;
        width: auto;
        display: block;
      }

      .image__header__pc {
        display: none;
      }
    }

    @media screen and (max-width: 426px) {
      .image__header__sp {
        height: 60px;
      }
    }

    .border__bottom {
      border-bottom: 1px solid #dfdfdf;
    }

    .lead__txt__link {
      color: #000;
      text-decoration: underline;
    }

    .th__vertical__middle {
      vertical-align: middle;
    }

    .select__width {
      width: 80%;
    }

    @media screen and (max-width: 768px) {
      .image__header__sp {
        height: 109px;
      }

      .select__width {
        width: 100%;
      }
    }

    .map__item--caution--custom {
      text-align: left;
      padding-left: 120px;
    }

    @media screen and (max-width: 1280px) {
      .map__item--caution--custom {
        text-align: left;
        padding-left: 9%;
      }
    }

    @media screen and (min-width: 800px) and (max-width: 1279px) {
      .map__item--caution--custom {
        text-align: left;
        padding-left: 11%;
      }
    }

    @media screen and (min-width: 647px) and (max-width: 799px) {
      .map__item--caution--custom {
        text-align: left;
        padding-left: 9%;
      }
    }

    @media screen and (max-width: 646px) {
      .map__item--caution--custom {
        text-align: left;
        padding-left: 0px;
      }
    }</pre></body></html>