@charset "Shift_JIS";

/* ---------------------------------------
 商品の設定
---------------------------------------- */
/* ボタン */
div.order-h_ .d-btn * {
  width: 100%;
  height: 56px;
  border: #333 1px solid;
  border-radius: 56px;
  font-size: 16px;
  font-weight: 700;
	text-decoration: none;
  color: #333;
  display: flex;
  justify-content: center;
  align-items: center;
  background: none;
  cursor: pointer;
	transition: 0.2s;
}
div.order-h_ .d-btn *:hover { opacity: 0.7;}
div.order-h_ .d-btn.-yellow * { border-color: #CC0000; color: #FFF; background: #CC0000;}
div.order-h_ .d-btn *.disabled_ { border-color: #D2D2D2 !important; color: #fff; background: #D2D2D2 !important; pointer-events: none !important;}
div.order-h_ .d-btn *.disabled_:hover { opacity: 1.0 !important;}
div.order-h_ .d-modal-area .d-btn { margin-top: 30px;}

/* h1タイトル下 : 一括商品設定（のし等）ボタン */
div.order-h_ .setting-all-wrap { margin: 0 0 26px 0;}
div.order-h_ .setting-all-wrap .setting-all { width: 287px;}

/* h1タイトル下 : お届け先の変更 リンク */
div.order-h_ .back-txt-wrap { margin: 0 0 40px 0; color: #1D3994;}
div.order-h_ .back-txt-wrap a.back-txt { padding: 0 0 0 15px; font-size: 16px; text-decoration: underline; color: #1D3994; position: relative;}
div.order-h_ .back-txt-wrap a.back-txt::before {
  content: '';
  width: 8px;
  height: 8px;
  border-right: #1A1A1C 1px solid;
  border-bottom: #1A1A1C 1px solid;
  display: block;
  position: absolute;
  top: calc(50% - 3px);
  left: 0;
  transform: rotate(135deg);
	transition: 0.2s;
}
div.order-h_ .back-txt-wrap a.back-txt:hover { opacity: 0.7;}

/* お届け先
---------------------------------------- */
/* 共通パーツ */
div.delivery_detail_ { margin: 0 0 30px 0;}
div.delivery_dest_ { border: #D8D8DB 1px solid; overflow: hidden;}
div.delivery_dest_ + div.delivery_dest_ { margin-top: 40px;}
div.delivery_dest_ button.delete-txt,
div.delivery_dest_ button.change-txt,
div.delivery_dest_ .reset-txt-box button { padding: 0; margin: 0; border: none; text-decoration: underline; line-height: 1; color: #1D3994; background: none; cursor: pointer; transition: 0.2s;}
div.delivery_dest_ button.delete-txt:hover,
div.delivery_dest_ button.change-txt:hover,
div.delivery_dest_ .reset-txt-box button:hover { opacity: 0.7;}
div.delivery_dest_ p.delivery_notice_.indent_text_ { font-size: 14px; font-weight: 400;}
div.delivery_dest_ p.delivery_notice_.indent_text_ + p.delivery_notice_.indent_text_ { margin-top: 7px;}

/* お届け先見出し */
div.delivery_dest_ .dest_ttl { padding: 15px 40px; margin: 0; border-bottom: #D8D8DB 1px solid; display: flex; align-items: center; background: #F8F8FB;}
div.delivery_dest_ .dest_ttl .common_headline2_ { padding: 0; margin: 0; font-size: 24px; font-weight: 400; background: none; position: relative;}
div.delivery_dest_ .dest_ttl .numTxt { padding: 0 0 0 20px; font-size: 20px; font-weight: 400;}
div.delivery_dest_ .dest_ttl .numTxt span { font-size: 28px; font-weight: 400;}
div.delivery_dest_ .dest_ttl .btn_deldest_ { position: absolute; right: 5px; top: 3px;}

/* 宛先・住所 */
div.delivery_dest_ .delivery_dest--body { padding: 40px; display: flex; flex-wrap: wrap; justify-content: space-between;}
div.delivery_dest_ .address_item_ { padding: 0; margin: 0; border: none;}
div.delivery_dest_ .address_item_ address { padding: 0; margin: 0; font-size: 16px; font-weight: 400; line-height: 1.7;}
div.delivery_dest_ .address_item_ address p { font-size: 16px; font-weight: 400; line-height: 1.7;}
div.delivery_dest_ .address_item_ address p.zip_ { margin-top: 16px;}
div.delivery_dest_ .address_item_ .btn_deldest_ { padding: 10px; float: right;}
div.delivery_dest_ .address_item_ .noshi_area_ { margin-top: 10px;}

/* 「この住所に送る商品を選択」「1件目の商品設定をコピー」ボタン */
div.delivery_dest_ .delivery_detail__btnArea_ { min-height: 120px; padding: 20px 0 0 0; margin: 0 0 0 auto; display: flex; flex-direction: column; justify-content: space-between;}
div.delivery_dest_ .delivery_detail__btnArea_ .d-btn { width: 260px; margin: auto 0 0 auto;}
div.delivery_dest_ .delivery_detail__btnArea_ input[type="submit"] + .d-btn { padding-top: 20px;}
div.delivery_dest_ .delivery_detail__btnArea_ .back-txt-wrap { width: 100%; margin-top: 18px; text-align: right;}
div.delivery_dest_ .delivery_detail__btnArea_ .error_ { margin: 10px 0 0 0; font-size: 14px; text-align: right;}
div.delivery_dest_ .delivery_detail__btnArea_ > input[type="submit"] {
	width: 260px;
	height: 56px;
	border: #333 1px solid;
	border-radius: 56px;
	font-size: 16px;
	font-weight: 700;
	text-decoration: none;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #FFF;
}

/* 商品内容・個数 */
div.delivery_dest_ .dest_goods_ { width: 100%; margin-top: 30px;}
div.delivery_dest_:not(.is-alreadySet-multiple):not(.is-alreadySet):not(.is-regular01):not(.is-regular02) .dest_goods_ { display: none;}
div.delivery_dest_ .dest_goods_ .dest_goods__item_ { width: 100%;}
div.delivery_dest_ .dest_goods_ .dest_goods__item_ ~ .dest_goods__item_ { margin-top: 40px;}
div.delivery_dest_ .dest_goods_ .dest_goods__itemBody_ { padding: 0; border: #DCDCDC 1px solid;}
div.delivery_dest_ .dest_goods_ .dest_goods__itemBody_:nth-of-type(n+2) { margin-top: 40px;}
div.delivery_dest_ .dest_goods_ .dest_goods__itemBody_ .goodsinfo_box_ { width: 100%; padding: 0; margin: 0 0 40px; border: none; display: block;}

/* 商品を選択する */
div.delivery_dest_ .goodsinfo_box__header_ { width: 100%; height: 69px; padding: 0 20px; border-bottom: #DCDCDC 1px solid; display: flex; align-items: center; overflow: hidden;}
div.delivery_dest_ .goodsinfo_box__header_ input[type="checkbox"] { display: none !important;}
div.delivery_dest_ .goodsinfo_box__header_ label { height: 69px; padding: 0; margin: 0; font-size: 16px; font-weight: 500; display: flex; align-items: center; position: relative;}
div.delivery_dest_ .goodsinfo_box__header_ label::before { content: ''; width: 17px; height: 17px; margin: 0 20px 0 0; border: #333 1px solid; border-radius: 3px; background: #FFF; display: inline-block;}
div.delivery_dest_ .goodsinfo_box__header_ input[type="checkbox"]:checked + label::before { border: #CC0000 1px solid; background: #CC0000;}
div.delivery_dest_ .goodsinfo_box__header_ input[type="checkbox"]:checked + label::after {
	content: '';
	width: 9px;
	height: 5px;
	border-left: #FFF 2px solid;
	border-bottom: #FFF 2px solid;
	display: block;
	position: absolute;
	left: 5px;
	top: calc(50% - 4px);
	transform: rotate(-50deg);
	box-sizing: border-box;
}
div.delivery_dest_ .goodsinfo_box__header_ p { margin-right: auto; font-size: 16px; font-weight: 500;}
div.delivery_dest_ .goodsinfo_box__header_ .delete-txt { margin: 0 0 20px auto; font-size: 16px; cursor: pointer;}
div.delivery_dest_ .goodsinfo_box__header_ .change-txt { margin: 0 0 20px 20px; font-size: 16px; cursor: pointer;}

/* 商品画像・価格・数量・のし選択など */
div.delivery_dest_ .goodsinfo_box_body_ { width: 100%; padding: 0 40px; margin: 40px 0 0 0; display: flex;}
div.delivery_dest_ .goodsinfo_box_body_ .goodsinfo_box_img_ { width: 160px; height: 160px; display: flex; justify-content: center; flex-wrap: wrap;}
div.delivery_dest_ .goodsinfo_box_body_ .goodsinfo_box_img_ img { width: 100%; display: block;}
div.delivery_dest_ .goodsinfo_box_body_ .goodsinfo_box_img_ span { display: block; margin-top: 5px;}
div.delivery_dest_ .goodsinfo_box_body_ .goodsinfo_box_detail_ { width: calc(100% - 160px); padding-left: 40px; box-sizing: border-box;}
div.delivery_dest_ .goodsinfo_box_body_ .goodsinfo_detail_ { width: auto; display: block;}
div.delivery_dest_ .goodsinfo_box_body_ .goodsinfo_detail_ .goods_name_ { width: 100%; padding: 0; margin: 0 0 10px 0; font-size: 20px; font-weight: 500;}
div.delivery_dest_ .goodsinfo_box_body_ .goodsinfo_detail_ .price_ { width: 100%; padding: 0; margin: 0; font-size: 24px; font-weight: 500; text-align: right; line-height: 1.6;}
div.delivery_dest_ .goodsinfo_box_body_ .goodsinfo_detail_ .price_ .price_ { font-size: 24px; font-weight: 500;}
div.delivery_dest_ .goodsinfo_box_body_ .goodsinfo_detail_ .price_ .price_ .yen_ { font-size: 20px; font-weight: 500;}
div.delivery_dest_ .goodsinfo_box_body_ .goodsinfo_detail_ .price_ .include_ { margin: 7px 0; font-size: 12px; font-weight: 400; display: block;}
div.delivery_dest_ .goodsinfo_box_body_ .goodsinfo_detail_ .price_ span.price_note_ { display: none;}
div.delivery_dest_ .goodsinfo_box_body_ .goodsinfo_detail_ .qty_ { width: 100%; display: flex; flex-wrap: wrap; justify-content: flex-end;}
div.delivery_dest_ .goodsinfo_box_body_ .goodsinfo_detail_ .qty_ .qty_wrap_ { width: 100%; font-size: 14px; font-weight: 400; display: flex; flex-wrap: wrap; justify-content: flex-end;}
div.delivery_dest_ .goodsinfo_box_body_ .goodsinfo_detail_ .qty_ .qty_wrap_ span { margin: 0 0 0 10px; font-size: 14px; font-weight: 400;}
div.delivery_dest_ .goodsinfo_box_body_ .goodsinfo_detail_ .qty_ select.option_qty_ { min-width: 80px;}

/* 販売期間 */
div.order_gift_.content_option_ ul.goodsinfo_detail_ ul.goods_salesperiod_ {
	margin: 30px 0 0 0;
	display: flex;
	justify-content: flex-end;
	align-items: center;
}
div.order_gift_.content_option_ ul.goodsinfo_detail_ ul.goods_salesperiod_ li.ttl_ {
	margin: 0 10px 0 0;
	font-size: 16px;
	font-weight: 400;
}
div.order_gift_.content_option_ ul.goodsinfo_detail_ ul.goods_salesperiod_ li.date_ {
	font-size: 16px;
	font-weight: 400;
	color: #EC0000;
}

div.delivery_dest_ .goodsinfo_box_body_ .goodsinfo_detail_ .goods_change_ { width: calc(100% - 525px); display: flex; align-items: center; justify-content: space-between;}
div.delivery_dest_ .goodsinfo_box_body_ .goodsinfo_detail_select_wrap { margin: 30px 0 0 0; display: flex; align-items: center;}
div.delivery_dest_ .goodsinfo_box_body_ .goodsinfo_detail_select_wrap p { margin: 0 0 0 16px; font-size: 16px; font-weight: 400;}
div.delivery_dest_ .goodsinfo_box_body_ .goodsinfo_detail_select { position: relative;}
div.delivery_dest_ .goodsinfo_box_body_ .noshi_box_btn_ { padding: 0; margin: 30px 0 0 40px; text-align: right;}
div.delivery_dest_ .goodsinfo_box_body_ .noshi_box_btn_ button { width: 255px;}

/* 商品設定（のし等） */
div.delivery_dest_ .goodsinfo_box_detail_noshi_ { margin: 30px 0 0 0; border: none;}
div.delivery_dest_ .goodsinfo_box_detail_noshi_ li.sales_detail_append_spec_ { display: none !important;}
div.delivery_dest_ .goodsinfo_box_detail_noshi_ dl { display: flex; justify-content: flex-start; align-items: flex-start;}
div.delivery_dest_ .goodsinfo_box_detail_noshi_ dl.goods_remarks_ label { line-height: 24px;}
div.delivery_dest_ .goodsinfo_box_detail_noshi_ dl.goods_noshi_ { width: 100%; padding: 0; margin: 0; border: none; display: block; background: none; position: relative;}
div.delivery_dest_ .goodsinfo_box_detail_noshi_ dl.goods_noshi_ dt { width: 100%; padding: 0 0 10px 0; border-bottom: #DDD 1px solid; font-size: 16px; font-weight: 500; position: relative;}
div.delivery_dest_ .goodsinfo_box_detail_noshi_ dl.goods_noshi_ dt .change-txt { margin: 0 0 0 15px; font-size: 14px;}
div.delivery_dest_ .goodsinfo_box_detail_noshi_ dl.goods_noshi_ dd { margin-top: 14px;}
div.delivery_dest_ .goodsinfo_box_detail_noshi_ dl.goods_noshi_ dd .noshi_config_ { display: flex; align-items: center; line-height: 1.4;}
div.delivery_dest_ .goodsinfo_box_detail_noshi_ dl.goods_noshi_ dd .noshi_config_ + .noshi_config_ { margin-top: 10px;}
div.delivery_dest_ .goodsinfo_box_detail_noshi_ dl.goods_noshi_ dd .noshi_config_ .ttl_ { width: 160px; font-size: 14px; font-weight: 500;}
div.delivery_dest_ .goodsinfo_box_detail_noshi_ dl.goods_noshi_ dd .noshi_config_ .setting_ { width: calc(100% - 160px); font-size: 14px; font-weight: 400;}
div.delivery_dest_ .goodsinfo_box_detail_noshi_ dl.goods_noshi_ dd .noshi_config_ span + span::before { content: '/'; margin: 0 3px;}

/* その他（拡張項目）*/
div.delivery_dest_ .goodsinfo_box_detail_remarks_ {}
div.delivery_dest_ .goodsinfo_box_detail_remarks_ .goods_remarks_ dd {}
div.delivery_dest_ .goodsinfo_box_detail_remarks_ .goods_remarks_ dd textarea {}

/* 配送方法（佐川） */
div.delivery_dest_ .goods_sel_delivery_method_ { padding: 35px 0 0 0; margin: 0 0 40px 0; border-top: #DCDCDC 1px solid; overflow: hidden;}
div.delivery_dest_ .goods_sel_delivery_method_ .block_title_ { padding: 0; margin: 0 0 20px 0; font-size: 20px; font-weight: 400;}
div.delivery_dest_ .goods_sel_delivery_method_ .inner_ .sagawa_message_ { color: #EC0000;}

/* 配送方法 */
div.delivery_dest_ .goods_delivery_method_ { padding: 35px 0; border-top: #DCDCDC 1px solid; overflow: hidden;}
div.delivery_dest_ .goods_delivery_method_ .block_title_ { padding: 0; margin: 0 0 20px 0; font-size: 20px; font-weight: 400;}
div.delivery_dest_ .goods_delivery_method_ .notice_text_ { padding: 0; margin: 0 0 20px 0; font-size: 14px; font-weight: 400; color: #EC0000;}
div.delivery_dest_ .goods_delivery_method_ .inner_ { margin: 20px 0 0 0; display: flex; column-gap: 20px;}
div.delivery_dest_ .goods_delivery_method_ .inner_ .goods_delivery_method_item_ { width: 320px; height: 80px; margin-bottom: 15px; display: flex; align-items: center; position: relative;}
div.delivery_dest_ .goods_delivery_method_ .inner_ .goods_delivery_method_item_ label { 
	width: 100%;
	height: 100%;
	padding: 0 0 0 55px;
	margin: 0;
	border: #333 1px solid;
	border-radius: 8px;
	display: flex;
	align-items: center;
	background: transparent;
	position: relative;
	cursor: pointer;
	z-index: 2;
}
div.delivery_dest_ .goods_delivery_method_ .inner_ .goods_delivery_method_item_.type-up label,
div.delivery_dest_ .goods_delivery_method_ .inner_ .goods_delivery_method_item_.type-u label { padding-bottom: 20px;}
div.delivery_dest_ .goods_delivery_method_ .inner_ .goods_delivery_method_item_ input[type="radio"] { position: absolute; top: calc(50% - 10px); left: 18px;}
div.delivery_dest_ .goods_delivery_method_ .inner_ .goods_delivery_method_item_ input[type="radio"]:checked + label { border: #CC0000 2px solid;}
div.delivery_dest_ .goods_delivery_method_ .inner_ .goods_delivery_method_item_ .postage_ { font-size: 16px; font-weight: 400; position: absolute; right: 30px; z-index: 1;}
div.delivery_dest_ .goods_delivery_method_ .inner_ .goods_delivery_method_item_ .memo_ { font-size: 12px; font-weight: 400; color: #666666; position: absolute; left: 60px; bottom: 20px; z-index: 1;}

/* お届け日時 */
div.delivery_dest_ .goods_delivery_date_ { padding: 20px 0 0 0; margin: 0; border-top: #DDD 1px solid;}
div.delivery_dest_ .goods_delivery_date_ .block_title_ { padding: 0; margin: 0 0 20px 0; font-size: 16px; font-weight: 500;}
div.delivery_dest_ .goods_delivery_date_ .consignor_ { margin: 0 0 20px 0; font-size: 16px; font-weight: 400; display: none;}
div.delivery_dest_ .goods_delivery_date_ .date_time_wrap_ { display: flex; column-gap: 30px;}
div.delivery_dest_ .goods_delivery_date_ .date_time_wrap_.unselectables_ { display: block;}
div.delivery_dest_ .goods_delivery_date_ .date_time_wrap_ .date_  { width: 320px;}
div.delivery_dest_ .goods_delivery_date_ .date_time_wrap_ .time_  { width: 320px;}
div.delivery_dest_ .goods_delivery_date_ .date_time_wrap_ .ttl_   { margin: 0 0 7px 0; font-size: 14px; font-weight: 500;}
div.delivery_dest_ .goods_delivery_date_ .date_time_wrap_ .child_ { min-height: 56px; font-size: 16px; font-weight: 400; text-decoration: none; display: flex; align-items: center;}
div.delivery_dest_ .goods_delivery_date_ .date_time_wrap_ select  { width: 100%; max-width: 100%; font-size: 16px; font-weight: 400;}
div.delivery_dest_ .goods_delivery_date_ p.delivery_notice_ { margin-top: 30px;}
div.delivery_dest_ .goods_delivery_date_ p.delivery_notice_ + p.delivery_notice_ { margin: 0;}

/* お届け日時 - 日時どちらかが選択不可 */
div.delivery_dest_ .goods_delivery_date_ .date_time_wrap_:not(.unselectables_) .unselectable_ .child_ { min-height: 56px;	text-decoration: none; display: flex; align-items: center;}

/* お届け日時 - 日時とも選択不可 */
div.delivery_dest_ .goods_delivery_date_ .date_time_wrap_.unselectables_ .unselectable_ { display: flex; align-items: center;}
div.delivery_dest_ .goods_delivery_date_ .date_time_wrap_.unselectables_ .unselectable_ + .unselectable_ { margin-top: 10px;}
div.delivery_dest_ .goods_delivery_date_ .date_time_wrap_.unselectables_ .unselectable_ .ttl_ { width: 90px; margin: 0;}
div.delivery_dest_ .goods_delivery_date_ .date_time_wrap_.unselectables_ .unselectable_ .child_ { width: calc(100% - 90px); min-height: auto; font-size: 14px; font-weight: 400;}

/* お届けサイクル選択 */
div.delivery_dest_ .goods_delivery_regular_cycle_ { padding: 16px 0 0 0;}
div.delivery_dest_ .goods_delivery_regular_cycle_ .inner_ { margin: 0 0 40px 0;}
div.delivery_dest_ .goods_delivery_regular_cycle_ dl.select_delivery_box_ + dl.select_delivery_box_ { margin-top: 20px;}
div.delivery_dest_ .goods_delivery_regular_cycle_ dl.select_delivery_box_ dt.ttl_ { margin: 0 0 7px 0; font-size: 14px; font-weight: 500;}
div.delivery_dest_ .goods_delivery_regular_cycle_ dl.select_delivery_box_ dd select { width: 460px;}

/* 商品の選択を完了する ボタン */
div.delivery_dest_ .dest_goods_ .btnArea_ { width: 260px; padding: 0; margin: 30px 0 0 auto;}
div.delivery_dest_ .dest_goods_ .btnArea_ .reset-txt-box { margin: 15px 0 0 0;}
div.delivery_dest_ .dest_goods_ .btnArea_ .reset-txt-box button { font-size: 16px;}

/* カートに戻って商品を追加 ボタン */
div.delivery_dest_ .back-txt-wrap { width: 260px !important; margin: 20px 0 0 auto !important; text-align: center !important;}
div.delivery_dest_ .back-txt-wrap a.back-txt { padding: 0 !important; margin: 0 !important; font-size: 16px !important; font-weight: 400 !important; text-decoration: none !important;}
div.delivery_dest_ .back-txt-wrap a.back-txt::before { display: none !important;}

/* この住所に送る商品を追加 ボタン */
div.delivery_dest_ .delivery_dest--body > .btnArea_ { width: 100%; margin: 60px 0 0 0; text-align: right; display: flex; flex-direction: column;}
div.delivery_dest_ .delivery_dest--body > .btnArea_ .d-btn { width: 260px; margin: 0 0 0 auto;}

/* 設定した商品をすべて削除 */
div.delivery_dest_ .delivery_dest--body > .btnArea_ .reset-txt-box { width: 260px; margin: 20px 0 0 auto; text-align: center;}
div.delivery_dest_ .delivery_dest--body > .btnArea_ .reset-txt-box button { font-size: 16px;}

/* 商品設定（のし等） - モーダル
---------------------------------------- */
div.order-h_ .d-modal {
  width: 100vw;
  height: 100vh;
  height: 100dvh;
  position: fixed;
  top: 0;
  left: 50%;
  z-index: 112;
  opacity: 0;
  pointer-events: none;
  transform: translateX(-50%);
  transition: 0.3s ease-in-out;
}
div.order-h_ .d-modal span.efo-error_ { margin-top: 10px;}
div.order-h_ .d-modal.is-open { opacity: 1; pointer-events: all; transition: 0.3s ease-in-out 0.3s;}
div.order-h_ .d-modal--headding { padding: 0; margin: 0; font-weight: bold; font-size: 20px; text-align: center; line-height: 1; color: #404040; overflow: visible;}
div.order-h_ .d-modal-bg-close { width: 100%; height: 100%; position: absolute;}
div.order-h_ .d-modal--overlay { width: 100%; height: 100%; background: rgb(0, 0, 0, 0.75);}
div.order-h_ .d-modal-body {
  width: 600px;
  max-height: calc(90vh - 40px) !important;
  padding: 40px 56px;
  border-radius: 12px;
  background: #FFF;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
	overflow-y: scroll;
  -webkit-overflow-scrolling: auto;
}
div.order-h_ .d-modal--close { padding: 0; margin-bottom: 28px; position: relative;}
div.order-h_ .d-modal--close .modal-close,
div.order-h_ .d-modal--close .modal-back {
  width: 163px;
  height: 40px;
  padding: 0 10px 0 27px;
  border: #333 1px solid;
  border-radius: 40px;
  font-size: 16px;
  font-weight: 700;
	text-decoration: none;
  color: #333;
  background: #FFF;
  position: relative;
  left: 0;
  float: none;
}
div.order-h_ .d-modal--close .modal-close::before,
div.order-h_ .d-modal--close .modal-back::before {
  content: '';
  width: 8px;
  height: 8px;
	margin: 0 6px 0 0;
  border-right: #333 1px solid;
  border-top: #333 1px solid;
  display: block;
  transform: rotate(-135deg);
	position: absolute;
	top: calc(50% - 5px);
	left: 16px;
}
div.order-h_ .d-modal--close .modal-back { position: absolute; top: 0; left: 0; opacity: 0; pointer-events: none;}
div.order-h_ .d-modal--close .modal-back.is-active { pointer-events: all; opacity: 1;}
div.order-h_ .d-modal--close.close--bottom { margin-bottom: 0; margin-top: 28px; display: none; position: relative;}
div.order-h_ .d-modal--slider { padding-top: 15px; padding-bottom: 30px; color: #404040; background: #FFF;}
div.order-h_ .esb-displayer {
  min-height: 56px;
  padding: 0 40px 0 20px;
  border: #333 1px solid;
  border-radius: 6px;
  font-size: 16px;
  font-weight: 400;
	text-decoration: none;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 1;
}
div.order-h_ .esb-displayer::before {
  content: '';
  width: 8px;
  height: 8px;
  border-right: #333 1px solid;
  border-bottom: #333 1px solid;
  display: block;
  position: absolute;
  top: calc(50% - 3px);
  right: 20px;
  transform: translateY(-50%) rotate(45deg);
}
div.order-h_ .esb-dropdown {
  width: 100% !important;
  margin-top: -5px;
  border: #333 1px solid;
  font-size: 15px;
  font-weight: 500;
	text-decoration: none;
  display: none;
  background: #FFF;
  position: relative;
  z-index: 2;
}
div.order-h_ .esb-dropdown .esb-item { min-height: 46px; padding: 0 20px; display: flex; align-items: center;}
div.order-h_ .esb-dropdown .esb-item:nth-of-type(n+2) { border-top: #333 1px solid;}
div.order-h_ .d-modal--content { padding: 0 0 100px 0; text-align: left;}
div.order-h_ .d-modal--content .supplement_ { margin: 0; font-size: 12px; font-weight: 400;}
div.order-h_ .d-modal--content > .d-btn { width: 280px; margin: 25px auto 0;}
div.order-h_ .d-modal--content .setting-item ul:has(#wrapping_name1_000) { margin-bottom: 30px;}
div.order-h_ .d-modal--content .setting-item ul:has(#wrapping_name1_000) ~ input.wrapping_name { margin-bottom: 0;}
div.order-h_ .d-modal--content .setting-item input[type="text"] { width: 100%; min-height: 50px; border: #DCDCDC 1px solid; border-radius: 6px; display: block;}
div.order-h_ .d-modal--content .setting-item input[type="text"]:hover { opacity: 1;}
div.order-h_ .d-modal--content .setting-item input.disabled_[type="text"] { border-color: #949497; color: #999; background-color: #F1F1F4;}
div.order-h_ .d-modal--content .setting-item .radio-area_ ~ input { margin-top: 10px;}
div.order-h_ .d-modal--content .setting-item .radio-area_ ~ span.efo-error_ + input { margin-top: 0;}
div.order-h_ .d-modal--content .setting-item > dt { margin-bottom: 14px; font-size: 14px; font-weight: 500;}
div.order-h_ .d-modal--content .setting-item > dd.disabled_ .easy-select-box { pointer-events: none !important;}
div.order-h_ .d-modal--content .setting-item > dd.disabled_ .radio-area_ input { border-color: #949497; color: #999; background-color: #F1F1F4; pointer-events: none !important;}
div.order-h_ .d-modal--content .setting-item > dd.disabled_ .radio-area_ label { color: #999; pointer-events: none !important;}
div.order-h_ .d-modal--content .setting-item > dd.disabled_ select,
div.order-h_ .d-modal--content .setting-item > dd.disabled_ .esb-displayer { border-color: #949497; color: #999; background-color: #F1F1F4; pointer-events: none !important;}
div.order-h_ .d-modal--content .setting-item > dd.disabled_ input[type="radio"]:checked:before { background: #949497; pointer-events: none !important;}
div.order-h_ .d-modal--content .setting-item > dd.disabled_ .d-modal--sample-txt { pointer-events: none;}
div.order-h_ .d-modal--content .setting-item > dd.disabled_ .d-modal--sample-txt button { color: #757575;}
div.order-h_ .d-modal--content .setting-item .radio-area_.two_ { display: flex;}
div.order-h_ .d-modal--content .setting-item .radio-area_.two_ li { border: none;}
div.order-h_ .d-modal--content .setting-item.item_remarks dt,
div.order-h_ .d-modal--content .setting-item.item_bikou_ dt { margin-bottom: 10px;}
div.order-h_ .d-modal--content .setting-item.item_remarks dd textarea,
div.order-h_ .d-modal--content .setting-item.item_bikou_ dd textarea { width: 100%; padding: 20px; margin-top: 10px;}
div.order-h_ .d-modal--content .esb-dropdown { max-height: 100px; overflow-y: scroll !important;}
div.order-h_ .d-modal--content .error_ { padding: 0; font-size: 14px;}
div.order-h_ .d-modal--content .notes_ { padding: 0; font-size: 14px;}
div.order-h_ .d-modal--content > dl:nth-of-type(n+2) { padding-top: 18px; margin-top: 30px; border-top: #D2D2D2 1px solid;}
div.order-h_ .d-modal--content * + .error_,
div.order-h_ .d-modal--content * + .notes_ { margin: 5px 0 0;}
div.order-h_ * + .d-modal--content { margin-top: 20px;}
div.order-h_ .d-modal--content > .d-modal-txt { line-height: 1.7; font-size: 14px;}
div.order-h_ .d-modal--txt { padding: 0 0 0 1em; margin: 0; font-size: 14px; font-weight: 400; text-indent: -1em !important; line-height: 1.8;}
div.order-h_ .d-modal--txt a { padding: 0 !important; margin: 0 !important; border: none; display: inline !important; color: #1D3994; text-decoration: underline; background: none;}
div.order-h_ .radio-area_ + .d-modal--txt,
div.order-h_ .radio-area_ + .error_ { margin-top: 16px;}
div.order-h_ * + .d-modal--sample-txt { margin: 10px 0;}
div.order-h_ .d-modal--sample-txt button { padding: 0; margin: 0; background: none; border: none; display: inline; color: #1D3994; text-decoration: underline;}
div.order-h_ .d-modal--noshi-sample h3 { font-size: 16px; font-weight: 500;}
div.order-h_ .d-modal--noshi-sample h3:nth-of-type(n+2) { margin-top: 40px;}
div.order-h_ .d-modal--noshi-sample .exlist { margin-top: 20px; display: flex; flex-wrap: wrap;}
div.order-h_ .d-modal--noshi-sample .exlist li { width: calc(100% / 2 - 5px); border: none;}
div.order-h_ .d-modal--noshi-sample .exlist li .number br { display: none;}
div.order-h_ .d-modal--noshi-sample .exlist li .number span { display: inline-block; margin-left: 5px;}
div.order-h_ .d-modal--noshi-sample .exlist li .number span::before { content: '(';}
div.order-h_ .d-modal--noshi-sample .exlist li .number span::after { content: ')';}
div.order-h_ .d-modal--noshi-sample .exlist li .image { border: #DCDCDC 1px solid;}
div.order-h_ .d-modal--noshi-sample .exlist li .image img { width: 100%; display: block;}
div.order-h_ .d-modal--noshi-sample .exlist li p:not(.image) { margin-top: 5px; font-size: 12px; font-weight: 500;}
div.order-h_ .d-modal--noshi-sample .exlist li:not(:nth-of-type(2n)) { margin-right: 10px;}
div.order-h_ .d-modal--noshi-sample .exlist li:nth-of-type(n+3) { margin-top: 25px;}
div.order-h_ .col-box.-col02 { width: 420px; margin: 0 auto 0; display: flex; justify-content: space-between; flex-direction: row-reverse;}
div.order-h_ .col-box.-col02 > * { width: 200px;}

/* 一括商品設定を利用する・しないボタン */
div.order-h_ .modal-slide-item.is-front .d-modal--content { padding: 7px 0 0 0; text-align: left;}
div.order-h_ .modal-slide-item.is-front .col-box.-col02 { width: 282px;}
div.order-h_ .modal-slide-item.is-front .col-box.-col02 .d-btn { width: 136px;}
div.order-h_ .modal-slide-item.is-front .col-box.-col02 .d-btn button { border-color: #CC0000; color: #FFF; background: #CC0000;}

/* ---------------------------------------
 一括商品設定（のし等）
---------------------------------------- */
div.d-modal-area.-content-option { margin: 20px auto; text-align: left;}
div.d-modal-area.-content-option .noshi_setting_wrap_ { border: #D8D8DB 1px solid;}
div.d-modal-area.-content-option .noshi_setting_wrap_ .headding { padding: 15px 40px; margin: 0; border-bottom: #D8D8DB 1px solid; font-size: 24px; display: flex; align-items: center; background: #F8F8FB;}
div.d-modal-area.-content-option .noshi_setting_wrap_ .headding button { 
	padding: 0;
	margin: 0 0 0 auto;
  border: none;
	font-size: 16px;
	font-weight: 400;
	text-decoration: underline;
  color: #1D3994;
  background: none;
  cursor: pointer;
}
div.d-modal-area.-content-option .noshi_setting_ { padding: 40px;}
div.d-modal-area.-content-option .noshi_setting_ dt { margin: 0 0 30px 0; font-size: 20px; font-weight: 400;}
div.d-modal-area.-content-option .noshi_setting_ dd { margin-top: 14px; line-height: 1.75;}
div.d-modal-area.-content-option .noshi_setting_ dd .noshi_config_ { display: flex; align-items: center; line-height: 1.4;}
div.d-modal-area.-content-option .noshi_setting_ dd .noshi_config_ + .noshi_config_ { margin-top: 10px;}
div.d-modal-area.-content-option .noshi_setting_ dd .noshi_config_ .ttl_ { width: 160px; font-size: 16px; font-weight: 400; margin-left:10px;}
div.d-modal-area.-content-option .noshi_setting_ dd .noshi_config_ .setting_ { width: calc(100% - 160px); font-size: 16px; font-weight: 400;}
div.d-modal-area.-content-option .noshi_setting_ dd .noshi_config_ span + span::before { content: '/'; margin: 0 3px;}

/* ---------------------------------------
 サブミット
---------------------------------------- */
div.col1_.content_option_ .submit_.is-submit-lock .yellow_button_ { 
	border-color: #D2D2D2 !important;
	color: #FFF !important;
	background: #D2D2D2 !important;
	pointer-events: none !important;
	cursor: not-allowed;
}
div.col1_.content_option_ .error_.next_btn_message_ { margin-top: 20px; text-align: center;}

/* ---------------------------------------
 定期商品
---------------------------------------- */
/* 1回目のお届け */
div.delivery_dest_.is-regular01 .dest_goods_ .dest_goods__item_ { padding: 40px; border: #DCDCDC 1px solid;}
div.delivery_dest_.is-regular01 .dest_goods_ .dest_goods__itemBody_ { border: none;}
div.delivery_dest_.is-regular01 .goodsinfo_box_body_ { padding: 0; margin: 0;}
div.delivery_dest_.is-regular01 .goodsinfo_box_body_ .noshi_box_btn_ { display: none;}

/* 2回目の以降のお届け */
div.delivery_dest_.is-regular02 .dest_goods_ .dest_goods__item_ { padding: 40px; border: #DCDCDC 1px solid;}
div.delivery_dest_.is-regular02 .dest_goods_ .dest_goods__itemBody_ { border: none;}
div.delivery_dest_.is-regular02 .goodsinfo_box_body_ { padding: 0; margin: 0;}
div.delivery_dest_.is-regular02 .goodsinfo_box_body_ .noshi_box_btn_ { display: none;}

/* ---------------------------------------
 単一配送先 - 設定済
---------------------------------------- */
div.delivery_dest_.is-alreadySet .dest_goods_ .dest_goods__itemBody_ + .goods_delivery_method_{ margin-top: 40px;}
div.delivery_dest_.is-alreadySet .dest_goods_ .dest_goods__itemBody_ + .goods_delivery_ { margin: 40px 0;}
div.delivery_dest_.is-alreadySet .goodsinfo_box_ + .goodsinfo_box_ { border-top: #DCDCDC 1px solid;}
div.delivery_dest_.is-alreadySet .goodsinfo_box_body_ { padding: 0; margin: 0;}

/* ---------------------------------------
 複数配送先 - 設定済
---------------------------------------- */
div.delivery_dest_.is-alreadySet-multiple .dest_goods_ .dest_goods__item_ { padding: 0 40px 40px 40px; border: #DCDCDC 1px solid;}
div.delivery_dest_.is-alreadySet-multiple .dest_goods_ .dest_goods__item_ .dest_goods__num { padding: 16px 40px; margin: 0 -40px; border-bottom: #DCDCDC 1px solid; font-size: 20px; font-weight: 400; background: #F8F8FB;}
div.delivery_dest_.is-alreadySet-multiple .dest_goods_ .dest_goods__itemBody_ { padding: 0; margin: 40px 0 0 0; border: none;}
div.delivery_dest_.is-alreadySet-multiple .dest_goods_ .goodsinfo_box__header_ { height: auto; padding: 0; border: none;}
div.delivery_dest_.is-alreadySet-multiple .dest_goods_ .goodsinfo_box__header_ p { margin: 0 0 20px 0; font-size: 20px; font-weight: 400;}
div.delivery_dest_.is-alreadySet-multiple .goodsinfo_box_ + .goodsinfo_box_ { border-top: #DCDCDC 1px solid;}
div.delivery_dest_.is-alreadySet-multiple .goodsinfo_box_body_ { padding: 0; margin: 0;}

