@charset "UTF-8";
/* shop.scss */
* {
  -webkit-transition: none;
  transition: none;
}

.cart main {
  line-height: 1.2;
}
.cart main a:hover {
  color: #ffffff;
  text-decoration: unset;
}

.product_free_cart {
  line-height: 1.2;
}

#net_shop_admin_shopping_cart {
  margin-bottom: 80px !important;
}
@media (min-width: 768px) {
  #net_shop_admin_shopping_cart {
    margin-bottom: 120px !important;
  }
}
#net_shop_admin_shopping_cart .cart-table-scroll-wrapper {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  margin-bottom: 24px;
}
@media (max-width: 767px) {
  #net_shop_admin_shopping_cart .cart-table-scroll-wrapper {
    overflow-x: visible;
    -webkit-overflow-scrolling: auto;
  }
}
#net_shop_admin_shopping_cart .shopping_cart_error {
  background: #fef2f2;
  color: #b91c1c;
  border: none;
  border-left: 4px solid #e61616;
  border-radius: 0;
  padding: 16px 20px;
  margin-bottom: 24px;
  font-size: 1.4rem;
  line-height: 1.6;
}
#net_shop_admin_shopping_cart .net_shop_admin_update_quantity {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px;
  font-size: 1.3rem;
  color: #6b7280;
  margin-bottom: 20px;
  text-align: right;
}
@media (max-width: 767px) {
  #net_shop_admin_shopping_cart .net_shop_admin_update_quantity {
    gap: 16px;
  }
  #net_shop_admin_shopping_cart .net_shop_admin_update_quantity .net_shop_admin_update_quantity_image,
  #net_shop_admin_shopping_cart .net_shop_admin_update_quantity input[name=update_quantity] {
    margin-left: 16px !important;
  }
}
#net_shop_admin_shopping_cart .net_shop_admin_update_quantity .net_shop_admin_update_quantity_image {
  vertical-align: middle;
  cursor: pointer;
  border-radius: 0;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
#net_shop_admin_shopping_cart .net_shop_admin_update_quantity .net_shop_admin_update_quantity_image:hover {
  opacity: 0.85;
}
#net_shop_admin_shopping_cart .free_postage_message {
  font-size: 1.3rem;
  color: #1d4ed8;
  background: #eff6ff;
  border-left: 4px solid #183299;
  border-radius: 0;
  padding: 12px 16px;
  margin: 24px 0;
}
#net_shop_admin_shopping_cart .net_shop_admin_coupon {
  margin: 16px 0;
  padding: 10px 14px;
  background: transparent;
  border-radius: 0;
  font-size: 1.2rem;
  color: #9ca3af;
}
@media (max-width: 767px) {
  #net_shop_admin_shopping_cart .net_shop_admin_coupon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    gap: 8px;
  }
}
#net_shop_admin_shopping_cart .net_shop_admin_coupon input[type=text] {
  width: 100%;
  max-width: 140px;
  height: 40px;
  padding: 6px 10px;
  border: 1px solid #e5e7eb;
  border-radius: 0;
  font-size: 1.2rem;
  margin-right: 6px;
  vertical-align: middle;
  background: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (max-width: 767px) {
  #net_shop_admin_shopping_cart .net_shop_admin_coupon input[type=text] {
    max-width: 180px;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    min-width: 100px;
    margin-right: 0;
    margin-bottom: 0;
    height: 40px;
  }
}
#net_shop_admin_shopping_cart .net_shop_admin_coupon input[type=submit] {
  height: 40px;
  padding: 0 10px;
  margin-top: 0;
  font-size: 1.2rem;
  vertical-align: middle;
  background: #e5e7eb !important;
  color: #6b7280 !important;
  border: 1px solid #d1d5db !important;
}
#net_shop_admin_shopping_cart .net_shop_admin_coupon input[type=submit]::after {
  display: none;
}
@media (max-width: 767px) {
  #net_shop_admin_shopping_cart .net_shop_admin_coupon input[type=submit] {
    width: auto;
    max-width: none;
    height: 40px;
    padding: 0 8px;
  }
}
#net_shop_admin_shopping_cart .net_shop_admin_coupon a {
  color: #9ca3af;
  text-decoration: underline;
  font-size: 1.2rem;
}
#net_shop_admin_shopping_cart .net_shop_admin_coupon a:hover {
  color: #6b7280;
}
#net_shop_admin_shopping_cart .net_shop_admin_product_quantity {
  width: 60px;
  height: 44px;
  padding: 8px 12px;
  border: 1px solid #cfcfcf;
  border-radius: 0;
  font-size: 1.4rem;
  text-align: center;
}
@media (max-width: 767px) {
  #net_shop_admin_shopping_cart .net_shop_admin_product_quantity {
    width: 40px;
    height: 28px;
    padding: 2px 4px;
    font-size: 1.2rem;
    line-height: 1;
  }
}
#net_shop_admin_shopping_cart .delete a,
#net_shop_admin_shopping_cart .product_children_delete a {
  font-size: 1.3rem;
  color: #6b7280;
  text-decoration: underline;
}
#net_shop_admin_shopping_cart .delete a:hover,
#net_shop_admin_shopping_cart .product_children_delete a:hover {
  color: #183299;
}
#net_shop_admin_shopping_cart .delete {
  padding-top: 12px !important;
}
@media (max-width: 767px) {
  #net_shop_admin_shopping_cart .delete {
    padding-top: 8px !important;
    border-top: 1px solid #f1f2f5;
    margin-top: 4px;
  }
}
#net_shop_admin_shopping_cart .delete br + a {
  margin-top: 4px;
  display: inline-block;
}
#net_shop_admin_shopping_cart .textCenter {
  font-size: 1.5rem;
  color: #6b7280;
  padding: 48px 20px;
}
#net_shop_admin_shopping_cart input[name=checkout] {
  border: 2px solid #fff;
  background-color: #183299;
  color: #ffffff;
  border-radius: 0;
  width: 100%;
  max-width: 320px;
  height: 56px;
  margin-top: 32px;
  cursor: pointer;
  position: relative;
  font-size: 1.6rem;
  font-weight: 700;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
#net_shop_admin_shopping_cart input[name=checkout]:hover {
  opacity: 0.9;
}
#net_shop_admin_shopping_cart input[name=checkout]::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 24px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}
#net_shop_admin_shopping_cart input[type=submit]:not([name=checkout]):not([name=apply_coupon]):not([name=update_quantity]) {
  border: none;
  background-color: #1c1c1c;
  color: #ffffff;
  border-radius: 0;
  width: 100%;
  max-width: 300px;
  height: 60px;
  margin-top: 40px;
  cursor: pointer;
  position: relative;
}
#net_shop_admin_shopping_cart input[type=submit]:not([name=checkout]):not([name=apply_coupon]):not([name=update_quantity])::after {
  content: "";
  position: absolute;
  top: 23px;
  right: 27px;
  width: 9px;
  height: 9px;
  border-top: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#net_shop_admin_shopping_cart .net_shop_admin_subtotal {
  margin-top: 40px;
  padding: 20px 24px;
  background: #f1f2f5;
  border-radius: 0;
  font-size: 1.5rem;
  line-height: 1.8;
  text-align: right;
}
#net_shop_admin_shopping_cart .net_shop_admin_subtotal br {
  display: block;
  content: "";
  margin-top: 4px;
}
#net_shop_admin_shopping_cart .net_shop_admin_checkout {
  margin-top: 32px;
  text-align: right;
}
#net_shop_admin_shopping_cart .net_shop_admin_checkout input {
  margin-left: auto;
  margin-right: 0;
}
@media (max-width: 767px) {
  #net_shop_admin_shopping_cart .net_shop_admin_checkout input {
    margin-left: 0;
    margin-right: auto;
  }
}
#net_shop_admin_shopping_cart .net_shop_admin_coupon {
  text-align: right;
}
#net_shop_admin_shopping_cart .net_shop_admin_maintenance {
  color: #b91c1c;
  font-size: 1.4rem;
  padding: 16px 0;
}
#net_shop_admin_shopping_cart .quantity input {
  border: solid 1px #1c1c1c;
}
#net_shop_admin_shopping_cart table.form-table {
  width: 100%;
  min-width: 640px;
  border-collapse: collapse;
  border: 1px solid #e5e7eb;
  table-layout: auto;
}
@media (max-width: 767px) {
  #net_shop_admin_shopping_cart table.form-table {
    min-width: 0;
    border: none;
    border-top: none;
    padding: 0 4px;
  }
}
@media (min-width: 768px) {
  #net_shop_admin_shopping_cart table.form-table th,
  #net_shop_admin_shopping_cart table.form-table td {
    border: 1px solid #e5e7eb;
    padding: 12px 16px;
    vertical-align: middle;
  }
  #net_shop_admin_shopping_cart table.form-table td.name {
    min-width: 180px;
    max-width: 40%;
  }
}
#net_shop_admin_shopping_cart table.form-table thead {
  display: none;
}
@media (min-width: 768px) {
  #net_shop_admin_shopping_cart table.form-table thead {
    display: table-header-group;
  }
}
@media (min-width: 768px) {
  #net_shop_admin_shopping_cart table.form-table thead tr {
    display: table-row;
  }
}
@media (min-width: 768px) {
  #net_shop_admin_shopping_cart table.form-table thead th {
    border: 1px solid #e5e7eb;
    padding: 10px 16px;
    vertical-align: middle;
  }
}
#net_shop_admin_shopping_cart table.form-table > tbody > tr {
  border-bottom: 1px solid #e5e7eb;
  padding: 16px 0;
}
@media (max-width: 767px) {
  #net_shop_admin_shopping_cart table.form-table > tbody > tr {
    padding: 12px 14px;
    border-bottom: 1px solid #e5e7eb;
    margin-bottom: 0;
    background: #fff;
    border-radius: 0;
    margin-bottom: 8px;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
            box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
    border: 1px solid #e5e7eb;
  }
  #net_shop_admin_shopping_cart table.form-table > tbody > tr:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  #net_shop_admin_shopping_cart table.form-table > tbody > tr {
    padding: 0;
    border-bottom: 1px solid #e5e7eb;
  }
}
@media (max-width: 767px) {
  #net_shop_admin_shopping_cart table.form-table > tbody > tr td {
    padding: 4px 0 !important;
    padding-left: 0 !important;
    border: none !important;
    font-size: 1.4rem;
    line-height: 1.5;
  }
}
@media (min-width: 768px) {
  #net_shop_admin_shopping_cart table.form-table > tbody > tr td {
    padding: 12px 16px !important;
  }
}
#net_shop_admin_shopping_cart table.form-table > tbody tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
}
@media (max-width: 767px) {
  #net_shop_admin_shopping_cart table.form-table > tbody tr {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 4px 8px;
  }
}
@media (min-width: 768px) {
  #net_shop_admin_shopping_cart table.form-table > tbody tr {
    display: table-row;
  }
}
@media (min-width: 768px) {
  #net_shop_admin_shopping_cart table.form-table > tbody tr th {
    display: none;
  }
}
#net_shop_admin_shopping_cart table.form-table > tbody tr td {
  text-align: left !important;
  padding-left: 20px !important;
}
@media (max-width: 767px) {
  #net_shop_admin_shopping_cart table.form-table > tbody tr td {
    padding-left: 0 !important;
    font-size: 1.3rem;
  }
}
@media (min-width: 768px) {
  #net_shop_admin_shopping_cart table.form-table > tbody tr td {
    height: auto;
    vertical-align: middle;
  }
}
#net_shop_admin_shopping_cart table.form-table tr th {
  background-color: #f1f2f5;
  text-align: left;
  padding: 10px 16px !important;
  border: 1px solid #e5e7eb;
}
@media (min-width: 768px) {
  #net_shop_admin_shopping_cart table.form-table tr th {
    height: auto;
    vertical-align: middle;
  }
}
@media (max-width: 767px) {
  #net_shop_admin_shopping_cart table.form-table tr td.code {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    font-size: 1.2rem;
    color: #6b7280;
    padding-bottom: 2px !important;
  }
  #net_shop_admin_shopping_cart table.form-table tr td.code::before {
    content: "商品コード：";
    font-size: 1rem;
    color: #9ca3af;
    margin-right: 4px;
  }
}
@media (max-width: 767px) {
  #net_shop_admin_shopping_cart table.form-table tr td.price, #net_shop_admin_shopping_cart table.form-table tr td.quantity, #net_shop_admin_shopping_cart table.form-table tr td.coupon, #net_shop_admin_shopping_cart table.form-table tr td.subtotal {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    white-space: nowrap;
    padding: 2px 0 !important;
    padding-right: 8px !important;
    font-size: 1.3rem;
  }
}
@media (max-width: 767px) {
  #net_shop_admin_shopping_cart table.form-table tr td.price::before {
    content: "価格：";
    font-size: 1rem;
    color: #6b7280;
    font-weight: 400;
    margin-right: 2px;
  }
  #net_shop_admin_shopping_cart table.form-table tr td.price {
    font-size: 1.3rem;
    font-weight: 700;
    color: #1c1c1c;
  }
}
@media (max-width: 767px) {
  #net_shop_admin_shopping_cart table.form-table tr td.quantity::before {
    content: "数量：";
    font-size: 1rem;
    color: #6b7280;
    font-weight: 400;
    margin-right: 2px;
  }
}
@media (max-width: 767px) {
  #net_shop_admin_shopping_cart table.form-table tr td.coupon::before {
    content: "クーポン：";
    font-size: 1rem;
    color: #6b7280;
    font-weight: 400;
    margin-right: 2px;
  }
}
@media (max-width: 767px) {
  #net_shop_admin_shopping_cart table.form-table tr td.subtotal::before {
    content: "小計：";
    font-size: 1rem;
    color: #6b7280;
    font-weight: 400;
    margin-right: 2px;
  }
  #net_shop_admin_shopping_cart table.form-table tr td.subtotal {
    font-size: 1.3rem;
    font-weight: 700;
    color: #1c1c1c;
  }
}
@media (max-width: 767px) {
  #net_shop_admin_shopping_cart table.form-table tr td.coupon input[type=text] {
    width: 70px;
    height: 32px;
    padding: 4px 6px;
    font-size: 1.2rem;
  }
  #net_shop_admin_shopping_cart table.form-table tr td.coupon input[type=submit] {
    height: 32px;
    padding: 0 8px;
    font-size: 1.1rem;
  }
}
@media (max-width: 767px) {
  #net_shop_admin_shopping_cart table.form-table tr td.weight, #net_shop_admin_shopping_cart table.form-table tr td.return {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}
@media (max-width: 767px) {
  #net_shop_admin_shopping_cart table.form-table tr td.delete {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}
#net_shop_admin_shopping_cart table.form-table tr td.name {
  height: auto;
  padding-top: 0 !important;
  white-space: normal !important;
  word-wrap: break-word;
  word-break: normal;
  line-height: 1.5;
  -webkit-writing-mode: horizontal-tb;
  -ms-writing-mode: lr-tb;
  writing-mode: horizontal-tb;
}
@media (max-width: 767px) {
  #net_shop_admin_shopping_cart table.form-table tr td.name {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    font-size: 1.4rem;
    line-height: 1.5;
    padding-top: 4px !important;
    padding-bottom: 4px !important;
  }
  #net_shop_admin_shopping_cart table.form-table tr td.name::before {
    content: "商品名：";
    display: block;
    font-size: 1rem;
    color: #9ca3af;
    margin-bottom: 2px;
  }
}
@media (min-width: 768px) {
  #net_shop_admin_shopping_cart table.form-table tr td.name {
    padding: 12px 16px !important;
  }
}
#net_shop_admin_shopping_cart table.form-table tr td.name .thumbnail_table > tbody tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media (min-width: 768px) {
  #net_shop_admin_shopping_cart table.form-table tr td.name .thumbnail_table > tbody tr {
    display: table-row;
    -webkit-box-align: unset;
        -ms-flex-align: unset;
            align-items: unset;
  }
}
#net_shop_admin_shopping_cart table.form-table tr td.name .thumbnail_table > tbody tr td {
  padding: 0 !important;
  height: 60px;
  vertical-align: middle;
}
@media (max-width: 767px) {
  #net_shop_admin_shopping_cart table.form-table tr td.name .thumbnail_table > tbody tr td {
    height: auto;
    min-height: 56px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
@media (min-width: 768px) {
  #net_shop_admin_shopping_cart table.form-table tr td.name .thumbnail_table > tbody tr td {
    height: 70px;
  }
}
#net_shop_admin_shopping_cart table.form-table tr td.name .thumbnail_table > tbody tr td img {
  width: auto;
  height: 60px;
  max-width: 60px;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}
@media (max-width: 767px) {
  #net_shop_admin_shopping_cart table.form-table tr td.name .thumbnail_table > tbody tr td img {
    height: 56px;
    max-width: 56px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
@media (min-width: 768px) {
  #net_shop_admin_shopping_cart table.form-table tr td.name .thumbnail_table > tbody tr td img {
    max-width: 70px;
    height: 70px;
  }
}
@media (max-width: 767px) {
  #net_shop_admin_shopping_cart table.form-table tr td.name .thumbnail_table > tbody tr td:first-child {
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
#net_shop_admin_shopping_cart table.form-table tr td.name .thumbnail_table > tbody tr td:last-child {
  padding: 0 0 0 14px !important;
  width: auto !important;
  min-width: 0;
  white-space: normal !important;
  word-wrap: break-word;
  overflow-wrap: break-word;
  line-height: 1.5;
  -webkit-writing-mode: horizontal-tb;
  -ms-writing-mode: lr-tb;
  writing-mode: horizontal-tb;
}
@media (max-width: 767px) {
  #net_shop_admin_shopping_cart table.form-table tr td.name .thumbnail_table > tbody tr td:last-child {
    padding: 0 0 0 12px !important;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0;
  }
}
@media (min-width: 768px) {
  #net_shop_admin_shopping_cart table.form-table tr td.name .thumbnail_table > tbody tr td:last-child {
    padding: 0 0 0 16px !important;
  }
}
#net_shop_admin_shopping_cart table.form-table tr td.name .thumbnail_table > tbody tr td:last-child a {
  word-wrap: break-word;
  overflow-wrap: break-word;
}

@media (max-width: 767px) {
  #net_shop_admin_shopping_cart.net_shop_admin_shopping_cart_sp form > p:has(img.thumbnail) {
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 0;
    padding: 20px 16px;
    margin-bottom: 16px;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06);
            box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06);
    line-height: 1.7;
    font-size: 1.4rem;
  }
  #net_shop_admin_shopping_cart.net_shop_admin_shopping_cart_sp form > p:has(img.thumbnail):last-of-type {
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  #net_shop_admin_shopping_cart.net_shop_admin_shopping_cart_sp form > p:has(img.thumbnail) img.thumbnail {
    width: 72px !important;
    height: 72px !important;
    max-width: 72px;
    -o-object-fit: contain;
       object-fit: contain;
    margin-bottom: 8px;
  }
}
@media (max-width: 767px) {
  #net_shop_admin_shopping_cart.net_shop_admin_shopping_cart_sp form > p:has(img.thumbnail) a[href*="action=delete"] {
    display: inline-block;
    margin-top: 12px;
    padding-top: 12px;
    border-top: 1px solid #f1f2f5;
    font-size: 1.3rem;
  }
}
@media (max-width: 767px) {
  #net_shop_admin_shopping_cart.net_shop_admin_shopping_cart_sp .net_shop_admin_product_quantity {
    margin: 4px 0;
  }
}

#net_shop_admin_buy_it_later {
  margin-top: 48px;
  padding-top: 32px;
  border-top: 1px solid #e5e7eb;
}
#net_shop_admin_buy_it_later h3 {
  font-size: 1.6rem;
  margin-bottom: 24px;
  font-weight: 700;
}
#net_shop_admin_buy_it_later table.form-table {
  margin-bottom: 24px;
}
#net_shop_admin_buy_it_later .textCenter {
  font-size: 1.4rem;
  color: #6b7280;
  padding: 24px 0;
}

table {
  table-layout: fixed;
}

text,
textarea {
  background-color: #ffffff;
}

.width300 {
  min-width: unset !important;
}

#net_shop_admin_checkout_body {
  padding: 50px 30px;
  background-color: #f1f2f5;
}
@media (min-width: 768px) {
  #net_shop_admin_checkout_body {
    padding: 70px 70px;
  }
}
#net_shop_admin_checkout_body .required {
  color: #6b7280;
  background: none;
  padding: 0;
  margin-left: 6px;
  font-size: 1.1rem;
  font-weight: normal;
}
#net_shop_admin_checkout_body input[type=text] {
  background-color: #ffffff;
}
#net_shop_admin_checkout_body input[type=submit] {
  border: none;
  background-color: #1c1c1c;
  color: #ffffff;
  border-radius: 0;
  width: 100%;
  max-width: 300px;
  height: 60px;
  margin-top: 40px;
  padding: 0 20px;
  cursor: pointer;
}
#net_shop_admin_checkout_body input[name=wp-submit] {
  margin-top: 10px !important;
  margin-bottom: 10px !important;
  min-width: 260px;
}
#net_shop_admin_checkout_body .changebox input[name=wp-submit] {
  min-width: unset;
  height: 30px;
}
#net_shop_admin_checkout_body table.form-table.f-template tr {
  margin-bottom: 0;
}
#net_shop_admin_checkout_body table.form-table tr {
  display: block;
  margin-bottom: 50px;
}
#net_shop_admin_checkout_body table.form-table tr th {
  display: block;
  text-align: left;
}
#net_shop_admin_checkout_body table.form-table tr th input {
  border: solid #707070 1px;
}
#net_shop_admin_checkout_body table.form-table tr td {
  display: block;
}
#net_shop_admin_checkout_body table.form-table tr td input[type=text],
#net_shop_admin_checkout_body table.form-table tr td input[type=textarea] {
  width: 100%;
  height: 50px;
  padding-left: 14px;
  border-radius: 0;
  border: 1px solid #707070;
  margin: 5px 0 5px !important;
}
#net_shop_admin_checkout_body table.form-table tr td input[type=text][type=submit],
#net_shop_admin_checkout_body table.form-table tr td input[type=textarea][type=submit] {
  border-radius: 0;
}
#net_shop_admin_checkout_body table.form-table tr td input[type=radio] {
  width: 20px !important;
  min-width: 20px !important;
  height: 20px !important;
}
#net_shop_admin_checkout_body table.form-table.checkout_step tr {
  display: table-row;
  margin: 0;
}
@media (min-width: 768px) {
  #net_shop_admin_checkout_body table.form-table.checkout_step th {
    display: table-cell;
  }
}
@media (min-width: 768px) {
  #net_shop_admin_checkout_body table.form-table.checkout_step td {
    display: table-cell;
  }
}
#net_shop_admin_checkout_body .width400 {
  min-width: none;
}

/* ===== billing_information 確認ページ（st=billing_information） ===== */
/* スマホ版（dl/dt/dd 構造） */
#net_shop_admin_checkout_body.net_shop_admin_checkout_body_sp dl {
  margin: 0 0 28px;
  padding: 0;
  overflow: hidden;
  background: #fff;
  border: none;
}
#net_shop_admin_checkout_body.net_shop_admin_checkout_body_sp dt {
  margin: 0;
  padding: 14px 18px;
  font-size: 1.2rem;
  font-weight: 600;
  color: #374151;
  background: #e8e8e8;
  letter-spacing: 0.02em;
  border: 1px solid #e0e0e0;
}
#net_shop_admin_checkout_body.net_shop_admin_checkout_body_sp dd {
  margin: 0;
  padding: 14px 18px;
  font-size: 1.45rem;
  line-height: 1.7;
  color: #1f2937;
  background: #fff;
  border: 1px solid #e0e0e0;
  border-top: none;
}
#net_shop_admin_checkout_body.net_shop_admin_checkout_body_sp dd input,
#net_shop_admin_checkout_body.net_shop_admin_checkout_body_sp dd select {
  width: 100%;
  max-width: 100%;
  height: 44px;
  padding: 10px 14px;
  font-size: 1.4rem;
  border: 1px solid #d1d5db;
  border-radius: 0;
  background: #fff;
}
#net_shop_admin_checkout_body.net_shop_admin_checkout_body_sp dd input:focus,
#net_shop_admin_checkout_body.net_shop_admin_checkout_body_sp dd select:focus {
  outline: none;
  border-color: #183299;
}
#net_shop_admin_checkout_body.net_shop_admin_checkout_body_sp dd select {
  cursor: pointer;
}
#net_shop_admin_checkout_body.net_shop_admin_checkout_body_sp dd + dt {
  border-top: none;
}
#net_shop_admin_checkout_body.net_shop_admin_checkout_body_sp table.form-table.checkout_step {
  margin-top: 28px;
}

/* ===== shipping_information 送り先・配送オプションページ ===== */
#net_shop_admin_checkout_body:has(input[name=action][value=payment_information]) table.form-table:not(.checkout_step) {
  width: 100%;
  border-collapse: collapse;
  background: #fff;
  border: 1px solid #e0e0e0;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
          box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
}
#net_shop_admin_checkout_body:has(input[name=action][value=payment_information]) table.form-table:not(.checkout_step) thead th {
  background: #f2f2f2;
  padding: 14px 18px;
  font-size: 1.25rem;
  font-weight: 600;
  color: #333;
  border: 1px solid #e0e0e0;
}
@media (min-width: 768px) {
  #net_shop_admin_checkout_body:has(input[name=action][value=payment_information]) table.form-table:not(.checkout_step) thead th {
    padding: 16px 20px;
    font-size: 1.3rem;
  }
}
#net_shop_admin_checkout_body:has(input[name=action][value=payment_information]) table.form-table:not(.checkout_step) tbody td,
#net_shop_admin_checkout_body:has(input[name=action][value=payment_information]) table.form-table:not(.checkout_step) tbody th {
  padding: 14px 18px;
  font-size: 1.4rem;
  line-height: 1.7;
  color: #333;
  border: 1px solid #e0e0e0;
}
@media (min-width: 768px) {
  #net_shop_admin_checkout_body:has(input[name=action][value=payment_information]) table.form-table:not(.checkout_step) tbody td,
  #net_shop_admin_checkout_body:has(input[name=action][value=payment_information]) table.form-table:not(.checkout_step) tbody th {
    padding: 16px 20px;
  }
}
#net_shop_admin_checkout_body:has(input[name=action][value=payment_information]) table.form-table:not(.checkout_step) {
  /* 配送オプション内テーブル：配送ラベルとラジオを横並びに（罫線なし） */
}
#net_shop_admin_checkout_body:has(input[name=action][value=payment_information]) table.form-table:not(.checkout_step) .inner-table {
  width: 100% !important;
  border-collapse: collapse;
  border: none;
  table-layout: fixed;
}
#net_shop_admin_checkout_body:has(input[name=action][value=payment_information]) table.form-table:not(.checkout_step) .inner-table th,
#net_shop_admin_checkout_body:has(input[name=action][value=payment_information]) table.form-table:not(.checkout_step) .inner-table td {
  border: none;
  vertical-align: top !important;
  padding: 14px 18px;
}
#net_shop_admin_checkout_body:has(input[name=action][value=payment_information]) table.form-table:not(.checkout_step) .inner-table th {
  width: 8em;
  white-space: nowrap;
}
#net_shop_admin_checkout_body:has(input[name=action][value=payment_information]) table.form-table:not(.checkout_step) tbody dl {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.25em;
}
#net_shop_admin_checkout_body:has(input[name=action][value=payment_information]) table.form-table:not(.checkout_step) tbody dl dt,
#net_shop_admin_checkout_body:has(input[name=action][value=payment_information]) table.form-table:not(.checkout_step) tbody dl dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
}
#net_shop_admin_checkout_body:has(input[name=action][value=payment_information]) table.form-table:not(.checkout_step) tbody dl dt {
  min-height: 0;
}
#net_shop_admin_checkout_body:has(input[name=action][value=payment_information]) table.form-table:not(.checkout_step) tbody dl dd:empty {
  display: none;
}
#net_shop_admin_checkout_body:has(input[name=action][value=payment_information]) table.form-table:not(.checkout_step) tbody dl dt label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  gap: 0;
}
#net_shop_admin_checkout_body:has(input[name=action][value=payment_information]) table.form-table:not(.checkout_step) tbody dl dt input[type=radio] {
  margin: 0 0.5em 0 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
#net_shop_admin_checkout_body:has(input[name=action][value=payment_information]) table.form-table.checkout_step {
  margin-top: 32px;
}

/* ===== shipping_address 送付先選択ページ（画像の表形式に合わせる） ===== */
#net_shop_admin_checkout_body:has(#shipping_address_add) table.form-table:not(.checkout_step) {
  width: 100%;
  border-collapse: collapse;
  table-layout: auto;
  background: #fff;
  border: 1px solid #e0e0e0;
}
#net_shop_admin_checkout_body:has(#shipping_address_add) table.form-table:not(.checkout_step) thead {
  display: table-header-group !important;
}
#net_shop_admin_checkout_body:has(#shipping_address_add) table.form-table:not(.checkout_step) tbody {
  display: table-row-group !important;
}
#net_shop_admin_checkout_body:has(#shipping_address_add) table.form-table:not(.checkout_step) tr {
  display: table-row !important;
}
#net_shop_admin_checkout_body:has(#shipping_address_add) table.form-table:not(.checkout_step) th,
#net_shop_admin_checkout_body:has(#shipping_address_add) table.form-table:not(.checkout_step) td {
  display: table-cell !important;
  border: 1px solid #e0e0e0;
  text-align: left;
  vertical-align: top;
}
#net_shop_admin_checkout_body:has(#shipping_address_add) table.form-table:not(.checkout_step) {
  /* ヘッダー行：薄いグレー背景 */
}
#net_shop_admin_checkout_body:has(#shipping_address_add) table.form-table:not(.checkout_step) thead th {
  background: #f2f2f2;
  padding: 14px 18px;
  font-size: 1.25rem;
  font-weight: 600;
  color: #333;
  text-align: left;
  vertical-align: middle;
}
@media (min-width: 768px) {
  #net_shop_admin_checkout_body:has(#shipping_address_add) table.form-table:not(.checkout_step) thead th {
    padding: 16px 20px;
    font-size: 1.3rem;
  }
}
#net_shop_admin_checkout_body:has(#shipping_address_add) table.form-table:not(.checkout_step) {
  /* データ行：白背景、複数行対応 */
}
#net_shop_admin_checkout_body:has(#shipping_address_add) table.form-table:not(.checkout_step) tbody td,
#net_shop_admin_checkout_body:has(#shipping_address_add) table.form-table:not(.checkout_step) tbody th {
  background: #fff;
  padding: 14px 18px;
  font-size: 1.4rem;
  line-height: 1.7;
  color: #333;
}
@media (min-width: 768px) {
  #net_shop_admin_checkout_body:has(#shipping_address_add) table.form-table:not(.checkout_step) tbody td,
  #net_shop_admin_checkout_body:has(#shipping_address_add) table.form-table:not(.checkout_step) tbody th {
    padding: 16px 20px;
  }
}
#net_shop_admin_checkout_body:has(#shipping_address_add) table.form-table:not(.checkout_step) {
  /* 住所列：複数行表示 */
}
#net_shop_admin_checkout_body:has(#shipping_address_add) table.form-table:not(.checkout_step) tbody td:nth-child(4) {
  white-space: normal;
  word-break: break-all;
}
#net_shop_admin_checkout_body:has(#shipping_address_add) table.form-table:not(.checkout_step) .textCenter {
  text-align: center;
  vertical-align: middle;
}
#net_shop_admin_checkout_body:has(#shipping_address_add) table.form-table:not(.checkout_step) .notfound {
  padding: 24px;
  color: #6b7280;
}
#net_shop_admin_checkout_body:has(#shipping_address_add) table.form-table:not(.checkout_step) .textCenter input[type=submit] {
  width: auto !important;
  min-width: 60px !important;
  height: 36px !important;
  padding: 0 12px !important;
  font-size: 1.2rem !important;
  border-radius: 0 !important;
}
@media (max-width: 767px) {
  #net_shop_admin_checkout_body:has(#shipping_address_add) table.form-table:not(.checkout_step) {
    display: table !important;
    min-width: 0;
  }
  #net_shop_admin_checkout_body:has(#shipping_address_add) table.form-table:not(.checkout_step) thead tr th,
  #net_shop_admin_checkout_body:has(#shipping_address_add) table.form-table:not(.checkout_step) tbody tr td {
    display: table-cell !important;
  }
}
#net_shop_admin_checkout_body:has(#shipping_address_add) input#shipping_address_add,
#net_shop_admin_checkout_body:has(#shipping_address_add) input#goback,
#net_shop_admin_checkout_body:has(#shipping_address_add) input#shipping_information {
  width: auto !important;
  max-width: none !important;
  height: 40px !important;
  padding: 0 24px !important;
  margin-top: 16px !important;
  font-size: 1.3rem !important;
  border-radius: 0 !important;
}
#net_shop_admin_checkout_body:has(#shipping_address_add) input#shipping_address_add {
  background-color: #1c1c1c !important;
  color: #fff !important;
}
#net_shop_admin_checkout_body:has(#shipping_address_add) input#goback {
  background: #6b7280 !important;
  color: #fff !important;
  margin-right: 12px;
}
#net_shop_admin_checkout_body:has(#shipping_address_add) input#shipping_information {
  background: #183299 !important;
  color: #fff !important;
}
#net_shop_admin_checkout_body:has(#shipping_address_add) .textLeft input[type=submit],
#net_shop_admin_checkout_body:has(#shipping_address_add) .clearboth input[type=submit] {
  width: auto !important;
  max-width: none !important;
  height: 40px !important;
  padding: 0 20px !important;
  font-size: 1.3rem !important;
  border-radius: 0 !important;
}

/* スマホ版 shipping_address */
#net_shop_admin_checkout_body.net_shop_admin_checkout_body_sp:has(#shipping_address_add) input#shipping_address_add,
#net_shop_admin_checkout_body.net_shop_admin_checkout_body_sp:has(#shipping_address_add) input#goback,
#net_shop_admin_checkout_body.net_shop_admin_checkout_body_sp:has(#shipping_address_add) input#shipping_information {
  width: auto !important;
  max-width: none !important;
  height: 40px !important;
  padding: 0 24px !important;
  font-size: 1.3rem !important;
  border-radius: 0 !important;
}

/* checkout_step（修正・続けるボタン）は PC/SP 共通 */
#net_shop_admin_checkout_body:not(.billing_information_input) table.form-table.checkout_step {
  width: 100%;
  margin-top: 32px;
  margin-bottom: 0;
  border: none;
  background: transparent;
}
@media (min-width: 768px) {
  #net_shop_admin_checkout_body:not(.billing_information_input) table.form-table.checkout_step {
    margin-top: 40px;
  }
}
#net_shop_admin_checkout_body:not(.billing_information_input) table.form-table.checkout_step {
  /* billing_information ページ：1つ目のthは左、2つ目のthは右に配置 */
}
#net_shop_admin_checkout_body:not(.billing_information_input) table.form-table.checkout_step:has(form[action*=billing_information_input]) {
  margin-top: 16px;
  display: -ms-grid !important;
  display: grid !important;
  -ms-grid-columns: 1fr 0 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 0;
}
@media (min-width: 768px) {
  #net_shop_admin_checkout_body:not(.billing_information_input) table.form-table.checkout_step:has(form[action*=billing_information_input]) {
    margin-top: 20px;
  }
}
#net_shop_admin_checkout_body:not(.billing_information_input) table.form-table.checkout_step:has(form[action*=billing_information_input]) tbody {
  display: contents;
}
#net_shop_admin_checkout_body:not(.billing_information_input) table.form-table.checkout_step:has(form[action*=billing_information_input]) tr {
  display: contents;
}
#net_shop_admin_checkout_body:not(.billing_information_input) table.form-table.checkout_step:has(form[action*=billing_information_input]) th:first-child {
  -ms-grid-column: 1;
  grid-column: 1;
  padding: 0;
  vertical-align: top;
  -ms-grid-column-align: start;
      justify-self: start;
}
#net_shop_admin_checkout_body:not(.billing_information_input) table.form-table.checkout_step:has(form[action*=billing_information_input]) th:first-child p {
  margin: 0;
}
#net_shop_admin_checkout_body:not(.billing_information_input) table.form-table.checkout_step:has(form[action*=billing_information_input]) th:first-child input[type=submit] {
  max-width: 120px;
  height: 36px;
  padding: 0 16px;
  font-size: 1.2rem;
  background: #f1f2f5 !important;
  color: #6b7280 !important;
  border: 1px solid #d1d5db;
}
#net_shop_admin_checkout_body:not(.billing_information_input) table.form-table.checkout_step:has(form[action*=billing_information_input]) th:first-child input[type=submit]:hover {
  background: #e5e7eb !important;
  color: #4b5563 !important;
}
@media (min-width: 768px) {
  #net_shop_admin_checkout_body:not(.billing_information_input) table.form-table.checkout_step:has(form[action*=billing_information_input]) th:first-child input[type=submit] {
    max-width: 100px;
    height: 32px;
    font-size: 1.15rem;
  }
}
#net_shop_admin_checkout_body:not(.billing_information_input) table.form-table.checkout_step:has(form[action*=billing_information_input]) th:last-child {
  -ms-grid-column: 2;
  grid-column: 2;
  padding: 0;
  min-width: 0;
  -ms-grid-column-align: end;
      justify-self: end;
}
#net_shop_admin_checkout_body:not(.billing_information_input) table.form-table.checkout_step:has(form[action*=billing_information_input]) {
  /* スマホ：縦並び、ボタン中央配置 */
}
@media (max-width: 767px) {
  #net_shop_admin_checkout_body:not(.billing_information_input) table.form-table.checkout_step:has(form[action*=billing_information_input]) {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 16px;
  }
  #net_shop_admin_checkout_body:not(.billing_information_input) table.form-table.checkout_step:has(form[action*=billing_information_input]) th:first-child {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-column-align: center;
        justify-self: center;
  }
  #net_shop_admin_checkout_body:not(.billing_information_input) table.form-table.checkout_step:has(form[action*=billing_information_input]) th:first-child p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #net_shop_admin_checkout_body:not(.billing_information_input) table.form-table.checkout_step:has(form[action*=billing_information_input]) th:last-child {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-column-align: center;
        justify-self: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #net_shop_admin_checkout_body:not(.billing_information_input) table.form-table.checkout_step:has(form[action*=billing_information_input]) th:last-child .textLeft {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #net_shop_admin_checkout_body:not(.billing_information_input) table.form-table.checkout_step:has(form[action*=billing_information_input]) th:last-child .textRight {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
#net_shop_admin_checkout_body:not(.billing_information_input) table.form-table.checkout_step tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 16px;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  margin: 0;
  width: 100%;
}
@media (min-width: 768px) {
  #net_shop_admin_checkout_body:not(.billing_information_input) table.form-table.checkout_step tr {
    display: table-row;
  }
}
#net_shop_admin_checkout_body:not(.billing_information_input) table.form-table.checkout_step th {
  display: block;
  width: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
  min-width: 100%;
  padding: 0;
  border: none;
  background: transparent;
  vertical-align: top;
}
@media (min-width: 768px) {
  #net_shop_admin_checkout_body:not(.billing_information_input) table.form-table.checkout_step th {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    display: table-cell;
    width: auto;
    min-width: 0;
    padding: 12px 16px;
  }
}
#net_shop_admin_checkout_body:not(.billing_information_input) table.form-table.checkout_step {
  /* p.clearboth：戻るを左、次へを右に配置（インラインstyleのfloatを上書き） */
}
#net_shop_admin_checkout_body:not(.billing_information_input) table.form-table.checkout_step p.clearboth {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important;
  -ms-flex-wrap: nowrap !important;
      flex-wrap: nowrap !important;
  -webkit-box-pack: justify !important;
      -ms-flex-pack: justify !important;
          justify-content: space-between !important;
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
  gap: 16px;
  margin: 0;
  width: 100%;
}
#net_shop_admin_checkout_body:not(.billing_information_input) table.form-table.checkout_step p.clearboth::after {
  display: none !important;
}
#net_shop_admin_checkout_body:not(.billing_information_input) table.form-table.checkout_step p.clearboth input {
  float: none !important;
  width: auto !important;
  min-width: auto !important;
  -ms-flex-negative: 0 !important;
      flex-shrink: 0 !important;
}
#net_shop_admin_checkout_body:not(.billing_information_input) table.form-table.checkout_step p.clearboth input.width100 {
  width: auto !important;
  min-width: auto !important;
}
#net_shop_admin_checkout_body:not(.billing_information_input) table.form-table.checkout_step p.clearboth input#goback {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  margin-left: 0 !important;
  margin-right: auto !important;
}
#net_shop_admin_checkout_body:not(.billing_information_input) table.form-table.checkout_step p.clearboth input#continue,
#net_shop_admin_checkout_body:not(.billing_information_input) table.form-table.checkout_step p.clearboth input#continue.profile,
#net_shop_admin_checkout_body:not(.billing_information_input) table.form-table.checkout_step p.clearboth input#shipping_information {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  margin-left: auto !important;
  margin-right: 0 !important;
}
#net_shop_admin_checkout_body:not(.billing_information_input) table.form-table.checkout_step .textLeft,
#net_shop_admin_checkout_body:not(.billing_information_input) table.form-table.checkout_step p[style*="text-align:left"] {
  margin-bottom: 16px !important;
  padding: 0;
}
#net_shop_admin_checkout_body:not(.billing_information_input) table.form-table.checkout_step .textLeft label,
#net_shop_admin_checkout_body:not(.billing_information_input) table.form-table.checkout_step p[style*="text-align:left"] label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  margin-bottom: 12px;
  font-size: 1.4rem;
  cursor: pointer;
}
#net_shop_admin_checkout_body:not(.billing_information_input) table.form-table.checkout_step .textRight {
  margin-top: 16px;
}
@media (min-width: 768px) {
  #net_shop_admin_checkout_body:not(.billing_information_input) table.form-table.checkout_step .textRight {
    margin-top: 0;
  }
}
#net_shop_admin_checkout_body:not(.billing_information_input) table.form-table.checkout_step input[type=submit] {
  width: 100%;
  max-width: 280px;
  height: 48px;
  margin: 0;
  padding: 0 20px;
  font-size: 1.4rem;
  border-radius: 0;
  cursor: pointer;
}
@media (min-width: 768px) {
  #net_shop_admin_checkout_body:not(.billing_information_input) table.form-table.checkout_step input[type=submit] {
    max-width: 200px;
    height: 44px;
  }
}
#net_shop_admin_checkout_body:not(.billing_information_input) table.form-table.checkout_step th:first-child input[type=submit] {
  background: #6b7280 !important;
  color: #fff !important;
}
#net_shop_admin_checkout_body:not(.billing_information_input) table.form-table.checkout_step th:first-child input[type=submit]:hover {
  opacity: 0.9;
}
#net_shop_admin_checkout_body:not(.billing_information_input) table.form-table.checkout_step th:last-child .textRight input[type=submit],
#net_shop_admin_checkout_body:not(.billing_information_input) table.form-table.checkout_step th:last-child p input[type=submit] {
  background: #183299 !important;
  color: #fff !important;
}
#net_shop_admin_checkout_body:not(.billing_information_input) table.form-table.checkout_step th:last-child .textRight input[type=submit]:hover,
#net_shop_admin_checkout_body:not(.billing_information_input) table.form-table.checkout_step th:last-child p input[type=submit]:hover {
  opacity: 0.9;
}

/* PC版（table 構造）※送付先選択(shipping_address)は除外し、最初の表形式を維持 */
#net_shop_admin_checkout_body:not(.billing_information_input):not(.net_shop_admin_checkout_body_sp):not(:has(#shipping_address_add)) table.form-table:first-child {
  margin-bottom: 36px;
  overflow: hidden;
  background: #fff;
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #e0e0e0;
}
#net_shop_admin_checkout_body:not(.billing_information_input):not(.net_shop_admin_checkout_body_sp):not(:has(#shipping_address_add)) table.form-table:first-child thead,
#net_shop_admin_checkout_body:not(.billing_information_input):not(.net_shop_admin_checkout_body_sp):not(:has(#shipping_address_add)) table.form-table:first-child tbody,
#net_shop_admin_checkout_body:not(.billing_information_input):not(.net_shop_admin_checkout_body_sp):not(:has(#shipping_address_add)) table.form-table:first-child tr {
  border: none;
}
#net_shop_admin_checkout_body:not(.billing_information_input):not(.net_shop_admin_checkout_body_sp):not(:has(#shipping_address_add)) table.form-table:first-child th,
#net_shop_admin_checkout_body:not(.billing_information_input):not(.net_shop_admin_checkout_body_sp):not(:has(#shipping_address_add)) table.form-table:first-child td {
  border: 1px solid #e0e0e0;
}
#net_shop_admin_checkout_body:not(.billing_information_input):not(.net_shop_admin_checkout_body_sp):not(:has(#shipping_address_add)) table.form-table:first-child {
  /* デスクトップ：通常のテーブル表示を維持 */
}
@media (min-width: 768px) {
  #net_shop_admin_checkout_body:not(.billing_information_input):not(.net_shop_admin_checkout_body_sp):not(:has(#shipping_address_add)) table.form-table:first-child thead tr,
  #net_shop_admin_checkout_body:not(.billing_information_input):not(.net_shop_admin_checkout_body_sp):not(:has(#shipping_address_add)) table.form-table:first-child tbody tr {
    display: table-row;
  }
  #net_shop_admin_checkout_body:not(.billing_information_input):not(.net_shop_admin_checkout_body_sp):not(:has(#shipping_address_add)) table.form-table:first-child thead th,
  #net_shop_admin_checkout_body:not(.billing_information_input):not(.net_shop_admin_checkout_body_sp):not(:has(#shipping_address_add)) table.form-table:first-child tbody td {
    display: table-cell;
  }
}
#net_shop_admin_checkout_body:not(.billing_information_input):not(.net_shop_admin_checkout_body_sp):not(:has(#shipping_address_add)) table.form-table:first-child thead th {
  background: #e8e8e8;
  padding: 16px 20px;
  font-size: 1.25rem;
  font-weight: 600;
  color: #374151;
  text-align: left;
  letter-spacing: 0.02em;
}
@media (min-width: 768px) {
  #net_shop_admin_checkout_body:not(.billing_information_input):not(.net_shop_admin_checkout_body_sp):not(:has(#shipping_address_add)) table.form-table:first-child thead th {
    padding: 18px 24px;
    font-size: 1.35rem;
  }
}
#net_shop_admin_checkout_body:not(.billing_information_input):not(.net_shop_admin_checkout_body_sp):not(:has(#shipping_address_add)) table.form-table:first-child tbody td {
  padding: 16px 20px;
  font-size: 1.45rem;
  line-height: 1.7;
  color: #1f2937;
  vertical-align: top;
}
@media (min-width: 768px) {
  #net_shop_admin_checkout_body:not(.billing_information_input):not(.net_shop_admin_checkout_body_sp):not(:has(#shipping_address_add)) table.form-table:first-child tbody td {
    padding: 20px 24px;
  }
}
@media (max-width: 767px) {
  #net_shop_admin_checkout_body:not(.billing_information_input):not(.net_shop_admin_checkout_body_sp):not(:has(#shipping_address_add)) table.form-table:first-child {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: minmax(100px, 120px) 0 1fr;
    grid-template-columns: minmax(100px, 120px) 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    gap: 0;
  }
  #net_shop_admin_checkout_body:not(.billing_information_input):not(.net_shop_admin_checkout_body_sp):not(:has(#shipping_address_add)) table.form-table:first-child > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  #net_shop_admin_checkout_body:not(.billing_information_input):not(.net_shop_admin_checkout_body_sp):not(:has(#shipping_address_add)) table.form-table:first-child > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  #net_shop_admin_checkout_body:not(.billing_information_input):not(.net_shop_admin_checkout_body_sp):not(:has(#shipping_address_add)) table.form-table:first-child thead,
  #net_shop_admin_checkout_body:not(.billing_information_input):not(.net_shop_admin_checkout_body_sp):not(:has(#shipping_address_add)) table.form-table:first-child tbody,
  #net_shop_admin_checkout_body:not(.billing_information_input):not(.net_shop_admin_checkout_body_sp):not(:has(#shipping_address_add)) table.form-table:first-child tr {
    display: contents;
  }
  #net_shop_admin_checkout_body:not(.billing_information_input):not(.net_shop_admin_checkout_body_sp):not(:has(#shipping_address_add)) table.form-table:first-child thead tr th,
  #net_shop_admin_checkout_body:not(.billing_information_input):not(.net_shop_admin_checkout_body_sp):not(:has(#shipping_address_add)) table.form-table:first-child tbody tr td {
    display: block;
    padding: 14px 18px;
  }
  #net_shop_admin_checkout_body:not(.billing_information_input):not(.net_shop_admin_checkout_body_sp):not(:has(#shipping_address_add)) table.form-table:first-child thead tr th {
    background: #e8e8e8;
    font-weight: 600;
    font-size: 1.2rem;
    color: #374151;
    letter-spacing: 0.02em;
    -ms-grid-column: 1;
    grid-column: 1;
  }
  #net_shop_admin_checkout_body:not(.billing_information_input):not(.net_shop_admin_checkout_body_sp):not(:has(#shipping_address_add)) table.form-table:first-child tbody tr td {
    background: #fff;
    font-size: 1.45rem;
    line-height: 1.7;
    color: #1f2937;
    -ms-grid-column: 2;
    grid-column: 2;
  }
  #net_shop_admin_checkout_body:not(.billing_information_input):not(.net_shop_admin_checkout_body_sp):not(:has(#shipping_address_add)) table.form-table:first-child thead tr th:nth-child(1) {
    -ms-grid-row: 1;
    grid-row: 1;
  }
  #net_shop_admin_checkout_body:not(.billing_information_input):not(.net_shop_admin_checkout_body_sp):not(:has(#shipping_address_add)) table.form-table:first-child tbody tr td:nth-child(1) {
    -ms-grid-row: 1;
    grid-row: 1;
  }
  #net_shop_admin_checkout_body:not(.billing_information_input):not(.net_shop_admin_checkout_body_sp):not(:has(#shipping_address_add)) table.form-table:first-child thead tr th:nth-child(2) {
    -ms-grid-row: 2;
    grid-row: 2;
  }
  #net_shop_admin_checkout_body:not(.billing_information_input):not(.net_shop_admin_checkout_body_sp):not(:has(#shipping_address_add)) table.form-table:first-child tbody tr td:nth-child(2) {
    -ms-grid-row: 2;
    grid-row: 2;
  }
  #net_shop_admin_checkout_body:not(.billing_information_input):not(.net_shop_admin_checkout_body_sp):not(:has(#shipping_address_add)) table.form-table:first-child thead tr th:nth-child(3) {
    -ms-grid-row: 3;
    grid-row: 3;
  }
  #net_shop_admin_checkout_body:not(.billing_information_input):not(.net_shop_admin_checkout_body_sp):not(:has(#shipping_address_add)) table.form-table:first-child tbody tr td:nth-child(3) {
    -ms-grid-row: 3;
    grid-row: 3;
  }
  #net_shop_admin_checkout_body:not(.billing_information_input):not(.net_shop_admin_checkout_body_sp):not(:has(#shipping_address_add)) table.form-table:first-child thead tr th:nth-child(4) {
    -ms-grid-row: 4;
    grid-row: 4;
  }
  #net_shop_admin_checkout_body:not(.billing_information_input):not(.net_shop_admin_checkout_body_sp):not(:has(#shipping_address_add)) table.form-table:first-child tbody tr td:nth-child(4) {
    -ms-grid-row: 4;
    grid-row: 4;
  }
}
#net_shop_admin_checkout_body:not(.billing_information_input):not(.net_shop_admin_checkout_body_sp):not(:has(#shipping_address_add)) table.form-table.billing_information_attribute {
  margin-bottom: 36px;
  overflow: hidden;
  background: #fff;
  border: none !important;
}
#net_shop_admin_checkout_body:not(.billing_information_input):not(.net_shop_admin_checkout_body_sp):not(:has(#shipping_address_add)) table.form-table.billing_information_attribute th,
#net_shop_admin_checkout_body:not(.billing_information_input):not(.net_shop_admin_checkout_body_sp):not(:has(#shipping_address_add)) table.form-table.billing_information_attribute td {
  padding: 14px 18px;
  font-size: 1.4rem;
  border: none !important;
  text-align: left;
}
@media (min-width: 768px) {
  #net_shop_admin_checkout_body:not(.billing_information_input):not(.net_shop_admin_checkout_body_sp):not(:has(#shipping_address_add)) table.form-table.billing_information_attribute th,
  #net_shop_admin_checkout_body:not(.billing_information_input):not(.net_shop_admin_checkout_body_sp):not(:has(#shipping_address_add)) table.form-table.billing_information_attribute td {
    padding: 16px 24px;
  }
}
#net_shop_admin_checkout_body:not(.billing_information_input):not(.net_shop_admin_checkout_body_sp):not(:has(#shipping_address_add)) table.form-table.billing_information_attribute th {
  background: #e8e8e8;
  font-weight: 600;
  color: #374151;
  width: 30%;
  letter-spacing: 0.02em;
}
#net_shop_admin_checkout_body:not(.billing_information_input):not(.net_shop_admin_checkout_body_sp):not(:has(#shipping_address_add)) table.form-table.billing_information_attribute td {
  color: #1f2937;
  line-height: 1.7;
}

/* ===== shipping_address_input 専用（billing_information_input は上記でプロフィールスタイル適用） ===== */
/* 送付先・注文者情報入力フォーム：プロフィールページと同じレイアウトに統一 */
/* 親要素（entry-content 等）で中央寄せを有効化 */
:has(> #net_shop_admin_checkout_body:has(input[name=action][value=shipping_address_input])),
:has(> #net_shop_admin_checkout_body.billing_information_input) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/* 注文者情報入力：プロフィールと同じレイアウト・テーブルスタイル */
#net_shop_admin_checkout_body.billing_information_input {
  width: 100%;
  max-width: 720px;
  min-width: 0;
  margin-left: auto;
  margin-right: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #f1f2f5;
  padding: 24px 16px 32px;
  overflow-x: hidden;
}
@media (max-width: 767px) {
  #net_shop_admin_checkout_body.billing_information_input {
    padding: 16px 12px 24px;
  }
}
@media (min-width: 768px) {
  #net_shop_admin_checkout_body.billing_information_input {
    padding: 32px 24px 40px;
  }
}
#net_shop_admin_checkout_body.billing_information_input form {
  display: block;
  width: 100%;
  min-width: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #fff;
  padding: 40px 24px 32px;
  border-radius: 0;
  overflow-x: hidden;
}
@media (max-width: 767px) {
  #net_shop_admin_checkout_body.billing_information_input form {
    padding: 24px 16px 24px;
  }
}
@media (min-width: 768px) {
  #net_shop_admin_checkout_body.billing_information_input form {
    padding: 48px 40px 40px;
  }
}
#net_shop_admin_checkout_body.billing_information_input {
  /* プロフィールと同様のテーブルスタイル */
}
#net_shop_admin_checkout_body.billing_information_input table.form-table:not(.checkout_step) {
  width: 100%;
  max-width: 100%;
  min-width: 0;
  table-layout: fixed;
  border: none;
  margin: 0 0 24px;
  border-collapse: collapse;
}
@media (max-width: 767px) {
  #net_shop_admin_checkout_body.billing_information_input table.form-table:not(.checkout_step) {
    margin: 0 0 16px;
  }
}
#net_shop_admin_checkout_body.billing_information_input table.form-table:not(.checkout_step) tr {
  display: block;
  margin-bottom: 24px;
  padding-bottom: 24px;
  border-bottom: 1px solid #e5e7eb;
}
#net_shop_admin_checkout_body.billing_information_input table.form-table:not(.checkout_step) tr:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
@media (max-width: 767px) {
  #net_shop_admin_checkout_body.billing_information_input table.form-table:not(.checkout_step) tr {
    margin-bottom: 12px;
    padding-bottom: 12px;
  }
}
@media (min-width: 768px) {
  #net_shop_admin_checkout_body.billing_information_input table.form-table:not(.checkout_step) tr {
    display: table-row;
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 1px solid #e5e7eb;
  }
}
#net_shop_admin_checkout_body.billing_information_input table.form-table:not(.checkout_step) th {
  display: block;
  font-size: 1.4rem;
  font-weight: 700;
  margin-bottom: 8px;
}
@media (max-width: 767px) {
  #net_shop_admin_checkout_body.billing_information_input table.form-table:not(.checkout_step) th {
    margin-bottom: 4px;
  }
}
#net_shop_admin_checkout_body.billing_information_input table.form-table:not(.checkout_step) th {
  color: #222;
  text-align: left;
  padding: 0;
  vertical-align: top;
  background: transparent !important;
}
#net_shop_admin_checkout_body.billing_information_input table.form-table:not(.checkout_step) th label {
  font-weight: inherit;
}
#net_shop_admin_checkout_body.billing_information_input table.form-table:not(.checkout_step) th .required {
  color: #e61616;
  font-size: 1.2rem;
  font-weight: 700;
  margin-left: 4px;
}
@media (min-width: 768px) {
  #net_shop_admin_checkout_body.billing_information_input table.form-table:not(.checkout_step) th {
    display: table-cell;
    width: 30%;
    max-width: 180px;
    padding: 16px 20px 16px 0;
    margin-bottom: 0;
    vertical-align: middle;
    text-align: right;
  }
}
#net_shop_admin_checkout_body.billing_information_input table.form-table:not(.checkout_step) td {
  display: block;
  padding: 0 0 24px;
  vertical-align: top;
  border: none !important;
  font-size: 1.2rem;
  min-width: 0;
}
@media (max-width: 767px) {
  #net_shop_admin_checkout_body.billing_information_input table.form-table:not(.checkout_step) td {
    padding: 0 0 12px;
    font-size: 1.1rem;
  }
}
@media (min-width: 768px) {
  #net_shop_admin_checkout_body.billing_information_input table.form-table:not(.checkout_step) td {
    display: table-cell;
    padding: 16px 0;
    vertical-align: middle;
  }
}
#net_shop_admin_checkout_body.billing_information_input table.form-table:not(.checkout_step) p {
  margin: 0;
  line-height: 1.5;
}
#net_shop_admin_checkout_body.billing_information_input table.form-table:not(.checkout_step) td p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px 20px;
}
@media (min-width: 768px) {
  #net_shop_admin_checkout_body.billing_information_input table.form-table:not(.checkout_step) td p {
    gap: 16px 24px;
  }
}
@media (max-width: 767px) {
  #net_shop_admin_checkout_body.billing_information_input table.form-table:not(.checkout_step) td p {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    gap: 8px;
  }
}
#net_shop_admin_checkout_body.billing_information_input table.form-table:not(.checkout_step) td:has(#last_name) p,
#net_shop_admin_checkout_body.billing_information_input table.form-table:not(.checkout_step) td:has(#last_name_furigana) p {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 12px minmax(0, 1fr) 12px auto 12px minmax(0, 1fr);
  grid-template-columns: auto minmax(0, 1fr) auto minmax(0, 1fr);
  gap: 8px 12px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 768px) {
  #net_shop_admin_checkout_body.billing_information_input table.form-table:not(.checkout_step) td:has(#last_name) p,
  #net_shop_admin_checkout_body.billing_information_input table.form-table:not(.checkout_step) td:has(#last_name_furigana) p {
    gap: 12px 24px;
  }
}
#net_shop_admin_checkout_body.billing_information_input table.form-table:not(.checkout_step) td:has(#last_name) p input,
#net_shop_admin_checkout_body.billing_information_input table.form-table:not(.checkout_step) td:has(#last_name_furigana) p input {
  min-width: 0;
  width: 100%;
}
#net_shop_admin_checkout_body.billing_information_input table.form-table:not(.checkout_step) input[type=text],
#net_shop_admin_checkout_body.billing_information_input table.form-table:not(.checkout_step) input[type=email],
#net_shop_admin_checkout_body.billing_information_input table.form-table:not(.checkout_step) select {
  width: 100%;
  max-width: 100%;
  min-width: 0;
  height: 50px;
  padding: 12px 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #cfcfcf;
  border-radius: 0;
  font-size: 1.4rem;
  background: #fff;
}
#net_shop_admin_checkout_body.billing_information_input table.form-table:not(.checkout_step) input[type=text]:focus,
#net_shop_admin_checkout_body.billing_information_input table.form-table:not(.checkout_step) input[type=email]:focus,
#net_shop_admin_checkout_body.billing_information_input table.form-table:not(.checkout_step) select:focus {
  outline: none;
  border-color: #183299;
  -webkit-box-shadow: 0 0 0 3px rgba(24, 50, 153, 0.15);
          box-shadow: 0 0 0 3px rgba(24, 50, 153, 0.15);
}
@media (max-width: 767px) {
  #net_shop_admin_checkout_body.billing_information_input table.form-table:not(.checkout_step) input[type=text],
  #net_shop_admin_checkout_body.billing_information_input table.form-table:not(.checkout_step) input[type=email],
  #net_shop_admin_checkout_body.billing_information_input table.form-table:not(.checkout_step) select {
    height: 34px;
    padding: 5px 6px;
  }
}
#net_shop_admin_checkout_body.billing_information_input table.form-table:not(.checkout_step) select {
  cursor: pointer;
}
#net_shop_admin_checkout_body.billing_information_input table.form-table:not(.checkout_step) .red {
  color: #dc2626;
  font-size: 1.2rem;
  margin-bottom: 8px;
}
#net_shop_admin_checkout_body.billing_information_input table.form-table:not(.checkout_step) .error_attribute .red {
  margin-top: 4px;
}
#net_shop_admin_checkout_body.billing_information_input table.form-table:not(.checkout_step) .nsa-billing-information-comment {
  font-size: 1.2rem;
  color: #6b7280;
  margin-top: 0;
  display: block;
}
#net_shop_admin_checkout_body.billing_information_input table.form-table:not(.checkout_step) {
  /* 郵便番号コメント直前のbrを非表示（上の空間をなくす） */
}
#net_shop_admin_checkout_body.billing_information_input table.form-table:not(.checkout_step) br + .nsa-billing-information-comment {
  margin-top: 0;
}
#net_shop_admin_checkout_body.billing_information_input table.form-table:not(.checkout_step) {
  /* コメント直前に限り br を非表示（:has で直前の br のみ指定） */
}
#net_shop_admin_checkout_body.billing_information_input table.form-table:not(.checkout_step) br:has(+ .nsa-billing-information-comment) {
  display: none !important;
}
#net_shop_admin_checkout_body.billing_information_input table.form-table:not(.checkout_step) .field_present {
  border: 2px solid #c1272d;
  padding: 20px;
  background-color: #fff;
  margin: 5px !important;
}
#net_shop_admin_checkout_body.billing_information_input table.form-table:not(.checkout_step) .field_present .present-text {
  line-height: 1.1;
  margin-bottom: 25px;
}
#net_shop_admin_checkout_body.billing_information_input table.form-table:not(.checkout_step) .field_present label {
  display: block;
  margin-top: 15px;
  margin-left: 24px;
}
@media (min-width: 768px) {
  #net_shop_admin_checkout_body.billing_information_input table.form-table:not(.checkout_step) .field_present label {
    margin-left: 0;
  }
}
#net_shop_admin_checkout_body.billing_information_input table.form-table:not(.checkout_step) .field_present label[for=present] {
  display: inline-block;
  margin-top: auto;
  color: #c1272d;
  margin-left: auto;
}
#net_shop_admin_checkout_body.billing_information_input table.form-table:not(.checkout_step) td p input[type=text],
#net_shop_admin_checkout_body.billing_information_input table.form-table:not(.checkout_step) td p input[type=email] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
}
#net_shop_admin_checkout_body.billing_information_input {
  /* 郵便番号入力直後のbr（「住所が自動挿入されます」の上）を非表示 - PC/SP共通 */
}
#net_shop_admin_checkout_body.billing_information_input #zipcode + br {
  display: none !important;
}
#net_shop_admin_checkout_body.billing_information_input table.form-table.checkout_step {
  margin-top: 32px;
  padding: 0;
  border: none;
  background: transparent;
}
@media (max-width: 767px) {
  #net_shop_admin_checkout_body.billing_information_input table.form-table.checkout_step {
    margin-top: 24px;
  }
}
#net_shop_admin_checkout_body.billing_information_input table.form-table.checkout_step input[type=submit] {
  width: 100%;
  max-width: 300px;
  height: 52px;
  font-size: 1.5rem;
  font-weight: 600;
  border-radius: 0;
  background: #183299 !important;
  color: #fff !important;
  cursor: pointer;
}
#net_shop_admin_checkout_body.billing_information_input table.form-table.checkout_step input[type=submit]:hover {
  opacity: 0.9;
}
@media (max-width: 767px) {
  #net_shop_admin_checkout_body.billing_information_input table.form-table.checkout_step input[type=submit] {
    height: 48px;
    font-size: 1.5rem;
  }
}

/* shipping_address_input は JS で billing_information_input クラスを付与し、上記の billing スタイルを共用 */
/* 送付先入力フォーム：checkout_step（送信ボタンエリア）billing と同スタイル */
#net_shop_admin_checkout_body.billing_information_input:has(input[name=action][value=shipping_address_input]) table.form-table.checkout_step {
  width: 100%;
  max-width: 100%;
  margin-top: 32px !important;
  margin-bottom: 0 !important;
  padding-top: 0;
  border: none;
  background: transparent;
}
#net_shop_admin_checkout_body.billing_information_input:has(input[name=action][value=shipping_address_input]) table.form-table.checkout_step tr,
#net_shop_admin_checkout_body.billing_information_input:has(input[name=action][value=shipping_address_input]) table.form-table.checkout_step th,
#net_shop_admin_checkout_body.billing_information_input:has(input[name=action][value=shipping_address_input]) table.form-table.checkout_step td {
  display: block;
  border: none;
  background: transparent;
  padding: 0;
  margin: 0;
}
#net_shop_admin_checkout_body.billing_information_input:has(input[name=action][value=shipping_address_input]) table.form-table.checkout_step th {
  display: block !important;
  width: 100% !important;
  text-align: left;
}
#net_shop_admin_checkout_body.billing_information_input:has(input[name=action][value=shipping_address_input]) table.form-table.checkout_step p.clearboth {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important;
  -ms-flex-wrap: nowrap !important;
      flex-wrap: nowrap !important;
  -webkit-box-pack: justify !important;
      -ms-flex-pack: justify !important;
          justify-content: space-between !important;
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
  gap: 16px;
  margin: 0;
  width: 100%;
}
#net_shop_admin_checkout_body.billing_information_input:has(input[name=action][value=shipping_address_input]) table.form-table.checkout_step p.clearboth::after {
  display: none !important;
}
#net_shop_admin_checkout_body.billing_information_input:has(input[name=action][value=shipping_address_input]) table.form-table.checkout_step {
  /* インラインの float を無効化し、戻るを左、次へを右に配置 */
}
#net_shop_admin_checkout_body.billing_information_input:has(input[name=action][value=shipping_address_input]) table.form-table.checkout_step p.clearboth input {
  float: none !important;
  width: auto !important;
  min-width: auto !important;
  max-width: none !important;
  -ms-flex-negative: 0 !important;
      flex-shrink: 0 !important;
}
#net_shop_admin_checkout_body.billing_information_input:has(input[name=action][value=shipping_address_input]) table.form-table.checkout_step {
  /* width100 クラスを無効化して横並びを維持 */
}
#net_shop_admin_checkout_body.billing_information_input:has(input[name=action][value=shipping_address_input]) table.form-table.checkout_step p.clearboth input.width100 {
  width: auto !important;
  min-width: auto !important;
}
#net_shop_admin_checkout_body.billing_information_input:has(input[name=action][value=shipping_address_input]) table.form-table.checkout_step input#goback {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  margin-left: 0 !important;
  margin-right: auto !important;
}
#net_shop_admin_checkout_body.billing_information_input:has(input[name=action][value=shipping_address_input]) table.form-table.checkout_step input#continue.profile,
#net_shop_admin_checkout_body.billing_information_input:has(input[name=action][value=shipping_address_input]) table.form-table.checkout_step input#continue {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  margin-left: auto !important;
  margin-right: 0 !important;
}
#net_shop_admin_checkout_body.billing_information_input:has(input[name=action][value=shipping_address_input]) table.form-table.checkout_step input#continue,
#net_shop_admin_checkout_body.billing_information_input:has(input[name=action][value=shipping_address_input]) table.form-table.checkout_step input#continue.profile {
  width: auto;
  min-width: 160px;
  max-width: 320px;
  height: 56px;
  padding: 0 32px;
  border-radius: 0;
  background: #183299 !important;
  color: #fff !important;
  border: none !important;
  font-size: 1.4rem;
  font-weight: 600;
  cursor: pointer;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
#net_shop_admin_checkout_body.billing_information_input:has(input[name=action][value=shipping_address_input]) table.form-table.checkout_step input#continue:hover,
#net_shop_admin_checkout_body.billing_information_input:has(input[name=action][value=shipping_address_input]) table.form-table.checkout_step input#continue.profile:hover {
  opacity: 0.9;
}
#net_shop_admin_checkout_body.billing_information_input:has(input[name=action][value=shipping_address_input]) table.form-table.checkout_step input#goback {
  width: auto;
  min-width: 160px;
  max-width: 320px;
  height: 56px;
  padding: 0 32px;
  background: #6b7280 !important;
  color: #fff !important;
  border: none !important;
  border-radius: 0;
  font-size: 1.4rem;
  font-weight: 600;
  cursor: pointer;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
#net_shop_admin_checkout_body.billing_information_input:has(input[name=action][value=shipping_address_input]) table.form-table.checkout_step input#goback:hover {
  opacity: 0.9;
  -webkit-transform: translateY(-1px);
          transform: translateY(-1px);
}

#net_shop_admin_payment_form {
  /* ポイント使用：入力欄と下の選択肢の垂直間隔 */
}
#net_shop_admin_payment_form dd:has(#order_usepoint) p {
  line-height: 2.8 !important;
}
#net_shop_admin_payment_form dd:has(#order_usepoint) p label[for=order_usepoint] {
  margin-bottom: 16px !important;
}
#net_shop_admin_payment_form {
  /* ポイント使用する行：先頭のラジオを下にずらして入力欄と揃える */
}
#net_shop_admin_payment_form dd:has(#order_usepoint) p input[name=order_use_point_select][value="0"] {
  margin-top: 6px !important;
}
#net_shop_admin_payment_form {
  /* ポイント使用：ラジオとテキストの縦揃え */
}
#net_shop_admin_payment_form dd:has(#order_usepoint) p label[for=order_use_point_select] {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
  gap: 0.5em !important;
}
#net_shop_admin_payment_form {
  /* ポイント使用入力欄 */
}
#net_shop_admin_payment_form #order_usepoint {
  width: 5em !important;
  min-width: 5em !important;
  max-width: 6em !important;
  height: 36px;
  padding: 8px 12px;
  margin: 0 12px !important;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #cfcfcf;
  border-radius: 0;
  font-size: 1.4rem;
  font-family: inherit;
  text-align: right;
  -webkit-transition: border-color 0.2s, -webkit-box-shadow 0.2s;
  transition: border-color 0.2s, -webkit-box-shadow 0.2s;
  transition: border-color 0.2s, box-shadow 0.2s;
  transition: border-color 0.2s, box-shadow 0.2s, -webkit-box-shadow 0.2s;
}
#net_shop_admin_payment_form #order_usepoint:focus {
  outline: none;
  border-color: #183299;
  -webkit-box-shadow: 0 0 0 3px rgba(24, 50, 153, 0.15);
          box-shadow: 0 0 0 3px rgba(24, 50, 153, 0.15);
}
#net_shop_admin_payment_form #order_usepoint::-webkit-input-placeholder {
  color: #9ca3af;
}
#net_shop_admin_payment_form #order_usepoint::-moz-placeholder {
  color: #9ca3af;
}
#net_shop_admin_payment_form #order_usepoint:-ms-input-placeholder {
  color: #9ca3af;
}
#net_shop_admin_payment_form #order_usepoint::-ms-input-placeholder {
  color: #9ca3af;
}
#net_shop_admin_payment_form #order_usepoint::placeholder {
  color: #9ca3af;
}
#net_shop_admin_payment_form .clearboth {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#net_shop_admin_payment_form .clearboth::after {
  content: none;
}
#net_shop_admin_payment_form .clearboth input {
  float: none !important;
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}

.h2-block01 {
  font-size: 1.5rem;
  background-color: #1c1c1c;
  color: #ffffff;
  padding: 17px 0 16px 20px;
}
@media (min-width: 768px) {
  .h2-block01 {
    font-size: 1.8rem;
  }
}

label {
  position: relative;
}

input[type=radio] {
  position: relative;
  width: 20px;
  min-width: 20px;
  height: 20px;
  margin: 0 8px 0 0;
  padding: 0;
  cursor: pointer;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
input[type=radio]::before, input[type=radio]::after {
  content: "";
  display: block;
  position: absolute;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  pointer-events: none;
}
input[type=radio]::before {
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  background: #ffffff;
  border: 1px solid #374151;
  border-radius: 50%;
}
input[type=radio]::after {
  top: 3px;
  left: 3px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  opacity: 0;
  background: #183299;
}

.net_shop_admin_update_quantity {
  font-size: 1.8rem;
  color: red;
}

.btn-r {
  max-width: 300px;
}

/* チェック後 */
input[type=radio]:checked::after {
  opacity: 1;
}

/* ログイン中は「ログインして購入する」セクションを非表示 */
body.logged-in #net_shop_admin_checkout #net_shop_admin_checkout_login {
  display: none !important;
}

#net_shop_admin_checkout {
  background: none !important;
  max-width: 920px;
  margin-left: auto !important;
  margin-right: auto !important;
  margin-bottom: 120px !important;
  padding: 0 16px;
}
@media (min-width: 768px) {
  #net_shop_admin_checkout {
    padding: 0 24px;
  }
}
#net_shop_admin_checkout p.title {
  font-size: 1.8rem;
  font-weight: 600;
  padding-bottom: 16px;
  margin-bottom: 24px;
  border-bottom: 1px solid #e5e7eb;
  color: #1c1c1c;
}
@media (min-width: 768px) {
  #net_shop_admin_checkout p.title {
    font-size: 2rem;
    margin-bottom: 32px;
  }
}
#net_shop_admin_checkout p.desc {
  text-align: left !important;
  color: #4b5563 !important;
  margin-bottom: 32px;
  font-size: 1.4rem;
  line-height: 1.6;
}
#net_shop_admin_checkout .title span {
  background: none !important;
  font-weight: 600 !important;
  padding: 0 !important;
  line-height: 1.6;
}
#net_shop_admin_checkout p label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  margin-bottom: 16px;
  font-size: 1.4rem;
  cursor: pointer;
}
#net_shop_admin_checkout p label input[type=radio] {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin: 0;
}
#net_shop_admin_checkout .submit {
  margin-top: 32px;
}
@media (min-width: 768px) {
  #net_shop_admin_checkout .submit {
    margin-top: 40px;
  }
}
#net_shop_admin_checkout .submit input {
  background: #183299 !important;
  margin-left: auto !important;
  margin-right: auto !important;
  border: none;
  color: #fff !important;
  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;
  width: 100%;
  max-width: 350px;
  height: 56px;
  border-radius: 0 !important;
  font-family: "Noto Sans JP", Meiryo, "メイリオ", Osaka, "MS P Gothic", "ＭＳ Ｐゴシック", sans-serif;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  font-weight: 600;
  font-size: 1.6rem;
}
#net_shop_admin_checkout .submit input:hover {
  opacity: 0.9;
}
#net_shop_admin_checkout .lost_pass {
  width: 100%;
  max-width: 350px;
  margin-top: 16px;
  margin-left: auto !important;
  margin-right: auto !important;
}
#net_shop_admin_checkout .lost_pass a {
  font-size: 1.3rem;
  color: #6b7280;
}
#net_shop_admin_checkout .lost_pass a:hover {
  color: #183299;
}
#net_shop_admin_checkout #net_shop_admin_checkout_first {
  float: none;
  width: 100%;
  text-align: left !important;
  margin-bottom: 48px !important;
  padding: 24px 0;
  border-bottom: 1px solid #e5e7eb;
}
@media (min-width: 768px) {
  #net_shop_admin_checkout #net_shop_admin_checkout_first {
    margin-bottom: 64px !important;
  }
}
#net_shop_admin_checkout #net_shop_admin_checkout_first p.title + p {
  margin-bottom: 20px;
}
#net_shop_admin_checkout #net_shop_admin_checkout_first p.title + p + p {
  margin-bottom: 20px;
}
#net_shop_admin_checkout #net_shop_admin_checkout_login {
  float: none;
  width: 100%;
  text-align: left !important;
  padding-top: 24px;
}
#net_shop_admin_checkout #net_shop_admin_checkout_login dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  margin-bottom: 24px;
  width: 100%;
  position: relative;
  gap: 0;
}
#net_shop_admin_checkout #net_shop_admin_checkout_login dt {
  width: 100% !important;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: left;
  padding: 0;
  font-weight: 500;
  font-size: 1.4rem;
  float: none !important;
  margin: 0 !important;
  margin-bottom: 8px !important;
  color: #374151;
}
#net_shop_admin_checkout #net_shop_admin_checkout_login dd {
  float: none !important;
  margin: 0 !important;
  width: 100%;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-weight: 400;
  font-size: 1.4rem;
}
#net_shop_admin_checkout #net_shop_admin_checkout_login dd input {
  width: 100%;
  padding: 12px 16px;
  height: 48px;
  border: 1px solid #e5e7eb;
  border-radius: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #fff;
  color: #1c1c1c;
  font-size: 1.4rem;
}
#net_shop_admin_checkout #net_shop_admin_checkout_login dd input:focus {
  outline: none;
  border-color: #183299;
}

@media screen and (min-width: 768px) {
  #net_shop_admin_checkout #net_shop_admin_checkout_login dl {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row;
            flex-flow: row;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #net_shop_admin_checkout #net_shop_admin_checkout_login dt {
    width: 24%;
    max-width: 198px;
    margin-bottom: 0;
    padding: 0;
  }
  #net_shop_admin_checkout #net_shop_admin_checkout_login dd {
    width: 76%;
  }
}
.form-table.checkout_step tr {
  margin: 0;
}
.form-table.checkout_step th {
  max-width: 350px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.form-table.checkout_step .textLeft {
  max-width: 350px;
  width: 100%;
  margin-bottom: 40px !important;
}