@charset "Shift_JIS";
/* --------------------------------------------------------------------
	ご注文方法の指定
-------------------------------------------------------------------- */

/* ご注文主（ログイン時） */
div.method_host_ {
  padding: 29px 0;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.host_info_ {
  font-size: 14px;
}
.host_info_ .host_name_ {
  margin-bottom: 5px;
}
.host_info_ .ads {
  line-height: 1.8;
}
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-bottom: 20px;
  border-bottom: 1px dotted #ccc;
}
div.method_sender_ div.sender_info_ {
  margin-bottom: 10px;
  padding-left: 10px;
}
div.sender_change_ {
  padding: 10px;
  margin: 0 0 10px 0;
  background: #f8f8f8;
  border: 1px solid #ccc;
}
table.method_sender_ {
  margin-bottom: 20px;
  width: 100%;
}
tr#sender_addr input,
tr#sender_addr2 input,
tr#sender_addr3 input,
tr#sender_comp input,
tr#sender_dept input {
  width: 300px;
}
/**/
/* 宛て先（ログイン時） */
div.method_address_ {
  padding: 28px 0;
}
div.addresslist_ {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 36px;
}
div.addresslist_ .address_name,
div.addresslist_ .address_area,
div.addresslist_ .address_change_ {
  font-size: 14px;
}
div.addresslist_ .address_name {
  display: block;
  margin-bottom: 10px;
}
div.addresslist_ .address_area {
  line-height: 1.6;
}
div.addresslist_ .address_item_ {
  width: 386px;
  position: relative;
}
div.addresslist_ .address_item_:nth-child(n+2),
.couponcardList_ .couponcard_item_:nth-child(n+2) {
  margin-left: 20px;
}
div.addresslist_ .address_item_:nth-child(3n+1),
.couponcardList_ .couponcard_item_:nth-child(3n+1) {
  margin-left: 0;
}
div.addresslist_ .address_item_:nth-child(n+4),
.couponcardList_ .couponcard_item_:nth-child(n+4) {
  margin-top: 20px;
}
div.addresslist_ .address_item_ .address_change_ {
  position: absolute;
  right: 30px;
  bottom: 28.5px;
}
.input_none {
  display: none;
}
.input_none:checked + .address_label,
.input_none:checked + .coupon_label {
  background: #f7f7f7;
}
div.address_item_ .address_label {
  display: block;
  width: 386px;
  padding: 31px 30px 51px 30px;
  border: 1px solid #E5E5E5;
  box-sizing: border-box;
}
.address_label:hover,
.coupon_label:hover {
  background: #f7f7f7;
}
div.address_item_ .address_change_ {
  float: right;
  display: inline;
  text-align: right;
  width: 150px;
}
div.address_bottom_ {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
div.address_bottom_ .button_ {
  margin-bottom: 20px;
  margin-left: 18px;
}
table.destgoodslist_ {
  margin-bottom: 20px;
}
/**/
/* ポイント利用 */
.method_point_ {
  padding: 28px 0;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.method_point_ .pointList_ {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.method_point_ .point_item_ {
  display: flex;
  align-items: center;
}
.method_point_ .point_item_:nth-child(n+2) {
  margin-left: 47px;
}
.point_input {
  -webkit-appearance: none;
  appearance: none;
  position: relative !important;
  border-radius: 14px;
  border: 1px solid #ccc;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 20px !important;
  height: 20px;
  background: #fff;
  vertical-align: middle;
  margin: 0 8px;
}
.point_input[type="radio"]:checked:before {
  position: absolute !important;
  left: 50%;
  top: 50%;
  display: block;
  margin: -5px 0 0 -5px;
  content: "";
  border-radius: 5px;
  width: 10px;
  height: 10px;
  background: #fff;
}
.point_input[type="radio"]:checked {
  background: #666666;
}
.point_label {
  font-size: 14px;
}
.point_num {
  width: 80px;
  height: 32px;
  margin-right: 5px;
  padding: 0 10px;
  border: 1px solid #ccc;
  border-radius: 3px;
  text-align: right;
  box-sizing: border-box;
}
.point_text {
  width: 200px;
  height: 32px;
  padding: 0 10px;
  border: 1px solid #ccc;
  border-radius: 3px;
  text-align: right;
  box-sizing: border-box;
}
/**/
/* クーポン利用 */
.method_coupon_ {
  padding: 28px 0;
  border-bottom: 1px solid #ccc;
}
.method_coupon_ .coupon_text {
  margin-top: -10px;
  font-size: 14px;
}
.method_coupon_ .couponList_ {
  margin-top: 20px;
}
.method_coupon_ .couponList_ .coupon_item_ {
  display: flex;
  align-items: center;
}
.method_coupon_ .couponList_ .coupon_item_:nth-child(n+2) {
  margin-top: 10px;
}
.couponcardList_ {
  margin-top: 20px;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.couponcard_item_ .coupon_label {
  display: block;
  width: 380px;
  padding: 27px 30px;
  border: 1px solid #E5E5E5;
  box-sizing: border-box;
}
.couponcardList_ .couponcard_ttl {
  margin-bottom: 8px;
  font-size: 14px;
  font-weight: bold;
}
.couponcardList_ .couponcard_text {
  font-size: 14px;
}

.js-copy-clipbord {
  position: relative;
}
.js-copy-clipbord_popUp:before {
  content: "";
  background-image: url(".../../../new_img/common/balloon_coupon.png");
  background-size: contain;
  vertical-align: middle;
  display: inline-block;
  width: 196px;
  height: 82px;
  position: absolute;
  top: -5em;
  right: -78px;
  transition: all 500ms;
  -webkit-transition: all 500ms;
  -moz-transition: all 500ms;
  -ms-transition: all 500ms;
  -o-transition: all 500ms;
}


/**/
/* お支払い方法 */
.method_ttl {
  display: inline-block;
  margin-bottom: 10px;
  font-size: 14px;
}
.method_text {
  font-size: 14px;
}
.payment_frame_ {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.commit_frame_ + .credit_area {
  padding-top: 20px;
}
.step3-blockWrapper .method_box_.method_box_check_2_ {
  padding: 20px 0 10px;
  border: none;
  box-sizing: border-box;
}
.credit_area.method_box_check_2_ {
  padding-top: 20px;
}
.payment_frame_.bottom {
  margin-bottom: 25px;
}
.payment_frame_text_ {
  margin-bottom: 20px;
  font-size: 14px;
}
.payment_frame_ .point_input:nth-of-type(n+2) {
  margin-left: 30px;
}
.credit_area {
  margin-bottom: 30px;
}
.credit_list_ {
  padding: 25px 30px;
  border: 1px solid #ccc;
  overflow: hidden;
}
.credit_modal_link_ {
  padding-left: 1em;
}
.credit_modal_link_:before {
  content:'';
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-right: 5px;
  background-image: url(../new_img/icon/credit_modal_link_icon.png);
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: text-top;
}

.credit_list_:nth-child(n+2) {
  border-top: 0;
}
.credit_list_.credit_list_bottom_ {
  background: #F7F7F7;
}
.credit_list_ .credit_left_ {
  float: left;
  font-size: 14px;
  font-weight: bold;
}
.credit_list_ .credit_left_.mt {
  margin-top: 5px;
}
.credit_list_ .credit_right_ {
  margin-left: 175px;
  font-size: 14px;
}
.credit_list_ .credit_right_.large {
  margin-left: 315px;
}
#credit_card_num.point_text,
#credit_card_num2.point_text,
#credit_pin_card_num.point_text {
  width: 200px;
}
input[name="security_code"].point_text {
  width: 90px;
}
.etc_area {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 24px;
}
.etc_card:nth-child(2) {
  margin-left: 40px;
}
.etc_card_name {
  font-size: 13px;
  font-weight: bold;
}
.etc_card_text {
  margin-top: 10px;
  font-size: 13px;
}
.secure {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 15px;
  padding: 15px;
  background: #F7F7F7;
}
.secure_right {
  margin-left: 20px;
}
.secure_ttl {
  font-size: 13px;
  font-weight: bold;
}
.secure_img {
  margin: 14px;
}
.secure_text {
  margin-top: 14px;
  font-size: 13px;
}
.credit_right_.select_area {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.select_area select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border-radius: 0;
  border: 0;
  margin: 0;
  padding: 0;
  background: none transparent;
  vertical-align: middle;
  font-size: inherit;
  color: inherit;
  box-sizing: content-box;
}
.select_area select::-ms-expand {
  display: none;
}
.select_area .selecter {
  width: 90px;
  margin-right: 10px;
  padding: 5px 20px 5px 5px;
  border: 1px solid #ccc;
  border-radius: 3px;
  box-sizing: border-box;
  text-align: right;
  background: url(../new_img/sys/icon_select_arw_btm.png) no-repeat 145px center;
  font-size: 1.4rem;
}
.select_area .selecter.small {
  background: url(../new_img/sys/icon_select_arw_btm.png) no-repeat 73px center;
}
.select_area .selecter:nth-of-type(2) {
  margin-left: 15px;
}
.credit_list_.bg_gray {
  background: #F7F7F7;
}
.border_area {
  display: none;
  padding: 30px;
  border: 1px solid #ccc;
}
.border_area.show-block {
  display: block;
}
.border_area.method_rG {
  margin-top: 20px;
}
.method_delivery_ {
  padding: 28px 0;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.deliveryList_ {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-top: -10px;
  margin-bottom: 15px;
}
.deliveryList_ .delivery_item_ {
  display: flex;
  align-items: center;
}
.deliveryList_ .delivery_item_ + .delivery_item_ {
  margin-left: 20px;
}
.deliveryList_ .delivery_item_:last-child {
  margin-left: 10px;
}
.caution_list_ .caution_list_item_ {
  font-size: 13px;
}
.caution_list_ .caution_list_item_:nth-child(n+2) {
  margin-top: 3px;
}
.credit_list_ .pointList_ {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.credit_list_ .pointList_ .point_item_:nth-child(2) {
  margin-left: 30px;
}
.price_text_area {
  font-size: 13px;
  margin-top: 25px;
}
.selecter.date {
  width: 160px;
  margin-right: 0;
}
.gift_card {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
#gift_check {
  margin: 0;
  background: none;
  border: none;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 20px;
  height: 20px;
  border: 1px solid #CCC;
  border-radius: 4px;
  cursor: pointer;
  position: relative;
}
#gift_check:checked {
  background: #666666;
}
#gift_check:checked::before {
  content: '';
  width: 8px;
  height: 6px;
  border: solid #fff;
  border-width: 2px 2px 0 0;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  position: absolute;
  left: 4px;
  top: 3px;
}
.check_label {
  display: inline-block;
  margin-left: 10px;
  font-size: 14px;
  font-weight: bold;
}
.check_label .gift_caution_text {
  display: inline-block;
  margin-left: 10px;
  font-size: 14px;
  font-weight: normal;
}
.submit_.cart {
  margin-bottom: 160px;
}
/**/
/* ご注文商品 */
.method_order_ {
  padding: 28px 0;
}
.method_order_ .formlist_.cartlist_ {
  width: 100%;
  float: none;
}
.wrapping {
  display: inline-block;
}
.select_area.wrap {
  display: inline-block;
  margin-left: 5px;
}
.select_area.wrap .selecter {
  width: 160px;
}
.wrapping_note_ {
  margin-top: 10px;
}

/**/
/* 配送方法 */
div.method_box_ {
  padding: 28px 0;
}
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_ {
  overflow: hidden;
}
.step3-blockWrapper .method_box_ {
  padding: 50px 0 30px;
  border-top: 1px solid #e5e5e5;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

div.method_box_ div.method_box_content_ input {
  -webkit-appearance: none;
  appearance: none;
  position: relative !important;
  border-radius: 14px;
  border: 1px solid #ccc;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 20px !important;
  height: 20px;
  background: #fff;
  vertical-align: middle;
  margin: 0 8px;
}
div.method_box_ div.method_box_content_ input[type="radio"]:checked {
  background: #666666;
}
div.method_box_ div.method_box_content_ input[type="radio"]:checked:before {
  position: absolute !important;
  left: 50%;
  top: 50%;
  display: block;
  margin: -5px 0 0 -5px;
  content: "";
  border-radius: 5px;
  width: 10px;
  height: 10px;
  background: #fff;
}
div.method_box_ div.method_box_content_ label {
  margin-right: 1em;
}


/**/
/* 配送希望日時指定 */
#method_date dl {
  margin: 0 0 10px 0;
}
#method_date dl dt {
  float: left;
  display: inline;
  font-weight: bold;
}
#method_date dl dd {
  margin-left: 8em;
}
/**/
/* ポイント */
.currentpoint_ {
  margin-bottom: 10px;
}
div.point_use_ {
  margin-bottom: 10px;
  padding: 10px;
  background: #f8f8f8;
  border: 1px solid #ccc;
}
/**/
/* --------------------------------------------------------------------
	ご注文内容の確認
-------------------------------------------------------------------- */
div.spandual_ {
  margin-bottom: 20px;
  padding-bottom: 20px;
  width: 100%;
  overflow: hidden;
  border-bottom: 1px dotted #ccc;
}
div.spandual_ table {
  width: 100%;
}
div.spandual_ .leftfloat_ {
  width: 500px;
}
div.spandual_ .rightfloat_ {
  width: 320px;
}
div.spandual_ .rightfloat_ table.formdetail_ {
  width: 100%;
}
table.estimate_.sales_ th,
table.estimate_method_ th {
  width: 12em;
}
table.estimate_.sales_ td,
table.estimate_method_ td {
  text-align: right;
}
table.host_ {
  margin-bottom: 20px;
}
div.order_ .method_addr_ {
  margin-bottom: 10px;
  padding-left: 10px;
}
table.card_,
table.convinience_ {
  width: 100%;
}
table.card_ label {
  margin: 0 20px 0 5px;
}
table.convinience_ th {
  width: 16em;
}
/* お支払い方法 */
div.order_ table.estimate_method_ {
  width: 250px;
}
div.order_ table.estimate_method_ th {
  width: 50%;
  text-align: left;
}
div.order_ table.estimate_method_ td {
  width: 50%;
  text-align: right;
}
div.order_ table.method_gift_ {
  border: none;
}
div.order_ table.method_gift_ td {
  border: none;
}
div.order_ table.goodslist_ {
  text-align: left;
}
/* お届け先 */
div.order_ table.dest_ {
  width: 100%;
}
div.order_ table.destgoodslist_ {
  width: 100%;
}
div.order_ table.destgoodslist_ td.method_qty_ {
  text-align: center;
}
div.order_ table.card_ th {
  text-align: left;
}
div.order_ table.card_ td {
  text-align: left;
}
/* order method.aspx */
div.order_ table.method_ {
  width: 100%;
}
/*配送先*/
div.order_ .method_method_ {
  text-align: left;
}
/* order order.aspx */
div.order_ table.order_ {
  width: 100%;
  margin: 0 auto 20px auto;
}
div.order_ table.order_ th {
  width: 25%;
}
/* カードで支払う */
div.order_ table.formdetailcard_ {
  margin-bottom: 20px;
}
div.order_ table.formdetailcard_ th {
  width: 12em;
}
/* セキュリティコード、3Ｄセキュア(本人認証サービス)とは？ */
.credit_list_modal_inner {
  display: table;
  padding: 100px 0;
  width: 100%;
  height: 100%;
}
.credit_list_modal_container_ {
  width: 1037px;
  margin: 0 auto;
  padding: 30px;
  background: #fff;
  position: relative;
}
.credit_list_modal_cancel_outer_ {
  position: absolute;
  top: -30px;
  right: 10px;
}
.credit_list_modal_cancel_ {
  display: inline-block;
  position: relative;
  padding: 0;
  width: 3px;
  height: 27px;
  background: #fff;
  border-radius: 2.5px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  cursor: pointer;
}
.credit_list_modal_cancel_:before {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: -12px;
  width: 27px;
  height: 3px;
  margin-top: -2px;
  border-radius: 2.5px;
  background: #fff;
}
.credit_list_modal_ .etc_area {
  margin: 0;
}
/* --------------------------------------------------------------------
	ご注文完了
-------------------------------------------------------------------- */
div.new_customer_ {
  width: 700px;
  margin: 30px Auto Auto Auto;
}

/*# sourceMappingURL=order.css.map */
