/** @format */
section.estimate .estimate__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 60px;
}
section.estimate .estimate__box .estimate__box__title {
  position: relative;
}
section.estimate .estimate__box .estimate__box__title img.step-icon {
  position: absolute;
  top: -10px;
  left: 0;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  width: 60px;
  height: 60px;
  max-height: none;
}
section.estimate .estimate__box .estimate__box__title h3 {
  margin-left: 30px;
  margin-top: 10px;
  font-family: "Noto Sans CJK JP";
  font-weight: bold;
  font-size: 18px;
  line-height: 41px;
  text-align: left;
  color: #fff;
  background: #0068b7;
  padding-left: 50px;
}
section.estimate .estimate__box .estimate__box__content .estimate__box__content__row {
  margin-top: 30px;
  padding-left: 58px;
}
section.estimate .estimate__box .estimate__box__content .estimate__box__content__row select {
  padding: 12px 20px;
  border-radius: 4px;
  background: #fff;
  border: 1px solid #c8c8c8;
  width: 200px;
}
section.estimate .estimate__box .estimate__box__content .estimate__box__content__row.selectbox select {
  width: 100%;
}
section.estimate .estimate__box .estimate__box__content .estimate__box__content__row .estimate__box__content__row__text {
  font-weight: 500;
  font-size: 14px;
  text-align: left;
  color: #333;
  margin-top: 10px;
}
section.estimate .estimate__box .estimate__box__content .estimate__box__content__row .estimate__box__content__row__head {
  font-family: "Noto Sans CJK JP";
  font-weight: 500;
  font-size: 18px;
  text-align: left;
  color: #333;
}
section.estimate .estimate__box .estimate__box__content .estimate__box__content__row .radio-cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 14px;
  margin-top: 20px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
section.estimate .estimate__box .estimate__box__content .estimate__box__content__row .radio-cards .radio-card {
  width: calc(33.333% - 9.3333334px);
}
section.estimate .estimate__box .estimate__box__content .estimate__box__content__row .radio-cards .radio-card input[type=radio] {
  display: none;
}
section.estimate .estimate__box .estimate__box__content .estimate__box__content__row .radio-cards .radio-card .card-content {
  border-radius: 4px;
  border: 4px solid transparent;
  cursor: pointer;
}
section.estimate .estimate__box .estimate__box__content .estimate__box__content__row .radio-cards .radio-card .card-content .card-title {
  padding: 0 5px;
  background: #e5eff8;
  font-weight: 900;
  font-size: 22px;
  text-align: left;
  color: #0068b7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 4px 4px 0 0;
}
section.estimate .estimate__box .estimate__box__content .estimate__box__content__row .radio-cards .radio-card .card-content .card-title span.hot-itemname {
  font-family: "Noto Sans CJK JP";
  font-weight: 500;
  font-size: 16px;
  text-align: left;
  color: #333;
  margin-left: 20px;
}
section.estimate .estimate__box .estimate__box__content .estimate__box__content__row .radio-cards .radio-card:has(input[type=radio]:checked) .card-content {
  border-color: #0068b7;
}
section.estimate .estimate__box .estimate__box__content .estimate__box__content__row .radio-cards.tablecloth-style .radio-card {
  width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
section.estimate .estimate__box .estimate__box__content .estimate__box__content__row .radio-cards.tablecloth-style .radio-card input[type=radio] {
  display: inline-block;
  margin-right: 8px;
}
section.estimate .estimate__box .estimate__box__content .estimate__box__content__row .radio-cards.tablecloth-style .radio-card .card-content {
  border: none;
  background: none;
}
section.estimate .estimate__box .estimate__box__content .estimate__box__content__row .radio-cards.tablecloth-style .radio-card .card-content .card-title {
  background: none;
  font-weight: 500;
  font-size: 16px;
  color: #333;
  padding: 0;
  border-radius: 0;
}
section.estimate .estimate__box .estimate__box__content .estimate__box__content__row .radio-cards.tablecloth-style .radio-card:has(input[type=radio]:checked) .card-content {
  border-color: transparent;
}
section.estimate .submit_button {
  margin-top: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
section.estimate .submit_button button {
  width: 269px;
  height: 63px;
  border-radius: 4px;
  background: #0068b7;
  font-weight: bold;
  font-size: 21px;
  text-align: center;
  color: #fff;
  outline: none;
  border: none;
  cursor: pointer;
}
section.estimate .estimate__box__content__row__size {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 20px;
}
section.estimate .estimate__box__content__row__size .size-select {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
section.estimate .estimate__box__content__row__size .images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
}
section.estimate .estimate__box__content__row__size .images .image {
  max-width: 500px;
}
section.estimate .estimate__box__content__row__size .images img {
  max-width: 100%;
}
section.estimate .arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
section.estimate .result_box .result_box__content {
  margin-top: 50px;
  background: #e5eff8;
  padding: 50px 20px;
}
section.estimate .result_box .result_box__content .result_box__content__price__title {
  font-weight: bold;
  font-size: 24px;
  text-align: center;
  color: #333;
}
section.estimate .result_box .result_box__content .result_box__content__price__text {
  font-family: "Noto Sans CJK JP";
  font-weight: bold;
  font-size: 24px;
  text-align: center;
  color: #333;
}
section.estimate .result_box .result_box__content .result_box__content__price__text span.result_box__content__price__text__price {
  position: relative;
}
section.estimate .result_box .result_box__content .result_box__content__price__text span.result_box__content__price__text__price::before {
  content: "";
  width: 100%;
  height: 4px;
  background: #0068b7;
  position: absolute;
  bottom: -1px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
section.estimate .result_box .result_box__content .result_box__content__price__text span.js-price {
  font-size: 55px;
}
section.estimate .result_box .result_box__content .result_box__content__price__text span.js-option-price {
  font-size: 55px;
}
section.estimate .result_box .result_box__content .result_box__content__price__text span.js-total-price {
  font-size: 55px;
}
section.estimate .result_box .result_box__content .price_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 50px;
}
section.estimate .result_box .result_box__content .price_link a {
  width: 302px;
  height: 63px;
  border-radius: 4px;
  background: #ffa303;
  font-weight: bold;
  font-size: 21px;
  text-align: center;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
}



.price-breakdown .price-item {
  text-align: center;
}
.price-breakdown .price-item .price-value {
  font-size: 40px;
}
.price-breakdown .price-item .price-value span.yen {
  font-size: 32px;
}
.price-breakdown .total-price {
  margin-top: 10px;
}
.price-breakdown .total-price .price-value {
  font-weight: bold;
  border-bottom: 3px solid #0068b7;
  padding-bottom: 10px;
  font-size: 55px;
}
.price-breakdown .total-price .price-value span.yen {
  font-size: 40px;
}

.estimate_gate-flag .bg_title {
  text-align: center;
  margin-bottom: 20px;
  color: #0068b7;
  font-size: 2.4rem;
  font-weight: bold;
}

.estimate_gate-flag table {
  width: 100%;
  margin-bottom: 50px;
}

.estimate_gate-flag table td,
.estimate_gate-flag table th {
  width: 33.3333%;
  text-align: center;
  border: 1px solid #cbcbcb;
  padding: 11.5px;
}

.estimate_gate-flag table th {
  font-size: 1.6rem;
  font-weight: bold;
  background: #e5eff8;
}

.estimate_gate-flag table td a {
  font-weight: bold;
  text-decoration: underline;
}