@charset "UTF-8";
/*-------------------------------
	グローバルと変数
-------------------------------*/
:root {
  --color-blue: #59c7f4;
  --color-navy: #0e79bf;
}

html {
  -ms-touch-action: manipulation;
      touch-action: manipulation;
}

body {
  background-color: #fff;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font: normal 400 16px/1.5 "Roboto", "Noto Sans JP", sans-serif;
  color: #000;
  letter-spacing: 0.1em;
  overflow-wrap: anywhere;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  -moz-text-size-adjust: 100%;
   -ms-text-size-adjust: 100%;
       text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

.page_title {
  background-color: #0e79bf;
  padding: 0.4em 1em;
  font-size: 2.5em;
  font-weight: 600;
  color: #fff;
  line-height: 1.2;
  text-align: center;
}
@media screen and (max-width: 1119px) {
  .page_title {
    font-size: 1.85em;
  }
}
@media screen and (max-width: 767px) {
  .page_title {
    background-color: transparent;
    padding: 0.5em;
    font-size: 1.25em;
    color: #0e79bf;
  }
}

.button-line {
  display: block;
  border: 4px solid #0e79bf;
  border-radius: 9999px;
  width: min(80vw, 480px);
  margin-inline: auto;
  padding: calc(0.65em - 4px) 1em;
  font-size: 1.5em;
  font-weight: 700;
  color: #0e79bf;
  line-height: 1.25;
  text-align: center;
  cursor: pointer;
  outline: none;
  -webkit-transition: background-color 200ms ease-out, color 200ms ease-out;
  transition: background-color 200ms ease-out, color 200ms ease-out;
}
@media screen and (max-width: 1119px) {
  .button-line {
    font-size: 1.25em;
  }
}
@media screen and (max-width: 767px) {
  .button-line {
    border-width: 3px;
    padding: calc(0.75em - 3px) 1.5em;
    font-size: 1em;
  }
}
.button-line:hover {
  background-color: var(--color-navy);
  color: #fff;
}

*:has(> wbr) {
  word-break: keep-all;
}

.mt80 {
  margin-top: 80px;
}

.pt80 {
  padding-top: 80px;
}

@media screen and (max-width: 1119px) {
  .md-pt80 {
    padding-top: 60px;
  }
}
@media screen and (max-width: 767px) {
  .sm-pt40 {
    padding-top: 40px;
  }
  .sm-pt20 {
    padding-top: 20px;
  }
  .sm-mt40 {
    margin-top: 40px;
  }
}
/*-------------------------------
	ヘッダー
-------------------------------*/
.header {
  display: grid;
  place-content: center;
  height: 120px;
}
@media screen and (max-width: 767px) {
  .header {
    height: 56px;
  }
}
@media screen and (max-width: 767px) {
  .header_logo img {
    width: 151px;
    height: 40px;
  }
}

/*-------------------------------
	メイン
-------------------------------*/
.main {
  width: min(90vw, 1200px);
  margin-inline: auto;
  padding: 80px 0 160px;
}
@media screen and (max-width: 1119px) {
  .main {
    padding: 50px 0 100px;
  }
}
@media screen and (max-width: 767px) {
  .main {
    padding: 20px 0 40px;
  }
}

/*-------------------------------
	商品一覧
-------------------------------*/
.search_catalog_form input[type=text],
.search_catalog_form select,
.search_catalog_form button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border: 2px solid var(--color-navy);
  border-radius: 5px;
  max-width: 100%;
  height: 60px;
  padding: 0.25em 0.85em;
  font-size: 1.5em;
  text-align: left;
}
@media screen and (max-width: 1119px) {
  .search_catalog_form input[type=text],
  .search_catalog_form select,
  .search_catalog_form button {
    height: 50px;
    font-size: 1.25em;
  }
}
@media screen and (max-width: 767px) {
  .search_catalog_form input[type=text],
  .search_catalog_form select,
  .search_catalog_form button {
    border-width: 1px;
    height: 40px;
    width: 100%;
    font-size: 1em;
  }
}
.search_catalog_form input[type=text]::-webkit-input-placeholder, .search_catalog_form select::-webkit-input-placeholder, .search_catalog_form button::-webkit-input-placeholder {
  color: var(--color-navy);
}
.search_catalog_form input[type=text]::-moz-placeholder, .search_catalog_form select::-moz-placeholder, .search_catalog_form button::-moz-placeholder {
  color: var(--color-navy);
}
.search_catalog_form input[type=text]:-ms-input-placeholder, .search_catalog_form select:-ms-input-placeholder, .search_catalog_form button:-ms-input-placeholder {
  color: var(--color-navy);
}
.search_catalog_form input[type=text]::-ms-input-placeholder, .search_catalog_form select::-ms-input-placeholder, .search_catalog_form button::-ms-input-placeholder {
  color: var(--color-navy);
}
.search_catalog_form input[type=text]::placeholder,
.search_catalog_form select::placeholder,
.search_catalog_form button::placeholder {
  color: var(--color-navy);
}
.search_catalog_form input[type=text]:focus,
.search_catalog_form select:focus,
.search_catalog_form button:focus {
  outline: none;
  border-color: #2376e5;
}
.search_catalog_form_title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 24px;
     -moz-column-gap: 24px;
          column-gap: 24px;
}
@media screen and (max-width: 1119px) {
  .search_catalog_form_title {
    -webkit-column-gap: 16px;
       -moz-column-gap: 16px;
            column-gap: 16px;
  }
}
@media screen and (max-width: 767px) {
  .search_catalog_form_title {
    -webkit-column-gap: 7px;
       -moz-column-gap: 7px;
            column-gap: 7px;
  }
}
.search_catalog_form_title input[type=text] {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.search_catalog_form_title button {
  background: url(../../img/icon-search.webp) center center/34px 34px no-repeat var(--color-navy);
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  width: 60px;
  height: 60px;
  color: transparent;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .search_catalog_form_title button {
    background-size: 23px 23px;
    width: 40px;
    height: 40px;
  }
}
.search_catalog_form_category {
  padding-top: 40px;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .search_catalog_form_category {
    padding-top: 20px;
  }
}
.search_catalog_form_category select[name=search_catalog_category] {
  background: url(../../img/aarow-selectbox--blue.webp) right 15px center/22.5px 13.5px no-repeat #fff;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding-right: calc(1em + 45px);
  color: var(--color-navy);
}
@media screen and (max-width: 767px) {
  .search_catalog_form_category select[name=search_catalog_category] {
    background: url(../../img/aarow-selectbox--blue.webp) right 12px center/15px 8px no-repeat #fff;
    padding-right: calc(1em + 45px);
  }
}
.search_catalog_form_category select[name=search_catalog_category]:focus {
  outline: none;
  border-color: #2376e5;
}

.catalog_items_container {
  padding-top: 80px;
}
@media screen and (max-width: 1119px) {
  .catalog_items_container {
    padding-top: 50px;
  }
}
@media screen and (max-width: 767px) {
  .catalog_items_container {
    padding-top: 20px;
  }
}
.catalog_items_container > ul {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}
@media screen and (max-width: 1119px) {
  .catalog_items_container > ul {
    grid-template-columns: repeat(3, 1fr);
    gap: 14px;
  }
}
@media screen and (max-width: 767px) {
  .catalog_items_container > ul {
    grid-template-columns: repeat(2, 1fr);
    gap: 11px;
  }
}

.catalog_item {
  position: relative;
  z-index: 1;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.catalog_item::before {
  content: "";
  border: 3px solid #fff;
  border-radius: 4px;
  width: 32px;
  height: 32px;
  position: absolute;
  inset: 8px 8px auto auto;
  z-index: 2;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .catalog_item::before {
    border-width: 2px;
    width: 24px;
    height: 24px;
    inset: 4px 4px auto auto;
  }
}
.catalog_item.is-active::before {
  background: url(../../img/icon-item-checkbox.webp) center center/16px 12px no-repeat;
}
@media screen and (max-width: 767px) {
  .catalog_item.is-active::before {
    background-size: 10.4px 7.8px;
  }
}
.catalog_item_main {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 0 rgba(0, 0, 0, 0.15);
  border-radius: 5px;
  aspect-ratio: 286/360;
  overflow: hidden;
  position: relative;
  cursor: pointer;
}
.catalog_item_image {
  display: grid;
  place-content: center;
  position: absolute;
  inset: 0;
  z-index: -2;
}
.catalog_item_image img {
  width: 100%;
  height: auto;
  aspect-ratio: 286/360;
  -o-object-fit: contain;
     object-fit: contain;
}
.catalog_item_info {
  background-color: rgba(0, 0, 0, 0.4);
}
.catalog_item_category {
  position: absolute;
  inset: 0 auto auto 0;
  z-index: 2;
}
.catalog_item_category_btn {
  display: inline-block;
  background-color: var(--color-blue);
  border-radius: 5px;
  padding: 0.625em 1em;
  line-height: 1;
  z-index: 1;
  cursor: pointer;
  -webkit-transition: background-color 200ms ease-out;
  transition: background-color 200ms ease-out;
}
@media screen and (max-width: 767px) {
  .catalog_item_category_btn {
    font-size: 0.625em;
  }
}
.catalog_item_category_btn:hover {
  background-color: #66d3ff;
}
.catalog_item_name {
  margin: 10px;
  padding-top: 36px;
  font-size: 1.25em;
  color: #fff;
  line-height: 1.25;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
@media screen and (max-width: 767px) {
  .catalog_item_name {
    margin: 8px;
    padding-top: 28px;
    font-size: 0.875em;
  }
}
.catalog_item_price {
  background-color: rgba(0, 0, 0, 0.4);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: auto;
  margin-left: auto;
  padding: 10px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .catalog_item_price {
    padding: 8px;
  }
}
.catalog_item_price_label {
  background-color: #c70000;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.25em 0.5em;
  font-size: 1.25em;
  font-weight: 600;
  color: #fff;
  line-height: 1;
  white-space: nowrap;
  position: absolute;
  inset: auto auto calc(100% + 10px) 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 1119px) {
  .catalog_item_price_label {
    font-size: 1em;
    inset: auto auto calc(100% + 8px) 50%;
  }
}
@media screen and (max-width: 767px) {
  .catalog_item_price_label {
    font-size: 0.75em;
    inset: auto auto calc(100% + 6px) 50%;
  }
}
.catalog_item_price::after {
  content: "";
  background-color: #c70000;
  -webkit-clip-path: polygon(0 0, 50% 100%, 100% 0);
          clip-path: polygon(0 0, 50% 100%, 100% 0);
  width: 10px;
  height: 10px;
  position: absolute;
  inset: auto auto 100% calc(50% - 5px);
}
@media screen and (max-width: 1119px) {
  .catalog_item_price::after {
    width: 8px;
    height: 8px;
    inset: auto auto 100% calc(50% - 4px);
  }
}
@media screen and (max-width: 767px) {
  .catalog_item_price::after {
    width: 6px;
    height: 6px;
    inset: auto auto 100% calc(50% - 3px);
  }
}
.catalog_item_price_value {
  min-width: 155px;
  font-size: 2.625em;
  font-weight: 600;
  color: #fff;
  line-height: 1;
  letter-spacing: -0.01em;
  text-align: right;
}
@media screen and (max-width: 1119px) {
  .catalog_item_price_value {
    min-width: 125px;
    font-size: 2.125em;
  }
}
@media screen and (max-width: 767px) {
  .catalog_item_price_value {
    min-width: 95px;
    font-size: 1.625em;
  }
}
.catalog_item_price_value::after {
  content: "円";
  font-size: 66.666%;
  font-weight: 800;
}

.normal_price_limit_error {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: #c70000;
  font-size: 0.75em;
  line-height: 1.25;
}

.purchase_limit_error {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: #c70000;
  font-size: 0.75em;
  line-height: 1.25;
}

.more_btn #more_catalog_btn.end {
  display: none;
}

.selected_item_main {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 8px 20px;
  background-color: #cfe4f2;
  padding: 20px 40px;
}
@media screen and (max-width: 767px) {
  .selected_item_main {
    padding: 10px;
  }
}
.selected_item_main_image {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-basis: min(100%, 250px);
      -ms-flex-preferred-size: min(100%, 250px);
          flex-basis: min(100%, 250px);
  height: auto;
  aspect-ratio: 1/1;
  background-color: #fff;
  padding: 5px;
}
@media screen and (max-width: 767px) {
  .selected_item_main_image {
    width: 100%;
    -webkit-flex-basis: auto;
        -ms-flex-preferred-size: auto;
            flex-basis: auto;
    max-height: 200px;
    aspect-ratio: auto;
  }
}
.selected_item_main_image img {
  display: block;
  max-width: 100%;
  margin: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.selected_item_main_name {
  width: 100%;
  font-size: 1.5em;
  font-weight: 500;
  line-height: 1.25;
}
@media screen and (max-width: 767px) {
  .selected_item_main_name {
    font-size: 1em;
  }
}
.selected_item_main_name > span {
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.selected_item_main_info {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}
.selected_item_main_limit_price {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.selected_item_main_limit {
  font-size: 1em;
  line-height: 1.25;
}
@media screen and (max-width: 767px) {
  .selected_item_main_limit {
    font-size: 0.75em;
  }
}
.selected_item_main_price {
  font-weight: 500;
  line-height: 1.25;
  text-align: right;
  vertical-align: bottom;
}
.selected_item_main_price_label {
  font-size: 1.125em;
}
@media screen and (max-width: 767px) {
  .selected_item_main_price_label {
    font-size: 0.75em;
  }
}
.selected_item_main_price_value {
  font-size: 1.5em;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media screen and (max-width: 767px) {
  .selected_item_main_price_value {
    font-size: 1em;
  }
}
.selected_item_main_price_value::after {
  font-size: 0.75em;
  content: "円";
}
.selected_item_main_functions {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 8px;
     -moz-column-gap: 8px;
          column-gap: 8px;
}
.selected_item_main_totalPrice {
  margin-top: auto;
  font-weight: 500;
  line-height: 1.25;
  text-align: right;
  vertical-align: bottom;
}
.selected_item_main_totalPrice_label {
  font-size: 1.25em;
}
@media screen and (max-width: 767px) {
  .selected_item_main_totalPrice_label {
    font-size: 1em;
  }
}
.selected_item_main_totalPrice_value {
  font-size: 2em;
}
@media screen and (max-width: 767px) {
  .selected_item_main_totalPrice_value {
    font-size: 1.25em;
  }
}
.selected_item_main_totalPrice_value::after {
  font-size: 0.75em;
  content: "円";
}
.selected_items {
  padding: 40px 0 0;
}
@media screen and (max-width: 1119px) {
  .selected_items {
    padding: 30px 0 0;
  }
}
@media screen and (max-width: 767px) {
  .selected_items {
    padding: 20px 0 0;
  }
}
.selected_items_wrapper {
  padding-top: 40px;
}
@media screen and (max-width: 1119px) {
  .selected_items_wrapper {
    padding-top: 30px;
  }
}
@media screen and (max-width: 767px) {
  .selected_items_wrapper {
    padding-top: 20px;
  }
}
.selected_items > ul {
  display: grid;
  row-gap: 1.5em;
}
.selected_items_title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.5em;
  font-size: 2em;
  font-weight: 800;
  color: var(--color-navy);
  line-height: 1.25;
  white-space: nowrap;
}
@media screen and (max-width: 1119px) {
  .selected_items_title {
    font-size: 1.6em;
  }
}
@media screen and (max-width: 767px) {
  .selected_items_title {
    font-size: 1.2em;
  }
}
.selected_items_title::before, .selected_items_title::after {
  content: "";
  display: block;
  border-top: 2px solid var(--color-navy);
  width: 100%;
}

.counter_wrapper {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  background-color: #fff;
  border: 1px solid #b7b7b7;
}
.counter_wrapper input[type=number] {
  width: 180px;
  padding: 0.5em;
  line-height: 1.25;
  text-align: center;
}
@media screen and (max-width: 1119px) {
  .counter_wrapper input[type=number] {
    width: 120px;
  }
}
@media screen and (max-width: 767px) {
  .counter_wrapper input[type=number] {
    width: 80px;
  }
}
.counter_wrapper button[type=button] {
  display: grid;
  place-content: center;
  min-width: 40px;
  padding: 0.5em;
  line-height: 1.25;
  cursor: pointer;
  -webkit-transition: background-color 200ms ease-out;
  transition: background-color 200ms ease-out;
}
@media screen and (max-width: 767px) {
  .counter_wrapper button[type=button] {
    min-width: 30px;
    padding: 0.25em;
  }
}
.counter_wrapper button[type=button]:hover {
  background-color: #eee;
}

.selected_item_reset_button {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  background: url(../../img/icon-trash.webp) 6px center/16px 20px no-repeat #fff;
  border: 1px solid #b7b7b7;
  padding: 0.5em 0.5em 0.5em calc(0.5em + 20px);
  line-height: 1.25;
}
@media screen and (max-width: 767px) {
  .selected_item_reset_button {
    background-size: 10px 12px;
    padding: 0.5em 0.5em 0.5em calc(0.5em + 15px);
    font-size: 0.85em;
  }
}

.estimate_form_title {
  background-color: #0e79bf;
  padding: 0.4em 1em;
  font-size: 2.5em;
  font-weight: 600;
  color: #fff;
  line-height: 1.2;
  text-align: center;
}
@media screen and (max-width: 1119px) {
  .estimate_form_title {
    font-size: 1.85em;
  }
}
@media screen and (max-width: 767px) {
  .estimate_form_title {
    padding: 0.5em;
    font-size: 1.25em;
  }
}
.estimate_form_subtitle {
  margin: 1.75em 0 1em;
  font-size: 2em;
  font-weight: 600;
  line-height: 1.25;
}
@media screen and (max-width: 1119px) {
  .estimate_form_subtitle {
    font-size: 1.5em;
  }
}
@media screen and (max-width: 767px) {
  .estimate_form_subtitle {
    margin: 1.25em 0 0.85em;
    font-size: 1em;
  }
}
.estimate_form_table {
  width: 100%;
}
.estimate_form_table tr:first-child th {
  padding-top: 0;
}
@media screen and (min-width: 768px) {
  .estimate_form_table tr:first-child td {
    padding-top: 0;
  }
}
.estimate_form_table tr:last-child th {
  padding-bottom: 0;
}
.estimate_form_table tr:last-child td {
  padding-bottom: 0;
}
.estimate_form_table tr th,
.estimate_form_table tr td {
  font-size: 1.5em;
  line-height: 1.25;
  text-align: left;
  vertical-align: top;
}
@media screen and (max-width: 1119px) {
  .estimate_form_table tr th,
  .estimate_form_table tr td {
    font-size: 1.25em;
  }
}
@media screen and (max-width: 767px) {
  .estimate_form_table tr th,
  .estimate_form_table tr td {
    display: block;
    width: auto !important;
    font-size: 1em;
  }
}
.estimate_form_table tr th {
  width: 40%;
  padding: 0.5em 0;
  font-weight: 600;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .estimate_form_table tr th {
    border-bottom: none;
    padding: 1em 0 0 0;
    font-weight: normal;
  }
}
.estimate_form_table tr th > span {
  display: block;
}
@media screen and (min-width: 768px) {
  .estimate_form_table tr th > span {
    padding-top: 8px;
  }
}
.estimate_form_table tr th > span > span {
  font-size: 0.66em;
  font-weight: 400;
}
.estimate_form_table tr th > span > span.must {
  color: #c70000;
}
.estimate_form_table tr td {
  padding: 0.5em 0 0.5em 0.75em;
}
@media screen and (max-width: 767px) {
  .estimate_form_table tr td {
    border-top: none;
    border-bottom: none;
    padding: 0.5em 0 0;
  }
}
.estimate_form_table tr td.flex_td_name {
  display: grid;
  gap: 16px;
}
@media screen and (max-width: 767px) {
  .estimate_form_table tr td.flex_td_name {
    gap: 8px;
  }
}
.estimate_form_table_row--birthday {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .estimate_form_table_row--birthday {
    gap: 6px;
  }
}
.estimate_form_table_row--zipcode {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
@media screen and (max-width: 767px) {
  .estimate_form_table_row--zipcode {
    gap: 6px;
  }
}
.estimate_form_table_row--zipcode input[name=zipcode] {
  width: auto;
}
.estimate_form_table_row--address {
  display: grid;
  gap: 16px;
}
@media screen and (max-width: 767px) {
  .estimate_form_table_row--address {
    gap: 8px;
  }
}

.estimate_form_total {
  border: 7px solid var(--color-navy);
  padding: 40px;
  text-align: center;
}
@media screen and (max-width: 1119px) {
  .estimate_form_total {
    padding: 25px;
  }
}
@media screen and (max-width: 767px) {
  .estimate_form_total {
    padding: 15px;
  }
}
.estimate_form_total_title {
  font-size: 2.5em;
  font-weight: 700;
  color: var(--color-navy);
  line-height: 1.25;
}
@media screen and (max-width: 1119px) {
  .estimate_form_total_title {
    font-size: 1.85em;
  }
}
@media screen and (max-width: 767px) {
  .estimate_form_total_title {
    font-size: 1.125em;
  }
}
.estimate_form_total_price {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 1em;
     -moz-column-gap: 1em;
          column-gap: 1em;
  padding-top: 1em;
  line-height: 1;
}
@media screen and (max-width: 1119px) {
  .estimate_form_total_price {
    -webkit-column-gap: 0.5em;
       -moz-column-gap: 0.5em;
            column-gap: 0.5em;
  }
}
@media screen and (max-width: 767px) {
  .estimate_form_total_price {
    -webkit-column-gap: 0.25em;
       -moz-column-gap: 0.25em;
            column-gap: 0.25em;
    padding-top: 0.5em;
  }
}
.estimate_form_total_price_label {
  font-size: 2em;
  font-weight: 700;
}
@media screen and (max-width: 1119px) {
  .estimate_form_total_price_label {
    font-size: 1.65em;
  }
}
@media screen and (max-width: 767px) {
  .estimate_form_total_price_label {
    font-size: 1.125em;
  }
}
.estimate_form_total_price_value {
  font-size: 5em;
  font-weight: 800;
  color: var(--color-navy);
}
@media screen and (max-width: 1119px) {
  .estimate_form_total_price_value {
    font-size: 3.5em;
  }
}
@media screen and (max-width: 767px) {
  .estimate_form_total_price_value {
    font-size: 2em;
  }
}
.estimate_form_total_price_value::after {
  content: "円";
  font-size: 0.5em;
  font-weight: 600;
}
.estimate_form_total_price_tax {
  font-size: 1.5em;
}
@media screen and (max-width: 1119px) {
  .estimate_form_total_price_tax {
    font-size: 1.15;
  }
}
@media screen and (max-width: 767px) {
  .estimate_form_total_price_tax {
    font-size: 0.85em;
  }
}
.estimate_form_total_capion {
  padding-top: 1em;
}
@media screen and (max-width: 767px) {
  .estimate_form_total_capion {
    padding-left: 1em;
    text-indent: -1em;
    font-size: 0.75em;
    line-height: 1.3;
    text-align: left;
  }
}

form input,
form select,
form textarea,
form button,
form label {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
form input[type=text],
form input[type=email],
form input[type=tel],
form input[type=password],
form select,
form textarea {
  display: inline-block;
  background-color: #fff;
  border: 1px solid #b7b7b7;
  border-radius: 5px;
  -webkit-box-shadow: none;
          box-shadow: none;
  max-width: 100%;
  padding: 0.65em 1em;
  font-size: 16px;
  line-height: 1.6;
  position: relative;
}
@media screen and (max-width: 767px) {
  form input[type=text],
  form input[type=email],
  form input[type=tel],
  form input[type=password],
  form select,
  form textarea {
    width: 100%;
    padding: 0.35em 0.65em;
  }
}
form input[type=text]::-webkit-input-placeholder, form input[type=email]::-webkit-input-placeholder, form input[type=tel]::-webkit-input-placeholder, form input[type=password]::-webkit-input-placeholder, form select::-webkit-input-placeholder, form textarea::-webkit-input-placeholder {
  color: #ccc;
}
form input[type=text]::-moz-placeholder, form input[type=email]::-moz-placeholder, form input[type=tel]::-moz-placeholder, form input[type=password]::-moz-placeholder, form select::-moz-placeholder, form textarea::-moz-placeholder {
  color: #ccc;
}
form input[type=text]:-ms-input-placeholder, form input[type=email]:-ms-input-placeholder, form input[type=tel]:-ms-input-placeholder, form input[type=password]:-ms-input-placeholder, form select:-ms-input-placeholder, form textarea:-ms-input-placeholder {
  color: #ccc;
}
form input[type=text]::-ms-input-placeholder, form input[type=email]::-ms-input-placeholder, form input[type=tel]::-ms-input-placeholder, form input[type=password]::-ms-input-placeholder, form select::-ms-input-placeholder, form textarea::-ms-input-placeholder {
  color: #ccc;
}
form input[type=text]::placeholder,
form input[type=email]::placeholder,
form input[type=tel]::placeholder,
form input[type=password]::placeholder,
form select::placeholder,
form textarea::placeholder {
  color: #ccc;
}
form input[type=text]:focus,
form input[type=email]:focus,
form input[type=tel]:focus,
form input[type=password]:focus,
form select:focus,
form textarea:focus {
  outline: none;
  border-color: #2376e5;
}
form input[type=text],
form input[type=email],
form input[type=tel],
form input[type=password],
form textarea {
  width: 100%;
}
form select {
  background: url(../../img/arrow-selectbox.webp) right 10px center/9px 8px no-repeat;
  padding-right: calc(1em + 10px);
}
@media screen and (max-width: 767px) {
  form select {
    padding-right: calc(0.5em + 10px);
  }
}
form label.agreement_checkbox {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.5em;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: 0 auto;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  font-size: 1em;
}
@media screen and (max-width: 767px) {
  form label.agreement_checkbox {
    font-size: 0.75em;
  }
}
form label.agreement_checkbox input[type=checkbox] {
  position: relative;
  width: 1.3em;
  height: 1.3em;
  border: 1px solid currentColor;
}
form label.agreement_checkbox input[type=checkbox]:checked:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 0.5em;
  height: 1em;
  border-right: 0.2em solid #000;
  border-bottom: 0.2em solid #000;
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center;
  rotate: 45deg;
  translate: 0 -0.1em;
}
form label.agreement_checkbox p a {
  display: inline-block;
  color: var(--color-navy);
  text-decoration: underline;
}
form button#estimate_form_submit {
  display: block;
  background-color: var(--color-navy);
  border: none;
  border-radius: 9999px;
  width: min(80vw, 480px);
  margin-inline: auto;
  padding: 0.65em 1em;
  font-size: 1.5em;
  font-weight: 700;
  color: #fff;
  line-height: 1.25;
  text-align: center;
  position: relative;
  cursor: pointer;
  -webkit-transition: background-color 200ms ease-out, color 200ms ease-out;
  transition: background-color 200ms ease-out, color 200ms ease-out;
}
@media screen and (max-width: 1119px) {
  form button#estimate_form_submit {
    font-size: 1.25em;
  }
}
@media screen and (max-width: 767px) {
  form button#estimate_form_submit {
    border-width: 3px;
    padding: 0.75em 1.5em;
    font-size: 1em;
  }
}
form button#estimate_form_submit:hover {
  background-color: #1197ee;
}
form button#estimate_form_submit::after {
  content: "";
  background-color: currentColor;
  -webkit-clip-path: polygon(0 0, 0% 100%, 100% 50%);
          clip-path: polygon(0 0, 0% 100%, 100% 50%);
  width: 0.65em;
  height: 0.65em;
  margin: auto;
  position: absolute;
  inset: 0 1em 0 auto;
}

/*-------------------------------
	テキストベースのコンテナ
-------------------------------*/
.texts_container > section > *:not(:first-child) {
  margin-top: 0.85em;
}
.texts_container h3 {
  margin-top: 24px;
  font-size: 1.25em;
  font-weight: 700;
  color: #0e79bf;
  line-height: 1.25;
}
@media screen and (max-width: 1119px) {
  .texts_container h3 {
    font-size: 1.125em;
  }
}
@media screen and (max-width: 767px) {
  .texts_container h3 {
    font-size: 1em;
    text-align: center;
  }
}
.texts_container ul {
  list-style: disc;
  margin-left: 1.2em;
  padding-left: 0.2em;
}
.texts_container table {
  width: 100%;
  font-size: 0.875em;
}
.texts_container table tbody tr th {
  width: 50%;
  padding-bottom: 1.25em;
  font-weight: 600;
  color: var(--color-navy);
  text-align: center;
}
.texts_container table tbody tr td {
  border-top: 1px solid #333;
  border-bottom: 1px solid #333;
  padding: 1.25em 0;
  line-height: 1.25;
}
.texts_container small {
  font-size: 0.875em;
}
.texts_container .color-blue {
  color: #0e79bf;
}

.privacy_policy_data {
  text-align: right;
}
@media screen and (max-width: 767px) {
  .privacy_policy_data {
    text-align: center;
  }
}

/*-------------------------------
	フッター
-------------------------------*/
.footer {
  display: grid;
  place-content: center;
  background-color: #333;
  color: #fff;
  height: 80px;
}
@media screen and (max-width: 1119px) {
  .footer {
    height: 60px;
  }
}
@media screen and (max-width: 767px) {
  .footer {
    height: 40px;
  }
}
.footer_copyright {
  font-size: 0.875em;
  font-weight: 600;
  line-height: 1.25;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .footer_copyright {
    font-size: 0.675em;
  }
}/*# sourceMappingURL=style.css.map */