@charset "Shift_JIS";

div.wrapper_.order-h_ {
	width: 100%;
}

/* --------------------------------------------------------------------
	購入フロー 共通
-------------------------------------------------------------------- */
input {
	outline: none;
	font-size: 14px;
}
select::-ms-value {
	background: transparent;
	color: black;
}
[class^="order_"]:not(.order_gift_).col1_{
  width: 950px;
}
.order-h_ .order_gift_.col1_{
  width: 950px;
}
#footerouter.order-f_{
  border: none;
}
.order-h_ #header_mid #welcomeMessage{
  padding: 7px 0 8px 20px;
}
#footerouter.order-f_ #footer_btm{
  padding-top: 9px;
}
div[class^="order_"] h1 {
	color: #222;
	font-size: 32px;
	margin: 0 0 30px;
}
/*見出し レベルh2*/
div[class^="order_"] h2.common_headline2_{
  font-size: 18px;
  font-weight: bold;
  background: #dedede url(../img/usr/icon/pencil.png) 20px center no-repeat;
  background-size: 24px;
  border: none;
  padding: 14px 0 14px 53px;
  line-height: 1;
}
.order_gift_.col1_ .order_flow_ + h1 +  h2.common_headline2_{
	background: #dedede url(../img/usr/icon/pencil2.png) 20px 12px no-repeat;
	background-size: 24px;
}

[class^="order_"] .message_ {
	font-size: 14px;
}

/*error*/
[class^="order_"] .error_{
	font-size: 16px;
	font-weight: bold;
	color: #D10000;
  width: auto;
  background: none;
  border: none;
  margin: 0;
	padding: 2px 0;
}
[class^="order_"] .error_disabled_{
	font-size: 14px;
}
.order_gift_ .submit-top_ + .error_ {
	margin: 0 0 10px;
}
/*efo*/
[class^="order_"] span.efo-error_ {
	display: flex;
	align-items: center;
	color: #d10000;
	font-size: 16px;
	font-weight: bold;
	margin: 0 0 10px 10px;
}
[class^="order_"] .efo-error_ img{
  width: 18px;
  height: 16px;
  vertical-align: text-top;
  margin-right: 5px;
}
/*表*/
div[class^="order_"] th{
  font-size: 14px;
}
div[class^="order_"] th span.icon_required_{
  display: inline-block;
  color: #C00;
  font-size: 10px;
  line-height: 1;
  border: 1px solid #C00;
  border-radius: 2px;
  background: #FFF;
  width: 30px;
  text-align: center;
  box-sizing: border-box;
  padding: 3px 0;
  margin: 0 10px 0 0;
}
/*input系*/
div[class^="order_"] select, div[class^="order_"] input[type="text"], div[class^="order_"] input[type="password"], div[class^="order_"] textarea {
  border: 1px solid #aaa;
  border-radius: 3px;
  background: #fff;
  padding: 11px 14px;
	font-size: 14px;
}
div[class^="order_"] input[type="text"]:focus, div[class^="order_"] input[type="password"]:focus {
  border: 1px solid #aaa;
}
div[class^="order_"] input[type="text"]::placeholder,
div[class^="order_"] address::placeholder{
  color: #ccc;
}
div[class^="order_"] select{
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  vertical-align: middle;
  min-width: 250px;
  height: 44px;
  margin: 5px 0;
  padding: 0 20px 0 14px;
  background: url(../img/usr/common/header/icon_arrow2.png) no-repeat right 10px top 18px;
}
.order_gift_ form#noshisettingfrm table.formdetail_ select[name="wrapping"] {
	width: 350px;
}
/*
.order_gift_ form#noshisettingfrm table.formdetail_ input[name="wrapping_text"],
.order_gift_ form#noshisettingfrm table.formdetail_ tr:nth-child(2) {
	display: none;
}
*/
.order_gift_ table.formdetail_.custdest_ input[name="s_name"],
.order_gift_ table.formdetail_.custdest_ input[name="s_kana"] {
	width: 344px;
}
.order_gift_ .r_inputmode_addr select#s_recipient_pref {
	float: left;
	margin-right: 10px;
}
.order_gift_ .post_office_ .post_office_inner_ .post_office_list_contents .dest_search select#post_stop_list {
	width: 350px;
}
div[class^="order_"] select::-ms-expand {
  display: none;
}
div[class^="order_"] input.efo-error_{
  background: rgba(209,0,0,0.09);
  border: 1px solid #d10000;
}
/*ラジオボタン*/
div[class^="order_"] input[type="radio"]{
  width: 30px;
  height: 30px;
  border: 1px solid #ddd;
  border-radius: 30px;
  box-shadow: none;
}
div[class^="order_"] input[type="radio"]:checked{
  background: #222;
  border: 1px solid #222;
}
div[class^="order_"] input[type="radio"]:before{
  content: '';
  position: absolute;
  top: 8px;
  left: 8px;
  display: inline-block;
  width: 10px;
  height: 6px;
  margin: 0;
  border-radius: 2px;
  border-left: 3px solid #ddd;
  border-bottom: 3px solid #ddd;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  z-index: 2;
}
div[class^="order_"] input[type="radio"]:checked:before{
  border-left: 3px solid #fff;
  border-bottom: 3px solid #fff;
}

div[class^="order_"] .checktype_addr,
div[class^="order_"] .checktype_addr2,
div[class^="order_"] .checktype_comp{
  display: block;
}
/*チェックボックス*/
div[class^="order_"] input[type="checkbox"]{
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 3px;
  box-shadow: none;
}
form#frmSales input[type="checkbox"] {
	width: 30px;
	height: 30px;
}
div[class^="order_"] input[type="checkbox"]:before{
  display: none;
}
div[class^="order_"] input[type="checkbox"]:after{
  content: '';
  position: absolute;
  top: 30%;
  left: 5px;
  display: inline-block;
  width: 8px;
  height: 3px;
  border-left: 2px solid #ddd;
  border-bottom: 2px solid #ddd;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  z-index: 2;
}
form#frmSales input[type="checkbox"]:after {
	top: 30%;
	left: 8px;
	width: 10px;
	height: 5px;
}
form#frmSales input[type="checkbox"]:checked:after {
	top: 48%;
	left: 10px;
}
div[class^="order_"] input[type="checkbox"]:checked{
  background: #222;
  border: 1px solid #222;
}
div[class^="order_"] input[type="checkbox"]:checked:after{
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  top: 48%;
  left: 5px;
  display: inline-block;
  width: 8px;
  height: 3px;
}
/*ボタン*/
div[class^="order_"] .yellow_button_{
  width: 315px;
	padding: 15px 20px;
	margin: 0;
	border: 1px solid #FDE13E;
	border-radius: 4px;
	background: #FDE13E;
	text-align: center;
	color: #222;
	font-size: 16px;
	cursor: pointer;
}
div[class^="order_"] .yellow_button_[disabled]{
	color: #afafaf;
	background: #ddd;
	border: 1px solid #cccccc;
	cursor: auto;
}
div[class^="order_"] .yellow_button_[disabled]:hover{
	opacity: unset;
}
div[class^="order_"] .back_button_{
	padding: 18.5px 20px;
	background: #F2F2F2;
	border: 1px solid #CCC;
	border-radius: 4px;
	font-size: 15px;
	color: #222;
	text-align: center;
	box-sizing: border-box;
	text-decoration: none;
}
div[class^="order_"] .glay_button_{
	padding: 13px 20px;
	background: -moz-linear-gradient(top, #ffffff 0%, #ededed 100%);
	background: -webkit-linear-gradient(top, #ffffff 0%,#ededed 100%);
	background: linear-gradient(to bottom, #ffffff 0%,#ededed 100%);
	border: 1px solid #CCC;
	border-radius: 4px;
	font-size: 14px;
	color: #222;
	text-align: center;
	box-sizing: border-box;
	text-decoration: none;
}
.order_gift_ .post_office_ .post_office_inner_ .post_office_list_contents .dest_search .glay_button_ {
	width: 105px;
	padding: 15px 0 13px;
	display: inline-block;
	margin: 7px 0;
	line-height: 1;
}
.order_ form#frmSales .method_sender_ .addr_inner_ {
	justify-content: space-between;
}
/*モーダルウィンドウ*/
.modal-block_{
  display: none;
}
.modal-block_.fixed_ {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
	height: 100%;
  background: rgba(0,0,0,0.5);
}
.modal_{
  border: 1px solid #aaa;
  border-bottom: none;
  background: #fff;
  min-width: 220px;
  max-width: 70%;
  height: 80%;
  position: relative;
  overflow: hidden;
	margin: 0 auto;
	margin-top: 50vh;
	transform: translateY(-50%);
}
.modal-inner_{
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  width: 100%;
  height: calc(100% - 60px);
  padding-top: 45px;
}
.modal_ .modal-close_{
  position: absolute;
  top: 0;
  left: 0;
  z-index: 20;
  width: calc(100% - 30px);
  font-size: 18px;
  font-weight: bold;
  padding: 9px 15px;
  background: #ededed;
}
.modal_ .modal-close_:before{
  display: block;
  position: absolute;
  content: "";
  margin: 0 0 0 7px;
  padding: 0;
  width: 2px;
  height: 14px;
  background: #fff;
  transform: rotate(45deg);
  top: 37%;
  right: 19px;
}
.modal_ .modal-close_:after{
  display: block;
  content: "";
  position: absolute;
  top: 54%;
  right: 13px;
  width: 14px;
  height: 2px;
  margin-top: -2px;
  background: #fff;
  transform: rotate(45deg);
}
/*テーブル デザイン*/
[class^="order_"] table.formdetail_ th,
[class^="order_"] table.formdetail_ td{
  border: none;
  border-bottom: 1px dotted #ccc;
}
[class^="order_"] table.formdetail_.card_nam_ tr:first-of-type th,
[class^="order_"] table.formdetail_.card_nam_ tr:first-of-type td{
  border-bottom: none;
}
[class^="order_"] table.formdetail_ th {
  width: 170px;
  background: none;
  vertical-align: middle;
}
[class^="order_"] table.formdetail_ td{
  padding: 15px 8px;
}
.order_gift_ table.formdetail_.customerconfirm_ td {
	height: 20px;
}
[class^="order_"] table.formdetail_ td > p{
	font-size: 14px;
}
[class^="order_"] table.formdetail_ {
	margin-bottom: 20px;
	width: 100%;
}
[class^="order_"] tr[id$="_name"] input,
[class^="order_"] tr[id$="_kana"] input,
[class^="order_"] tr[id$="_mail"] input,
[class^="order_"] tr[id$="_mail2"] input,
[class^="order_"] tr[id$="_cmail"] input,
[class^="order_"] tr[id$="_addr"] input,
[class^="order_"] tr[id$="_addr2"] input,
[class^="order_"] tr[id$="_addr3"] input,
[class^="order_"] tr[id$="_comp"] input,
[class^="order_"] tr[id$="_dept"] input {
	width: 320px;
}
[class^="order_"] table.formdetail_ tr[id$="_mail2"] th,
[class^="order_"] table.formdetail_ tr[id$="_mail2"] td{
  border-bottom: none;
}
div.regcard_ {
  padding: 25px 0 30px;
  text-align: center;
  font-size: 14px;
}
div.regcard_ a {
  color: #0083D5;
}
/*サブミット*/
.submit-top_{
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 26px;
}
.submit-top_ h1.common_headline1_{
  width: 50%;
  margin-bottom: 0;
}
.submit-bottom_{
  margin: 40px 0 30px;
	overflow: hidden;
}
.submit-bottom_disabled_{
  margin: 10px 0 30px;
}
[class^="order_"] .submit_{
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 0 4px;
	clear: both;
}
[class^="order_"] .submit_ input{
  margin-left: 30px;
}
[class^="order_"] .submit_ input.yellow_button_{
	margin-left: 0;
}
[class^="order_"] .submit_ .back_button_ + input.yellow_button_,
[class^="order_"] .submit_ .back_button_ + noscript + input.yellow_button_{
	margin-left: 30px;
}
[class^="order_"] .submit-bottom_ .info_ ,
[class^="order_"] .submit_ .info_ {
  width: auto;
}

/* --------------------------------------------------------------------
	ご注文方法の指定
-------------------------------------------------------------------- */

div.order_ {
}


div.order_ table.method_host_ th,
div.order_ table.method_ th {
	width: 25%;
}

/* ご注文主（ログイン時） */
div.method_host_ {
	margin-bottom: 20px;
	border-bottom: 1px dotted #CCC;
}
div.method_host_ div.host_info_ {
	margin-bottom: 10px;
	padding-left: 10px;
}
div.method_host_ .host_name_ {
}
div.method_host_ address {
}
div.s_inputmode_zip input,
.checktype_tel input{
  width: 220px;
}

/*郵便番号検索*/
.s_inputmode_zip span.small_,
.s_inputmode_addr span.small_{
  display: block;
	font-size: 12px;
}
/**/
/* 贈り主（ログイン時） */
[class^="order_"] .sender-info_ h2.common_headline2_{
  background: #dedede url(../img/usr/icon/delivery-truck2.png) 20px center no-repeat;
  background-size: 24px;
}
.sender-info_ table.formdetail_.method_{
  display: none;
}
div.method_sender_ {
	margin-bottom: 40px;
}
div.method_sender_ #sender_zip .checktype_zip input {
	width: 285px;
	max-width: 285px;
}
div.method_sender_ #sender_zip .checktype_addr input,
div.method_sender_ #sender_zip .checktype_addr2 input,
div.method_sender_ #sender_zip .checktype_comp input {
	width: 320px;
	max-width: 320px;
}
[class^="order_"] div.method_sender_ h2.common_headline2_{
  background: #dedede url(../img/usr/icon/pencil2.png) 20px center no-repeat;
  background-size: 23px;
}
.order_ form#frmSales div.method_sender_ h2.common_headline2_.nbg_{
	background: #dedede;
	padding-left: 20px;
}
.order_gift_ .order_flow_ + form .method_sender_ h2.common_headline2_ {
	margin-bottom: 15px;
}

div.method_sender_ div.sender_info_ {
	margin-bottom: 10px;
	padding-left: 10px;
}
div.sender_change_ {
	padding: 10px;
	margin: 0 auto 10px;
  text-align: center;
}
div.sender_change_ label{
  margin: 0 5px 0 0 ;
}
div.sender_change_ select{
  width: 350px;
}
div.method_sender_ table.method_ {
}
.d_inputmode_zip input{
  width: 220px;
}
tr#sender_addr_inputmode span.small_{
  display: block;
	font-size: 12px;
	clear: both;
}
.agree-submit-section{
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
/*規約*/
.agreebody_{
  min-width: 600px;
	margin: 0 10px 10px;
	padding: 4px;
	border: 1px solid #999999;
	border-radius:8px;
  white-space: pre-wrap;
}
[class^="order_"] .check-box_{
  justify-content: center;
}
[class^="order_"] .agree-section_{
  padding: 20px 0;
  margin-left: 326px;
}
[class^="order_"] .agree-section_ a{
  text-decoration: none;
  color: #0083D5;
}
.check-box_{
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin: 0 10px;
}
.check-box_ label,
.check-box_  a{
  font-size: 14px;
}
.check-box-inner_{
  position: relative;
  padding-left: 30px;
}
.check-box_ input{
  display: none;
}
.check-box_ label:after{
  content: '';
  position: absolute;
  top: 30%;
  left: 6px;
  display: inline-block;
  width: 8px;
  height: 3px;
  border-left: 2px solid #ddd;
  border-bottom: 2px solid #ddd;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  z-index: 2;
}
.check-box_ label:before{
  content: '';
  position: absolute;
  top: -4px;
  left: 0;
  display: inline-block;
  width: 21px;
  height: 21px;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 3px;
  z-index: 1;
}
.check-box_ input:checked + label:after{
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
}
.check-box_ input:checked + label:before{
  background: #222;
  border: 1px solid #222;
}
/**/

/* 宛て先（ログイン時） */
div.method_address_ {
	margin-bottom: 20px;
	border-bottom: 1px dotted #dddddd;
}
.order_ form#frmSales .method_address_ {
	border: none;
}
div.method_address_ h2.common_headline2_{
  background-image: url(../img/usr/icon/delivery-truck3.png);
}
div.method_address_ h3{
  font-size: 22px;
  font-weight: bold;
  padding-bottom: 12px;
  border-bottom: 2px solid #ccc;
  margin-bottom: 20px;
}
div.method_address_ .sales_detail_{
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  width: 26%;
  margin-bottom: 45px;
}
div.method_address_ .sales_detail_ dt,
div.method_address_ .sales_detail_ dd{
  display: inline-block;
  font-size: 14px;
  margin-bottom: 5px;
}
div.method_address_ .sales_detail_ dt {
	width: 51%;
}
div.method_address_ .sales_detail_ dd{
	width: 49%;
}
div.method_address_ .sales_detail_ dt.total_{
  font-size: 16px;
  font-weight: bold;
  margin-top: 10px;
}
div.method_address_ .sales_detail_ dt.total_ span{
  font-size: 14px;
  font-weight: normal;
}
div.method_address_ .sales_detail_ dt.total_ + dd{
  font-size: 16px;
  font-weight: bold;
  color: #D10000;
  margin-top: 10px;
}
div.addresslist_ {
	margin-bottom: 20px;
}
.order_gift_ .formdetail_.method_host_ + .sender-info_ div.addresslist_ {
	border-bottom: 1px dotted #ccc;
	padding-bottom: 20px;
}
div.addresslist_ table.method_ th,
div.addresslist_ table.method_ td{
  border: none;
  border-bottom: 1px dotted #ccc;
}
div.addresslist_ table.method_ th{
  width: 200px;
  background: none;
  vertical-align: middle;
}
div.address_item_ {
	padding: 10px;
	border-bottom: 1px dotted #dddddd;
	/*width: 820px;*/
	overflow: hidden;
}

div.address_item_ address {
	display: block;
}
div.address_item_ .address_change_ {
}
div.address_bottom_ {
	padding: 10px 10px 0 0;
	text-align: right;
}
div.address_bottom_ img {
}

table.destgoodslist_ {
	margin-bottom: 20px;
}
[class^="order_"] .sender-editing_{
  width: 100%;
}
[class^="order_"] .sender-editing_ input,
[class^="order_"] .sender-editing_ label{
  padding: 11px 20px;
  font-size: 13px;
}
[class^="order_"] .sender-editing_ label{
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: flex-end;
  align-items: center;
	font-size: 14px;
}
[class^="order_"] .sender-editing_ label span:after{
	position: absolute;
	top: 4px;
	right: -10px;
	display: block;
	content: '';
	width: 6px;
	height: 6px;
	border-right: 1px solid #0072B9;
	border-bottom: 1px solid #0072B9;
  -webkit-transition: -webkit-transform 0.25s linear;
  transition:transform 0.25s linear;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
[class^="order_"] .sender-editing_ input:checked + label span:after{
	top: 8px;
	display: block;
	content: '';
	width: 6px;
	height: 6px;
  border: none;
	border-right: 1px solid #0072B9;
	border-bottom: 1px solid #0072B9;
	-webkit-transform: rotate(-135deg);
	transform: rotate(-135deg);
}
[class^="order_"] .sender_change_{
	display: inline-block;
  width: auto;
  margin: 0 5px 0 0;
  padding: 0;
}
[class^="order_"] .sender_change_ label{
  padding: 8.5px 0;
	color: #0072B9;
}
.sender_change_ input{
  display: none;
}
/**/

/**/

/* 配送方法 */
div.method_box_ {
	margin-bottom: 20px;
}
div.method_box_ .must {
	color: #CC0000;
	margin-left: 10px;
	font-weight: normal;
	font-size: 14px;
}
div.method_box_#method_point {
	overflow: hidden;
	font-size: 14px;
}
div.method_box_#method_point .method_box_content_ {
	padding: 0;
}
div.method_box_#method_point .method_box_content_ span {
	line-height: 44px;
}
div.method_box_#method_coupon {
	overflow: hidden;
	font-size: 14px;
}
div.method_box_#method_coupon .method_box_content_ {
	padding: 0;
}
div.method_box_#method_coupon .method_box_content_ span {
	line-height: 44px;
}
div.method_box_ h3 {
  font-size: 18px;
  font-weight: bold;
  background: #dedede;
  background-size: 21px;
  border: none;
  margin-bottom: 30px;
  padding: 14px 0 14px 14px;
  line-height: 1;
}
div.method_box_ div.method_box_content_ {
	padding: 0 10px;
}
.method_box_content_ .method_box_content_ {
    margin-bottom: 10px;
}
div.method_box_ div.method_box_content_ .input_ > span {
	font-size: 14px;
}

/*
#method_coupon{
	display : none ;
}
*/

/**/
/* 配送希望日時指定 */
#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_point h3{
  font-size: 18px;
  font-weight: bold;
  background: #dedede;
  background-size: 21px;
  border: none;
  margin-bottom: 30px;
  padding: 14px 0 14px 14px;
  line-height: 1;
}
#method_point .method_box_content_{
  margin-bottom: 30px;
}
#method_point .method_box_content_ p{
	font-size: 14px;
}
#method_point .method_box_content_ .glay_button_{
	float: right;
  margin-left: 20px;
}
.currentpoint_ {
	margin-bottom: 10px;
}
div.point_use_ {
	margin-bottom: 5px;
	color: #ccc;
}
div.point_use_ input#pointpay {
	width: 32px;
	height: 32px;
	border-radius: 5px;
}
div.point_use_ input#pointpay:after {
	left: 8px;
	width: 10px;
	height: 6px;
	border-left: 3px solid #ddd;
	border-bottom: 3px solid #ddd;
}
div.point_use_ input#pointpay:checked:after {
	left: 10px;
	border-left: 3px solid #fff;
	border-bottom: 3px solid #fff;
}
div.point_use_ label[for="pointpay"] {
	color: #222;
	margin-right: 30px;
	font-size: 14px;
}
div.point_use_ input#pointpay_num {
	border: none;
	background: #E9E9E9;
	border-radius: 4px;
	margin: 0 10px 0 0;
	color: #aaa;
	font-size: 14px;
	width: 200px;
	box-sizing: border-box;
	border: 1px solid #E9E9E9;
}
div.point_use_ input#pointpay_num.checked_ {
	background: #fff !important;
	color: rgb(34, 34, 34);
	border: 1px solid rgb(170, 170, 170);
}
div.point_use_ + span {
	display: block;
	width: 340px;
	color: #757575;
	font-size: 12px;
	line-height: 18px !important;
	margin: 0 0 0 160px;
}
/**/
/* 拡張情報 */
form[name="skipregular"] table.formdetail_.order_,
form[name="skipregular"] .destgoodslist_ {
	width: 100%!important;
}
.allow_change_cancel_ {
	margin-bottom: 20px;
	border-bottom: 1px solid #ddd;
	width: 1200px;
	margin: 20px auto!important;
        float: none!important;
}
div.method_salesappend_ {
	margin-bottom: 20px;
	border-bottom: 1px solid #ddd;
	width: 1200px;
	margin: 20px auto;
}
table.salesappend_ {
	width: 100%;
	margin-bottom: 20px;
}
table.salesappend_ td span {
	display: block;
}
table.salesappend_ td.salesappend_radio input,
table.salesappend_ td.salesappend_checkbox input {
	display: block;
	float: left;
	clear: left;
}
table.salesappend_ td.salesappend_radio label,
table.salesappend_ td.salesappend_checkbox label {
	display: block;
	clear: none;
	margin-left: 20px;
	margin-top/*\**/: 4px\9;
}
div.delivery_dest_ {
	margin-bottom: 20px;
}
/* 利用可能クーポン */
#available_coupon {
	width: 860px;
	padding-bottom: 20px;
	margin: 0 auto;
	background: #fff;
}

.available_coupon_ {
	width: 820px;
}
.available_coupon_ {
	margin-bottom: 10px;
}

.available_coupon_ tr {
	border-right: 1px dotted #ccc;
	border-left: 1px dotted #ccc;
}

.available_coupon_ th {
	vertical-align: middle;
}

.available_coupon_ td {
	vertical-align: middle;
	background: #ffc;
}

.available_coupon_ .coupon_ {
	width: 140px;
	font-weight: bold;
}
.available_coupon_ .name_ {
	font-weight: bold;
	word-break: break-all;
}
.available_coupon_ .bonus_type_ {
	width: 130px;
	font-weight: bold;
}
.available_coupon_ .select_ {
	width: 180px;
	text-align: center;
}
.available_coupon_ .term_ {
	font-weight: bold;
}
.available_coupon_ .freespace_ {
	word-break: break-all;
}
.available_coupon_ .select_coupon_:hover {
	cursor: pointer !important;
}

#available_coupon .navipage_ {
	padding-top: 10px;
	padding-right: 20px;
}

#available_coupon .navipage_ a[href=''] {
	display: none;
}

#available_coupon .close_button_ {
	padding: 5px 20px 5px 0px;
	text-align: right;
}
#available_coupon .close_button_ img {
	width: 45px;
	height: 45px;
	color: #000;
}

#available_coupon .close_button_ img:hover {
	cursor: pointer;
	opacity: 0.8;
}
div.method_box_ div.method_box_content_ span.birthdate_ttl_ {
    font-weight: bold;
}

div.method_box_#method_age div.method_box_content_ ul{
    font-size: 13px;
}

div.method_box_ div.method_box_content_ .birthdate_ {
    padding: 10px 0 10px 0px;
}
div.method_box_ div.method_box_content_ .birthdate_ input {
    margin: 0 5px;
    max-width: 25%;
}
div.method_box_ div.method_box_content_ .birthdate_ select {
    margin: 0 5px 0 15px;
	min-width:100px;
	width:min-content;
}

/* 出荷元 */
h3.shipper_ {
    background: #eeeeee;
    font-weight: bold;
    margin-bottom: 5px;
    padding: 3px 5px 2px;
}
div.shipmenthope_ {
    padding: 5px 10px;
}
div.shipmenthope_ .delivery_date_ {
    margin-bottom: 5px;
}
div.shipmenthope_ .delivery_time_ {
    margin-bottom: 5px;
}
div.shipmenthope_ .delivery_notice_ {
    margin-bottom: 5px;
}
/* --------------------------------------------------------------------
	ご注文内容の確認
-------------------------------------------------------------------- */
.order_ .estimate_col_frame_ {
  display: flex;
}

.order_ .estimate_col_frame_ .red_ {
  color: #D10000;
}

.order_ .estimate_col_frame_ .estimate_left_col_ {
  width: 590px;
  margin-right: 10px;
}

.order_ .estimate_col_frame_ .estimate_right_col_ {
  width: 350px;
}
.order_ .estimate_data_frame_ {
  display: flex;
  flex-wrap: wrap;
  padding: 25px 30px;
  margin: 0 0 10px;
  border: 1px solid #E7E7E7;
  border-radius: 4px;
}
.order_ .estimate_data_frame_ .estimate_data_left_,
.order_ .estimate_data_frame_ .estimate_data_right_ {
  width: 50%;
}
.order_ .estimate_data_frame_ .estimate_data_center_ {
  width: 100%;
}
.order_ #frmSales .estimate_data_title_ {
  margin: 0 0 10px;
}
.order_ #frmSales .estimate_data_title_ h2.common_headline2_ {
  display: inline-block;
  padding: 0;
  margin: 0 1.0em 0 0;
  font-size: 16px;
  line-height: 1.5;
  background: none;
}
.order_ #frmSales .estimate_data_title_ h3 {
  display: inline-block;
  padding: 0;
  margin: 0 1.0em 0 0;
  border: 0;
  font-size: 16px;
  line-height: 1.5;
  background: none;
}
.order_ #frmSales .estimate_data_title_ a {
  font-size: 14px;
  color: #0072B9;
  text-decoration: underline;
}
.order_ #frmSales .estimate_data_title_ a:hover {
  text-decoration: none;
}
.order_ .method_payment_ h2.common_headline2_{
  background-image: url(../img/usr/icon/method_payment.png);
}
.order_ .method_payment_ #security-code .modal_{
  width: 580px;
  height: 300px;
}
.order_ .method_payment_ #security-code .modal-content_{
  padding: 20px;
  font-size: 14px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.order_ .method_payment_ #security-code .modal-content_ span{
  width: 50%;
}
.method_payment_ .change_payment_ {
	text-align: center;
	margin: 0 0 50px;
}
.method_payment_ .change_payment_ a {
	color: #0083d5;
	font-size: 14px;
}
.method_payment_ .submit_.middle_{
  justify-content: center;
  margin-bottom: 30px;
}
.method_payment_ .submit_txt_{
  margin: 0 0 10px;
  padding-left: 1.0em;
  text-indent: -1.0em;
  line-height: 1.5;
}
.method_payment_ .submit_txt_red_{
  color: #D10000;
  font-weight: bold;
  margin-bottom: 50px;
}
.payment_other_{
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 20px;
}
.payment_other_ dl.payment_deadline_ {
  display: flex;
}
.payment_other_ dl.payment_deadline_ dt {
  margin-right: 1.0em;
}
.estimate_payment_message_ {
  margin: -15px 0 15px;
  font-size: 11px;
  color: #C00;
}

.sales_inner_{
  width: 100%;
  margin: 0;
  padding: 25px 20px 20px;
  border: 1px solid #E7E7E7;
  border-radius: 4px;
  box-sizing: border-box;
}
.method_sales_ dl{
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  width: 50%;
}
.method_sales_ dt,
.method_sales_ dd{
  display: inline-block;
  width: 50%;
  font-size: 14px;
  margin-bottom: 10px;
}
.method_sales_ dt:last-of-type,
.method_sales_ dd:last-of-type{
	margin-bottom: 0;
}
.method_sales_ .method_payment_ {
  padding: 0 0 10px;
}
.method_sales_ h3.sales_detail_title_ {
  position: relative;
  margin: 0 0 8px;
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
}
.method_sales_ h3.sales_detail_title_::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  background: #E7E7E7;
  z-index: 0;
  content: "";
}
.method_sales_ h3.sales_detail_title_ span {
  position: relative;
  padding: 0 0.3em;
  background: #FFF;
  z-index: 1;
}
.method_sales_ h4.sales_detail_subtitle_ {
  margin: 0 0 25px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5;
}
.method_sales_ .sales_detail_{
  width: 100%;
  margin-bottom: 8px;
  padding-bottom: 8px;
  border-bottom: 1px solid #e7e7e7;
}
.sales_detail_ dd{
  text-align: right;
}
.method_sales_ .sales_total_{
  width: 100%;
  text-align: right;
  padding: 0;
  margin: 0 0 10px;
}
.method_sales_ .sales_total_ dt,
.method_sales_ .sales_total_ dd{
  margin-bottom: 10px;
}
.method_sales_ .sales_total_ dt{
  width: 47%;
  text-align: left;
}
.method_sales_ .sales_total_ dd{
  width: 53%;
  font-weight: bold;
  color: #D10000;
}
.method_sales_ .sales_total_ .billing_{
  font-weight: bold;
  text-align: left;
}
.method_sales_ .sales_total_ .billing_ + dd{
  font-size: 22px;
}
.method_sales_ .sales_total_ .pointup_point_{
  text-align: left;
}
.method_sales_ .sales_detail_ .order_total {
	border-top: 1px solid #e7e7e7;
	padding-top: 5px;
}

.method_sales_ .sales_detail_ .tax_subtotal_{
	text-indent: 1.5em;
}

.method_sales_ .sales_detail_ .order_point_ {
  text-indent: 1.5em;
}

.method_sales_ .small_{
  width: 780px;
  margin: 10px auto 30px;
  color: #757575;
  font-size: 12px;
}
div.spandual_ {
	margin-bottom: 20px;
	padding-bottom: 20px;
	width: 100%;
	overflow: hidden;
	border-bottom: 1px solid #ddd;
}
div.spandual_ table {
	width: 100%;
}
div.spandual_ .leftfloat_ {
	width: 550px;
}
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;
}
div.order_ .method_addr_ .addr_inner_{
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 20px;
	font-size: 14px;
  line-height: 1.5;
}
div.order_ .method_addr_ .addr_inner_ .address_name_ {
  margin: 0 0 12px;
  font-size: 16px;
}
div.order_ .method_addr_ .addr_inner_ address {
  font-size: 14px;
  line-height: 1.5;
}
table.card_,
table.convinience_{
	width: 100%;
}
table.card_.card_nam_{
  margin-bottom: 0;
}
table.card_ input[type="text"]{
  min-width: 220px;
}
table.card_ select[name="card_m"],
table.card_ select[name="card_y"]{
  min-width: 110px;
}
table.card_ input[name="card_num"] {
  width: 170px;
  min-width: 170px;
}
table.card_ input[name="security_code"] {
  min-width: 90px;
}
table.card_ select[name="card_m"]{
  margin-right: 10px;
}
table.card_ select[name="card_y"]{
  margin: 0 10px 0 15px;
}
table.card_ label {
  display: inline-block;
  vertical-align: middle;
	margin: 0 20px 0 5px;
	font-size: 14px;
}
table.card_ td input[name="security_code"] + .modal-btn_ {
	display: block;
	color: #0083d5;
	cursor: pointer;
}
table.convinience_ th {
	width: 16em;
}
table.card_  span.small_{
  display: block;
}
table.card_ .classification_ select{
  display: block;
}
/* お支払方法 */
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_sales_detail_append_ {
	border:none;
}
div.order_ table.method_sales_detail_append_ td {
	border:none;
}
div.order_ table.goodslist_ {
	text-align:left;
    margin-bottom: 20px;
}
div.order_ table.goodslist_ td.amt_ {
    text-align: right;
}
div.order_ table.postage_ {
    margin-bottom: 10px;
}
div.order_ .postage_ th {
    padding: 10px;
    text-align: right;
    font-weight: bold;
    vertical-align: top;
    background-color: #eeeeee;
    border: 1px solid #dddddd;
    border-top: 0;
    width: 360px;
}
div.order_ .postage_ td {
    padding: 10px;
    text-align: right;
    font-weight: bold;
    vertical-align: top;
    border: 1px solid #dddddd;
    border-top: 0;
}
/* お届け先住所 */
div.order_ table.dest_ {
	width:100%;
}
div.order_ table.destgoodslist_ {
	width:100%;
}
div.order_ table.destgoodslist_ td.dest_qty_ {
    text-align: center;
}
div.order_ table.destgoodslist_ td.method_qty_ {
	text-align: center
}
div.order_ .estimate_card_frame_ {
  padding: 0 20px;
  margin: 20px 0 30px;
  border: 1px solid #E7E7E7;
  border-radius: 4px;
}
div.order_ .estimate_card_frame_ input[type="text"] ,
div.order_ .estimate_card_frame_ select:not([name="card_y"]):not([name="card_m"]) input:not[name="card_num"] {
  width: 100%;
  box-sizing: border-box;
}
div.order_ .estimate_card_frame_ input[name="security_code"] {
  width: 110px;
  min-width: 110px;
}

div.order_ table.card_ th {
	text-align:left;
}
div.order_ table.card_ td {
	text-align:left;
	vertical-align: middle;
}
.method_payment_ table.formdetail_.estimate_.card_.card_nam_ td {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.method_payment_ table.formdetail_.estimate_.card_ {
  margin-bottom: 0;
}
.method_payment_ table.formdetail_.estimate_.card_.card_nam_ td span {
	margin: 0 0 20px;
}
.method_payment_ table.formdetail_.estimate_.card_.card_nam_ td > span {
	display: flex;
  width: calc(100% / 3);
}
.method_payment_ table.formdetail_.estimate_.card_.card_nam_ td span:nth-last-child(1),
.method_payment_ table.formdetail_.estimate_.card_.card_nam_ td span:nth-last-child(2),
.method_payment_ table.formdetail_.estimate_.card_.card_nam_ td span:nth-last-child(3) {
	margin: 0;
}
.method_payment_ table.formdetail_.estimate_.card_.card_nam_ td span input[type="radio"] {
	flex-basis: 30px;
}
.method_payment_ table.formdetail_.estimate_.card_.card_nam_ td span input[type="radio"] + * {
	width: calc(100% - 60px);
}
div.order_ table.card_ .savecard_wrap_{
  padding: 30px 8px;
  border-bottom: none;
	text-align: center;
}
/* 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: 13em;
}

/* ポイント */
.estimate_data_frame_ div.method_box_#method_point .method_box_content_ span {
  line-height: 1.5;
}
.estimate_data_frame_ #method_point {
  margin-bottom: 0;
}
.estimate_data_frame_ #method_point .method_box_content_ {
  margin-bottom: 20px;
}

/* クーポン */
.estimate_data_frame_ div.method_box_#method_coupon .method_box_content_ span {
  line-height: 1.5;
}
.estimate_data_frame_ #method_coupon {
  margin-bottom: 0;
}
.estimate_data_frame_ #method_coupon .method_box_content_ {
  margin-bottom: 20px;
}


/* 注文拡張項目 */
table.salesappend_ th {
	width: 30%;
}

/* 定期申込情報 */
table.estimate_.regular_ {
	margin-bottom: 10px;
}
table.estimate_.regular_ th {
	width: 12em;
}
table.estimate_.regular_ td {
	text-align: right;
}
table.regularhost_ {
	width: 550px;
	margin-bottom: 20px;
}
div.order_ table.regulargoodslist_ {
	text-align:left;
    margin-bottom: 20px;
    width: 800px;
    
}
div.order_ table.regulargoodslist_ td.amt_ {
    text-align: right;
}
div.spandual_bnon_ {
	width: 100%;
	overflow: hidden;
}
div.spandual_bnon_ table {
	width: 100%;
}

/* 当サイトを紹介された郵便局 */
.estimate_data_frame_ div.method_sender_ {
  margin-bottom: 12px;
}
.estimate_data_frame_ div.method_sender_ .addr_inner_ {
  margin-bottom: 0;
}
.estimate_data_frame_ div.method_sender_ .method_addr_ {
  margin-bottom: 0;
}

.order_ form#frmSales .estimate_col_frame_ .method_address_ {
  border: 0;
}

.order_ form#frmSales .estimate_col_frame_ .method_address_ .method_addr_ {
  padding: 15px 19px 0;
  margin-bottom: 10px;
  border: 1px solid #E7E7E7;
}

form#frmSales .estimate_col_frame_ .dest_goods_ {
  margin-bottom: 20px;
  padding: 25px 19px;
  border-radius: 4px;
  border: 1px solid #E7E7E7;
}
form#frmSales .estimate_col_frame_ .dest_goods_:last-of-type {
  margin-bottom: 0;
}
form#frmSales .estimate_col_frame_ .dest_goods_ .goodsinfo_box_ {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 10px 0 0;
  margin: 0 0 15px;
  border: 0;
  border-radius: 0;
}
form#frmSales .estimate_col_frame_ .dest_goods_ .goodsinfo_box_ .goodsinfo_box_img_ {
  width: 100px;
  margin-right: 20px;
}
form#frmSales .estimate_col_frame_ .dest_goods_ .goodsinfo_box_ .goodsinfo_box_data_ {
  width: calc(100% - 120px);
}
form#frmSales .estimate_col_frame_ .dest_goods_ .goodsinfo_box_ .goodsinfo_detail_ {
  width: 100%;
  padding: 0 0 30px;
  border-bottom: 1px solid #E7E7E7;
}
form#frmSales .estimate_col_frame_ .dest_goods_ .goodsinfo_box_ .goodsinfo_detail_ .goods_name_,
form#frmSales .estimate_col_frame_ .dest_goods_ .goodsinfo_box_ .goodsinfo_detail_ .goods_salesperiod_ {
  width: calc(100% - 70px);
}
form#frmSales .estimate_col_frame_ .dest_goods_ .goodsinfo_box_ .goodsinfo_detail_ .goods_name_ .price_,
form#frmSales .estimate_col_frame_ .dest_goods_ .goodsinfo_box_ .goodsinfo_detail_ .goods_salesperiod_ .salesperiod_ {
  width: auto;
  flex-basis: 110px;
  flex-shrink: 0;
}
form#frmSales .estimate_col_frame_ .dest_goods_ .goodsinfo_box_ .goodsinfo_detail_ .goods_salesperiod_ .salesperiod_ {
  color: #cc0000;
  font-size: 14px;
  line-height: 1.2;
}
form#frmSales .estimate_col_frame_ .dest_goods_ .goodsinfo_box_ .goodsinfo_detail_ .goods_name_ span {
  display: block;
}
form#frmSales .estimate_col_frame_ .dest_goods_ .goodsinfo_box_ .goodsinfo_detail_ .goods_change_ {
  width: 70px;
}
form#frmSales .estimate_col_frame_ .dest_goods_ .goods_delivery_ {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  margin: 20px 0 0 120px;
  padding: 0;
  border: 0;
  border-radius: 0;
}
form#frmSales .estimate_col_frame_ .dest_goods_ .goods_delivery_ dl {
  width: calc(100% - 70px);
}
form#frmSales .estimate_col_frame_ .dest_goods_ .goods_delivery_ dl dt {
  margin: 0 0 15px;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.5;
}
form#frmSales .estimate_col_frame_ .dest_goods_ .goods_delivery_ dl dd {
  font-size: 14px;
  line-height: 1.5;
}
form#frmSales .estimate_col_frame_ .dest_goods_ .goods_delivery_ dl dd ul {
  margin: 0 0 15px;
}
form#frmSales .estimate_col_frame_ .dest_goods_ .goods_delivery_ .small_ {
  font-size: 12px;
  line-height: 1.5;
}
form#frmSales .estimate_col_frame_ .dest_goods_ .goods_delivery_ .goods_delivery_button_ a {
  display: inline-block;
}

form#frmSales .estimate_col_frame_ .dest_goods_ .goods_sel_delivery_method_ {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  margin: 20px 0 0 120px;
  padding: 0;
  border: 0;
  border-radius: 0;
  border-bottom: 1px solid #E7E7E7;
}
form#frmSales .estimate_col_frame_ .dest_goods_ .goods_sel_delivery_method_ dl {
  width: calc(100% - 70px);
}
form#frmSales .estimate_col_frame_ .dest_goods_ .goods_sel_delivery_method_ dl dt {
  margin: 0 0 15px;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.5;
}
form#frmSales .estimate_col_frame_ .dest_goods_ .goods_sel_delivery_method_ dl dd {
  font-size: 14px;
  line-height: 1.5;
}
form#frmSales .estimate_col_frame_ .dest_goods_ .goods_sel_delivery_method_ dl dd ul {
  margin: 0 0 15px;
}
form#frmSales .estimate_col_frame_ .dest_goods_ .goods_sel_delivery_method_ .small_ {
  font-size: 12px;
  line-height: 1.5;
}
form#frmSales .estimate_col_frame_ .dest_goods_ .goods_sel_delivery_method_ .goods_delivery_button_ a {
  display: inline-block;
}
span.sagawa_message_ {
  color: #c00;
  font-weight: normal !important;
}
div.include_off span.sagawa_message_ {
    top: -20px;
    position: relative;
}
div.include_on span.sagawa_message_ {
    top: -15px;
    position: relative;
}
div.dest_goods_ div.goods_delivery_ span.sagawa_message_ {
  display: block;
}

/* --------------------------------------------------------------------
	ご注文完了
-------------------------------------------------------------------- */
div.new_customer_ {
	width: 700px;
	margin:30px Auto Auto Auto;
}
/* --------------------------------------------------------------------
	配送先の選択
-------------------------------------------------------------------- */
.post-office-search_{
/*  display: none; */
}
div.dest_post_list_ .check-box_ input{
  display: inline-block;
}
div.designation-contents_ {
	display: none;
	border-top: 1px dotted #ccc;
	margin: 15px 0 0;
}
div.dest_post_list_ .post_office_,
div.designation-contents_ .post_office_ {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin: 19px 10px 35px 0;
}
div.designation-contents_ .post_office_ {
	border-bottom: 1px dotted #ccc;
	margin-bottom: 3px;
	padding: 0 0 18px;
}
div.dest_post_list_ .post_office_ h4,
div.designation-contents_ .post_office_ h3{
  width: 170px;
  padding: 8px;
  font-size: 14px;
  font-weight: bold;
}
div.dest_post_list_ .post_office_ h4 span,
div.designation-contents_ .post_office_ h3 span{
  display: inline-block;
  background: #f5f5f5;
  border-radius: 3px;
  color: #d10000;
  font-size: 10px;
  font-weight: normal;
  padding: 5px 6px;
  margin-right: 5px;
  vertical-align: middle;
}
div.post_office_ .post_office_inner_{
  width: 764px;
  margin-left: 8px;
}
div.dest_post_list_ .post_office_ h3 {
    margin-bottom: 5px;
    font-weight: bold;
}
div.post_office_ .post_office_inner_ input[type="button"] {
	float: left;
	display: block;
	width: 105px;
	text-align: center;
	box-sizing: border-box;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 14px 0 11px;
	margin: 0 5px 10px 0;
	background: #fff;
	-webkit-appearance: none;
  color: #404040;
}
div.post_office_ .post_office_inner_ input[type="button"].active_ {
	border: 1px solid #222;
	background: #222;
	color: #fff;
}
div.post_office_ .post_office_inner_ .dest_search {
	display: none;
	clear: both;
	color: #757575;
	line-height: 1.8;
}
div.post_office_ .post_office_inner_ input[name="search_postoffice"] {
	margin-right: 5px;
	float: left;
}
div.post_office_ .post_office_inner_ #SearchPostOffice {
	display: inline-block;
	width: 105px;
	padding: 15px 0 13px;
	margin: 6px 0 0;
	line-height: 1;
	background: linear-gradient(to bottom, #ffffff 0%,#ededed 100%);
	border: 1px solid #CCC;
	border-radius: 4px;
	font-size: 14px;
	color: #222;
	text-align: center;
	box-sizing: border-box;
	text-decoration: none;
}
div.post_office_ .post_office_inner_ #SearchPostOffice + div {
	clear: both;
}
div.post_office_ .post_office_inner_ #ResetTextArea {
	display: inline-block;
	width: 105px;
	padding: 15px 0 13px;
	margin: 6px 0 0 2px;
	line-height: 1;
	background: linear-gradient(to bottom, #ffffff 0%,#ededed 100%);
	border: 1px solid #CCC;
	border-radius: 4px;
	font-size: 14px;
	color: #222;
	text-align: center;
	box-sizing: border-box;
	text-decoration: none;
}
div.post_office_ .post_office_inner_ #ResetTextArea + div {
	clear: both;
}
div.post_office_ .post_office_inner_ #post_stop_list {
	width: 350px;
	margin: 6px 0;
	margin-right: 2px;
}
ul.post_office_list_ .dest_search {
  display: none;
  margin: 10px 0 0;
}
div.dest_post_list_ p,
div.designation-contents_ p {
  margin-bottom: 10px;
  font-size: 14px;
}
div.dest_search span{
  display: block;
  color: #757575;
  line-height: 1.8;
}
div.dest_post_list_ #sender_addr p{
  margin: 10px 0 0;
}
div.dest_post_list_ #sender_addr.r_addr_done td p {
  margin: 0;
}
div.dest_post_list_ .small_,
div.designation-contents_ .small_{
  display: block;
	font-size: 14px;
}
div.dest_post_list_ input{
  margin-bottom: 0;
}
div.dest_post_list_ input#s_recipient_zip{
	margin-bottom: 5px;
}
div.dest_post_list_ input#post_stop_mail,
div.designation-contents_ input#post_stop_mail{
	margin-bottom: 15px;
}
.order_gift_ .post_office_ .post_office_inner_ ul.post_office_list_ {
	display: flex;
	margin: 0 0 10px;
}
.order_gift_ .post_office_ .post_office_inner_ ul.post_office_list_ li input {
	display: none;
}
.post_office_list_ li{
  margin-bottom: 10px;
}
div.designation-contents_ div.post_office_ div.post_office_inner_ ul.post_office_list_,
div.designation-contents_ ul.post_office_list_ li{
	margin: 0;
}
div.designation-contents_ .post_office_list_contents .dest_search {
	margin: 20px 0 0;
}
.post_office_list_ li select{
  min-width: 340px;
  height: 34px;
  background: #F8F8F8;
  border-radius: 0;
}
.post_office_list_ li .glay_button_{
  margin-top: 5px;
  padding: 13px 0;
  width: 105px;
  display: inline-block;
  vertical-align: middle;
}
div.dest_post_list_ p.efo-error_{
  font-size: 16px;
  color: #D10000;
  font-weight: bold;
}
div.dest_post_list_ .efo-error_ img{
  vertical-align: middle;
}
div.dest_post_list_ .address_item_ .check-box_{
  justify-content: flex-start;
  margin-left: 0;
}
div.dest_post_list_ .address_item_ .check-box_ label:after,
div.dest_post_list_ .address_item_ .check-box_ label:before{
  display: none;
}
.post-office-search_ div.method_sender_{
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.post-office-search_ .method_sender_ h4{
  width: 170px;
  padding: 8px;
  font-size: 14px;
  font-weight: bold;
}
.post-office-search_ .method_sender_ .method_sender_inner_{
  padding-left: 8px;
  width: 764px;
}
.post-office-search_ .method_sender_ .method_sender_inner_ .small_{
  display: block;
}
.post-office-search_ .method_sender_ .sender_info_{
}
.post-office-search_ .method_sender_ .form_senderinfo_ .r_inputmode_addr input{
	height: 44px;
	box-sizing: border-box;
	margin: 5px 0;
	width: 213px;
}
.order_gift_ .post_office_ .post_office_inner_ .post_office_list_contents .dest_search {
	display: none;
}
.order_gift_ .post_office_ .post_office_inner_ .post_office_list_contents .dest_search.show {
	display: block;
}
.order_gift_ .post_office_ .post_office_inner_ .post_office_list_contents .dest_search input {
	float: left;
	margin-right: 5px;
}
.order_gift_.post_office_ .post_office_inner_ .post_office_list_contents .dest_search > div {
	clear: both;
}

/* ご指定の郵便局に送る*/
.designation-contents_ .formdetail_ > tbody > tr:first-child th {
	width: 170px;
}
#receiver_info_ {
	padding: 0 0 15px;
}
#receiver_info_ .sender_info_ {
	font-size: 14px;
}
#receiver_info_ .sender_info_ strong {
	display: block;
	margin: 0 0 5px;
}
#receiver_info_ .sender_info_ .wrap_ {
	display: flex;
}
#receiver_info_ .sender_info_ address {
	width: 45%;
	line-height: 18px;
	margin: 0 30px 0 0;
}
#receiver_info_ .sender_info_ .sender-editing_ {
	width: auto;
}
#receiver_info_ .sender_info_ .sender-editing_ label.glay_button_ {
	justify-content: center;
}
#receiver_info_ .sender_info_ .sender-editing_ label.glay_button_ span {
	position: relative;
	height: 25px;
}
#receiver_info_ tr:nth-child(1) td {
	border: none;
	padding: 0 8px;
}
#receiver_info_ tr:first-child th,
#receiver_info_ tr:last-child th,
#receiver_info_ tr:last-child td {
	border: none;
}
.order-h_ tr#sender_addr td p::after {
	content: "";
	display: block;
	height: 0;
	clear: both;
	visibility:hidden;
}
.order-h_ div.designation-contents_ tr#sender_addr td p {
	margin-bottom: 0;
}
.order-h_ tr#sender_addr td p span,
.order-h_ tr#sender_addr.d_addr_done td span:nth-child(1) {
	padding: 15px 0px 13px 3px;
	clear: none;
}
.order-h_ tr#sender_addr td p span.checktype_zip,
.order-h_ tr#sender_addr.d_addr_done td span.checktype_zip {
	padding: 0;
	clear: none;
}
.order-h_ tr#sender_addr .checktype_zip input#recipient_zip {
	width: 238px;
	max-width: 238px;
	margin: 0 !important;
}
.order-h_ tr#sender_addr.d_addr_done .checktype_zip input#d_zip {
	width: 246px;
	max-width: 246px;
	margin: 0 !important;
}

/* --------------------------------------------------------------------
	ギフト注文 配送先の選択
-------------------------------------------------------------------- */

[class^="order_"] .dest_list_ {
}
[class^="order_"] div.dest_list_ h2.common_headline2_{
  background: #dedede url(../img/usr/icon/delivery-truck2.png) 20px center no-repeat;
  background-size: 21px;
}
[class^="order_"] .dest_list_ h3{
  background: no-repeat left 0;
  background-size: auto 22px;
  padding: 6px 0 12px 32px;
  margin-bottom: 8px;
  font-size: 22px;
  font-weight: bold;
  border-bottom: 2px solid #ccc;
}
[class^="order_"] .dest_list_ .address_customer_ h3{
  background-image: url(../img/usr/icon/home.png);
}
[class^="order_"] .dest_list_ .dest_post_list_ h3{
  background-image: url(../img/usr/icon/post-office.png);
}
[class^="order_"] .dest_list_ .address_book_list_ h3{
  background-image: url(../img/usr/icon/address-note.png);
}
[class^="order_"] .dest_list_ .btn_checkall_ {
	padding: 5px 5px 0 0;
}
[class^="order_"] .dest_list_ .address_customer_{
	padding: 10px 0;
}
[class^="order_"] .dest_list_ .address_customer_ .address_item_{
  border-bottom: none;
}
[class^="order_"] .delivery_dest_ .dest_ttl {
	padding-top: 10px;
}
[class^="order_"] .delivery_dest_ .dest_ttl .btn_deldest_{
	position:absolute;
	right:5px;
	top:3px;
}
[class^="order_"] .address_item_ input[type="checkbox"]{
  width: 30px;
  height: 30px;
}
[class^="order_"] .address_item_ input[type="checkbox"]:after{
  top: 30%;
  left: 8px;
  width: 10px;
  height: 5px;
}
[class^="order_"] .address_item_ input[type="checkbox"]:checked:after{
  top: 48%;
  left: 9px;
  width: 10px;
  height: 5px;
}
[class^="order_"] .address_item_ .btn_checkall_ input[type="checkbox"]{
  width: 20px;
  height: 20px;
}
[class^="order_"] .address_item_ .btn_checkall_ input[type="checkbox"]:after{
  top: 30%;
  left: 5px;
  width: 8px;
  height: 3px;
}
[class^="order_"] .address_item_ .btn_checkall_ input[type="checkbox"]:checked:after{
  top: 48%;
  left: 5px;
  width: 8px;
  height: 3px;
}
[class^="order_"] .dest_list_ .address_item_ {
	border: none;
	width: 100%;
	background-color: #FFF;
	border-bottom: 1px dotted #ccc;
}
[class^="order_"] .address_book_list_ .address_item_ {
	border: none;
	background-color: #FFF;
	border-bottom: 1px dotted #ccc;
}
[class^="order_"] .dest_list_ .address_book_list_ {
	margin: 0 0 10px;
}
[class^="order_"] .dest_list_ .address_book_list_ .address_item_ {
	border-bottom: 1px dotted #ccc;
}
[class^="order_"] .dest_list_ .address_item_{
  padding: 10px 0 23px;
}
.order_gift_ .dest_list_ .address_book_list_ .address_item_ {
	padding: 10px 0;
}
[class^="order_"] .dest_list_ .address_item_ strong{
  display: block;
}
[class^="order_"] .dest_list_ .address_item_ address {
	min-width: 290px;
	margin-left: 0;
  float: none;
}
[class^="order_"] .dest_list_ .address_item_ .address_title_ {
	font-size: 14px;
	margin-bottom: 7px;
	padding: 5px 5px 0 0;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
[class^="order_"] .dest_list_ .address_item_ .address_title_ label {
	font-size: 14px;
  margin-left: 10px;
}
[class^="order_"] .dest_list_ .btn_add_addr_ {
	padding: 0 10px 10px 0;
	margin-bottom: 20px;
}
[class^="order_"] .dest_list_ .btn_add_addr_ input{
  border: none;
  box-shadow: none;
  cursor: pointer;
  color: #0072B9;
  font-size: 14px;
	background: none;
}
[class^="order_"] .dest_list_ .add_addr_ {
	margin: 10px  0;
}
[class^="order_"] .form_senderinfo_ .btns_edit_customerinfo_ {
	text-align: right;
	margin-bottom: 10px;
	overflow: hidden;
}
[class^="order_"] .form_senderinfo_ .btns_edit_customerinfo_ input {
	padding-left: 10px;
	display: block;
	float: right;
}
[class^="order_"] div.method_sender_ .address_item_{
	border-bottom: none;
	margin-bottom: 10px;
}
[class^="order_"] .method_sender_ .sender_info_ {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
	padding: 0;
	border: none;
}
[class^="order_"] .method_sender_ .sender_info_ strong,
[class^="order_"] .method_sender_ .sender_info_ span{
	position: relative;
  width: 100%;
	height: 25px;
}
[class^="order_"] .method_sender_ .sender_info_ strong {
	line-height: 1.8;
	font-size: 14px;
}
[class^="order_"] .method_sender_ .sender_info_ address {
  margin: 0 0 8px;
	font-size: 14px;
  line-height: 1.8;
}
[class^="order_"] .method_sender_inner_ .sender_info_ address{
  width: 45%
}
.order_gift_ .dest_list_ .method_sender_ .sender_info_ address {
	max-width: calc(100% - 90px);
	width: auto;
	margin: 0 10px 0 0;
}
[class^="order_"] .method_sender_inner_ .sender_info_ .sender-editing_{
  width: 45%;
}
.order_gift_ .dest_list_ .method_sender_ .sender_info_ .sender-editing_ {
	width: auto;
}
div.method_sender_ input[type="button"] {
    border: 0;
    background: #565454;
    color: #fff;
    text-align: center;
    padding: 5px 10px;
    cursor: pointer;
}
.shopping_link_{
  border-top: 1px solid #ccc;
  text-align: center;
  padding-top: 20px;
}
.shopping_link_ a{
  font-size: 15px;
  color: #0083D5;
}
/* --------------------------------------------------------------------
	ギフト注文 配送先商品追加画面
-------------------------------------------------------------------- */
[class^="order_"] label {
	cursor: pointer;
	font-size: 13px;
}
[class^="order_"] label[for="check_all"],
[class^="order_"] label[for="postlist_0"] {
	font-size: 14px;
}
.order_gift_ .post_office_ .post_office_inner_ ul.post_office_list_ li label {
	display: block;
	width: 105px;
	text-align: center;
	box-sizing: border-box;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 14px 0 11px;
	margin: 0 5px 0 0;
}
.order_gift_ .post_office_ .post_office_inner_ ul.post_office_list_ li input:checked + label {
	color: #fff;
	background: #222222;
	border: 1px solid #222;
}
[class^="order_"] div.delivery_dest_add_ {
	text-align: right;
	margin-bottom: 20px;
}
[class^="order_"] h3.top_massage_ {
	font-size: 14px;
	font-weight: bold;
}
[class^="order_"] .add_goods_list_ {
	padding: 15px;
}
[class^="order_"] .delivery_dest_{
	margin-bottom: 30px;
}
[class^="order_"] .delivery_dest_ .common_headline2_ {
	margin: 0;
  background-image: url(../img/usr/icon/delivery-truck3.png);
}
[class^="order_"] .highlight_ {
	background: #FEE;
	border: 1px solid #FFC8C8;
}
[class^="order_"] .delivery_dest_ .address_item_ {
	padding-bottom: 0;
  padding-left: 0;
	border: none;
}
.content_option_ .delivery_dest_ .address_item_ {
	margin-bottom: 25px;
}
/**/
[class^="order_"] .delivery_dest_ .address_item_ address {
    margin: 10px 10px 30px 0;
    line-height: 1.8;
  font-size: 14px;
}
.content_option_ .delivery_dest_ .address_item_ address {
	margin-bottom: 0;
}
/**/
[class^="order_"] .delivery_dest_ .address_item_ .btn_deldest_{
	float: right;
	padding: 10px;
}
[class^="order_"] div.delivery_dest_ {
	margin-bottom: 20px;
}
[class^="order_"] .dest_goods_ h3.headline3_ {
	font-weight: bold;
	padding: 0 5px 10px 5px;
}
[class^="order_"] .delivery_dest_ .total_dest_price_ {
	overflow: hidden;
	padding: 0 10px 10px 10px;
}
[class^="order_"] .delivery_dest_ .total_dest_price_ table{
	float: right;
	background: #FFF;
}
[class^="order_"] .delivery_dest_ .total_dest_price_ table th,
[class^="order_"] .delivery_dest_ .total_dest_price_ table td{
	padding: 10px 20px;
	border: 1px solid #DDD;
}
[class^="order_"] .delivery_dest_ .total_dest_price_ table td.btns_ {
	width: 60px;
	vertical-align: middle;
}
[class^="order_"] .delivery_dest_ .total_dest_price_ table td{
	width: 100px;
	text-align: right;
}
/*配送オプションの設定 商品一覧*/
 .dest_goods_ .goodsinfo_box_ttl_ {
	 font-size: 22px;
	 line-height: 1;
	 font-weight: bold;
	 margin: 0 0 10px;
}
.dest_goods_ .goodsinfo_box_{
   display: flex;
   justify-content: flex-start;
   align-items: center;
	 width: auto;
	 padding: 30px 50px;
   border: 1px solid #ccc;
	 border-bottom: none;
}
.dest_goods_ .goodsinfo_box_:first-child {
	border-radius: 4px 4px 0 0;
}
.dest_goods_ .goodsinfo_box_:last-child {
	border-bottom: 1px solid #ccc;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	margin-bottom: 50px !important;
}
.dest_goods_ .goodsinfo_box_:last-of-type{
	margin: 0;
}
.dest_goods_ .goodsinfo_box_ .goodsinfo_box_img_{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  width: 160px;
}
.dest_goods_ .goodsinfo_box_ .goodsinfo_box_img_ img{
  width: 100px;
}
.dest_goods_ .goodsinfo_box_ .goodsinfo_box_img_ span{
  display: block;
  margin-top: 5px;
}
.goodsinfo_box_detail_ .goodsinfo_detail_ select{
  width: 185px;
  min-width: 115px;
  height: 30px;
  background-position: right 10px top 12px;
}
.goodsinfo_box_detail_ .goodsinfo_detail_{
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 720px;
  padding-bottom: 15px;
}
.goodsinfo_detail_ .goods_name_,
.goodsinfo_detail_ .goods_salesperiod_ {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: calc(100% - 100px - 30px);
	font-size: 16px;
	line-height: 24px;
	font-weight: bold;
	word-break: break-word;
	margin-left: 14px;
}
.goodsinfo_detail_ .goods_name_ .price_,
.goodsinfo_detail_ .goods_salesperiod_ .salesperiod_ {
  font-size: 14px;
	margin-left: 30px;
	width: 400px;
}
.goodsinfo_detail_ .goods_name_ .price_ .include_{
	display: block;
	color: #333;
	font-size: 14px;
	margin: 0 0 3px;
	font-weight: normal;
}
.goodsinfo_detail_ .goods_name_ .price_ span{
  font-size: 11px;
  font-weight: normal;
  color: #222;
	margin: 0 0 0 5px;
}
.goodsinfo_detail_ .qty_{
	width: 120px;
	font-weight: bold;
}
.goodsinfo_detail_ .qty_ span{
	display: inline-block;
  font-size: 14px;
  vertical-align: middle;
	padding-top: 14px;
	font-weight: normal;
}
.goodsinfo_detail_ .qty_ span:first-of-type{
	display: inline-block;
	padding-top: 14px;
  margin-right: 3px;
	font-weight: bold;
}
.goodsinfo_box_detail_ .goodsinfo_detail_ .qty_ .qty_select_,
.goodsinfo_box_detail_ .goodsinfo_detail_ .option_qty_,
.goodsinfo_box_detail_ .goodsinfo_detail_ .qty_ input[name^="qty"]{
  vertical-align: middle;
}
.goodsinfo_detail_ .goods_change_ {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: calc(100% - 525px);
}
.goodsinfo_box_detail_ .goodsinfo_detail_ .qty_ + .glay_button_ {
	float: right;
}
.salesperiod{
	margin-top: 20px;
}
.goodsinfo_box_ + .goods_delivery_ {
  padding: 25px 50px;
	border: 1px solid #ccc;
	border-radius: 0 0 4px 4px;
	margin: 0 0 50px;
	overflow: hidden;
}
.goodsinfo_box_ + .goods_delivery_method_ {
	padding: 25px 50px;
	border: 1px solid #ccc;
	border-radius: 0 0 4px 4px;
	overflow: hidden;
}
.goods_delivery_method_ + .goods_delivery_ {
	padding: 25px 50px;
	border: 1px solid #ccc;
	border-top: none;
	border-radius: 0 0 4px 4px;
	margin: 0 0 50px;
	overflow: hidden;
}
.goods_delivery_method_ .block_title_{
	padding-top: 14px;
	margin-right: 3px;
	font-size: 14px;
	font-weight: bold;
}
.goods_delivery_ .block_title_{
	padding-top: 14px;
	margin-right: 3px;
	font-size: 14px;
	font-weight: bold;
}
.goods_delivery_method_ + .goods_delivery_ span:nth-child(1),
.goods_delivery_method_ + .goods_delivery_ span:nth-child(2) {
	font-weight: bold;
}
.goods_delivery_method_ + .goods_delivery_ span:first-child {
	margin-right: 40px;
}
.goods_delivery_method_ + .goods_delivery_ select {
	min-width: 185px;
	height: 30px;
	background: url(../img/usr/common/header/icon_arrow2.png) no-repeat right 10px center;
	font-weight: normal;
}

form#frmSales .goodsinfo_box_ + .goods_delivery_ {
	padding: 25px 50px 25px 180px;
}
.goodsinfo_box_ + .goods_delivery_ .inner_ {
	float: right;
	text-align: right;
}
.goodsinfo_box_ + .goods_delivery_method_ .inner_ {
	float: right;
	text-align: right;
	width:260px;
}
.goodsinfo_box_ + .goods_delivery_method_ .inner_ label {
	margin: 3px 10px 0px 0px;
}
.goodsinfo_box_ + .goods_delivery_method_ .inner_ dt {
	width: 160px;
	margin-bottom:6px;
	text-align:left;
}
.goodsinfo_box_ + .goods_delivery_method_ img.about_delivery_method {
	width: 14px;
	height: 14px;
	margin-right:20px;
	margin-top:10px;
	float:right;
}

.goods_delivery_method_ + .goods_delivery_ .inner_ {
	float: right;
	text-align: right;
}

.goods_delivery_method_ dt {
	float:left;
}

.goods_delivery_method_ dd {
	margin-left:180px;
	text-align:left;
	padding-top: 10px;
	padding-bottom: 12px;
}

.goods_delivery_method_ + .goods_delivery_ span.small_ {
	display: block;
	color: #757575;
	text-align: right;
	font-size: 10px;
	margin: 5px 0 0;
}

.goodsinfo_box_ + .goods_delivery_ .consignor_ {
	font-size: 14px;
}
form#frmSales .goodsinfo_box_ + .goods_delivery_ .consignor_ {
	margin: 0 0 15px;
}
.goodsinfo_box_ + .goods_delivery_ select {
	min-width: 185px;
	height: 30px;
	background: url(../img/usr/common/header/icon_arrow2.png) no-repeat right 10px center;
	font-weight: normal;
}
.goodsinfo_box_ + .goods_delivery_ span:first-child {
	margin-right: 40px;
}
.goodsinfo_box_ + .goods_delivery_ span:nth-child(1),
.goodsinfo_box_ + .goods_delivery_ span:nth-child(2) {
	font-weight: bold;
}
.goodsinfo_box_ + .goods_delivery_ span:nth-child(1) span,
.goodsinfo_box_ + .goods_delivery_ span:nth-child(2) span {
	font-weight: normal;
	margin-right: 0;
}
.goodsinfo_box_ + .goods_delivery_ span.small_{
	display: block;
  color: #757575;
	text-align: right;
	font-size: 10px;
	margin: 5px 0 0;
}
.order_gift_.col1_ .delivery_dest_ .goods_delivery_ span.small_{
	font-size: 12px;
}
form#frmSales .goodsinfo_box_ + .goods_delivery_ span.small_{
	margin-top: 10px;
}
.order_gift_ .delivery_detail_ .goodsinfo_detail_ .goods_delivery_ span.small_:last-child{
  margin: 0;
}
.goodsinfo_box_detail_noshi_{
  margin-top: 20px;
  border-bottom: 1px solid #E7E7E7;
}
.goodsinfo_box_detail_noshi_ > li {
	display: flex;
}
.goodsinfo_box_detail_noshi_ dl{
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
.goodsinfo_box_detail_noshi_ dl.goods_remarks_ {
	margin-bottom: 10px;
	line-height: 30px;
}
.goodsinfo_box_detail_noshi_ dl.goods_remarks_ label {
	line-height: 24px;
}
.goodsinfo_box_detail_noshi_ dt{
  width: 140px;
  display: block;
  font-size: 14px;
}
.goodsinfo_box_detail_noshi_ .goods_noshi_{
  justify-content: space-between;
  margin-bottom: 20px;
}
.destgoodslist_ .dest_goods_{
  margin-bottom: 10px;
}
.destgoodslist_ .dest_goods_:last-of-type{
  margin-bottom: 0;
}
.destgoodslist_ .goods_change_ .qty_{
	display: block;
  font-size: 14px;
	width: auto;
}
.destgoodslist_ .goods_change_ .qty_ span{
  margin-left: 10px;
	padding-top: 0;
}
.destgoodslist_ .goodsinfo_box_detail_noshi_ .goods_delivery_{
  padding-bottom: 15px;
  border-bottom: 1px solid #ccc;
}
.destgoodslist_ .goodsinfo_box_detail_noshi_ .goods_noshi_{
  display: block;
  width: calc(100% - 70px);
}
.destgoodslist_ .goodsinfo_box_detail_noshi_ .goods_noshi_ dt {
	width: auto;
  margin-bottom: 15px;
	font-weight: bold;
}
.destgoodslist_ .goodsinfo_box_detail_noshi_ .goods_noshi_ dd {
	font-size: 14px;
}
.destgoodslist_ .goodsinfo_box_detail_noshi_ .goods_noshi_button_ a {
  display: inline-block;
}
.destgoodslist_ .goodsinfo_box_detail_noshi_ .goods_delivery_ dd span.small_ {
	font-size: 11px;
}
.goods_noshi_ .noshi_config_ li{
  margin-bottom: 5px;
}
.goods_noshi_ .noshi_config_ span:first-of-type{
  display: inline-block;
  width: 130px;
}
.goods_noshi_ .noshi_config_ li div{
  width: 100%;
  word-break: break-word;
}
.destgoodslist_ .goodsinfo_box_detail_noshi_ .goods_delivery_ dd:first-of-type ul li{
	font-size: 14px;
}
.goods_remarks_ dd{
  width: 580px;
}
.goods_remarks_ dd textarea{
	position: static;
  width: 552px;
}
[class^="order_"] .goodsinfo_box_ .btns_,
[class^="order_"] .noshi_box_ .btns_ {
	width: 60px;
    padding-bottom: 0;
	vertical-align: middle;
}
[class^="order_"] .goodsinfo_box_ .btns_ input{
	display: block;
	margin-bottom: 5px;
}
[class^="order_"] .goodsinfo_box_ th,
[class^="order_"] .goodsinfo_box_ td{
	border: 1px solid #ddd;
	padding: 10px;
}
[class^="order_"] .goodsinfo_box_ td.goods_price_,
[class^="order_"] .goodsinfo_box_ td.goods_count_,
[class^="order_"] .goodsinfo_box_ td.goods_total_,
[class^="order_"] .goodsinfo_box_ td.goods_wrap_{
    text-align: center;
}
[class^="order_"] .goodsinfo_box_ th{
	background: #FCFCFC;
	font-weight: bold;
}
[class^="order_"] .noshi_box_{
	width: 100%;
}

[class^="order_"] .goodsinfo_box_ td table td{
	 border-style: none;
}

[class^="order_"] .noshi_box_ th,
[class^="order_"] .noshi_box_ td{
	border: 1px solid #ddd;
	padding: 10px;
}
[class^="order_"] .noshi_box_ th{
	background: #FCFCFC;
	font-weight: bold;
}
[class^="order_"] .select_dest_goods_box_{
	margin: 10px;
	background: #FFF;
	padding: 10px 10px 10px 10px;
}
[class^="order_"] .select_dest_goods_box_ .btn_add_goods_{
	margin-bottom: 10px;
}
[class^="order_"] .select_dest_goods_box_ .add_goods_list_ table{
	width: 100%;
}
[class^="order_"] .select_dest_goods_box_ .add_goods_list_ td{
	padding: 7px 10px 0 0;
}
[class^="order_"] .select_dest_goods_box_ .add_goods_list_ td.goods_name_{
	width: 600px;
}
[class^="order_"] .select_dest_goods_box_ .add_goods_list_ td.qty_{
	text-align: right;
}
[class^="order_"] .select_dest_goods_box_ .add_goods_list_ td.qty_ input{
	padding: 5px;
	width: 3em;
	text-align: right;
}
[class^="order_"] .select_dest_goods_box_ .btn_add_checked_goods_{
	text-align: center;
	padding: 15px 15px 0;
}
[class^="order_"] .noshi_box_noselect_{
	width: 100%;
}
[class^="order_"] .noshi_box_noselect_ th{
	padding: 15px 0 10px;
	text-align: center;
}
[class^="order_"] .noshi_box_noselect_ td{
	padding: 5px 10px 15px 10px;
	text-align: center;
}
[class^="order_"] #method_date table {
	width: 100%;
	border-top: #E3E1D1 1px solid;
	border-bottom: #E3E1D1 1px solid;
	border-collapse: collapse;
	background: white;
	font-size: 12px;
}
[class^="order_"] #method_date table th {
	width: 120px;
	padding: 15px;
	border-top: #E3E1D1 1px solid;
	border-bottom: #E3E1D1 1px solid;
	border-collapse: collapse;
}
[class^="order_"] #method_date table td {
	padding: 15px 0;
	border-top: #E3E1D1 1px solid;
	border-bottom: #E3E1D1 1px solid;
	border-collapse: collapse;
}
[class^="order_"] #method_date table li {
	padding: 5px 0;
}
#method_pay{
  padding-bottom: 30px;
}
#method_pay .method_box_content_{
	line-height: 2;
  padding: 0;
	margin: 0 0 20px;
}
#method_pay .method_box_content_ .text_{
  font-size: 14px;
}
#method_pay .method_box_content_ .postoffice_qa1{
  font-size: 14px;
  margin-bottom: 10px;
}
#method_pay .method_box_content_ .postoffice_qa2{
  font-size: 14px;
}
#method_pay .method_box_content_ .postoffice_qa3{
  font-size: 14px;
}
#method_pay .method_box_content_ .postoffice_qa3:first-of-type{
  font-size: 14px;
  margin-bottom:5px;
}
#method_pay .method_box_content_ .post_office_notice_{
  line-height: 1.5;
  margin-top: 24px;
}
#method_pay .method_box_content_ .post_office_notice_ .notice_radio_{
  padding: 10px 0px 10px 0px;
}
#method_pay .postoffice_thanks{
  font-size: 14px;
}
#method_pay .method_box_content_ span{
  font-size: 12px;
  color: #757575;
  display: block;
}
#method_pay .method_box_content_ span.efo-error_{
	color: #d10000;
	font-size: 16px;
}
#method_pay .method_box_content_ span.icon_required_{
  display: inline-block;
  background: #f5f5f5;
  border-radius: 3px;
  color: #d10000;
  font-size: 10px;
  font-weight: normal;
  padding: 0 6px;
  margin-right: 5px;
  vertical-align: middle;
}

#method_pay .post_office_inner_{
  margin-left: 0;
}
#method_pay .post_office_inner_ p.post_search_{
  font-size: 14px;
}
#method_pay .dest_search span{
	line-height: 1.8;
}
#method_pay + .common_headline2_{
  background: #dedede;
  padding-left: 14px;
}
#method_pay .employee_ h3{
  font-size: 22px;
  font-weight: bold;
  padding: 14px 0 12px;
  border-bottom: 2px solid #ccc;
  background: none;
}
#method_pay .caution_jpbank_ {
	margin: 10px 0 0;
}
#jpbaknentry_link{
  display: none;
  margin-top: 10px;
}
#jpbaknentry_link .txt_{
  font-size: 12px;
  color: #757575;
}
#jpbaknentry_link .btn_{
  height: 55px;
  text-align: center;
  margin-top: 20px;
}
#jpbaknentry_link .yellow_button_{
  display: inline-block;
  padding: 19px 20px;
}
#method_coupon h3{
  margin-bottom: 20px;
}
#method_coupon .glay_button_{
  padding: 10px 20px;
  vertical-align: middle;
}
#method_coupon input[type="text"]{
  padding: 11px 14px;
}
[class^="order_"] .alertbox_{
	padding: 20px;
}
[class^="order_"] .alertbox_ h2{
	font-weight: bold;
	font-size: 14px;
	margin-bottom: 10px;
	text-align: center;
	color: #F00;
}
[class^="order_"] .alertbox_ p{
	text-align: center;
	color: #F00;
	padding: 3px;
}
[class^="order_"] .alertbox_ p a{
	color: #F00;
	text-decoration: underline;
}
/* --------------------------------------------------------------------
	ギフト注文 のし・ラッピング設定画面
-------------------------------------------------------------------- */
.order_gift_ .noshi_ a{
  color: #0083D5;
}
.order_gift_ .noshi_ .check_sample_{
  color: #0083D5;
	margin-left: 10px;
}
.order_gift_ .noshi_ input{
  width: 320px;
}
.order_gift_ .noshi_ input[name="wrapping_text"],
.order_gift_ .noshi_ input[name="wrapping_name_text"]{
	display: none;
}
.order_gift_ .noshi_ select[name="message_card"]{
  width: 350px;
}
.order_gift_ .noshi_ h2.common_headline2_{
  background: #dedede url(../img/usr/icon/delivery-truck3.png) 20px center no-repeat;
  background-size: 24px;
}
.order_gift_ .noshi_ h4{
  font-size: 22px;
  font-weight: bold;
  padding-bottom: 10px;
  border-bottom: 2px solid #ccc;
}
.order_gift_ .noshi_ address{
  margin-bottom: 45px;
  font-size: 14px;
  line-height: 1.4;
}
.order_gift_ .noshi_ span strong{
  display: inline-block;
  margin-bottom: 10px;
  font-size: 14px;
}
.order_gift_ .noshi_ .formdetail_ th .icon_required_ + span{
  display: inline-block;
  vertical-align: top;
  line-height: 1.8;
}
[class^="order_"] .section_ {
	margin-bottom: 30px;
	background: #FCFCFC;
}
[class^="order_"] .section_ label {
	padding: 0;
}
[class^="order_"] .section_ h3{
	margin: 0 0 10px 0;
	padding: 5px 10px;
	font-size: 14px;
	font-weight: bold;
	background: #F0F0F0;
}
[class^="order_"] .section_ ul{
	overflow: hidden;
	padding: 10px 20px;
}
[class^="order_"] .section_ ul li{
	float: left;
}
[class^="order_"] .section_ ul li label{
	display: block;
	margin-right: 20px;
	text-align: center;
}
[class^="order_"] .section_ ul li label img{
	display: block;
	margin-bottom: 10px;
}
[class^="order_"] .section_ .noshi_area_ .noshi_area_wrap_ .need_noshi_area_{
	margin-bottom: 30px;
}
[class^="order_"] .section_ .noshi_area_ .noshi_area_wrap_ .need_noshi_area_ ul{
	overflow: hidden;
}
[class^="order_"] .section_ .noshi_area_ .noshi_area_wrap_ .need_noshi_area_ ul li{
	float: left;
}
[class^="order_"] .section_ .div_area_ {
	margin-bottom: 30px;
}
[class^="order_"] .section_ .thum_box_wrapper_{
	overflow: hidden;
}
[class^="order_"] .section_ .thum_box_ {
	float: left;
	width: 480px;
	padding: 10px 0 10px 20px;
}
[class^="order_"] .section_ .thum_info_ {
	float: right;
	width: 310px;
	padding: 10px 20px 0 0;
}
[class^="order_"] .section_ .thum_info_ .price_{
	padding: 10px 0;
}
[class^="order_"] .section_ .thum_line_ {
	overflow: hidden;
	margin-bottom: 20px;
}
[class^="order_"] .section_ .thum_item_ {
	float: left;
	width: 150px;
	text-align: center;
	margin-right: 10px;
}
[class^="order_"] .section_ .thum_item_ label{
	display: block;
}
[class^="order_"] .section_ .thum_item_ img{
	display: block;
	margin-bottom: 10px;
	width: 150px;
	height: 150px;
}
[class^="order_"] .section_ .thum_item_ span.price_{
	display: block;
	margin-bottom: 10px;
	padding: 5px;
}
[class^="order_"] .section_ .thum_item_ span.thum_info_text_{
	display: none;
}
[class^="order_"] .section_ .free_input_{
	padding: 0 10px 10px 10px;
	margin: 0 10px 30px;
}
[class^="order_"] .section_ .free_input_ input{
	padding: 5px;
}
[class^="order_"] .section_ .divnameprint {
	margin-bottom: 30px;
}
[class^="order_"] .section_ .divnameprint .disabled_ {
	background-color:#DEDEDE;
}

[class^="order_"] .section_ .input_detail_ {
	margin: 0 20px 30px;
}
[class^="order_"] .section_ .input_detail_ td {
	padding: 5px;
}
[class^="order_"] .section_ .input_detail_ td input {
	padding: 5px;
}

a.btn_search {
    padding: 1px 3px 1px 3px;
    color: #000;
    width: 100px;
    text-align: center;
    text-decoration: none;
    background: #EFEBEF;
    border: 1px outset;
}
a.btn_search:active {
    border: 3px inset;
}
a.btn_map {
    padding: 1px 3px 1px 3px;
    color: #0083D5;
    width: 100px;
    text-align: center;
    text-decoration: none;
}
/* --------------------------------------------------------------------
	完了画面
-------------------------------------------------------------------- */
.caution_txt_{
  color: #D10000;
  font-size: 16px;
  line-height: 1.6;
}
.order_end_top_comment_{
  font-size: 14px;
}
.order_end_top_comment_ .caution_txt_{
  display: block;
}
.order_end_top_comment_ p{
  margin-bottom: 30px;
}
#order_id{
  width: 400px;
  padding: 20px 0 30px;
  margin: 0 auto 30px;
  text-align: center;
  border: 1px solid #222;
}
#order_id dt{
  margin-bottom: 10px;
}
#order_id dd{
  font-size: 20px;
  font-weight: bold;
}
.drugstore_pay_{
  text-align: center;
  margin-bottom: 30px;
}
.order_ .drugstore_pay_ a{
  display: inline-block;
  padding: 19px 20px;
}
#order_guest h2{
  font-size: 18px;
  font-weight: bold;
  background: #dedede;
  background-size: 21px;
  border: none;
  padding: 14px 0 14px 14px;
  margin-bottom: 20px;
  line-height: 1;
}
#order_guest p{
  font-size: 114%;
  margin-bottom: 50px;
}
#order_guest ul{
  display: flex;
  justify-content: center;
  align-items: center;
}
#order_guest li{
  width: 315px;
  margin-right: 20px;
}
#order_guest li a{
  display: inline-block;
  width: 275px;
  padding: 19px 20px;
}
#order_guest li:last-child{
  margin-right: 0;
}
.rules_comment_{
  margin-bottom: 50px;
}
.rules_comment_ .error_{
  line-height: 1.8;
}

#order_guest {
	margin: 0 0 80px;
}

/* ご注文内容の確認 */
.method_regular_ {
  margin-bottom: 20px;
  padding: 25px 19px 5px;
  border-radius: 4px;
  border: 1px solid #E7E7E7;
	font-size: 14px;
}
div.method_regular_ h2.common_headline2_{
	background: none;
	padding: 0;
}
.method_regular_ h3 {
	font-size: 16px;
	line-height: 1;
	font-weight: bold;
	padding: 15px 0 10px;
	margin-bottom: 2px;
  border-top: 1px solid #E7E7E7;
}
.method_regular_ address {
	margin: 5px 0 17px;
	font-size: 14px;
	line-height: 1.5;
}
.method_regular_ address strong {
	display: block;
	margin: 0 0 7px;
  font-size: 16px;
  font-weight: normal;
}
.method_regular_ table {
	width: 100%;
	box-sizing: border-box;
	line-height: 2.0;
	margin: 0 0 10px;
}
.method_regular_ table tr {
}
.method_regular_ table tr th,
.method_regular_ table tr td {
	padding: 2px 0;
  vertical-align: top;
}
.method_regular_ table tr th {
	font-weight: normal;
	width: 155px;
	vertical-align: top;
}
.method_regular_ table tr td:nth-child(3) {
	text-align: right;
	width: 60px;
}
.method_regular_ table tr td a {
	display: block;
	color: #222;
	border: 1px solid #ccc;
	border-radius: 4px;
	background: -webkit-linear-gradient(top, #ffffff 0%,#ededed 100%);
	background: linear-gradient(to bottom, #ffffff 0%,#ededed 100%);
	text-align: center;
	width: 60px;
	box-sizing: border-box;
	padding: 11px 9px;
	text-decoration: none;
}
.method_regular_ table tr td table {
	margin: 0;
}
.method_regular_ table tr td table tr {
	border: none;
}
.method_regular_ table tr td table tr th {
	font-weight: normal;
}
.method_regular_ table tr td table tr th,
.method_regular_ table tr td table tr td {
	padding: 0;
}
.method_regular_ table tr td table tr.total_ th span {
	font-weight: bold;
}
.method_regular_ table tr td table tr.total_ td {
	color: #d10000;
	font-weight: bold;
}
.method_regular_ .textarea_ {
	padding: 16px 8px;
	border-top: 1px solid #E7E7E7;
	color: #222;
	font-size: 12px;
	line-height: 1.5;
}
.method_regular_ .textarea_ .ttl_ {
}
.method_regular_ .textarea_ p {
}
.method_regular_ + .method_payment_ .submit-bottom_ {
	margin-bottom: 20px;
}
.method_regular_ + .method_payment_ .submit_txt_ {
	margin-bottom: 2px;
	line-height: 20px;
}
.method_regular_ + .method_payment_ .submit_txt_red_ {
	margin-bottom: 30px;
}
.regular_submit_txt_ .submit_txt_ {
	margin-bottom: 10px;
	line-height: 20px;
}
.regular_submit_txt_ .submit_txt_red_ {
  color: #D10000;
  font-weight: bold;
  margin-bottom: 30px;
}
.regular_submit_txt_ {
  padding: 0 150px 0;
  text-indent: -1em;
}
.submit-bottom_  input[name="delete.x"] {
	float: right;
	background: transparent;
	border: none;
	margin: 0 0 10px;
	color: #0083D5;
	cursor: pointer;
}
.method_salesappend_.extension_{
	border: none;
}
.method_salesappend_.extension_ table th,
.method_salesappend_.extension_ table td {
	display: block;
	border: none;
	padding: 0;
}
.method_salesappend_.extension_ table th {
	margin: 0 0 8px;
}
.method_salesappend_.extension_ table td {
	font-size: 14px;
	margin: 0 0 20px;
}

.order_gift_ table[name="senderdata"] tr#sender_zip td > p:first-child,
.order_gift_ table.formdetail_ tr#host_addr td > p:first-child {
	display: flex;
	align-items: center;
	margin: 0 0 3px;
}
.order_gift_ table[name="senderdata"] tr#sender_zip td p span.checktype_zip,
.order_gift_ table.formdetail_ tr#host_addr td p span.checktype_zip {
	margin: 0 0 0 10px;
}
.order_gift_ table[name="senderdata"] tr#sender_zip td p span.checktype_zip input,
.order_gift_ table.formdetail_ tr#host_addr td p span.checktype_zip input {
	max-width: 285px;
	padding: 0;
	margin: 0;
}
.order_gift_ table[name="senderdata"] tr#sender_zip td > span input,
.order_gift_ table[name="senderdata"] tr#sender_tel td > span input,
.order_gift_ .method_sender_ table.formdetail_ td input,
.order_gift_ table.custdest_ td input {
	margin-top: 0;
	margin-bottom: 5px;
}
.order_gift_ table[name="senderdata"] tr#sender_zip td > span:last-child input,
.order_gift_ table[name="senderdata"] tr#sender_tel td > span:last-child input,
.order_gift_ .method_sender_ table.formdetail_ td span:last-child input,
.order_gift_ table.custdest_ td span:last-child input {
	margin-bottom: 0;
}
.order_gift_ form#frmCustdest table.custdest_ td input[name="name"],
.order_gift_ form#frmCustdest table.custdest_ td input[name="kana"] {
	width: 383px;
}

.order_gift_ table.formdetail_.custdest_ p.caution_address_ {
	color: #757575;
	font-size: 12px;
	margin: 5px 0 0;
}

/* 入力チェックアイコン */
.order-h_ img[src$="input_ok01.gif"],
.order-h_ img[src$="input_error01.gif"],
.custdest_ img[src$="input_ok01.gif"],
.custdest_ img[src$="input_error01.gif"] {
	width: 30px;
	height: 30px;
	margin-left: 5px;
}
.order-h_ tr#sender_zip td,
.order-h_ tr#host_addr td,
.order-h_ tr#sender_addr td,
.custdest_ tr#host_addr td {
	overflow: hidden;
}
.order-h_ tr#sender_zip td span,
.order-h_ tr#host_addr td span,
.order-h_ tr#sender_addr td span,
.custdest_ tr#host_addr td span,
.custdest_ tr#host_addr2 td span,
.custdest_ tr#host_comp td span {
	float: left;
	clear: both;
}
.order-h_ tr#sender_zip td img[src$="input_ok01.gif"],
.order-h_ tr#sender_zip td img[src$="input_error01.gif"],
.order-h_ tr#host_addr td img[src$="input_ok01.gif"],
.order-h_ tr#host_addr td img[src$="input_error01.gif"],
.order-h_ tr#sender_addr td img[src$="input_ok01.gif"],
.order-h_ tr#sender_addr td img[src$="input_error01.gif"],
.custdest_ tr#host_addr td img[src$="input_ok01.gif"],
.custdest_ tr#host_addr td img[src$="input_error01.gif"] {
	float: left;
	padding-top: 12px;
}

/* balloon */
.balloons {
	background-color: rgb(209, 0, 0) !important;
	opacity: 1 !important;
}
.balloons > div {
	border-color: rgb(209, 0, 0) transparent transparent !important;
}

.order_gift_ form#noshisettingfrm .noshi_ table.formdetail_  td {
	width: 748px;
}
.all_total_ {
	border-top: 1px solid #E7E7E7;
}
.all_total_>th,
.all_total_>td {
	padding-top:10px !important;
}
a.new_tab_link_ {
	color:#0083D5;
}
/* --------------------------------------------------------------------
	のし一括設定対応
-------------------------------------------------------------------- */
.content_dest_ .sender_info_ .address_wrap_ {
	display: flex;
	align-items: center;
}
.content_dest_ .select_list_ {
	margin-left: 30px;
}
.content_dest_ .select_list_ a {
	display: block;
}
.content_option_ .noshi_area_ {
	text-align: right;
}
.content_option_ .submit-top_ + .noshi_area_ {
	margin: 50px 0 15px;
}
.content_option_ .address_item_ .noshi_area_ {
	margin-top: 10px;
}
.content_option_ .noshi_area_ .about_ {
	text-align: right;
	margin: 15px 0 0;
}
.content_option_ .noshi_area_ .about_ p {
	display: inline-block;
	color: #0072B9;
	font-size: 14px;
	padding: 2px 0 2px 25px;
	background: url(../img/icon/icon_info.png) no-repeat left center / 18px;
	cursor: pointer;
}
.content_option_ .noshi_area_ a {
	display: inline-block;
	width: 225px;
	padding: 13px 10px;
	font-size: 14px;
}
.content_option_ .noshi_area_ a:hover {
	text-decoration: none;
}
.content_noshi_ #noshisettingfrm table.formdetail_ tr.disabled_ th,
.content_noshi_ #noshisettingfrm table.formdetail_ tr.disabled_ td {
	position: relative;
	padding-bottom: 35px;
}
.content_noshi_ #noshisettingfrm table.formdetail_ tr.disabled_ th:before,
.content_noshi_ #noshisettingfrm table.formdetail_ tr.disabled_ td:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, .6);
	z-index: 10;
}
.content_noshi_ #noshisettingfrm table.formdetail_ tr.disabled_ td p {
	position: absolute;
	z-index: 10;
	left: -178px;
	bottom: 10px;
	color: #d10000;
	font-size: 14px;
}
.content_noshi_ form#noshisettingfrm .noshi_ div > p {
	font-size: 14px;
	line-height: 21px;
	border-bottom: 2px solid #ccc;
	padding: 0 0 15px;
}
.content_option_ .address_item_ {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.content_option_ .address_item_ address + .glay_button_ {
	margin: 20px 0 0;
}

/* modal */
.noshi_area_ .modal_wrapper_ {
	display: none;
}
.noshi_area_ .noshi_modal_ {
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 1;
}
.noshi_area_ .bg_modal_ {
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	z-index: 10;
	/*background: rgba(117, 117, 117, 0.9);*/
	background: rgba(0, 0, 0, 0.5);
}
.noshi_area_ .contents_ {
	position: relative;
	width: 720px;
	z-index: 11;
	background: #fff;
	text-align: left;
}
.noshi_area_ .contents_ .ttl_ {
	position: relative;
	background: #DEDEDE;
	padding: 16px 15px 14px;
	font-size: 18px;
	font-weight: bold;
}
.noshi_area_ .contents_ .close_ {
	position: absolute;
	top: 0;
	right: 0;
	text-indent: -9999px;
	white-space: nowrap;
	overflow: hidden;
	width: 46px;
	height: 46px;
	cursor: pointer;
}
.noshi_area_ .contents_ .close_:before,
.noshi_area_ .contents_ .close_:after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	margin: auto;
	width: 20px;
	height: 2px;
	background: #fff;
}
.noshi_area_ .contents_ .close_:before {
	transform: rotate(45deg);
}
.noshi_area_ .contents_ .close_:after {
	transform: rotate(-45deg);
}
.noshi_area_ .contents_ .inner_ {
	padding: 40px 30px;
}
.noshi_area_ .contents_ .inner_ p {
	font-size: 16px;
	line-height: 21px;
	margin: 0 0 5px;
}
.noshi_area_ .contents_ .inner_ .caution_ {
	font-size: 14px;
	line-height: 18px;
}
/* --------------------------------------------------------------------
	注文確認画面　Apple Pay
-------------------------------------------------------------------- */
@supports (-webkit-appearance: -apple-pay-button) {
	#apple-pay-button-disp2 {
		margin-left: 30px;
	}
    .apple-pay-button-with-text {
		display: inline-block;
		-webkit-appearance: -apple-pay-button;
        -apple-pay-button-type: buy;
        width: 315px;
        height: 54px;
	}
    .apple-pay-button-with-text > * {
        display: none;
    }
    .apple-pay-button-black-with-text {
		-apple-pay-button-style: black;
	}
    .apple-pay-button-white-with-text {
		-apple-pay-button-style: white;
	}
    .apple-pay-button-white-with-line-with-text {
		-apple-pay-button-style: white-outline;
	}
}

@supports not (-webkit-appearance: -apple-pay-button) {
	#apple-pay-button-disp2 {
		margin-left: 30px;
	}
    .apple-pay-button-with-text {
        --apple-pay-scale: 1; /* (height / 32) */
        display: inline-flex;
        justify-content: center;
        font-size: 12px;
		border-radius: 5px;
		padding: 0px;
		box-sizing: border-box;
        min-width: 200px;
        min-height: 32px;
        max-height: 64px;
        width: 315px;
        height: 54px;
	}
    .apple-pay-button-black-with-text {
        background-color: black;
        color: white;
    }
    .apple-pay-button-white-with-text {
        background-color: white;
        color: black;
    }
    .apple-pay-button-white-with-line-with-text {
        background-color: white;
        color: black;
        border: .5px solid black;
    }
    .apple-pay-button-with-text.apple-pay-button-black-with-text > .logo {
		background-image: -webkit-named-image(apple-pay-logo-white);
		background-color: black;
	}
    .apple-pay-button-with-text.apple-pay-button-white-with-text > .logo {
		background-image: -webkit-named-image(apple-pay-logo-black);
		background-color: white;
	}
    .apple-pay-button-with-text.apple-pay-button-white-with-line-with-text > .logo {
		background-image: -webkit-named-image(apple-pay-logo-black);
		background-color: white;
	}
    .apple-pay-button-with-text > .text {
        font-family: -apple-system;
        font-size: calc(1em * var(--apple-pay-scale));
        font-weight: 300;
        align-self: center;
        margin-right: calc(2px * var(--apple-pay-scale));
    }
    .apple-pay-button-with-text > .logo {
        width: calc(35px * var(--scale));
        height: 100%;
        background-size: 100% 60%;
        background-repeat: no-repeat;
        background-position: 0 50%;
        margin-left: calc(2px * var(--apple-pay-scale));
        border: none;
    }
}

/* --------------------------------------------------------------------
	Button hover & Back
-------------------------------------------------------------------- */
.cartlist_ [class$="button_"],
.cartlist_ .submit_ a,
.cartlist_ .faq_link_ a,
#SearchPostOffice,
.order-h_ a[class$="button_"],
.order-h_ input { transition: 0.2s;}
.cartlist_ [class$="button_"]:hover,
.cartlist_ .submit_ a:hover,
.cartlist_ .faq_link_ a:hover,
#SearchPostOffice:hover,
.order-h_ a[class$="button_"]:hover,
.order-h_ input:hover { opacity: 0.7;}
.shopping_link_ a.page_back_ { margin-left: 60px;}
.estimate_right_col_ .page_back_button_ { margin-top: 10px; text-align: center;}
.estimate_right_col_ .page_back_button_ a { text-decoration: none; font-size: 14px; color: #0072B9;}
.estimate_right_col_ .page_back_button_ a:hover { text-decoration: underline;}
#ResetTextArea,
.order-h_ a[class$="button_"],
.order-h_ input { transition: 0.2s;}
.cartlist_ [class$="button_"]:hover,
.cartlist_ .submit_ a:hover,
.cartlist_ .faq_link_ a:hover,
#ResetTextArea:hover,
.order-h_ a[class$="button_"]:hover,
.order-h_ input:hover { opacity: 0.7;}
.shopping_link_ a.page_back_ { margin-left: 60px;}
.estimate_right_col_ .page_back_button_ { margin-top: 10px; text-align: center;}
.estimate_right_col_ .page_back_button_ a { text-decoration: none; font-size: 14px; color: #0072B9;}
.estimate_right_col_ .page_back_button_ a:hover { text-decoration: underline;}

.address_title_ .address_change_ input.glay_button_ {
	background: #fff;
	border: 1px solid #222;
	border-radius: 3px;
	font-size: 15px;
}
#method_pay .method_box_content_ span.icon_required_ {
	display: inline-block;
	background: #FFF;
	color: #C00;
	font-size: 10px;
	font-weight: normal;
	vertical-align: middle;
  line-height: 1;
  border: 1px solid #C00;
  border-radius: 2px;
	width: 30px;
  text-align: center;
  box-sizing: border-box;
  padding: 3px 0;
  margin: 0 10px 0 0;
}

.destgoodslist_ .goodsinfo_box_detail_noshi_ .goods_noshi_button_ a.glay_button_ {
	min-width: 70px;
	padding: 13px 10px;
}

/* --------------------------------------------------------------------
	注文確認画面 メッセージカード
-------------------------------------------------------------------- */
.estimete_giftcard_frame_ {
  padding: 30px;
  margin: 0 0 50px;
  border: 1px solid #E2E2E2;
  border-radius: 3px;
}
.estimete_giftcard_title_ {
  font-size: 18px;
  font-weight: bold;
  margin: 0 0 20px;
}
.estimete_giftcard_length_ {
  display: flex;
  align-items: center;
  font-size: 15px;
  margin: 0 0 20px;
}
.estimete_giftcard_length_ dd {
  font-weight: bold;
  margin: 0 0 0 30px;
}
.estimete_giftcard_sample_ {
  width: 315px;
  border: 1px solid #E2E2E2;
  border-radius: 10px;
  padding: 27px 27px 30px;
  margin: 0 auto;
}
.estimete_giftcard_img_ {
  margin: 0 0 15px;
}
.estimete_giftcard_img_ img {
  max-width: 100%;
}
.estimete_giftcard_message_ {
  font-size: 13px;
  line-height: 2.15;
  word-wrap: break-word;
}
.estimete_giftcard_giver_ {
  font-size: 16px;
  font-weight: bold;
  border-top: 2px dotted #E2E2E2;
  border-bottom: 2px dotted #E2E2E2;
  text-align: right;
  margin: 20px 0 0;
  padding: 15px 0;
}
a.estimete_giftcard_change_ {
  display: block;
  width: 250px;
  margin: 25px auto 0;
  padding: 13px 0;
  border: 1px solid #CCC;
  background: #F8F8F8;
  border-radius: 2px;
  color: #333;
  font-size: 13px;
  text-align: center;
  text-decoration: none;
}
a.estimete_giftcard_change_:hover {
  opacity: .8;
}

/* コンテンツ幅設定 */

div[class^="order_"] div.order_flow_,
div[class^="order_"] .submit-top_{
  /* width: 950px; */
  margin: 0 auto 35px;
}

/* h1タイトル */

div.order_.content_select_ .common_headline1_,
div.order_.content_estimate_ .common_headline1_,
.order-h_ div.order_gift_.content_dest_ .common_headline1_,
div.order_gift_.content_select_ .common_headline1_,
div.order_gift_.content_multiple_ .common_headline1_{
  font-size: 20px;
  padding-left: 35px;
  background: url(../img/usr/icon/delivery_addr.png);
  background-size: auto 27px;
  background-position: 0 50%;
  background-repeat: no-repeat;
  font-size: 20px;
  font-family: "ヒラギノ角ゴ ProN W6", "Hiragino Kaku Gothic ProN", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #404040;
}

/* h2タイトル */

div[class^="order_"] div.method_sender_ h2.common_headline2_{
  background-color: #fff;
  font-size: 18px;
  background-image: none;
  color: #404040;
}

div[class^="order_"] div.method_sender_ h2.common_headline2_ span{
  display: block;
  font-size: 14px;
  font-weight: normal;
  margin-top: 5px;
  margin-bottom: 2px;
}

/* 必須アイコン */

.order-h_ div.order_gift_.content_dest_ th span.icon_required_,div.order_.content_select_ th span.icon_required_,div.order_.content_estimate_ th span.icon_required_,div.order_gift_.content_select_ th span.icon_required_,div.order_gift_.content_multiple_ th span.icon_required_{
    width: 37px;
    line-height: 23px;
    padding: 0;
    margin-right: 13px;
    border: 1px solid #cc0000;
    border-radius: 4px;
    font-size: 14px;
    background-color: #fff;
    color: #cc0000;
    text-align: center;
    font-weight: normal;
  }

.order-h_ div.order_gift_.content_dest_ .post-office-search_ .icon_required_,div.order_.content_select_ .post-office-search_ .icon_required_,div.order_.content_estimate_ .post-office-search_ .icon_required_,div.order_gift_.content_select_ .post-office-search_ .icon_required_,div.order_gift_.content_multiple_ .post-office-search_ .icon_required_{
    width: 37px;
    line-height: 23px;
    padding: 0;
    margin-right: 13px;
    border: 1px solid #cc0000;
    border-radius: 4px;
    font-size: 14px;
    background-color: #fff;
    color: #cc0000;
    text-align: center;
    font-weight: normal;
  }

.order-h_ div.order_gift_.content_dest_ .content_select_ .icon_required_,div.order_.content_select_ .content_select_ .icon_required_,div.order_.content_estimate_ .content_select_ .icon_required_,div.order_gift_.content_select_ .content_select_ .icon_required_,div.order_gift_.content_multiple_ .content_select_ .icon_required_{
    width: 37px;
    line-height: 23px;
    padding: 0;
    margin-right: 13px;
    border: 1px solid #cc0000;
    border-radius: 4px;
    font-size: 14px;
    background-color: #fff;
    color: #cc0000;
    text-align: center;
    font-weight: normal;
  }

.order-h_ div.order_gift_.content_dest_ #method_pay .method_box_content_ span.icon_required_,div.order_.content_select_ #method_pay .method_box_content_ span.icon_required_,div.order_.content_estimate_ #method_pay .method_box_content_ span.icon_required_,div.order_gift_.content_select_ #method_pay .method_box_content_ span.icon_required_,div.order_gift_.content_multiple_ #method_pay .method_box_content_ span.icon_required_{
  width: 37px;
  line-height: 23px;
  padding: 0;
  margin-right: 13px;
  border: 1px solid #cc0000;
  border-radius: 4px;
  font-size: 14px;
  background-color: #fff;
  color: #cc0000;
  text-align: center;
  font-weight: normal;
}

div.order_gift_.content_select_ #method_pay span.icon_required_,
div.order_gift_.content_select_ .method_box_content_ span.icon_required_{
    display: inline-block;
    width: 37px;
    line-height: 23px;
    padding: 0;
    margin-right: 13px;
    border: 1px solid #cc0000;
    border-radius: 4px;
    font-size: 14px;
    background-color: #fff;
    color: #cc0000;
    text-align: center;
    font-weight: normal;
}

div[class^="order_"] .i-any_{
  display: block;
  text-align: center;
  box-sizing: border-box;
  padding: 2px 0;
  width: 37px;
  line-height: 23px;
  border: none;
  border-radius: 4px;
  font-size: 14px;
  background-color: #EFEFEF;
  color: #404040;
  font-weight: normal;
  margin-bottom: 10px;
  margin-top: 15px;
}

/* エラー表記 */

.order-h_ div.order_gift_.content_dest_ .error_,
div.order_.content_select_ .error_,
div.order_.content_estimate_ .error_,
div.order_gift_.content_select_ .error_,
div.order_gift_.content_multiple_ .error_{
  display: block;
  padding-left: 60px;
  padding-right: 40px;
  background: url(../img/usr/icon/delicery_attention.png);
  background-repeat: no-repeat;
  background-position: 35px 5px;
  font-size: 14px;
  padding-top: 0;
  padding-bottom: 0;
}
.order-h_ div.order_gift_.content_dest_ .error_{
  background-position: 35px 2px;
}

/* 戻る進むボタン */

div.order_.content_select_ .back_button_,
div.order_.content_estimate_ .back_button_,
.order-h_ div.order_gift_.content_dest_ .back_button_,
div.order_gift_.content_select_ .back_button_,
div.order_gift_.content_multiple_ .back_button_{
  width: 180px;
  line-height: 56px;
  padding: 0;
  border-radius: 28px;
  font-size: 17px;
  font-weight: bold;
  color: #404040;
}

div.order_.content_select_ .yellow_button_,
div.order_.content_estimate_ .yellow_button_,
.order-h_ div.order_gift_.content_dest_ .yellow_button_,
div.order_gift_.content_select_ .yellow_button_,
div.order_gift_.content_multiple_ .yellow_button_{
  width: 280px;
  line-height: 56px;
  padding: 0;
  border-radius: 28px;
  font-size: 17px;
  font-weight: bold;
  color: #404040;
}

[class^="order_"] .submit_ .back_button_ + input.yellow_button_,
[class^="order_"] .submit_ .back_button_ + noscript + input.yellow_button_{
  margin-left: 10px;
}

/* TOPへ戻る */

.shopping_link_{
  border: none;
  padding-top: 16px;
}

.shopping_link_ a{
  font-size: 16px;
  color: #1D3994;
  -webkit-text-decoration: underline;
  text-decoration: underline;
}

/* ヘッダーフロー画像 */

div[class^="order_"] div.order_flow_ img{
  width: 100%;
}

/* 贈り主・お届け先の設定 */

div[class^="order_"] div.method_sender_{
  background-color: #fff;
  padding-top: 35px;
  padding-bottom: 60px;
  margin: 0;
  text-align: left;
}

div[class^="order_"] div.method_sender_ .method_sender_inner{
  width: 700px;
  margin: 0 auto;
}

div[class^="order_"] div.method_sender_ .common_headline2_{
  width: 700px;
  margin: 0 auto;
  /* background-color: #f5f5f5 !important; */
  padding-left: 0;
}

div[class^="order_"] div.method_sender_ .sender_info_{
  background-color: #fff;
  border: 1px solid #dcdcdc;
  border-radius: 6px;
  padding: 30px 40px 22px;
  margin: 0;
  font-size: 15px;
  color:#404040;
}

[class^="order_"] .method_sender_ .sender_info_ address,
[class^="order_"] .method_sender_ .sender_info_ strong{
  font-size: 15px;
}

div[class^="order_"] div.method_sender_ .sender_info_ .address_wrap_

div[class^="order_"] div.method_sender_ .sender_info_ .address_wrap_.open,
div[class^="order_"] div.method_sender_ .sender_info_ .address_wrap_.open2{
  color: #b4b4b4;
}

div[class^="order_"] div.method_sender_ .sender_info_:has(.address_wrap_.open){
  color: #b4b4b4 !important;
  border-bottom: none;
  border-radius: 6px 6px 0 0;
}

div[class^="order_"] div.method_sender_ .sender_info_:has(.address_wrap_.sender_.open) + .form_senderinfo_{
  border-left: 1px solid #dcdcdc;
  border-right: 1px solid #dcdcdc;
  border-bottom: 1px solid #dcdcdc;
  border-radius: 0 0 6px 6px;
}

div[class^="order_"] .sender-editing_{
  text-align: right;
}

div[class^="order_"] .sender-editing_ .btns_edit_customerinfo_{
  text-align: center;
}

/* 贈り主の変更 */

div[class^="order_"] .sender_change_ label{
  color: #404040;
  font-size: 15px;
  padding-bottom: 0;
}

[class^="order_"] .sender-editing_ label span:after,
[class^="order_"] .sender-editing_ input:checked + label span:after{
  border-right: 1px solid #404040;
  border-bottom: 1px solid #404040;
  pointer-events: none;
}

/* アコーディオン内 */

div[class^="order_"] .sender-editing_ .btns_edit_customerinfo_ .glay_button_{
  background: #fff;
  width: 295px;
  line-height: 50px;
  border: 1px solid #404040;
  border-radius: 25px;
  padding: 0;
  font-size: 16px;
  font-weight: bold;
  margin-top: 36px;
}

[class^="order_"] table.formdetail_.method_sender_{
  padding: 23px 40px 44px;
}

[class^="order_"].content_multiple_ table.formdetail_ th,
[class^="order_"].content_multiple_ table.formdetail_ td,
.order-h_ [class^="order_"].content_dest_ table.formdetail_ th,
.order-h_ [class^="order_"].content_dest_ table.formdetail_ td{
  width: calc(100% - 80px);
  max-width: 700px;
  display: block;
  border: none;
  padding: 0;
  color: #404040;
}

.order-h_ [class^="order_"].content_dest_ table.formdetail_ #host_mail td{
  padding: 0;
}

[class^="order_"].content_multiple_ table.formdetail_ th,
.order-h_ [class^="order_"].content_dest_ table.formdetail_ th{
  background-color: #fff;
  padding: 0 40px 9px;
  font-size: 15px;
}

[class^="order_"].content_multiple_ table.formdetail_ td,
.order-h_ [class^="order_"].content_dest_ table.formdetail_ td{
  padding: 0 40px 19px;
  border-radius: 6px;
}

[class^="order_"].content_multiple_ table.formdetail_ td.last_margin,
[class^="order_"].content_dest_ table.formdetail_ td.last_margin{
  padding-bottom: 44px;
}

.order_gift_ table[name="senderdata"] tr#sender_zip td > span input,
.order_gift_ table[name="senderdata"] tr#sender_tel td > span input,
.order_gift_ .method_sender_ table.formdetail_ td input,
.order_gift_ table.custdest_ td input{
  font-size: 15px;

}
.order_gift_ table[name="senderdata"] tr#sender_zip td > span input,
.order_gift_ table[name="senderdata"] tr#sender_tel td > span input,
.order_gift_ .method_sender_ table.formdetail_ td input[type="text"],
div[class^="order_"] input[name="secret_answer"]{
  width: 550px;
  max-width: 550px;
}

.order_gift_ .method_sender_ table.formdetail_ td input[name="s_tel"],
.order_gift_ .method_sender_ table.formdetail_ td input[name="s_s_zip"],
.order_gift_ .method_sender_ #sender_tel > td.last_margin > span > input[name="s_tel"],
.order_gift_ .method_sender_ table.formdetail_ td input[name="s_zip"],
.order_gift_ div.dest_post_list_ td input#s_recipient_zip,
.order_gift_ .method_sender_ table.formdetail_ td input[name="s_recipient_zip"],
.order_gift_ .method_sender_ table.formdetail_ td input[name="recipient_tel"],
.order_gift_ .method_sender_ table.formdetail_ td input[name="d_tel"],
.order_gift_ .method_sender_ table.formdetail_ td input[name="s_d_zip"]{
  width:170px;
}

[class^="order_"].content_multiple_ table.formdetail_ td > p{
  font-size: 15px;
}

/* セレクトボックスサイズ */

.order-h_ div.order_gift_.content_dest_ [class^="order_"] tr[id$="_name"] input,
  .order-h_ div.order_gift_.content_dest_ [class^="order_"] tr[id$="_kana"] input,
  .order-h_ div.order_gift_.content_dest_ [class^="order_"] tr[id$="_mail"] input,
  .order-h_ div.order_gift_.content_dest_ [class^="order_"] tr[id$="_mail2"] input,
  .order-h_ div.order_gift_.content_dest_ [class^="order_"] tr[id$="_cmail"] input,
  .order-h_ div.order_gift_.content_dest_ [class^="order_"] tr[id$="_addr"] input,
  .order-h_ div.order_gift_.content_dest_ [class^="order_"] tr[id$="_addr2"] input,
  .order-h_ div.order_gift_.content_dest_ [class^="order_"] tr[id$="_addr3"] input,
  .order-h_ div.order_gift_.content_dest_ [class^="order_"] tr[id$="_comp"] input,
  .order-h_ div.order_gift_.content_dest_ [class^="order_"] tr[id$="_dept"] input{
  width: 450px;
  }

div.order_.content_select_ [class^="order_"] tr[id$="_name"] input,
  div.order_.content_select_ [class^="order_"] tr[id$="_kana"] input,
  div.order_.content_select_ [class^="order_"] tr[id$="_mail"] input,
  div.order_.content_select_ [class^="order_"] tr[id$="_mail2"] input,
  div.order_.content_select_ [class^="order_"] tr[id$="_cmail"] input,
  div.order_.content_select_ [class^="order_"] tr[id$="_addr"] input,
  div.order_.content_select_ [class^="order_"] tr[id$="_addr2"] input,
  div.order_.content_select_ [class^="order_"] tr[id$="_addr3"] input,
  div.order_.content_select_ [class^="order_"] tr[id$="_comp"] input,
  div.order_.content_select_ [class^="order_"] tr[id$="_dept"] input{
  width: 450px;
  }

div.order_.content_estimate_ [class^="order_"] tr[id$="_name"] input,
  div.order_.content_estimate_ [class^="order_"] tr[id$="_kana"] input,
  div.order_.content_estimate_ [class^="order_"] tr[id$="_mail"] input,
  div.order_.content_estimate_ [class^="order_"] tr[id$="_mail2"] input,
  div.order_.content_estimate_ [class^="order_"] tr[id$="_cmail"] input,
  div.order_.content_estimate_ [class^="order_"] tr[id$="_addr"] input,
  div.order_.content_estimate_ [class^="order_"] tr[id$="_addr2"] input,
  div.order_.content_estimate_ [class^="order_"] tr[id$="_addr3"] input,
  div.order_.content_estimate_ [class^="order_"] tr[id$="_comp"] input,
  div.order_.content_estimate_ [class^="order_"] tr[id$="_dept"] input{
  width: 450px;
}

div.order_gift_.content_select_ [class^="order_"] tr[id$="_name"] input,
  div.order_gift_.content_select_ [class^="order_"] tr[id$="_kana"] input,
  div.order_gift_.content_select_ [class^="order_"] tr[id$="_mail"] input,
  div.order_gift_.content_select_ [class^="order_"] tr[id$="_mail2"] input,
  div.order_gift_.content_select_ [class^="order_"] tr[id$="_cmail"] input,
  div.order_gift_.content_select_ [class^="order_"] tr[id$="_addr"] input,
  div.order_gift_.content_select_ [class^="order_"] tr[id$="_addr2"] input,
  div.order_gift_.content_select_ [class^="order_"] tr[id$="_addr3"] input,
  div.order_gift_.content_select_ [class^="order_"] tr[id$="_comp"] input,
  div.order_gift_.content_select_ [class^="order_"] tr[id$="_dept"] input{
  width: 450px;
  }

div.order_gift_.content_multiple_ [class^="order_"] tr[id$="_name"] input,
  div.order_gift_.content_multiple_ [class^="order_"] tr[id$="_kana"] input,
  div.order_gift_.content_multiple_ [class^="order_"] tr[id$="_mail"] input,
  div.order_gift_.content_multiple_ [class^="order_"] tr[id$="_mail2"] input,
  div.order_gift_.content_multiple_ [class^="order_"] tr[id$="_cmail"] input,
  div.order_gift_.content_multiple_ [class^="order_"] tr[id$="_addr"] input,
  div.order_gift_.content_multiple_ [class^="order_"] tr[id$="_addr2"] input,
  div.order_gift_.content_multiple_ [class^="order_"] tr[id$="_addr3"] input,
  div.order_gift_.content_multiple_ [class^="order_"] tr[id$="_comp"] input,
  div.order_gift_.content_multiple_ [class^="order_"] tr[id$="_dept"] input{
  width: 450px;
  }

div.method_sender_ #sender_zip .checktype_addr input,
div.method_sender_ #sender_zip .checktype_addr2 input,
div.method_sender_ #sender_zip .checktype_comp input{
  width: 590px;
}

div.s_inputmode_zip input{
  width: 120px;
}

.checktype_tel input{
  width: 170px;
}

div[class^="order_"]  select,
div[class^="order_"]  input[type="text"],
div[class^="order_"]  input[type="password"],
div[class^="order_"]  textarea{
  border: 1px solid #dcdcdc;
  border-radius: 6px;
}

/* 住所の自動入力ボタン */

#sender_addr_inputmode .search_btn_wrap{
  display: flex;
  justify-content: space-between;
  width: 580px;
}

#sender_addr_inputmode .search_btn_wrap .search_btn_{
  width: 278px;
  padding: 15px 12px;
  border: 1px solid #dcdcdc;
  border-radius: 6px;
  margin-bottom: 15px;
}

#sender_addr_inputmode .search_btn_wrap .search_btn_ label{
  font-size: 15px;
}

/* ラジオボタンデザイン */

.order-h_ div.order_gift_.content_dest_ input[type="radio"],
div.order_.content_select_ input[type="radio"],
div.order_.content_estimate_ input[type="radio"],
div.order_gift_.content_select_ input[type="radio"],
div.order_gift_.content_multiple_ input[type="radio"]{
  width: 17px;
  height: 17px;
}

div[class^="order_"]  input[type="radio"]:before{
  border: none;
}

div[class^="order_"]  input[type="radio"]:checked{
  background: #fff;
}

div[class^="order_"]  input[type="radio"]:checked:before{
  border: none;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  top: 3px;
  left: 3px;
}

tr#sender_addr_inputmode span.small_{
  font-size: 13px;
  margin: 9px 0 32px;
}

/* 配送先選択 */

.order-h_ [class^="order_"] .dest_list_ .dest_list_address_wrap{
  width: 700px;
  margin: 0 auto;
  padding-top: 31px;
}

.dest_post_list_wrap{
  width: 700px;
  margin: 0 auto;
}

/* カート内の商品数表示 */

.dest_list_ .cart_vol{
  padding-left: 30px;
  position: relative;
  background-image: url(../img/usr/icon/delivery_cart.png);
  background-repeat: no-repeat;
  background-position: 0 50%;
  font-size: 15px;
  margin-bottom: 26px;
  color: #404040;
}

.dest_list_ .cart_vol span{
  font-size: 20px;
}

.order-h_ [class^="order_"] div.dest_list_ h2.common_headline2_{
  background: #fff !important;
}

.order-h_ [class^="order_"] div.dest_list_ h2.common_headline2_{
  text-align: center;
  padding: 0;
  font-size: 20px;
  margin: 0;
  color: #404040;
}

.order-h_ [class^="order_"].content_dest_ div.dest_list_ h2.common_headline2_{
  font-size: 18px;
}

.order-h_ [class^="order_"] .dest_list_ .address_customer_{
  padding: 0;
}

.order-h_ [class^="order_"] .dest_list_ .address_customer_ h3,
.order-h_ [class^="order_"] .dest_list_ .address_book_list_ h3,
.order-h_ [class^="order_"] .dest_list_ .dest_post_list_ h3{
  background: none;
  border: none;
  font-size: 16px;
  padding: 0;
  margin-bottom: 10px;
  color: #404040;
}

.order-h_ [class^="order_"] .dest_list_ .address_book_list_ h3{
  margin-top: 20px;
}

.order-h_ [class^="order_"] .dest_list_ .address_customer_ .address_item_,
.order-h_ [class^="order_"] .dest_list_ .address_book_list_ .address_item_{
  width: calc(100% - 22px) !important;
  max-width: 700px !important;
  margin: 0 auto;
}

.order-h_ [class^="order_"] .dest_list_ .address_customer_ .address_item_,
.order-h_ [class^="order_"] .dest_list_ .address_book_list_ .address_item_{
  border: 1px solid #dcdcdc;
  border-radius: 6px;
  padding: 19px 10px;
  margin-bottom: 15px;
  color: #404040;
}

.order-h_ [class^="order_"] .dest_list_ .address_item_:has(input:disabled){
  background-color: #f5f5f5;
  color: #9f9f9f;
}

.order-h_ [class^="order_"] .dest_list_ .address_item_ .address_title_{
  justify-content: space-between;
  align-items: flex-start;
  margin: 0;
  padding: 0;
}

.order-h_ [class^="order_"] .dest_list_ .address_item_ .address_title_ label{
  width: 620px;
  margin: 0;
}

.order-h_ [class^="order_"] .address_title_ .address_change_ input.glay_button_{
  background: transparent !important;
}

.order-h_ [class^="order_"] .address_title_ .address_change_ input.glay_button_{
  border: none;
  display: inline;
  padding: 0;
  color: #1D3994;
  -webkit-text-decoration: underline;
  text-decoration: underline;
}

.order-h_ [class^="order_"] .dest_list_ .address_customer_ .address_item_ strong,
.order-h_ [class^="order_"] .dest_list_ .address_book_list_ .address_item_ strong{
  font-size: 15px;
  margin-bottom: 5px;
}

.order-h_ [class^="order_"] .dest_list_ .address_customer_ .address_item_ .name,
.order-h_ [class^="order_"] .dest_list_ .address_book_list_ .address_item_ .name{
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 12px;
}

.order-h_ [class^="order_"] .dest_list_ .address_customer_ .address_item_ span,
.order-h_ [class^="order_"] .dest_list_ .address_book_list_ .address_item_ span{
  font-size: 13px;
  line-height: 2;
}

.order-h_ [class^="order_"] .dest_list_ .address_customer_ .address_item_ p,
.order-h_ [class^="order_"] .dest_list_ .address_book_list_ .address_item_ p{
  font-size: 15px;
}

/* 住所追加ボタン */

.order-h_ [class^="order_"] .dest_list_ .btn_add_addr_{
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  margin-bottom: 25px;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.order-h_ [class^="order_"] .dest_list_ .btn_add_addr_ .add_addr_{
  width: 180px;
  padding: 0;
  height: 48px;
  border: 1px solid #404040;
  border-radius: 22px;
  margin: 0 0 15px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.order-h_ [class^="order_"] .dest_list_ .btn_add_addr_ .add_addr_.csv{
  width: 318px;

}

.order-h_ [class^="order_"] .dest_list_ .btn_add_addr_ .add_addr_.csv span{
  width: 100%;
  height: 100%;
}

.order-h_ [class^="order_"] .dest_list_ .btn_add_addr_ .add_addr_ input{
  color: #404040;
  width: 100%;
  height: 100%;
}

/* 郵便局受け取り */

div.dest_post_list_ p, div.designation-contents_ p{
  margin-top: 10px;
  margin-bottom: 16px;
  font-size: 15px;
  color: #404040;
}

.order-h_ [class^="order_"] .dest_list_ .address_item_.post-office_{
  width: 680px;
  margin: 0 auto;
  padding: 19px 10px;
  border: 1px solid #dcdcdc;
  border-radius: 6px;
}

.order-h_ [class^="order_"] .dest_list_ .address_item_.post-office_ .check-box_,
.order-h_ [class^="order_"] .dest_list_ .address_item_.post-office_ label{
  width: 100%;
  font-size: 15px;
  color: #404040;
}

div.dest_post_list_ .post_office_, div.designation-contents_ .post_office_{
  width: 700px;
  margin: 0 auto;
  display: block;
  padding: 31px 0 65px;
}

div.dest_post_list_ .post_office_ h4{
  padding: 0;
  font-size: 15px;
}

div.post_office_ .post_office_inner_{
  max-width: 700px;
  width: 100%;
  margin: 0;
}

[class^="order_"] table.formdetail_.method_host_ th,
[class^="order_"] table.formdetail_.method_host_ td{
  padding: 0;
}

div[class^="order_"]  select{
  width: 315px;
  background-image: none;
}

div.post_office_ .post_office_inner_ input[name="search_postoffice"]{
  width: 285px;
  margin: 0;
}

.dest_post_list_search{
  -webkit-appearance: none;
  appearance: none; 
  position: relative;
  width: 315px;
}

.dest_post_list_search::after{
  position: absolute;
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-right: 1px solid #404040;
  border-bottom: 1px solid #404040;
  transform: translateY(-50%) rotate(45deg);
  top: 50%;
  right: 20px;
  pointer-events: none;
}

div.post_office_ .post_office_inner_ .dest_search{
  font-size: 15px;
  color: #404040;
}

div.post_office_ .post_office_inner_ .dest_search span{
  font-size: 13px;
  margin-bottom: 20px;
  color: #404040;
}

div.post_office_ .post_office_inner_ #SearchPostOffice{
  background: #fff;
  margin-top: 0;
  margin-left: 20px;
  padding: 0;
  width: 92px;
  line-height: 48px;
  border: 1px solid #404040;
  border-radius: 25px;
  font-size: 16px;
  color: #404040;
}

.search_post_office_wrap{
  display: flex;
  justify-content: left;
  align-items: center;
}

div.dest_post_list_ input#post_stop_mail,
div.dest_post_list_ input#post_stop_cmail,
div.designation-contents_ input#post_stop_mail{
  width: 550px;
  margin: 0;
}

div.dest_post_list_ #host_mail .small_{
  margin: 12px;
  margin-bottom: 19px;
  margin-left: 0;
  font-size: 14px;
}

[class^="order_"] div.method_sender_{
  flex-direction: column;
  justify-content: left;
  text-align: left;
  }

/* 受取人 */

.post-office-search_ .method_sender_ h4{
  width: 700px;
  padding: 0;
  margin: 0 auto;
  font-size: 16px;
  color: #404040;
}

.post-office-search_ .method_sender_ h4 + span{
  width: 700px;
  padding: 0;
  margin: 9px auto 17px;
  font-size: 14px;
  color: #404040;
}

.post-office-search_ .method_sender_.receive{
  background-color: #f5f5f5;
  margin: 0 calc(50% - 50vw);
  width: 100vw;
}

.post-office-search_ .method_sender_.receive{
  background-color: #f5f5f5;
}

.post-office-search_ .method_sender_.receive .method_sender_inner_{
  width: 620px;
  padding: 22px 40px 30px;
  background: #fff;
  border-radius: 6px;
  color: #404040;
}

.order-h_ .order_gift_ .dest_list_ .method_sender_.receive .sender_info_{
  border: none;
  padding: 0;
}

.order-h_ .order_gift_ .dest_list_ .method_sender_.receive .sender_info_.open .address_wrap_{
  color: #b4b4b4;
}

.order-h_ .order_gift_ .dest_list_ .method_sender_.receive .sender_info_ .sender-editing_,
div[class^="order_"] .sender_change_{
  width: 100%;
}

.order-h_ .order_gift_ .dest_list_ .method_sender_.receive .sender_info_ address{
  max-width: 100%;
}

.order-h_ .order_gift_ .dest_list_ .method_sender_.receive .sender_info_ address span{
  display: block;
  font-size: 13px;
}

.order-h_ .order_gift_ .dest_list_ .method_sender_ .sender_info_ address p{
  margin: 0;
}

div[class^="order_"] .sender_change_ label{
  padding: 0;
  margin: 0;
  background: none;
  border: none;
  text-align: right;
}

div[class^="order_"] .sender_change_ label span{
  padding: 0 5px 0 0;
}

[class^="order_"] .method_sender_.receive table.formdetail_ th,
[class^="order_"] .method_sender_.receive table.formdetail_ td{
  padding-left: 0;
  padding-right: 0;
  width: 100%;
}

[class^="order_"] .method_sender_.receive tr[id$="_name"] input,
[class^="order_"] .method_sender_.receive tr[id$="_kana"] input,
[class^="order_"] .method_sender_.receive tr[id$="_mail"] input,
[class^="order_"] .method_sender_.receive tr[id$="_mail2"] input,
[class^="order_"] .method_sender_.receive tr[id$="_cmail"] input,
[class^="order_"] .method_sender_.receive tr[id$="_addr"] input,
[class^="order_"] .method_sender_.receive tr[id$="_addr2"] input,
[class^="order_"] .method_sender_.receive tr[id$="_addr3"] input,
[class^="order_"] .method_sender_.receive tr[id$="_comp"] input,
[class^="order_"] .method_sender_.receive tr[id$="_dept"] input,
div.dest_post_list_ input#s_recipient_zip{
width: 590px;
}

[class^="order_"] .method_sender_.receive tr#sender_addr_inputmode span.small_{
  margin-bottom: 13px;
}

/* p61注意文 */

p.back_attention{
  text-align: center;
  font-size: 13px;
  margin-bottom: 14px;
}

/*==============================
複数配送先
==============================*/

div[class^="order_"].content_multiple_ div.method_sender_{
  background-color: #fff;
}

div[class^="order_"].content_multiple_ .submit-top_{
  margin-bottom: 24px;
}

div[class^="order_"].content_multiple_ div.method_sender_ h2.common_headline2_{
  background-color: #fff !important;
  padding-top: 0;
  color: #404040;
}

div[class^="order_"].content_multiple_ div.method_sender_ .sender_info_{
  border: 1px solid #dcdcdc;
  padding: 30px 40px 22px;
}

div[class^="order_"].content_multiple_ div.method_sender_.open{
  background-color: #fff;
}

div[class^="order_"].content_multiple_ div.method_sender_.open h2.common_headline2_{
  background-color: #fff !important;
}

/* モーダルオープンボタン（お届け先の設定） */

div[class^="order_"].content_multiple_ .dest_list_modal_open p{
  margin-top: 20px;
  text-align: center;
  margin-bottom: 32px;
  font-size: 18px;
  font-weight: bold;
}

div[class^="order_"].content_multiple_ .dest_list_modal_open p.open{
  margin-top: 52px;
}

div[class^="order_"].content_multiple_ .yellow_button_[disabled]{
  background-color: #404040;
  color: #fff;
  border: none;
}

/* モーダル */

div[class^="order_"].content_multiple_ #trigger {
  display: none;
}

div[class^="order_"].content_multiple_ .modal {
  display: none;
  background-color: rgba(0,0,0,0.8);
  border: none;
}

div[class^="order_"].content_multiple_ #trigger:checked + .modal {
  display: block;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 150;
}

div[class^="order_"].content_multiple_ .modal > label {
  background-color: rgba(0,0,0,0.5);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 100;
}

div[class^="order_"].content_multiple_ #dest_list_modal {
  position: absolute;
  width: 800px;
  max-height: 810px;
  top: 30px;
  right: 15px;
  bottom: 30px;
  left: 15px;
  z-index: 200;
  margin: auto;
  background-color: white;
  overflow: auto;
  border-radius: 6px;
}

div[class^="order_"].content_multiple_ #dest_list_modal .common_headline2_{
  font-size: 20px;
  padding-bottom: 55px;
  margin-right: 24px;
  color: #404040;
}

div[class^="order_"].content_multiple_ #dest_list_modal .address_book_list_ {
  max-height: 380px;
}

div[class^="order_"].content_multiple_ .dest_list_modal_btn{
  display: block;
  width: 468px;
  line-height: 54px;
  margin: 0 auto;
  padding: 0;
  font-weight: bold;
  border: 1px solid #404040;
  border-radius: 28px;
  text-align: center;
  cursor: pointer;
  font-size: 16px;
}

div[class^="order_"].content_multiple_ .submit-bottom_{
  margin-top: 15px;
}

div[class^="order_"].content_multiple_ #dest_list_modal .modal-close-btn{
  margin: 15px 0 0 15px;
  padding: 12px 15px;
  width: 150px;
  line-height: 22px;
  font-size: 15px;
  border-radius: 6px;
  text-align: center;
  border: 2px solid #404040;
  position: relative;
}

div[class^="order_"].content_multiple_ #dest_list_modal .dest_list_address_wrap{
  padding-top: 17px;
  padding-bottom: 40px;
  margin: 0 26px 0 50px;
}

div[class^="order_"].content_multiple_ #dest_list_modal .modal-close-btn label{
  padding-left: 15px;
  margin: 0;
  font-size: 15px;
  color: #404040;
}

div[class^="order_"].content_multiple_ #dest_list_modal .modal-close-btn::before,
div[class^="order_"].content_multiple_ #dest_list_modal .modal-close-btn::after{
  display: block;
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  border-top: 1px solid #404040;
}

div[class^="order_"].content_multiple_ #dest_list_modal .modal-close-btn::before{
  top: 50%;
  left: 20px;
  transform: translateY(-65%) rotate(-60deg);
}

div[class^="order_"].content_multiple_ #dest_list_modal .modal-close-btn::after{
  top: 50%;
  left: 20px;
  transform: translateY(-35%) rotate(-120deg);
}

/* モーダル内スクロール */

div[class^="order_"].content_multiple_ #dest_list_modal  .address_book_list_{
  max-height: 305px;
  overflow-y: scroll;
  overflow-x: hidden;
}

div[class^="order_"].content_multiple_ #dest_list_modal  .address_book_list_::-webkit-scrollbar {
  width: 24px;
  padding: 5px 0 5px 5px;
}

div[class^="order_"].content_multiple_ #dest_list_modal  .address_book_list_::-webkit-scrollbar-thumb {
  background: #b4b4b4;
  border-radius: 14px 14px 14px 14px / 8px 8px 8px 8px;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  background-clip: padding-box;
}

/* モーダル内チェックボックス */

[class^="order_"].content_multiple_ #dest_list_modal .address_item_ input[type="checkbox"]{
  width: 17px;
  height: 17px;
}

[class^="order_"].content_multiple_ #dest_list_modal .address_item_ input[type="checkbox"]:after{
  border: none;
}

div[class^="order_"].content_multiple_ #dest_list_modal input[type="checkbox"]:checked{
  background: #fff;
}

[class^="order_"].content_multiple_ #dest_list_modal .address_item_ input[type="checkbox"]:checked:after{
  display: block;
  background: transparent;
  height: 5px;
  width: 12px;
  left: 3px;
  -webkit-box-shadow:none;
  border-left: 2px solid #404040;
  border-bottom: 2px solid #404040;
}

/* モーダル内ボタン */

div[class^="order_"].content_multiple_ #dest_list_modal .yellow_button_[disabled]{
  background-color: #757575;
  color: #fff;
  border: none;
}

/* エラー文 */

[class^="order_"].content_multiple_ .error_.item_num,
[class^="order_"].content_multiple_ .error_.item_zero{
  text-align: center;
  background: none;
  margin-top: 24px;
  margin-right: 24px;
  margin-bottom: 19px;
  font-weight: normal;
  color: #ce0d0e;
}

[class^="order_"].content_multiple_ .error_.item_num img,
  [class^="order_"].content_multiple_ .error_.item_zero img{
  margin-right: 10px;
}

[class^="order_"].content_multiple_ p.error_.item_num{
  display: none;
}

[class^="order_"].content_multiple_ p.error_.item_num.active{
  display: block;
}

/*==============================
お届け先の確認
==============================*/

div[class^="order_"].content_multiple_.confilm  .dest_list_confilm{
  width: 700px;
  margin: 0 auto;
}

div[class^="order_"].content_multiple_.confilm  .dest_list_ .common_headline2_{
  text-align: center;
  background-color: #fff;
  padding: 0;
  margin-bottom: 21px;
  font-size: 18px;
  text-align: left;
  color: #404040;
}

div[class^="order_"].content_multiple_.confilm  #dest_list_modal .dest_list_ .common_headline2_{
  text-align: center;
  background-color: #fff;
  padding: 43px 0 25px;
  color: #404040;
}

div[class^="order_"].content_multiple_.confilm  .dest_list_ .address_book_list_{
  /* padding-top: 0; */
  padding-right: 0;
  margin-bottom: 20px;
}

div[class^="order_"].content_multiple_.confilm  .modal.confilm .address_book_list_{
  padding: 15px 0 30px 20px;
  margin-bottom: 0;
}

div[class^="order_"].content_multiple_.confilm  .dest_list_confilm .address_item_{
  padding: 0;
  width: 100%;
}

div[class^="order_"].content_multiple_.confilm  .dest_list_ .address_item_ h5{
  padding: 15px 16px;
  background-color: #f5f5f5;
  border-radius: 5px 5px 0 0;
  font-weight: normal;
  border-bottom: 1px solid #dcdcdc;
}

div[class^="order_"].content_multiple_.confilm  .dest_list_ .address_item_ h5 p{
  border-left: 2px solid #cc0000;
  height: 1em;
  display: flex;
  justify-content: left;
  align-items: center;
  line-height: 0.8;
  padding-left: 10px;
  font-size: 18px;
}

div[class^="order_"].content_multiple_.confilm  .dest_list_ .address_item_ h5 p span{
  font-weight: bold;
  font-size: 20px;
  margin-left: 5px;
}

div[class^="order_"].content_multiple_.confilm  .dest_list_confilm .address_item_ .address_title_{
  padding: 9px 19px 19px 26px;
}

div[class^="order_"].content_multiple_.confilm  .dest_list_ .address_item_ .address_title_ .strong{
  font-weight: bold;
  margin-bottom: 6px;
}

div[class^="order_"].content_multiple_.confilm  .modal.confilm .address_item_ .address_title_{
  padding: 16px;
}

div[class^="order_"].content_multiple_.confilm  .address_title_ .address_change_ input{
  background: #fff;
  border: none;
  color: #1D3994;
  -webkit-text-decoration: underline;
  text-decoration: underline;
}

div[class^="order_"].content_multiple_.confilm  .address_title_ .address_change_{
  display: flex;
  flex-direction: row-reverse;
  justify-content: right;
}

div[class^="order_"].content_multiple_.confilm .dest_list_modal_btn{
  margin-top: 50px;
  color: #404040;
}
div[class^="order_"].content_multiple_ .dest_list_modal_btn:hover{
  opacity: 0.7;
}

div[class^="order_"].content_multiple_.confilm p.error_,
div[class^="order_"].content_multiple_.confilm span.efo-error_{
  margin-left: auto !important;
  margin-right: auto !important;
}

div[class^="order_"].content_multiple_.confilm p.error_,
div[class^="order_"].content_multiple_.confilm span.efo-error_{
  width: 900px;
  font-size: 14px;
}

div[class^="order_"].content_multiple_.confilm span.efo-error_{
  width: 935px;
}

/*==============================
お支払い方法の設定
==============================*/

.hr_line{
  width: 100%;
  height: 1px;
  border-bottom: 1px solid #DCDCDC;
  margin-top: 20px;
  margin-bottom: 20px;
}

div[class^="order_"].content_select_ .method_box_ span.square{
  display: inline-block !important;
  font-size: 15px !important;
}

div[class^="order_"].content_select_ .method_box_ span.square{
  width: 22px;
  line-height: 22px;
  text-align: center;
  border: 1px solid #707070;
  border-radius: 3px;
  margin-right: 10px;
}

div[class^="order_"].content_select_ .method_box_{
  width: 700px;
  margin: 0 auto;
  color: #404040;
}

div[class^="order_"].content_select_ .method_box_.border{
  border: 1px solid #dcdcdc;
  border-radius: 6px;
  margin-bottom: 15px;
  width: 620px;
  padding: 26px 40px 30px;
  height: auto;
}

div[class^="order_"].content_select_ .method_box_.border .method_box_content_{
  margin: 0 !important;
}

div[class^="order_"].content_select_ .method_box_.border .method_box_content_{
  padding: 0;
}

div[class^="order_"].content_select_ #method_pay .method_box_content_{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  color: #404040;
}

div[class^="order_"].content_select_ #method_pay .method_pay_text_wrap{
  margin-top: 24px;
  margin-bottom: 16px;
  color: #404040;
}

div[class^="order_"].content_select_ #method_pay .method_pay_text_wrap p{
  font-size: 13px;
}

div[class^="order_"].content_select_ #method_pay .method_pay_btn{
  padding: 15px 10px;
  width: calc((100% - 10px) / 2);
  border: 1px solid #dcdcdc;
  border-radius: 6px;
  margin-top: 10px;
}

div[class^="order_"].content_select_ #method_pay .method_pay_btn:first-child,
div[class^="order_"].content_select_ #method_pay .method_pay_btn:nth-child(2){
  margin-top: 15px;
}

div[class^="order_"].content_select_ #method_pay .method_pay_btn label{
  margin: 0 0 0 10px;
  padding: 0;
}

div[class^="order_"].content_select_ #method_pay .method_pay_btn:has(input:disabled){
  background-color: #757575;
  color: #fff;
}

div[class^="order_"].content_select_ #method_pay .method_pay_btn input:disabled{
  border: none;
}

div[class^="order_"].content_select_ #method_pay .method_pay_btn input:disabled:hover{
  opacity: 1;
}

div[class^="order_"].content_select_ .method_box_.border h3{
  padding: 0 10px !important;
  background: #fff !important;
  border-left:  2px solid #cc0000 !important;
}

div[class^="order_"].content_select_ .method_box_.border h3{
  margin-bottom: 12px;
  font-size: 18px;
}

div[class^="order_"].content_select_ .method_box_.border table{
  margin: 0;
}

div[class^="order_"].content_select_ .method_box_.border table th,
div[class^="order_"].content_select_ .method_box_.border table td{
  padding: 0;
  margin-top: 15px;
  font-size: 15px;
  font-weight: normal;
}

#method_post .method_box_content_ .postoffice_qa2~.text_,
#method_post .method_box_content_ .postoffice_qa3{
  font-size: 13px;
  line-height: 1.5;
  margin-bottom: 20px;
}

#method_post .method_box_content_ .post_office_notice_ .notice_radio_{
  padding: 10px 0px 10px 0px;
}

div.post_office_ .post_office_inner_ input[type="button"]{
  border-radius: 6px;
}

div.post_office_ .post_office_inner_ input[type="button"].active_{
  background-color: #404040;
}

#method_post .method_box_content_ #SearchPostOffice{
  border-radius: 6px;
  line-height: 40px;
  margin-left: 5px;
}

#method_post .method_box_content_ .postoffice_qa3:nth-child(2){
  margin-top: 21px;
}

#method_point .method_box_content_ .postoffice_qa2 + p,
#method_post .method_box_content_ .text_,
#method_post .method_box_content_ .postoffice_qa1,
#method_post .method_box_content_ .postoffice_qa2,
#method_post .method_box_content_ .postoffice_qa3:first-of-type,
#method_coupon .method_box_content_ p,
#method_point .method_box_content_ p,
div.point_use_ label[for="pointpay"]{
  font-size: 15px;
  width: 100%;
}

#method_post .method_box_content_ .post_office_notice_{
  margin-top: 0;
}

#method_post .method_box_content_ .post_office_notice_ .notice_radio_{
  display: flex;
  justify-content: left;
  align-items: center;
}

#method_post .method_box_content_ .post_office_notice_ .notice_radio_ .notice_radio_wrap{
  width: 133px;
  line-height: 50px;
  padding-left: 12px;
  margin-right: 5px;
  border: 1px solid  #dcdcdc;
  border-radius: 6px;
  font-size: 15px !important;
}

#method_post .postoffice_thanks{
  text-align: center;
  font-size: 16px;
}

/* お支払い方法の設定・全部載せ */

/* エラー文 */

div[class^="order_"].content_select_.all_ p.error_.confirmation_{
  width: 900px;
  margin: 0 auto;
  padding-left: 50px;
  padding-right: 0;
  background-position: 30px 4px;
  margin-bottom: 27px;
  color: #cc0000;
}

div[class^="order_"].content_select_.all_ p.error_.payment_{
  width: 700px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 0;
  background-position: 0px 4px;
  margin-bottom: 27px;
  color: #cc0000;
}

div[class^="order_"].content_select_.all_ p.error_.authperson_,
div[class^="order_"].content_select_.all_ p.error_.coupon_,
div[class^="order_"].content_select_.all_ p.error_.point_,
div[class^="order_"].content_select_.all_ p.error_.post_office_,
div[class^="order_"].content_select_.all_ p.error_.age_,
div[class^="order_"].content_select_.all_ p.error_.salesappend_{
  width: 600px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 0;
  background-position: 0px 4px;
  margin-bottom: 27px;
}

/* 口座振替ボタン */

div[class^="order_"].content_select_ #jpbaknentry_link .btn_,
div[class^="order_"].content_select_.all_ #jpbaknentry_link .btn_{
  padding-bottom: 10px;
}

div[class^="order_"].content_select_ #jpbaknentry_link .yellow_button_,
div[class^="order_"].content_select_.all_ #jpbaknentry_link .yellow_button_{
  width: 300px;
  line-height: 56px;
  padding: 0;
  border-radius: 28px;
  font-size: 17px;
  font-weight: bold;
}

/* ポイント利用 */

div[class^="order_"].content_select_.all_ .currentpoint_ strong{
  font-size: 20px;
}

div[class^="order_"].content_select_.all_ .point_use_{
  display: flex;
  flex-direction: column;
}

div[class^="order_"].content_select_.all_ .point_use_wrap{
  margin-bottom: 10px;
  font-size: 15px;
}

div[class^="order_"].content_select_.all_ .point_use_wrap input,
div[class^="order_"].content_select_.all_ .point_use_wrap label{
  font-size: 15px;
  color: #404040;
}

div.point_use_ input#pointpay_num{
  font-size: 20px;
  padding-top: 5px;
  padding-bottom: 5px;
  width: 90px;
  text-align: right;
  width: 150px;
}

div.method_box_#method_point .method_box_content_ span.point_desc_{
  margin: 0;
  width: 100%;
  font-size: 13px;
  color: #404040;
}

div[class^="order_"].content_select_.all_ .point_use_ #pointpay{
  width: 17px;
  height: 17px;
  border-radius: 0;
  margin-right: 10px;
}

div.point_use_ input#pointpay:after{
  border: none;
}

div[class^="order_"].content_select_.all_ input[type="checkbox"]:checked{
  background-color: #fff;
}

div.point_use_ input#pointpay:checked:after{
  background: transparent;
  -webkit-box-shadow:none;
  border-left: 2px solid #404040;
  border-bottom: 2px solid #404040;
  left: 5px;
  top: 5px;
}

/* 戻るボタンの注釈 */

.order-h_ .content_select_.all_ span.back_attention{
  display: block;
  text-align: center;
  font-size: 13px;
  margin-bottom: 0;
  margin-top: 19px;
}

div[class^="order_"].content_select_ div.post_office_ .post_office_inner_ input[name="search_postoffice"],
div[class^="order_"].content_select_.all_ div.post_office_ .post_office_inner_ input[name="search_postoffice"]{
  width: 305px;
}

div[class^="order_"].content_select_ div.post_office_ .post_office_inner_ #post_stop_list,
div[class^="order_"].content_select_.all_ div.post_office_ .post_office_inner_ #post_stop_list{
  width: 335px;
  background: #FFF;
}

div[class^="order_"].content_select_.all_ div.post_office_ .post_office_inner_ #search_postoffice_line > div{
  position: relative;
}

div[class^="order_"].content_select_.all_ div.post_office_ .post_office_inner_ #search_postoffice_line > div span:after{
  position: absolute;
  display: block;
  content: "";
  width: 7px;
  height: 7px;
  top: 22px;
  left: 310px;
  border-right: 1px solid #404040;
  border-bottom: 1px solid #404040;
  transform: rotate(45deg);
}
div[class^="order_"].content_select_.all_ div.post_office_ .post_office_inner_ #search_postoffice_line > div span.is-hidden-arrow:after{
  display: none;
}

div[class^="order_"].content_select_ .postoffice_serch_wrap{
  width: 335px;
  display: flex;
  justify-content: right;
  align-items: flex-start;
}

div[class^="order_"].content_select_ .postoffice_serch_wrap a,
div[class^="order_"].content_select_ div.post_office_ .post_office_inner_ #ResetTextArea{
  width: auto;
  background: none;
  border: none;
  font-size: 13px;
  -webkit-text-decoration: underline;
  text-decoration: underline;
  margin: 0 0 0 20px;
  padding: 0;
  line-height: 2;
  color: #1D3994;
}

#sender_addr_inputmode > td > div.r_inputmode_addr{
  position: relative
}

#sender_addr_inputmode > td > div.r_inputmode_addr::after{
  position: absolute;
  display: block;
  content: "";
  width: 7px;
  height: 7px;
  top: 22px;
  left: 295px;
  border-right: 1px solid #404040;
  border-bottom: 1px solid #404040;
  transform: rotate(45deg);
}

#sender_addr_inputmode > td > div.s_inputmode_addr{
  position: relative
}

#sender_addr_inputmode > td > div.s_inputmode_addr::after{
  position: absolute;
  display: block;
  content: "";
  width: 7px;
  height: 7px;
  top: 22px;
  left: 295px;
  border-right: 1px solid #404040;
  border-bottom: 1px solid #404040;
  transform: rotate(45deg);
}

/*==============================
贈り先設定・ゲスト購入
==============================*/

div.content_dest_.guest_[class^="order_"]  table.formdetail_ th,
  div.content_dest_.guest_[class^="order_"]  table.formdetail_ td{
    border: none;
    padding-left: 0;
    padding-bottom: 9px;
  }
  div.content_dest_.guest_[class^="order_"]  table.formdetail_ td{
    padding-bottom: 19px;
  }

div.content_dest_.guest_[class^="order_"] .agree-submit-section{
    width: 700px !important;
  }

div.content_dest_.guest_[class^="order_"] .agree-submit-section{
    margin: 0 auto;
  }

div.content_dest_.guest_[class^="order_"] .agree-submit-section .agree-section_{
      margin-left: 0;
    }

div.content_dest_.guest_[class^="order_"] .agree-submit-section .agree-section_ .modal-btn_{
        color: #1D3994;
        -webkit-text-decoration: underline;
        text-decoration: underline;
      }

div.content_dest_.guest_[class^="order_"] .agree-submit-section .agree-section_ label:before{
        width: 17px;
        height: 17px;
      }

div.content_dest_.guest_[class^="order_"] .agree-submit-section .agree-section_ label:after{
        border: none;
      }

div.content_dest_.guest_[class^="order_"] .agree-submit-section .agree-section_ input:checked + label:before{
        background-color: #fff;
      }

div.content_dest_.guest_[class^="order_"] .agree-submit-section .agree-section_ input:checked + label:after{
        border-left: 2px solid #404040;
    border-bottom: 2px solid #404040;
    left: 5px;
    top: 3px;
      }

div.content_dest_.guest_[class^="order_"] .sender_change_{
      display: block;
    width: 700px;
    margin: 0 auto;
    }

div.content_dest_.guest_[class^="order_"] .sender_change_ .sender_change_inner_{
      width: 315px !important;
    }

div.content_dest_.guest_[class^="order_"] .sender_change_ .sender_change_inner_{
      display: block;
      /* margin: 0 auto; */
      position: relative;
    }

div.content_dest_.guest_[class^="order_"] .sender_change_ .sender_change_inner_::after{
        position: absolute;
        content: "";
        display: block;
        width: 7px;
        height: 7px;
        top: 22px;
        right: 20px;
        border-right: 1px solid #404040;
        border-bottom: 1px solid #404040;
        transform: rotate(45deg) translateY(-50%);
      }

div.content_dest_.guest_[class^="order_"] .designation-contents_{
      width: 700px;
      margin: 0 auto;

  }

div.content_dest_.guest_[class^="order_"] .designation-contents_ span.icon_required_ {
        width: 37px;
        line-height: 23px;
        padding: 0;
        margin-right: 13px;
        border: 1px solid #cc0000;
        border-radius: 4px;
        font-size: 14px;
        background-color: #fff;
        color: #cc0000;
        text-align: center;
        font-weight: normal;
    }

div.content_dest_.guest_[class^="order_"] .designation-contents_ .method_host_ .small_{
        margin: 10px 0;
      }

div.content_dest_.guest_[class^="order_"] .formdetail_{
    margin-top: 20px;
  }

div.content_dest_.guest_[class^="order_"] div.post_office_ .post_office_inner_ input[type="button"]{
    color: #404040;
  }

div.content_dest_.guest_[class^="order_"] div.post_office_ .post_office_inner_ input.active_[type="button"]{
    color: #fff;
  }

/* ソーシャルギフト・メッセージカード設定 */

.order_.col1_ .submit_ #frmMessageCard input[type="image"] {
  display: none;
  border: 0;
  background: #FDE13E;
  border-radius: 25px;
}

.order-h_ .dest_list_ .address_item_ .address_title_ label {
  width: 450px;
  cursor: default;
}

.order-h_ .modal .dest_list_ .address_item_ .address_title_ {
  position: relative;
}

.order-h_ .modal .dest_list_ .address_item_ .address_title_ input[type="checkbox"]{
  position: absolute;
  top: 0;
  left: 0;
}

.order-h_ .modal .dest_list_ .address_item_ .address_title_ label {
  padding-left: 100px;
  cursor: pointer;
}

.order-h_ .content_multiple_.confilm .address_book_list_ .address_item_ p.error_ {
  width: 300px;
}

div.order_gift_.content_multiple_.confilm div.error_,
div.order_gift_.content_multiple_ div.error_.dest_home_input_error_ {
  padding-left: 20px;
  background-position: 0px 2px;
}

div.order_gift_.content_multiple_.confilm span.efo-error_ {
  width: auto;
  width: initial;
}

/* 年齢確認セレクトボックス */

div[class^="order_"].content_select_ #method_age .birthdate_ span:has(select){
  position:relative;
}

div[class^="order_"].content_select_ #method_age .birthdate_ span:has(select)::after{
  position: absolute;
  content: "";
  display: block;
  margin: 0;
  min-width: 0;
  width: 8px;
  height: 8px;
  border-bottom: 1px solid #404040;
  border-right: 1px solid #404040;
  top: 50%;
  right: 30px;
  transform: translateY(-50%) rotate(45deg);
}

/*郵便局検索プルダウン */

.order-h_ .order_gift_.content_dest_ .post_office_inner_ div span:has(#post_stop_list){
  width:250px;
  position:relative;
}

.order_gift_.content_select_ .post_office_inner_ div span:has(#post_stop_list){
  position: relative;
  display: block;
  height: 100%;
}

.order-h_ .order_gift_.content_dest_ .post_office_inner_ div span:has(#post_stop_list)::after,
.order_gift_.content_select_ .post_office_inner_ div span:has(#post_stop_list)::after{
  position: absolute;
  content: "";
  display: block;
  margin: 0;
  min-width: 0;
  width: 8px;
  height: 8px;
  border-bottom: 1px solid #404040;
  border-right: 1px solid #404040;
  top: 50%;
  right: 20px;
  transform: translateY(-50%) rotate(45deg);
  pointer-events: none;
}

div[class^="order_"].content_dest_ div.method_sender_ .sender_info_{
  border: 1px solid #dcdcdc;
  padding: 30px 40px 22px;
  color: #404040;
}

div[class^="order_"].content_dest_ .post_office_inner_ div select#post_stop_list{
  background:url(../img/usr/common/header/icon_arrow2-2.png) no-repeat right 10px top 18px;
  background-size: 15px;
}

/* 本人認証 */

div[class^="order_"].content_select_ #method_authperson table.formdetail_ tr{
  display: flex;
  flex-direction: column;
}

div[class^="order_"].content_select_ #method_authperson table.formdetail_ tr th{
  border: none;
}

div[class^="order_"].content_select_ #method_authperson table.formdetail_ tr td{
  border: none;
  margin-top: 10px;
  max-width: 620px;
}

/* エラー文調整 */

[class^="order_"].content_dest_ span.efo-error_,
[class^="order_"].content_multiple_ span.efo-error_{
  font-size: 14px;
  margin-left: 0;
  padding-left: 0;
  margin-top: 10px;
}

[class^="order_"].content_dest_ .submit-top_ ~ span.efo-error_,
[class^="order_"].content_multiple_ .submit-top_ ~ span.efo-error_{
  margin-left: 0;
  padding-left: 30px;
}

.order-h_ [class^="order_"].content_dest_ table.formdetail_ #host_mail th {
  padding-left: 0;
  margin-top: 30px;
}
.order-h_ [class^="order_"].content_dest_ table.formdetail_ #host_mail td {
  margin-bottom: 19px;
}

/* 注文完了画面エラー */
.order_.col1_:has(.order_id) .error_:not(:has(img)){
  display: block;
  padding-left: 60px;
  padding-right: 40px;
  background: url(../img/usr/icon/delicery_attention.png);
  background-repeat: no-repeat;
  background-position: 40px 5px;
  font-size: 14px;
  padding-top: 0;
  padding-bottom: 0;
}

/* 注文確認画面エラーボックス　　*/

.order-h_ .estimate_ div.info_{
  width: 100%;
}
.order-h_ .estimate_ div.info_ ul.error_{
  padding-left: 25px;
  padding-right: 0px;
  background: url(../img/usr/icon/delicery_attention.png);
  background-repeat: no-repeat;
  background-position: 5px 2px;
}

  /* 本人認証エラー */

  .order_gift_ .method_box_content_ .error_.authperson_{
    padding-left: 25px;
    background-position: 5px 2px;
  }

.order_gift_ .search_postoffice_line .error_.post_office_{
    padding-left: 25px;
    background-position: 5px 2px;
  }


/*==============================
ラジオボタン押下範囲修正
==============================*/

.order-h_ div.order_gift_.content_dest_ #sender_addr_inputmode .search_btn_wrap .search_btn_,
.order-h_ div.order_gift_.content_multiple_ #sender_addr_inputmode .search_btn_wrap .search_btn_,
.order-h_ div.order_gift_.content_select_ #method_pay .method_pay_btn{
  padding: 0;
  height: 56px;
  display:flex;
  justify-content: left;
  align-items: center;
}
.order-h_ div.order_gift_.content_dest_ .address_item_.post-office_,
.order-h_ div.order_gift_.content_dest_ .address_item_.post-office_ .check-box_,
.order-h_ div.order_gift_.content_multiple_ .address_item_.post-office_,
.order-h_ div.order_gift_.content_multiple_ .address_item_.post-office_ .check-box_{
  padding: 0;
  height: 63px;
  width: 700px;
  display:flex;
  justify-content: left;
  align-items: center;
}
.order-h_ div.order_gift_.content_select_ #method_post .method_box_content_ .post_office_notice_ .notice_radio_ .notice_radio_wrap{
  padding: 0;
  display:flex;
  justify-content: left;
  align-items: center;
}

.order-h_ div.order_gift_.content_dest_ .search_btn_ input[type="radio"],
.order-h_ div.order_gift_.content_dest_ .search_btn_ input[type="radio"]:checked:before,
.order-h_ div.order_gift_.content_dest_ .address_item_.post-office_ input[type="radio"],
.order-h_ div.order_gift_.content_dest_ .search_btn_ input[type="radio"]:checked:before,
.order-h_ div.order_gift_.content_multiple_ .search_btn_ input[type="radio"],
.order-h_ div.order_gift_.content_multiple_ .search_btn_ input[type="radio"]:checked:before,
.order-h_ div.order_gift_.content_select_ #method_pay .method_pay_btn input[type="radio"],
.order-h_ div.order_gift_.content_select_ #method_pay .method_pay_btn input[type="radio"]:checked:before,
.order-h_ div.order_gift_.content_dest_ .search_btn_ input[type="radio"]:checked:before,
.order-h_ div.order_gift_.content_select_ #method_post .method_box_content_ .post_office_notice_ .notice_radio_ .notice_radio_wrap input[type="radio"],
.order-h_ div.order_gift_.content_select_ #method_post .method_box_content_ .post_office_notice_ .notice_radio_ .notice_radio_wrap input[type="radio"]:checked:before{
  display:none;
}

/* ラベル・贈り先選択 */
.order-h_ div.order_gift_.content_dest_ .search_btn_ label,
.order-h_ div.order_gift_.content_multiple_ .search_btn_ label{
  width: 228px;
  padding:15px 12px 15px 40px;
  margin: 0;
  position: relative;
}
.order-h_ div.order_gift_.content_dest_ .address_item_.post-office_ label{
  width: 665px;
  height: 33px;
  padding:15px 12px 15px 40px;
  margin: 0;
  display:flex;
  justify-content: left;
  align-items: center;
  position: relative;
}
/* ラベル・支払い方法選択 */
.order-h_ div.order_gift_.content_select_ #method_pay .method_pay_btn label{
  width: calc(100% - 50px);
  height: 26px;
  padding:15px 10px 15px 40px;
  margin: 0;
  margin: 0;
  display:flex;
  justify-content: left;
  align-items: center;
  position: relative;
}
/* ラベル・紹介郵便局 */
.order-h_ div.order_gift_.content_select_ #method_post .method_box_content_ .post_office_notice_ .notice_radio_ .notice_radio_wrap label{
display:flex;
justify-content:left;
align-items: center;
width: calc(100% - 40px);
height: 50px;
padding-left: 40px;
margin: 0;
position: relative;
}

/* ボタンデザイン */
.order-h_ div.order_gift_.content_dest_ .search_btn_ label:before,
.order-h_ div.order_gift_.content_multiple_ .search_btn_ label:before,
.order-h_ div.order_gift_.content_dest_ .address_item_.post-office_ label:before,
.order-h_ div.order_gift_.content_select_ #method_pay .method_pay_btn label:before,
.order-h_ div.order_gift_.content_select_ #method_post .method_box_content_ .post_office_notice_ .notice_radio_ .notice_radio_wrap label:before{
  content: "";
  display: block;
  position: absolute;
  width: 17px;
  height: 17px;
  border: 1px solid #222;
  background: #fff;
  border-radius: 50%;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}

.order-h_ div.order_gift_.content_dest_ .search_btn_ input[type="radio"]:checked + label:after,
.order-h_ div.order_gift_.content_multiple_ .search_btn_ input[type="radio"]:checked + label:after,
.order-h_ div.order_gift_.content_dest_ .address_item_.post-office_ input[type="radio"]:checked + label:after,
.order-h_ div.order_gift_.content_select_ #method_pay .method_pay_btn input[type="radio"]:checked + label:after,
.order-h_ div.order_gift_.content_select_ #method_post .method_box_content_ .post_office_notice_ .notice_radio_ .notice_radio_wrap input[type="radio"]:checked + label:after{
  content: "";
  display: block;
  position: absolute;
  width: 9px;
  height: 9px;
  background: #222;
  border: none;
  border-radius: 50%;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}

.order-h_ div.order_gift_.content_select_ #method_pay .method_pay_btn input:disabled + label:before{
  border: none;
  background-color: #ccc;
}




.order-h_ div.order_gift_.content_multiple_ .modal .dest_list_address_wrap p.cart_vol{
  margin-bottom: 15px;
}
.order-h_ div.order_gift_.content_multiple_ .modal .dest_list_address_wrap .max_dest{
  margin-bottom: 20px;
  font-size: 15px;
}

div[class^="order_"].content_multiple_.confilm .modal p.error_{
  width: auto;
}

div[class^="order_"].content_multiple_ .modal p.error_{
  text-align: left;
  padding-left:0;
}

[class^="order_"].content_multiple_ p.error_.item_zero{
  display: none;
}

[class^="order_"].content_multiple_ p.error_.item_zero.active{
  display: block;
}


.order-h_ .content_multiple_.confilm .modal .address_book_list_ .address_item_ p.error_,
.order-h_ .content_multiple_ .modal .address_book_list_ .address_item_ p.error_ {
  width: auto;
  padding-left: 60px;
  line-height: 1.5;
  background-position: 35px 3px;
}

.giftlist_ .customer_ .order_delivery_.dest_goods_ .goods_delivery_ .goods_delivery_ select{
  width: auto;
}