@charset "Shift_JIS";

/* ---------------------------------------
 マイページ系 基本レイアウト
---------------------------------------- */
table.history_ { width: 100%; margin: 0 0 10px; border: #DDD 1px solid; border-bottom: none;}
table.history_ th { width: 35%; padding: 1px 5px; border-bottom: #DDD 1px solid; font-weight: normal; text-align: left; vertical-align: middle; white-space: nowrap; display: block; background-color: #F2F2F2;}
table.history_ td { padding: 1px 5px; border-bottom: #DDD 1px solid; display: block;}

/* ---------------------------------------
 01_01.注文履歴一覧
---------------------------------------- */
.block-history { line-height: 1.7;}
div.page_history_ .block-history--text { margin: 0 0 20px 0;}
div.page_history_ .block-mypage-top-info--head-name { margin: 0 0 20px 0; font-size: 20px; font-weight: 500;}

/* 切替タブ */
.block-history-lists-tab { margin: 0 -16px; border-bottom: #DDD 1px solid;}
.block-history-lists-tab ul { padding: 0 16px; display: flex; position: relative; bottom: -1px;}
.block-history-lists-tab li { width: 50%; height: 62px; border: #DDD 1px solid; font-size: 16px; font-weight: 500; display: flex; justify-content: center; align-items: center;}
.block-history-lists-tab li.block-history-lists-tab--new { border-right: none;}
.block-history-lists-tab li.block-history-lists-tab--current { border-bottom-color: #F2F2F2; background: #F2F2F2;}
.block-history-lists-tab li a { width: 100%; height: 100%; font-size: 16px; font-weight: 500; text-decoration: none; color: #333; display: flex; justify-content: center; align-items: center;}

.block-history-lists--body-inner { padding: 0 10px 10px; margin: 0 -15px; border-bottom: #DDD 1px solid; background: #F2F2F2;}
.block-history-lists--nav { padding: 15px; display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between;}
.block-history-lists--nav-search { width: 100%; margin: 0 0 25px;}
.block-history-lists--nav-search-form { margin: 0 0 10px; border-radius: 6px 0 0 6px; display: flex; background: #FFF; position: relative;}
.block-history-lists--nav-search input.block-history-lists--nav-search-input { width: calc(100% - 40px); height: 56px; padding-right: 25px; border-right: 0; border-radius: 6px 0 0 6px; text-decoration: none;}
.block-history-lists--nav-search-form-delete { width: 30px; height: 56px; text-align: center; text-decoration: none; line-height: 56px; display: none; position: absolute; top: 0; right: 40px;}
.block-history-lists--nav-search-period { width: 100%; max-width: 100%; background-color: #FFF;}
.block-history-lists--nav-search-btn { width: 40px; height: 56px; padding: 16px 8px; border-radius: 0 6px 6px 0; text-decoration: none; background: #585858;}
.block-history-lists--nav-sum span.rowcount_ { font-size: 20px; font-weight: 500;}
.block-history-lists--nav-sum span.navi_current_nums_ { margin: 0 0 0 10px;}
.block-history-lists--nav-about-delivery { margin-left: auto; font-size: 12px; text-decoration: underline; color: #1D3994;}
.block-history-lists--nav-about-delivery span { font-size: 12px; color: #1D3994;}

.block-history-lists--list { padding: 10px; margin: 0 0 20px; background: #FFF;}
.block-history-lists--list:last-child { margin: 0;}
.block-history-lists--list-head { margin: 0 0 20px; display: flex; align-items: center; justify-content: space-between;}
.block-history-lists--list-head-date { font-size: 16px; font-weight: 500;}
.block-history-lists--list-head-id { font-size: 12px; font-weight: 400;}
.block-history-lists--list-head a.block-history-lists--list-head-btn {
  width: 140px;
	height: 44px;
  border: #333 1px solid;
  border-radius: 6px;
  font-size: 16px;
	font-weight: 700;
  text-align: center;
  text-decoration: none;
  color: #333;
	display: flex;
	justify-content: center;
	align-items: center;
}
.block-history-lists--list-inner { padding: 10px; border: #DDD 1px solid;}
.block-history-lists--list-inner .block-history-lists--list-item { padding: 0 0 20px 0;}
.block-history-lists--list-inner .block-history-lists--list-item + .block-history-lists--list-item { padding-top: 20px; border-top: #949497 1px solid;}
.block-history-lists--list-inner .block-history-lists--list-item:nth-of-type(n+4) { display: none;}
.block-history-lists--list-inner .block-history-lists--list-item:last-child { padding-bottom: 0; margin: 0; border-bottom: none;}

/* 配送ステータス */
.block-history-lists--list-status { padding: 0 0 20px 0; margin: 0 0 20px 0; position: relative;}
.block-history-lists--list-status-current { padding: 0 0 0 10px; margin-bottom: 20px; font-size: 16px; font-weight: 500;}
.block-history-lists--list-status-figure-wrap { max-width: 450px; margin: 0 auto; display: flex; flex-wrap: wrap; justify-content: center; overflow: hidden;}
.block-history-lists--list-status-figure { width: 100%; height: 53px; display: flex; justify-content: space-between; position: relative;}
.block-history-lists--list-status-figure::before { content: ''; width: 100%; border-top: #D1D1D1 2px solid; display: block; position: absolute; left: 0; top: 12.5px; z-index: 1;}
.block-history-lists--list-status-figure li { width: 14vw; max-width: 72px; height: 53px; position: relative;}
.block-history-lists--list-status-figure li.done::before { content: ''; width: 80vw; border-top: #CC0000 2px solid; display: block; position: absolute; right: 0; top: 12.5px; z-index: 1;}
.block-history-lists--list-status-figure li::after { content: ''; width: 100%; height: 60px; display: block; background: #fff; position: absolute; left: 0; top: 0; right: 0; bottom: 0; z-index: 2;}
.block-history-lists--list-status-figure li span {
	width: 100%;
	height: 53px;
	padding: 35px 0 0 0;
	line-height: 1.0;
	text-align: center;
	display: block;
	background: #FFF;
	font-size: 12px;
	font-weight: 500;
	white-space: nowrap;
	word-break: keep-all;
	color: #CC0000;
	position: relative;
	z-index: 3;
}
.block-history-lists--list-status-figure li span::before { 
	content: '';
	width: 26px;
	height: 26px;
	border-radius: 26px;
	display: block;
	background: #CC0000;
	position: absolute;
	top: 0;
	left: calc(50% - 13px);
	box-sizing: border-box;
}
.block-history-lists--list-status-figure li span::after { 
	content: '';
  width: 8px;
  height: 12px;
  margin: auto;
  border-right: #FFF 3px solid;
  border-bottom: #FFF 3px solid;
  position: absolute;
  top: 5px;
	left: calc(50% - 4px);
  transform: rotate(45deg);
	box-sizing: border-box;
}
.block-history-lists--list-status-figure li.done span::before { border: #CC0000 6px solid; background: #FFF;}
.block-history-lists--list-status-figure li.done span::after { display: none;}
.block-history-lists--list-status-figure li.done span { color: #CC0000;}
.block-history-lists--list-status-figure li.done + li:not(.done) span::before,
.block-history-lists--list-status-figure li.done + li:not(.done) + li:not(.done) span::before,
.block-history-lists--list-status-figure li.done + li:not(.done) + li:not(.done) + li:not(.done) span::before,
.block-history-lists--list-status-figure li.done + li:not(.done) + li:not(.done) + li:not(.done) + li:not(.done) span::before { border: #D1D1D1 4px solid; background: #FFF;}
.block-history-lists--list-status-figure li.done + li:not(.done) span,
.block-history-lists--list-status-figure li.done + li:not(.done) + li:not(.done) span,
.block-history-lists--list-status-figure li.done + li:not(.done) + li:not(.done) + li:not(.done) span,
.block-history-lists--list-status-figure li.done + li:not(.done) + li:not(.done) + li:not(.done) + li:not(.done) span { color: #D1D1D1;}
.block-history-lists--list-status-figure:has(.processing_.done) li.preperation_.done span::before { border: none; background: #CC0000;}
.block-history-lists--list-status-figure:has(.processing_.done) li.preperation_.done span::after { display: block;}
.block-history-lists--list-status-figure:has(.depatched_.done) li.processing_.done span::before { border: none; background: #CC0000;}
.block-history-lists--list-status-figure:has(.depatched_.done) li.processing_.done span::after { display: block;}
.block-history-lists--list-status-figure:has(.indelivery_.done) li.depatched_.done span::before { border: none; background: #CC0000;}
.block-history-lists--list-status-figure:has(.indelivery_.done) li.depatched_.done span::after { display: block;}
.block-history-lists--list-status-figure:has(.delivered_.done) li.indelivery_.done span::before { border: none; background: #CC0000;}
.block-history-lists--list-status-figure:has(.delivered_.done) li.indelivery_.done span::after { display: block;}
.block-history-lists--list-status-figure li.done.delivered_ span::before { border: none; background: #CC0000;}
.block-history-lists--list-status-figure li.done.delivered_ span::after { display: block;}
.block-history-lists--list-status-link { font-size: 12px; text-decoration: underline; color: #1D3994; position: absolute; right: 5px; top: 3px; cursor: pointer;}

/* 販売者・商品（名前／価格／数量など） */
.block-history-lists--list-number { margin: 0 0 10px; font-size: 16px; font-weight: 700;}
.block-history-lists--list-item-seller { margin: 0 0 10px; font-size: 16px; font-weight: 500;}
.block-history-lists--list-item-info + .block-history-lists--list-item-seller { padding: 20px 0 0; margin-top: 20px; border-top: #949497 1px solid;}
.block-history-lists--list-item-info { display: flex; flex-wrap: wrap; justify-content: center;}
.block-history-lists--list-item-info + .block-history-lists--list-item-info { padding-top: 30px; margin-top: 30px; border-top: #949497 1px dashed;}
.block-history-lists--list-item-img { width: 100px; margin: 0 10px 0 0;}
.block-history-lists--list-item-img img { width: 100%;}
.block-history-lists--list-item-text { width: calc(100% - 110px);}
a.block-history-lists--list-item-name { margin: 0 0 10px; font-size: 14px; text-decoration: underline; color: #333; display: inline-block; transition: 0.2s;}
.block-history-lists--list-item-price { margin: 0 0 15px 0;}
.block-history-lists--list-item-price .price_ { margin: 0 0 10px; font-size: 16px; font-weight: 700;  line-height: 1.4;}
.block-history-lists--list-item-price .price_ .yen_ { font-size: 12px; font-weight: 700;}
.block-history-lists--list-item-price .price_ .tax_ { font-size: 12px; font-weight: 500; font-feature-settings: "palt"; display: block;}
.block-history-lists--list-item-price .qty_ { font-size: 14px; font-weight: 400;}
.block-history-lists--list-item-recommend { font-size: 12px; text-decoration: underline; color: #1D3994;}
.block-history-lists--list-item-buy { width: calc(100% - 110px); margin: 0 0 0 auto; text-align: center;}
.block-history-lists--list-item-buy a.block-history-lists--list-item-cart {
	width: 100%;
	height: 40px;
	padding: 0 0 0 26px;
	border-radius: 40px;
	font-size: 16px;
	font-weight: 700;
	text-decoration: none;
	color: #FFF;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #CC0000;
	background-image: url(../../img/usr/icon/icon_cart_white.png);
	background-position: calc(50% - 4.2em) center;
	background-repeat: no-repeat;
	-webkit-background-size: 24px 20px;
	background-size: 24px 20px;
}
.block-history-lists--list-more { 
	width: 100%;
	padding: 20px 0 10px 10px;
	margin: 0 auto;
	border-top: #949497 1px solid;
	font-size: 16px;
	text-decoration: underline;
	text-align: center;
	color: #1D3994;
	position: relative;
	transform: 0.2s;
	cursor: pointer;
}
.block-history-lists--list-more:after { 
	content: '';
	width: 8px;
	height: 8px;
	margin: 0 0 0 5px;
	border-right: #333 1px solid;
	border-bottom: #333 1px solid;
	display: inline-block;
	transform: rotate(45deg);
	position: relative;
	top: -2px;
}
.block-history-lists--list-item-finished { color: #CC0000;}

/* 注文金額合計・支払い方法 */
.block-history-lists--list-bottom { padding: 15px 0 30px;}
.block-history-lists--list-bottom dl { line-height: 1.5; display: flex; align-items: center; justify-content: flex-end;}
.block-history-lists--list-bottom dt { padding: 0 15px 0 0; margin: 0; font-size: 12px; font-weight: 500; position: relative;}
.block-history-lists--list-bottom dt:after { content: ':'; margin: 0 0 0 5px;}
.block-history-lists--list-total-price dd { padding: 0 0 8px 0; font-size: 16px; font-weight: 500;}
.block-history-lists--list-total-price dd span { font-size: 24px; font-weight: 500;}
.block-history-lists--list-payment dd { font-size: 16px; font-weight: 500;}
.block-history-lists--no-data { padding: 20px 12px; text-align: center; background: #FFF;}
.block-history-lists--bw span { color: #1D3994;}

/* モーダル */
.block-history-modal { width: 100vw; height: 100vh; display: none; position: fixed; top: 0; left: 0; z-index: 13;}
.block-history-modal--bg { width: 100%; height: 100%; background: rgba(0, 0, 0, 0.6); position: absolute; top: 0; left: 0;}
.block-history-modal--contents { width: 88%; padding: 16px; border-radius: 12px; background: #FFF; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%);}
.block-history-modal--title { margin: 0 0 16px 0; font-size: 20px; font-weight: 500;}
.block-history-modal--lists { max-height: 50vh; padding: 0; background: #FFF; overflow-y: auto;}
.block-history-modal--list { padding: 30px 0; border-bottom: #D2D2D2 1px solid;}
.block-history-modal--list .block-history-modal--list-title { font-size: 16px; font-weight: 500; margin: 0 0 16px 0;}
.block-history-recommend-modal--contents { background: #FFF;}
.block-history-recommend-modal--contents .block-history-modal--title { margin: 0 0 15px;}
.block-history-recommend-modal--lists { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px;}
.block-history-recommend-modal--list { width: calc((100% - 20px) / 3); margin: 0 0 10px;}
.block-history-recommend-modal--list-img img { max-width: 100%;}
.block-history-recommend-modal--list-price { text-align: right; font-weight: bold; line-height: 1; color: #C00;}
.block-history-modal--close {
  width: 230px;
  height: 56px;
	margin: 16px auto 0;
  border-radius: 56px;
	font-size: 16px;
	font-weight: 700;
	text-decoration: none;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
  background: #CC0000;
  cursor: pointer;
}

/* 配送履歴（モダール） */
#modal-delivery-history.block-history-modal .block-history-modal--lists { border-top: #D2D2D2 1px solid;}
#modal-delivery-history.block-history-modal .block-history-modal--list dl { display: flex; align-items: center; justify-content: space-between;}
#modal-delivery-history.block-history-modal .block-history-modal--list dt { width: 40%; font-size: 16px;}
#modal-delivery-history.block-history-modal .block-history-modal--list dd { width: 60%;}

/* 配送状況について（モダール） */
#modal-about-delivery.block-history-modal .block-history-modal--list { padding: 20px 0 30px 0; border-bottom: #D2D2D2 1px solid;}

/* ---------------------------------------
 01_02.注文履歴詳細
---------------------------------------- */
div.page_historydetail_ {}

.block-history-detail--customer { padding: 0; margin: 0 0 25px; font-size: 20px; font-weight: 500; text-align: center;}
.block-history-detail--contents { padding: 10px; margin: 0 -16px 40px; border-top: #DDD 1px solid; border-bottom: #DDD 1px solid; background: #F2F2F2;}
.block-history-detail--contents h2 { padding: 5px 0 10px 0; margin: 0 0 10px 0; border-bottom: #DDD 1px solid; font-size: 20px; font-weight: 500; background: #FFF;}
.block-history-detail--contents .block-history-detail-info { padding: 10px; margin: 0 0 10px 0; background: #FFF;}

.block-history-detail--receipt { margin: 0 0 10px; display: flex; justify-content: flex-end;}
.block-history-detail--receipt-button-notice { font-size: 12px; text-align: center; display: block;}
.block-history-detail--receipt .button {
  width: 160px;
  height: 56px;
  margin: 0 0 5px auto;
  border: #333 1px solid;
  border-radius: 56px;
  font-size: 16px;
  text-decoration: none;
  color: #333;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #FFF;
}
.block-history-detail--receipt .button.disabled { border-color: #D2D2D2; background-color: #D2D2D2; color: #FFF;}

dl.block-history-detail--info-item { margin: 0 0 10px; display: flex;}
dl.block-history-detail--info-item dt { width: 100px; font-size: 14px; font-weight: 400; letter-spacing: -0.5px; position: relative;}
dl.block-history-detail--info-item dd { width: calc(100% - 100px); padding: 0 0 0 15px; font-size: 14px; font-weight: 400;}
dl.block-history-detail--info-item dd .block-history-detail-info--item-payment-notice { padding-left: 1em; margin-top: 5px; font-size: 12px; text-indent: -1em; color: #666;}
dl.block-history-detail--info-item dt::after { content: ':'; line-height: 1.0; display: inline-block; position: absolute; top: 0.15em; right: 0;}
dl.block-history-detail--info-item.agree { margin-top: 20px;}
dl.block-history-detail--info-item.limit dt { font-size: 16px; font-weight: 500;}
dl.block-history-detail--info-item.limit dt::after { font-size: 16px; right: -2px;}
dl.block-history-detail--info-item.limit dd { font-size: 16px; font-weight: 500; word-break: break-all; color: #EC0000;}

/* ソーシャルギフト購入URL */
.block-history-detail--info-copy { margin: 20px 0 5px 0; border: #DDD 1px solid; border-radius: 6px; display: flex; justify-content: space-between; align-items: center;}
.block-history-detail--info-copy-title { width: 75px; height: 40px; border-radius: 6px 0 0 6px; font-size: 13px; text-align: center; text-decoration: none; line-height: 40px; background: #F2F2F2; color: #222; cursor: pointer;}
.block-history-detail--info-copy-url { width: calc(100% - 137px); height: 40px;}
.block-history-detail--info-copy-url input {
  width: 100%;
  max-width: 100%;
  height: 40px;
	min-height: 40px;
  padding: 0 10px;
  margin: 0;
  border: none !important;
  outline: none;
  font-size: 14px;
  text-align: left;
	text-decoration: none;
  line-height: 40px;
  background: #FFF;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #666;
}
.block-history-detail--info-copy-button { width: 62px; height: 40px;}
.block-history-detail--info-copy-button button {
  width: 62px;
  height: 40px;
  padding: 0;
  margin: 0;
  border: none;
  outline: none;
  border-radius: 0 6px 6px 0;
  font-size: 13px;
  text-align: center;
	text-decoration: none;
  line-height: 40px;
  background: #222;
  color: #FFF;
  cursor: pointer;
}

/* ギフトURLをコピーしました（モーダル） */
.block-history-detail--info-copy-popup { width: 100%; height: 100%; display: none;  position: fixed; top: 0; left: 0; right: 0; bottom: 0; z-index: 1000;}
.block-history-detail--info-copy-popup-inner { width: calc(100% - 32px); padding: 16px; border: #EC0000 2px solid; border-radius: 12px; text-align: center; color: #333; display: block; background: #FFF;}
.block-history-detail--info-copy-popup .title { padding: 16px 0; font-size: 20px; font-weight: 500; display: flex; align-items: center; justify-content: center;}
.block-history-detail--info-copy-popup .title::before { 
	content: '';
	width: 24px;
	height: 24px;
	margin: 0 10px 0 0;
	display: block;
  background: url("../../img/usr/mypage/icon_giftcopy.png") left center no-repeat;
	-webkit-background-size: auto 22px;
	background-size: auto 22px;
}
.block-history-detail--info-copy-popup .message { padding: 16px; margin: 10px 0 0; border-radius: 12px; font-size: 14px; font-weight: 400; text-align: left; line-height: 1.8; color: #333; background: #FFF3F3;}
.block-history-detail--info-copy-popup .message::before { 
	content: '';
	width: 100%;
	height: 24px;
	margin: 0 auto 10px;
	display: block;
	background: url(../../img/usr/common/caution.png) center center no-repeat;
	-webkit-background-size: auto 24px;
	background-size: auto 24px;
}
.block-history-detail--info-copy-popup #gifturl_popup_close { margin: 16px 0 4px 0; text-align: center; cursor: pointer;}
.block-history-detail--info-copy-popup #gifturl_popup_close span { text-decoration: underline; color: #1D3994;}
.block-history-detail--info-copy-popup #gifturl_popup_close span::before { content: '×';}
body.fixed-gifturl-copy .block-history-detail--info-copy-bg { width: 100%; background: rgba(0, 0, 0, 0.6); position: fixed; top: 0; left: 0; right: 0; bottom: 0; z-index: 900;}
body.fixed-gifturl-copy .block-history-detail--info-copy-popup { display: flex; justify-content: center; align-items: center;}

/* 支払い情報 */
#payment dl.block-history-detail--info-item.meisai_ { display: flex; flex-wrap: wrap;}
#payment dl.block-history-detail--info-item.meisai_ dd.block-history-detail-price { width: 100%; padding: 20px 20px 10px;}
#payment .block-history-detail-price .block-history-detail-price--item { display: flex; justify-content: space-between; align-items: center;}
#payment .block-history-detail-price .block-history-detail-price--item.total { margin-bottom: 10px; flex-wrap: wrap;}
#payment .block-history-detail-price--item-head { width: 50%; margin: 0 0 10px 0; font-size: 16px; font-weight: 400;}
#payment .block-history-detail-price--item-body { width: 50%; margin: 0 0 10px 0; font-size: 14px; font-weight: 400; text-align: right;}
#payment .block-history-detail-price .block-history-detail-price--item.point_ .block-history-detail-price--item-head,
#payment .block-history-detail-price .block-history-detail-price--item.coupon_ .block-history-detail-price--item-head { font-size: 14px;}
#payment .block-history-detail-price--item-detail-head { width: 50%; margin: 0 0 10px 0;}
#payment .block-history-detail-price--item-detail-body { width: 50%; margin: 0 0 10px 0; text-align: right;}
#payment .block-history-detail-price--sum { margin: 10px 0 0 0; padding: 20px 0 0 0; border-top: #D2D2D2 1px solid; display: flex; justify-content: space-between; align-items: center;}
#payment .block-history-detail-price--sum-head { width: 48.5%; font-size: 20px; font-weight: 500;}
#payment .block-history-detail-price--sum-body { width: 48.5%; font-size: 20px; font-weight: 500; text-align: right;}
#payment .block-history-detail-price--point { margin: 10px 0 0 0; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap;}
#payment .block-history-detail-price--point-head { width: 48.5%; font-size: 20px; font-weight: 500;}
#payment .block-history-detail-price--point-body { width: 48.5%; font-size: 20px; font-weight: 500; text-align: right;}
#payment .block-history-detail-price--point-limited { width: 100%; margin: 20px 0 0 0; font-size: 12px; font-weight: 400; color: #EC0000; display: flex; justify-content: space-between; align-items: center;}
#payment .block-history-detail-price--point-limited-info { margin: 5px 0 0 0; font-size: 12px; font-weight: 400; color: #EC0000;}

/* キャンペーン */
.block-history-detail-campaign { padding: 20px; margin: 20px 10px 10px; border: #333 1px solid;}
.block-history-detail-campaign dl + dl { margin: 10px 0 0 0;}
.block-history-detail-campaign dt { font-size: 14px; font-weight: 500;}
.block-history-detail-campaign dd { font-size: 14px; word-break: break-all;}

/* 注文内容情報 */
#order-item .block-history-detail-info--body { padding: 16px; margin: 0 0 20px; border: #222 1px solid;}
#order-item .block-history-detail-info--body dl { display: flex; justify-content: space-between;}
#order-item .block-history-detail-info--body dl + dl { margin: 5px 0 0 0;}
#order-item .block-history-detail-info--body dt { width: 100px; font-size: 14px; font-weight: 400; line-height: 1.6; letter-spacing: -0.5px; position: relative;}
#order-item .block-history-detail-info--body dd { width: calc(100% - 100px); padding: 0 0 0 15px; font-size: 14px; font-weight: 400; line-height: 1.6; word-break: break-all;}
#order-item .block-history-detail-info--body dd .block-history-detail-item--data-notice { padding-left: 1em; font-size: 12px; text-indent: -1em; line-height: 1.4; color: #666;}
#order-item .block-history-detail-info--body dt::after { content: ':'; line-height: 1.6; display: inline-block; position: absolute; top: 0; right: 0;}
#order-item .block-history-detail-info--body dl.block-history-detail-item--status { margin: 0 0 15px;}
#order-item .block-history-detail-info--body dl.block-history-detail-item--status dt { font-size: 20px; font-weight: 500;}
#order-item .block-history-detail-info--body dl.block-history-detail-item--status dt::after { font-size: 20px; right: -2px;}
#order-item .block-history-detail-info--body dl.block-history-detail-item--status dd { font-size: 20px; font-weight: 500; color: #EC0000;}
#order-item .block-history-detail-item--socialgift-notice { margin-bottom: 10px;}
#order-item .block-history-detail-item--data { padding: 15px 0 15px; margin: 0 0 15px 0; border-top: #DDD 1px solid; border-bottom: #DDD 1px solid;}
#order-item .block-history-detail-item--data .redelivery_button_ {
  width: auto;
  padding: 0 10px;
  margin: 5px 5px 5px 0;
  border: #333 1px solid;
  border-radius: 3px;
  font-size: 13px;
  text-decoration: none;
  color: #333;
  display: inline-flex;
  align-items: center;
  background-color: #F2F2F2;
}
#order-item .block-history-detail-item--info { padding: 20px 0 0 0; margin: 15px 0 20px; border-top: #DDD 1px solid; display: flex; justify-content: space-between;}
#order-item .block-history-detail-item--info-img { width: 100px;}
#order-item .block-history-detail-item--info-img img { width: 100px;}
#order-item .block-history-detail-item--info-text { width: calc(100% - 120px); padding: 0; display: flex; flex-direction: column;}
#order-item .block-history-detail-item--info-icon { display: flex;}
#order-item .block-history-detail-item--info-icon .icon { width: 90px; height: 22px; margin: 0 10px 10px 0; font-size: 12px; font-weight: bold; display: flex; justify-content: center; align-items: center;}
#order-item .block-history-detail-item--info-icon .icon.icon-subscription { background: #548235; color: #FFF;}
#order-item .block-history-detail-item--info-name { margin: 0 0 10px 0; font-size: 14px; font-weight: 400;}
#order-item .block-history-detail-item--info-name a { font-size: 14px; font-weight: 400; text-decoration: underline; color: #333;}
#order-item .block-history-detail-item--info-name .name2_ { margin: 10px 0 0 0; font-size: 14px; font-weight: 400;}
#order-item .block-history-detail-item--info-code { margin: 0 0 10px 0; font-size: 12px; font-weight: 400;}
#order-item .block-history-detail-item--info-price { margin: auto 0 0 0; font-size: 16px; font-weight: 400;}
#order-item .block-history-detail-item--info-price span.price_note_ { padding: 0 0 0 78px; margin-bottom: 5px; font-size: 12px; font-weight: normal; display: block;}
#order-item .block-history-detail-item--info-price span.tax_class_reduced_ { margin-bottom: 5px; font-size: 12px; font-weight: normal; display: block;}
#order-item .block-history-detail-item--info-qty { font-size: 14px; font-weight: 500;}
#order-item .block-history-detail-item--info-cart { margin: 20px 0 0 0; text-align: center;}
#order-item .block-history-detail-item--info-cart a {
  width: 100%;
  height: 56px;
  margin: 0 auto;
  border: #333 1px solid;
  border-radius: 56px;
  font-size: 16px;
	font-weight: 700;
  text-align: center;
  text-decoration: none;
  color: #333;
  display: flex;
  justify-content: center;
  align-items: center;
}
#order-item .block-history-detail-item--info-cart a + a { margin-top: 10px;}
#order-item .block-history-detail-item--info-cart a.reorder { border-color: #CC0000; color: #FFF; background: #CC0000;}
#order-item .block-history-detail-item--info-cart .soldout { color: #C00;}
#order-item .block-history-detail-item--info-noshi { padding: 10px; margin: 0 0 20px 0; background: #F2F2F2;}
#order-item .block-history-detail-item--info-noshi dt { width: 110px; font-size: 14px; font-weight: 400;}
#order-item .block-history-detail-item--info-noshi dd { width: calc(100% - 110px); padding: 0 0 0 20px; font-size: 14px; font-weight: 400; word-break: break-all;}
#order-item .block-history-detail-item--info-total { padding: 10px 0 0 0; border-top: #DDD 1px solid; text-align: right;}
#order-item .block-history-detail-item--info-total .name::after { content: ':'; margin: 0 5px 0 3px;}
#order-item .block-history-detail-item--info-total-price .name { font-size: 14px; font-weight: 500;}
#order-item .block-history-detail-item--info-total-price .num  { font-size: 24px; font-weight: 500;}
#order-item .block-history-detail-item--info-total-price .tax  { font-size: 12px; font-weight: 500;}
#order-item .block-history-detail-item--info-total-postage { margin: 5px 0 0;}
#order-item .block-history-detail-item--info-total-postage .name { font-size: 14px; font-weight: 400;}
#order-item .block-history-detail-item--info-total-postage .num  { font-size: 14px; font-weight: 400;}
#order-item .block-history-detail-item--info-total-postage .tax  { font-size: 14px; font-weight: 400;}

/* 紹介者情報 */
#introducer dl.block-history-detail--info-item dt { width: 150px;}
#introducer dl.block-history-detail--info-item dd { width: calc(100% - 150px);}

/* ボタン各種 */
.block-history-detail-button { margin: 40px 0; text-align: center;}
.block-history-detail-button-contact a { font-size: 16px; text-align: center; text-decoration: underline; color: #1D3994;}
.block-history-detail-button-order-all { margin: 20px 20px 0;}
.block-history-detail-button-order-all a {
  width: 100%;
  height: 56px;
  margin: 0 auto;
  border-radius: 56px;
  font-size: 16px;
	font-weight: 700;
  text-decoration: none;
  color: #FFF;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #CC0000;
}
.block-history-detail-button-cancel-all { margin: 20px 20px 0;}
.block-history-detail-button-cancel-all a {
  width: 100%;
  height: 56px;
  margin: 0 auto;
  border: #333 1px solid;
  border-radius: 56px;
  font-size: 16px;
	font-weight: 700;
  text-decoration: none;
  color: #333;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #FFF;
}
.block-history-detail-notice-subscription { padding: 0 0 0 1em; margin: 0 0 30px; font-size: 14px; font-weight: 400; text-indent: -1em; line-height: 1.7;}
.block-history-detail-notice-regular { padding: 0 0 0 1em; margin: 0 0 30px; font-size: 14px; font-weight: 400; text-indent: -1em; line-height: 1.7;}

/* ログイン画面 google recaptcha */
.grecaptcha-badge { bottom: 55px !important;}

/* サブスク */
.monthly_area .common_headline2_Wrap { padding: 0;}
.monthly_contents_ .common_headline2_Wrap { padding: 0;}
.monthly_contents_ > div:not(:first-child) { display: none;}
.monthly_tab_ { padding: 0 0 10px 0; overflow: scroll; -ms-overflow-style: none; scrollbar-width: none;}
.monthly_tab_::-webkit-scrollbar { display: none;}
.monthly_tab_ ul { margin: 0; border-bottom: #666 2px solid; white-space: nowrap; line-height: 0; display: inline-block;}
.monthly_tab_ li { padding: 8px 10px; border-radius: 5px 5px 0 0; font-size: 11px; font-weight: bold; line-height: 1; color: #BBB; display: inline-block; background: #F2F2F2;}
.monthly_tab_ li.current { color: #FFF; background: #666;}
.monthly_area_ { padding: 5px 0 10px 0;}
.goods_contents_ { padding: 0 20px;}
.goods_contents_ p { font-weight: bold;}
.goods_area_ { margin-bottom: 20px;}
.goods_area_ img { width: 100px;}
.monthly_area_ img { width: 100px;}
.monthly_area_ .ranking_contents .product_box { padding: 0 0 25px; border: 0;}
.monthly_area_ .common_headline3_Wrap { margin: 0 0 15px; display: flex; justify-content: space-between; align-items: flex-end;}
.monthly_area_ .common_headline3_Wrap h3 { padding: 0; font-size: 14px;}

.subsc_button_ { margin: 10px 0 !important; text-align: center;}
.subsc_button_ input { width: 315px;}
.subsc_cancel_ { margin: 10px 0 20px !important;}
.subsc_ .post_office_name_ input { width: 23%; padding: 10px 0; margin-top: 3px; border: #676767 1px solid; border-radius: 5px; font-size: 11px; background: #FFF;}
.subsc_contact_ { margin-top: 10px;}
.subsc_flex_ { display: flex !important; align-items: center;}
.subsc_flex_ div { padding-right: 10px;}
.end_:after {
  content: '受付完了';
  width: 100%;
  height: 100%;
  color: #FFF;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
}
.no_border_right_ { width: 1%; border-right: none !important; position: relative;}
.no_border_left_  { border-left: none !important;}
.card_msg_ { font-weight: bold; color: #993300;}

/* ---------------------------------------
 02_01.定期購入一覧
---------------------------------------- */
/* 共通パーツ */
.block-regular-list--contents { line-height: 1.7;}
.block-regular-list--no-data { padding: 25px 0; margin: 0 0 30px 0; border: #D8D8DB 1px solid; font-size: 14px; text-align: center;}
.block-regular-list--sec { padding: 24px 5px 0; margin: 0; border-top: #949497 1px solid; position: relative;}
.block-regular-list--sec h2 { padding: 0; margin: 0 -5px 20px; font-size: 20px; font-weight: 500; line-height: 1.5;}
.block-regular-list-items { padding: 0; overflow-x: auto;}
.block-regular-list-items ul { padding-bottom: 35px; display: flex; flex-wrap: nowrap;}
.block-regular-list-item { width: 150px; min-width: 150px; margin: 0 10px 0 0; vertical-align: top; display: inline-block;}
.block-regular-list-item--img { width: 150px; height: 150px; margin: 0 0 10px 0; display: flex; justify-content: center; align-content: center;}
.block-regular-list-item--img img { max-width: 100%; max-height: 100%;}
.block-regular-list-item--name { height: 3.0em; margin: 0 0 15px; font-size: 14px; line-height: 1.5; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden;}
.block-regular-list-item--name a { text-decoration: underline; white-space: normal; color: #333;}
.block-regular-list-item--btn-wrap { margin: 0 0 10px 0;}
.block-regular-list-item--btn-wrap a.block-regular-list-item--btn { 
	width: 100%;
	height: 40px;
	margin: 0;
	border: #333 1px solid;
	border-radius: 6px;
	font-size: 16px;
	font-weight: 700;
	text-align: center;
	text-decoration: none;
	color: #333;
	display: flex;
	justify-content: center;
	align-items: center;
}
.block-regular-list-item--noskip-text { margin: 0 0 10px 0; font-size: 12px; font-weight: 400; text-align: center; line-height: 1.2;}
.block-regular-list-item--status-wrap { margin: 0 0 10px 0;}
.block-regular-list-item--status { font-size: 12px; font-weight: 400; text-align: center;}
.block-regular-list-item--skip { text-align: center;}
.block-regular-list-item--skip .block-regular-list-item--skip-text { margin: 0 0 5px 0; font-size: 12px; text-align: center; color: #333;}
.block-regular-list-item--skip .block-regular-list-item--skip-date { margin: 0 0 10px 0; font-size: 16px; text-align: center; color: #EC0000;}
.block-regular-list-item--skip .block-regular-list-item--skip-btn { margin: 0 auto; font-size: 14px; text-decoration: underline; color: #1D3994; cursor: pointer; display: inline-block; transition: 0.2s;}

/* スキップモーダル */
.block-regular-list-skip-modal { width: 100vw; height: 100vh; display: none; position: fixed; top: 0; left: 0; z-index: 100;}
.block-regular-list-skip-modal--bg { width: 100%; height: 100%; position: absolute; top: 0; left: 0; background: rgba(0, 0, 0, 0.5);}
.block-regular-list-skip-modal--contents {
  width: 90%;
  max-height: 70%;
  padding: 16px;
	border-radius: 12px;
  background: #FFF;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  overflow-y: auto;
}
.block-regular-list-skip-modal--title { padding: 0; margin: 0 0 16px 0; font-size: 20px; font-weight: 500; text-align: left;}
.block-regular-list-skip-modal--list { padding: 0 0 1px 0;}
.block-regular-list-skip-modal--item { padding: 0 0 20px; margin: 0 0 20px 0; border-bottom: #757578 1px solid; display: flex; justify-content: space-between; align-items: center;}
.block-regular-list-skip-modal--item-img { width: 100px; line-height: 0; display: block;}
.block-regular-list-skip-modal--item-img img { max-width: 100%;}
.block-regular-list-skip-modal--item-name { width: calc(100% - 110px);}
.block-regular-list-skip-modal--item-name a { font-size: 13px; font-weight: 400; text-decoration: underline; color: #333;}
.block-regular-list-skip-modal--text { margin: 0 0 20px; font-size: 16px; font-weight: 500; text-align: center;}
.block-regular-list-skip-modal--notice { margin: 0 0 20px; font-size: 14px; font-weight: 500; text-align: center; color: #EC0000;}
.block-regular-list-skip-modal--btn { display: flex; justify-content: center; column-gap: 10px;}
.block-regular-list-skip-modal--btn > * { 
	width: 136px;
	height: 56px;
	border-radius: 56px;
	font-size: 16px;
	font-weight: 700;
	text-decoration: none;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
}
.block-regular-list-skip-modal--btn-submit { border: #CC0000 1px solid; color: #FFF; background: #CC0000;}
.block-regular-list-skip-modal--btn-cancel { border: #333 1px solid; color: #333; background: #FFF;}

/* 定期申込情報一覧
---------------------------------------- */
div.page_regularhistory_ .block-mypage-top-info--head-name { margin: 0 0 20px 0; font-size: 20px; font-weight: 500;}

/* 定期申込情報一覧（サブスク）
---------------------------------------- */
div.page_subschistory_ {}

/* ---------------------------------------
 02_02.定期申込情報詳細
---------------------------------------- */
/* 共通パーツ */
table.historydetail_ th { width: 40%; padding: 3px; border: #CCC 1px solid; font-weight: normal; text-align: left; white-space: nowrap; background-color: #F8F8F8;}
table.historydetail_ td { padding: 3px; border: #CCC 1px solid; border-left: none;}

.block-regular-detail { line-height: 1.7;}
.block-regular-detail a.change-btn {
	width: 80px;
	height: 36px;
	margin: 0 0 0 15px;
	border: #333 1px solid;
	border-radius: 6px;
	color: #333;
	font-size: 16px;
	font-weight: 700;
	text-decoration: none;
	display: flex;
	justify-content: center;
	align-items: center;
}
.block-regular-detail--sec { padding: 20px 10px; margin: 0 -16px 10px; border-top: #DDD 1px solid; border-bottom: #DDD 1px solid; background: #F2F2F2;}
.block-regular-detail--sec:last-child { margin: 0;}
.block-regular-detail--caution { margin: 0 0 25px 0; font-size: 12px; font-weight: 400; text-align: right; color: #EC0000;}
.block-regular-detail--sec-contents { padding: 10px; margin: 0 0 10px; background: #FFF; overflow: hidden;}
.block-regular-detail--sec-contents:last-child { margin: 0;}
.block-regular-detail--sec-contents h2 { padding: 0 0 10px 0; margin: 0 0 20px 0; border-bottom: #DDD 1px solid; font-size: 20px; font-weight: 500;}
.block-regular-detail-item { padding: 0; margin: 0 0 20px 0; display: flex; justify-content: space-between;}
.block-regular-detail-item .block-regular-detail-item--img { width: 100px; margin: 0; text-align: center; line-height: 0; display: block;}
.block-regular-detail-item .block-regular-detail-item--img img { max-width: 100%; vertical-align: top;}
.block-regular-detail-item .block-regular-detail-item--text { width: calc(100% - 115px);}
.block-regular-detail-item .block-regular-detail-item--name { margin: 0 0 17px; font-size: 14px; font-weight: 400;}
.block-regular-detail-item .block-regular-detail-item--name a { font-size: 14px; font-weight: 400; text-decoration: underline; color: #333;}
.block-regular-detail-item .block-regular-detail-item--price { font-size: 16px; font-weight: 400;}
.block-regular-detail-item .block-regular-detail-item--price .tax_ { font-size: 12px; font-weight: 400;}
.block-regular-detail-item .block-regular-detail-item--price .qty_ { font-size: 12px; font-weight: 400;}
.block-regular-detail-info dl { margin: 0 auto 5px; line-height: 1.8; display: flex; flex-wrap: wrap; align-items: flex-start;}
.block-regular-detail-info dt { width: 145px; padding: 0 20px 0 0; font-size: 14px; font-weight: 400; position: relative;}
.block-regular-detail-info dt:after { content: ':'; position: absolute; top: -2px; right: 10px;}
.block-regular-detail-info dd { width: calc(100% - 145px); font-size: 14px; font-weight: 400;}
.block-regular-detail-info .block-regular-detail-info--btn { margin-top: 20px;}
.block-regular-detail-info--btn-cancel,
.block-regular-detail-schedule--skip-btn,
a.block-regular-detail-info--btn-contact,
.block-regular-edit--detail-regular-contact {
  width: 250px;
	height: 56px;
  padding: 0;
  margin: 10px auto 0;
  border: #333 1px solid;
	border-radius: 56px;
  font-size: 16px;
	font-weight: 700;
	text-decoration: none;
	color: #333;
  display: flex;
	justify-content: center;
	align-items: center;
  background: #FFF;
	cursor: pointer;
}

/* お届け時間帯 */
.block-regular-detail-schedule { padding: 20px 0 0; margin: 20px 0 0; border-top: #DDD 1px solid;}
.block-regular-detail-schedule a.change-btn { margin: 0 0 0 auto;}

/* 次回のお届け予定日 */
.block-regular-detail-schedule--date { margin: 0 0 15px 0; display: flex; align-items: center;}
.block-regular-detail-schedule--date dt { padding: 0 1.5em 0 0; font-size: 16px; font-weight: 500; position: relative;}
.block-regular-detail-schedule--date dt:after { content: ':'; position: absolute; top: -2px; right: 10px;}
.block-regular-detail-schedule--date dd { font-size: 16px; font-weight: 500;}
.block-regular-detail-schedule--note { padding: 0 0 0 1em; font-size: 12px; text-indent: -1em; color: #414143;}

/* 商品金額合計 */
.block-regular-detail--price { padding: 20px 0; margin: 20px 0 0 0; border-top: #DDD 1px solid; font-size: 16px; font-weight: 500; text-align: right; line-height: 1.0;}
.block-regular-detail--price span.total_ { font-size: 24px; font-weight: 500;}
.block-regular-detail--price span.yen_ { margin: 0 0 0 3px; font-size: 14px; font-weight: 500;}

/* 申込情報 */
.block-regular-detail-customer-info li { padding: 0 0 10px 0;}
.block-regular-detail-customer-info li:not(:last-child) { padding: 0; margin: 0 0 20px 0;}
.block-regular-detail-customer-info--head { padding: 0 0 14px 0; margin: 0 0 15px 0; border-bottom: #333 1px solid; display: flex; align-items: center; justify-content: space-between;}
.block-regular-detail-customer-info--head .block-regular-detail-customer-info--title { font-size: 16px; font-weight: 500;}
.block-regular-detail--info { margin: 0 0 10px;}
.block-regular-detail--info .block-regular-detail--sec { margin: 0;}
.block-regular-detail--info .block-regular-detail--sec:not(:first-child) { display: none;}
.block-regular-detail-customer-info--text { font-size: 14px; font-weight: 400;}
.block-regular-detail-schedule + .block-regular-detail-customer-info,
.block-regular-detail-items + .block-regular-detail-customer-info { padding: 20px 0 0; margin: 20px 0 0; border-top: #DDD 1px solid;}

/* お届け予定商品一覧 */
.block-regular-detail-expected-items { padding: 0 0 10px; margin: 0 -20px; overflow-y: scroll;}
.block-regular-detail-expected-items ul { padding: 0 0 0 20px; white-space: nowrap; display: inline-block;}
.block-regular-detail-expected-item { width: 38vw; margin: 0 20px 0 0; vertical-align: top; display: inline-block;}
.block-regular-detail-expected-item:last-child { margin: 0 20px 0 0;}
.block-regular-detail-expected-item--date { margin: 0 0 10px 0; font-size: 16px; font-weight: 500;}
.block-regular-detail-expected-item--img { width: 38vw; height: 38vw; margin: 0 0 10px 0; display: flex; justify-content: center; align-items: center;}
.block-regular-detail-expected-item--img img { width: 100%; vertical-align: top;}
.block-regular-detail-expected-item--name { min-height: 4.5em; margin: 0 0 12px; font-size: 14px; font-weight: 400; overflow: hidden; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 3;}
.block-regular-detail-expected-item--name a { min-height: 4.5em; font-size: 14px; font-weight: 400; color: #333; white-space: normal; text-decoration: underline; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 3;}
.block-regular-detail-expected-item--schedule { font-size: 12px; font-weight: 400;}
.block-regular-detail-expected-item--schedule span.ttl_ { font-size: 12px; font-weight: 400; display: block;}
.block-regular-detail-expected-item--schedule span.date_ { font-size: 16px; font-weight: 400; color: #EC0000; display: block;}
.block-regular-detail-tab { margin: 0 0 -1px; overflow-y: scroll;}
.block-regular-detail-tab ul { padding: 0 10px; font-size: 0; white-space: nowrap; display: inline-block;}
.block-regular-detail-tab li { width: 90px; padding: 13px 0; border-top: #DDD 1px solid; border-left: #DDD 1px solid; font-size: 15px; text-align: center; display: inline-block;}
.block-regular-detail-tab li:last-child { border-right: #DDD 1px solid;}
.block-regular-detail-tab li.current { background: #F2F2F2;}

/* 定期購入を解約する（モーダル） */
.block-regular-detail-cancel-modal { width: 100vw; height: 100vh; display: none; position: fixed; top: 0; left: 0; z-index: 10;}
.block-regular-detail-cancel-modal--bg { width: 100%; height: 100%; position: absolute; top: 0; left: 0; background: rgba(0, 0, 0, 0.5);}
.block-regular-detail-cancel-modal--contents {
  width: 90%;
  padding: 16px;
	border-radius: 12px;
  text-align: center;
  background: #FFF;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.block-regular-detail-cancel-modal--text { margin: 0 0 25px; font-size: 16px; font-weight: 500;}
.block-regular-detail-cancel-modal--btn { display: flex; justify-content: center; column-gap: 10px;}
.block-regular-detail-cancel-modal--btn > * { 
	width: 136px;
	height: 56px;
	border-radius: 56px;
	font-size: 16px;
	font-weight: 700;
	text-decoration: none;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
}
.block-regular-detail-cancel-modal--btn-close { border: #CC0000 1px solid; color: #FFF; background: #CC0000;}
.block-regular-detail-cancel-modal--btn-submit { border: #333 1px solid; color: #333; background: #FFF;}

/* 定期購入をスキップする（モーダル） */
.block-regular-detail-skip-modal { width: 100vw; height: 100vh; display: none; position: fixed; top: 0; left: 0; z-index: 10;}
.block-regular-detail-skip-modal--bg { width: 100%; height: 100%; position: absolute; top: 0; left: 0; background: rgba(0, 0, 0, 0.5);}
.block-regular-detail-skip-modal--contents {
  width: 90%;
  padding: 16px;
	border-radius: 12px;
  text-align: center;
  background: #FFF;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.block-regular-detail-skip-modal--text { margin: 0 0 25px; font-size: 16px; font-weight: 500;}
.block-regular-detail-skip-modal--btn { display: flex; justify-content: center; column-gap: 10px;}
.block-regular-detail-skip-modal--btn > * { 
	width: 136px;
	height: 56px;
	border-radius: 56px;
	font-size: 16px;
	font-weight: 700;
	text-decoration: none;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
}
.block-regular-detail-skip-modal--btn-submit { border: #CC0000 1px solid; color: #FFF; background: #CC0000;}
.block-regular-detail-skip-modal--btn-close { border: #333 1px solid; color: #333; background: #FFF;}

/* 定期申込情報詳細
---------------------------------------- */
div.page_regularhistory_detail_ {}

/* 定期申込情報詳細（サブスク）
---------------------------------------- */
div.page_subschistory_detail_ .block-regular-detail-info .block-regular-detail-info--btn { margin: 20px 0;}
div.page_subschistory_detail_ .block-regular-detail--caution.indent_text_ { text-align: left;}

/* ---------------------------------------
 02_03.定期申込情報配送先変更
---------------------------------------- */
/* 大枠 */
div.block-regular-dest-edit { padding: 20px 10px; margin: 0 -16px 40px; border-top: #DDD 1px solid; border-bottom: #DDD 1px solid; background: #F2F2F2;}
div.block-regular-dest-edit table { width: 100%;}
div.block-regular-dest-edit .block-regular-dest-edit--now-address,
div.block-regular-dest-edit .block-regular-dest-edit--alter-address { padding: 10px; margin: 0 0 10px; background: #FFF;}

/* 現在のお届け先 */
div.block-regular-dest-edit .block-regular-dest-edit--now-address h2 { padding: 0 0 10px 0; margin: 0 0 10px 0; border-bottom: #DDD 1px solid; font-size: 20px; font-weight: 500; line-height: 1.0;}
div.block-regular-dest-edit .block-regular-dest-edit--now-address-table,
div.block-regular-dest-edit .block-regular-dest-edit--now-address-table tbody,
div.block-regular-dest-edit .block-regular-dest-edit--now-address-table tr { padding: 0; margin: 0; border: none; display: block;}
div.block-regular-dest-edit .block-regular-dest-edit--now-address-table th { width: 100%; padding: 10px 0; font-size: 16px; font-weight: 500; text-align: left; border-bottom: #333 1px solid; display: block;}
div.block-regular-dest-edit .block-regular-dest-edit--now-address-table td { width: 100%; padding: 10px 0; font-size: 14px; font-weight: 400; border: none; display: block;}

/* 別の住所に送る */
div.block-regular-dest-edit .block-regular-dest-edit--alter-address-title { padding: 0 0 10px 0; margin: 0 0 20px 0; border-bottom: #DDD 1px solid; position: relative;}
div.block-regular-dest-edit .block-regular-dest-edit--alter-address-title h2 { padding: 0; margin: 0 0 10px 0; font-size: 20px; font-weight: 500; line-height: 1.0; color: #333; background: #FFF;}
div.block-regular-dest-edit .block-regular-dest-edit--alter-address-title a {
  width: 250px;
	height: 56px;
  margin: 16px auto;
  padding: 0;
  border: #333 1px solid;
  border-radius: 56px;
  font-size: 16px;
	font-weight: 700;
  text-decoration: none;
	color: #333;
  display: flex;
	justify-content: center;
	align-items: center;
  background: #FFF;
}
div.block-regular-dest-edit .block-regular-dest-edit--alter-address-title p { font-size: 14px; line-height: 1.7;}
div.block-regular-dest-edit ul.block-regular-dest-edit--alter-address-list { width: 100%;}
div.block-regular-dest-edit ul.block-regular-dest-edit--alter-address-list > li { margin: 0 0 10px; border: #333 1px solid; border-radius: 3px; display: flex; flex-wrap: wrap; overflow: hidden;}
div.block-regular-dest-edit ul.block-regular-dest-edit--alter-address-list > li input[type="radio"] { margin: 20px 0 0 16px;}
div.block-regular-dest-edit ul.block-regular-dest-edit--alter-address-list > li input[type="radio"] + label { width: calc(100% - 36px); display: block; margin: 0; padding: 16px; font-size: 16px; line-height: 1.7;}
div.block-regular-dest-edit ul.block-regular-dest-edit--alter-address-list > li:has(input[type="radio"]:checked) { border: #CC0000 2px solid;}
div.block-regular-dest-edit ul.block-regular-dest-edit--alter-address-list > li address p { font-size: 14px; font-weight: 400; line-height: 1.4;}
div.block-regular-dest-edit ul.block-regular-dest-edit--alter-address-list > li address p.name_ { margin: 0 0 10px 0; font-size: 16px;}

/* 郵便局で受け取る */
div.block-regular-dest-edit ul.block-regular-dest-edit--alter-address-list > li:has(input[type="radio"]:checked) .block-regular-dest-edit--post-office-frame { display: block;}
div.block-regular-dest-edit .block-regular-dest-edit--post-office-frame { width: calc(100% - 20px); padding: 12px 0; margin: 0 10px; border-top: #949497 1px solid; display: none; overflow: hidden;}
div.block-regular-dest-edit .block-regular-dest-edit--post-office-frame .title_ { margin: 0 0 10px 0; font-size: 14px; font-weight: 500;}
div.block-regular-dest-edit .block-regular-dest-edit--post-office .btnSearchPost_wrap_ { margin: 0 0 15px 0;}
div.block-regular-dest-edit .block-regular-dest-edit--post-office .btnSearchPost_wrap_ label { width: 100%; padding: 0; margin: 0 0 10px 0; display: block; position: relative;}
div.block-regular-dest-edit .block-regular-dest-edit--post-office .btnSearchPost_wrap_ input[type="button"] { 
	width: 100%;
	height: 20px;
	padding: 0 40px 0 32px;
	margin: 0;
	border: none;
	outline: none;
	font-size: 16px;
	font-weight: 400;
	text-decoration: none;
	text-align: left;
	background: none;
	line-height: 16px;
	color: #333;
	transition: 0.2s;
}
div.block-regular-dest-edit .block-regular-dest-edit--post-office .btnSearchPost_wrap_ label::before {
	content: '';
	width: 20px;
  height: 20px;
  padding: 0;
  margin: 0 16px 4px 0;
  border: #333 1px solid;
  border-radius: 20px;
  background: #FFF;
  position: absolute;
	top: calc(50% - 7px);
  left: 0;
	box-sizing: border-box;
}
div.block-regular-dest-edit .block-regular-dest-edit--post-office .btnSearchPost_wrap_ label:has(input[type="button"].selected)::before {
  border: #CC0000 1px solid;	
}
div.block-regular-dest-edit .block-regular-dest-edit--post-office .btnSearchPost_wrap_ label:has(input[type="button"].selected)::after {
	content: '';
  width: 10px;
  height: 10px;
  margin: 0px;
  border-radius: 5px;
  position: absolute;
  left: 5px;
  top: calc(50% - 2px);
  display: block;
  background: #CC0000;
	box-sizing: border-box;
}
div.block-regular-dest-edit .block-regular-dest-edit--post-office .dest_search { margin: 0 0 10px 0; font-size: 14px; font-weight: 500; color: #333;}
div.block-regular-dest-edit .block-regular-dest-edit--post-office .dest_search p.indent_text_ { margin: 5px 0 0 0; font-size: 12px; font-weight: 400; color: #414143;}
div.block-regular-dest-edit .block-regular-dest-edit--post-office #div_search_postoffice { margin: 0 0 10px 0;}
div.block-regular-dest-edit .block-regular-dest-edit--mail { margin-top: 10px;}
div.block-regular-dest-edit .block-regular-dest-edit--mail dl.formdetail_ { margin: 0;}
div.block-regular-dest-edit .block-regular-dest-edit--mail input[type="text"] { width: 100% !important; max-width: 100% !important;}
div.block-regular-dest-edit .block-regular-dest-edit--post-office div.post_stop_select_message_ { 
    font-size: 12px;
    font-weight: 400;
    color: #414143;
    margin:0 0 10px 0;
}
div.block-regular-dest-edit .block-regular-dest-edit--post-office div.post_stop_select_message_ span { font-weight: bold;font-size: 14px;}
div.block-regular-dest-edit .block-regular-dest-edit--post-office .btnSearchPost_wrap_ label:has(input[type="button"].active)::after {
	content: '';
  width: 10px;
  height: 10px;
  margin: 0px;
  border-radius: 5px;
  position: absolute;
  left: 5px;
  top: calc(50% - 2px);
  display: block;
  background: #CC0000;
	box-sizing: border-box;
}

div.block-regular-dest-edit .block-regular-dest-edit--post-office .PostOfficeInfoBox { 
    display: flex;
    align-items: center;
}

/* 定期申込情報「配送先」以外の変更
---------------------------------------- */
div.block-regular-edit { padding: 10px; margin: 0 -16px 40px; border-top: #DDD 1px solid; border-bottom: #DDD 1px solid; background: #F2F2F2;}
div.block-regular-edit .block-regular-edit--allow-change { padding: 0 0 0 1em; margin: 0 0 10px 0; font-size: 12px; font-weight: 400; text-indent: -1em; line-height: 1.5; color: #EC0000;}
div.block-regular-edit .block-regular-edit--detail,
div.block-regular-edit .block-regular-edit--order { padding: 10px 12px; margin: 0 0 10px 0; background: #FFF;}
div.block-regular-edit .block-regular-edit--detail h2,
div.block-regular-edit .block-regular-edit--order h2 { padding: 0 0 10px 0; margin: 0 0 20px; border-bottom: #DDD 1px solid; font-size: 20px; font-weight: 500; line-height: 1.0;}
div.block-regular-edit .block-regular-edit--order-info-skip,
div.block-regular-edit .block-regular-edit--order-info-address-change a {
  width: 250px;
	height: 56px;
  margin: 0 auto;
  padding: 0;
  border: #333 1px solid;
  border-radius: 56px;
  font-size: 16px;
	font-weight: 700;
  text-decoration: none;
	color: #333;
  display: flex;
	justify-content: center;
	align-items: center;
  background: #FFF;
	cursor: pointer;
}

div.block-regular-edit .block-regular-edit--detail-regular { margin: 0 0 10px;}
div.block-regular-edit .block-regular-edit--detail-regular .block-regular-edit--detail-regular-info { margin: 0 0 25px;}
div.block-regular-edit .block-regular-edit--detail-regular .block-regular-edit--detail-regular-info dl { width: 100%; display: flex;}
div.block-regular-edit .block-regular-edit--detail-regular .block-regular-edit--detail-regular-info dl dt { width: 128px; padding-right: 1.0em; font-size: 14px; display: flex; position: relative;}
div.block-regular-edit .block-regular-edit--detail-regular .block-regular-edit--detail-regular-info dl dt::after { content: '：'; position: absolute; top: 0; right: 0;}
div.block-regular-edit .block-regular-edit--detail-regular .block-regular-edit--detail-regular-info dl dd { width: calc(100% - 128px); padding-left: 10px; font-size: 14px; display: flex;}

/* 申込情報共通 */
div.block-regular-edit--order .block-regular-edit--order-info-item { width: 100%; padding: 25px 0 10px; margin: 0; border-bottom: #DDD 1px solid;}
div.block-regular-edit--order .block-regular-edit--order-info-item:first-of-type { padding-top: 0;}
div.block-regular-edit--order .block-regular-edit--order-info-item:last-of-type { border-bottom: 0;}
div.block-regular-edit--order .block-regular-edit--order-info-item dt { padding: 0 0 10px 0; font-size: 16px; font-weight: 500;}
div.block-regular-edit--order .block-regular-edit--order-info-item dt::after { content: '：';}
div.block-regular-edit--order .block-regular-edit--order-info-item dd { padding: 0; margin: 0 0 20px 0; font-size: 16px; font-weight: 400;}
div.block-regular-edit--order .block-regular-edit--order-info-item.method { display: flex; flex-wrap: wrap;}
div.block-regular-edit--order .block-regular-edit--order-info-item.method dt { width: 100%;}
div.block-regular-edit--order .block-regular-edit--order-info-item.method dd { width: 100%;}

/* お支払方法 */
div.block-regular-edit--order .block-regular-edit--order-info-item dd.payment input[type="radio"][name="method"],
div.block-regular-edit--order .block-regular-edit--order-info-item dd.payment input[type="radio"][name="cardseq"] { display: none;}
div.block-regular-edit--order .block-regular-edit--order-info-item dd.payment input[type="radio"][name="method"] + label { position: relative; padding: 0 0 0 30px;}
div.block-regular-edit--order .block-regular-edit--order-info-item dd.payment input[type="radio"][name="method"] + label:before { left: 0;}
div.block-regular-edit--order .block-regular-edit--order-info-item dd.payment input[type="radio"][name="method"]:checked + label::before { border: #CC0000 1px solid;}
div.block-regular-edit--order .block-regular-edit--order-info-item dd.payment input[type="radio"][name="method"]:checked + label::after { left: 5px;}
div.block-regular-edit--order .block-regular-edit--order-info-item dd.payment label:before {
  content: '';
  width: 18px;
  height: 18px;
  border: #333 1px solid;
  border-radius: 50%;
  display: block;
  background: #FFF;
  position: absolute;
  left: 16px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}
div.block-regular-edit--order .block-regular-edit--order-info-item dd.payment input[type="radio"]:checked + label:after {
  content: '';
  width: 10px;
  height: 10px;
  border: none;
  border-radius: 50%;
  display: block;
  background: #CC0000;
  position: absolute;
  left: 21px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}
div.block-regular-edit--order .block-regular-edit--order-info-item dd.payment #card_list label {
  width: 100%;
  height: 100px;
  padding: 0 0 0 56px;
  margin: 12px 0 0 0;
  border: #333 1px solid;
  border-radius: 8px;
  font-size: 16px;
	font-weight: 400;
  display: flex;
	flex-direction: column;
	justify-content: center;
  align-items: flex-start;
  position: relative;
	cursor: pointer;
}
div.block-regular-edit--order .block-regular-edit--order-info-item dd.payment #card_list input[type="radio"],
div.block-regular-edit--order .block-regular-edit--order-info-item dd.payment #card_list input[type="radio"]:checked:before { display: none;}
div.block-regular-edit--order .block-regular-edit--order-info-item dd.payment #card_list input[type="radio"]:checked + label { border: #CC0000 2px solid;}
div.block-regular-edit--order .block-regular-edit--order-info-item dd.payment #card_list input[type="radio"]:checked + label:before { border: #CC0000 1px solid;}

/* お届けサイクル */
div.block-regular-edit--order .block-regular-edit--order-info-item.method dt.cycle { width: 9em; padding: 0 0 20px 0; margin: 0; font-weight: 400; align-self: center;}
div.block-regular-edit--order .block-regular-edit--order-info-item.method dd.cycle { width: calc(100% - 9em); padding: 0 0 20px 0; margin: 0; align-self: center;}
div.block-regular-edit--order .block-regular-edit--order-info-item.method #regular_delivery_day { width: 80px; margin: 0 5px 0 0;}

/* 次回以降の配送希望日 */
div.block-regular-edit--order .block-regular-edit--order-info-item.method dt.delivery-day { width: 11em; padding: 0 0 20px 0; margin: 0; font-weight: 400; letter-spacing: -0.5px; align-self: center;}
div.block-regular-edit--order .block-regular-edit--order-info-item.method dd.delivery-day { width: calc(100% - 11em); padding: 0 0 20px 0; margin: 0; align-self: center;}

/* 次回お届け予定日 */
div.block-regular-edit--order .block-regular-edit--order-info-item.date { display: flex; flex-wrap: wrap; align-items: center;}
div.block-regular-edit--order .block-regular-edit--order-info-item.date dt { padding: 0; margin: 0; font-size: 16px; font-weight: 500;}
div.block-regular-edit--order .block-regular-edit--order-info-item.date dd { padding: 0; margin: 0; font-size: 20px; font-weight: 500; line-height: 1.2;}
div.block-regular-edit--order .block-regular-edit--order-info-item.date dd.block-regular-edit--order-info-1col { width: 100%; padding: 0; margin: 10px 0 20px 0; font-size: 14px; font-weight: 400;}
div.block-regular-edit--order .block-regular-edit--order-info-item.date dd.block-regular-edit--order-info-1col .block-regular-detail-schedule--note { margin-top: 0;}
div.block-regular-edit--order .block-regular-edit--order-info-item.date dd.block-regular-edit--order-info-1col .block-regular-detail-schedule--skip-btn { margin-top: 20px;}

/* お届け時間帯 */
div.block-regular-edit--order .block-regular-edit--order-info-item.timespec dt { font-size: 24px; font-weight: 500;}
div.block-regular-edit--order .block-regular-edit--order-info-item.timespec dt::after { top: 2px;}
div.block-regular-edit--order .block-regular-edit--order-info-item.timespec dd { height: 56px; font-size: 24px; font-weight: 500; text-decoration: none; display: flex; align-items: center;}
div.block-regular-edit--order .block-regular-edit--order-info-item #delivery_time_list { min-width: 200px;}

/* お届け先住所 */
div.block-regular-edit--order .block-regular-edit--order-info-item.dest address { font-size: 14px; font-weight: 400;}
div.block-regular-edit--order .block-regular-edit--order-info-item.dest address p { font-size: 14px; font-weight: 400;}
div.block-regular-edit--order .block-regular-edit--order-info-item.dest .block-regular-edit--order-info-address-change { width: 250px; margin: 20px auto 0;}

/* 当サイトを紹介された郵便局 */
div.block-regular-edit--order .block-regular-edit--order-info-item .title_ { margin: 0 0 10px 0; font-size: 14px; font-weight: 500; color: #414143;}
div.block-regular-edit--order .block-regular-edit--order-info-item .btnSearchPost_wrap_ { margin: 0 0 15px 0;}
div.block-regular-edit--order .block-regular-edit--order-info-item .btnSearchPost_wrap_ label { width: 100%; padding: 0; margin: 0 0 10px 0; display: block; position: relative;}
div.block-regular-edit--order .block-regular-edit--order-info-item .btnSearchPost_wrap_ input[type="button"] { 
	width: 100%;
	height: 20px;
	padding: 0 40px 0 32px;
	margin: 0;
	border: none;
	outline: none;
	font-size: 16px;
	font-weight: 400;
	text-decoration: none;
	text-align: left;
	background: none;
	line-height: 16px;
	color: #333;
	transition: 0.2s;
}
div.block-regular-edit--order .block-regular-edit--order-info-item .btnSearchPost_wrap_ label::before {
	content: '';
	width: 20px;
  height: 20px;
  padding: 0;
  margin: 0 16px 4px 0;
  border: #333 1px solid;
  border-radius: 20px;
  background: #FFF;
  position: absolute;
	top: calc(50% - 7px);
  left: 0;
	box-sizing: border-box;
}
div.block-regular-edit--order .block-regular-edit--order-info-item .btnSearchPost_wrap_ label:has(input[type="button"].selected)::before {
  border: #CC0000 1px solid;	
}
div.block-regular-edit--order .block-regular-edit--order-info-item .btnSearchPost_wrap_ label:has(input[type="button"].selected)::after {
	content: '';
  width: 10px;
  height: 10px;
  margin: 0px;
  border-radius: 5px;
  position: absolute;
  left: 5px;
  top: calc(50% - 2px);
  display: block;
  background: #CC0000;
	box-sizing: border-box;
}
div.block-regular-edit--order .block-regular-edit--order-info-item .dest_search { margin: 0 0 10px 0; font-size: 14px; font-weight: 500; color: #333;}
div.block-regular-edit--order .block-regular-edit--order-info-item .dest_search p.indent_text_ { margin: 5px 0 0 0; font-size: 14px; font-weight: 400; color: #414143;}
div.block-regular-edit--order .block-regular-edit--order-info-item #div_search_postoffice { margin: 0 0 10px 0;}
div.block-regular-edit--order .block-regular-edit--order-info-item .dest_post_list_wrap_ { display: flex; justify-content: space-between; flex-wrap: wrap;}
div.block-regular-edit--order .block-regular-edit--order-info-item.post-office p.ttl_ { width: 100%; margin: 0 0 10px 0; font-size: 14px; font-weight: 500;}
div.block-regular-edit--order .block-regular-edit--order-info-item.post-office .block-regular-edit--employee { margin: 0 0 20px 0; font-size: 12px; font-weight: 400;}
div.block-regular-edit--order .block-regular-edit--order-info-item.post-office .block-regular-edit--employee p { margin: 0; font-size: 12px; font-weight: 400;}
div.block-regular-edit--order .block-regular-edit--order-info-item.post-office .block-regular-edit--employee p.subttl_ { margin: 0 0 15px 0; font-size: 14px; font-weight: 500; color: #414143;}
div.block-regular-edit--order .block-regular-edit--order-info-item.post-office .block-regular-edit--employee-search { display: flex; flex-wrap: wrap; align-items: center;}
div.block-regular-edit--order .block-regular-edit--order-info-item.post-office .block-regular-edit--employee-search input[name="employee_remarks1"] { width: calc(65% - 1em); margin: 0 0.5em 0 0;}
div.block-regular-edit--order .block-regular-edit--order-info-item.post-office .block-regular-edit--employee-search input[name="employee_remarks2"] { width: calc(30% - 1em); margin: 0 0 0 0.5em;}
div.block-regular-edit--order .block-regular-edit--order-info-item.post-office div.post_stop_select_message_ { 
    font-size: 14px;
    font-weight: 400;
    color: #414143;
    margin:0 0 10px 0;
}
div.block-regular-edit--order .block-regular-edit--order-info-item.post-office div.post_stop_select_message_ span { 
    font-weight: bold;
    font-size: 16px;
}

/* ---------------------------------------
 02_03.定期申込情報配送先変更
---------------------------------------- */
/* 定期申込情報配送先変更
---------------------------------------- */
div.page_regulardest_ {}

/* 定期申込情報配送先変更（サブスク）
---------------------------------------- */
div.page_subscdest_ {}

/* ---------------------------------------
 02_04.定期解約
---------------------------------------- */
/* 定期解約申込 */
div.page_regularwithdrawal_ {}

/* 定期申込解約完了 */
div.page_regularsalse_cancel_result_ {}

/* 定期（コース）申込解約完了 */
div.page_subsccancel_result_ {}

/* ---------------------------------------
 03.会員情報変更
---------------------------------------- */
div.page_customer_:not(.mode-entry) dl.formdetail_ + dl.formdetail_ { margin-top: 25px; padding-top: 30px; border-top: #949497 1px solid;}

/* メールアドレス */
dl.formdetail_ span.changelink_ { font-size: 16px;}
dl.formdetail_ span.changelink_::before { content: '（';}
dl.formdetail_ span.changelink_::after { content: '）';}
dl.formdetail_ span.changelink_ a { font-size: 16px; text-decoration: underline; color: #1D3994;}

/* 住所入力方法 */
dl.formdetail_ div.radio_addr_input_wrap { margin: 10px 0 0 0; display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center;}
dl.formdetail_ div.radio_addr_input_wrap input[type="radio"] { margin: 0 16px 18px 0;}
dl.formdetail_ div.radio_addr_input_wrap label { width: calc(100% - 37px); margin: 0 0 18px 0; display: inline-block;}
dl.formdetail_ div.radio_addr_input_wrap input#AddrInput_0 { order: 1;}
dl.formdetail_ div.radio_addr_input_wrap label[for="AddrInput_0"] { order: 2;}
dl.formdetail_ div.radio_addr_input_wrap input#AddrInput_1 { order: 3;}
dl.formdetail_ div.radio_addr_input_wrap label[for="AddrInput_1"] { order: 4;}
dl.formdetail_ #addr_input_addr div.s_inputmode_addr_pref { margin: 0 0 10px 0;}
dl.formdetail_ #addr_input_addr div.s_inputmode_addr_pref div.select-block_ { width: calc(80% - 32px);}
dl.formdetail_ #addr_input_addr input#s_addr { width: 100%; max-width: 100%;}
dl.formdetail_ #addr_input_addr p.supplement_.indent_ { margin-top: 10px;}
dl.formdetail_ #addr_input_addr .select-dropdown_ li[data-val=""] { display: none;}

/* 郵便番号 */
dt#host_zip + dd input#zip:read-only { min-height: unset; padding: 0; border: none;}

/* 当サイトを紹介された郵便局 */
div.dest_search { margin: 0 0 7px 0; font-size: 12px; font-weight: 400; color: #666;}
div.dest_search p.indent_text_ { font-size: 12px; font-weight: 400; color: #666;}
div.view_post_office_choice_ { display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center;}
div.view_post_office_choice_ p.supplement_ { width: 100%;}
div.view_post_office_choice_ input[type="radio"] { margin: 0 16px 18px 0;}
div.view_post_office_choice_ label { width: calc(100% - 37px); margin: 0 0 18px 0; display: inline-block;}
#div_search_postoffice { display: flex; flex-wrap: wrap; align-items: center;}
#div_search_postoffice p.supplement_ { margin-top: 10px; color: #414143;}
#div_search_postoffice input#search_postoffice { width: calc(100% - 100px);}
#div_search_postoffice #SearchPostOffice { 
	 width: 80px;
	 height: 36px;
	 padding: 0;
	 margin: 0 0 0 18px;
	 border: #333 1px solid;
	 border-radius: 4px;
	 outline: none;
	 font-size: 16px;
	 font-weight: 700;
	 text-decoration: none;
	 color: #333;
	 display: flex;
	 justify-content: center;
	 align-items: center;
}
#tr_post_stop_list { margin: 0;}
#tr_post_stop_list dt { padding-top: 0; font-size: 12px; font-weight: 400; color: #666;}
#tr_post_stop_list dt.post_stop_select_message_ {
    margin: 0 0 7px 0;
    font-size: 12px;
    font-weight: 400;
    color: #666;
}
#tr_post_stop_list dt.post_stop_select_message_ span {
    font-weight: bold;
    font-size: 14px;
}
#post_stop_list_wrap { margin: 0 0 10px 0; display: flex; flex-wrap: wrap; justify-content: space-between;}
#post_stop_list_wrap #post_stop_list { width: 100%; max-width: 100%; margin: 0 0 10px 0;}
#post_stop_list_wrap #post_office_map { margin: 0 auto 0 0; font-size: 16px; text-align: left; text-decoration: underline; color: #1D3994;}
#post_stop_list_wrap #ResetTextArea { padding: 0; margin: 0 0 0 auto; font-size: 16px; text-align: left; text-decoration: underline; color: #1D3994; transition: 0.2s;}
#post_stop_list_wrap p.supplement_.indent_.bottom_ { padding-top: 10px;}

#post_stop_list { width: 100%; max-width: 100%; margin: 0 0 10px 0;}
#post_office_map { margin: 0 auto 0 0; font-size: 16px; text-align: left; text-decoration: underline; color: #1D3994;}
#ResetTextArea { padding: 0; margin: 0 0 0 auto; font-size: 16px; text-align: left; text-decoration: underline; color: #1D3994; transition: 0.2s;}

/* この住所を削除 */
div.delete_this_adress_ { width: 100%; margin: 0 0 20px 0; display: flex; justify-content: flex-end;}
div.delete_this_adress_ input[type="submit"] { padding: 0; margin: 0; border: none; font-size: 16px; text-decoration: underline; color: #1D3994; background: none;}

/* 新規会員登録画面
--------------------------------------- */
div.page_customer_.mode-entry .checkinput_entry_data_ { padding: 16px; margin: 28px -16px 12px; font-size: 16px; font-weight: 500; background: #F2F2F2;}
div.page_customer_.mode-entry dl.formdetail_.customer_ dd select[name="secret_question"],
div.page_customer_.mode-entry dl.formdetail_.customer_ dd input[name="secret_answer"],
div.page_customer_.mode-entry dl.formdetail_.customer_ dd select[name="job1"] { width: 100%; max-width: 100%;}
div.page_customer_.mode-entry dl.formdetail_.customer_ dd #pwd_count_msg { padding: 10px 0 0 0; font-size: 12px; color: #EC0000 !important; clear: both;}
div.page_customer_.mode-entry dl.formdetail_.customer_ dd span.efo.checktype_date { max-width: 90%; padding: 0 0 0 50px; display: flex; flex-wrap: wrap; align-items: center; position: relative;}
div.page_customer_.mode-entry dl.formdetail_.customer_ dd span.efo.checktype_date::before { content: '西暦'; font-size: 16px; font-weight: 400; position: absolute; top: 25px; left: 0;}
div.page_customer_.mode-entry dl.formdetail_.customer_ dd span.efo.checktype_date select[name="yy_birth"] { width: 65%; min-width: 65%; margin: 5px 10px 5px 0;}
div.page_customer_.mode-entry dl.formdetail_.customer_ dd span.efo.checktype_date select[name="mm_birth"] { width: 35%; min-width: 35%; margin: 5px 10px 5px 0;}
div.page_customer_.mode-entry dl.formdetail_.customer_ dd span.efo.checktype_date select[name="dd_birth"] { width: 35%; min-width: 35%; margin: 5px 10px 5px 10px;}
div.page_customer_.mode-entry dl.formdetail_.customer_ dd img#isErrorIcon_birth { right: -16px; top: calc(50% + 22px);}
div.page_customer_.mode-entry div.submit_ { flex-wrap: wrap;}
div.page_customer_.mode-entry div.submit_ .g-recaptcha_ { width: 100%; display: flex; justify-content: center;}
div.page_customer_.mode-entry div.submit_ input.disable_button_#confirm {
	width: calc(65% - 10px);
  min-width: calc(65% - 10px);
	height: 56px;
  padding: 0;
  margin: 0;
	border: #D2D2D2 1px solid;
  border-radius: 56px;
  font-size: 16px;
  font-weight: 700;
  color: #FFF;
  box-shadow: none;
	display: flex;
  justify-content: center;
  align-items: center;
  background: #D2D2D2;
	pointer-events: none;
	cursor: not-allowed;
	order: 3;
}

/* 入力内容確認画面（新規・更新共通）*/
div.page_customer_confirm_ p.message_:not(empty) { margin-bottom: 20px; font-size: 14px; font-weight: 400;}

/* 新規会員登録完了画面 */
div.page_entry_complete_ p.message_:not(empty) { font-size: 14px; font-weight: 400; line-height: 2.0;}

/* 会員情報変更完了画面 */
div.page_customer_complete_ p.message_:not(empty) { font-size: 14px; font-weight: 400; line-height: 2.0;}

/* ---------------------------------------
 04.メールアドレス
---------------------------------------- */
div.page_authmailchange_ dl.formdetail_.mailchange_ dd { display: flex; flex-wrap: wrap;}
div.page_authmailchange_ dl.formdetail_.mailchange_ dd span.checktype_mail { width: calc(100% - 75px);}
div.page_authmailchange_ dl.formdetail_.mailchange_ dd span.checktype_mail input[type="text"][name$="mail"] { width: 100%; max-width: 100%;}
div.page_authmailchange_ dl.formdetail_.mailchange_ dd p.error_ { width: 100%;}

/* 登録メールアドレス変更・確認 */
div.page_authmailchange_reg_ .change_reg_login_ a { font-size: 16px; font-weight: 400; text-decoration: underline; color: #1D3994;}

/* 登録メールアドレス変更・完了 */
div.page_authmailchange_complete_ {}

/* メールアドレス再設定 */
div.page_mailresetting_ {}

/* ---------------------------------------
 05.お気に入り
---------------------------------------- */
div.page_bookmark_ .bookmark_frame_ { border-top: #757578 1px solid;}
div.page_bookmark_ .bookmark_item_ { width: 100%; padding: 22px 0; border-bottom: #757578 1px solid; display: flex; justify-content: space-between; overflow: hidden; position: relative;}
div.page_bookmark_ .bookmark_item_ div.cartgoods_ { display: none !important;}
div.page_bookmark_ .bookmark_item_ div.img_ { width: 100px; padding: 0; overflow: hidden;}
div.page_bookmark_ .bookmark_item_ div.img_ img { width: 100%;}
div.page_bookmark_ .bookmark_item_ div.desc_ { width: calc(100% - 134px); font-size: 14px; position: relative;}
div.page_bookmark_ .bookmark_item_ div.desc_ .regular_info_ { font-size: 14px; color: #EC0000;}
div.page_bookmark_ .bookmark_item_ div.desc_ .name_ { margin: 10px 0 5px 0;}
div.page_bookmark_ .bookmark_item_ div.desc_ .name_ a { color: #333; text-decoration: underline;}
div.page_bookmark_ .bookmark_item_ div.desc_ .name_ .name1_.arrival_notice_ { color: #EC0000;}
div.page_bookmark_ .bookmark_item_ div.desc_ .spec_ { margin: 0 0 5px 0;}
div.page_bookmark_ .bookmark_item_ div.desc_ .spec_ p.price_ { font-size: 16px; font-weight: 700;}
div.page_bookmark_ .bookmark_item_ div.desc_ .spec_ p.price_ .yen_ { font-size: 12px;}
div.page_bookmark_ .bookmark_item_ div.desc_ .spec_ p.tax_ { font-size: 12px;}
div.page_bookmark_ .bookmark_item_ div.desc_ .spec_ .updt_ { margin: 5px 0 0 0; display: flex; align-items: center;}
div.page_bookmark_ .bookmark_item_ div.desc_ .spec_ .updt_ dt { font-size: 12px;}
div.page_bookmark_ .bookmark_item_ div.desc_ .spec_ .updt_ dt::after { content: '：';}
div.page_bookmark_ .bookmark_item_ div.desc_ .spec_ .updt_ dd { font-size: 12px;}
div.page_bookmark_ .bookmark_item_ div.desc_ .comment_ .comment_edit_ { margin: 0 0 5px 0; text-decoration: underline; font-size: 12px; color: #1D3994; display: inline-block; cursor: pointer;}
div.page_bookmark_ .bookmark_item_ div.desc_ .comment_ .comment_body_ textarea { width: 100%; padding: 10px; font-size: 14px;}
div.page_bookmark_ .bookmark_item_ div.desc_ .comment_ .comment_body_ span[id^="comment_count_msg_"] { margin: 5px 0; font-size: 12px; text-align: right; color: #626264 !important; display: block;}
div.page_bookmark_ .bookmark_item_ div.desc_ .comment_ .comment_button_ { display: flex; align-items: center; column-gap: 10px;}
div.page_bookmark_ .bookmark_item_ div.desc_ .comment_ .comment_button_ input[type="button"] {
	width: calc(50% - 5px);
  height: 36px;
  border: #333 1px solid;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  color: #333;
  display: flex;
  justify-content: center;
  align-items: center;
	background: #fff;
  cursor: pointer;
  transition: 0.2s;	
}
div.page_bookmark_ .bookmark_item_ div.desc_ .comment_ .bookmark_comment_ { width: 100%; padding: 4px; font-size: 12px; font-weight: 500; background: #F2F2F2;}
div.page_bookmark_ .bookmark_item_ div.desc_ .comment_ .bookmark_comment_:empty { background: transparent;}
div.page_bookmark_ .bookmark_item_ div.desc_ .bookmark_btn_ { display: flex; flex-direction: column;}
div.page_bookmark_ .bookmark_item_ div.desc_ .bookmark_btn_ .del_ { margin: 10px 0; order: 1;}
div.page_bookmark_ .bookmark_item_ div.desc_ .bookmark_btn_ .del_ a { text-decoration: underline; font-size: 12px; color: #1D3994; display: inline-block;}
div.page_bookmark_ .bookmark_item_ div.desc_ .bookmark_cart_btn_ { order: 2;}
div.page_bookmark_ .bookmark_item_ div.desc_ .bookmark_cart_btn_ a.bookmark_cart_in_ { 
	width: 100%;
	height: 40px;
	padding: 0 0 0 1em;
	margin: 0;
	border-radius: 50px;
	font-size: 16px;
	font-weight: 700;
	text-decoration: none;
	color: #FFF;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #CC0000 url(../../img/usr/icon/icon_cart_white.png) calc(50% - 3.5em - 12px) center no-repeat;
	-webkit-background-size: 24px 20px;
	background-size: 24px 20px;
	transition: 0.3s;
}

/* ---------------------------------------
 06.アドレス帳
---------------------------------------- */
div.page_custdestlist_ .custdestlist_top_buttons_ { margin: 40px 0 50px; display: flex; justify-content: center; align-items: center;}
div.page_custdestlist_ .custdestlist_top_buttons_ input { width: 70%;}
div.page_custdestlist_ .custdestlist_search_input_wrap_ { margin: 0 0 15px 0;}
div.page_custdestlist_ .custdestlist_search_input_wrap_ dl { margin: 0 0 26px 0; font-size: 14px;}
div.page_custdestlist_ .custdestlist_search_input_wrap_ dt { margin: 0 0 7px 0; font-size: 14px; font-weight: 500;}
div.page_custdestlist_ .custdestlist_search_input_wrap_ dd select { min-width: 45%;}
div.page_custdestlist_ .custdestlist_search_input_wrap_ dd input[name="name"] { max-width: 100%; width: 100%;}
div.page_custdestlist_ .custdestlist_search_input_wrap_ .button_ { display: flex; justify-content: center; align-items: center;}
div.page_custdestlist_ .custdestlist_search_input_wrap_ .button_ input {
	width: 80px;
  height: 36px;
  border: #333 1px solid;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  color: #333;
  display: flex;
  justify-content: center;
  align-items: center;
	background: #fff;
  cursor: pointer;
  transition: 0.2s;	
}
div.page_custdestlist_ .custdestlist_frame_ { border-top: #757578 1px solid;}
div.page_custdestlist_ .custdestlist_line_ { width: 100%; padding: 20px 0 15px; border-bottom: #757578 1px solid; position: relative;}
div.page_custdestlist_ .custdestlist_line_ .head_ { margin: 0 0 26px 0;}
div.page_custdestlist_ .custdestlist_line_ .head_ dt { display: none;}
div.page_custdestlist_ .custdestlist_line_ .head_ .name_ dd { font-size: 20px;}
div.page_custdestlist_ .custdestlist_line_ .head_ .kana_ dd { font-size: 20px;}
div.page_custdestlist_ .custdestlist_line_ .head_ .kana_ dd::before { content: '（';}
div.page_custdestlist_ .custdestlist_line_ .head_ .kana_ dd::after { content: '）';}
div.page_custdestlist_ .custdestlist_line_ .desc_ { margin: 0 0 20px 0; font-size: 16px;}
div.page_custdestlist_ .custdestlist_line_ .desc_ .address_ { margin: 0 0 10px 0;}
div.page_custdestlist_ .custdestlist_line_ .desc_ p.zip_ { margin: 0 0 3px 0;}
div.page_custdestlist_ .custdestlist_line_ .desc_ dl { margin: 7px 0 0 0; display: flex; flex-wrap: wrap;}
div.page_custdestlist_ .custdestlist_line_ .desc_ dt::after { content: '：';}
div.page_custdestlist_ .custdestlist_line_ .button_ { display: flex; justify-content: flex-end; align-items: center; column-gap: 26px;}
div.page_custdestlist_ .custdestlist_line_ .button_ input { width: 40px; padding: 35px 0 0 0; margin: 0; border: none; font-size: 16px !important; font-weight: 400 !important; text-align: center; color: #333 !important;}
div.page_custdestlist_ .custdestlist_line_ .button_ .change_ input { background: url("../../img/usr/icon/edit.png") center 5px no-repeat; -webkit-background-size: 24px auto; background-size: 24px auto;}
div.page_custdestlist_ .custdestlist_line_ .button_ .delete_ input { background: url("../../img/usr/icon/delete.png") center 5px no-repeat; -webkit-background-size: 24px auto; background-size: 24px auto;}
div.page_custdestlist_ .all_delete_btn_ { margin: 26px 0; display: flex; justify-content: flex-end; align-items: center;}
div.page_custdestlist_ .all_delete_btn_ input.delete_button_ { padding: 0 5px; margin: 0; border: none; font-size: 16px; text-decoration: underline; text-underline-offset: 2px; color: #1D3994; background: none;}

/* アドレス帳の登録・変更 */
div.page_custdest_ .custdest_group_ { padding: 0; margin: 40px 0 0 0;}
div.page_custdest_ .custdest_group_ dt.head { display: block;}
div.page_custdest_ .custdest_group_ dt.head h3 { margin: 0 0 7px 0; font-size: 24px; font-weight: 400;}
div.page_custdest_ .group_type_select_wrap_ { margin: 10px 0; display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center;}
div.page_custdest_ .group_type_select_wrap_ input[type="radio"] { margin: 0 16px 18px 0;}
div.page_custdest_ .group_type_select_wrap_ label { width: calc(100% - 37px); margin: 0 0 18px 0; display: inline-block;}
div.page_custdest_ input[name="group_name_new"] { max-width: 100%;}
div.page_custdest_ dl.formdetail_ #addr_input_addr p.supplement_ { margin-top: 0;}
div.page_custdest_ dl.formdetail_ #addr_input_addr .select-block_ { width: calc(100% - 60px);}
div.page_custdest_ dl.formdetail_ #addr_input_addr input#s_addr { width: 100%; max-width: 100%; margin: 10px 0;}

/* アドレス帳の確認 */
div.page_custdest_confirm_ .custdest_group_ { padding: 0; margin: 40px 0 0 0;}
div.page_custdest_confirm_ .custdest_group_ h2 { padding: 0; margin: 0 0 18px 0; font-size: 24px; font-weight: 400;}

/* アドレス帳インポート */
div.page_custdestimp_ {}

/* ---------------------------------------
 07.贈り主の情報
---------------------------------------- */
div.page_custsrc_list_ .btn_add_addr_ { margin: 16px 0; display: flex; justify-content: center; align-items: center;}
div.page_custsrc_list_ .btn_add_addr_ input { width: 70%;}
div.page_custsrc_list_ .custsrclist_frame_ { border-top: #757578 1px solid;}
div.page_custsrc_list_ .custsrclist_line_ { width: 100%; padding: 20px 0 15px; border-bottom: #757578 1px solid; position: relative;}
div.page_custsrc_list_ .custsrclist_line_ .head_ { margin: 0 0 26px 0;}
div.page_custsrc_list_ .custsrclist_line_ .head_ dt { display: none;}
div.page_custsrc_list_ .custsrclist_line_ .head_ .name_ dd { font-size: 20px;}
div.page_custsrc_list_ .custsrclist_line_ .head_ .kana_ dd { font-size: 20px;}
div.page_custsrc_list_ .custsrclist_line_ .head_ .kana_ dd::before { content: '（';}
div.page_custsrc_list_ .custsrclist_line_ .head_ .kana_ dd::after { content: '）';}
div.page_custsrc_list_ .custsrclist_line_ .desc_ { margin: 0 0 20px 0; font-size: 16px;}
div.page_custsrc_list_ .custsrclist_line_ .desc_ .address_ { margin: 0 0 10px 0;}
div.page_custsrc_list_ .custsrclist_line_ .desc_ p.zip_ { margin: 0 0 3px 0;}
div.page_custsrc_list_ .custsrclist_line_ .desc_ dl { margin: 7px 0 0 0; display: flex; flex-wrap: wrap;}
div.page_custsrc_list_ .custsrclist_line_ .desc_ dt::after { content: '：';}
div.page_custsrc_list_ .custsrclist_line_ .button_ { display: flex; justify-content: flex-end; align-items: center; column-gap: 26px;}
div.page_custsrc_list_ .custsrclist_line_ .button_ input { width: 40px; padding: 35px 0 0 0; margin: 0; border: none; font-size: 16px !important; font-weight: 400 !important; text-align: center; color: #333 !important;}
div.page_custsrc_list_ .custsrclist_line_ .button_ .change_ input { background: url("../../img/usr/icon/edit.png") center 5px no-repeat; -webkit-background-size: 24px auto; background-size: 24px auto;}

/* 贈り主情報の追加・変更 */
div.page_custsrc_ {}

/* ---------------------------------------
 08.ポイント履歴
---------------------------------------- */
div.page_point_ div.mypoint_ { margin: 0 0 40px 0;}
div.page_point_ div.mypoint_ p.current_point_ { margin: 20px 0; font-size: 16px; font-weight: 400;}
div.page_point_ div.mypoint_ p.current_point_ .xlarge_ { margin: 0 5px 0 0; font-size: 20px; font-weight: 500;}
div.page_point_ div.mypoint_ p.current_point_ .pt_ { font-size: 14px; font-weight: 400;}
div.page_point_ div.mypoint_ p.current_point_ .expires_dt_ { font-size: 14px; font-weight: 400; display: block;}
div.page_point_ div.mypoint_ p.limited_point_ { font-size: 14px; font-weight: 400;}
div.page_point_ div.mypoint_ p.limited_point_ .xlarge_ { font-size: 16px; font-weight: 400;}
div.page_point_ div.mypoint_ p.pointup_point_ { padding-left: 1.0em; font-size: 14px; font-weight: 400;}
div.page_point_ div.mypoint_ p.pointup_point_ .xlarge_ { font-size: 16px; font-weight: 400;}
div.page_point_ div.point_table_ { margin: 0; border-top: #757578 1px solid;}
div.page_point_ div.point_table_ table.point_ { width: 100%; padding: 15px 0; margin: 0; border: none; border-bottom: #757578 1px solid; display: block; position: relative;}
div.page_point_ div.point_table_ table.point_ tbody { width: 100%; padding: 0 26% 0 0; display: block; box-sizing: border-box;}
div.page_point_ div.point_table_ table.point_ tr { width: 100%; margin: 0; border: none; display: flex; flex-wrap: nowrap;}
div.page_point_ div.point_table_ table.point_ th { width: auto; padding: 5px 0; border: none; font-size: 14px; font-weight: 400; text-align: left; word-break: keep-all; white-space: nowrap; background: none; display: block;}
div.page_point_ div.point_table_ table.point_ th::after { content: '：';}
div.page_point_ div.point_table_ table.point_ td { width: auto; padding: 5px 0; border: none; font-size: 14px; font-weight: 400; text-align: left; display: block;}
div.page_point_ div.point_table_ table.point_ td a,
div.page_point_ div.point_table_ table.point_ td a span { text-decoration: underline; color: #1D3994;}
div.page_point_ div.point_table_ table.point_ tr.point_in_ th { display: none !important;}
div.page_point_ div.point_table_ table.point_ tr.point_in_ td { font-size: 24px; font-weight: 500; text-align: right; position: absolute; top: calc(50% - 20px); right: 0;}
div.page_point_ div.point_table_ table.point_ tr.point_in_ td .plus_  { font-size: 24px; font-weight: 500;}
div.page_point_ div.point_table_ table.point_ tr.point_in_ td .minus_ { font-size: 24px; font-weight: 500;}
div.page_point_ div.point_list_nodata_ { margin: 30px 0; font-size: 16px; text-align: left;}

/* ---------------------------------------
 09.クレジットカード
---------------------------------------- */
table.formdetailcard_ { width: 100%; margin-bottom: 10px;}
table.formdetailcard_ th { width: 12em; font-weight: 500; text-align: left;}

/* カード情報の登録
--------------------- */
div.page_cardregist_ p.message_ { margin: 0 0 20px 0;}
div.page_cardregist_ .block-creditcart-register--lists { margin: 0 0 20px 0;}
div.page_cardregist_ .block-creditcard-register--form-num input[name="card_num"] { width: 70%;}
div.page_cardregist_ .block-creditcard-register--form-code div.show_sample_ { margin: 10px 0 0 0;}
div.page_cardregist_ .block-creditcard-register--form-code div.show_sample_ .modal-btn_ { font-size: 12px; text-decoration: underline; color: #1D3994;}
div.page_cardregist_ .block-creditcard-register--form-date dd select[name="card_m"] { width: 110px; margin: 0 8px 0 0;}
div.page_cardregist_ .block-creditcard-register--form-date dd select[name="card_y"] { width: 138px; margin: 0 8px 0 16px;}

/* セキュリティコード（モーダル） */
#security_code-how-2 .modal_ { padding: 16px; background: #F2F2F2;}
#security_code-how-2 .modal_ .modal-close_ {
  width: 163px;
  height: 40px;
  padding: 0;
  margin: 0 0 25px 0;
  border: #333 1px solid;
  border-radius: 20px;
  outline: none;
  font-size: 16px;
  font-weight: bold;
	text-decoration: none;
  color: #333;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #FFF;
}
#security_code-how-2 .modal_ .modal-close_::before {
  content: '';
  width: 8px;
  height: 8px;
	margin: 0 6px 0 0;
  border-right: #333 1px solid;
  border-top: #333 1px solid;
  display: block;
  transform: rotate(-135deg);
	position: relative;
	top: auto;
	right: auto;
	left: auto;
}
#security_code-how-2 .modal_ .modal-close_::after { display: none;}
#security_code-how-2 .modal_ .modal-content_ .title_ { margin: 0 0 16px 0; font-size: 20px; font-weight: 500; text-align: center;}
#security_code-how-2 .modal_ .modal-content_ .text_ { margin: 0 0 16px 0; font-size: 14px; font-weight: 400; text-align: center;}
#security_code-how-2 .modal_ .modal-content_ .img_ { text-align: center;}
#security_code-how-2 .modal_ .modal-content_ .img_ img { width: 80%;}

/* クレジットカード情報
--------------------- */
div.page_cardedit_ .block-creditcard--head { margin: 24px 0; display: flex; justify-content: center; align-items: center;}
div.page_cardedit_ .block-creditcard--head a.block-creditcard--add-btn { width: 250px; height: 56px; padding: 0; text-decoration: none; color: #333; display: flex; justify-content: center; align-items: center;}
div.page_cardedit_ ul.block-creditcard--lists { margin: 0 0 30px 0;}
div.page_cardedit_ li.block-creditcard-list { padding: 12px; margin: 0 0 10px; border: #333 1px solid; border-radius: 3px;}
div.page_cardedit_ li.block-creditcard-list--selected { position: relative;}
div.page_cardedit_ li.block-creditcard-list--selected:after { content: ''; width: 100%; height: 100%; border: #CC0000 3px solid; border-radius: 3px; position: absolute; top: -3px; left: -3px;}
div.page_cardedit_ li.block-creditcard-list .block-creditcard-list--name { margin: 0 0 10px 0;}
div.page_cardedit_ li.block-creditcard-list .block-creditcard-list--name .card_line_ { width: 100%; height: 66px; font-size: 16px; display: flex; justify-content: flex-start; align-items: center;}
div.page_cardedit_ li.block-creditcard-list .block-creditcard-list--name .card_line_ span.name_Visa { 
	width: 100%; height: 66px; font-size: 0; display: block;
	background: url("../../img/usr/icon/card_visa.png") left center no-repeat;
	-webkit-background-size: 65px auto; background-size: 65px auto;
}
div.page_cardedit_ li.block-creditcard-list .block-creditcard-list--name .card_line_ span.name_JCB { 
	width: 100%; height: 66px; font-size: 0; display: block;
	background: url("../../img/usr/icon/card_jcb.png") left center no-repeat;
	-webkit-background-size: 45px auto; background-size: 45px auto;
}
div.page_cardedit_ li.block-creditcard-list .block-creditcard-list--name .card_line_ span.name_Diners { 
	width: 100%; height: 66px; font-size: 0; display: block;
	background: url("../../img/usr/icon/card_diners.gif") left center no-repeat;
	-webkit-background-size: 65px auto; background-size: 65px auto;
}
div.page_cardedit_ li.block-creditcard-list .block-creditcard-list--name .card_line_ span.name_American { 
	width: 100%; height: 66px; font-size: 0; display: block;
	background: url("../../img/usr/icon/card_american.png") left center no-repeat;
	-webkit-background-size: 46px auto; background-size: 46px auto;
}
div.page_cardedit_ li.block-creditcard-list .block-creditcard-list--name .card_line_ span.name_MasterCard { 
	width: 100%; height: 66px; font-size: 0; display: block;
	background: url("../../img/usr/icon/card_master.png") left center no-repeat;
	-webkit-background-size: 48px auto; background-size: 48px auto;
}
div.page_cardedit_ li.block-creditcard-list .block-creditcard-list--name .card_num_ { font-size: 16px; word-break: keep-all; white-space: nowrap;}
div.page_cardedit_ li.block-creditcard-list .block-creditcard-list--period { font-size: 16px; display: flex; align-items: center; position: relative; z-index: 1;}
div.page_cardedit_ li.block-creditcard-list .block-creditcard-list--period.block-creditcard-list--period-expired { color: #EC0000;}
div.page_cardedit_ li.block-creditcard-list .block-creditcard-list--period dd { margin: 0 0 0 16px; display: flex; align-items: center; justify-content: space-between; flex: 1;}
div.page_cardedit_ li.block-creditcard-list .block-creditcard-list--period dd p span { margin: 0 0 0 16px;}
div.page_cardedit_ li.block-creditcard-list .block-creditcard-list--period.edit_on_ { display: block;}
div.page_cardedit_ li.block-creditcard-list .block-creditcard-list--period.edit_on_ dt { margin: 0 0 7px 0; font-size: 14px; font-weight: 500;}
div.page_cardedit_ li.block-creditcard-list .block-creditcard-list--period.edit_on_ dd { margin: 0; display: flex; align-items: center; justify-content: space-between; flex: 1;}
div.page_cardedit_ li.block-creditcard-list .block-creditcard-list--period-edit-area { display: none; flex: 1;}
div.page_cardedit_ li.block-creditcard-list .block-creditcard-list--period-edit-area-inner { display: flex; align-items: center;}
div.page_cardedit_ li.block-creditcard-list .block-creditcard-list--period-edit-area-inner select { width: 80px; padding: 0 10px; background-color: #fff; background-position: calc(100% - 8px) center;}
div.page_cardedit_ li.block-creditcard-list .block-creditcard-list--period-edit-area-inner span { margin: 0 10px;}
div.page_cardedit_ li.block-creditcard-list .block-creditcard-list--period-edit-save { 
	width: 75px;
	height: 36px;
	padding: 0;
	margin: 0 0 0 auto;
	border: #333 1px solid;
	border-radius: 4px;
	background: #FFF;
	font-size: 16px;
	font-weight: 700;
	color: #333;
	transition: 0.2s;
}
div.page_cardedit_ li.block-creditcard-list .block-creditcard-list--period-edit-save:hover { opacity: 0.7;}
div.page_cardedit_ li.block-creditcard-list .block-creditcard-list--status { 
	padding: 16px 0 0;
	margin: 16px 0 0;
	border-top: #949497 1px solid;
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: relative;
	z-index: 1;
}
div.page_cardedit_ li.block-creditcard-list .block-creditcard-list--status > label { min-width: 150px; margin: 0 16px 0 0; font-size: 16px; cursor: pointer;}
div.page_cardedit_ li.block-creditcard-list .block-creditcard-list--status > label.disabled { cursor: inherit;}
div.page_cardedit_ li.block-creditcard-list .block-creditcard-list--status .block-creditcard-list--status-inner { display: flex; justify-content: flex-end; flex-wrap: wrap;}
div.page_cardedit_ li.block-creditcard-list .block-creditcard-list--period-edit-btn {
	width: 40px;
	height: 50px;
	padding: 31px 0 0 0;
	margin: 0;
	border: none;
	outline: none;
	font-size: 16px !important;
	font-weight: 400 !important;
	line-height: 1.0;
	text-align: center;
	color: #333 !important;
	background: url("../../img/usr/icon/edit.png") top center no-repeat;
	-webkit-background-size: 24px 24px;
	background-size: 24px 24px;
	position: relative;
	z-index: 2;
	cursor: pointer;
}
div.page_cardedit_ li.block-creditcard-list .block-creditcard-list--period-edit-btn:hover { opacity: 0.7;}
div.page_cardedit_ li.block-creditcard-list .block-creditcard-list--period-del-btn { width: 40px; height: 50px; margin: 0 0 0 30px; position: relative;	transition: 0.2s;}
div.page_cardedit_ li.block-creditcard-list .block-creditcard-list--period-del-btn:hover { opacity: 0.7;}
div.page_cardedit_ li.block-creditcard-list .block-creditcard-list--period-del-btn::before { content: '削除'; width: 100%; font-size: 16px; font-weight: 400; color: #333; text-align: center; position: absolute; left: 0; bottom: 0; z-index: 1;}
div.page_cardedit_ li.block-creditcard-list .block-creditcard-list--period-del-btn .block-creditcard-list--delete {
	width: 40px;
	height: 50px;
	padding: 0;
	margin: 0;
	border: none;
	outline: none;
	font-size: 0;
	color: #fff;
	background: url(../../img/usr/icon/delete.png) top center no-repeat;
	-webkit-background-size: 24px 24px;
	background-size: 24px 24px;
	position: relative;
	z-index: 2;
}
div.page_cardedit_ li.block-creditcard-list .block-creditcard-list--status-caution { 
	width: 100%;
	padding: 0 0 0 1em;
	margin: 10px 0 0 0;
	font-size: 12px;
	text-align: justify;
	text-indent: -1em;
	line-height: 1.2;
	color: #EC0000;
}
div.page_cardedit_ li.block-creditcard-list .block-creditcard-list--status-caution br { display: none;}

div.page_cardedit_ .block-creditcard-modal { width: 100vw; height: 100vh; display: none; position: fixed; top: 0; left: 0; z-index: 11;}
div.page_cardedit_ .block-creditcard-modal--bg { width: 100%; height: 100%; background: rgba(0, 0, 0, 0.5); position: absolute; top: 0; left: 0;}
div.page_cardedit_ .block-creditcard-modal--contents {
  width: 90%;
  height: 130px;
  border-radius: 8px;
  background: #FFF;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
div.page_cardedit_ .block-creditcard-modal--text { font-size: 16px;}
div.page_cardedit_ .block-creditcard-modal .block-creditcard-modal--close { width: 35px; height: 35px; line-height: 1.0; position: absolute; top: 0; right: 0;}
div.page_cardedit_ .block-creditcard-modal .block-creditcard-modal--close span {
  width: 35px;
  height: 35px;
  line-height: 1.0;
  font-size: 24px;
  font-weight: normal;
  color: #CCC;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
div.page_cardedit_ .block-creditcard--no-data { font-size: 16px;}

/* ---------------------------------------
 10.クーポンの確認
---------------------------------------- */
div.page_coupon_ div.coupon_table_ { margin: 0; border-top: #757578 1px solid;}
div.page_coupon_ div.coupon_table_ table.coupon_ { width: 100%; padding: 20px 0 0 0; margin: 0; border: none; border-bottom: #757578 1px solid; display: block;}
div.page_coupon_ div.coupon_table_ table.coupon_ tr { margin: 0; border: none; display: block;}
div.page_coupon_ div.coupon_table_ table.coupon_ th { width: 100%; padding: 0; border: none; font-size: 14px; font-weight: 400; text-align: left; background: none; display: block;}
div.page_coupon_ div.coupon_table_ table.coupon_ th::after { content: '：';}
div.page_coupon_ div.coupon_table_ table.coupon_ td { width: 100%; padding: 0 0 20px 0; border: none; font-size: 14px; font-weight: 400; text-align: left; display: block;}
div.page_coupon_ div.coupon_table_ table.coupon_ .coupon_price_ td { font-size: 24px; font-weight: 500; text-align: right;}
div.page_coupon_ div.coupon_table_ table.coupon_ .coupon_price_ td .yen_ { margin: 0 0 0 2px; font-size: 16px; font-weight: 400;}
div.page_coupon_ div.coupon_list_nodata_ { margin: 30px 0; font-size: 16px; text-align: left;}

/* ---------------------------------------
 11.パスワード
---------------------------------------- */
dl.formdetail_ dd div.input_wrap_ { width: auto; display: inline-block; position: relative;}
dl.formdetail_ dd div.input_wrap_ input { max-width: 100%;}
dl.formdetail_ .password__toggle { 
	width: 30px;
	height: 30px;
	background-image: url(../../img/usr/mypage/icon_pass_visible.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	top: calc(50% - 15px);
	right: 10px;
}
dl.formdetail_ .is-show .password__toggle {
	background-image: url(../../img/usr/mypage/icon_pass_hide.png);
}
#pwd::-ms-reveal,
#cpwd::-ms-reveal { display: none;}

.checktype_pwd { margin: 0; display: inline-block; position: relative;}
.checktype_cpwd { margin: 0; display: inline-block; position: relative;}
.customer_.col1_ dd .checktype_pwd > input,
.customer_.col1_ dd .checktype_cpwd > input { width: calc(100% - 60px); margin: 0;}

/* パスワード変更
--------------------- */
div.page_passchange_ dl.passchange_ dd input#oldid { max-width: 100%;}
div.page_passchange_ dl.passchange_ dd input[name="oldpwd"] { width: 60%; max-width: 60%;}
div.page_passchange_ dl.passchange_ dd { position: relative;}

/* パスワード再設定
--------------------- */
div.page_askpass_ {}

/* パスワード再設定
--------------------- */
div.page_askpasschange_ {}

/* パスワード再設定完了
--------------------- */
div.page_askpass_complete_ {}
div.page_passchange_ .message_ p + p { margin-top: 10px;}
div.page_passchange_ .message_ p { font-size: 16px; font-weight: 400;}
div.page_passchange_ .message_ p a { font-size: 16px; font-weight: 400; text-decoration: underline; color: #1D3994;}
div.page_passchange_ .message_ + .submit_ { margin-top: 40px;}

/* ---------------------------------------
 12.ログイン通知メール
---------------------------------------- */
div.page_loginmail_ {}
div.page_loginmail_ dl.formdetail_.customer_ { margin-top: 30px;}

/* ---------------------------------------
 13.LINEアカウント連携設定
---------------------------------------- */
.modal-dialog:has(.modal--linesync-menu) .modal-content { padding: 20px 14px 73px 14px; border-radius: 12px; position: relative;}
.modal-dialog:has(.modal--linesync-menu) .modal-header { padding: 0; margin: 0 0 24px 0; font-size: 20px; font-weight: 500; text-align: left;}
.modal-dialog:has(.modal--linesync-menu) .modal-header .modal-title { font-size: 20px; font-weight: 500; text-align: left;}
.modal-dialog:has(.modal--linesync-menu) .modal-header .modal-close { 
	width: 120px !important;
	height: 40px !important;
	padding: 0 !important;
	margin: 0 !important;
	border: none !important;
	font-size: 0 !important;
	line-height: 40px !important;
	color: #fff !important;
	position: absolute !important;
	background: none !important;
	left: calc(50% - 60px) !important;
	top: 110px !important;
}
.modal-dialog:has(.modal--linesync-menu) .modal-header .modal-close::before { display: none !important;}
.modal-dialog:has(.modal--linesync-menu) .modal-header .modal-close::after { 
	content: '閉じる' !important;
	width: auto !important;
	margin: 0 auto !important;
	font-size: 16px !important;
	font-weight: 400 !important;
	text-decoration: underline !important;
	color: #333 !important;
	display: inline-block !important;
}
.linesync-message .linesync-message-clientlist { display: block; margin-left: 10px;}
.linesync-message .linesync-message-client { white-space: nowrap;}
.modal--linesync-menu { padding-bottom: 10px; text-align: left;}
.modal--linesync-menu .linelogin_btn_width { width: 100%;}
.modal--linesync-menu .linelogin { height: 50px; padding: 0; margin: 0; border: none; text-align: center; vertical-align: middle; white-space: nowrap; background-color: transparent; cursor: pointer;}
.modal--linesync-menu-contents .line_logo { 
	width: 50px;
	height: 50px;
	background: #00C300 url(../../img/sys/linelogin/line.png) center center no-repeat;
	-webkit-background-size: 48px 48px;
	background-size: 48px 48px;
	border-radius: 7px 0 0 7px;
	display: inline-block;
	vertical-align: middle;
	float: left;
}
.modal--linesync-menu-contents .line_word {
	width: calc(100% - 50px);
	height: 50px;
	padding: 0 50px 0 0;
	border-radius: 0 7px 7px 0;
	background: #00C300;
	border-left: #00B300 1px solid;
	font-size: 16px;
	text-align: center;
	line-height: 48px;
	color: #FFF;
	float: left;
}
.modal--linesync-menu .linesync-message { margin-left: 5px;}
.modal--linesync-menu .linesync-message.linesync-message-sync { margin-top: 10px;}
.modal--linesync-menu .linesync-message .linesync-message-clientlist { display: block; margin-left: 10px;}
.modal--linesync-menu .linesync-message .linesync-message-client { white-space: nowrap;}
.block-login--linelogin-body { width: 480px; padding: 15px 0; text-align: center; overflow: hidden; zoom: 1;}
.block-login--linelogin-body:after { clear: both;}
.block-login--linelogin-body ul { justify-content: center; align-items: center; margin-left: 80px;}
.block-login--linelogin-body ul li { float: left; width: 220px;}
.block-login--linelogin-contents-btn { 
	width: 332px;
	height: 50px;
	padding: 0;
	margin: 0 auto;
	border: none;
	text-align: center;
	vertical-align: middle;
	white-space: nowrap;
	display: flex;
	background-color: transparent;
	cursor: pointer;
}
.block-login--linelogin-contents-btn button:focus { outline: none;}
.block-login--linelogin-contents .line_logo {
	width: 50px;
	height: 50px;
	background: #00c300 url(../../img/sys/linelogin/line.png) no-repeat;
	background-size: 50px 50px;
	border-radius: 7px 0 0 7px;
	display: inline-block;
	vertical-align: middle;
	float: left;
}
.block-login--linelogin-contents .line_word { 
	width: 282px;
	height: 50px;
	padding: 0 30px 0 0;
	background: #00C300;
	border-left: #00B300 1px solid;
	border-radius: 0 7px 7px 0;
	line-height: 50px;
	font-size: 17px;
	text-align: center;
	color: #fff;
	float: left;
}
.block-login--linelogin-state-saving-body { text-align: center;}
.block-login--linelogin-state-saving-mesage { margin-top: 10px;}
.block-login--linelogin-contents-line { text-align: center;}
.line_login_headline_ { margin-bottom: 24px !important;}
.line_login_msg_ { width: 100%; margin-bottom: 30px; text-align: center;}

/* ---------------------------------------
 14.秘密の質問による認証設定
---------------------------------------- */
.customer_.col1_ div.auth_entry_error_ { width: auto; padding: 10px 0; border: none; font-size: 16px; font-weight: 500; color: #D10000; background: none;}

div.method_authperson_question_ { margin-bottom: 10px;}
div.method_authperson_answer_ { margin-bottom: 10px;}
div.method_authperson_biometric_ { margin-bottom: 10px;}
div.method_authperson_biometric_ input + label::before { display: none;}

div.page_authperson_ {}

/* 変更 */
div.page_authperson_change_ {}

/* ---------------------------------------
 15.秘密の質問と答えの変更
---------------------------------------- */
div.page_authperson_entry_auth_ dl.formdetail_ dd span.checktype_secret_answer input[name="secret_answer"] { width: 100%; max-width: 100%;}

/* 初回登録時 */
div.page_authperson_entry_ dl.formdetail_ dd span.efo select[name="secret_question"] { width: 100%; max-width: 100%;}
div.page_authperson_entry_ dl.formdetail_ dd span.checktype_secret_answer input[name="secret_answer"] { width: 100%; max-width: 100%;}

/* 変更 */
div.page_authperson_entry_change_ dl.formdetail_ dd span.efo select[name="secret_question"] { width: 100%; max-width: 100%;}
div.page_authperson_entry_change_ dl.formdetail_ dd span.checktype_secret_answer input[name="secret_answer"] { width: 100%; max-width: 100%;}

/* 確認 */
div.page_authperson_entry_confirm_ {}

/* ---------------------------------------
 16.お問い合わせ
---------------------------------------- */
div.page_contact_ .message_frame_ .message_ { margin-bottom: 0;}
div.page_contact_ dl.formdetail_ { margin-top: 40px;}
div.page_contact_ select[name="subject_id"] { width: 100%; max-width: 100%;}
div.page_contact_ textarea { width: 100%; max-width: unset;}
div.page_contact_ .count_area { margin: 8px 0 0 0; font-size: 12px; text-align: right; color: #626264;}
div.page_contact_ .count_area .now_cnt { font-size: 12px;}

div.page_contact_ .submit_:has(.g-recaptcha_) { flex-wrap: wrap;}
div.page_contact_ .submit_ .g-recaptcha_ { width: 100%;}
div.page_contact_ .submit_ .g-recaptcha_ .g-recaptcha > div { margin: 0 auto;}
div.page_contact_ .submit_ .large_button_.disable_button_ { width: calc(65% - 10px); min-width: calc(65% - 10px); order: 2;}

/* お問い合わせ完了
--------------------- */
div.page_contact_thanks_ div.customer_status_ { margin: 0 0 20px 0;}

/* お問い合わせ履歴一覧
--------------------- */
div.page_contactlist_ {}

/* お問い合わせ履歴詳細
--------------------- */
div.page_contactdetail_ {}

/* ---------------------------------------
 17.ゆうID連携
---------------------------------------- */
div.page_yubinportal_linkselect_ .loginform_:first-of-type::before { display: none !important;}
div.page_yubinportal_linkselect_ .loginform_ input[name="linkauth.x"] { height: 56px !important; margin-bottom: 15px !important;}
div.page_yubinportal_linkselect_ .loginform_ input.button_.large_button_.orange_button_ { max-width: 355px; margin: 0 auto; display: block;}

/* 連携解除
--------------------- */
div.page_yubinportal_linkcancel_ {}

/* 連携解除完了
--------------------- */
div.page_yubinportal_defederationresp_ {}

/* ---------------------------------------
 18.ログアウト
---------------------------------------- */
div.page_logout_ .message_ a { text-decoration: underline;}

/* ---------------------------------------
 19.退会
---------------------------------------- */
div.page_withdrawal_ p.top_text { margin: 0 0 30px 0; font-size: 16px; font-weight: 400;}
div.page_withdrawal_ #top_attention_box { margin-bottom: 30px;}
div.page_withdrawal_ #top_attention_box p { line-height: 1.7; word-break: break-all; white-space: normal;}
div.page_withdrawal_ #top_attention_box a { text-decoration: underline; color: #1D3994;}
div.page_withdrawal_ #top_attention_box .top_attention { margin-bottom: 30px;}
div.page_withdrawal_ .submit_ .gray_button_ { border: #CC0000 1px solid; color: #FFF; background: #CC0000;}
/* 退会完了 */
div.page_withdrawal_ .withdrawal_result_ p.message_frame_ { margin: 0 0 40px 0;}
