﻿@charset "UTF-8";

div.postage_comment_ {
  padding: 5px 5px 0 5px;
  margin: 5px 0 0 auto;
  text-align: right;
  font-size: 13px;
  font-weight: bold;
  color: #c30;
}

div.postage_comment2_ {
  padding: 0 5px 0 5px;
  margin: 0 0 0 auto;
  text-align: right;
  font-size: 13px;
  color: #c30;
}

/* --------------------------------------------------------------------
  ご注文方法の指定
-------------------------------------------------------------------- */

div.order_ .massage_ {
  padding: 10px;
}

/* ご注文主（ログイン時） */
div.method_host_ {
  margin-bottom: 10px;
  clear: both;
}

div.method_host_ div.host_info_ {
  margin-bottom: 5px;
  word-break: break-word;
}

div.method_host_ div.host_info_ + input {
  margin-left: 10px;
}

input.change-address {
  text-decoration: none;
  color: #4cae8d;
  border: none;
  padding: 5px 0;
  background: none;
}

div.method_host_ address {
  font-style: normal;
  padding: 2px 4px;
}

table.method_host_ {
  margin-bottom: 20px;
  width: 100%;
}

tr#host_mail input,
tr#host_cmail input,
tr#host_addr input,
tr#host_addr2 input,
tr#host_addr3 input,
tr#host_comp input,
tr#host_dept input {
  width: 300px;
}

/* 送り主（ログイン時） */
div.method_sender_ {
  margin: 0 0 16px;
  padding: 15px 8px;
  border-top: 1px solid #dedede;
  border-bottom: 1px solid #dedede;
}

div.method_sender_ div.headline_title_ {
  display: flex;
  align-items: center;
  margin: 0 0 8px;
  font-size: 14px;
  font-weight: bold;
}

div.method_sender_ div.headline_title_ .saler_ {
  font-size: 16px;
}

div.method_sender_ .headline_ .headline_contents_ {
  float: none;
  padding: 0;
}

div.method_sender_ .headline_ .headline_contents_ input[type="checkbox"] {
  display: none;
}

div.method_sender_ .headline_ .headline_contents_ input[type="checkbox"] + label {
  position: relative;
  display: block;
  margin: 0 0 4px;
  padding-left: 26px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.5;
}

div.method_sender_ .headline_ .headline_contents_ input[type="checkbox"] + label::before {
  position: absolute;
  top: calc(50% - 9px);
  left: 0;
  width: 16px;
  height: 16px;
  border: 1px solid #afafaf;
  border-radius: 4px;
  background: #fff;
  content: "";
}

div.method_sender_ .headline_ .headline_contents_ input[type="checkbox"]:checked + label::before {
  background: #fff url(../../img/usr/icon_checkbox_checked.png) center center / 12px auto no-repeat;
}

div.method_sender_ .headline_ .headline_contents_ span {
  display: block;
  padding-left: 26px;
  font-size: 12px;
  color: #707070;
}

div.method_sender_ div.sender_info_ {
  margin-bottom: 5px;
}

div.order_cart_bill_biz_ {
  margin: 0 0 28px;
  padding: 0 8px;
  border-bottom: 1px solid #dedede;
}

div.order_cart_bill_biz_ .headline_ {
  margin: 0 0 16px;
}

div.order_cart_bill_biz_ .headline_title_ {
  display: flex;
  align-items: center;
  margin: 0 0 8px;
  font-size: 14px;
  font-weight: bold;
}

div.order_cart_bill_biz_ .headline_title_ .saler_ {
  font-size: 16px;
}

div.sender_change_ {
  padding: 2px;
  margin: 0 0 3px 0;
  background: #e5f3ff;
  border: 1px solid #ccc;
  width: auto;
}

#sender_form {
  max-width: none;
  margin: 24px -8px 0;
  padding: 24px 0 0;
  border-top: 1px solid #dedede;
}

div.move_button_frame_ {
  width: 100%;
  text-align: right;
}

div.move_button_frame_ input {
  padding: 11px 16px;
}

div.submit_ .btn-primary,
div.submit_ .btn-secondary,
div.submit_ .btn-default,
div.submit_ .btn-neutral {
  height: auto;
  padding: 16px 4px;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 500;
}

div.submit_ .btn-primary {
  background: #3763ba;
}

div.submit_ .btn-default {
  background: #222;
}

/* 宛て先（ログイン時） */
div.method_address_ {
  margin-bottom: 10px;
  clear: both;
}

div.addresslist_ {
  margin-bottom: 10px;
}

div.address_item_ {
  padding: 2px 5px;
  width: 100%;
  overflow: hidden;
  padding: 2px 0;
}

.page-bizdest div.address_item_ {
  padding-bottom: 15px;
}

div.address_title_ {
  word-break: break-word;
}

div.address_item_ address {
  font-style: normal;
  margin: 2px 0;
  padding: 4px 6px;
  padding: 0;
  width: auto;
}

div.address_item_ .address_change_ {
  float: right;
  display: inline;
  text-align: right;
  margin-right: 5px;
  margin-right: 10px;
}

div.address_bottom_ {
  padding: 0;
  text-align: right;
}

.address_select_ {
  text-align: right;
}

/* 送り主（ログイン時） */
div.method_sender_ {
  padding-bottom: 10px;
}

div.method_sender_ + div {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  align-items: center;
}

div.method_box_ + br + div {
  text-align: center !important;
}

div.method_box_ + br + div input:nth-of-type(2) {
  margin-bottom: 2px;
}

div.method_box_ + br + div input:nth-of-type(2)[name="submit.x"] {
  margin-bottom: 10px;
}

div.method_sender_ + div > input[name="next.x"],
div.method_sender_ + div > input[name="prev.x"] {
  margin: 0;
}

input[name="prev.x"],
.method_sender_ + div input.move_button_bk_ {
  margin-right: 8px !important;
}

div.sender_change_ {
  display: flex;
  align-items: center;
  padding: 6px 10px;
  border: 1px solid #ccc;
}

table.method_sender_ {
  margin-top: 10px;
  margin-left: 10px;
  width: 815px;
}

tr#sender_addr input,
tr#sender_addr2 input,
tr#sender_addr3 input,
tr#sender_comp input,
tr#sender_dept input {
  width: 300px;
}

/* 請求先（ログイン時） */
div.method_bill_biz_ {
  padding-bottom: 10px;
}

div.method_bill_biz_ div.bill_biz_ {
  margin-left: 10px;
}

div.order_ span.method_supplier_name_ {
  margin: 0;
  padding: 11px 20px;
  border-left: 8px solid #707070;
  box-sizing: border-box;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  background: #222;
  display: block;
  text-align: left;
}

div.order_ span.method_agency_name_ {
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 2px 2px 2px 7px;
  display: block;
  border-left: 5px solid #af8ad1;
  text-align: left;
  font-size: 16px;
}

div.order_ div.estimate_block_ {
  margin: 10px 0;
  padding: 10px;
  padding: 0;
}

/* Safari (ただし、iOSのChromeにも適用される) */
_::-webkit-full-page-media,
_:future,
:root div.order_ div.estimate_block_ {
  margin: 15px 0;
}

.estimate_listframe_ div.estimate_block_,
.store_frame_ div.estimate_block_,
.supplier_frame_ div.estimate_block_ {
  margin: 0 !important;
}

div.order_ div.estimate_block_ > div {
  float: none !important;
}

div.order_ div.estimate_block_ table {
  margin: 0 auto 10px;
}

div.order_ div.estimate_block_ h2 {
  margin: 4px 0;
  padding: 2px 2px 2px 7px;
  display: block;
  font-weight: bold;
  border-top: 1px solid #dfdfdf;
  border-left: 5px solid #dfdfdf;
}

div.order_ div.dest_block_ {
  margin: 4px 0;
}

div.order_ div.dest_block_ table {
  margin: 0 0 20px;
  width: 100%;
}

table.formlist_.host_ {
  margin-bottom: 10px;
}

.formlist_.historydetail_.destgoodslist_ {
  width: 100%;
}

div.order_ div.dest_block_ h2 {
  margin: 4px 0;
  padding: 2px 2px 2px 7px;
  display: block;
  font-weight: bold;
  border-top: 1px solid #dfdfdf;
  border-left: 5px solid #dfdfdf;
}

div.order_ div.agency_block_ {
  border: none;
  margin: 4px 0;
  padding: 0;
}

div.order_ div.agency_block_ table {
  margin: 10px 0;
}

div.order_ div.agency_block_ h2 {
  margin: 4px 0;
  padding: 2px 2px 2px 7px;
  display: block;
  font-weight: bold;
  border-top: 1px solid #dfdfdf;
  border-left: 5px solid #dfdfdf;
}

div.order_ div.cart_agency_block_ {
  margin: 4px 0 20px 0;
  padding: 0;
}

div.order_ div.cart_agency_block_ table {
  margin: 2px 0;
}

div.order_ div.cart_agency_block_ h2 {
  margin: 4px 0;
  padding: 2px 2px 2px 7px;
  display: block;
  font-weight: bold;
  border-top: 1px solid #dfdfdf;
  border-left: 5px solid #dfdfdf;
}

#pointpay_num {
  background-color: #dedede;
  width: 40px;
  padding: 2px;
}

/* 配送方法 */
div.method_box_ {
  text-align: left;
}

div.method_box_ .common_headline2_ {
  text-align: left;
  display: flex;
  align-items: center;
}

div.method_box_ .must_ {
  margin-left: 10px;
}

div.method_box_ h3 {
  margin: 0 0 10px 0;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: bold;
  background: #f0f0f0;
}

div.method_box_ div.method_box_content_ textarea {
  width: 98%;
  margin-top: 2.666vw;
  box-sizing: border-box;
}

div.method_box_ div.method_box_content_ input[type="text"] {
  width: 98%;
  margin-top: 2.666vw;
  box-sizing: border-box;
}

div.method_box_ div.line_contents_ {
  float: left;
}

/* ポイント */
.currentpoint_ {
  margin-bottom: 10px;
  margin-top: 10px;
}

div.point_use_ {
  margin-bottom: 10px;
  padding: 10px;
  background: #f8f8f8;
  border: 1px solid #ccc;
}

/* クーポン */
.method_coupondialog_ {
  max-height: 600px;
  overflow-y: auto;
}

.method_coupondialog_ .navipage_ {
  margin: 5px 0;
}

.method_coupondialog_table_ {
  width: 100%;
  margin: 0 0 10px 0;
}

.method_coupondialog_table_ th {
  font-weight: bold;
  background-color: #606060;
  color: #fff;
  width: 40%;
}

.method_coupondialog_table_ td {
  background-color: #fff;
}

.method_coupondialog_table_ td,
.method_coupondialog_table_ th {
  padding: 5px;
  border-collapse: collapse;
  border: 1px solid #c8c8c8;
}

.method_coupondialog_comment_ {
  font-size: 90%;
}

.method_box_content_ .method_coupon_available_btn_ {
  display: block;
  margin: 15px 0 0 0;
  padding: 5px 0 5px 0;
  text-align: center;
}

.method_coupon_available_btn_ {
  display: block;
  margin: 5px 0 15px 0;
  padding: 10px 0 10px 0;
  width: 100%;
}

a.method_coupon_available_btn_:link,
a.method_coupon_available_btn_:visited {
  color: #fff;
}

/* --------------------------------------------------------------------
  ご注文内容の確認
-------------------------------------------------------------------- */
div.spandual_ {
  margin-bottom: 10px;
  width: 100%;
  overflow: hidden;
  text-align: center;
}

div.order_.spandual_ .common_headline2_ {
  text-align: left;
}

div.spandual_ table {
  margin: 0 auto;
  width: 100%;
  margin-bottom: 10px;
}

.page-edi_confirm .formlist_ th,
.page-e_edi_confirm .formlist_ th,
.page-historydetail .formlist_ th,
.page-estimatedetail .formlist_ th,
.page-bizhistorydetail .formlist_ th,
.page-bizestimatedetail .formlist_ th,
.page-approvaldetail .formlist_ th,
.page-bizapprovaldetail .formlist_ th,
.page-doapprovaldetail .formlist_ th {
  color: #fff;
  background: #707070;
}

/* ご注文の商品 */
table.estimate_.sales_,
table.estimate_method_ {
  border-top: 1px solid #ccc;
}

table.estimate_.sales_ td,
table.estimate_method_ td {
  width: 60%;
  padding: 3px;
  padding: 8px 8px 6px;
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
}

table.estimate_method_ td.total_ {
  font-size: 14px;
  color: #e61d50;
  font-weight: bold;
}

table.estimate_.sales_ td.nocell_ {
  border: none !important;
}

div.order_ div.dest_block_ div.dest-nickname {
  position: relative;
  margin: 40px 0 13px;
  padding-left: 13px;
  font-size: 20px;
  font-weight: bold;
  word-break: break-all;
  display: flex;
  align-items: center;
}

div.order_ div.dest_block_ div.dest-nickname::before {
  position: absolute;
  top: 5px;
  left: 0;
  display: block;
  width: 5px;
  height: calc(100% - 10px);
  background: #707070;
  content: "";
}

/* 配送情報 */
table.host_,
table.sender_,
table.dest_,
table.attachment_ {
  border: 1px solid #cecece;
  margin-bottom: 10px;
}

table.host_ td,
table.sender_ td,
table.dest_ td,
table.attachment_ td {
  padding: 20px 15px;
}

div.order_ .method_addr_ {
  padding: 3px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  border: 1px solid #ccc;
  font-size: 12px;
}

table.card_,
table.convinience_ {
  width: 100%;
}

table.card_ label {
  margin: 0 20px 0 5px;
}

table.convinience_ th {
  width: 16em;
}

/* お支払い方法 */
div.order_ table.estimate_method_ {
  margin: 12px 0 17px;
}

div.order_ table.estimate_method_ th {
  width: 34%;
}

div.order_ table.estimate_method_ td {
  width: 66%;
  text-align: right;
}

div.order_ table.estimate_method_ td.total_ {
  font-weight: normal;
  color: #ba3737;
}

div.estimate_card_form_ {
  border: none;
  background-color: #fff;
  padding: 10px 0;
}

#card_form {
  text-align: left;
}

.page-edi_confirm div.order_ table.estimate_method_ th,
.page-e_edi_confirm div.order_ table.estimate_method_ th,
.page-historydetail div.order_ table.estimate_method_ th,
.page-estimatedetail div.order_ table.estimate_method_ th,
.page-bizhistorydetail div.order_ table.estimate_method_ th,
.page-bizestimatedetail div.order_ table.estimate_method_ th,
.page-approvaldetail div.order_ table.estimate_method_ th,
.page-bizapprovaldetail div.order_ table.estimate_method_ th,
.page-doapprovaldetail div.order_ table.estimate_method_ th {
  color: #222;
  background: #f0f0f0;
}

/* お届け先 */
div.order_ table.dest_ {
  width: 90%;
  width: 95vw;
}

table.destgoodslist_ {
  width: 90%;
  font-size: 3.2vw;
}

table.destgoodslist_ {
  margin-bottom: 10px;
  border-bottom: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
}

table.destgoodslist_ th {
  width: 30%;
  border-top: 1px solid #ccc;
  border-right: 1px solid #ccc;
  padding: 3px;
  background-color: #f0f0f0;
  font-weight: normal;
  text-align: left;
  vertical-align: middle;
  white-space: nowrap;
  padding: 8px 8px 6px;
}

table.destgoodslist_ td {
  border-top: 1px solid #ccc;
  vertical-align: top;
  padding: 3px;
  padding: 8px 8px 6px;
}

table.destgoodslist_ span.img_s_ {
  float: left;
}

table.destgoodslist_ span.img_s_ img {
  width: 46px;
}

table.destgoodslist_ span.name_ {
  float: left;
}

table.destgoodslist_ th.dest_comment_ {
  text-align: left;
  background-color: #e5f3ff;
}

table.destgoodslist_ td.method_comment_detail_ input,
table.destgoodslist_ td.method_comment_detail_ textarea {
  width: 100%;
}

table.destgoodslist_ td.sublist_ {
  margin: 0;
  padding: 0;
}

.destgoodslist_ textarea {
  width: 98%;
}

.destspeclist_ textarea {
  width: 98%;
}

/* Safari (ただし、iOSのChromeにも適用される) */
_::-webkit-full-page-media,
_:future,
:root .destspeclist_ textarea {
  width: 95%;
}

ul.formlist_.estimate_.card_ li.title_ {
  font-size: 14px;
  font-weight: bold;
  background-color: #f0f0f0;
}

div.order_ ul.card_ {
  border: 1px solid #cecece;
}

div.order_ ul.card_ li {
  margin: 0;
  padding: 8px 12px;
  border-bottom: 1px solid #cecece;
}

div.order_ ul.card_ li:last-of-type {
  border-bottom: 0;
}

/* order method */
div.order_ table.method_ {
  width: 100%;
}

/* 配送先 */
div.order_ .method_method_ {
  text-align: left;
}

div.order_ table.order_ {
  width: 100%;
  margin: 0 auto 10px auto;
  padding: 3px;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
}

div.order_ table.order_ td {
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  font-size: 13px;
  text-align: right;
}

div.order_ table.order_ td.order_id_,
div.order_ table.order_ td.order_dt_,
div.order_ table.order_ td.estimate_id_ {
  text-align: right;
}

div.order_ table.order_ th {
  width: 30%;
  border: 1px solid #cecece;
  background-color: #f0f0f0;
  font-weight: bold;
  font-weight: normal;
  text-align: left;
  font-size: 13px;
}

.page-order div.order_ table.order_ td {
  text-align: left;
}

/* カードで支払う */
div.order_ table.formdetailcard_ {
  margin-bottom: 10px;
  padding: 3px;
}

div.order_ table.formdetailcard_ th {
  width: 12em;
  background-color: #e5f3ff;
  font-weight: normal;
  text-align: left;
}

.block-order-estimate--commit-btn-include-loading {
  height: 150px;
  width: 65px;
  position: absolute;
  transform: scale(0.5);
}

.block-order-estimate--creditcard-forceinput-message {
  padding: 10px 0 0 0;
  color: #c00;
  font-size: 14px;
  font-weight: bold;
}

/* 明細オプション */
div.order_ table.destgoodslist_ table.estimate_comments_ {
  border-width: 0;
  padding: 0;
  font-size: 14px;
}

div.order_ table.destgoodslist_ table.estimate_comments_ th {
  border-width: 0;
  padding: 0;
  background-color: #fff;
}

div.order_ table.destgoodslist_ table.estimate_comments_ td {
  border-width: 0;
  padding: 0;
  background-color: #fff;
}

div.order_ table.destgoodslist_ table.estimate_comments_ th,
div.order_ table.destgoodslist_ table.estimate_comments_ td {
  padding: 15px 0 0;
  vertical-align: top;
  word-break: break-all;
  text-align: left;
}

div.order_ table.formsublist_ {
  width: 100%;
  border-bottom: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  font-size: 12px;
}

div.order_ table.formsublist_ th {
  width: 30%;
  padding: 3px;
  border: 1px solid #cecece;
  background-color: #f0f0f0;
  font-weight: normal;
  text-align: left;
  vertical-align: middle;
  white-space: nowrap;
  padding: 8px 8px 6px 8px;
  font-weight: bold;
}

div.order_ table.formsublist_.append_ th {
  white-space: normal;
  word-break: break-all;
}

div.order_ table.formsublist_ td {
  text-align: left;
  vertical-align: middle;
  padding: 15px;
  border: 1px solid #cecece;
}

div.order_ table.formsublist_ td .estimate_name_ {
  font-weight: bold;
}

div.order_ table.formsublist_ input[type="text"],
div.order_ table.formsublist_ textarea {
  width: 90%;
}

div.order_ table.formsublist_ input[type="radio"] {
  height: 18px;
  border-radius: 14px;
}

div.order_ table.formsublist_ input[type="checkbox"],
div.order_ table.formsublist_ input[type="radio"] {
  vertical-align: middle;
}

div.order_ div.subtotal_block_ table.formsublist_.destlist_ {
  border: 1px solid #cecece;
  font-size: 14px;
}

div.order_ div.subtotal_block_ table.formsublist_.destlist_ th {
  padding: 8px 12px;
  border: 1px solid #cecece;
  font-weight: bold;
  background: #f0f0f0;
}

div.order_ div.subtotal_block_ table.formsublist_.destlist_ td {
  padding: 8px 12px;
  border: 1px solid #cecece;
}

/* --------------------------------------------------------------------
  カートメニュー
--------------------------------------------------------------------- */
#cart_menu {
  pointer-events: none;
  position: fixed;
  width: 100%;
  height: calc(100% - 88px);
  top: 88px;
  left: 0;
  background-color: #f7f7f7;
  opacity: 0;
  transition: all 0.3s ease-in-out;
  z-index: 9999;
}

#cart_menu.active {
  pointer-events: all;
  opacity: 1;
}

#cart_menu_header .btn-cartmenu-close {
  position: fixed;
  top: 28px;
  left: 0;
  width: 56px;
  height: 60px;
  cursor: pointer;
  background: #fff;
}

#cart_menu_header .btn-cartmenu-close::before,
#cart_menu_header .btn-cartmenu-close::after {
  position: absolute;
  top: calc(50% - 1px);
  left: 16px;
  display: block;
  width: calc(100% - 32px);
  height: 2px;
  background: #222;
  content: "";
}

#cart_menu_header .btn-cartmenu-close::before {
  transform: rotate(45deg);
}

#cart_menu_header .btn-cartmenu-close::after {
  transform: rotate(-45deg);
}

#cart_menu_body {
  max-height: calc(100vh - 88px);
  overflow: auto;
  color: #333;
}

#cart_menu_body_inner {
  padding: 16px;
  box-sizing: border-box;
}

#cart_menu_body .to_cart_ {
  margin: 0 0 21px;
  text-align: center;
}

#cart_menu_body .to_cart_ a {
  display: inline-block;
  width: calc(100% - 48px);
  margin: 0 auto;
  padding: 14px 4px;
  border: 0;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  text-align: center;
  box-sizing: border-box;
  background: #3763ba;
}

#cart_menu_body .to_cart_ a::before {
  display: inline-block;
  margin-right: 12px;
  width: 20px;
  height: 21px;
  vertical-align: top;
  background: url(../../img/usr/header/sp/icon_dest_cart.png) center center / 20px auto no-repeat;
  content: "";
}

#cart_menu_body .to_cart_info_ {
  margin: 0 0 5px;
}

#cart_menu_body .add_dest_ {
  margin: 0 0 20px;
}

#cart_menu_body .add_dest_ a {
  position: relative;
  padding: 0 12px 0 0;
  font-weight: 500;
  text-decoration: underline;
}

#cart_menu_body .add_dest_ a::after {
  position: absolute;
  top: calc(50% - 3px);
  right: 1px;
  width: 4px;
  height: 4px;
  border-top: 2px solid #3763ba;
  border-right: 2px solid #3763ba;
  transform: rotate(45deg);
  content: "";
}

#cart_menu_body .cart_dest_ {
  margin: 4px 0;
}

#cart_menu_body .cart_dest_ input {
  display: none;
}

#cart_menu_body .cart_dest_ input + div {
  position: relative;
  padding: 16px 4px 9px 62px;
  border-radius: 4px;
  border: 1px solid #cecece;
  background: #eaeaea;
}

#cart_menu_body .cart_dest_ input + div::before {
  position: absolute;
  top: calc(50% - 11px);
  left: 20px;
  width: 20px;
  height: 20px;
  border: 2px solid #707070;
  border-radius: 4px;
  z-index: 1;
  content: "";
}

#cart_menu_body .cart_dest_ input:checked + div::after {
  position: absolute;
  top: calc(50% - 3px);
  left: 27px;
  width: 8px;
  height: 4px;
  border-left: 2px solid #3763ba;
  border-bottom: 2px solid #3763ba;
  transform: rotate(-45deg);
  z-index: 2;
  content: "";
}

#cart_menu_body .cart_dest_ label span {
  font-weight: bold;
  word-break: break-word;
}

#cart_menu_body .cart_dest_ label span.cart_info_ {
  font-weight: normal;
}

/*****************************************************/

div.order_ table.order_cart_list_ {
  border-bottom: solid 1px #ccc;
}

div.order_ table.order_cart_list_ td {
  border-top: solid 1px #ccc;
  vertical-align: top;
}

div.order_ table.order_cart_list_ {
  width: 100%;
}

div.order_ table.order_cart_list_ td.image_ {
  width: 70px;
  padding: 0;
  padding: 10px 0 10px 10px;
}

div.order_ table.order_cart_list_ td.image_ img {
  width: 60px;
}

div.order_ table.order_cart_list_ span.price_ {
  font-weight: normal;
}

div.order_ table.order_cart_list_ input.order_cart_qty_ {
  width: 40px;
}

div.order_ table.order_cart_list_total_ {
  width: 96%;
}

div.order_ table.order_cart_list_total_ th {
  width: auto;
  text-align: right;
}

div.order_ table.order_cart_list_total_ td.price_ {
  text-align: right;
  padding-right: 4px;
}

div.order_ table.order_cart_list_total_ td.exclude_price_ {
  text-align: right;
  padding-right: 4px;
}

div.order_ table.order_cart_list_total_ td.postage_comment_ {
  text-align: right;
  padding-right: 4px;
}

/* 軽減税率対応 */
div.order_ table.order_cart_list_total_ tr.tax_sum_ th {
  font-weight: normal;
}

div.order_ table.order_cart_list_total_ tr.tax_sum_ td {
  font-weight: normal;
}

div.order_ .order_cart_list_all_total_ {
  border: 1px solid #4cae8d;
  background-color: #eef9f5;
  padding: 8px 8px 6px;
  margin-top: 10px;
}

div.order_ .order_cart_list_sub_total_ {
  border: 1px solid #4cae8d;
  padding: 8px 8px 6px;
}

div.order_ .total_title_ {
  font-weight: bold;
}

div.order_ table.order_cart_list_ tr.cart_detail_change_ td {
  background: #e3ffff;
}

div.order_ table.order_cart_list_ tr.cart_detail_zero_ td {
  background: #e3e3e3;
}

div.order_ table.order_cart_list_ td.goods_detail_ > table {
  width: 99%;
  width: 92%;
  margin: 10px;
}

div.order_ table.order_cart_list_ td.goods_detail_ > table td {
  border-width: 0;
  text-align: right;
}

div.order_ table.order_cart_list_ td.goods_detail_ > table td.name_ {
  text-align: left;
}

div.order_ table.order_cart_list_ td.goods_detail_ > table td.amt_ {
  width: 80px;
  padding: 10px 0;
}

div.order_ .order_cart_delete_ {
  width: 25px;
  font-size: 12px;
  font-weight: normal;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid #f0f0f0;
  padding: 4px 10px;
  margin: 4px 0 4px auto;
  text-decoration: none;
  background-color: #ddd;
  color: #333;
  display: block;
}

div.order_ .order_cart_reload_ {
  font-size: 12px;
  font-weight: normal;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  padding: 4px 10px;
  text-decoration: none;
  background-color: #222;
  color: #fff;
  display: inline-block;
}

div.order_ .order_cart_reload_ {
  margin-top: 2px;
  display: none;
}

div.order_ .order_cart_reload_.show_ {
  display: inline-block;
  margin-bottom: 10px;
}

div.address_box_2_ .address_change_ input {
  background: none;
  text-decoration: underline;
  border: none;
  color: #332b2c;
  padding: 5px 0;
}

div.address_box_2_ .address_select_ input {
  background: #ccc;
  border: solid 1px #ccc;
  color: #332b2c;
  padding: 10px;
}

/** header list start **/

div.order_ h2.dest_list_ {
  background: url(../../img/usr/sp/ico_title.png) left top no-repeat;
  padding-left: 20px;
  text-shadow: 1px 1px #f0f0cc;
  color: #f0b000;
  min-height: 23px;
  font-weight: bold;
  float: left;
  background: none;
  color: #4cae8d;
  padding-left: 0;
  text-shadow: none;
  display: flex;
  flex-wrap: wrap;
  margin: 0 10px;
  margin-left: 0;
  color: #333;
}

div.order_cart_sublist_single_ {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 16px 8px;
  width: 100%;
  margin: 0 0 40px;
}

div.order_cart_sublist_single_ .order_cart_subseparate_ {
  position: relative;
  display: block;
  width: 100%;
  margin: 0;
  padding-right: 12px;
  font-size: 14px;
  font-weight: 500;
  text-align: right;
  color: #3763ba;
}

div.order_cart_sublist_single_ .order_cart_subseparate_::after {
  position: absolute;
  top: calc(50% - 3px);
  right: 2px;
  width: 4px;
  height: 4px;
  border-top: 2px solid #3763ba;
  border-right: 2px solid #3763ba;
  transform: rotate(45deg);
  content: "";
}

div.order_cart_sublist_single_ input {
  margin: 0;
}

div.order_ .order_cart_message_ {
  font-size: 12px;
  clear: both;
}

div.order_ .order_cart_sublist_,
div.order_ .method_host_,
div.order_ .order_cart_detail_ {
  margin: 0 -16px 40px;
  padding: 0 16px 32px;
  background: #f5f5f5;
}

div.order_ .order_cart_sublist_ .common_headline2_,
div.order_ .method_host_ .common_headline2_,
div.order_ .order_cart_detail_ .common_headline2_ {
  max-width: none;
  margin: 0 -16px 24px;
}

div.order_ .order_cart_sublist_bottom_ {
  clear: both;
  margin: 0 10px;
}

div.order_ .order_cart_sublist_ p.message_ {
  margin: 0 0 9px;
}

div.order_ .order_cart_sublist_ .order_cart_sublist_inner_ {
  margin: 0 0 12px;
  padding: 15px;
  border: 1px solid #eaeaea;
  background: #fff;
}

div.order_ .order_cart_sublist_ ul.order_cart_sublist_destlist_ {
  margin: 0 0 13px;
}

div.order_ .order_cart_sublist_ ul.order_cart_sublist_destlist_ .item_ {
  width: 100%;
  margin: 0 0 4px;
}

div.order_ .order_cart_sublist_ ul.order_cart_sublist_destlist_ .item_:last-of-type {
  margin-bottom: 0;
}

div.order_ .order_cart_sublist_ ul.order_cart_sublist_destlist_ .item_ a {
  display: block;
  width: 100%;
  padding: 7px 11px;
  overflow: hidden;
  border: 1px solid #cecece;
  border-radius: 2px;
  color: #222;
  box-sizing: border-box;
  background: #eaeaea;
}

div.order_ .order_cart_sublist_ ul.order_cart_sublist_destlist_ .item_.now_ a {
  border: 1px solid #3763ba;
  background-color: #dfe6f4;
  color: #222;
}

div.order_ .order_cart_sublist_ ul.order_cart_sublist_destlist_ .item_ a .title_ {
  display: block;
  margin: 0 0 1px;
  font-size: 14px;
  font-weight: bold;
  color: #222;
  background: none;
  word-break: break-word;
}

div.order_ .order_cart_sublist_ ul.order_cart_sublist_destlist_ .item_ a .info_ {
  display: block;
  margin: 0;
  padding: 0 0 0 16px;
  font-size: 14px;
  font-weight: normal;
  color: #222;
  text-align: right;
  background: url(../../img/usr/order_cart_icon_cart.png) center left / 16px auto no-repeat;
}

div.order_ .order_cart_sublist_ .order_cart_sublist_navi_ {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin: 0 0 12px;
}

div.order_ .order_cart_sublist_ .order_cart_sublist_navi_ .order_cart_sublist_navi_prev_ {
  position: relative;
  padding-left: 12px;
}

div.order_ .order_cart_sublist_ .order_cart_sublist_navi_ .order_cart_sublist_navi_prev_::after {
  position: absolute;
  top: calc(50% - 3px);
  left: 2px;
  width: 4px;
  height: 4px;
  border-top: 2px solid #3763ba;
  border-left: 2px solid #3763ba;
  transform: rotate(-45deg);
  content: "";
}

div.order_ .order_cart_sublist_ .order_cart_sublist_navi_ .order_cart_sublist_navi_prev_ input {
  margin: 0;
  padding: 0;
  font-size: 14px;
  font-weight: 500;
  color: #3763ba;
}

div.order_ .order_cart_sublist_ .order_cart_sublist_navi_ .order_cart_sublist_navi_next_ {
  position: relative;
  padding-right: 12px;
}

div.order_ .order_cart_sublist_ .order_cart_sublist_navi_ .order_cart_sublist_navi_next_::after {
  position: absolute;
  top: calc(50% - 3px);
  right: 2px;
  width: 4px;
  height: 4px;
  border-top: 2px solid #3763ba;
  border-right: 2px solid #3763ba;
  transform: rotate(45deg);
  content: "";
}

div.order_ .order_cart_sublist_ .order_cart_sublist_navi_ .order_cart_sublist_navi_next_ input {
  margin: 0;
  padding: 0;
  font-size: 14px;
  font-weight: 500;
  color: #3763ba;
}

div.order_ .order_cart_sublist_ .order_cart_sublist_control_ {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 8px;
  width: 100%;
}

div.order_ .order_cart_sublist_ .order_cart_sublist_control_ .order_cart_sublist_delete_,
div.order_ .order_cart_sublist_ .order_cart_sublist_control_ .order_cart_sublist_copy_ {
  width: calc(50% - 4px);
}

div.order_ .order_cart_sublist_ .order_cart_sublist_control_ input {
  width: 100%;
  margin: 0;
  padding: 9px 4px;
  font-size: 12px;
}

div.order_ .method_host_ .common_headline2_ {
  display: flex;
  align-items: center;
  padding: 7px 20px;
}

div.order_ .method_host_ .common_headline2_ .host_btn_ {
  margin-left: auto;
}

div.order_ .method_host_ .common_headline2_ .host_btn_ .move_button_mini_ {
  position: relative;
  margin: 0;
  padding: 6px 11px;
  border: 1px solid #cecece;
  border-radius: 2px;
  font-size: 12px;
  line-height: 1.5;
  font-weight: 500;
  text-decoration: none;
  color: #505050;
  background: #eaeaea;
  cursor: pointer;
}

.order-cart-address-del-copy-wrapper input.current-shipping-order-delete-list + input.current-shipping-order-copy-list,
.order-cart-address-del-copy-wrapper input.current-shipping-order-delete + input.current-shipping-order-copy {
  margin-right: 0;
}

.order-cart-address-del-copy-wrapper {
  text-align: right;
}

div.order_ table.order_cart_sublist_total_ {
  margin-left: auto;
  margin-right: 0;
}

div.order_ table.order_cart_sublist_total_ th {
  text-align: right;
}

div.order_ table.order_cart_sublist_total_ td {
  text-align: right;
}

div.order_ .order_cart_sublist_ .item_ {
  width: 100%;
}

div.order_ .order_cart_sublist_ .item_ a {
  display: block;
  width: 100%;
  padding: 7px 11px;
  overflow: hidden;
  border: 1px solid #cecece;
  border-radius: 2px;
  color: #222;
  box-sizing: border-box;
  background: #eaeaea;
}

div.order_ .order_cart_sublist_ .now_ a {
  border: 1px solid #3763ba;
  background-color: #dfe6f4;
  color: #222;
}

div.order_ .order_cart_sublist_ .item_ a .title_ {
  display: block;
  margin: 0 0 1px;
  font-size: 14px;
  font-weight: bold;
  color: #222;
  background: none;
  word-break: break-word;
}

div.order_ .order_cart_sublist_ .item_ a .info_ {
  display: block;
  margin: 0;
  padding: 4px 2px 2px 19px;
  line-height: 1.1;
  font-size: 14px;
  font-weight: normal;
  color: #222;
  text-align: right;
  background: url(../../img/usr/order_cart_icon_cart.png) 2px 2px no-repeat;
  background-size: 14px;
}

div.order_ .order_cart_sublist_ .item_add_ {
  text-align: right;
}

div.order_ .order_cart_sublist_ .item_add_ input {
  position: relative;
  margin: 4px 0 0;
  padding: 7px 14px;
  border: 0;
  border-radius: 4px;
  display: inline-block;
  cursor: pointer;
  font-size: 12px;
  font-weight: 500;
  color: #fff;
  background: #222;
}

div.order_ div.order_cart_list_total_ dl.subtotal_ {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
  overflow: hidden;
}

div.order_ div.order_cart_list_total_ dl.subtotal_ dt {
  font-size: 12px;
  font-weight: bold;
}

div.order_ div.order_cart_list_total_ dl.subtotal_ dd {
  font-size: 16px;
  font-weight: bold;
}

div.order_ div.order_cart_list_total_ dl.subtotal_ .tax_,
div.order_ div.order_cart_list_total_ dl.subtotal_ .tax_biz_ {
  color: #707070;
}

div.order_ div.order_cart_list_total_ dl.subtotal_ dd.total_separate_ {
  position: relative;
  width: 26px;
}

div.order_ div.order_cart_list_total_ dl.subtotal_ dd.total_separate_::before {
  position: absolute;
  top: calc(50% - 10px);
  left: calc(50% - 1px);
  width: 2px;
  height: 20px;
  transform: rotate(25deg);
  background: #222;
  content: "";
}

div.order_ div.order_cart_navi_ {
  margin: 0 0 12px;
  font-weight: 500;
  text-align: right;
}

div.order_ .estimate_block_ .method_supplier_name_ {
  margin: 0;
  padding: 11px 20px;
  border-left: 8px solid #707070;
  box-sizing: border-box;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  background: #707070;
}

.page-edi_confirm div.order_ .estimate_block_ .method_supplier_name_,
.page-e_edi_confirm div.order_ .estimate_block_ .method_supplier_name_,
.page-historydetail div.order_ .estimate_block_ .method_supplier_name_,
.page-estimatedetail div.order_ .estimate_block_ .method_supplier_name_,
.page-bizhistorydetail div.order_ .estimate_block_ .method_supplier_name_,
.page-bizestimatedetail div.order_ .estimate_block_ .method_supplier_name_,
.page-approvaldetail div.order_ .estimate_block_ .method_supplier_name_,
.page-bizapprovaldetail div.order_ .estimate_block_ .method_supplier_name_,
.page-doapprovaldetail div.order_ .estimate_block_ .method_supplier_name_,
.page-precartdetail div.order_ .estimate_block_ .method_supplier_name_ {
  background-color: #222;
}

div.order_ .estimate_block_ .order_cart_list_frame_ {
  margin: 0 0 8px;
  padding: 4px 16px;
  background: #fff;
}

div.order_ .estimate_block_ .order_cart_list_ {
  border: 0;
}

div.order_ .estimate_block_ .order_cart_list_ tr td {
  border: 0;
  border-bottom: 1px solid #eaeaea;
}

div.order_ .estimate_block_ .order_cart_list_ tr:last-of-type td {
  border-bottom: 0;
}

div.order_ .estimate_block_ .postage_comment_ {
  margin: 0 0 8px;
}

div.order_ .order_cart_bottom_ {
  margin: 24px 0 0;
  padding: 0 0 28px;
  border-bottom: 1px solid #707070;
  text-align: right;
}

div.order_ .order_cart_bottom_ input.order_cart_reload_ {
  display: inline-block;
  margin: 0;
  padding: 12px 15px;
  border-radius: 4px;
  border: 0;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  color: #fff;
  cursor: pointer;
  background-color: #222;
}

div.order_ div.order_cart_list_total_ {
  padding: 20px 8px;
}

div.order_ div.order_cart_list_total_ .total_title_ {
  margin: 0 0 12px;
  font-size: 14px;
  font-weight: normal;
}

div.order_ div.order_cart_list_total_.order_cart_list_all_total_ {
  margin: 0 0 20px;
  padding: 12px 15px;
  border: 1px solid #eaeaea;
  background: #fff;
}

div.order_ div.order_cart_list_total_ dl.subtotal_ {
  justify-content: flex-start;
}

div.order_ #order_cart_sublist_new {
  position: absolute;
  display: none;
}

div.order_ a.order_cart_navi_ {
  font-size: 13px;
  background: none;
  text-decoration: underline;
  border: none;
  color: #33c;
  padding: 5px 0;
  text-shadow: none;
  float: right;
  text-decoration: none;
  color: #4cae8d;
}

.dest_list_ > a.order_cart_navi_ {
  margin-left: -83px !important;
  margin-top: 20px;
}

div.order_ input.order_cart_navi_ {
  font-size: 14px;
  background: none;
  text-decoration: none;
  border: none;
  color: #3763ba;
  padding: 5px 0;
}

/** header list end **/

div.order_ table.destgoodslist_ th.method_goodsname_ {
  width: 70%;
}

div.order_ table.destgoodslist_ th.method_qty_ {
  width: 30%;
}

/* --------------------------------------------------------------------
  注文フロー　ヘッダー
-------------------------------------------------------------------- */
div.order_ div.order_flow_ {
  padding-bottom: 12px;
}

div.order_ div.order_flow_ ul {
  clear: both;
  overflow: hidden;
  margin-right: auto;
  margin-left: auto;
  width: 100%;
  display: flex;
  justify-content: space-between;
}

div.order_ div.order_flow_ ul li {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 11%;
  padding: 10px 0;
  text-align: center;
  font-size: 10px;
  font-weight: bold;
  color: #222;
  box-sizing: border-box;
  background: #f0f0f0;
}

div.order_ div.order_flow_.order_flow_4 ul li {
  width: 18%;
}

div.order_ div.order_flow_ ul li::after {
  content: "";
  width: 8px;
  height: 8px;
  border: 0;
  border-top: solid 2px #afafaf;
  border-right: solid 2px #afafaf;
  position: absolute;
  top: 50%;
  right: -17px;
  margin-top: -4px;
  transform: rotate(45deg);
}

div.order_ div.order_flow_ ul li span {
  width: 100%;
  margin-top: -25px;
  font-size: 12px;
}

div.order_ div.order_flow_ ul li.now_ {
  width: 25%;
  color: #fff;
  background: #3763ba;
}

div.order_ div.order_flow_ ul.for_estimate_ li.now_ {
  width: 25%;
  color: #fff;
  background: #3763ba;
}

div.order_ div.order_flow_ ul li:first-child {
  background-image: none;
}

div.order_ div.order_flow_ ul li:last-child::after {
  content: none;
}

/* 支払方法の指定画面の配送一覧 */
div.order_ div.method_destlist_frame_ {
  margin-bottom: 8px;
}

div.order_ div.method_destlist_frame_ .method_destlist_:nth-of-type(2) {
  border-bottom: 1px solid #ccc;
}

div.order_ div.method_destlist_frame_ .delivery_date_ {
  color: #c00;
  font-weight: bold;
}

div.order_ table.method_destlist_ {
  margin-top: 0;
  margin-bottom: 0;
  border-bottom-width: 0;
}

div.order_ table.method_destlist_ th {
  border-width: 0;
  border: 1px solid #cecece;
  background-color: #f0f0f0;
  padding: 5px;
}

div.order_ table.method_destlist_ td {
  border-width: 0;
  padding: 5px;
}

div.order_ table.method_destlist_ th.spec_ {
  border-bottom: 1px solid #ccc;
}

div.order_ table.method_destlist_ td.spec_ {
  border-bottom: 1px solid #ccc;
}

div.order_ table.method_destlist_ tr {
  border-top: 1px dashed #ccc;
}

div.order_ table.method_destlist_ td.goodsname_ {
  padding: 0 0 0 4px;
  font-weight: bold;
}

div.order_ table.method_destlist_ td.qty_ {
  padding: 0;
}

div.order_ table.method_destlist_ td.amt_ {
  padding: 0 4px 0 0;
}

div.order_ table.method_destlist_ td.detail_option_ {
  padding-top: 0;
}

div.order_ table.method_destlist_ td.detail_option_ table {
  width: 100%;
}

div.order_ table.method_destlist_ td.detail_option_ table th {
  word-break: break-all;
}

div.order_ table.method_destlist_ td.detail_option_ table td {
  padding: 5px;
}

div.order_ table.method_destlist_ td.goodsname_ div,
div.order_ table.method_destlist_ td.qty_ div,
div.order_ table.method_destlist_ td.amt_ div {
  background: #fff;
  padding: 2px;
}

div.order_ table.method_destlist_ td.goodsname_ span,
div.order_ table.method_destlist_ td.qty_ span,
div.order_ table.method_destlist_ td.amt_ span {
  font-weight: bold;
}

/* --------------------------------------------------------------------
  軽減税率対応
-------------------------------------------------------------------- */
div.order_ h2.estimate_subtotal_title_ {
  margin: 0 0 4px;
  font-size: 14px;
  font-weight: normal;
  text-align: left;
}

div.order_ table.estimate_subtotal_breakdown_list_ {
  border: 1px solid #cecece;
  margin-bottom: 8px;
}

div.order_ table.estimate_subtotal_breakdown_list_ th {
  font-weight: normal;
  text-align: right;
}

div.order_ table.estimate_subtotal_breakdown_list_ td {
  width: 29%;
  text-align: left;
}

div.order_ table.estimate_subtotal_breakdown_list_ th,
div.order_ table.estimate_subtotal_breakdown_list_ td {
  padding-top: 8px;
  padding-bottom: 8px;
}

div.order_ table.estimate_subtotal_breakdown_list_ th.subtotal_ {
  width: 31%;
}

div.order_ table.estimate_subtotal_breakdown_list_ th.tax_ {
  width: 15%;
}

div.order_ div.estimate_footer_total_ {
  border: 2px solid #4cae8d;
  padding: 8px 8px 6px;
  text-align: left;
  margin: 0 auto;
  font-size: 3.2vw;
  box-sizing: border-box;
  margin-bottom: 2.666vw;
}

div.order_ div.estimate_footer_total_ h2 {
  text-align: left;
  font-size: 14px;
  font-weight: bold;
}

div.order_ div.estimate_footer_total_ table {
  width: 100%;
}

div.order_ div.estimate_footer_total_ table th {
  padding: 2px 1em;
  font-weight: normal;
}

div.order_ div.estimate_footer_total_ table td {
  font-weight: bold;
}

div.order_ div.estimate_footer_total_ table.estimate_total_list_ {
  width: 95vw;
}

div.order_ div.estimate_footer_total_ table.estimate_total_list_ th {
  border: 1px solid #ccc;
  width: 30%;
  padding: 3px;
  background-color: #eef8f5;
  font-weight: normal;
  text-align: left;
  vertical-align: middle;
  white-space: nowrap;
  padding: 8px 8px 6px 8px;
}

div.order_ div.estimate_footer_total_ table.estimate_total_list_ td {
  border: 1px solid #ccc;
  padding: 3px;
  text-align: left;
  vertical-align: middle;
  padding: 8px 8px 6px 8px;
}

div.order_ div.estimate_footer_total_ table.estimate_total_list_ td.total_ {
  font-size: 14px;
  color: #e61d50;
  font-weight: bold;
}

div.order_ div.estimate_footer_total_ td.estimate_subtotal_sum_ {
  display: none;
}

/* 軽減税率対応時に追加 */
.estimate_block_ table.formsublist_.destgoodslist_.historydetail_ td.estimate_goods_ {
  text-align: left;
}

div.order_ table.destgoodslist_ {
  margin: 0;
}

div.order_ table.destgoodslist_ table.estimate_comments_ {
  width: auto;
  border-collapse: separate;
  margin: 8px 0 0;
  border-top: 1px dashed #d6d6d6;
}

div.order_ table.destgoodslist_ table.estimate_comments_ select {
  margin-bottom: 5px;
}

div.order_ table.destgoodslist_ span.estimate_name_ {
  font-size: 14px;
  font-weight: bold;
  line-height: 2.0;
}

div.order_ table.destgoodslist_ span.tax_class_name_ {
  font-size: 10px;
}

div.order_ table.destgoodslist_ span.estimate_qty_,
div.order_ table.destgoodslist_ span.estimate_amt_,
div.order_ table.destgoodslist_ span.estimate_amt_tax_,
div.order_ table.destgoodslist_ span.estimate_amt_tax_biz_,
div.order_ table.destgoodslist_ span.period_ {
  padding-right: 1.0em;
  font-size: 14px;
  font-weight: normal;
}

div.order_ table.destgoodslist_ span.amt_tax_,
div.order_ table.destgoodslist_ span.amt_tax_biz_ {
  margin-right: 4px;
}

div.order_ table.destgoodslist_ span.qty_ {
  margin-right: 4px;
}

div.order_ table.destgoodslist_ span.reserve_qty_ {
  margin-right: 4px;
}

div.order_ table.destgoodslist_ td.price_ {
  text-align: right;
  border-right: 1px solid #ccc;
}

div.order_ table.formsublist_.breakdown_list_ th.tax_ {
  border-top: 1px solid #ccc;
  border-right-style: none;
  width: auto;
  padding: 3px;
  background-color: #e5f3ff;
  font-weight: normal;
  text-align: left;
  vertical-align: middle;
  white-space: nowrap;
}

div.order_ table.formsublist_.breakdown_list_ td {
  border-top: 1px solid #ccc;
  padding: 3px;
  text-align: left;
  vertical-align: middle;
}

/** カート モーダル **/
.inline-content {
  margin: 20px;
}

.inline-content p {
  text-align: center;
  margin-top: 1em;
}

.inline-content .cart_data_ {
  margin-top: 12px;
  padding: 8px;
  border: 2px solid #3763ba;
}

.inline-content .title_ {
  font-weight: bold;
}

.inline-content .cart_data_ table {
  width: 100%;
}

.inline-content .cart_data_ table td {
  text-align: left;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  font-size: 80%;
}

.inline-content .cart_data_ table td.image_ {
  width: 60px;
}

.inline-content .cart_data_ table td.image_ img {
  width: 50px;
  height: 50px;
  margin: 5px;
}

.inline-content .cart_data_ table th.qty_,
.inline-content .cart_data_ table td.qty_ {
  text-align: center;
}

#simple-modal-content.inline-modal {
  width: 100%;
  max-width: 90%;
  max-height: 90%;
}

.order-cart-content {
  text-align: right;
}

.card-line {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0 10px;
}

/* --------------------------------------------------------------------
  注文・見積添付ファイルアップロード
  --------------------------------------------------------------------- */
div#file_attachment_frame_ .attach-file-name {
  width: 270px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

div#file_attachment_frame_ .attach-file-list div {
  margin: 4px;
}

div#file_attachment_frame_ .attach-file-list {
  display: flex;
  align-items: center;
}

div.order_ .delete_ {
  overflow: visible;
  cursor: pointer;
  width: 25px;
  font-size: 12px;
  line-height: 19px;
  height: 18px;
  font-weight: normal;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid #909090;
  padding: 3px 10px;
  text-decoration: none;
  color: #555;
  display: inline-block;
  position: relative;
}

#upload_file_ {
  display: none;
}

div.attachment-help,
div.attachment-notice {
  display: block;
  font-size: 11px;
  color: #737373;
  text-align: left;
}

#drop_file_area_ {
  width: 110px;
}

#btn_select_file_ {
  margin-bottom: 10px;
}

/* --------------------------------------------------------------------
  注文拡張項目
--------------------------------------------------------------------- */
table.formlist_ .sales_append_textbox input[type="text"],
table.formlist_ .sales_append_num input[type="text"] {
  width: 95%;
}

.sales_append_radio input[type="radio"] {
  height: 18px;
  border-radius: 14px;
  vertical-align: middle;
}

.sales_append_checkbox input[type="checkbox"] {
  height: 20px;
  border-radius: 3px;
  vertical-align: bottom;
}

