@charset "Shift_JIS";

/* ---------------------------------------
 マイページ系 基本レイアウト
---------------------------------------- */
.block-mypage { display: flex; justify-content: space-between;}
.block-mypage .navipage_.top_ { align-items: center;}
.block-mypage .navipage_.top_ a { margin-bottom: 0;}
.block-mypage .navipage_.top_ .navipage_sum_ { margin-top: 0; margin-right: auto;}

/* 左カラム */
.block-mypage-leftmenu { width: 280px; padding-top: 8px;}
.block-mypage-leftmenu-menu:not(:last-child) { margin: 0 0 28px 0;}
.block-mypage-leftmenu-menu--title { padding: 0 0 0 17px; margin: 0 0 10px 0; font-size: 16px; font-weight: 700; line-height: 1.4; background: #FFF;}
.block-mypage-leftmenu-menu--title a { text-decoration: none; color: #333; display: block;}
.block-mypage-leftmenu-menu--title a:hover { text-decoration: none; opacity: .8;}
.block-mypage-leftmenu-menu ul { padding: 0;}
.block-mypage-leftmenu-menu li { border: none;}
.block-mypage-leftmenu-menu li a { padding: 10px 0 10px 17px; font-size: 14px; text-decoration: none; line-height: 1.4; color: #333; display: block; position: relative;}
.block-mypage-leftmenu-menu li a:hover { text-decoration: underline; opacity: .8;}
.block-mypage-leftmenu-menu li a::before { content: ''; width: 8px; height: 8px; border-right: #333 1px solid; border-top: #333 1px solid; position: absolute; right: 10px; top: calc(50% - 4px); display: block; transform: rotate(45deg);}

/* 右カラム */
.block-mypage-leftmenu + .block-mypage-contents { width: calc(100% - 310px);}
.block-mypage-contents { width: 100%; margin: 0 0 50px; position: relative;}
.block-mypage-contents input.hiddenEnter_ { position: absolute; top: 0; left: 0;}

/* テーブル */
table.history_ { margin-bottom: 20px;}
table.history_ td { padding: 25px 10px;}
table.history_ td.order_id_ { text-align: center; line-height: 2.0;}
table.history_ td.order_dt_ { padding: 25px 10px; white-space: nowrap;}
table.history_ td.order_detail_ ul { margin-bottom: 5px;}
table.history_ td.order_detail_ ul li { margin-left: 2em; list-style: square;}
table.history_ td.order_detail_ ul li .name_ .name2_ { margin: 10px 0 0; word-break: break-word;}
table.history_ td.order_detail_ p.order_again_ { padding: 5px; font-weight: bold; text-align: right;}
table.history_ td.total_ { text-align: center;}

/* ---------------------------------------
 01_01.注文履歴一覧
---------------------------------------- */
div.page_history_ .block-history--text { margin: 0 0 30px; font-size: 16px; line-height: 1.8;}
div.page_history_ .customer_name_ { margin: 0 0 40px; font-size: 24px; font-weight: 500;}

/* 切替タブ */
.block-history-lists-tab { position: relative; z-index: 2; bottom: -1px;}
.block-history-lists-tab ul { display: flex; justify-content: space-between; column-gap: 10px;}
.block-history-lists-tab li { 
	width: calc(50% - 5px);
	height: 94px;
	border: #DDD 1px solid;
	font-size: 20px;
	font-weight: 500;
	text-align: center;
	background: #FFF;
	display: flex;
	justify-content: center;
	align-items: center;
}
.block-history-lists-tab li.block-history-lists-tab--current { border-bottom: 0; background: #F2F2F2;}
.block-history-lists-tab li a { width: 100%; height: 100%; text-decoration: none; color: #333; display: flex; justify-content: center; align-items: center; transition: 0.2s;}
.block-history-lists-tab li a:hover { opacity: 0.7;}

.block-history-lists--body { padding: 20px; border: #DDD 1px solid; background: #F2F2F2;}
.block-history-lists--nav { margin: 0 0 25px 0; display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between;}
.block-history-lists--nav .block-history-lists--nav-sum { min-width: 180px;}
.block-history-lists--nav .block-history-lists--nav-sum span { margin: 0 3px; font-size: 20px; font-weight: 500;}
.block-history-lists--nav .block-history-lists--nav-sum span.navi_current_nums_ { margin: 0 0 0 15px; font-size: 16px; font-weight: 400;}
.block-history-lists--nav .block-history-lists--nav-about-delivery { margin-left: auto; display: inline-block;}
.block-history-lists--nav .block-history-lists--nav-about-delivery span { font-size: 14px; text-decoration: underline; color: #1D3994; cursor: pointer;}
.block-history-lists--nav .block-history-lists--nav-about-delivery span:hover { text-decoration: none;}
.block-history-lists--contents-old .block-history-lists--nav-about-delivery { width: 100%; margin: 0 0 15px 0; text-align: right; display: block;}

.block-history-lists--nav-search { display: flex; align-items: center;}
.block-history-lists--nav-search-form { margin: 0 20px 0 0; position: relative; display: flex; background: #FFF;}
.block-history-lists--nav-search input.block-history-lists--nav-search-input { width: 370px; padding-right: 40px; border-radius: 6px 0 0 6px; border-right: none !important;}
.block-history-lists--nav-search-form-delete { width: 40px; height: 56px; text-decoration: none; color: #414143; display: flex; justify-content: center; align-items: center; position: absolute; top: 0; right: 56px; cursor: pointer;}
.block-history-lists--nav-search-period { width: 214px; height: 56px; text-decoration: none; background-color: #FFF;}
.block-history-lists--nav-search-btn { width: 56px; padding: 15px; border-radius: 0 6px 6px 0; background: #333;}

.block-history-lists--list-wrap {}
.block-history-lists--list { padding: 20px 30px; margin: 0 0 20px; background: #FFF;}
.block-history-lists--list:last-child { margin-bottom: 0;}
.block-history-lists--list-head { margin: 0 0 40px; display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; position: relative;}
.block-history-lists--list-head-date { width: 100%; margin: 0 0 5px; font-size: 20px; font-weight: 500; letter-spacing: 0.05em;}
.block-history-lists--list-head-id { font-size: 14px; font-weight: 400; letter-spacing: 0.05em;}
.block-history-lists--list-head a.block-history-lists--list-head-btn {
	width: 140px;
	height: 44px;
	border: #333 1px solid;
	font-size: 16px;
	font-weight: 700;
	text-decoration: none;
	color: #333;
	border-radius: 6px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	bottom: 0;
	right: 0;
	transition: 0.2s;
}
.block-history-lists--list-head a.block-history-lists--list-head-btn:hover { text-decoration: none; opacity: 0.7;}
.block-history-lists--list-inner { padding: 40px 35px; border: #DDD 1px solid;}
.block-history-lists--list-inner .block-history-lists--list-item { padding: 0 0 30px 0; margin: 0;}
.block-history-lists--list-inner .block-history-lists--list-item + .block-history-lists--list-item { padding: 30px 0; 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-number { margin: 0 0 10px 0; font-size: 18px; font-weight: 500;}

/* 配送ステータス */
.block-history-lists--list-status { padding: 0 0 20px 0; margin: 0 0 20px 0; position: relative;}
.block-history-lists--list-status-current { margin-bottom: 20px; font-size: 18px; font-weight: 700;}
.block-history-lists--list-status-figure-wrap { max-width: 670px; margin: 0 auto; display: flex; flex-wrap: wrap; justify-content: center; overflow: hidden;}
.block-history-lists--list-status-figure { width: 100%; height: 60px; display: flex; justify-content: space-between; position: relative;}
.block-history-lists--list-status-figure::before { content: ''; width: 100%; border-top: #D1D1D1 3px solid; display: block; position: absolute; left: 0; top: 15.5px; z-index: 1;}
.block-history-lists--list-status-figure li { width: 72px; height: 60px; position: relative;}
.block-history-lists--list-status-figure li.done::before { content: ''; width: 670px; border-top: #CC0000 3px solid; display: block; position: absolute; right: 0; top: 15.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: 72px;
	height: 60px;
	padding: 42px 0 0 0;
	font-size: 14px;
	font-weight: 700;
	text-align: center;
	line-height: 1.0;
	word-break: keep-all;
	white-space: nowrap;
	color: #CC0000;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #FFF;
	position: relative;
	z-index: 3;
}
.block-history-lists--list-status-figure li span::before { 
	content: '';
	width: 33px;
	height: 33px;
	border-radius: 33px;
	display: block;
	background: #CC0000;
	position: absolute;
	top: 0;
	left: calc(50% - 16.5px);
	box-sizing: border-box;
}
.block-history-lists--list-status-figure li span::after { 
	content: '';
  width: 10px;
  height: 14px;
  margin: auto;
  border-right: #FFF 3px solid;
  border-bottom: #FFF 3px solid;
  position: absolute;
  top: 7px;
	left: calc(50% - 5px);
  transform: rotate(45deg);
	box-sizing: border-box;
}
.block-history-lists--list-status-figure li.done span::before { border: #CC0000 8px 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.delivered_.done span::before { border: none; background: #CC0000;}
.block-history-lists--list-status-figure li.delivered_.done span::after { display: block;}
.block-history-lists--list-status-link { font-size: 12px; text-decoration: underline; color: #1D3994; position: absolute; right: 0; bottom: 20px; cursor: pointer; transition: 0.2s;}
.block-history-lists--list-status-link:hover { text-decoration: none;}

@media only screen and (max-width: 1400px) { 
	.block-history-lists--list-status-link { bottom: -5px;}
}

/* 販売者・商品（名前／価格／数量など） */
.block-history-lists--list-item-seller { margin: 0 0 20px; font-size: 16px;}
.block-history-lists--list-item-info + .block-history-lists--list-item-seller { padding: 20px 0 0; margin-top: 40px; border-top: #949497 1px solid;}
.block-history-lists--list-item-info { display: flex;}
.block-history-lists--list-item-info + .block-history-lists--list-item-info { padding-top: 30px; margin-top: 30px; border-top: #DDD 1px dashed;}
.block-history-lists--list-item-img { width: 150px; margin: 0 30px 0 0;}
.block-history-lists--list-item-img img { width: 100%;}
.block-history-lists--list-item-text { width: calc(100% - 400px); padding: 0; margin: 0 30px 0 0;}
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;}
a.block-history-lists--list-item-name:hover { text-decoration: none;}
.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: 14px; text-decoration: underline; color: #1D3994; display: inline-block; cursor: pointer; transition: 0.2s;}
.block-history-lists--list-item-recommend:hover { text-decoration: none;}
.block-history-lists--list-item-buy { width: 190px; text-align: center;}
.block-history-lists--list-item-buy a.block-history-lists--list-item-cart { 
	width: 190px;
	height: 50px;
	padding: 0 0 0 26px;
	border-radius: 50px;
	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: 14px center;
	background-repeat: no-repeat;
	-webkit-background-size: 24px 20px;
	background-size: 24px 20px;
}
.block-history-lists--list-item-buy a.block-history-lists--list-item-cart:hover { opacity: .8;}
.block-history-lists--list-more { 
	width: 100%;
	padding: 30px 0 0 0;
	margin: 0 auto 20px;
	border-top: #949497 1px solid;
	font-size: 16px;
	text-align: center;
	text-decoration: underline;
	color: #1D3994;
	transform: 0.2s;
	cursor: pointer;
}
.block-history-lists--list-more:after {
  content: '';
  width: 8px;
  height: 8px;
  margin: 0 0 0 10px;
  border-right: #333 1px solid;
  border-bottom: #333 1px solid;
	display: inline-block;
  transform: rotate(45deg);
	position: relative;
	top: -3px;
}
.block-history-lists--list-more:hover { opacity: 0.7;}
.block-history-lists--list-item-finished { color: #CC0000;}

@media screen and (max-width: 1200px) {
	.block-history-lists--list-item-info { flex-wrap: wrap; column-gap: 10px;}
	.block-history-lists--list-item-text { width: calc(100% - 210px); padding: 0; margin: 0;}
	.block-history-lists--list-item-buy  { width: 100%; margin: 10px 0 0 0; display: flex; flex-direction: column; justify-content: center; align-items: flex-end;}
}

/* 注文金額合計・支払い方法 */
.block-history-lists--list-bottom { padding: 20px 0 0; display: flex; align-items: center; justify-content: flex-end;}
.block-history-lists--list-bottom dl { margin: 0 0 0 35px; display: flex; align-items: center;}
.block-history-lists--list-bottom dt { padding: 0 15px 0 0; font-size: 14px; font-weight: 400; 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 10px 0; font-size: 18px; font-weight: 700;}
.block-history-lists--list-total-price dd span { font-size: 28px; font-weight: 700;}
.block-history-lists--list-payment dd { font-size: 16px; font-weight: 400;}
.block-history-lists--no-data { padding: 30px 10px; background: #FFF; text-align: center;}
.block-history-lists--bw span { color: #1D3994;}

/* モーダル共通 */
.block-history-modal { width: 100vw; height: 100vh; display: none; position: fixed; top: 0; left: 0; z-index: 111;}
.block-history-modal--bg { width: 100%; height: 100%; position: absolute; top: 0; left: 0; background: rgba(0, 0, 0, .5);}
.block-history-modal--contents { 
	width: 760px;
	max-height: 80vh;
	padding: 40px 56px;
	border-radius: 12px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background: #FFF;
  overflow-y: auto;
}
.block-history-recommend-modal--contents { width: 817px; background: #FFF;}
.block-history-modal--title { margin: 0 0 16px 0; font-size: 24px; font-weight: 500;}
.block-history-modal--lists { padding: 0; background: #FFF;}
.block-history-modal--list { padding: 30px 0; border-bottom: #D2D2D2 1px solid;}
.block-history-modal--list .block-history-modal--list-title { margin: 0 0 16px 0; font-size: 20px; font-weight: 400;}
.block-history-modal--list .block-history-modal--list-text { font-size: 14px;}
.block-history-recommend-modal--lists { display: flex;}
.block-history-recommend-modal--list { width: 135px; margin: 0 20px 0 0;}
.block-history-recommend-modal--list:last-child { margin: 0;}
.block-history-recommend-modal--list-img { margin: 0 0 10px;}
.block-history-recommend-modal--list-img img { width: 100%;}
.block-history-recommend-modal--list-price { text-align: right; color: #C00;}
.block-history-modal--close {
  width: 240px;
  height: 56px;
	margin: 40px 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;}
#modal-delivery-history.block-history-modal .block-history-modal--list dt { width: 40%; font-size: 18px;}
#modal-delivery-history.block-history-modal .block-history-modal--list dd { width: 60%;}

/* 配送状況について（モダール） */
#modal-about-delivery.block-history-modal .block-history-modal--list { padding: 0 0 40px 0; border-bottom: #D2D2D2 1px solid;}
#modal-about-delivery.block-history-modal .block-history-modal--list + .block-history-modal--list { margin-top: 30px;}

/* ---------------------------------------
 01_02.注文履歴詳細
---------------------------------------- */
div.page_historydetail_ {}
div.page_guest_history_detail_ {}
div.page_guest_history_detail_login_ {}

.block-history-detail { display: flex; justify-content: space-between; font-size: 14px; line-height: 1.7;}
.block-history-detail--customer { padding: 0; margin: 0 0 25px; font-size: 24px; font-weight: 500; text-align: center;}
.block-history-detail--contents { padding: 20px 20px 40px; border: #DDD 1px solid; background: #F2F2F2;}
.block-history-detail--contents h2 { padding: 0 0 10px 0; margin: 0 0 30px; border-bottom: #DDD 1px solid; font-size: 24px; font-weight: 400;}
.block-history-detail--contents .block-history-detail-info { padding: 30px 25px; margin: 0 0 20px 0; background: #FFF;}

.block-history-detail--receipt { margin: 0 0 20px; display: flex; justify-content: flex-end;}
.block-history-detail--receipt-button-notice { font-size: 14px; text-align: center; display: block;}
.block-history-detail--receipt .button {
  width: 190px;
  height: 56px;
  border: #333 1px solid;
  border-radius: 56px;
  font-size: 16px;
	font-weight: 700;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #FFF;
  color: #333;
}
.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: 260px; font-size: 16px; position: relative;}
dl.block-history-detail--info-item dd { width: calc(100% - 260px); padding: 0 0 0 60px; font-size: 16px; 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: 14px; text-indent: -1em; color: #666;}
dl.block-history-detail--info-item dt::after { content: '：'; font-size: 15px; line-height: 1.0; display: inline-block; position: absolute; top: 0.4em; right: 0;}
dl.block-history-detail--info-item.agree { margin-top: 20px;}
dl.block-history-detail--info-item.limit dt { font-size: 24px; font-weight: 500;}
dl.block-history-detail--info-item.limit dt::after { font-size: 24px; right: -4px;}
dl.block-history-detail--info-item.limit dd { font-size: 24px; font-weight: 500; color: #EC0000;}

/* ソーシャルギフト購入URL */
.block-history-detail--info-copy { margin: 20px 0 0 0; border: #DDD 1px solid; border-radius: 3px; display: flex; justify-content: space-between; align-items: center;}
.block-history-detail--info-copy-title { width: 136px; height: 44px; border-radius: 3px 0 0 3px; font-size: 16px; text-align: center; line-height: 44px; color: #222; background: #F2F2F2; cursor: pointer;}
.block-history-detail--info-copy-url { width: calc(100% - 224px); height: 44px;}
.block-history-detail--info-copy-url input {
  width: 100%;
  height: 44px;
	min-height: 44px;
  padding: 0 20px;
  margin: 0;
  border: none !important;
  outline: none;
  font-size: 16px;
  text-align: left;
  text-overflow: ellipsis;
  line-height: 44px;
  white-space: nowrap;
  color: #666;
  background: #FFF;
  overflow: hidden;
}
.block-history-detail--info-copy-button { width: 98px; height: 44px;}
.block-history-detail--info-copy-button button {
  width: 98px;
  height: 44px;
  padding: 0;
  margin: 0;
  border: none;
  border-radius: 0 3px 3px 0;
  outline: none;
  font-size: 16px;
  text-align: center;
  line-height: 44px;
  color: #FFF;
  background: #333;
  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: 642px; padding: 40px 56px; border: #EC0000 2px solid; border-radius: 12px; text-align: center; display: block; background: #FFF;}
.block-history-detail--info-copy-popup .title { 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 24px;
  background-size: auto 24px;
}
.block-history-detail--info-copy-popup .message {
  padding: 20px 20px 20px 80px;
  margin: 30px 0 0;
  border-radius: 12px;
  font-size: 14px;
  font-weight: 400;
  text-align: left;
  line-height: 1.7;
  color: #333;
  display: flex;
  align-items: center;
	background: #FFF3F3 url(../../img/usr/common/caution.png) 20px center no-repeat;
	-webkit-background-size: auto 34px;
	background-size: auto 34px;
}
.block-history-detail--info-copy-popup #gifturl_popup_close { margin-top: 30px; text-align: center; cursor: pointer;}
.block-history-detail--info-copy-popup #gifturl_popup_close span { font-weight: 400; 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%; height: 100%; background: rgba(0, 0, 0, 0.6); position: fixed; top: 0; left: 0; right: 0; bottom: 0; z-index: 97;}
body.fixed-gifturl-copy .block-history-detail--info-copy-popup { display: flex; justify-content: center; align-items: center;}

/* 支払い情報 */
#payment .block-history-detail-price { max-width: 460px;}
#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: 0 0 20px 0; flex-wrap: wrap;}
#payment .block-history-detail-price--item-head { width: 50%; margin: 0 0 10px 0; font-size: 20px; font-weight: 400;}
#payment .block-history-detail-price--item-body { width: 50%; margin: 0 0 10px 0; font-size: 20px; 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,
#payment .block-history-detail-price .block-history-detail-price--item.point_ .block-history-detail-price--item-body,
#payment .block-history-detail-price .block-history-detail-price--item.coupon_ .block-history-detail-price--item-body { font-size: 16px;}
#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; font-size: 16px; text-align: right;}
#payment .block-history-detail-price--sum { margin: 20px 0 0 0; padding: 30px 0 0 0; border-top: #DDD 1px solid; display: flex; justify-content: space-between; align-items: center;}
#payment .block-history-detail-price--sum-head { width: 48.5%; font-size: 24px; font-weight: 400;}
#payment .block-history-detail-price--sum-body { width: 48.5%; font-size: 24px; font-weight: 400; 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: 24px; font-weight: 400;}
#payment .block-history-detail-price--point-body { width: 48.5%; font-size: 24px; font-weight: 400; text-align: right;}
#payment .block-history-detail-price--point-limited { width: 100%; margin: 30px 0 0 0; font-size: 16px; 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: 16px; color: #EC0000;}

/* キャンペーン */
.block-history-detail-campaign { padding: 35px; margin: 65px 0 35px 0; border: #333 1px solid;}
.block-history-detail-campaign dl { margin: 0 0 10px 0; display: flex; justify-content: space-between; align-items: center;}
.block-history-detail-campaign dt { font-size: 16px; font-weight: 500;}
.block-history-detail-campaign dd { font-size: 16px;}
.block-history-detail-item--socialgift-notice { margin-bottom: 10px;}
.block-history-detail-item--data { padding: 30px 0; margin: 0 0 30px 0; border-top: #DDD 1px solid; border-bottom: #DDD 1px solid;}
.block-history-detail-item--data .redelivery_button_ {
  width: auto;
  padding: 0px 10px;
  margin: 5px;
  border: #333 1px solid;
  border-radius: 3px;
  font-size: 13px;
  text-decoration: none;
  align-items: center;
  color: #333;
  display: inline-flex;
  background-color: #F2F2F2;
}

/* 注文内容情報 */
#order-item .block-history-detail-info--body { padding: 30px 40px; margin: 0 0 20px; border: #333 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: 10px 0 0 0;}
#order-item .block-history-detail-info--body dt { width: 220px; font-size: 16px; font-weight: 400; line-height: 2.0; position: relative;}
#order-item .block-history-detail-info--body dd { width: calc(100% - 220px); padding: 0 0 0 60px; font-size: 16px; font-weight: 400; line-height: 2.0;}
#order-item .block-history-detail-info--body dd .block-history-detail-item--data-notice { padding-left: 1em; font-size: 13px; text-indent: -1em; line-height: 1.5; color: #666;}
#order-item .block-history-detail-info--body dt::after { content: '：'; font-size: 16px; font-weight: 400; line-height: 1.0; display: inline-block; position: absolute; top: 0.5em; right: 0;}
#order-item .block-history-detail-info--body dl.block-history-detail-item--status { margin: 0 0 30px;}
#order-item .block-history-detail-info--body dl.block-history-detail-item--status dt { font-size: 24px; font-weight: 500;}
#order-item .block-history-detail-info--body dl.block-history-detail-item--status dt::after { font-size: 24px; right: -4px;}
#order-item .block-history-detail-info--body dl.block-history-detail-item--status dd { font-size: 24px; font-weight: 500; color: #EC0000;}
#order-item .block-history-detail-item--info { padding: 30px 0 0 0; margin: 30px 0 30px; border-top: #DDD 1px solid; display: flex;}
#order-item .block-history-detail-item--info-img { width: 160px;}
#order-item .block-history-detail-item--info-img img { width: 100%;}
#order-item .block-history-detail-item--info-text { width: calc(100% - (160px + 240px)); padding: 0 20px 0 40px; border-right: #DDD 1px solid; 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: 16px; font-weight: 400;}
#order-item .block-history-detail-item--info-code { margin: 0 0 10px 0; font-size: 14px; font-weight: 400;}
#order-item .block-history-detail-item--info-price { margin: auto 0 5px 0; font-size: 20px; line-height: 1.3; font-weight: 500;}
#order-item .block-history-detail-item--info-price span.price_note_ { margin: 0 0 0 5px; font-size: 16px; font-weight: 400;}
#order-item .block-history-detail-item--info-price span.tax_class_reduced_ { font-size: 14px; font-weight: 400; display: block;}
#order-item .block-history-detail-item--info-qty { font-size: 14px; font-weight: 500;}
#order-item .block-history-detail-item--info-cart { width: 240px; display: flex; flex-direction: column; justify-content: center; align-items: flex-end;}
#order-item .block-history-detail-item--info-cart a {
  width: 200px;
  height: 56px;
  border: #333 1px solid;
  border-radius: 56px;
  font-size: 16px;
	font-weight: 700;
  text-decoration: none;
  color: #333;
  display: flex;
  justify-content: center;
  align-items: center;
	background: #FFF;
}
#order-item .block-history-detail-item--info-cart a + a { margin: 10px 0 0 0;}
#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 { text-align: center; color: #EC0000;}
#order-item .block-history-detail-item--info-noshi { padding: 25px 30px; margin: 0 0 20px 0; background: #F2F2F2;}
#order-item .block-history-detail-item--info-noshi dt { width: 160px;}
#order-item .block-history-detail-item--info-noshi dd { width: calc(100% - 160px); padding: 0 0 0 20px;}
#order-item .block-history-detail-item--info-total { padding: 20px 0 0 0; border-top: #DDD 1px solid; text-align: right;}
#order-item .block-history-detail-item--info-total .name::after { content: '：';}
#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;}

@media screen and (max-width: 1200px) {
	dl.block-history-detail--info-item dt { width: 200px;}
	dl.block-history-detail--info-item dd { width: calc(100% - 200px); padding: 0 0 0 20px;}
	#order-item .block-history-detail-info--body dt { width: 160px;}
	#order-item .block-history-detail-info--body dd { width: calc(100% - 160px); padding: 0 0 0 20px;}
	#order-item .block-history-detail-item--info { flex-wrap: wrap;}
	#order-item .block-history-detail-item--info-text { width: calc(100% - 160px); padding: 0 0 0 40px; border: none;}
	#order-item .block-history-detail-item--info-cart { width: 100%; margin: 10px 0 0 0;}
}

/* ボタン各種 */
.block-history-detail-button { margin: 40px 0; text-align: center;}
.block-history-detail-button .block-history-detail-button-contact a { font-size: 16px; text-align: center; text-decoration: underline; color: #1D3994;}
.block-history-detail-button .block-history-detail-button-order-all { margin-top: 30px;}
.block-history-detail-button .block-history-detail-button-order-all a {
  width: 320px;
  height: 56px;
  margin: 0 auto;
  border-radius: 56px;
  font-size: 16px;
	font-weight: 700;
  text-align: center;
  text-decoration: none;
  color: #FFF;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #CC0000;
}
.block-history-detail-button .block-history-detail-button-cancel-all { margin-top: 20px;}
.block-history-detail-button .block-history-detail-button-cancel-all a {
  width: 320px;
  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;
  background: #FFF;
}
.block-history-detail--contents .error_.regular_goods_err_ { text-align: center;}
.block-history-detail-notice-subscription { padding: 0 0 0 1em; margin: 0 0 30px; font-size: 14px; font-weight: 400; text-align: center; text-indent: -1em; line-height: 2.0;}
.block-history-detail-notice-regular { padding: 0 0 0 1em; margin: 0 0 30px; font-size: 14px; font-weight: 400; text-align: center; text-indent: -1em; line-height: 2.0;}

#block_history_detail_recommend h2.common_headline2_ { font-size: 24px;}
#block_history_detail_recommend #ranking_area { margin: 60px 0;}
#block_history_detail_recommend #ranking_area .ranking_tab_ { border-bottom: #666 2px solid; margin: 0 0 20px; display: flex; align-items: flex-end;}
#block_history_detail_recommend #ranking_area .ranking_tab_ li {
  padding: 13px 15px 9px;
  margin: 0 4px 0 0;
  border-radius: 5px 5px 0 0;
  font-size: 14px;
  line-height: 1.4;
  color: #BBB;
  background: #F2F2F2;
  cursor: pointer;
  transition: .2s ease;
}
#block_history_detail_recommend #ranking_area .ranking_tab_ li.current,
#block_history_detail_recommend #ranking_area .ranking_tab_ li:hover { background: #666; color: #FFF; padding: 15px 15px 11px;}
#block_history_detail_recommend #ranking_area .ranking_contents_ div[id^="ppz_recommend"]:not(:first-child) { display: none;}
#block_history_detail_recommend #ranking_area .ranking_contents_ h3 { font-size: 16px;}

/* ---------------------------------------
 02_01.定期購入一覧
---------------------------------------- */
div.page_regularhistory_ p.customer_name_ { margin: 0 0 24px 0; font-size: 24px; font-weight: 500;}

.block-regular-list { line-height: 1.7;}
.block-regular-list--customer { margin: 0 0 45px; font-size: 26px; font-weight: 700;}
.block-regular-list--no-data  { padding: 40px; border: #D8D8DB 1px solid; font-size: 16px; text-align: center;}
.block-regular-list--sec { padding: 30px 45px 0; margin: 0 0 60px 0; border-top: #949497 1px solid; position: relative;}
.block-regular-list--sec:last-child { margin: 0;}
.block-regular-list--sec h2 { padding: 0; margin: 0 -45px 20px; font-size: 28px; font-weight: 400;}
.block-regular-list-item { width: 150px; max-width: 150px !important; margin-right: 20px;}
.block-regular-list-item--img { width: 150px; height: 150px; margin: 0 0 10px 0; display: flex; justify-content: center; align-items: center;}
.block-regular-list-item--img img { max-width: 150px; max-height: 150px;}
.block-regular-list-item--name { height: 3.6em; margin: 0 0 15px; line-height: 1.7; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden;}
.block-regular-list-item--name a { font-size: 14px; text-decoration: underline; color: #333; transition: 0.2s;}
.block-regular-list-item--name a:hover { opacity: 0.7; text-decoration: none;}
.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;
	transition: 0.2s;
}
.block-regular-list-item--btn-wrap a.block-regular-list-item--btn:hover { opacity: .8; text-decoration: none;}
.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 { margin: 0 auto; 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-item--skip .block-regular-list-item--skip-btn:hover { text-decoration: none;}

.block-regular-list-items.swiper-container { position: static;}
.block-regular-list--sec .swiper-button-prev { width: 50px; height: 50px; top: 170px; left: 8px; display: none; background: url(../../img/usr/common/sslider_prev02.png) no-repeat center;}
.block-regular-list--sec .swiper-button-next { width: 50px; height: 50px; top: 170px; right: 8px; display: none; background: url(../../img/usr/common/sslider_next02.png) no-repeat center;}
.block-regular-list--sec .swiper-button-prev:after,
.block-regular-list--sec .swiper-button-next:after { display: none;}
.block-regular-list--sec .swiper-button-disabled { display: none !important;}

/* スキップモーダル */
.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 { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0, 0, 0, .5);}
.block-regular-list-skip-modal--contents { 
	width: 794px;
	max-height: 80%;
	padding: 40px 56px;
	border-radius: 12px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background: #FFF;
	overflow-y: auto;
}
.block-regular-list-skip-modal--title { padding: 0; margin: 0 0 40px 0; font-size: 24px; font-weight: 500; text-align: left;}
.block-regular-list-skip-modal--list .block-regular-list-skip-modal--item {
	padding: 0 0 30px;
	margin: 0 0 30px;
	border-bottom: #949497 1px solid;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.block-regular-list-skip-modal--list .block-regular-list-skip-modal--item-img { width: 150px; display: block;}
.block-regular-list-skip-modal--list .block-regular-list-skip-modal--item-img img { width: 100%;}
.block-regular-list-skip-modal--list .block-regular-list-skip-modal--item-name { width: calc(100% - 180px); font-size: 14px;}
.block-regular-list-skip-modal--list .block-regular-list-skip-modal--item-name a { font-size: 14px; text-decoration: underline; transition: 0.2s;}
.block-regular-list-skip-modal--list .block-regular-list-skip-modal--item-name a:hover { text-decoration: none;}
.block-regular-list-skip-modal--text { margin: 0 0 40px 0; font-size: 16px; font-weight: 400; text-align: center;}
.block-regular-list-skip-modal--notice { margin: 0 0 30px; font-size: 16px; font-weight: bold; text-align: center; color: #c00;}
.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;
	color: #333;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	transition: 0.2s;
}
.block-regular-list-skip-modal--btn > *:hover { opacity: 0.7;}
.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_subschistory_ {}

/* ---------------------------------------
 02_02.定期申込情報詳細
---------------------------------------- */
/* 共通パーツ */
.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 a.change-btn:hover { opacity: 0.7;}
.block-regular-detail--sec { padding: 30px 20px 70px; margin: 0 0 30px; border: #DDD 1px solid; background: #F2F2F2;}
.block-regular-detail--sec:last-child { margin: 0;}
.block-regular-detail--caution { margin: 0 0 30px 0; font-size: 14px; font-weight: 400; text-align: right; color: #EC0000;}
.block-regular-detail--sec-contents { padding: 30px 25px; margin: 0 0 20px; background: #FFF;}
.block-regular-detail--sec-contents:last-child { margin: 0;}
.block-regular-detail-items { margin: 0 0 40px;}
.block-regular-detail-item { margin: 0 0 20px; display: flex; justify-content: space-between;}
.block-regular-detail-item:last-child { margin: 0;}
.block-regular-detail-item--img { display: block; width: 160px;}
.block-regular-detail-item--img img { max-width: 100%; vertical-align: top;}
.block-regular-detail-item--text { max-width: 615px; min-width: 65%; padding: 0 0 0 20px; margin: 0 0 0 auto;}
.block-regular-detail-item--name { margin: 0 0 20px; font-size: 14px;}
.block-regular-detail-item--name a { text-decoration: underline; color: #333;}
.block-regular-detail-item--name a:hover { text-decoration: none; opacity: 0.7;}
.block-regular-detail-item--price { font-size: 16px;}
.block-regular-detail-item--price span { font-size: 14px;}
.block-regular-detail-info { display: flex; justify-content: space-between; align-items: flex-start;}
.block-regular-detail-info dl { width: calc(100% - 250px); font-size: 15px; line-height: 2; display: flex; flex-wrap: wrap; align-items: flex-start;}
.block-regular-detail-info dt { width: 150px; padding: 0 35px 0 0; position: relative; box-sizing: border-box;}
.block-regular-detail-item .block-regular-detail-info dl { font-size: 16px;}
.block-regular-detail-item .block-regular-detail-info dt { width: 120px;}
.block-regular-detail-info dt:after { content: ':'; position: absolute; top: -1px; right: 15px;}
.block-regular-detail-info dd { width: calc(100% - 150px);}
.block-regular-detail-info--btn { width: 250px;}
.block-regular-detail-info--btn-cancel,
.block-regular-detail-schedule--skip-btn {
	width: 250px;
	height: 56px;
	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;
	transition: 0.2s;
}
a.block-regular-detail-info--btn-contact { 
	width: 250px;
	height: 56px;
	padding: 0;
	margin: 20px 0 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;
}
.block-regular-detail-info--btn-cancel:hover,
.block-regular-detail-schedule--skip-btn:hover,
a.block-regular-detail-info--btn-contact:hover { text-decoration: none; opacity: 0.7;}

/* お届け時間帯 */
.block-regular-detail-schedule { padding: 35px 0; margin: 40px 0 0; border-top: #DDD 1px solid; border-bottom: #DDD 1px solid; display: flex; align-items: flex-end; justify-content: space-between;}
.block-regular-detail-schedule-timespec { display: flex; align-items: center; justify-content: space-between; padding: 35px 0; border-bottom: #DDD 1px solid;}
.block-regular-detail-schedule--date { font-size: 20px; font-weight: 400;}
.block-regular-detail-schedule--note { margin: 20px 0 0 0; font-size: 14px; font-weight: 400; color: #414143;}

/* 商品金額合計 */
.block-regular-detail--price { margin: 10px 0 0; font-size: 16px; font-weight: 400; text-align: right;}
.block-regular-detail--price span.total_ { font-size: 24px; font-weight: 400;}
.block-regular-detail--price span.yen_ { font-size: 20px; font-weight: 400;}

/* 申込情報 */
.block-regular-detail--sec-contents-col2 { display: flex; flex-wrap: wrap; justify-content: space-between;}
.block-regular-detail--sec-contents h2 { width: 100%; padding: 0 0 10px; margin: 0 0 40px 0; font-size: 24px; font-weight: 400; border-bottom: #DDD 1px solid;}
.block-regular-detail-customer-info { width: calc(50% - 20px);}
.block-regular-detail-customer-info-col2 { display: flex; justify-content: space-between; width: 100%; margin: 60px 0 0;}
.block-regular-detail-customer-info li:not(:last-child) { margin: 0 0 40px;}
.block-regular-detail-customer-info.block-regular-detail-customer-info-col2 li { width: calc(50% - 20px); margin: 0;}
.block-regular-detail-customer-info--head { padding: 0 0 15px 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 h3 { font-size: 20px; font-weight: 400;}
.block-regular-detail-customer-info--text { font-size: 16px; line-height: 2.0;}

/* お届け予定商品一覧 */
.block-regular-detail--sec-schedule { position: relative; padding-right: 34px; padding-left: 34px;}
.block-regular-detail-expected-items { width: 100%; max-width: 940px; padding: 0 70px !important; margin: 0 auto; position: static; box-sizing: border-box !important;}
.block-regular-detail-expected-items .swiper-wrapper {}
.block-regular-detail-expected-items .swiper-button-prev,
.block-regular-detail-expected-items .swiper-button-next { display: none;}
.block-regular-detail-expected-item { width: 160px; margin: 0 20px 0 0;}
.block-regular-detail-expected-items.not-slider .block-regular-detail-expected-item { width: 160px !important; margin: 0px 50px 0 0 !important;}
.block-regular-detail-expected-item--date { margin: 0 0 20px; font-size: 16px; line-height: 1.0;}
.block-regular-detail-expected-item--img { width: 160px; height: 160px; margin: 0 0 20px; 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: 3.14em; margin: 0 0 18px; font-size: 14px; font-weight: 400; overflow: hidden; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2;}
.block-regular-detail-expected-item--name a { min-height: 3.14em; font-size: 14px; font-weight: 400; text-decoration: underline; line-height: 1.57; color: #333; overflow: hidden; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2;}
.block-regular-detail-expected-item--name a:hover { opacity: 0.7; text-decoration: none;}
.block-regular-detail-expected-item--schedule { line-height: 1.57;}
.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-expected-items .swiper-button-prev { width: 50px; height: 50px; top: calc(50% - 50px); left: 0; display: none; background: url(../../img/usr/common/sslider_prev02.png) no-repeat center;}
.block-regular-detail-expected-items .swiper-button-next { width: 50px; height: 50px; top: calc(50% - 50px); right: 0; display: none; background: url(../../img/usr/common/sslider_next02.png) no-repeat center;}
.block-regular-detail-expected-items .swiper-button-prev:after,
.block-regular-detail-expected-items .swiper-button-next:after { display: none;}
.block-regular-detail-expected-items .swiper-button-disabled { display: none !important;}
.block-regular-detail-tab ul { display: flex; margin-bottom: -1px;}
.block-regular-detail-tab li { width: 96px; text-align: center; border-top: #DDD 1px solid; border-left: #DDD 1px solid; font-size: 20px; padding: 12px 0; cursor: pointer;}
.block-regular-detail-tab li:last-child { border-right: #DDD 1px solid;}
.block-regular-detail-tab li.current { background: #F2F2F2; pointer-events: none;}
.block-regular-detail--info { margin: 0 0 20px;}
.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--info .block-regular-detail-items { padding: 0 0 40px; border-bottom: #DDD 1px solid;}
.block-regular-detail--sec-introducer .block-regular-detail-customer-info { margin: 30px 0 0;}

/* 定期購入を解約する（モーダル） */
.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%; background: rgba(0, 0, 0, .5); position: absolute; top: 0; left: 0;}
.block-regular-detail-cancel-modal--contents { 
	width: 680px;
	padding: 40px 56px;
	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 40px; font-size: 20px; font-weight: 500; line-height: 1.5;}
.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;
	color: #333;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	transition: 0.2s;
}
.block-regular-detail-cancel-modal--btn > *:hover { opacity: 0.7;}
.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%; background: rgba(0, 0, 0, .5); position: absolute; top: 0; left: 0;}
.block-regular-detail-skip-modal--contents {
	width: 680px;
	padding: 40px 56px;
	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 40px; font-size: 20px; font-weight: 500; line-height: 1.5;}
.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;
	color: #333;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	transition: 0.2s;
}
.block-regular-detail-skip-modal--btn > *:hover { opacity: 0.7;}
.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_ .common_headline1_ { margin-bottom: 40px;}

/* 定期申込情報詳細（サブスク）
---------------------------------------- */
div.page_subschistory_detail_ .common_headline1_ { margin-bottom: 40px;}
div.page_subschistory_detail_ .block-regular-detail--sec { padding: 30px 20px; margin: 0 0 30px; border: #DDD 1px solid; background: #F2F2F2;}
div.page_subschistory_detail_ .block-regular-detail--sec:last-child { margin: 0;}

/* ---------------------------------------
 02_03.定期申込情報配送先変更
---------------------------------------- */
/* 大枠 */
div.block-regular-dest-edit { margin: 0 0 40px 0; padding: 30px 20px; border: 1px solid #DDD; background: #F2F2F2;}
div.block-regular-dest-edit .block-regular-dest-edit--now-address,
div.block-regular-dest-edit .block-regular-dest-edit--alter-address { padding: 30px 25px; margin: 0 0 20px; background: #fff;}
div.block-regular-dest-edit table { width: 100%;}

/* 現在のお届け先 */
div.block-regular-dest-edit .block-regular-dest-edit--now-address h2 { padding: 0 0 10px 0; margin: 0 0 40px 0; border-bottom: #DDD 1px solid; font-size: 24px; font-weight: 500; background: #fff;}
div.block-regular-dest-edit .block-regular-dest-edit--now-address-table { width: 100%;}
div.block-regular-dest-edit .block-regular-dest-edit--now-address-table th { padding: 0 0 15px; border-bottom: #333 1px solid; font-size: 20px; font-weight: 400;}
div.block-regular-dest-edit .block-regular-dest-edit--now-address-table td { padding: 15px 20px 20px 0; border: none; font-size: 16px; font-weight: 400; vertical-align: top;}

/* 別の住所に送る */
div.block-regular-dest-edit .block-regular-dest-edit--alter-address-title { margin: 0 0 40px 0; padding: 0 0 20px 0; border-bottom: #DDD 1px solid; display: flex; justify-content: space-between; position: relative;}
div.block-regular-dest-edit .block-regular-dest-edit--alter-address-title h2 { padding: 0; font-size: 24px; font-weight: 500; background: #fff; box-sizing: border-box;}
div.block-regular-dest-edit .block-regular-dest-edit--alter-address-title a { 
	width: 250px;
	height: 56px;
	padding: 0; margin: 0 0 10px 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;
	transition: 0.2s;
}
div.block-regular-dest-edit .block-regular-dest-edit--alter-address-title a:hover { opacity: 0.7;}
div.block-regular-dest-edit .block-regular-dest-edit--alter-address-title p { font-size: 14px; text-align: right; letter-spacing: -1px;}

div.block-regular-dest-edit ul.block-regular-dest-edit--alter-address-list > li { margin: 0 0 20px 0; border-radius: 3px; border: #333 1px solid; 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 16px 0 16px;}
div.block-regular-dest-edit ul.block-regular-dest-edit--alter-address-list > li > input[type="radio"] + label { width: calc(100% - 52px); 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: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% - 32px); padding: 30px 14px 0 54px; margin: 0 16px; border-top: #949497 1px solid; overflow: hidden; display: none;}
div.block-regular-dest-edit .block-regular-dest-edit--post-office { margin: 0;}
div.block-regular-dest-edit .block-regular-dest-edit--post-office .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 20px 0; display: flex; flex-wrap: wrap; align-items: center; gap: 10px;}
div.block-regular-dest-edit .block-regular-dest-edit--post-office .btnSearchPost_wrap_ label { width: auto; padding: 0; margin: 0; position: relative;}
div.block-regular-dest-edit .block-regular-dest-edit--post-office .btnSearchPost_wrap_ input[type="button"] { 
	height: 20px;
	padding: 0 40px 0 32px;
	margin: 0;
	border: none;
	outline: none;
	font-size: 16px;
	font-weight: 400;
	text-align: left;
	text-decoration: none;
	background: none;
	line-height: 16px;
	color: #333;
	transition: 0.2s;
}
div.block-regular-dest-edit .block-regular-dest-edit--post-office .btnSearchPost_wrap_ input[type="button"]:hover { opacity: 1.0;}
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% - 9px);
  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% - 4px);
  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: 14px; 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: 0 0 30px 0;}
div.block-regular-dest-edit table.block-regular-dest-edit--mail-table th { background: transparent !important;}
div.block-regular-dest-edit table.block-regular-dest-edit--mail-table th:first-of-type { margin-top: 10px;}
div.block-regular-dest-edit table.block-regular-dest-edit--mail-table th span.icon_required_ { background: transparent !important;}
div.block-regular-dest-edit table.block-regular-dest-edit--mail-table td { background: transparent !important;}

/* 定期申込情報「配送先」以外の変更
---------------------------------------- */
div.block-regular-edit { margin: 0 0 40px; padding: 30px 20px; border: 1px solid #DDD; background: #F2F2F2;}
div.block-regular-edit .block-regular-edit--allow-change { font-size: 14px; font-weight: 500; text-align: right; line-height: 1.5; color: #EC0000;}
div.block-regular-edit .block-regular-edit--detail { padding: 30px 25px; margin: 20px 0; background: #fff;}
div.block-regular-edit .block-regular-edit--order { padding: 30px 25px; margin: 20px 0; background: #fff;}
div.block-regular-edit .block-regular-edit--detail table,
div.block-regular-edit .block-regular-edit--order table { width: 100%;}
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 30px 0; border-bottom: #DDD 1px solid; font-size: 24px; font-weight: 500;}
div.block-regular-edit .block-regular-detail-item .block-regular-detail-item--text { width: calc(100% - 180px); max-width: calc(100% - 180px);}

div.block-regular-edit .block-regular-edit--detail-regular { width: 100%; display: flex; justify-content: space-between;}
div.block-regular-edit .block-regular-edit--detail-regular-info { width: calc(100% - 250px);}
div.block-regular-edit .block-regular-edit--detail-regular-info dl { display: flex; width: 100%;}
div.block-regular-edit .block-regular-edit--detail-regular-info dl dt { position: relative; display: flex; width: 145px; padding-right: 1.0em; font-size: 16px; line-height: 2.0; box-sizing: border-box;}
div.block-regular-edit .block-regular-edit--detail-regular-info dl dt::after { position: absolute; top: 0; right: 0; content: "：";}
div.block-regular-edit .block-regular-edit--detail-regular-info dl dd { display: flex; width: calc(100% - 145px); padding-left: 10px; font-size: 16px; line-height: 2.0; box-sizing: border-box;}

div.block-regular-edit .block-regular-edit--detail-regular-buttons { width: 250px; box-sizing: border-box;}
div.block-regular-edit a.block-regular-edit--detail-regular-cancel,
div.block-regular-edit a.block-regular-edit--detail-regular-contact,
div.block-regular-edit .block-regular-edit--order-info-address-change a,
div.block-regular-edit .block-regular-detail-schedule--skip-btn { 
	width: 250px;
	height: 56px;
	padding: 0;
	margin: 0 0 10px 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;
	cursor: pointer;
}
div.block-regular-edit .block-regular-detail-schedule--skip-btn { margin: 0 0 0 auto;}
div.block-regular-edit a.block-regular-edit--detail-regular-cancel:hover,
div.block-regular-edit a.block-regular-edit--detail-regular-contact:hover,
div.block-regular-edit .block-regular-edit--order-info-address-change a:hover,
div.block-regular-edit .block-regular-detail-schedule--skip-btn:hover { text-decoration: none; opacity: 0.7;}

/* 申込情報共通 */
div.block-regular-edit--order .block-regular-edit--order-info-item { width: 100%; padding: 30px 0; border-bottom: #DDD 1px solid; line-height: 2.0; display: flex; flex-wrap: wrap;}
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 { width: 270px; padding: 0 40px 0 0; font-size: 16px; font-weight: 400; position: relative;}
div.block-regular-edit--order .block-regular-edit--order-info-item dt::after { content: '：'; position: absolute; top: 0; right: 20px;}
div.block-regular-edit--order .block-regular-edit--order-info-item dd { width: calc(100% - 270px); padding: 0; box-sizing: border-box; font-size: 16px; line-height: 2.0;}

/* お支払方法 */
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 .regular-cycle { margin-top: 30px;}
div.block-regular-edit--order .block-regular-edit--order-info-item.method .delivery-day { margin-top: 15px; height: 56px;	text-decoration: none; display: flex; align-items: center;}
div.block-regular-edit--order .block-regular-edit--order-info-item.method .delivery-day #regular_delivery_day { width: 110px; margin: 0 10px 0 0;}
div.block-regular-edit--order .block-regular-edit--order-info-item.method dt.delivery-day::after { top: 12px;}

/* 次回お届け予定日 */
div.block-regular-edit--order .block-regular-edit--order-info-item.date dt { font-size: 24px; font-weight: 500;}
div.block-regular-edit--order .block-regular-edit--order-info-item.date dd { font-size: 24px; font-weight: 500; display: flex;}
div.block-regular-edit--order .block-regular-edit--order-info-item.date dd.block-regular-edit--order-info-1col { width: 100%; padding: 10px 0 0 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.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 dd { display: flex;}
div.block-regular-edit--order .block-regular-edit--order-info-item.dest address { max-width: calc(100% - 250px); padding: 0 20px 0 0; margin-right: auto;}
div.block-regular-edit--order .block-regular-edit--order-info-item.dest .block-regular-edit--order-info-address-change { width: 250px;}

/* 当サイトを紹介された郵便局 */
div.block-regular-edit--order .block-regular-edit--order-info-item .title_ { margin: 0 0 10px 0; font-size: 14px; font-weight: 500;}
div.block-regular-edit--order .block-regular-edit--order-info-item .btnSearchPost_wrap_ { margin: 0 0 20px 0; display: flex; flex-wrap: wrap; align-items: center; gap: 10px;}
div.block-regular-edit--order .block-regular-edit--order-info-item .btnSearchPost_wrap_ label { width: auto; padding: 0; margin: 0; position: relative;}
div.block-regular-edit--order .block-regular-edit--order-info-item .btnSearchPost_wrap_ input[type="button"] { 
	height: 20px;
	padding: 0 40px 0 32px;
	margin: 0;
	border: none;
	outline: none;
	font-size: 16px;
	font-weight: 400;
	text-align: left;
	text-decoration: none;
	background: none;
	line-height: 16px;
	color: #333;
	transition: 0.2s;
}
div.block-regular-edit--order .block-regular-edit--order-info-item .btnSearchPost_wrap_ input[type="button"]:hover { opacity: 1.0;}
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.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: 14px; 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: 14px; 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: 16px; font-weight: 500;}
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"] { margin: 0 10px 0 0;}
div.block-regular-edit--order .block-regular-edit--order-info-item.post-office .block-regular-edit--employee-search input[name="employee_remarks2"] { margin: 0 10px;}

/* 定期申込情報配送先変更
---------------------------------------- */
div.page_regulardest_ .common_headline1_ { margin-bottom: 40px;}

/* 定期申込情報配送先変更（サブスク）
---------------------------------------- */
div.page_subscdest_ .common_headline1_ { margin-bottom: 40px;}

/* ---------------------------------------
 02_04.定期解約
---------------------------------------- */
/* 定期解約申込 */
div.page_regularwithdrawal_ {}

/* 定期申込解約完了 */
div.page_regularsalse_cancel_result_ {}

/* 定期（コース）申込解約完了 */
div.page_subsccancel_result_ {}

/* ---------------------------------------
 03.会員情報変更
---------------------------------------- */
div.page_customer_ .common_headline1_ { margin: 0;}
div.page_customer_:not(.mode-entry) table.customer_.design_table_ + table.customer_.design_table_ { margin-top: 30px; border-top: #949497 1px solid;}

/* メールアドレス */
table.customer_ span.changelink_ { font-size: 16px;}
table.customer_ span.changelink_::before { content: '（';}
table.customer_ span.changelink_::after { content: '）';}
table.customer_ span.changelink_ a { font-size: 16px; text-decoration: underline; color: #1D3994; transition: 0.2s;}
table.customer_ span.changelink_ a:hover { text-decoration: none;}

/* 住所入力方法 */
#addr_inputmode > td { display: flex; flex-wrap: wrap; align-items: center;}
#addr_inputmode > td > div { width: 100%; margin-top: 15px;}
#addr_inputmode div[class*="_inputmode_zip"] input { margin: 0;}
#addr_inputmode div[class*="_inputmode_addr"] { display: flex; flex-direction: column;}
#addr_inputmode div[class*="_inputmode_addr"] select { margin: 0 0 10px 0;}
#addr_inputmode div[class*="_inputmode_addr"] p { width: 100%;}
#addr_inputmode p.supplement_.indent_.bottom_ { margin-top: 0;}
table.custdest_ tr#host_zip { display: flex; align-items: center;}
table.custdest_ tr#host_zip th { width: 70px; padding: 0 10px 0 0; margin: 30px 0 0 0;}
table.custdest_ tr#host_zip td { width: 150px; padding: 0; margin: 30px 0 0 0; text-align: left;}
table.custdest_ tr#host_zip + tr#host_addr th:nth-child(1) { margin-top: 20px;}
table.custdest_ td input[type="text"][name$="zip"]:read-only { height: auto; min-height: auto; border: none;}

/* 郵便番号 */
#host_zip input#zip:read-only { min-height: unset; padding: 0; border: none;}

/* 当サイトを紹介された郵便局 */
table.formdetail_ div.dest_search { margin: 20px 0 7px 0; font-size: 12px; line-height: 1.8; color: #666; display: none; clear: both;}
table.formdetail_ div.dest_search p.indent_text_ { font-size: 12px; line-height: 1.8; color: #666;}

#div_search_postoffice { display: flex; flex-wrap: wrap; align-items: center;}
#div_search_postoffice p.supplement_ { margin-top: 10px; color: #414143;}
#div_search_postoffice #SearchPostOffice { 
	 width: 80px;
	 height: 36px;
	 padding: 0;
	 margin: 0 0 0 20px;
	 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;
	 transition: 0.2s;
}
#div_search_postoffice #SearchPostOffice:hover { opacity: 0.7;}
#tr_post_stop_list th { margin: 10px 0; font-size: 12px; font-weight: 400; line-height: 1.8; color: #666;}
#post_stop_list_wrap { margin: 0 0 10px 0;}
div.post_stop_select_message_ { 
    font-size: 14px;
    font-weight: 400;
    color: #414143;
    line-height: 2.0
}
div.post_stop_select_message_ span { font-weight: bold;font-size: 16px;}
#tr_post_stop_list th.post_stop_select_message_ {
    font-size: 12px;
    line-height: 1.7;
    color: #666;
}
#tr_post_stop_list th.post_stop_select_message_ span { font-weight: bold;font-size: 14px;}
#post_stop_list_wrap #post_stop_list { min-width: 220px; max-width: 600px;}
#post_stop_list_wrap #post_office_map { margin: 0 0 0 20px; font-size: 16px; text-align: center; text-decoration: underline; letter-spacing: -0.5px; word-break: keep-all; color: #1D3994; transition: 0.2s;}
#post_stop_list_wrap #post_office_map:hover { text-decoration: none; opacity: 0.7;}
#post_stop_list_wrap #ResetTextArea {
	width: 80px;
	height: 36px;
	margin: 0 0 0 20px;
	border: #333 1px solid;
	border-radius: 6px;
	font-size: 16px;
	font-weight: 700;
	text-decoration: none;
	text-align: center;
	line-height: 34px;
	color: #333;
	display: inline-block;
	transition: 0.2s;
}
#post_stop_list_wrap #ResetTextArea:hover { text-decoration: none; opacity: 0.7;}
#post_stop_list_wrap p.supplement_.indent_.bottom_ { padding-top: 10px;}

#post_stop_list { min-width: 220px; max-width: 600px;}
#post_office_map { margin: 0 0 0 20px; font-size: 16px; text-align: center; text-decoration: underline; letter-spacing: -0.5px; word-break: keep-all; color: #1D3994; transition: 0.2s;}
#post_office_map:hover { text-decoration: none; opacity: 0.7;}
#ResetTextArea {
	width: 80px;
	height: 36px;
	margin: 0 0 0 20px;
	border: #333 1px solid;
	border-radius: 6px;
	font-size: 16px;
	font-weight: 700;
	text-decoration: none;
	text-align: center;
	line-height: 34px;
	color: #333;
	display: inline-block;
	transition: 0.2s;
}
#ResetTextArea:hover { text-decoration: none; opacity: 0.7;}

/* この住所を削除 */
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: 40px 0 0 0; font-size: 16px; font-weight: 400; background: #F2F2F2;}
div.page_customer_.mode-entry table.formdetail_.customer_ tr#host_zip { display: flex; align-items: center;}
div.page_customer_.mode-entry table.formdetail_.customer_ tr#host_zip th { width: 70px; padding: 0 10px 0 0; margin: 30px 0 0 0;}
div.page_customer_.mode-entry table.formdetail_.customer_ tr#host_zip td { width: 150px; padding: 0; margin: 30px 0 0 0; text-align: left;}
div.page_customer_.mode-entry table.formdetail_.customer_ tr#host_zip + tr#host_addr th:nth-child(1) { margin-top: 20px;}
div.page_customer_.mode-entry table.formdetail_.customer_ td input[type="text"][name$="zip"]:read-only { height: auto; min-height: auto; border: none;}
div.page_customer_.mode-entry table.formdetail_.customer_ td select[name^="yy_"] { margin-right: 5px;}
div.page_customer_.mode-entry table.formdetail_.customer_ td select[name^="mm_"] { margin: 0 5px;}
div.page_customer_.mode-entry table.formdetail_.customer_ td select[name^="dd_"] { margin-left: 5px;}
div.page_customer_.mode-entry table.formdetail_.customer_ td input#pwd,
div.page_customer_.mode-entry table.formdetail_.customer_ td input#cpwd { width: 310px; max-width: 310px;}
div.page_customer_.mode-entry table.formdetail_.customer_ td #pwd_count_msg { padding: 10px 0 0 0; font-size: 12px; color: #EC0000 !important; clear: both;}

/* 入力内容確認画面（新規・更新共通）*/
div.page_customer_confirm_ p.message_:not(empty) { 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_ {}

/* 登録メールアドレス変更・確認 */
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_ div.mailresetting_caution_ { margin: 0 0 20px 0;}
div.page_mailresetting_ div.mailresetting_mailchange_ { margin: 0 0 20px 0;}
div.page_mailresetting_ div.mailresetting_save_title_ { font-size: 16px; font-weight: 700;}
div.page_mailresetting_ table.mailresetting_table_ { margin-top: 10px;}
div.page_mailresetting_ table.mailresetting_table_ th { width: 100px; text-align: left;}
div.page_mailresetting_ table.mailresetting_table_ td { text-align: left;}

/* ---------------------------------------
 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: 200px; padding: 0; overflow: hidden;}
div.page_bookmark_ .bookmark_item_ div.img_ img { width: 100%;}
div.page_bookmark_ .bookmark_item_ div.desc_ { width: calc(100% - 216px); padding: 0 224px 0 0; 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: 15px 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%;}
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: 120px;
  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_ .comment_label { width: 100%; padding: 4px; font-size: 12px; font-weight: 500; background: #F2F2F2;}
div.page_bookmark_ .bookmark_item_ div.desc_ .comment_ .comment_label:empty { background: transparent;}
div.page_bookmark_ .bookmark_item_ div.desc_ .del_ { margin: 15px 0 0 0;}
div.page_bookmark_ .bookmark_item_ div.desc_ .del_ a { text-decoration: underline; font-size: 12px; color: #1D3994; display: inline-block;}
div.page_bookmark_ .bookmark_item_ div.desc_ .bookmark_cart_btn_ { width: 170px; position: absolute; top: 0; right: 0;}
div.page_bookmark_ .bookmark_item_ div.desc_ .bookmark_cart_btn_ a.bookmark_cart_in_ { 
	width: 170px;
	height: 50px;
	padding: 0 0 0 30px;
	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) 15px center no-repeat;
	-webkit-background-size: 24px 20px;
	background-size: 24px 20px;
	transition: 0.3s;
}
div.page_bookmark_ .bookmark_item_ div.desc_ .bookmark_cart_btn_ a.bookmark_cart_in_:hover { opacity: 0.7;}

/* ---------------------------------------
 06.アドレス帳
---------------------------------------- */
div.page_custdestlist_ .custdestlist_top_buttons_ { margin: 40px 0 25px; display: flex; align-items: center; column-gap: 8px;}
div.page_custdestlist_ .custdestlist_search_input_wrap_ { margin: 0 0 20px 0; display: flex; align-items: center; column-gap: 22px;}
div.page_custdestlist_ .custdestlist_search_input_wrap_ dt { margin: 0 0 7px 0; font-size: 14px;}
div.page_custdestlist_ .custdestlist_search_input_wrap_ dd { min-height: 56px; text-decoration: none; display: flex; align-items: center;}
div.page_custdestlist_ .custdestlist_search_input_wrap_ > input[name="cmdSearch"] { margin-top: 24px;}
div.page_custdestlist_ .custdestlist_frame_ { margin: 0 0 25px 0; border-top: #757578 1px solid;}
div.page_custdestlist_ .custdestlist_line_ { width: 100%; padding: 25px 0; border-bottom: #757578 1px solid; position: relative;}
div.page_custdestlist_ .custdestlist_line_ form { display: flex; justify-content: space-between; align-items: center; column-gap: 26px;}
div.page_custdestlist_ .custdestlist_line_ .head_ { width: 26%; padding: 0 0 0 5px;}
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_ { width: calc(74% - 156px); font-size: 16px;}
div.page_custdestlist_ .custdestlist_line_ .desc_ p.zip_ { margin: 0 0 5px 0;}
div.page_custdestlist_ .custdestlist_line_ .desc_ dl { margin: 10px 0 0 0; display: flex; flex-wrap: wrap;}
div.page_custdestlist_ .custdestlist_line_ .desc_ dt::after { content: '：';}
div.page_custdestlist_ .custdestlist_line_ .button_ { width: 104px; 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; 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: 0 0 25px 0; display: flex; justify-content: flex-end; align-items: center;}
div.page_custdestlist_ .all_delete_btn_ input[name="cmdDelete"] { height: 24px;}
div.page_custdestlist_ .custdestlist_bottom_buttons_ { display: flex; justify-content: center; align-items: center; column-gap: 8px;}

/* アドレス帳の登録・変更 */
div.page_custdest_ .custdest_group_ { padding: 0; margin: 60px 0 0 0;}
div.page_custdest_ .custdest_group_ h3 { margin: 0 0 10px 0; font-size: 24px;}
div.page_custdest_ .custdest_group_ h3 + p.supplement_ { margin: 0;}
div.page_custdest_ .custdest_group_ .group_type_select_wrap_ { margin: 0 0 10px 0;}
div.page_custdest_ .custdest_group_ select#group_name_old { min-width: 460px;}

/* アドレス帳の確認 */
div.page_custdest_confirm_ .custdest_group_ { padding: 0; margin: 60px 0 0 0;}
div.page_custdest_confirm_ .custdest_group_ h3 { font-size: 24px;}

/* アドレス帳インポート */
div.page_custdestimp_ #custdestimp_top_info_ .attention_ { padding: 0; margin: 0 0 40px 0; font-size: 16px; font-weight: 400;}
div.page_custdestimp_ #custdestimp_top_info_ .kome { padding: 0 0 0 1em; margin: 0 0 40px 0; font-size: 16px; text-indent: -1em;}
div.page_custdestimp_ #custdestimp_top_info_ p.format_dl { margin-bottom: 25px;}
div.page_custdestimp_ #custdestimp_top_info_ p.format_dl a {
	width: 250px;
	height: 56px;
	border: #333 1px solid;
	border-radius: 56px;
	font-size: 16px;
	font-weight: 700;
	text-decoration: none;
	color: #333;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #FFF;
}
div.page_custdestimp_ .custdestimp_form_top_ { margin: 0 0 55px 0; display: flex; align-items: center; column-gap: 10px;}
div.page_custdestimp_ .custdestimp_form_top_ .custom-file-upload {
	width: 163px;
	height: 36px;
	padding: 0;
	margin: 0;
	border: #333 1px solid;
	border-radius: 6px;
	font-size: 16px;
	font-weight: 700;
	text-decoration: none;
	color: #333;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #FFF;
	cursor: pointer;
}
div.page_custdestimp_ .custdestimp_form_top_ input#file-upload { display: none;}
div.page_custdestimp_ .custdestimp_form_wrap_ .common_headline2_ { margin: 0 0 10px 0; font-size: 16px; font-weight: 700;}
div.page_custdestimp_ .custdestimp_form_wrap_ .red_ { color: #EC0000;}

/* ---------------------------------------
 07.贈り主の情報
---------------------------------------- */
/* 贈り主一覧 */
div.page_custsrc_list_ div.btn_add_addr_ { margin: 30px 0; display: flex; flex-direction: row; align-items: flex-start;}
div.page_custsrc_list_ .custsrclist_frame_ { border-top: #757578 1px solid;}
div.page_custsrc_list_ .custsrclist_line_ { width: 100%; padding: 25px 0; border-bottom: #757578 1px solid; display: flex; justify-content: space-between; align-items: center; column-gap: 26px; position: relative;}
div.page_custsrc_list_ .custsrclist_line_ .head_ { width: 26%; padding: 0 0 0 5px;}
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_ { width: calc(74% - 156px); font-size: 16px;}
div.page_custsrc_list_ .custsrclist_line_ .desc_ p.zip_ { margin: 0 0 5px 0;}
div.page_custsrc_list_ .custsrclist_line_ .desc_ dl { margin: 10px 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_ { width: 104px; 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; 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_ .block-mypage-custsrc-confirm { margin: 0 0 90px;}
div.page_custsrc_ .host_addr_zip_number_ { display: flex; align-items: center;}
div.page_custsrc_ .host_addr_zip_number_ input#zip { min-height: inherit; border: none;}

/* ---------------------------------------
 08.ポイント履歴
---------------------------------------- */
div.page_point_ .common_headline1_ { margin-bottom: 20px;}
div.page_point_ div.mypoint_ { margin: 0 0 60px 0;}
div.page_point_ div.mypoint_ p.current_point_ { margin: 20px 0; font-size: 20px; font-weight: 400;}
div.page_point_ div.mypoint_ p.current_point_ .xlarge_ { margin: 0 5px 0 0; font-size: 24px; font-weight: 500;}
div.page_point_ div.mypoint_ p.current_point_ .pt_ { font-size: 16px; font-weight: 400;}
div.page_point_ div.mypoint_ p.current_point_ .expires_dt_ { font-size: 16px; font-weight: 400;}
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: 20px; 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: 20px; font-weight: 400;}

div.page_point_ table.point_list_ { border: none;}
div.page_point_ table.point_list_ th { padding: 0 25px 10px 0; border: none; border-bottom: #757578 1px solid; font-size: 16px; font-weight: 400; text-align: left; background: none;}
div.page_point_ table.point_list_ td { padding: 25px 25px 25px 0; border: none; border-bottom: #757578 1px solid; font-size: 14px; font-weight: 400; text-align: left;}
div.page_point_ table.point_list_ td a,
div.page_point_ table.point_list_ td a span { text-decoration: underline; color: #1D3994;}
div.page_point_ table.point_list_ td.point_in_ { font-size: 20px; font-weight: 500; text-align: right;}
div.page_point_ table.point_list_ td.point_in_ .plus_  { font-size: 20px; font-weight: 400;}
div.page_point_ table.point_list_ td.point_in_ .minus_ { font-size: 20px; font-weight: 400;}

/* ---------------------------------------
 09.クレジットカード
---------------------------------------- */
/* カード情報の登録 */
div.page_cardregist_ dl.formdetail_ { margin: 0 0 30px 0;}
div.page_cardregist_ dl.formdetail_ > div { margin: 30px 0;}
div.page_cardregist_ dl.formdetail_ dt { margin: 30px 0 10px 0; font-size: 14px; font-weight: 500; position: relative; clear: both;}
div.page_cardregist_ dl.formdetail_ dd { min-height: 1em; font-size: 16px; line-height: 1.4; position: relative; overflow: hidden; clear: both;}
div.page_cardregist_ dl.block-creditcard-register--form-code .show_sample_ { margin-top: 10px;}
div.page_cardregist_ dl.block-creditcard-register--form-date dd select[name="card_m"] { width: 120px; margin: 0 10px 0 0;}
div.page_cardregist_ dl.block-creditcard-register--form-date dd select[name="card_y"] { width: 148px; margin: 0 10px 0 20px;}
div.page_cardregist_ .modal-btn_ { padding: 0; margin: 0; font-size: 12px; text-decoration: underline; color: #1D3994;}
div.page_cardregist_ .modal-btn_:hover { text-decoration: none;}

/* セキュリティコードとは（モーダル） */
#security-code { display: none;}
#security-code.fixed_ { width: 100%; height: 100%; display: block; background: rgba(0,0,0,0.5); position: fixed; top: 0; left: 0; z-index: 112;}
#security-code.fixed_ .modal-overlay_ { display: flex; justify-content: center; align-items: center; position: fixed; top: 0; left: 0; right: 0; bottom: 0;}
#security-code .modal_ { width: 612px; padding: 40px 56px; border-radius: 12px; background: #F2F2F2; position: relative; overflow: hidden;}
#security-code .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 .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);
}
#security-code .modal-title_ { margin: 0 0 25px 0; font-size: 24px; font-weight: normal; text-align: center;}
#security-code .modal-inner_ .credit_sec_message_ { margin: 0 0 30px 0; font-size: 16px; font-weight: normal;}
#security-code .modal-inner_ .credit_sec_img_ { text-align: center;}

/* クレジットカード情報 */
div.page_cardedit_ .block-creditcard--head { margin: 24px 0;}
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 { display: flex; flex-wrap: wrap; gap: 24px;}
div.page_cardedit_ li.block-creditcard-list { width: 344px; 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: #C00 3px solid; border-radius: 8px; 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;
	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; 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: 111;}
div.page_cardedit_ .block-creditcard-modal--bg { width: 100%; height: 100%; background: rgba(0, 0, 0, .5); position: absolute; top: 0; left: 0;}
div.page_cardedit_ .block-creditcard-modal--contents { 
	width: 500px;
	height: 180px;
	border-radius: 8px;
	background: #FFF;
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
div.page_cardedit_ .block-creditcard-modal--text { font-size: 18px;}
div.page_cardedit_ .block-creditcard--no-data { font-size: 16px;}
div.page_cardedit_ .block-creditcard-modal .block-creditcard-modal--close { position: absolute; top: 10px; right: 10px;} 
div.page_cardedit_ .block-creditcard-modal .block-creditcard-modal--close span { font-size: 34px; font-weight: normal; color: #CCC; cursor: pointer;} 

/* ---------------------------------------
 10.クーポンの確認
---------------------------------------- */
div.page_coupon_ .common_headline1_ { margin-bottom: 34px;}
div.page_coupon_ table.coupon_list_ { border: none;}
div.page_coupon_ table.coupon_list_ th { padding: 0 25px 10px 0; border: none; border-bottom: #757578 1px solid; font-size: 16px; font-weight: 400; text-align: left; background: none;}
div.page_coupon_ table.coupon_list_ tr th:nth-child(3) { text-align: right;}
div.page_coupon_ table.coupon_list_ td { padding: 25px 25px 25px 0; border: none; border-bottom: #757578 1px solid; font-size: 14px; font-weight: 400; text-align: left;}
div.page_coupon_ table.coupon_list_ td.coupon_code_   { white-space: nowrap;}
div.page_coupon_ table.coupon_list_ td.coupon_price_  { font-size: 20px; font-weight: 500; text-align: right; white-space: nowrap;}
div.page_coupon_ table.coupon_list_ td.coupon_price_ .yen_ { margin: 0 0 0 2px; font-size: 14px; font-weight: 400;}
div.page_coupon_ table.coupon_list_ td.coupon_name_   { text-align: left;}
div.page_coupon_ table.coupon_list_ td.coupon_dt_     { white-space: nowrap;}
div.page_coupon_ table.coupon_list_ td.coupon_target_ { text-align: left;}
div.page_coupon_ table.coupon_list_ tr.nodata_ td { border-bottom: none; font-size: 16px;}

/* ---------------------------------------
 11.パスワード
---------------------------------------- */
/* パスワード変更 */
div.page_passchange_ {}

/* パスワード再設定 */
div.page_askpass_ {}

/* パスワード再設定入力 */
div.page_askpass_change_ .passchange_ p strong a { text-decoration: underline;}
div.page_askpass_change_ p.message_.bottom_ { margin: 30px 0 0 0;}

/* パスワード再設定完了 */
div.page_askpass_complete_ {}
div.page_passchange_ .passchange_ p + p { margin-top: 10px;}
div.page_passchange_ .passchange_ p strong { font-size: 16px; font-weight: 400;}
div.page_passchange_ .passchange_ p strong a { font-size: 16px; font-weight: 400; text-decoration: underline; color: #1D3994;}
div.page_passchange_ .passchange_ p strong a:hover { text-decoration: none;}

/* ---------------------------------------
 12.ログイン通知メール
---------------------------------------- */
div.page_loginmail_ table.formdetail_.design_table_ th { margin-bottom: 30px;}

/* ---------------------------------------
 13.LINEアカウント連携設定
---------------------------------------- */
.modal-dialog:has(.modal--linesync-menu) { width: 450px;}
.modal-dialog:has(.modal--linesync-menu) .modal-content { padding: 40px 56px; position: relative;}
.modal-dialog:has(.modal--linesync-menu) .modal-header { padding: 0; margin: 0 0 40px 0; font-size: 24px; font-weight: 500; word-break: keep-all; text-align: center;}
.modal-dialog:has(.modal--linesync-menu) .modal-header .modal-close { 
	width: 120px !important;
	height: 30px !important;
	padding: 10px 0 0 0 !important;
	margin: 0 !important;
	border: none !important;
	border-radius: 0 !important;
	font-size: 0 !important;
	color: #fff !important;
	float: none !important;
	background: none !important;
	position: absolute !important;
	top: 120px !important;
	left: calc(50% - 60px) !important;
}
.modal-dialog:has(.modal--linesync-menu) .modal-header .modal-close::before {
	content: '閉じる' !important;
	margin: 0 auto !important;
	font-size: 16px !important;
	font-weight: 400 !important;
	text-decoration: underline !important;
	color: #333 !important;
	display: inline-block !important;
}
.modal-dialog:has(.modal--linesync-menu) .modal-header .modal-close::after { display: none !important;}

.mymenu_line_btn_ { margin-right: 0;}
.linesync-message { margin-bottom: 10px;}
.linesync-message .linesync-message-clientlist { margin-left: 10px; display: block;}
.linesync-message .linesync-message-client { white-space: nowrap;}
.modal--linesync-menu { margin: 0 auto 40px; text-align: left; overflow: hidden; zoom: 1;}
.modal--linesync-menu .linelogin { margin: 0; border: none; text-align: center; vertical-align: middle; white-space: nowrap; background-color: transparent; cursor: pointer;}
.modal--linesync-menu-contents { text-align: center;}
.modal--linesync-menu-contents .line_logo {
  width: 40px;
  height: 38px;
  border-radius: 7px 0 0 7px;
  vertical-align: middle;
  display: inline-block;
  background: #00c300 url(../../img/sys/linelogin/line.png) no-repeat;
  background-size: 40px 40px;
  float: left;
}
.modal--linesync-menu button:focus { outline: none;}
.modal--linesync-menu:after { content: ''; height: 0; display: block; visibility: hidden; clear: both;}
.modal--linesync-menu .line_word {
  width: 170px;
  height: 38px;
  padding: 10px 50px 14px 10px;
  border-left: #00b300 1px solid;
  border-radius: 0 7px 7px 0;
  text-align: center;
  color: #fff;
  background: #00c300;
  float: left;
}
.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;}
.block-login--linelogin-contents-btn {
  width: 315px;
  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;
  border-radius: 7px 0 0 7px;
  vertical-align: middle;
  display: inline-block;
  background: #00c300 url(../../img/sys/linelogin/line.png) no-repeat;
  background-size: 50px 50px;
  float: left;
}
.block-login--linelogin-contents .line_word {
  width: 265px;
  height: 50px;
  padding: 16px 30px 16px 6px;
  border-left: #00b300 1px solid;
  border-radius: 0 7px 7px 0;
  font-size: 14px;
  text-align: center;
  color: #fff;
  background: #00c300;
  float: left;
}
.block-login--linelogin-state-saving-body { text-align: center;}
.block-login--linelogin-state-saving-mesage { margin-top: 10px;}
.line_login_headline_ { margin-bottom: 24px !important;}
.line_login_msg_ { margin-left: 130px;}

/* ---------------------------------------
 14.秘密の質問による認証設定
---------------------------------------- */
/* 認証
--------------------- */
div.page_authperson_ {}

/* 変更 */
div.page_authperson_change_ dl.formdetail_.customer_ dt { margin-bottom: 30px;}
div.page_authperson_change_ div.submit_ { margin-top: 30px;}
div.page_authperson_change_ div.auth_entry_error_ { padding: 0; margin: 20px 0; font-size: 16px; color: #D10000;}

/* ---------------------------------------
 15.秘密の質問と答えの変更
---------------------------------------- */
div.page_authperson_entry_auth_ {}

/* 変更 */
div.page_authperson_entry_change_ {}

/* 確認 */
div.page_authperson_entry_confirm_ {}

/* ---------------------------------------
 16.お問い合わせ
---------------------------------------- */
div.page_contact_ #contact_form { margin-top: 30px;}
div.page_contact_ table.formdetail_ td select[name="subject_id"] { width: 640px; max-width: 640px;}
div.page_contact_ table.formdetail_ td textarea { width: 90%; max-width: 900px;}
div.page_contact_ table.formdetail_ td div.count_area { width: 90%; max-width: 900px; margin: 8px 0 0 0; font-size: 12px; text-align: right; color: #626264;}
div.page_contact_ table.formdetail_ td div.count_area .now_cnt { font-size: 12px;}

/* お問い合わせ完了
---------------------------------------- */
div.page_contact_thanks_ div.customer_status_ { margin: 0 0 20px 0;}

/* お問い合わせ履歴一覧 */
div.page_contactlist_ {}

/* お問い合わせ履歴詳細 */
div.page_contactdetail_ {}

/* ---------------------------------------
 17.ゆうID連携
---------------------------------------- */
div.page_yubinportal_linkselect_ {}

/* 解除 */
div.page_yubinportal_linkcancel_ {}

/* 連携解除完了 */
div.page_yubinportal_defederationresp_ {}

/* ---------------------------------------
 18.ログアウト
---------------------------------------- */
div.page_logout_ .message_ a { text-decoration: underline; transition: 0.2s;}
div.page_logout_ .message_ a:hover { text-decoration: none;}

/* ---------------------------------------
 19.退会
---------------------------------------- */
div.page_withdrawal_	p.top_text { margin: 0 0 30px 0;}
div.page_withdrawal_ #top_attention_box p { line-height: 1.7;}
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_ .withdrawal_result_ p.message_frame_ { margin: 0 0 40px 0;}
