<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

/* ----会員規約画面---- */

.block-member-terms--body {
  margin-top: 10px;
  margin-bottom: 10px;
  width: 100%;
}

/* ----マイページ画面---- */

.block-mypage--customer-status {
  background: #fff;
  border-top:solid 1px #ccc;
  color: #000;
  display: flex;
  align-items: center;
  padding: 8px 0;
  margin-bottom: 20px;
}

.block-mypage--sign {
  flex-grow: 1;
  text-align: center;
  padding: 8px 0;
  border-right: #81cad9 1px solid;
}

.block-mypage--mypoint {
  flex-grow: 2;
  font-size: 24px;
  padding-left: 34px;
  text-align: right;
}

.block-mypage--mypoint-point{
  color:#999;
}

.block-mypage--rank-status {
  display: flex;
  align-items: center;
  flex-grow: 2;
  justify-content: flex-end;
}

.block-mypage--rank-condition dl {
  display: flex;
  align-items: center;
}

.block-mypage--customer-name {
  font-size: 24px;
}

.block-mypage--logout {
  font-size: 12px;
}

.block-mypage--mypoint-duedate {
  font-size: 14px;
}

.block-mypage--logout a {
  color: #000;
  text-decoration: none;
  border:solid 1px #000;
  border-radius: 3px;
  padding: 5px 8px
}

.block-mypage--mypoint-duedate {
  display: block;
}

.block-mypage--rank-info {
  border: #fff 1px solid;
  text-align: center;
  padding: 12px 18px 13px;
}

.block-mypage--rank-title {
  font-size: 12px;
}

.block-mypage--rank-name {
  font-size: 14px;
}

.block-mypage--rank-condition {
  padding: 0 10px 0 17px;
}

.block-mypage--rank-condition-1 {
  margin-bottom: 2px;
}

.block-mypage--rank-condition-1-title,
.block-mypage--rank-condition-2-title {
  background: #fff;
  color: #4da7ba;
  text-align: center;
  padding: 1px 5px;
  border-radius: 2px;
  font-size: 12px;
  margin-right: 5px;
}

.block-mypage--rank-condition-1-title i,
.block-mypage--rank-condition-2-title i {
  padding-right: 3px;
}

.block-mypage--customer-barcode {
  text-align: center;
  padding: 10px;
  background:#fff;
}

.block-mypage--customer-barcode #customer_barcode_ &gt; div {
  margin: 0 auto;
}

.block-mypage--recommend {
  padding: 10px;
  text-align: right;
}

.block-mypage--recommend a {
  text-decoration: underline;
}

.block-mypage--shopping-info,
.block-mypage--member-info,
.block-mypage--inquiry-info,
.block-mypage--snssync-info {
  font-size: 22px;
  padding: 20px;
  background: #f5f5f5;
}

.block-mypage--shopping-info i,
.block-mypage--member-info i,
.block-mypage--inquiry-info i,
.block-mypage--snssync-info i {
  padding-right: 5px;
}

.block-mypage--shopping-info-items,
.block-mypage--member-info-items,
.block-mypage--inquiry-info-items,
.block-mypage--snssync-info-items {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 40px;
}

.block-mypage--shopping-info-items li,
.block-mypage--member-info-items li,
.block-mypage--inquiry-info-items li,
.block-mypage--snssync-info-items li {
  width: 390px;
  max-width: 390px;
  flex-grow: 1;
  /* border: #c8c8c8 1px solid; */
  margin: 0 0 15px 15px;
}

.block-mypage--shopping-info-items li:nth-of-type(3n+1),
.block-mypage--member-info-items li:nth-of-type(3n+1),
.block-mypage--inquiry-info-items li:nth-of-type(3n+1),
.block-mypage--snssync-info-items li:nth-of-type(3n+1) {
  margin-left: 0;
}

.block-mypage--shopping-info-items li dt,
.block-mypage--member-info-items li dt,
.block-mypage--inquiry-info-items li dt,
.block-mypage--snssync-info-items li dt {
  border-bottom: #e5e5e5 1px solid;
  display: block;
}

.block-mypage--shopping-info-items li dt a,
.block-mypage--member-info-items li dt a,
.block-mypage--inquiry-info-items li dt a,
.block-mypage--snssync-info-items li dt a {
  font-size: 18px;
  padding: 14px 0 10px 14px;
  display: flex;
  max-width: 390px;
}

.block-mypage--shopping-info-items li dt i,
.block-mypage--member-info-items li dt i,
.block-mypage--inquiry-info-items li dt i,
.block-mypage--snssync-info-items li dt i {
  margin: 0 10px 0 auto;
}

.block-mypage--shopping-info-items li dt a:hover,
.block-mypage--member-info-items li dt a:hover,
.block-mypage--inquiry-info-items li dt a:hover,
.block-mypage--snssync-info-items li dt a:hover {
  text-decoration: none;
  color: #4da7ba;
}

.block-mypage--shopping-info-items li dd,
.block-mypage--member-info-items li dd,
.block-mypage--inquiry-info-items li dd,
.block-mypage--snssync-info-items li dd {
  padding: 16px 19px;
  font-size: 13px;
  color:#999;
}

.block-mypage--withdrawal-link {
  text-align: right;
}

.block-mypage--withdrawal {
  color: #4da7ba;
  text-decoration: underline;
}

.block-mypage--update-address-book {
  display: block;
  width: 260px;
  height: auto;
  background: #ddd;
  border-radius: 3px;
  text-align: center;
  padding: 10px 0;
  margin: 0 auto;
}

.block-mypage--smaregipoint {
  width: 1000px;
  margin: 0 auto;
  padding: 10px 0;
}

/* SNS連動設定モーダル */
.modal--snssync-menu {
  width: 660px;
  margin: auto;
  overflow: hidden;
  zoom: 1;
}

.modal--snssync-menu .snslogin {
  display: inline-block;
  margin: 0;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  white-space: nowrap;
  height: 50px;
  background-color: transparent;
  border: none;
}

.modal--snssync-menu .sns_logo {
  width: 40px;
  height: 38px;
  display: inline-block;
  vertical-align: middle;
  float: left;
}

.modal--snssync-menu .snslogin-contents {
  float: left;
}

.modal--snssync-menu-contents-facebook .sns_logo {
  background: #3b579d url(../../img/sys/snslogin/facebook.png) no-repeat;
  background-size: 40px 40px;
}

.modal--snssync-menu-contents-twitter .sns_logo {
  background: #55acee url(../../img/sys/snslogin/twitter.png) no-repeat;
  background-size: 40px 40px;
}

.modal--snssync-menu-contents-gplus .sns_logo {
  background: #de4f3e url(../../img/sys/snslogin/gplus.png) no-repeat;
  background-size: 40px 40px;
}

.modal--snssync-menu-contents-yahoo .sns_logo {
  background: #e61017 url(../../img/sys/snslogin/yahoo.png) no-repeat;
  background-size: 38px 38px;
  width: 38px;
  height: 38px;
  border: 1px solid #e61017;
}

.modal--snssync-menu-contents-line .sns_logo {
  background: #00b900 url(../../img/sys/snslogin/line.png) no-repeat;
  background-size: 40px 40px;
}

.modal--snssync-menu button:focus {
  outline: none;
}

.modal--snssync-menu:after {
  visibility: hidden;
  display: block;
  content: " ";
  clear: both;
  height: 0;
}

.modal--snssync-menu .sns_word {
  width: 195px;
  height: 38px;
  line-height: 38px;
  float: left;
  text-align: left;
  padding: 0 10px;
  margin-left: 1px;
  border-left: solid 1px #ccc;
}

.modal--snssync-menu .snslogin_btn_width {
  width: 280px;
}

.modal--snssync-menu-contents-line .sns_word {
  border: solid 1px #00b900;
}

.modal--snssync-menu-contents-facebook .sns_word {
  border: solid 1px #3b579d;
}

.modal--snssync-menu-contents-twitter .sns_word {
  border: solid 1px #55acee;
}

.modal--snssync-menu-contents-gplus .sns_word {
  border: solid 1px #de4f3e;
}

.modal--snssync-menu-contents-yahoo .sns_word {
  border: solid 1px #e61017;
}

.modal--snssync-menu-contents-line .snssync-release .sns_word {
  background: #00b900;
  color: #fff;
}

.modal--snssync-menu-contents-facebook .snssync-release .sns_word {
  background: #3b579d;
  color: #fff;
}

.modal--snssync-menu-contents-twitter .snssync-release .sns_word {
  background: #55acee;
  color: #fff;
}

.modal--snssync-menu-contents-gplus .snssync-release .sns_word {
  background: #de4f3e;
  color: #fff;
}

.modal--snssync-menu-contents-yahoo .snssync-release .sns_word {
  background: #e61017;
  color: #fff;
}

.modal--snssync-menu {
  margin: 15px;
}

/* マイページ用 &gt; line友達登録用 */

.snslogin-line-friends .snslogin-line-friend-message {
  margin-bottom: 10px;
}

.snslogin-line-friends form {
  float: left;
}

.snslogin-line-friends .snslogin_btn_width {
  color: #fff;
  width: 160px;
  margin: 0 16px;
}

.snslogin-line-friends .snslogin-line-friend-sns_word {
  width: 100%;
  height: 40px;
  line-height: 40px;
  float: left;
  text-align: center;
  margin-left: 1px;
}

.snslogin-line-friend-yes .snslogin-line-friend-sns_word {
  background: #232323;
}

.snslogin-line-friend-no .snslogin-line-friend-sns_word {
  background: #9a9a9a;
}


/* ----会員登録画面---- */

.block-member-info--value-label {
  display: inline-block;
  width: 60px;
  text-align: center;
}

.block-member-info--items-mailnews .form-group {
  border-bottom: #ccc 1px solid;
}

.block-member-info-confirmation--items-mailnews .form-group {
  border-bottom: #ccc 1px solid;
}

/* ----アドレス帳の新規登録・変更画面---- */

.block-shipping-address--value-label {
  display: inline-block;
  width: 60px;
  text-align: center;
}

/* ----ログイン画面---- */

.block-login--input-items {
  width: 600px;
  margin: 0 auto;
}

.block-login--uid input,
.block-login--pwd input {
  width: 350px;
}

.block-login--uid .form-label,
.block-login--pwd .form-label {
  width: 150px;
}

.block-login--login {
  margin-top: 10px;
  padding: 12px 0;
  font-size: 16px;
  width: 160px;
}

.block-login--ask-password {
  margin-top: 10px;
  text-align: center;
}

.block-login--entry {
  margin-top: 10px;
  padding: 12px 0;
  font-size: 16px;
  width: 160px;
}

.block-login--first-time-body {
  padding: 20px;
  overflow: hidden;
  border: solid 1px #dcdcdc;
  background: #fff;
}

.block-login--first-time hr {
  margin-top: 20px;
  margin-bottom: 20px;
}

.block-login--member-body {
  display: table;
  width: 100%;
  padding: 20px;
  overflow: hidden;
  border: solid 1px #dcdcdc;
  background: #fff;
}

.block-login--member-frame {
  display: table-cell;
}

.block-login--amazon-body {
  display: table-cell;
  border-left: 1px dotted #ccc;
  padding-left: 20px;
  width: 550px;
}

.block-login--amazon-login {
  margin-top: 10px;
  margin-bottom: 10px;
  text-align: center;
}

.block-login--guest {
  margin-top: 10px;
  padding: 12px 0;
  font-size: 16px;
  width: 240px;
}

.block-login--member-info-value-label {
  display: inline-block;
  width: 60px;
  text-align: center;
}

/******************************/
.block-login--snslogin-body {
  width: 100%;
  margin: auto;
  padding: 15px 0;
  overflow: hidden;
  zoom: 1;
}

.block-login--snslogin-body:after {
  clear: both;
}

.block-login--snslogin-body ul {
  display: flex;
  justify-content: center;
  align-items: center;
}

.block-login--snslogin-body ul li {
  float: left;
  width: 220px;
}

.block-login--snslogin-contents-btn {
  display: inline-block;
  margin: 0;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  white-space: nowrap;
  width: 230px;
  height: 50px;
  background-color: transparent;
  border: none;
}

.block-login--snslogin-contents-btn button:focus {
  outline: none;
}

.block-login--snslogin-body .sns_logo {
  width: 40px;
  height: 40px;
  display: inline-block;
  vertical-align: middle;
  float: left;
}

.block-login--snslogin-contents-facebook .sns_logo {
  background: #3b579d url(../../img/sys/snslogin/facebook.png) no-repeat;
  background-size: 40px 40px;
}

.block-login--snslogin-contents-twitter .sns_logo {
  background: #55acee url(../../img/sys/snslogin/twitter.png) no-repeat;
  background-size: 40px 40px;
}

.block-login--snslogin-contents-gplus .sns_logo {
  background: #de4f3e url(../../img/sys/snslogin/gplus.png) no-repeat;
  background-size: 40px 40px;
}

.block-login--snslogin-contents-yahoo .sns_logo {
  background: #e61017 url(../../img/sys/snslogin/yahoo.png) no-repeat;
  background-size: 39px 39px;
  border: 1px solid #e61017;
  width: 41px;
  height: 40px;
}

.block-login--snslogin-contents-line .sns_logo {
  background: #00b900 url(../../img/sys/snslogin/line.png) no-repeat;
  background-size: 40px 40px;
}

.block-login--snslogin-body .sns_word {
  width: 160px;
  height: 40px;
  line-height: 40px;
  float: left;
  text-align: left;
  padding: 2px 6px;
  margin-left: 1px;
  border-left: solid 1px #ccc;
  font-size: 85%;
  color: #fff;
}

.block-login--snslogin-contents-line .sns_word {
  background: #00b900;
}

.block-login--snslogin-contents-facebook .sns_word {
  background: #3b579d;
}

.block-login--snslogin-contents-twitter .sns_word {
  background: #55acee;
}

.block-login--snslogin-contents-gplus .sns_word {
  background: #de4f3e;
}

.block-login--snslogin-contents-yahoo .sns_word {
  background: #e61017;
}

.block-login--smaregi-errormsg {
  margin:30px;
  font-size:1.6rem;
}
.block-login--smaregi-errormsg-navi {
  margin:30px;
}
.block-login--smaregi-errormsg-navi a {
  text-decoration: underline;
}

/* ----追加認証画面---- */

.block-additional-authentication {
  height: 510px;
}

.block-additional-authentication--body {
  padding: 20px;
  overflow: hidden;
  border: solid 1px #dcdcdc;
  background: #fff;
}

.block-additional-authentication--message-header {
  font-size: 14px;
  font-weight: bold;
}

.block-additional-authentication--input-items {
  width: 600px;
  margin: 10px auto;
}

.block-additional-authentication--authentication-key input[type="text"] {
  width: 330px;
}

.block-additional-authentication--login {
  margin-top: 10px;
  padding: 12px 0;
  font-size: 16px;
  width: 160px;
}

/* ----お気に入り画面---- */

.block-favorite--form li {
  margin-bottom: 20px;
}

.block-favorite--favorite-goods {
  display: flex;
  width: 100%;
}

.block-favorite--checkbox {
  flex-basis: 30px;
}

.block-favorite--image {
  flex-basis: 160px;
}

.block-favorite--description {
  flex-basis: 250px;
}

.block-favorite--comment-textarea {
  width: 600px;
  height: 75px;
}

.block-favorite--comment {
  flex-basis: 640px;
  margin: 0 20px;
}

.block-favorite--delete-item {
  flex-basis: 80px;
  text-align: center;
}

.block-favorite--image figure {
  background: #f5f5f5;
  width: 142px;
  height: 142px;
}

.block-favorite--goods-name a {
  color: #000;
  text-decoration: underline;
}

.block-favorite--edit-comment a {
  text-decoration: underline;
}

.block-favorite--price-items {
  text-align: right;
}

.block-favorite--price-title,
.block-favorite--price {
  display: inline-block;
}

.block-favorite--update-dt {
  text-align: right;
}

.block-favorite--update-dt dt,
.block-favorite--update-dt dd {
  display: inline-block;
}

/* ----入荷案内申し込み商品画面---- */

.block-arrival-notice-list--form li {
  margin-bottom: 20px;
}

.block-arrival-notice-list--goods {
  display: flex;
  width: 100%;
}

.block-arrival-notice-list--image {
  flex-basis: 160px;
}

.block-arrival-notice-list--description {
  flex-grow: 1;
}

.block-arrival-notice-list--delete-item {
  flex-basis: 80px;
  text-align: center;
}

.block-arrival-notice-list--image figure {
  background: #f5f5f5;
  width: 142px;
  height: 142px;
}

.block-arrival-notice-list--goods-name a {
  color: #000;
  text-decoration: underline;
}

.block-arrival-notice-list--price-title,
.block-arrival-notice-list--price {
  display: inline-block;
}

.block-arrival-notice-list--update-dt dt,
.block-arrival-notice-list--update-dt dd {
  display: inline-block;
}

/* ----購入履歴一覧画面---- */

.block-purchase-history--table {
  margin: 5px 0;
  width: 100%;
}

.block-purchase-history--order-id a {
  text-decoration: underline;
}

.block-purchase-history--order-detail-reorder a {
  text-decoration: underline;
}

.block-purchase-history--status a:hover {
  text-decoration: none;
}

/* ----購入履歴詳細画面---- */

.block-purchase-history-detail--customer-name {
  margin: 10px 0;
  display: flex;
  width: 50%;
  /* float: left; */
}

.block-purchase-history-detail--company-name {
  margin: 10px 0;
  width: 300px;
  float: right;
  text-align:right;
}

.block-purchase-history-detail--order-info {
  margin: 10px 0;
  display: flex;
  width: 100%;
}

.block-purchase-history-detail--order-info-left {
  width: 65%;
}

.block-purchase-history-detail--order-info-right {
  width: 35%;
  padding: 0 0 0 10px;
}

.block-purchase-history-detail--order-info-table {
  width: 100%;
}

.block-purchase-history-detail--order-info-table th {
  width: 250px;
}

.block-purchase-history-detail--order-body {
  margin: 10px 0;
  display: flex;
  width: 100%;
}

.block-purchase-history-detail--order-body-left {
  width: 65%;
}

.block-purchase-history-detail--order-body-right {
  width: 35%;
  padding: 0 0 0 10px;
}

.block-purchase-history-detail--order-detail-items {
  width: 100%;
}

.block-purchase-history-detail--tax-reduced-message {
  margin: 3px 0;
}

.block-purchase-history-detail--payment-info-items {
  width: 100%;
}

.block-purchase-history-detail--point-message {
  margin: 5px 0;
}

.block-purchase-history-detail--shipping-info {
  margin: 10px 0;
  display: flex;
  width: 100%;
}

.block-purchase-history-detail--shipping-info-left {
  width: 65%;
}

.block-purchase-history-detail--shipping-info-right {
  width: 35%;
  padding: 0 0 0 10px;
}

.block-purchase-history-detail--sender-items {
  width: 100%;
}

.block-purchase-history-detail--shipping-info-items {
  width: 100%;
}

.block-purchase-history-detail--shiment-address {
  border: 1px solid #c8c8c8;
  padding: 10px;
  margin: 10px 0;
}

.block-purchase-history-detail--shipment-items {
  width: 100%;
}

.block-purchase-history-detail--csv-info-items {
  width: 100%;
  margin: 10px 0;
}

.block-purchase-history-detail--csv-info-items th {
  width: 250px;
}

.block-purchase-history-detail--invoice {
  margin: 5px 0;
  width: 100%;
}

.block-purchase-history-detail--invoice dt {
  display: inline-block;
  font-weight: bold;
}

.block-purchase-history-detail--invoice dd {
  display: inline-block;
}

.block-purchase-history-detail--track-shipment {
  margin: 5px 0;
  width: 100%;
}

.block-purchase-history-detail--track-shipment dt {
  display: inline-block;
  font-weight: bold;
}

.block-purchase-history-detail--track-shipment dd {
  display: inline-block;
}

.block-purchase-history-detail--append-items {
  width: 100%;
}

.block-purchase-history-detail--append-items th {
  width: 250px;
}

.block-purchase-history-detail .block-purchase-history-detail--add-goods {
  width: 300px;
}

.block-purchase-history-detail .block-purchase-history-detail--contact {
  width: 300px;
}

.block-purchase-history-detail .block-purchase-history-detail--cancel {
  width: 250px;
}

/* ■2024/03/19 [murakami.hiroaki] 電子領収書対応 */
#issue_button.block-purchase-history-detail--receipt {
  width: 200px;
  margin: auto 0 auto 10px;
  margin-top: auto;
  margin-bottom: auto;
  border-radius: 30px;
  padding: 9px 10px 8px;
  font-size: 1.6rem;
}

.block-purchase-history-detail 

.block-purchase-history-detail--child-order-id a {
  text-decoration: underline;
}

.block-purchase-history-detail--parent-order-id a {
  text-decoration: underline;
}

.block-purchase-history-detail--regular-sales-include a {
  text-decoration: underline;
}

.block-purchase-history-detail--tax-reduced {
  margin-left: 30px;
}

.block-purchase-history-detail--total-for-tax-ratio {
  /* display: flex; */
  margin-left: 10px;
  width: 100%;
  font-size: 80%;
}

.block-purchase-history-detail--total-for-tax-ratio-title {
  margin-right: 8px;
}

.block-purchase-history-detail--total-for-tax-ratio-list {
  text-align: right;
}

.block-purchase-history-detail--total-for-tax-ratio-list ul {
  display: flex;
}

.block-purchase-history-detail--tax-ratio {
  min-width: 50px;
  margin-right: 5px;
}

.block-purchase-history-detail--total-for-tax-ratio-amount {
  min-width: 55px;
}

/* ■2024/03/19 [murakami.hiroaki] 電子領収書対応 */
.block-purchase-history-detail--receipt-address {
  border: 1px solid #c8c8c8;
  padding: 10px;
  margin: 10px 0;
}

.block-purchase-history-detail--receipt-reissuemsg {
  margin-bottom: 10px;
}

.block-purchase-history-detail--receipts {
  margin-bottom: 50px;
}

.block-purchase-history-detail--receipt-items {
  display: flex;
}

.block-purchase-history-detail--receipt-items label {
  margin-top: auto;
  margin-bottom: auto;
}

#receipt_address.block-purchase-history-detail--receipt-input {
  margin-left: 5px;
  margin-right: 20px;
  margin-top: auto;
  margin-bottom: auto;
  width:250px
}

#receipt_proviso.block-purchase-history-detail--receipt-input {
  margin-left: 5px;
  margin-right: 20px;
  margin-top: auto;
  margin-bottom: auto;
  width:250px
}

/* ■2020/6/30[msento] スマレジオプション追加開発 */
.block-purchase-history-detail--smaregipoint {
  clear: both;
  width:1000px;
  margin:0 auto;
  font-size:1.6rem;
  padding:10px 0;
}

/* ----ご注文キャンセル画面---- */

.block-order-cancellation--order-info {
  margin: 10px 0;
  display: flex;
  width: 100%;
}

.block-order-cancellation--order-info-left {
  width: 65%;
}

.block-order-cancellation--order-info-right {
  width: 35%;
  padding: 0 0 0 10px;
}

.block-order-cancellation--shiment-address {
  border: 1px solid #c8c8c8;
  padding: 10px;
  margin: 10px 0;
}

.block-order-cancellation--payment-info-items {
  width: 100%;
}

.block-order-cancellation--order-items {
  width: 100%;
}

/* ----定期購入商品一覧画面---- */

.block-regular-purcharse-list--table {
  margin: 5px 0;
  width: 100%;
}

.block-regular-purcharse-list--regular-sales a {
  text-decoration: underline;
}

/* ----定期購入商品詳細画面---- */

.block-regular-purcharse-detail--body {
  margin: 10px 0;
  width: 100%;
}

.block-regular-purcharse-detail--regular-sales-items {
  width: 100%;
}

.block-regular-purcharse-detail--regular-sales-items th {
  width: 250px;
}

.block-regular-purcharse-detail--shipment-address {
  border: 1px solid #c8c8c8;
  padding: 10px;
  margin: 10px 0;
}

.block-regular-purcharse-detail--update-address {
  margin: 10px 0;
  text-align: right;
}

.block-regular-purcharse-detail--goods-items {
  width: 100%;
}

.block-regular-purcharse-detail--append-items {
  width: 100%;
}

.block-regular-purcharse-detail--append-items th {
  width: 250px;
}

.block-regular-purcharse-detail--include-items {
  width: 100%;
}

.block-regular-purcharse-detail--include-items th {
  width: 250px;
}

.block-regular-purcharse-detail--action-message {
  margin-top: 10px;
}

.block-regular-purcharse-list--order-id a {
  text-decoration: underline;
}

/* ----定期購入商品カード情報確認画面---- */

.block-regular-purchase-creditcard-info-confirmation--regular-purchase-items {
  width: 100%;
}

.block-regular-purchase-creditcard-info-confirmation--regular-purchase-items th {
  width: 250px;
}

.block-regular-purchase-creditcard-info-confirmation--goods-table {
  width: 100%;
  margin: 10px 0;
}

.block-regular-purchase-creditcard-info-confirmation--card-info-items {
  width: 100%;
}

.block-regular-purchase-creditcard-info-confirmation--card-info-items th {
  width: 250px;
}

/* ----定期購入商品カード情報変更画面---- */

.block-update-regular-purchase-creditcard-info--regular-purchase-info-items {
  width: 100%;
}

.block-update-regular-purchase-creditcard-info--regular-purchase-info-items th {
  width: 250px;
}

.block-update-regular-purchase-creditcard-info--goods-table {
  width: 100%;
  margin: 10px 0;
}

/* ----定期購入商品配送先変更画面---- */

.block-regular-purcharse-shipment-info-update--new-address,
.block-regular-purcharse-shipment-info-update--old-address {
  border: 1px solid #c8c8c8;
  padding: 10px;
  margin: 10px 0;
}

/* ----定期購入商品サイクル情報変更画面---- */

.block-regular-purcharse-cycle-info-update h3 {
  font-size: 14px;
  color: #333;
  font-weight: bold;
  margin: 0 0 12px 0;
}

.block-regular-purcharse-cycle-info-update--body {
  margin: 10px 0;
  width: 100%;
}

.block-regular-purcharse-cycle-info-update--regular-sales-items {
  width: 100%;
}

.block-regular-purcharse-cycle-info-update--regular-sales-items th {
  width: 250px;
}

.block-regular-purcharse-cycle-info-update--shipment-address {
  border: 1px solid #c8c8c8;
  padding: 10px;
  margin: 10px 0;
}

.block-regular-purcharse-cycle-info-update--goods-items {
  width: 100%;
}

/* ----定期購入商品解約画面---- */

.block-regular-purcharse-cancellation--goods-items {
  margin: 10px 0;
  width: 100%;
}

.block-regular-purcharse-cancellation--message {
  text-align: center;
}

/* ----カード情報確認画面---- */

.block-credit-card-confirmation--credit-card-info-table {
  width: 100%;
}

.block-credit-card-confirmation--credit-card-info-table th {
  width: 250px;
}

/* ----お問い合わせ画面---- */

.block-inquiry--inquiry-body .form-label,
.block-inquiry--inquiry-body .constraint {
  vertical-align: top;
  padding-top: 8px;
}

/* ----お問い合わせ履歴一覧画面---- */

.block-inquiry-history--body li {
  margin: 5px 0;
  padding: 10px 0;
  border-bottom: 1px solid #c8c8c8;
}

.block-inquiry-history--body li span {
  margin: 0 10px 0 0;
}

.block-inquiry-history--subject a {
  text-decoration: underline;
}

/* ----お問い合わせ履歴詳細画面---- */

.block-inquiry-history-detail--form {
  margin: 20px 0;
}

.block-inquiry-history-detail--message {
  text-align: center;
}

.block-inquiry-history-detail--inquiry-body {
  margin: 20px 0;
}

.block-inquiry-history-detail--inquiry-body textarea {
  width: 100%;
}

.block-inquiry-history-detail--item dt {
  width: 100%;
  display: flex;
}

.block-inquiry-history-detail--contact-name {
  width: 80%;
}

.block-inquiry-history-detail--update-dt {
  width: 20%;
  text-align: right;
  font-weight: normal;
}

.block-inquiry-history-detail--message-confirm {
  text-align: center;
}

.block-inquiry-history-detail--inquiry-body-confirm {
  margin: 20px 0;
  padding: 10px;
  border: 1px solid #c8c8c8;
}

/* ----ポイント履歴一覧画面---- */

.block-point-history-list--point {
  font-size: 20px;
  font-weight: bold;
  margin: 0 5px;
}

.block-point-history-list--message {
  margin: 5px 0;
}

.block-point-history-list--items {
  margin: 5px 0;
  width: 100%;
}

/* ----所持クーポン一覧画面---- */

.block-coupon-list--table {
  margin: 5px 0;
  width: 100%;
}

.block-coupon-list--coupon-dt {
  white-space: nowrap;
  width: 300px;
}

/* ----店舗クーポン一覧画面---- */

.block-store-coupon-list--table {
  margin: 5px 0;
  width: 100%;
}

.block-store-coupon-list--coupon-dt {
  white-space: nowrap;
  width: 300px;
}

/* ----ログアウト画面---- */

.block-logout--message a {
  text-decoration: underline;
}

/* ----パスワード再設定画面---- */

.block-update-new-password--header {
  border-bottom: #ccc 1px solid;
  padding: 10px 0 20px;
  margin-bottom: 20px;
  font-size: 26px;
}

.block-reset-new-password--completed-message {
  text-align: center;
  padding: 70px 0;
  background: #f5f5f5;
  margin-top: 40px;
  font-size: 16px;
}

/* ----会員登録完了画面---- */
.block-member-registration-completed--smaregipoint {
  margin: 10px;
}

/* ----会員登録完了画面(クイックエントリー)---- */
.block-quick-member-registration-completed--smaregipoint {
  margin: 10px;
}

/* ■2024/03/19 [murakami.hiroaki] 電子領収書対応 */
/* ----領収書印刷画面---- */
@media screen, print {
  .block-receipt--ContentsAll {
    width: 640px;
    clear: both;
    font-family: YuGothic,"Yu Gothic",sans-serif;
    font-size: 12pt;
    margin: 0 auto;
  }
  .block-receipt--printBox {
    width: 100%;
    margin-bottom: 10px;
    text-align: center;
  }
}

@media print {
  .block-receipt--printBox {
    display: none;
  }
}

.block-receipt--main {
  break-after: page;
  overflow-wrap: break-word;
  word-wrap: break-word;
}

.block-receipt--main:last-child {
  break-after: auto;
}

.block-receipt--header {
  text-align: center;
}

.block-receipt--header-title {
  display: inline-block;
  text-align: center;
  font-size: 24pt;
  font-weight: bold;
}

.block-receipt--header-pagenum {
  text-align: right;
  float: right;
}

.block-receipt--top {
  display: flex;
  justify-content: space-between;
}

.block-receipt--top-left {
  width: 340px;
  text-align: left;
}

.block-receipt--top-left-address {
  font-size: 18pt;
  font-weight: bold;
  padding: 0 0 10px;
}

.block-receipt--top-left-total {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding: 10px 0 0 0;
}

.block-receipt--top-left-total-title {
  text-align: left;
  font-weight: bold;
}

.block-receipt--top-left-total-price {
  text-align: right;
  font-size: 18pt;
  font-weight: bold;
}

.block-receipt--top-left-proviso {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  padding: 10px 0 0 0;
}

.block-receipt--top-left-middle {
  padding: 10px 0 0 0;
}

.block-receipt--top-right {
  width: 340px;
  font-size: 10pt;
  text-align: right;
}

.block-receipt--top-right-items {
  line-height: 50%;
}

.block-receipt--tax-info p {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  font-weight: bold;
  margin: 10px 0;
}

.block-receipt--tax-info-items {
  width: auto;
  display: flex;
  font-size: 10pt;
  margin: 0 0 10px 10px;
}

.block-receipt--tax-info-items-ratio {
  width: 120px;
  border-bottom-style: solid;
  border-bottom-width: 1px;
}

.block-receipt--tax-info-items-amount-title {
  width: 120px;
  border-bottom-style: solid;
  border-bottom-width: 1px;
}

.block-receipt--tax-info-items-amount-price {
  width: 120px;
  text-align: right;
  border-bottom-style: solid;
  border-bottom-width: 1px;
}

.block-receipt--tax-info-items-consumption-title {
  width: 80px;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  margin-left: 50px;
}

.block-receipt--tax-info-items-consumption-price {
  width: 80px;
  text-align: right;
  border-bottom-style: solid;
  border-bottom-width: 1px;
}


.block-receipt--payment &gt; p {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  font-weight: bold;
  margin-bottom: 10px;
}

.block-receipt--payment-items-method {
  display: flex;
  justify-content: space-between;
  font-size: 10pt;
  margin: 0 10px 0;
}

.block-receipt--payment-items-method-method {
  width: 240px;
  display: flex;
  justify-content: space-between;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  align-items: flex-end;
}

.block-receipt--payment-items-method-income {
  width: 240px;
  display: flex;
  justify-content: space-between;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  align-items: flex-end;
}

.block-receipt--payment-items-price {
  margin: 0 10px 0;
}

.block-receipt--payment-items-price &gt; p {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  margin: 10px 0;
}

.block-receipt--payment-items-price-items {
  display: flex;
  justify-content: space-between;
  margin: 0 10px 0;
}

.block-receipt--payment-items-price-items-detail {
  width: 280px;
}

.block-receipt--payment-items-price-items-detail-list {
  display: flex;
  justify-content: space-between;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  font-size: 10pt;
  margin: 0 10px 0;
}

.block-receipt--payment-items-price-items-detail-list {
  margin-bottom: 10px;
}

.block-receipt--goods-title {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  margin: 10px 0 0;
  font-weight: bold;
}

.block-receipt--goods-detail {
  margin: 0 0 0 10px;
}

.block-receipt--goods-detail-table {
  table-layout: fixed;
  border-collapse: collapse;
  width: 600px;
}

.block-receipt--goods-detail-table th {
  vertical-align: middle;
}

.block-receipt--goods-detail-table th,
.block-receipt--goods-detail-table td {
  font-weight: normal;
  font-size: 10pt;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  padding: 5px 5px 0;
}

.block-receipt--goods-detail-table th {
  text-align: center;
}

.block-receipt--goods-detail-table-td-text {
  text-align: left;
}

.block-receipt--goods-detail-table-td-num {
  text-align: right;
}

.block-receipt--goods-detail-table-td-mark {
  text-align: center;
}


.block-receipt--goods-detail-table th:nth-child(1),
.block-receipt--goods-detail-table td:nth-child(1) {
  width: 17.5%;
}

.block-receipt--goods-detail-table th:nth-child(2),
.block-receipt--goods-detail-table td:nth-child(2) {
  width: 42.5%;
}

.block-receipt--goods-detail-table th:nth-child(3),
.block-receipt--goods-detail-table td:nth-child(3) {
  width: 2.5%;
}

.block-receipt--goods-detail-table th:nth-child(4),
.block-receipt--goods-detail-table td:nth-child(4) {
  width: 15%;
}

.block-receipt--goods-detail-table th:nth-child(5),
.block-receipt--goods-detail-table td:nth-child(5) {
  width: 7.5%;
}

.block-receipt--goods-detail-table th:nth-child(6),
.block-receipt--goods-detail-table td:nth-child(6) {
  width: 15%;
}

.block-receipt--goods-detail-comment {
  font-size: 10pt;
  margin: 0 0 10px;
}

.block-receipt--bottom {
  font-size: 10pt;
}

/* ----共通---- */
.btn-back-to-mypage-right {
  float: right;
}
</pre></body></html>