@charset "UTF-8";

/* --------------------------------------------------------------------
	オーダーフロー共通
-------------------------------------------------------------------- */
div.order_ {
	width: 1000px;
	margin: 0 auto;
}
div.order_.col1_ .info_ {
	width: auto;
	padding: 0;
	border: none;
	background: none;
}
div.order_ .common_headline2_ {
	padding: 10px 0;
	margin-bottom: 20px;
	border-bottom: #333333 2px solid;
	font-size: 28px;
	font-weight: normal;
	color: #333333;
	background: none;
}
div.order_ .order_headline3_ {
	padding: 0;
	margin-bottom: 20px;
	font-size: 18px;
	font-weight: bold;
	color: #333333;
	background: none;
}
div.order_gift_ {
	width: 1000px;
	margin: 0 auto;
}

/* ご注文主（ログイン時） */
div.method_host_ {
    margin-bottom: 50px;
}
div.method_host_ div.host_info_ {
    padding: 0 20px;
    margin: 20px 0;
	font-size: 14px;
	font-weight: normal;
}
div.method_host_ .host_name_ {
	margin-bottom: 15px;
	font-size: 18px;
	font-weight: bold;
}
div.method_host_ p.address_ {
	margin-bottom: 10px;
	font-size: 14px;
	font-weight: normal;
}
div.method_host_ p.tel_ {
	font-size: 14px;
	font-weight: normal;
}
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: 50px;
}
div.method_sender_ div.sender_info_ {
	padding: 0 20px;
    margin-bottom: 30px;
}
div.sender_change_ {
    padding: 10px;
    margin: 0 0 10px 0;
    background: #ffffff;
    border: #dcdcdc 2px solid;
}
div.sender_change2_ {
    padding: 10px;
    margin: 0 0 10px 0;
    background: #ffffff;
    border: #dcdcdc 2px solid;
}
div.sender_change_,
div.sender_change2_ {
}
table.method_sender_ {
    width: 800px;
    margin: 0 auto 20px;
}
tr#sender_addr input,
tr#sender_addr2 input,
tr#sender_addr3 input,
tr#sender_comp input,
tr#sender_dept input {
    width: 300px;
}
table.method_sender_ input[name="s_name"],
table.method_sender_ input[name="s_name2"],
table.method_sender_ input[name="s_kana"],
table.method_sender_ input[name="s_kana2"] {
	width: 185px;
}
/* 宛て先（ログイン時） */
div.method_address_ {
    margin-bottom: 60px;
}
div.addresslist_ {
    margin-bottom: 60px;
}
div.method_source_ div.addresslist_ {
    margin-bottom: 10px;
}
div.method_source_ div.address_item_ {
    padding: 10px 0 0 10px;
    overflow: hidden;
}
div.address_item_ {
    padding: 10px 10px 60px 10px;
    overflow: hidden;
}
div.address_item_ address {
    width: 640px;
    margin-left: 20px;
    float: left;
    display: inline;
}
div.address_item_ .address_change_ {
    width: 160px;
    margin: 26px 0 0 0;
    float: right;
    display: inline;
    text-align: right;
}
div.address_bottom_ {
    padding: 10px 10px 0 0;
    text-align: right;
}
table.destgoodslist_ {
    margin-bottom: 20px;
}
div.address_item_ .address_box_ {
    padding: 10px;
    background: #FFF;
}
div.address_item_ .address_box_ .address_multi_ {
    margin-bottom: 10px;
}
div.address_item_ .address_box_ select {
    margin: 10px 0;
}

/* radioデザイン */
.design_radiobutton_ input[type="radio"] {
	display: none;
}
.design_radiobutton_ input[type="radio"] + label {
	padding: 0 0 0 26px;
	cursor: pointer;
	-webkit-transition: all .2s;
	transition: all .2s;
	letter-spacing: 1px;
	position: relative;
	display: inline-block;
	word-break: keep-all;
}
.design_radiobutton_ input[type="radio"] + label::before {
	top: 50%;
	left: 0px;
	width: 18px;
	height: 18px;
	margin-top: -11px;
	background: #ffffff;
	border: 1px solid #ccc;
	-moz-border-radius: 18px;
	-webkit-border-radius: 18px;
	border-radius: 18px;
	position: absolute;
	content: '';
	-webkit-transition: all .2s;
	transition: all .2s;
}
.design_radiobutton_ input[type="radio"] + label::after {
	opacity: 0;
	top: 50%;
	left: 4px;
	width: 12px;
	height: 12px;
	margin-top: -7px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	background: #333333;
	-webkit-transform: rotate(-45deg) scale(.5);
	transform: rotate(-45deg) scale(.5);
	position: absolute;
	content: '';
	-webkit-transition: all .2s;
	transition: all .2s;
}
.design_radiobutton_ input[type="radio"]:checked + label::before {
	width: 18px;
	height: 18px;
	background: #fff;
	border: 1px solid #ccc;
}
.design_radiobutton_ input[type="radio"]:checked + label::after {
	opacity: 1;
	-webkit-transform: rotate(-45deg) scale(1);
	transform: rotate(-45deg) scale(1);
}

/* inputデザイン */
.design_checkbox_ input[type="checkbox"] {
	display: none;
}
.design_checkbox_ label {
	padding: 0 15px 0 26px;
	margin-right: 20px;
	margin-bottom: 5px;
	position: relative;
	display: block;
	cursor: pointer;
	-webkit-transition: all .2s;
	transition: all .2s;
	letter-spacing: 1px;
	left: 0;
}
.design_checkbox_ label::before {
	top: 10px;
	left: 0;
	width: 16px;
	height: 16px;
	margin-top: -10px;
	background: #ffffff;
	border: 1px solid #ccc;
	position: absolute;
	content: '';
	-webkit-transition: all .2s;
	transition: all .2s;
}
.design_checkbox_ label::after {
	opacity: 0;
	top: 10px;
	left: 4px;
	width: 8px;
	height: 5px;
	margin-top: -6px;
	border-left: 2px solid #007a69;
	border-bottom: 2px solid #007a69;
	-webkit-transform: rotate(-45deg) scale(.5);
	transform: rotate(-45deg) scale(.5);
	position: absolute;
	content: '';
	-webkit-transition: all .2s;
	transition: all .2s;
}
.design_checkbox_ input[type="checkbox"]:checked + label::before {
	width: 16px;
	height: 16px;
	background: #fff;
	border: 1px solid #007a69;
}
.design_checkbox_ input[type="checkbox"]:checked + label::after {
	opacity: 1;
	-webkit-transform: rotate(-45deg) scale(1);
	transform: rotate(-45deg) scale(1);
}

/* inputデザイン2 */
.design_checkbox2_ input[type="checkbox"] {
	display: none;
}
.design_checkbox2_ label {
	padding: 0 15px 0 36px;
	margin: 0;
	position: relative;
	display: block;
	cursor: pointer;
	-webkit-transition: all .2s;
	transition: all .2s;
	left: 0;
}
.design_checkbox2_ label::before {
	top: 8px;
	left: 0;
	width: 20px;
	height: 20px;
	margin-top: -10px;
	background: #ffffff;
	border: 1px solid #333;
	position: absolute;
	content: '';
	-webkit-transition: all .2s;
	transition: all .2s;
}
.design_checkbox2_ label::after {
	opacity: 0;
	top: 8px;
	left: 5px;
	width: 10px;
	height: 7px;
	margin-top: -6px;
	border-left: 2px solid #333;
	border-bottom: 2px solid #333;
	-webkit-transform: rotate(-45deg) scale(.5);
	transform: rotate(-45deg) scale(.5);
	position: absolute;
	content: '';
	-webkit-transition: all .2s;
	transition: all .2s;
}
.design_checkbox2_ input[type="checkbox"]:checked + label::before {
	width: 20px;
	height: 20px;
	background: #fff;
	border: 1px solid #333;
}
.design_checkbox2_ input[type="checkbox"]:checked + label::after {
	opacity: 1;
	-webkit-transform: rotate(-45deg) scale(1);
	transform: rotate(-45deg) scale(1);
}

/* --------------------------------------------------------------------
	ORDER STEP02 ご注文方法の指定
-------------------------------------------------------------------- */
#order_step02 .notice_message_ {
	padding: 15px 20px;
	margin-bottom: 30px;
	line-height: 1.5;
	font-size: 18px;
	font-weight: bold;
	background: #aee9ff;
	position: relative;
}
#order_step02 .notice_message_::before{
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  left: 28px;
  bottom: -20px;
  border-top: 20px solid #aee9ff;
  border-right: 15px solid transparent;
  border-left: 15px solid transparent;
}

/* 差出人の設定 */
#order_step02 #method_source_setting h2.common_headline2_ {
	 padding: 5px 0;
	 margin: 0 0 20px 0;
	 border-bottom: #007a69 1px solid;
	 font-size: 18px;
	 font-weight: normal;
	 background: #ffffff;
	 color: #007a69;
}
#order_step02 div#source.method_source_  {
	font-size:14px;
}
#order_step02 div.source_choice_select_wrap_ select {
	width: 600px;
	padding: 12px 0 12px 10px;
	margin: 0;
	border: #dcdcdc 1px solid;
	background: #ffffff;
}
/* お届け先の設定 */
#order_step02 #method_address_setting {
	margin: 30px 0;
}
#order_step02 h2.common_headline2_ {
	margin: 10px 0 10px;
}
#order_step02 #method_address_setting h2.common_headline2_ {
	border: none;
}
#order_step02 div.method_address_ {
    border: #dcdcdc 5px solid;
    margin-bottom: 60px;
    display: none;
}
#order_step02 div.method_address_:first-of-type,
#order_step02 div.method_address_:nth-of-type(2){
  display: block;
}
#order_step02 div.method_address_ h2.address_headline_,
#order_step02 div.method_source_ h2.address_headline_ {
	padding: 10px 20px;
	font-size: 18px;
	font-weight: bold;
	background: #333333;
	color: #ffffff;
}
#newdestdiv1,
#newsourcediv_source {
    width: 800px;
    margin: 20px auto;
}
#newdestdiv1 .formdetail_ {
    margin-bottom: 10px;
}
#newdestdiv1 .formdetail_ input[name="name_1"],
#newdestdiv1 .formdetail_ input[name="name2_1"],
#newdestdiv1 .formdetail_ input[name="kana_1"],
#newdestdiv1 .formdetail_ input[name="kana2_1"] {
	width: 185px;
}
#order_step02 div.address_choice_wrap_,
#order_step02 div.source_choice_wrap_ {
	margin-bottom: 10px;
	overflow: hidden;
}
#order_step02 div.address_choice_select_wrap_,
#order_step02 div.source_choice_select_wrap_ {
	width: 600px;
	float: left;
}
#order_step02 div.address_choice_select_wrap_ select,
#order_step02 td.method_gift_ .required_ select,
#order_step02 td.method_gift_ .required_ input {
	width: 600px;
	padding: 12px 0 12px 10px;
	margin: 0;
	border: #dcdcdc 1px solid;
	background: #aee9ff;
}
#order_step02 div.address_box_ div.customer_address_ {
	padding: 0 0 12px 0;
}
#order_step02 div.address_edit_button_,
#order_step02 div.source_edit_button_ {
	width: 330px;
	height: 45px;
	overflow: hidden;
	float: right;
}
#order_step02 div.address_edit_button_ .comment_,
#order_step02 div.source_edit_button_ .comment_ {
	width: 200px;
	height: 45px;
	padding: 0 20px 0 0;
	text-align: center;
	line-height: 45px;
	background: url(../img/sys/button/changedest_comment.png) left top no-repeat;
	float: left;
}
#order_step02 div.method_address_ div.dest_check_,
#order_step02 div.method_source_ div.source_check_ {
	margin: 0 0 10px 0;
	font-size: 16px;
	font-weight: bold;
}
#order_step02 div.method_address_ div.dest_check_.new_,
#order_step02 div.method_source_ div.source_check_.new_ {
	margin: 30px 0 0 0;
}
#order_step02 div.method_address_ div.accordion_inner_,
#order_step02 div.method_source_ div.accordion_inner_ {
	margin: 20px 0;
}
#order_step02 div.method_address_ div.accordion_inner_ + input + label,
#order_step02 div.method_source_ div.accordion_inner_ + input + label {
	width: 753px;
	margin: 0 auto;
}
#order_step02 div.method_address_ div.addresslist_ {
	margin-bottom: 20px;
}
#order_step02 div.method_address_ div.address_item_ {
	padding-bottom: 0;
}
#order_step02 div.method_address_ div.destgoodslist_ {
	margin: 10px;
	border: #cccccc 1px solid;
}
#order_step02 div.method_address_ div.destgoodslist_ h2 {
	padding: 20px;
	font-size: 24px;
	background: #fffbea;
}
#order_step02 div.destgoodslist_ table.destgoodslist_ {
	width: 940px;
	margin: 0 auto;
	border: none;
}
#order_step02 div.destgoodslist_ table.destgoodslist_ td {
	padding: 20px 0;
	border: none;
	border-top: #999999 1px dashed;
}
#order_step02 div.destgoodslist_ table.destgoodslist_ td.method_image_ {
	width: 180px;
	vertical-align: top;
	text-align: center;
}
#order_step02 div.destgoodslist_ table.destgoodslist_ td.method_image_ img {
	/*width: 160px;*/
	width: auto;
	max-width: 180px;
	max-height: 180px;
}
#order_step02 div.destgoodslist_ table.destgoodslist_ td.method_goodsname_ {
	padding-right: 20px;
	vertical-align: top;
}
#order_step02 div.destgoodslist_ table.destgoodslist_ td.method_goodsname_ div.shop_ {
	font-size: 18px;
}
#order_step02 div.destgoodslist_ table.destgoodslist_ td.method_goodsname_ div.name_ {
	font-size: 18px;
}
#order_step02 div.destgoodslist_ table.destgoodslist_ td.method_goodsname_ div.kikaku_ {
	margin-bottom: 5px;
	font-size: 14px;
}
#order_step02 div.destgoodslist_ table.destgoodslist_ td.method_goodsname_ div.hanpu_ {
	padding: 0 0 0 70px;
	margin-bottom: 10px;
	font-size: 14px;
	font-weight: normal;
	line-height: 1.4;
	position: relative;
}
#order_step02 div.destgoodslist_ table.destgoodslist_ td.method_goodsname_ div.hanpu_ .ttl_ {
	font-size: 14px;
	font-weight: normal;
	line-height: 1.4;
	color: #ff6600;
	position: absolute;
	top: 0;
	left: 0;
}
#order_step02 div.destgoodslist_ table.destgoodslist_ td.method_goodsname_ div.hanpu_ dl.hanpu_list_ {
	width: 100%;
	padding: 0;
	margin: 0 0 5px 0;
	border-bottom: #cccccc 1px dotted;
	box-sizing: border-box;
	display: table;
}
#order_step02 div.destgoodslist_ table.destgoodslist_ td.method_goodsname_ div.hanpu_ dl.hanpu_list_ dt {
	width: 70px;
	margin: 0;
	padding: 0;
	vertical-align: top;
	display: table-cell;
}
#order_step02 div.destgoodslist_ table.destgoodslist_ td.method_goodsname_ div.hanpu_ dl.hanpu_list_ dd {
	vertical-align: top;
	display: table-cell;
}
#order_step02 div.destgoodslist_ table.destgoodslist_ td.method_goodsname_ div.hanpu_ dl.hanpu_list_ dd.hanpu_price_ {
	vertical-align: top;
	text-align: right;
	display: table-cell;
}
#order_step02 div.destgoodslist_ table.destgoodslist_ td.method_goodsname_ div.qty_ {
	font-size: 14px;
}
#order_step02 div.destgoodslist_ table.destgoodslist_ td.method_goodsname_ div.qty_ select {
	width: 70px;
	height: 40px;
	padding: 0;
	margin: 0 5px;
	line-height: 40px;
	text-align: center;
	box-sizing: border-box;
	border: #cccccc 1px solid;
	background: #aee9ff;
}
#order_step02 div.destgoodslist_ table.destgoodslist_ td.method_goodsname_ .ttl_ {
	color: #ff6600;
}
#order_step02 div.destgoodslist_ table.destgoodslist_ tr:nth-child(1) > td {
	border: none;
}
#order_step02 div.destgoodslist_ table.destgoodslist_ td.method_gift_ {
	width: 350px;
	vertical-align: top;
	border: none;
}
#order_step02 div.destgoodslist_ table.destgoodslist_ td.method_gift_ h3.slide_switch_ {
	padding: 11px;
	border: #cccccc 1px solid;
	font-size: 16px;
	color: #ffffff;
	background: #007a69 url(../img/usr/common/pc/tree_open_w.png) right center no-repeat;
}
#order_step02 div.destgoodslist_ table.destgoodslist_ td.method_gift_ h3.slide_switch_.open_ {
	background: #007a69 url(../img/usr/common/pc/tree_close_w.png) right center no-repeat;
}
#order_step02 div.destgoodslist_ table.destgoodslist_ td.method_gift_ div.slide_body_ {
	display: none;
}
#order_step02 div.destgoodslist_ table.destgoodslist_ td.method_gift_ p.notice_ {
	margin-top: 10px;
	font-weight: normal;
}
#order_step02 div.destgoodslist_ table.destgoodslist_ td.method_gift_ table.method_gift_ {
	width: 100%;
	border: #cccccc 1px solid;
	border-collapse: collapse;
}
#order_step02 div.destgoodslist_ table.destgoodslist_ td.method_gift_ table.method_gift_ th {
	width: 100px;
	max-width: 100px;
	padding: 10px;
	border: none;
	border-bottom: #cccccc 1px solid;
	border-collapse: collapse;
	background: #eeeeee;
	font-size: 14px;
	line-height: 1.4;
	vertical-align: middle;
	table-layout: fixed;
	word-break: break-all;
	word-wrap: break-word;
	white-space: normal;
	box-sizing: border-box;
}
#order_step02 div.destgoodslist_ table.destgoodslist_ td.method_gift_ table.method_gift_ td {
	width: 250px;
	max-width: 250px;
	padding: 10px;
	border: none;
	border-bottom: #cccccc 1px solid;
	border-collapse: collapse;
	font-size: 14px;
	line-height: 1.4;
}
#order_step02 div.destgoodslist_ table.destgoodslist_ td.method_gift_ table.method_gift_ td input,
#order_step02 div.destgoodslist_ table.destgoodslist_ td.method_gift_ table.method_gift_ td select {
	width: 100%;
	height: 40px;
	padding: 0 0 0 10px;
	margin: 0;
	box-sizing: border-box;
	border: #cccccc 1px solid;
}

#order_step02 div.destgoodslist_ table.destgoodslist_ td.method_gift_ table.method_gift_ td textarea {
	width: 100%;
	padding: 0 0 0 10px;
	margin: 0;
	box-sizing: border-box;
	border: #cccccc 1px solid;
}

#order_step02 div.destgoodslist_ table.destgoodslist_ td.method_gift_ table.method_gift_ tr.method_gift_img_ div {
	font-weight: bold;
	margin: 0 0 10px
}


#order_step02 div.split_button_ {
	width: 450px;
	margin: 0 auto 60px;
	text-align: center;
	cursor: pointer;
}

#order_step02 div.destgoodslist_ table.destgoodslist_ td.method_gift_ table.method_gift_ td input + p,
#order_step02 div.destgoodslist_ table.destgoodslist_ td.method_gift_ table.method_gift_ td select + p {
  margin-top: 5px;
}

#order_step02 .method_gift_ .slide_body_ {
  margin: 0 0 10px;
}
#order_step02 div.destgoodslist_ table.destgoodslist_ td.method_gift_ .noshi_caution_ + p.notice_ {
  margin-top: 0;
}

#order_step02 div.destgoodslist_ table.destgoodslist_ table.method_gift_ tr.method_gift_img_ img {
  max-width: 400px;
  max-height: 350px;
}

#order_step02 div.destgoodslist_ table.destgoodslist_ table.method_gift_ tr td p.error_ {
  margin: 0;
}

#order_step02 div.destgoodslist_ table.destgoodslist_ table.method_gift_ div.gift_img_,
#order_step02 div.destgoodslist_ table.destgoodslist_ table.method_gift_ p.gift_img_comment_ {
	text-align: center;
}

/* お支払い情報 */
#method_payment_setting h2.common_headline2_ {
	border: none;
}
div.method_box_ {
	padding: 0 20px;
    margin-bottom: 40px;
}
div.method_box_ h3 {
    padding: 5px 0;
    margin: 0 0 20px 0;
	border-bottom: #007a69 1px solid;
    font-size: 18px;
    font-weight: normal;
    background: #ffffff;
	color: #007a69;
}

/* 配送希望日時指定 */
#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;
}

/* クーポン利用 */
#method_cupon input[type="text"] {
	width: 300px;
	padding: 7px;
	border: #cccccc 1px solid;
	display: inline-block;
}

/* JAタウンポイント */
.order_ div.point_use_ {
    margin-bottom: 10px;
    padding: 10px;
    background: #F8F8F8;
    border: #cccccc 1px solid;
}
#method_point .currentpoint_ {
	margin-bottom: 15px;
}
#method_point input#pointpay_num {
	height: 25px;
	padding: 0 5px;
	line-height: 25px;
	border: #cccccc 1px solid;
}

/* お支払い方法 */
#method_pay p#method_radio {
	line-height: 2.5;
}
#method_pay p.notice_ {
	margin-top: 10px;
	font-weight: normal;
	font-size: 14px;
	color: #ff0000;
}
#method_pay p#method_radio select {
	height: 25px;
	padding: 0 0 0 5px;
	line-height: 25px;
	border: #cccccc 1px solid;
}
#method_pay p#method_radio input[type="text"] {
	height: 25px;
	padding: 0 5px;
	line-height: 25px;
	border: #cccccc 1px solid;
}

/* ギフトカードの利用 */
#order_step02 div.giftcard_check_top_ {
	margin-bottom: 30px;
}
#order_step02 div.giftcard_check_top_ img {
	margin-right: 20px;
}
#order_step02 div.giftcard_check_ {
    padding: 10px;
    margin: 0 0 10px 0;
    background: #ffffff;
    border: #dcdcdc 2px solid;
}
#order_step02 #giftcard_accordion p.have_point_ {
	margin: 20px 0;
}
#order_step02 #giftcard_accordion p.use_all_ {
	margin-bottom: 15px;
}
#order_step02 #giftcard_accordion p.use_point_ {
	margin-bottom: 15px;
}
#order_step02 #giftcard_accordion .giftcardpay_num_wrap_ {
	margin-left: 20px;
}
#order_step02 #giftcard_accordion #giftcardpay_num {
	padding: 7px;
	border: #cccccc 1px solid;
	display: inline-block;
}
#order_step02 div.giftcard_use_guide_ {
	padding: 20px 20px 10px 20px;
	margin-top: 20px;
    border: #dcdcdc 1px solid;
}
#order_step02 div.giftcard_use_guide_ p {
	margin-bottom: 10px;
}
#order_step02 div.giftcard_use_guide_ p a {
	text-decoration: underline;
}
#order_step02 div.giftcard_use_guide_ p .ttl_ {
	font-weight: bold;
	color: #333333;
}
#order_step02 div.giftcard_use_guide_ p .notice_ {
	font-weight: normal;
	color: #ff0000;
}
#order_step02 .submit_ {
	width: 100%;
	margin-bottom: 100px;
	overflow: hidden;
}
#order_step02 .submit_ a.back_page_ {
	margin-top: 32px;
	padding: 0 0 0 15px;
	text-decoration: underline;
	font-size: 16px;
	background: url(../img/usr/common/pc/arrow01_re.png) left center no-repeat;
	float: left;
}
#order_step02 .submit_ input.cart_next_ {
	margin: 0;
	float: right;
}
#order_flow_guide_wrap h2 {
	padding: 12px 20px;
	margin-bottom: 20px;
	background: #a36e6e;
	font-size: 18px;
	color: #ffffff;
}
#order_frow_guide_comment_ {
	width: 800px;
	margin: 0 auto 20px;
}
#order_flow_list {
    width: 800px;
    margin: 0 auto;
}
#order_flow_list li {
    list-style: none;
}
#order_flow_list ul.accordion li p.order_ttl {
    padding-top: 17px;
    padding-left: 15px;
    height: 33px;
    cursor: pointer;
    background-image: url(../img/sys/btn_order_open.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 800px;
}
#order_flow_list ul.accordion li p.active {
    background-image: url(../img/sys/btn_order_close.png);
}
#order_flow_list .left_img {
    margin-top: 10px;
	float: left;
	width:400px;
}
#order_flow_list .amazonpey_infomation {
    width:300px;
    margin: 0 40px 15px 0;
    display:block;
    float:right;
}
#order_flow_list .famipay_step_wrap {
    display: flex;
    flex-wrap: wrap;
    margin-top: 40px;
    justify-content: space-between;
}
#order_flow_list .famipay_step_txt {
    width: 243px;
}
#order_flow_list .famipay_step_txt h3 {
    font-weight: bold;
}
#order_flow_list .step_next_ {
	text-align: center;
	clear:both;
}
#order_flow_list .step h3 {
	font-weight: bold;
	margin: 10px 0;
}
#order_flow_list ul.accordion {
    width: 800px;
    margin: 0 auto;
    overflow: hidden;
}
#order_flow_list ul.accordion .accordion_inner {
    background: #fff;
    padding: 5px 10px 5px 15px;
    border: 1px solid #e4d5b4;
    display: none;
	overflow: hidden;
}
#order_flow_list ul.accordion div.accordion_inner p {
    margin: 8px 0;
    line-height: 1.5em;
}
#order_flow_list ul.accordion div.accordion_inner p a {
    text-decoration: underline;
    color: #001c58;
}
#order_flow_list span.red {
	height: auto;
    color: red;
    font-weight: bold;
	text-align: center;
	display: block;
}
#order_step02 #cart_bottom_end {
	width: 994px;
	padding: 30px 0;
	margin: 40px auto 0;
	border: #a36e6e 3px solid;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	text-align: center;
}
#order_step02 #cart_bottom_end .ttl_ {
	padding: 25px 0 25px 60px;
	font-size: 24px;
	font-weight: bold;
	display: inline-block;
	background: url(../img/usr/common/pc/icon_cart_wakaba.png) left center no-repeat;
}
#order_step02 #cart_bottom_end .btn_ {
	width: 250px;
	margin: 0 auto;
}
#order_step02 #cart_bottom_end .btn_ a {
	width: 250px;
	height: 50px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	line-height: 50px;
	text-align: center;
	text-decoration: none;
	font-size: 16px;
	font-weight: bold;
	display: block;
	background: #333333 url(../img/usr/common/pc/arrow03.png) right center no-repeat;
	color: #ffffff;
}
#order_step02 #cart_bottom_end .btn_ a:hover {
	background-color: #666666;
}

.block-order-method--amazonpay {
  margin: 20px;
}

.block-order--amazonpayv2-btn {
  width: 200px!important;
  height: 60px!important;
  margin:0 auto;
}

/* --------------------------------------------------------------------
	ORDER STEP03 ご注文内容の確認
-------------------------------------------------------------------- */
div.spandual_ {
    margin-bottom: 20px;
    padding-bottom: 20px;
    width: 100%;
    overflow: hidden;
    border-bottom: 1px dotted #CEC7B7#CCC;
}
div.spandual_ table {
    width: 100%;
}
div.spandual_ .leftfloat_ {
    width: 490px;
}
.customer_ div.spandual_ .leftfloat_ {
    width: 670px;
}
div.spandual_ .leftfloat_ table.formlist_ {
    width: 100%;
	border: #cccccc 1px solid;
	border-collapse: collapse;
}
div.spandual_ .leftfloat_ table.formlist_ th {
	padding: 10px;
	border: #cccccc 1px solid;
	border-collapse: collapse;
	background: #333333;
	color: #ffffff;
}
div.spandual_ .leftfloat_ table.formlist_ th.qty_ {
	width: 50px;
	text-align: center;
}
div.spandual_ .leftfloat_ table.formlist_ th.amt_ {
	width: 90px;
	text-align: center;
}
div.spandual_ .leftfloat_ table.formlist_ td {
	padding: 10px;
	border: #cccccc 1px solid;
	border-collapse: collapse;
}
div.spandual_ .leftfloat_ table.formlist_ td.qty_ {
	text-align: center;
}
div.spandual_ .leftfloat_ table.formlist_ td.amt_ {
	width: 150px;
	text-align: right;
}

div.spandual_ .leftfloat_ table.formdetail_ {
    width: 100%;
	border: #cccccc 1px solid;
	border-collapse: collapse;
}
div.spandual_ .leftfloat_ table.formdetail_ th {
	padding: 10px;
	border: #cccccc 1px solid;
	border-collapse: collapse;
	background: #fffbea;
}
div.spandual_ .leftfloat_ table.formdetail_ td {
	padding: 10px;
	border: #cccccc 1px solid;
	border-collapse: collapse;
}
div.spandual_ .leftfloat_ table.formdetail_ th.qty_ {
	width: 50px;
	text-align: center;
}
div.spandual_ .leftfloat_ table.formdetail_ th.amt_ {
	width: 90px;
	text-align: center;
}
div.spandual_ .leftfloat_ table.formdetail_ td {
	padding: 10px;
	border: #cccccc 1px solid;
	border-collapse: collapse;
}
div.spandual_ .leftfloat_ table.formdetail_ td.qty_ {
	text-align: center;
}
div.spandual_ .leftfloat_ table.formdetail_ td.amt_ {
	width: 150px;
	text-align: right;
}

div.spandual_ .rightfloat_ {
    width: 490px;
}
div.spandual_ .rightfloat_ table.formdetail_ {
    width: 100%;
	border: #cccccc 1px solid;
	border-collapse: collapse;
}
div.spandual_ .rightfloat_ table.formdetail_ th {
	padding: 10px;
	border: #cccccc 1px solid;
	border-collapse: collapse;
	background: #fffbea;
}
div.spandual_ .rightfloat_ table.formdetail_ td {
	padding: 10px;
	border: #cccccc 1px solid;
	border-collapse: collapse;
}
div.spandual_ .rightfloat_ table.formdetail_ td strong {
	color: #ff0000;
	font-size: 20px;
}
div.spandual_ td span.small_ {
	font-size: 70%;
}
div.spandual_ .rightfloat_ table.formdetail_ td.nocell_ {
	text-align: center;
	background: #ffeabd !important;
}
div.spandual_ .rightfloat_ table.formdetail_ td.nocell_ span {
	font-size: 14px !important;
}
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_ {
    padding: 0 20px;
    margin: 20px 0;
	font-size: 14px;
	font-weight: normal;
}
div.order_ .method_addr_ h3.name_ {
	margin-bottom: 15px;
	font-size: 18px;
	font-weight: bold;
}
div.order_ .method_addr_ p.address_ {
	margin-bottom: 10px;
	font-size: 14px;
	font-weight: normal;
}
div.order_ .method_addr_ p.tel_ {
	font-size: 14px;
	font-weight: normal;
}
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[id^="dest_time_spec_"] {
    margin: 10px 0 20px 0;
}

div.order_ table[id^="detail_time_spec_"] {
    margin: 10px 0 0 0;
}

div.order_ table.destgoodslist_ {
    width: 100%;
	border: #c2c2c2 1px solid;
	border-collapse: collapse;
}
div.order_ table.destgoodslist_ th {
	border: #c2c2c2 1px solid;
	border-collapse: collapse;
	line-height: 1.8;
	font-size: 14px;
    text-align: left;
}
div.order_ table.destgoodslist_ td {
	border: #c2c2c2 1px solid;
	border-collapse: collapse;
	line-height: 1.8;
	font-size: 14px;
    text-align: left;
}
div.order_ table.destgoodslist_ td.dest_goodsname_ span.ttl_ {
	font-weight: bold;
	color: #ff6600;
}
div.order_ table.destgoodslist_ td.dest_qty_ {
	text-align: center;
}
div.order_ table.destgoodslist_ td.dest_noshi_ {
	width: 300px;
	word-break: break-all;
}
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;
}
div.order_ table.method_ {
    width: 100%;
}

/*配送先*/
div.order_ .method_method_ {
    text-align: left;
}
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: 13em;
}

/* 支払い方法内容確認 */
.order_ #payment_about {
	margin-bottom: 10px;
}
.order_ .es_ptitle_ {
    margin-bottom: 10px;
}
.order_ #payment_about table {
	width: 100%;
	border: #cccccc 1px solid;
	border-collapse: collapse;
}
.order_ #payment_about table th {
	width: 200px;
	padding: 10px 10px;
	background: #eeeeee;
	border: #cccccc 1px solid;
	border-collapse: collapse;
}
.order_ #payment_about table td {
	padding: 10px 10px;
	border: #cccccc 1px solid;
	border-collapse: collapse;
}
.order_ #payment_about table td input[type="text"] {
	width: 160px;
	height: 40px;
	padding: 0 10px;
	margin-right: 15px;
	border: #cccccc 1px solid;
}
.order_ #payment_about table td select#card_m {
	width: 70px;
	height: 40px;
	border: #cccccc 1px solid;
}
.order_ #payment_about table td select#card_y {
	width: 110px;
	height: 40px;
	border: #cccccc 1px solid;
}
.order_ #payment_about table td select[name='savecard'] {
	width: 110px;
	height: 40px;
	border: #cccccc 1px solid;
}
.order_ #payment_about table.formlist_.estimate_ td.design_radiobutton_ {
	line-height: 2.0;
}

/* 今回購入したお店を「お気に入りショップ」へ追加する */
.order_ #shop_bookmark {
	margin-bottom: 40px;
}
.order_ #shop_bookmark ul {
	padding: 0 20px;
}
.order_ #shop_bookmark div.chacklist_ {
	margin: 0 20px;
}

/* メルマガ申込 */
.order_ #mailmag_entry {
	margin-bottom: 40px;
}
.order_ #mailmag_entry ul {
	padding: 0 20px;
}
.order_ #mailmag_entry div.chacklist_ {
	margin: 0 20px;
}

/* 注文を確定確認 */
.order_ #order_check_box {
	margin-bottom: 30px;
}
.order_ #order_check_box textarea {
	width: 1000px;
	max-width: 1000px;
	height: 100px;
	padding: 10px;
	margin-right: 15px;
	border: #cccccc 1px solid;	
	box-sizing: border-box;
}
.order_ p.notice_text_ {
	margin-bottom: 15px;
}
.order_ p.notice_text_ strong,
.order_ p.notice_text_ strong a {
	color: #ff0000;
}
.order_ p.notice_text_ a {
	text-decoration: underline;
}

#order_step03.order_ .submit_ {
	width: 100%; 
	overflow: hidden;
}
#order_step03.order_ .submit_ a.back_page_ {
	margin-top: 32px;
	padding: 0 0 0 15px;
	text-decoration: underline;
	font-size: 16px;
	background: url(../img/usr/common/pc/arrow01_re.png) left center no-repeat;
	float: left;
}
.rms_button_ {
    padding: 10px 20px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 5px;
    text-align: center;
    font-weight: bold;
    font-size: xx-large;
    background: #333333;
    display: inline-block;
    color: #ffffff;
    cursor: pointer;
}
.rms_error_message_ {
    color: red;
}
.reset_container_ {
    padding: 5px 0 0 0;
    text-align: center;
}
.reset_container_ label {
    width: fit-content;
    display: initial;
    text-align: center;
}
.rms_container_ {
    padding: 15px 0 0 0;
    text-align: center;
}
.rms_dialog_ {
    padding: 50px 0 0 0;
}
.rms_dialog_overlay_ {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99;
    width: 100%;
    height: 100%;
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;
    background: #000000;
    display: none;
}
.rms_dialog_box_ {
    text-align: center;
    position: absolute;
    z-index: 999;
    width: 500px;
    height: 200px;
    background: #EEEEEE;
    display: none;
    padding: 20px 5px 0 5px;
    -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
}

/* --------------------------------------------------------------------
     注文完了画面
-------------------------------------------------------------------- */
.order_complete_wrap_ {
	margin: 60px 0 40px;
	padding: 40px;
	background: #fffbea;
}
.order_complete_wrap_ h2 {
	margin-bottom: 40px;
	font-size: 28px;
	font-weight: bold;
	text-align: center;
}
.order_complete_wrap_ table.formdetail_.order_ {
	width: auto;
	min-width: 500px;
	margin: 0 auto;
	border: #cccccc 1px solid;
	border-collapse: collapse;
}
.order_complete_wrap_ table.formdetail_.order_ th {
	padding: 15px 10px;
	border: #cccccc 1px solid;
	border-collapse: collapse;
	font-size: 18px;
	font-weight: normal;
}
.order_complete_wrap_ table.formdetail_.order_ td {
	padding: 15px 10px;
	border: #cccccc 1px solid;
	border-collapse: collapse;
	font-size: 18px;
	font-weight: normal;
}
.order_ .payment_notice_ {
	width: 500px;
	margin: 20px auto;
	color: #ff0000;
}
.order_ p.complete_cancel_ {
	margin-bottom: 40px;
	text-align: center;
}
.order_ p.complete_cancel_ a {
	padding: 0 0 0 12px;
	font-size: 12px;
	text-decoration: underline;
	background: url(../img/usr/common/pc/arrow02.png) left center no-repeat;
}

/* --------------------------------------------------------------------
     注文完了画面　下部コンテンツ
-------------------------------------------------------------------- */
#order_bottom_social {
    width: 930px;
    margin: 60px auto 0;
    text-align: center;
    position: relative;
}
#order_bottom_social ul.social_list_ {
	width: 110%;
	overflow: hidden;
}
#order_bottom_social ul.social_list_ li {
    width: 300px;
    height: 230px;
    margin: 0 15px 15px 0;
    border: #dfc8a1 solid 1px;
    padding: 4px;
    box-sizing: border-box;
    text-align: center;
    float: left;
}
#order_bottom_social ul.social_list_ li a {
    text-decoration: none;
}
#order_bottom_social ul.social_list_ li img {
    height: 120px;
    margin-bottom: 10px;
}
#order_bottom_social ul.social_list_ li span {
    color: #ff6600;
    font-size: 17px;
    text-align: center;
    display: block;
}
#order_bottom_social ul.social_list_ li p {
    margin-top: 5px;
    font-size: 13px;
    text-align: left;
    line-height: 16px;
    color: #362e2b;
    display: block;
}

/* --------------------------------------------------------------------
     注文画面　モーダル風ウィンドウ
-------------------------------------------------------------------- */
.order_modal_ {
     display: none;
     width: 568px;
     position: fixed;
     padding-top: 47px;
     top: 190px;
     right: -568px;
     background:url(../img/sys/bg_order_modal_top.png) no-repeat top left;
     z-index: 1000;
}
.order_modal_ h3 {
     font-size: 16px;
     font-weight: bold;
     margin-bottom: 19px;
}
.order_modal_ p {
     margin-bottom: 30px;
}
.order_modal_inner {
     padding: 0 36px 30px 49px;
     background: url(../img/sys/bg_order_modal_bottom.png) no-repeat bottom left;
}
.order_modal_btn {
     letter-spacing: -0.4em;
}
.order_modal_btn li {
     display: inline-block;
     letter-spacing: normal;
     vertical-align: top;
}
.order_modal_btn li:first-child {
     margin-right: 11px;
}
.order_modal_ .close {
     background: #ffffff url(../img/sys/button/order_modal_close.png) no-repeat bottom left;
     position: absolute;
     display: block;
     top: 30px;
     right: 22px;
     width: 24px;
     height: 24px;
     text-indent: -9999px;
     cursor: pointer;
} 

.isgmopaylater_ .gmopl_ {
	font-size:18px;
	font-weight:bold;
}

.isgmopaylater_ li {
	list-style: disc inside;
	padding-left: 1em;
	text-indent: -1em;
	margin:5px 0;
}

div.new_customer_ {
    width: 800px;
    margin: 30px auto auto auto;
}
.table_c_choice_ {
    width: 100%;
}
.table_atm_ {
    width: 100%;
}

.bankclass_ {
    font-weight: bold;
    margin: 10px 0 5px;
}

.banklistmain_ {
    margin: 10px;
}

.banklistmain_ li {
    margin-bottom: 5px;
}

.bankmsg_ {
    margin-bottom: 5px;
}

.bankdiv_ {
    border-top:#CEC7B7 1px dotted;
    padding: 8px 10px 8px 30px;
	background: url(../img/usr/common/pc/arrow05_up.png) 10px center no-repeat;
}
.bankdiv_.close_ {
	background: url(../img/usr/common/pc/arrow05_down.png) 10px center no-repeat;
}
.banklist_ {
    padding: 5px 20px;
}

/*///////////////////////////////////////////
 追記    method.aspx01.html
///////////////////////////////////////////*/

.order_container {
    margin: 15px 0;
    text-align: center;
}

.order_choice {
    border: #009944 solid 1px;
    width: 930px;
    height: 210px;
    margin: 0 auto;
    margin-bottom: 15px;
}

.order_choice p {
    margin: 15px 0 15px 38px;
}

.order_choice .box_w260 {
    width: 260px;
    float: left;
    margin-left: 38px;
}

.order_choice .box_w260 p {
    margin: 5px 0;
}
.order_login_L {
	width: 600px;
	padding: 30px 15px;
	text-align: center;
	background: #ffffff;
	float:left;
}
.order_login_L form {
	width: 380px;
	margin: 0 auto 20px;
	font-size: 14px;
	line-height: 1.8;
	text-align: left;
}
.order_login_L form br {
	display: none;
}
.order_login_L form input#login_uid,
.order_login_L form input#login_pwd {
	height: 40px;
	padding: 0 10px;
	line-height: 40px;
	border: #cccccc 1px solid;
}
.order_login_L form input#login_uid {
    font-size: 15px;
}
.order_login_L form input#login_pwd {
    font-size: 15px;
}
div.login_ .order_login_L div.askpass_ {
	margin-bottom: 15px;
}
.order_login_R {
	width: 600px;
	/* height: 500px; */
	padding: 30px 15px;
	text-align: center;
	background: #f1f1f1;
	float:right;
}
.login_ .text01 {
	margin: 15px auto;
	font-size: 14px;
	line-height: 1.8;
	text-align: center;
}

.login_ .loginform_ .text01 {
	color:red;
}

.login_ .text02{
	font-weight:bold;
	margin-top:15px;
}
.login_id{
	width: 378px;
	height: 23px;
}
.order_amazon {
	width: 820px;
	height: 280px;
	background-color: #fff7c3;
	padding: 10px;
	margin: 20px 0 15px 0;
}
.order_guide {
	width: 836px;
	height: 156px;
	border-width: 2px;
	border-color: #009944;
	border-style: solid;
	background-color: #fff;
	margin-bottom:40px;
}
.order_guide .left {
	width: 435px;
	line-height: 22px;
	margin:10px 45px 0 15px;
	float:left;
}
.order_guide .right {
	margin-top:10px;
}
.login_ .four_points {
	display: none;
    padding-top: 30px;
}
.login_ .order_login_R .four_points {
	display: block;
	margin: 30px 0;
	padding: 0;
}
.login_ .four_points ul {
  margin: 20px 0 0;
  overflow: hidden;
  width: 460px;
  margin: auto;
}
.login_ .four_points li {
  float: left;
  width: 210px;
  margin-bottom: 20px;
  margin-right: 20px;
}
.login_ .four_points li:nth-child(2n) {
  margin-right: 0;
}
.login_ .four_points h3 {
    color: #007a69;
    font-weight: bold;
    font-size: 26px;
    margin-bottom: 30px;
}
.login_ .four_points h3::before {
    content: "";
    display: inline-block;
    width: 1px;
    height: 25px;
    vertical-align: bottom;
    background: #007a69;
    transform: rotate(-30deg);
    margin-right: 20px;
}
.login_ .four_points h3::after {
    content: "";
    display: inline-block;
    width: 1px;
    height: 25px;
    vertical-align: middle;
    background: #007a69;
    transform: rotate(30deg);
    margin-left: 20px;
}
/* ログイン画面改修 2004 */
.login_ .order_login_L .text01,
.login_ .order_login_L div:not(.askpass_):not(.inputimage_):not(.login_pwd-area):not(.login_pwd-area-btn),
.login_ .order_login_R div:not(.inputimage_):not(.is-agreement):not(.four_points) {
    display:none;
}
.login_pwd-area {
    position: relative;
}
.login_pwd-area-btn {
    position: absolute;
    right: 10px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 20px;
    height: 20px;
}
.login_pwd-area-btn input {
    display: none;
}
.login_pwd-area-btn input+label {
    display: block;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    position: relative;
	background-image: url(../img/usr/login/ico-pass-show.png?200514_0);
	background-repeat: no-repeat;
	background-size: 100%;
}
.login_pwd-area-btn input+label::before {
    content: "";
    width: 1px;
    height: 100%;
    background: #4b4b4b;
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    transform: rotate(45deg);
}
.login_pwd-area-btn input:checked+label::before {
	display:none;
}

/* リキャプチャ表示位置修正 2023.10.24 */
.grecaptcha-badge {
bottom: 120px !important;
}