@charset "UTF-8";

/* =========================================================
共通
============================================================ */
.member .myPageTitleNav {
  position: relative;
}

.member .myPageTitleNav .btnArea {
  margin: 0;
  position: absolute;
  right: 0;
  top: 23%;
  transform: translateY(-50%);
}

.member .myPageTitleNav .btnArea .cancelBtnArrow {
  margin: 0;
  max-width: none;
  padding: .5em 1.5em .5em .5em;
  position: absolute;
  right: 0;
  top: 0;
  width: 200px;
}

.member .myPageTitleNav .btnArea .cancelBtnArrow::before {
  background-position: 0 1px;
  left: auto;
  right: 20px;
  transform: scaleX(1);
}

.member .contents {
  margin: 30px auto 0;
}

.member .contents .main {
  margin: 40px auto 5em;
  max-width: 1100px;
  width: 100%;
}

.member .contents .main.completed {
  margin-bottom: 5em;
}

.member .contents .main .mainWrap {
  background-color: #efefef;
  margin-top: 20px;
  max-width: 1100px;
  width: 100%;
}

.member .contents .main .mainWrap .formWrap {
  margin: 0 auto;
  padding: 25px 0 50px;
  width: 800px;
}

.member .contents .main h4 {
  font-size: 20px;
}

.member .palt {
  font-feature-settings: "palt";
}

.member .contents .main.completed .mainWrap {
  background-color: #fff;
}

@media screen and (max-width: 1100px) and (min-width: 768px) {
  .member .contents {
    padding-left: 15px;
    padding-right: 15px;
    /* margin: 0; */
  }

  .member .contents .main .mainWrap .formWrap {
    width: 90%;
  }
}

/* =========================================================
index.html
============================================================ */
.memberIndex .errorArea {
  margin-left: auto;
  margin-right: auto;
  max-width: 1100px;
}

.memberIndex .myPageTiile {
  font-size: 25px;
  margin-bottom: 50px;
}

/*Fポイント情報ボックス*/
.memberIndex .summary {
  border: 1px solid #ccc;
  margin-bottom: 50px;
  padding: 20px;
  text-align: center;
}

.memberIndex .summary .cardBox {
  margin: 30px auto;
  max-width: 800px;
}

.memberIndex .summary .cardBox .pointWrap dt {
  font-size: 20px;
}

.memberIndex .summary .cardBox .pointWrap dd {
  font-size: 14px;
  margin-top: -10px;
}

/* 追記　20240131 */
.member_mypage .summary .cardBox .pointWrap{
  line-height: 2.0;
}

.memberIndex .summary .cardBox .pointWrap dd b {
  font-size: 40px;
  margin-right: 5px;
}

.memberIndex .summary .cardBox .pointWrap dd span {
  background-color: #e2e2e2;
  display: block;
  font-size: 16px;
  margin: 0 auto 0;
  padding: 5px 0;
  width: 50%;
}

.memberIndex .summary .cardBox .info {
  margin: 25px 0 0 0;
}

.memberIndex .myPageMenu ul {
  display: flex;
  flex-wrap: wrap;
}

.memberIndex .myPageMenu ul li {
  width: calc((100% - (15px * 3)) / 4);
}

.memberIndex .myPageMenu ul li:nth-last-child(n + 4) {
  margin-bottom: 15px;
}

.memberIndex .myPageMenu ul li a {
  font-size: 18px;
  line-height: 1.3;
  text-align: left;
  width: 100%;
}

.memberIndex .myPageMenu ul li a span {
  vertical-align: middle;
}

.memberIndex .myPageMenu ul li:not(:nth-child(4n)) {
  margin-right: 15px;
}

.memberIndex .btnArea {
  margin: 3em 0 5em;
}

.memberIndex .cancelBtn {
  margin-left: 0;
  width: 200px;
}

/*ボタンアイコン*/
.memberIndex .myPageMenu ul li a:before {
  content: "";
  height: 30px;
  margin-left: -15px;
  margin-right: 10px;
  transition: .2s ease-in-out;
  width: 30px;
}

.memberIndex .myPageMenu ul li.abook a:before {
  background: url(../../images/member/abook.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
}

.memberIndex .myPageMenu ul li.abook:hover a:before {
  background: url(../../images/member/abook_hover.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
}

.memberIndex .myPageMenu ul li.history a:before {
  background: url(../../images/member/history.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
}

.memberIndex .myPageMenu ul li.history:hover a:before {
  background: url(../../images/member/history_hover.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
}

.memberIndex .myPageMenu ul li.change a:before {
  background: url(../../images/member/change.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
}

.memberIndex .myPageMenu ul li.change:hover a:before {
  background: url(../../images/member/change_hover.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
}

.memberIndex .myPageMenu ul li.mail a:before {
  background: url(../../images/member/mail.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
}

.memberIndex .myPageMenu ul li.mail:hover a:before {
  background: url(../../images/member/mail_hover.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
}

.memberIndex .myPageMenu ul li.pass a:before {
  background: url(../../images/member/pass.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
}

.memberIndex .myPageMenu ul li.pass:hover a:before {
  background: url(../../images/member/pass_hover.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
}

.memberIndex .myPageMenu ul li.card a:before {
  background: url(../../images/member/card.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
}

.memberIndex .myPageMenu ul li.card:hover a:before {
  background: url(../../images/member/card_hover.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
}

.memberIndex .myPageMenu ul li.inquiry a:before {
  background: url(../../images/member/inquiry.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
}

.memberIndex .myPageMenu ul li.inquiry:hover a:before {
  background: url(../../images/member/inquiry_hover.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
}

.memberIndex .unsubsribe ul {
  margin: 20px 0 0;
}

.memberIndex .unsubsribe ul li {
  width: 100%;
}

/* 友の会ボタン */
.memberIndex .btnArea {
  margin: 40px 0 20px;
}

.memberIndex .summary .cardBox .pointWrap .cardName {
  margin-bottom: 13px;
}

.memberIndex .btnAreaTomonokaiCard a {
  font-size: 18px;
  line-height: 1.3;
  text-align: left;
  width: calc((100% - (15px * 3)) / 4);
  transition: none;
}

.memberIndex .btnAreaTomonokaiCard a::before {
  background: url(../../images/member/tomonokai/setting.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  content: "";
  height: 30px;
  margin-left: -15px;
  margin-right: 10px;
  transition: .2s ease-in-out;
  width: 30px;
}

.memberIndex .btnAreaTomonokaiCard a:hover::before {
  background: url(../../images/member/tomonokai/setting_hover.svg);
}

/* =========================================================
member/change/index.html
============================================================ */

.memberChange .headingLv3 {
  font-weight: normal;
}

.memberChange .contents p {
  letter-spacing: 0.03em;
}

.memberChange .contents .main .mainWrap.second {
  margin-top: 10px;
}

.memberChange .contents .main h4{
  margin-bottom: 5px;
}

.memberChange .contents .main .mailBenefits {
    background: linear-gradient(transparent 70%, #ffd1d1 70%);
    font-weight: bold;
    margin-top: 10px;
}    

/* =========================================================
member/change/confirm.html
============================================================ */

/* =========================================================
member/mail/complete.html
============================================================ */

.memberMailComplete .contents form .main .mainWrap {
  margin-bottom: 20px;
}

/* =========================================================
member/pass/complete.html
============================================================ */
.memberChangeComplete .completed .headingLv3 {
  font-weight: bold;
}

/* =========================================================
member/pass/index.html
============================================================ */
.input dl.mailCheck {
  margin-top: 40px;
}

/* =========================================================
member/abook/index.html
============================================================ */
.memberAbook .contents {
  margin-bottom: 5em;
}

.memberAbook .contents > *:last-child {
  margin-bottom: 0;
}

.memberAbook .headingLv3 {
  font-size: 18px;
}

.memberAbook .infoArea .lead {
  font-weight: bold;
}

.memberAbook .btnArea {
  margin: 30px auto 40px;
}

.memberAbook .btnArea .submitBtn {
  box-sizing: border-box;
  display: flex;
  font-size: 15px;
  height: 50px;
  justify-content: center;
  margin: 0 auto;
  text-align: center;
  width: 230px;
}

.memberAbook .contents .main > .inputForm {
  margin-bottom: 20px;
}

.memberAbook .addressList {
  margin: 0 auto;
  padding: 40px;
}

.memberAbook .addressList .addressBox {
  display: flex;
}

.memberAbook .senderList .listWrap {
  display: flex;
  margin: 0 auto;
  max-width: 810px;
  width: 100%;
}

.memberAbookAddJizenlist .senderList .listWrap {
  justify-content: space-between;
}

.memberAbook .senderList .senderListSelect {
  display: none;
}

.memberAbook .senderList .senderListSelect:checked ~ .submitBtnSelect {
  display: none;
}

.memberAbook .senderList .senderListSelect + .selectedBtn {
  display: none;
}

.memberAbook .senderList .senderListSelect:checked + .listBox {
  background-color: #ce4d66;
}

.memberAbook .senderList .senderListSelect:checked + .selectedBtn {
  display: block;
}

.memberAbook .senderList .listBox {
  border: 1px solid #a3a3a3;
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto 10px;
  padding: 30px 70px;
}

.memberAbookAddJizenlist .senderList .listBox {
  padding: 30px 20px;
}

.memberAbook .senderList .listBox:last-child {
  margin-bottom: 0;
}

.memberAbook .senderList .listBox .address {
  width: 85%;
}

.memberAbookAddJizenlist .senderList .listBox .address {
  width: 70%;
}

.memberAbook .senderList .listBox .address dt {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 5px;
}

.memberAbook .senderList .listBox .address dt > span.from  {
  background-color: #887b69;
  color: #fff;
  display: inline-block;
  font-size: 14px;
  font-weight: normal;
  margin-right: 10px;
  padding: 4px 8px;
}

.memberAbook .senderList .listBox .address dt > span.to {
  background-color: #476c7d;
  color: #fff;
  display: inline-block;
  font-size: 14px;
  font-weight: normal;
  margin-right: 10px;
  padding: 4px 8px;
}

.memberAbook .senderList .listBox .selectBtn {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  text-align: center;
  width: 15%;
}

.memberAbookAddJizenlist .senderList .listBox .selectBtn {
  width: 20%;
}

.memberAbook .senderList .listBox .selectBtn > div {
  width: 120px;
}

.memberAbookAddJizenlist .senderList .listBox .selectBtn > div {
  width: 100%;
}

.memberAbook .contents .main .formWrap {
  margin: 0 auto;
  padding: 25px 0 50px;
  width: 810px;
}

.memberAbook .listBox .selectBtn {
  width: 100%;
}

.memberAbook .listBox .submitBtn {
  font-size: 15px;
  height: 50px;
  margin-bottom: 10px;
  width: 100%;
}

.memberAbook .senderList .listBox .selectBtn .cancelBtn {
  background: none;
}

/*.memberAbook .pageNation {
  margin-bottom: 30px;
}*/

.memberAbook .notice {
  border: 1px solid #de1b1a;
  margin: 4px 0;
  padding: 10px;
}

.memberAbookIndex .senderList .listBox .selectBtn {
  margin-left: 81px;
}

.memberAbook .senderList .duplicated {
  background-color: #f3e5e4;
}

.memberAbook .btnArea.btnAreaJizenlist {
  max-width: 490px;
}

.memberAbook .btnArea.btnAreaJizenlist ul {
  width: auto;
}

.memberAbook .btnAreaJizenlist20230601 ul {
  align-items: baseline;
}

.memberAbook .btnAreaJizenlist20230601 ul p {
  font-size: 12px;
  margin: 5px auto 0;
  padding-left: 2em;
  position: relative;
}

.memberAbook .btnAreaJizenlist20230601 ul p::before {
  content: "※";
  display: inline;
  left: 1em;
  position: absolute;
}

.memberAbookJizenlist .contents {
  margin-bottom: 0;
}

.memberAbookJizenlist .btnArea {
  margin: 5em 0;
}

.memberAbookJizenlist .btnArea .submitBtn {
  width: 450px;
  font-size: 25px;
  height: 70px;
}

input[type="button"].deleteBtn {
  border: 1px solid #ccc;
}

input[type="button"].deleteBtnBorderBottom {
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #555;
  font-size: 90%;
  padding: 0;
  width: auto !important;
}

input[type="button"].deleteBtnBorderBottom:hover {
  background-color: transparent;
}

/* =========================================================
member/abook/detail.html
============================================================ */
.abookDetail .mustBox {
  border: 1px solid #c63135;
  margin: 0 auto 30px;
  max-width: 1100px;
  padding: 10px;
  width: 100%;
}

.abookDetail .inputForm.name dl dd {
  display: flex;
  width: 100%;
}

.abookDetail .inputForm.name input[type="text"] {
  width: 85%;
}

.abookDetail .inputForm.name dl dd #box select {
  height: 47px;
}

.abookDetail .inputForm.name dl dd #box.cp_ipselect.cp_sl01 {
  margin: 0 0 0 10px;
  width: 100px;
}

.abookDetail .inputForm .input .postalBtn {
  font-size: 13px;
}

/* =========================================================
member/jizenlist/index.html
============================================================ */
.memberAbookJizenlist #recaptchaUnSelect {
  color: #ce4d66 !important;
}

.memberAbookJizenlist .leadText {
  margin-bottom: 24px;
}

.memberAbookJizenlist .aboutNumber {
  border: 1px solid #a3a3a3;
  padding: 20px 30px;
  margin-bottom: -10px;
}

.memberAbookJizenlist .aboutNumber dt {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 2px;
}

.memberAbookJizenlist .aboutNumber dd {
  display: flex;
  justify-content: flex-start;
}

.memberAbookJizenlist .aboutNumber .sampleImage {
  margin-right: 8px;
}

.memberAbookJizenlist .aboutNumber .explanation {
  width: calc(100% - 758px);
}

@media screen and (max-width: 1366px) and (min-width: 768px) {
  .memberAbookJizenlist .aboutNumber .sampleImage {
    width: calc((758 / (758 + 280)) * 100%);
  }

  .memberAbookJizenlist .aboutNumber .explanation {
    width: calc((280 / (758 + 280)) * 100%);
  }
}

@media screen and (max-width: 1100px) and (min-width: 768px) {
  .memberAbookJizenlist .aboutNumber {
    padding: 20px;
  }
}

/* =========================================================
member/jizenlist/detail.html
============================================================ */
.memberAbookJizenlistDetail .senderList .listBox:last-child {
     margin-bottom: 10px;
}

.member.memberAbookJizenlistDetail .senderList .listBox {
  padding: 30px 20px;
}

.member.memberAbookJizenlistDetail .senderList label {
  width: 100%;
  font-size: 14px;
  line-height: 25px;
  color: #030303;
}

.member.memberAbookJizenlistDetail .senderList .senderListSelect:checked + .selectedBtn {
  text-align: center;
}

.member.memberAbookJizenlistDetail .selectedBtn .delete {
  font-size: 90%;
  color: #000;
  border-bottom: 1px solid #555;
  display: inline-block;
}

.member.memberAbookJizenlistDetail .listBox .submitBtn {
  margin-bottom: 0;
}

.member.memberAbookJizenlistDetail .btnArea .submitBtn {
  width: 90%;
  font-size: 25px;
  height: 70px;
  max-width: 450px;
}

.member.memberAbookJizenlistDetail .isImportUnavailable {
  color: #ce4d66;
  font-weight: bold;
}

.member.memberAbookJizenlistDetail .senderListSelectBtn {
  margin-bottom: 20px;
}

.memberAbookJizenlistDetail .resultCount {
  font-size: 24px;
  font-weight: bold;
  letter-spacing: .1em;
}

.memberAbookJizenlistDetail .resultCount .number {
  font-size: 32px;
}

.memberAbookJizenlistDetail .isImportUnavailable {
  font-size: 15px;
}

.memberAbookJizenlistDetail .btnArea {
  margin: 5em auto;
}

.memberAbookJizenlistDetail .contents {
  margin-bottom: 0;
}

.memberAbookJizenlist .visibleXs {
  display: none;
}

/* =========================================================
member/card/index.html
============================================================ */
.memberCard .senderList .listBox .listWrap {
  align-items: center;
}
.memberCard .senderList .listBox .info {
  width: 75%;
}

.memberCard .senderList .listBox .info > dt {
  font-size: 16px;
  margin-bottom: 10px;
}

.memberCard .senderList .listBox .info .infoDetail {
  align-items: center;
  display: flex;
}

.memberCard .senderList .listBox .info .infoDetail:not(:last-child) {
  margin-bottom: 10px;
}

.memberCard .senderList .listBox .info .infoDetail dt {
  width: 150px;
}

.memberCard .senderList .listBox .info .infoDetail dd .expired {
  display: inline-block;
  margin-left: 20px;
}

.memberCard .senderList .listBox .editWrap {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 25%;
}

.memberCard .senderList .listBox .update {
  align-items: center;
  display: flex;
  justify-content: flex-end;
  margin-bottom: 10px;
  width: 200px;
}

.memberCard .senderList .listBox .update .cancelBtn {
  height: 50px;
}

.memberCard .senderList .listBox .delete {
  text-align: center;
  width: 60px;
}

.memberCard .senderList .listBox .update .submitBtnInversion {
  font-size: 15px;
  height: 50px;
  margin-bottom: 0;
}

.memberCard .senderList .listBox .update .submitBtnUpdate,
.memberCard .senderList .listBox .update .cancelBtn {
  margin: 0;
  white-space: nowrap;
  width: 120px;
}

.memberCard .senderList .listBox .update .cancelBtn {
  border: 1px solid #a3a3a3;
  margin-left: 10px;
}

.memberCard .date {
  align-items: center;
  display: flex;
  padding: 5px 0;
}

.memberCard .date .divider {
  padding: 0 5px;
}

.memberCard .date .txt {
  padding: 0 .5em 0 0;
}

.memberCard .cp_ipselect.cp_sl01 {
  width: 165px;
}

/* =========================================================
member/card/detail.html
============================================================ */
.memberCardDetail .fCard {
  display: flex;
  margin-top: 20px;
}

.memberCardDetail .fCardImage {
  display: block;
  margin-top: 20px;
}

.memberCardDetail .fCard img {
  max-width: 450px;
}

.memberCardDetail .cp_ipselect.cp_sl02 {
  width: 300px;
}

.memberCardDetail .inputForm.long dl dt {
  flex-wrap: wrap;
}

.memberCardDetail .inputForm.long dl dt p {
  display: block;
  margin: 0;
  width: 100%;
}

.memberCardDetail .inputFormCard {
  margin: 15px auto 10px;
}

.memberCardDetail .inputFormCard:last-child {
  margin-bottom: -10px;
}

/* =========================================================
/member/history/index.html
============================================================ */

.memberHistory .pageNation {
  margin-bottom: 30px;
}

.memberHistory .senderList table.item.itemHead {
  margin-bottom: 0 !important;
}

/* =========================================================
/member/history/detail.html
============================================================ */
/*フロントキャンセル成功メッセージ*/
.cancelSuccessMessage .message {
  background-color: #fff;
  border: 1px solid #ce4d66;
  color: #ce4d66;
  font-size: 18px;
  font-weight: bold;
  margin: 0 auto 1em;
  padding: 1em;
  text-align: center;
}

/*注文日*/
.memberHistoryDetail .detailsWrap {
  border: 1px solid #a3a3a3;
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
  max-width: 1100px;
  padding: 30px 70px;
  width: 100%;
  position: relative;
}

.memberHistoryDetail .detailsWrap dl {
  display: flex;
  width: 100%;
}

.memberHistoryDetail .detailsWrap dl:not(:last-child) {
  margin-bottom: 20px;
}

.memberHistoryDetail .detailsWrap dl dt {
  font-weight: bold;
  margin-right: 20px;
  width: 26%;
}

.memberHistoryDetail .detailsWrap dl dt .notes {
  font-size: 12px;
  display: block;
  margin-left: -.5em;
}

.memberHistoryDetail .detailsWrap dl dd .textLink {
  padding-left: 0;
}

.memberHistoryDetail .detailsWrap dl dd span {
  font-size: 13px;
}

.memberHistoryDetail .detailsWrap .btn-receipt {
  font-size: 15px;
  height: 40px;
  max-width: 250px;
  min-width: 200px;
}

.orderConfirm .contents #frontReceiptIssueForm {
  margin-top: 0px;
  margin-left: auto;
  margin-right: auto;
}

/*お支払い金額など*/
.memberHistoryDetail .detailsWrapContener {
  margin: 30px auto 0;
  max-width: 1100px;
  width: 100%;
}

.memberHistoryDetail .detailsWrapContener .detailsWrapReceipt + div {
  margin-bottom: 20px;
}

.memberHistoryDetail .mrt12 {
  margin-top: 12px;
}

.memberHistoryDetail .detailsWrapContener .detailsWrap dl:not(:first-child) dt {
  padding-left: 1em;
}

.memberHistoryDetail .detailsWrapContener .detailsWrap .price {
  font-size: 18px;
  font-weight: bold;
}

.memberHistoryDetail .detailsWrapContener .detailsWrap .method {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 20px;
}

.memberHistoryDetail .detailsWrapContener .detailsWrap .method.mrb0 {
  margin-bottom: 0;
}

.memberHistoryDetail .detailsWrapContener .detailsWrap .detailsBox.mrt20 {
  margin-top: 20px;
}

/*フロントキャンセルボタン*/
.memberHistoryDetail .frontOrderCancelButton {
  background-color: #fff;
  border: 2px solid #ce4d66;
  color: #ce4d66;
  cursor: pointer;
  display: block;
  font-size: 15px;
  padding: 6px;
  text-align: center;
  position: absolute;
  right: 70px;
  top: 30px;
  width: 20%;
  min-width: 145px;
}

.memberHistoryDetail .frontOrderCancelButton:hover {
  background-color: #ce4d66;
  color: #fff;
  opacity: 1 !important;
  transition: background-color .3s ease-in-out;
}

/*ご依頼主*/
.memberHistoryDetail .clientWrap {
  margin: 0 auto;
  max-width: 1100px;
  width: 100%;
}

.memberHistoryDetail .senderList .list .listdata dt b {
  font-size: 18px;
}

/*このご注文に関するお問い合わせはこちら*/
.memberHistoryDetail .transitionSub {
  margin: 0 auto;
  max-width: 1100px;
  width: 100%;
}

.memberHistoryDetail .sec {
  background-color: #efefef;
  max-width: 1100px;
  width: 100%;
}

.memberHistoryDetail .contents .sec form {
  margin-top: 0;
}

.memberHistoryDetail .goInquiry {
  background-color: #ce4d66;
  border: 2px solid #ce4d66;
  color: #fff;
  cursor: pointer;
  display: block;
  font-size: 15px;
  margin: 2px auto 0;
  padding: 6px;
  position: relative;
  text-align: center;
  width: 100%;
}

.memberHistoryDetail .goInquiry.closing:hover {
  background-color: #fff;
  color: #ce4d66;
  opacity: 1 !important;
  transition: background-color .3s ease-in-out;
}

.memberHistoryDetail .goInquiry::after {
  background-image: url(../../images/common/icon-arrow-up-white.svg);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: inline-block;
  height: 13px;
  position: absolute;
  right: 15px;
  top: 54%;
  -webkit-transform: translateY(-54%) rotate(180deg);
          transform: translateY(-54%) rotate(180deg);
  transition: background-color .3s ease-in-out;
  width: 25px;
}

.memberHistoryDetail .goInquiry.opened:hover {
  background-color: #fff;
  color: #ce4d66;
  opacity: 1 !important;
  transition: background-color .3s ease-in-out;
}

.memberHistoryDetail .goInquiry:hover::after {
  background-image: url(../../images/common/icon-arrow-up-red.svg);
}

.memberHistoryDetail .goInquiry.opened::after {
  -webkit-animation: rotate01 .1s ease-in-out forwards;
          animation: rotate01 .1s ease-in-out forwards;
}

.memberHistoryDetail .goInquiry.closing::after {
  -webkit-animation: rotate01_close .1s ease-in-out forwards;
          animation: rotate01_close .1s ease-in-out forwards;
}

@-webkit-keyframes rotate01 {
  0% {
    -webkit-transform: translateY(-54%) rotate();
            transform: translateY(-54%) rotate();
  }

  100% {
    -webkit-transform: translateY(-54%) rotate(360deg);
            transform: translateY(-54%) rotate(360deg);
  }
}

@keyframes rotate01 {
  0% {
    -webkit-transform: translateY(-54%) rotate();
            transform: translateY(-54%) rotate();
  }

  100% {
    -webkit-transform: translateY(-54%) rotate(360deg);
            transform: translateY(-54%) rotate(360deg);
  }
}

@-webkit-keyframes rotate01_close {
  0% {
    -webkit-transform: translateY(-54%) rotate(360deg);
            transform: translateY(-54%) rotate(360deg);
  }

  100% {
    -webkit-transform: translateY(-54%) rotate();
            transform: translateY(-54%) rotate();
  }
}

@keyframes rotate01_close {
  0% {
    -webkit-transform: translateY(-54%) rotate(360deg);
            transform: translateY(-54%) rotate(360deg);
  }

  100% {
    -webkit-transform: translateY(-54%) rotate();
            transform: translateY(-54%) rotate();
  }
}

.memberHistoryDetail .inquiryNewAera {
  margin: 0 auto;
  max-width: 810px;
  padding: 40px 0;
}

.memberHistoryDetail .inquiryNewAera .message {
  background-color: #fff;
  border: 1px solid #ce4d66;
  color: #ce4d66;
  font-size: 18px;
  font-weight: bold;
  margin: 0 auto 1em;
  padding: 1em;
  text-align: center;
}

.memberHistoryDetail .inquiryNewAera .detailsWrap {
  background-color: #fff;
  margin-bottom: 30px;
  padding: 30px;
}

.memberHistoryDetail .inquiryNewAera p,
.memberHistoryDetail .inquiryNewAera .messageHistory p {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}

.memberHistoryDetail .inquiryNewAera .messageHistory > p {
  font-size: 20px;
}

.memberHistoryDetail .inquiryNewAera .messageHistory .input {
  margin: .5em 0 0 0;
  position: relative;
}

.memberHistoryDetail .inquiryNewAera .contentsSubBox form {
  margin-top: 0;
}

.memberHistoryDetail .inquiryNewAera .contentsSubBox .input {
  margin: .5em 0 0 0;
  position: relative;
}

.memberHistoryDetail .inquiryNewAera .inputForm {
  margin: 30px auto 20px;
  max-width: 810px;
}

.memberHistoryDetail .inquiryNewAera .submitBtn,
.memberDetail.inquiryDetail .formWrap .submitBtn {
  font-size: 15px;
  height: 50px;
  max-width: 300px;
}

.memberHistoryDetail .inquiryNewAera .submitBtn {
  font-size: 18px;
}

/*問い合わせ履歴*/
.memberHistoryDetail .inquiryNewAera .messageHistory {
  margin: 0 auto 30px;
  max-width: 990px;
  padding-bottom: 40px;
  position: relative;
}

.memberHistoryDetail .inquiryNewAera .messageHistory::after {
  background-color: #887b69;
  bottom: 0;
  content: "";
  display: block;
  height: 1px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 107%;
}

.memberHistoryDetail .inquiryNewAera .messageHistory .inquiryContents {
  margin: 20px auto 0;
  max-width: 810px;
}

.memberHistoryDetail .inquiryNewAera .messageHistory .comentBox,
.memberHistoryDetail .inquiryNewAera .messageHistory .answerContents .answerBox {
  background-color: #fff;
  flex-wrap: wrap;
  margin: 0 0 20px 0;
  padding: 20px;
}

.memberHistoryDetail .inquiryNewAera .messageHistory .comentBox dt,
.memberHistoryDetail .inquiryNewAera .messageHistory .answerBox dt {
  margin-bottom: 10px;
  overflow: hidden;
  width: 100%;
}

.memberHistoryDetail .inquiryNewAera .messageHistory .comentBox dt .name,
.memberHistoryDetail .inquiryNewAera .messageHistory .answerBox dt .name {
  margin-right: 20px;
}

.memberHistoryDetail .inquiryNewAera .messageHistory .answerContents {
  margin: 30px auto 0;
  max-width: 810px;
}

.memberHistoryDetail .inquiryNewAera .messageHistory .answerContents .answerBox {
  background-color: #e2e2e2;
}

.memberHistoryDetail .inquiryNewAera .contentsSubBox {
  margin: 0 auto;
  max-width: 810px;
  width: 100%;
}

.memberHistoryDetail .inquiryNewAera .inputForm dl {
  flex-wrap: wrap;
}

.memberHistoryDetail .inquiryNewAera .inputForm dl dt {
  width: 100%;
}

/*お届け先*/
.memberHistoryDetail .senderList .headingLv3 {
  color: #000;
  font-size: 18px;
  font-weight: bold;
  margin: 0 0 5px 0;
  text-align: center;
}

.memberHistoryDetail .list p.headingLv3 {
  color: #ce4d66;
  font-size: 15px;
  font-weight: bold;
  margin: 0;
  text-align: center;
}

.memberHistoryDetail .contents .senderList .list {
  border: 1px solid #a3a3a3 !important;
  margin-bottom: 40px;
  padding: 30px 70px;
}

.memberHistoryDetail .contents .senderList .list:not(:last-child) {
  margin-bottom: 20px;
}

.memberHistoryDetail .contents .senderList .list:not(:last-child) + .reducedTaxRate {
  margin-top: -8px;
}

.memberHistoryDetail .contents .senderList .list .textLink {
  padding: 0;
}

.memberHistoryDetail .inquryTypeList li:not(:last-child) {
  margin-bottom: 8px;
}

.memberHistoryDetail.bodyOpen .list .item .itemImg a {
  z-index: 0;
}

.memberHistory div[id^="deliveryItems-"] .itemWrap:not(:last-child) {
  padding-bottom: 30px;
}

/* eコマース対応 */
.memberHistoryDetail tbody[id^="deliveryGoodsItems"] span[id^="unitValue"],
.memberHistoryDetail tbody[id^="deliveryGoodsItems"] span[id^="goodsCode"] {
  display: inline;
}

.memberHistoryDetail div[id^="deliveryItems"] {
  width: inherit;
}

.memberHistoryDetail div[id^="deliveryItems"] .formWrap {
  margin-bottom: 0;
}

.memberHistoryDetail .textRight.reducedTaxRate {
  margin-top: -13px;
}

/* =========================================================
/member/inquiry/index.html
============================================================ */
.memberInquiry .contents .pageNation {
  margin-bottom: 5em;
}

.memberInquiry .headingLv3 {
  font-size: 18px;
  margin-bottom: 30px;
}

.memberInquiry .listWrap li {
  border: 1px solid #a3a3a3;
  display: flex;
  flex-wrap: wrap;
  padding: 30px 70px;
}

.memberInquiry .listWrap li:not(:last-child) {
  margin-bottom: 10px;
}

.memberInquiry .listContainer {
  display: flex;
  margin: 0 auto;
  max-width: 810px;
  width: 100%;
}

.memberInquiry .listContainer .orderBox {
  width: 70%;
}

.memberInquiry .orderBox dl {
  display: flex;
  width: 100%;
}

.memberInquiry .orderBox dl:not(:last-child) {
  margin-bottom: 10px;
}

.memberInquiry .orderBox dl dt {
  font-weight: bold;
  margin-right: 20px;
  white-space: nowrap;
  width: 20%;
}

.memberInquiry .listContainer .submit {
  align-items: center;
  display: flex;
  justify-content: center;
  width: 30%;
}

.memberInquiry .listContainer .submit .submitBtn {
  font-size: 15px;
  height: 50px;
  width: 200px;
}

/* =========================================================
/member/inquiry/detail.html
============================================================ */
.member.inquiryDetail .contents .section {
  margin-top: 40px;
}

.member.memberDetail .contents .errorArea {
  margin: 50px auto 30px;
}

.member.memberDetail .inquiryContents .comentBox,
.member.memberDetail .answerContents .answerBox {
  background-color: #fff;
}

.member.memberDetail .answerContents .answerBox {
  background-color: #e2e2e2;
}

.member.memberDetail .contents .main .messageArea .formWrap {
  margin: 0 auto;
  padding-top: 10px;
}

.member.memberDetail .contents .main .mainWrap .formWrap .inputForm dl dt {
  margin-bottom: 10px;
}

.memberHistory .inquryTypeList li table.LabelRadioPats td {
  padding-bottom: 8px;
}

/* =========================================================
member/history/pop_settlement_procedure.html
============================================================ */
.memberHistoryPopup .linkNewWindow {
  border-bottom: 1px solid #555;
  padding-right: 22px;
  position: relative;
}

.memberHistoryPopup .linkNewWindow::before {
  background: url(../../images/login/returnArrow.svg) no-repeat;
  background-position: 0 1px;
  background-size: contain;
  content: "";
  display: inline-block;
  height: 13px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 13px;
}

.memberHistoryPopup .notes ul li {
  font-size: 16px;
}

.memberHistoryPopup .ulDec ul li {
  font-size: 16px;
}

/* =========================================================
member/tomonokai/index.html
============================================================ */
.memberTomonokaiIndex .cardBox .cardName {
  margin-bottom: 16px;
}

.memberTomonokaiIndex .cardRegister .submitBtn {
  font-size: 18px;
  height: 50px;
  max-width: 300px;
}

.memberTomonokaiIndex .btnArea ul {
  width: 100%;
}

.memberTomonokaiIndex .btnArea.btnAreaCard {
  margin-bottom: 5em;
}

.memberTomonokaiIndex .btnArea .cardRegistered {
  justify-content: center;
  width: 100%;
}

.memberTomonokaiIndex .btnArea .cardRegistered li {
  width: calc((100% - (15px * 3)) / 4);
}

.memberTomonokaiIndex .btnArea .cardRegistered li span {
  width: auto;
}

.memberTomonokaiIndex .btnArea .cardRegistered li:not(:last-child) {
  margin-right: 15px;
}

.memberTomonokaiIndex .btnArea .cardRegistered li .disable {
  background-color: #aaa;
  color: #fff;
  pointer-events: none;
  border: 2px solid #aaa;
}

.memberTomonokaiIndex .btnArea .cardRegistered li .atag,
.memberTomonokaiIndex .btnArea .cardRegistered li a,
.memberTomonokaiIndex .btnArea .cardRegistered .tomonokaiCardDelete .submitBtn {
  font-size: 18px;
  line-height: 1.3;
  text-align: left;
  width: 100%;
}

.memberTomonokaiIndex .btnArea .cardRegistered li .atag::before ,
.memberTomonokaiIndex .btnArea .cardRegistered li a::before {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  content: "";
  height: 30px;
  margin-left: -15px;
  margin-right: 10px;
  transition: .2s ease-in-out;
  width: 30px;
}

.memberTomonokaiIndex .btnArea .cardRegistered li .atag.balance::before {
  background-image: url(../../images/member/tomonokai/balance_disable.svg);
}

.memberTomonokaiIndex .btnArea .cardRegistered li .atag.passCode::before {
  background-image: url(../../images/member/tomonokai/passCode_disable.svg);
}

.memberTomonokaiIndex .btnArea .cardRegistered li a.balance::before {
  background-image: url(../../images/member/tomonokai/balance.svg);
}

.memberTomonokaiIndex .btnArea .cardRegistered li a.balance:hover::before {
  background-image: url(../../images/member/tomonokai/balance_hover.svg);
}

.memberTomonokaiIndex .btnArea .cardRegistered li a.passCode::before {
  background-image: url(../../images/member/tomonokai/passCode.svg);
}

.memberTomonokaiIndex .btnArea .cardRegistered li a.passCode:hover::before {
  background-image: url(../../images/member/tomonokai/passCode_hover.svg);
}

.memberTomonokaiIndex .btnArea .cardRegistered .tomonokaiCardDelete .submitBtn {
  width: 100%;
  background-image: url(../../images/member/tomonokai/cardDelete.svg);
  background-size: 30px 30px;
  background-position: calc(50% - 52px) center;
  background-repeat: no-repeat;
  padding-left: 15px;
  text-align: center;
}

.memberTomonokaiIndex .btnArea .cardRegistered .tomonokaiCardDelete .submitBtn:hover {
  background-image: url(../../images/member/tomonokai/cardDelete_hover.svg);
}

.memberTomonokaiIndex .passCodeForgotten {
  margin-top: 20px;
}

.memberTomonokaiIndex .infoArea {
  background: transparent;
  margin: 40px auto 5em;
  padding: 0;
  text-align: center;
  max-width: 800px;
  width: auto;
}

.memberTomonokaiIndex .infoArea li {
  font-size: 20px;
  font-weight: bold;
}

.memberTomonokaiIndex .summary .notes {
  margin-bottom: 60px;
}

.memberTomonokaiIndex .summary .cardBox .pointWrap dt {
  margin-bottom: -10px;
}

.memberTomonokaiIndex .summary .cardBox .pointWrap dd {
  font-size: 14px;
  margin-top: 0;
}

.memberTomonokaiIndex .submitBtn.cancelBtn {
  background-image: none;
  margin-left: 0;
  width: 200px;
  background: #fff;
  border: 1px solid #a3a3a3;
  box-sizing: border-box;
  color: #000;
  display: block;
  font-weight: normal;
  margin: 0 auto;
  padding: .5em;
  text-align: center;
  transition: .3s;
  line-height: 1.8;
}

.memberTomonokaiIndex .submitBtn.cancelBtn:hover {
  background-image: none !important;
}

.memberTomonokaiIndex .submitBtn.cancelBtn:hover {
  background: #f5f5f5;
  color: #888;
}

/* =========================================================
member/tomonokai/**（共通）
============================================================ */
.memberTomonokaiLimit .inputForm input[type="password"],
.memberTomonokaiPincode .inputForm input[type="password"],
.memberTomonokaiCardIndex .inputForm input[type="password"] {
  min-width: 211px;
}

.memberTomonokaiLimit .passwordInputOuter,
.memberTomonokaiPincode .passwordInputOuter,
.memberTomonokaiCardIndex .passwordInputOuter {
  max-width: 211px;
}

.memberTomonokaiLimit .passwordInputOuter .eyeIcon,
.memberTomonokaiPincode .passwordInputOuter .eyeIcon,
.memberTomonokaiCardIndex .passwordInputOuter .eyeIcon {
  right: 10px;
}

/* =========================================================
member/tomonokai/limit/index.html
============================================================ */
.memberTomonokaiLimit .inputForm .input {
  display: flex;
  align-items: flex-end;
}

/*Fポイント情報ボックス*/
.memberTomonokaiLimit .summary {
  border: 1px solid #ccc;
  margin-bottom: 50px;
  padding: 20px 20px 8px;
  text-align: center;
}

.memberTomonokaiLimit .summary .txt {
  font-weight: normal;
}

.memberTomonokaiLimit .summary .cardBox {
  margin: 30px auto;
  max-width: 800px;
}

.memberTomonokaiLimit .summary .cardBox .pointWrap dt {
  font-size: 20px;
}

.memberTomonokaiLimit .summary .cardBox .pointWrap dd {
  font-size: 14px;
  margin-top: -10px;
}

.memberTomonokaiLimit .summary .cardBox .pointWrap dd b {
  font-size: 40px;
  margin-right: 5px;
}

.memberTomonokaiLimit .summary .cardBox .pointWrap dd span {
  display: inline;
  font-size: 16px;
  padding-left: 5px;
}

.memberTomonokaiLimit .summary .cardBox .info {
  margin: 25px 0 0 0;
}

.memberTomonokaiLimit .inputForm input[type="tel"].dailyUsageLimit {
  min-width: 211px;
}

.memberTomonokaiLimit .contents .main {
  margin: 40px auto 12px;
}

.memberTomonokaiLimit .dailyUsageUnlimited {
  margin-top: -27px;
}

/* =========================================================
member/tomonokai/pincode/index.html
============================================================ */
.memberTomonokaiPincode .contents .main {
  margin: 40px auto 12px;
}

/* =========================================================
member/tomonokai/limit/index.html
============================================================ */
@media screen and (max-width: 1010px) and (min-width: 768px) {
  .memberTomonokaiLimit .myPageTitleNav .btnArea {
    top: -30px;
  }
}

/* =========================================================
member/tomonokai/reset/index.html
============================================================ */
.memberTomonokaiReset .contents .main .mainWrap .formWrap {
  padding: 45px 0 50px;
}

/* =========================================================
member/tomonokai/reset/index.html
============================================================ */
@media screen and (max-width: 1366px) and (min-width: 768px) {
  .memberTomonokaiReset .myPageTitleNav .btnArea {
    top: -30px;
  }
}

/* =========================================================
member/jizenlist/index.html
============================================================ */
@media screen and (max-width: 1020px) and (min-width: 768px) {
  .memberAbookJizenlist .btnArea .submitBtn {
    max-width: 450px;
    width: 90%;
  }
}

/* =========================================================
member/jizenlist/detail.html
============================================================ */
@media screen and (max-width: 1020px) and (min-width: 768px) {
  .memberb.memberAbookJizenlistDetail .btnArea .submitBtn {
    max-width: 450px;
    width: 90%;
  }
}

/* =========================================================
member/tomonokai/pincode/index.html
============================================================ */
@media screen and (max-width: 1050px) and (min-width: 768px) {
  .member.memberTomonokaiPincode .myPageTitleNav .btnArea {
    top: -30px;
  }
}

/* =========================================================
member/tomonokai/card/index.html
============================================================ */
.memberTomonokaiCardIndex .contents .main {
  margin: 20px auto 5em;
}

.memberTomonokaiCardIndex .inputForm input[type="tel"].pinCode {
  min-width: 211px;
}

.memberTomonokaiCardIndex .tomonokaiCard .main {
  margin-bottom: 2em;
}

.memberTomonokaiCardIndex .inputForm input[type="password"].inputPassword,
.memberTomonokaiCardIndex .inputForm input[type="text"].inputPassword {
  max-width: none;
  padding: 0 1em;
  width: 100%;
}

/* 友の会お買物カード番号、PIN番号とは */
.memberTomonokaiCardIndex .contents .tomoCardWrap {
  border: 1px solid #a3a3a3;
  margin-top: 20px;
  padding: 20px 30px;
}

.memberTomonokaiCardIndex .contents .tomoCardWrap > dl {
  display: flex;
  flex-wrap: wrap;
}

.memberTomonokaiCardIndex .contents .tomoCardWrap > dl > dt {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 15px;
  text-align: left;
  width: 100%;
}

.memberTomonokaiCardIndex .contents .fCardWrap > dl > dd {
  display: flex;
  flex-wrap: nowrap;
  width: 100%;
}

.memberTomonokaiCardIndex .contents .tomoCardWrap > dl > dd .tomoCardBox {
    display: flex;
    align-items: center;
}

.memberTomonokaiCardIndex .contents .tomoCardWrap > dl > dd .tomoCardBox .tomoCardImg {
  min-width: 211px;
}

.memberTomonokaiCardIndex .contents .tomoCardWrap > dl > dd .tomoCardBox .tomoCardImg img {
  display: block;
  margin: 0 auto;
  max-height: 130px;
  width: auto;
}

.memberTomonokaiCardIndex .contents .tomoCardWrap > dl > dd .tomoCardBox p {
  line-height: 1.8em;
  margin-top: 10px;
  padding: 0 1em;
}

.memberTomonokaiCardIndex .contents .tomoCardWrap > dl > dd .markerLine {
  background: linear-gradient(transparent 70%, #ffd1d1 70%);
}

.memberTomonokaiCardIndex .contents .tomoCardWrap .tomoCardBox .notes {
  padding-left: 1em;
}

/* =========================================================
member/tomonokai/card/complete.html
============================================================ */
.memberTomonokaiCardComplete .contents .main.completed .mainWrap .h3 {
  font-weight: bold;
  margin-bottom: 10px;
  font-size: 20px;
}

@media screen and (min-width: 768px) {
  /* =========================================================
  /member/history/detail.html
  ============================================================ */
  .memberHistoryDetail .goInquiryBox {
    padding: 0 30px;
  }
}

@media screen and (max-width: 1366px) and (min-width: 768px) {
  /* =========================================================
  共通
  ============================================================ */
  .member .myPageTitleNav {
    width: calc(1100px - (25px * 2));
  }

  .member .contents {
    padding-left: 15px;
    padding-right: 15px;
  }

  /* =========================================================
  index.html
  ============================================================ */
  .memberIndex .errorArea {
    margin-left: auto;
    margin-right: auto;
    width: calc(1100px - (25px * 2));
  }

  .memberIndex .summary .cardBox .pointWrap dd span {
    width: 80%;
  }

  /* =========================================================
  member/pass/index.html
  ============================================================ */
  .memberPass .inputForm dl.newPass > dt {
    display: block;
  }

  .memberPass .inputForm dl.newPass > dt div,
  .memberPass .inputForm dl.newPass > dt span {
    display: inline-block;
  }

  .memberPass .inputForm dl.newPass > dt p {
    margin-left: 0;
  }

  /* =========================================================
  /member/history/detail.html
  ============================================================ */
  .memberHistoryDetail .paymentAbout .paymentWrap .mainWrap .paymentItems dl dt {
    width: 30%;
  }

  .memberHistoryDetail .paymentAbout .paymentWrap .mainWrap .paymentItems dl dd {
    width: 70%;
  }

  .memberHistoryDetail .detailsWrap dl dt .notes {
    display: block;
    margin-left: -.5em;
  }
}

@media screen and (max-width: 1160px) and (min-width: 768px) {
  /* =========================================================
  共通
  ============================================================ */
  .member .myPageTitleNav {
    max-width: 1050px;
    width: calc(100% - (25px * 2));
  }

  /* =========================================================
  index.html
  ============================================================ */
  .memberIndex .errorArea {
    margin-left: auto;
    margin-right: auto;
    max-width: 1050px;
    width: calc(100% - (25px * 2));
  }

  .memberIndex .myPageMenu ul {
    display: flex;
    flex-wrap: wrap;
  }

  .memberIndex .myPageMenu ul li {
    width: calc((100% - (15px * 1)) / 2);
  }

  .memberIndex .myPageMenu ul li:nth-last-child(n + 2) {
    margin-bottom: 15px;
  }

  .memberIndex .myPageMenu ul li a {
    font-size: 18px;
    width: 100%;
  }

  .memberIndex .myPageMenu ul li:not(:nth-child(4n)) {
    margin-right: 0;
  }

  .memberIndex .myPageMenu ul li:not(:nth-child(2n)) {
    margin-right: 15px;
  }

  .memberIndex .unsubsribe ul li {
    width: 100%;
  }

  /* 友の会ボタン */
  .memberIndex .btnAreaTomonokaiCard a {
    width: calc((100% - (15px * 1)) / 2);
  }

  .memberIndex .btnAreaTomonokaiCard a::before {
    background: url(../../images/member/tomonokai/setting.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: middle;
    content: "";
    height: 30px;
    margin-left: -15px;
    margin-right: 10px;
    transition: .2s ease-in-out;
    width: 30px;
  }

  /* =========================================================
  member/card/index.html
  ============================================================ */
  .memberCard .senderList .listBox .divider {
    display: inline;
  }

  .memberCard .date {
    align-items: center;
    padding: 5px 0;
  }

  /* =========================================================
  member/history/detail.html
  ============================================================ */
  .memberHistoryDetail .detailsWrap dl dd {
    width: calc(100% - 26%);
  }

  .memberHistoryTb .detailsWrap dl dd {
    width: 100%;
  }


  /* =========================================================
  member/tomonokai/index.html
  ============================================================ */
  .memberTomonokaiIndex .btnArea .cardRegistered {
    display: flex;
    flex-wrap: wrap;
  }

  .memberTomonokaiIndex .btnArea .cardRegistered li .passCode .spNone {
    display: none;
  }

  .memberTomonokaiIndex .btnArea .cardRegistered li {
    width: calc((100% - (15px * 1)) / 2);
  }

  .memberTomonokaiIndex .btnArea .cardRegistered li a {
    font-size: 18px;
    width: 100%;
  }

  .memberTomonokaiIndex .btnArea .cardRegistered li:not(:nth-child(4n)) {
    margin-right: 0;
  }

  .memberTomonokaiIndex .btnArea .cardRegistered li:not(:nth-child(2n)) {
    margin-right: 15px;
  }
}

@media screen and (max-width: 980px) and (min-width: 768px) {
  /* =========================================================
  member/card/index.html
  ============================================================ */
  .memberCard .cp_ipselect.cp_sl01 {
    width: 90px;
  }

  .memberCardDetail .cp_ipselect.cp_sl01 {
    width: 165px;
  }

  .memberCard .senderList .listBox .update {
    width: 200px;
  }

  .memberCardDetail .cp_ipselect.cp_sl02 {
    width: 300px;
  }
}

@media screen and (max-width: 1024px) and (min-width: 768px) {
  .memberCardDetailTb .cp_ipselect.cp_sl01 {
    width: 211px;
  }
}

/* =========================================================
member/tomonokai/card/index.html
============================================================ */
@media screen and (max-width: 930px) and (min-width: 768px) {
  .memberTomonokaiCardIndex .myPageTitleNav .btnArea {
    top: -30px;
  }
}

@media screen and (max-width: 860px) and (min-width: 768px) {
  .memberIndex .summary .info .pointInfo {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 90%;
  }

  .memberIndex .summary .info .pointInfo dl:first-child {
    margin-right: 0;
  }

  /* =========================================================
  member/card/index.html
  ============================================================ */
  .memberCard .senderList .listBox .update .submitBtnUpdate,
  .memberCard .senderList .listBox .update .cancelBtn {
    width: 90px;
  }

  .member .myPageTitleNav .btnArea {
    top: -30px;
  }

  /* =========================================================
  /member/history/detail.html
  ============================================================ */
  .memberHistoryDetail .contents .paymentAbout .paymentWrap .mainWrap .mainWrapInner {
    padding: 20px 20px;
  }

  /* =========================================================
  member/tomonokai/limit/index.html
  ============================================================ */
  /*Fポイント情報ボックス*/
  .memberTomonokaiLimit .summary .info .pointInfo {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 90%;
  }

  .memberTomonokaiLimit .summary .info .pointInfo dl:first-child {
    margin-right: 0;
  }
}

@media screen and (max-width: 767px) {
  /* =========================================================
  共通
  ============================================================ */
  .member .myPageTitleNav {
    padding-top: 40px !important;
    width: calc(100% - (15px * 2));
  }

  .member .myPageTitleNav .headingFlowLv2 {
    font-size: 25px;
  }

  .member .myPageTitleNav .btnArea {
    top: 3px;
  }

  .member .myPageTitleNav .btnArea .cancelBtnArrow {
    font-size: 11px;
    padding: .5em 1.7em .5em .5em;
    width: 120px;
  }

  .member .myPageTitleNav .btnArea .cancelBtnArrow::before {
    background-position: 0 1px;
    height: 10px;
    right: 5px;
    width: 10px;
  }

  .member .contents {
    margin: 30px auto 0;
  }

  .member .contents .main {
    margin: 40px auto 0;
  }

  .member .contents .main .mainWrap .formWrap {
    margin: 0 auto;
    padding: 20px 15px 20px;
    width: 100%;
  }

  .input dl.mailCheck {
    margin-top: 30px;
  }

  .member .cancelBtn.btnThin.goTomonokaiIndex {
    font-size: 17px !important;
  }

  /* =========================================================
  index.html
  ============================================================ */
  .memberIndex .errorArea {
    margin-right: auto;
    width: calc(100% - (1em * 2));
  }

  .memberIndex .myPageTiile {
    font-size: 20px;
    margin-bottom: 25px;
  }

  /*Fポイント情報ボックス*/
  .memberIndex .summary {
    font-size: 16px;
    margin-bottom: 25px;
  }

  .memberIndex .summary .cardBox {
    margin: 0 auto;
    max-width: 800px;
  }

  .memberIndex .summary .cardBox .pointWrap dd span {
    width: 100%;
  }

  .memberIndex .summary .cardBox .info {
    margin: 15px 0 0 0;
  }

  .memberIndex .myPageMenu ul li {
    width: 100%;
  }

  .memberIndex .myPageMenu ul li:not(:last-child) {
    margin-bottom: 10px;
  }

  .memberIndex .myPageMenu ul li a {
    max-width: none;
    width: 100%;
  }

  .memberIndex .myPageMenu ul li:not(:nth-child(3n)) {
    margin-right: auto;
  }

  .memberIndex .myPageMenu ul li:not(:nth-child(4n)) {
    margin-right: 0;
  }

  /* 友の会ボタン */
  .memberIndex .btnArea {
    margin: 25px 0 20px;
  }

  .memberIndex .btnAreaTomonokaiCard a {
      max-width: none;
      width: 100%;
  }

  .memberIndex .btnAreaMemberDelete {
    margin: 25px 0 5em;
  }

  /* =========================================================
  member/mail/complete.html
  ============================================================ */
  .memberMailComplete .tbNone {
    display: none;
  }

  .memberMailComplete .contents form .main .mainWrap .ttl {
    font-size: 18px;
  }

  /* =========================================================
  member/abook/index.html
  ============================================================ */

  .memberAbook .senderList .listWrap {
    display: block;
    width: 100%;
  }

  .memberAbook .main.infoArea {
    padding: 20px;
    width: 100%;
  }

  .member .contents .main h4 {
    font-size: 18px;
  }

  .memberAbook .senderList .listBox {
    display: block;
    padding: 30px;
  }

  .memberAbook .senderList .listBox .address {
    width: 100%;
  }

  .memberAbook .listBox .submitBtn {
    margin-bottom: 0;
    width: 150px;
  }

  .memberAbook .senderList .listBox .selectBtn {
    width: 100%;
  }

  .memberAbook .senderList .listBox .selectBtn > div {
    display: flex;
    justify-content: center;
    margin: 20px auto 0;
    width: 100%;
  }

  .memberAbook .senderList .listBox .selectBtn > div > div {
    align-items: center;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    width: 50%;
  }

  .memberAbook .senderList .listBox .selectBtn > div > div:last-child {
    width: 40%;
  }

  .memberAbook .pageNation {
    margin-bottom: 5em;
    margin-top: 40px;
  }

  .memberAbookIndex .senderList .listBox .selectBtn {
    margin-left: 0;
  }

  .memberAbook .LabelRadio {
    margin-right: 13px;
  }

  .memberAbook .btnArea.btnAreaJizenlist ul {
    flex-direction: column-reverse;
  }

  .memberAbook .btnArea.btnAreaJizenlist ul li {
    margin-bottom: 10px;
  }

  .memberAbook .btnAreaJizenlist20230601 ul p {
    padding-left: 1em;
    width: 230px;
}

.memberAbook .btnAreaJizenlist20230601 ul p::before {
    left: 0;
}

  .memberAbook .senderList .listBox .selectBtn > div > .delete {
    width: 40%;
  }

  /* =========================================================
  member/abook/detail.html
  ============================================================ */
  .abookDetail .errorWrap {
    margin: 0 auto;
    width: calc(100% - (1em * 2));
  }

  .memberAbook .notice {
    width: 100%;
  }

  /* =========================================================
  member/card/index.html
  ============================================================ */
  .memberCard .senderList:last-child {
    margin-bottom: 5em;
  }
  .memberCard .senderList .listBox {
    display: block;
  }

  .memberCard .senderList .listBox .info {
    margin-bottom: 30px;
    width: 100%;
  }

  .memberCard .senderList .listBox .info > dt {
    font-size: 15px;
  }

  .memberCard .senderList .listBox .editWrap {
    flex-wrap: nowrap;
    margin: 0 auto;
    width: 90%;
  }

  .memberCard .senderList .listBox .update {
    margin-bottom: 0;
    width: 50%;
  }

  .memberCard .senderList .listBox .delete {
    width: 50%;
  }

  .memberCard .senderList .listBox .updatesubmit {
    flex-wrap: wrap;
  }

  .memberCard .senderList .listBox .updatesubmit .update {
    justify-content: center;
    width: 100%;
  }

  .memberCard .senderList .listBox .updatesubmit .delete {
    width: 100%;
  }

  .memberCard .senderList .listBox .update > .submitBtnInversion {
    width: 100%;
  }

  .memberCard .senderList .listBox .updatesubmit .update > .submitBtnInversion {
    width: 50%;
  }

  .memberCard .senderList .listBox .updatesubmit .update > .cancelBtn {
    width: 50%;
  }

  .memberCard .senderList .listBox .updatesubmit .delete {
    margin-top: 15px;
    width: 100%;
  }

  /*月日の選択*/
  .memberCard .cp_ipselect.cp_sl01 {
    width: 90px;
  }

  /* =========================================================
  member/card/detail.html
  ============================================================ */
  .memberCardDetail .cp_ipselect.cp_sl02 {
    width: 300px;
  }

  .memberCardDetail .fCard {
    width: 100%;
  }

  /* =========================================================
  member/card/detail.html
  ============================================================ */
  .memberCardDetail .cp_ipselect.cp_sl01 {
    width: 60%;
  }

  .memberCardDetail .fCard img {
    max-width: 250px;
  }

  /* =========================================================
  /member/inquiry/index.html
  ============================================================ */

  .memberInquiry .listWrap li {
    padding: 30px;
  }
  .memberInquiry .listContainer {
    display: block;
  }

  .memberInquiry .orderBox dl {
    display: block;
  }

  .memberInquiry .orderBox dl dt {
    width: 100%;
  }

  .memberInquiry .listContainer .submit {
    margin: 20px auto 0;
    max-width: 200px;
    width: 100%;
  }

  .memberInquiry .listContainer .submit .submitBtn {
    font-size: 15px;
    height: 50px;
    width: 100%;
  }

  .memberInquiry .contents .pageNation {
    margin-bottom: 5em;
    margin-top: 40px;
  }

  /* =========================================================
  /member/history/detail.html
  ============================================================ */
  .memberHistoryDetail .detailsWrap {
    display: block;
    padding: 30px 30px;
  }

  .memberHistoryDetail .detailsWrapContener .detailsWrap dl:not(:first-child) dt {
    padding-left: 0;
  }

  .memberHistoryDetail .detailsWrap dl:not(:last-child) {
    margin-bottom: 10px;
  }

  .memberHistoryDetail .detailsWrap dl {
    display: block;
    width: 100%;
  }

  .memberHistoryDetail .detailsWrapContener dl:nth-child(n + 2) {
    padding-left: 1em;
  }

  .memberHistoryDetail .detailsWrap dl dt,
  .memberHistoryDetail .detailsWrap dl dd {
    width: 100%;
  }

  .memberHistoryDetail .senderList .list .listdata dt b {
    font-size: 16px;
  }

  /*問い合わせ*/

  .memberHistoryDetail .inquiryNewAera .messageHistory::after {
    width: 103%;
  }

  .memberHistoryDetail .inquiryNewAera .message {
    font-size: 15px;
  }

  .memberHistoryDetail .inquiryNewAera {
    background-color: #efefef;
    padding: 20px 10px 30px;
  }

  .memberHistoryDetail .inquiryNewAera .messageHistory .inquiryContents .comentBox .name,
  .memberHistoryDetail .inquiryNewAera .messageHistory .inquiryContents .answerBox .name {
    margin-right: 0;
  }

  .memberHistoryDetail .inquiryNewAera .messageHistory .comentBox dt .data,
  .memberHistoryDetail .inquiryNewAera .messageHistory .answerBox dt .data {
    display: block;
  }

  .memberHistoryDetail .inquiryNewAera .messageHistory {
    margin-bottom: 30px;
  }

  .memberHistoryDetail .LabelRadio {
    margin-right: 0;
  }

  .memberHistoryDetail .formRadio + .LabelRadioPats::before {
    top: 0 !important;
    transform: translateY(0);
  }

  .memberHistoryDetail .formRadio:checked + .LabelRadioPats::after {
    top: 3px !important;
    transform: translateY(0);
  }

  .memberHistoryDetail .inquiryNewAera p {
    margin-bottom: 30px;
  }

  .memberHistoryDetail .contents .senderList .list {
    margin-bottom: 40px;
    padding: 30px 30px 25px;
  }

  .memberHistoryDetail .goInquiry {
    font-feature-settings: "palt";
    padding: 10px 30px 10px 4px;
  }

  .memberHistoryDetail .inquiryNewAera .inputForm {
    margin: 0 auto 40px;
    width: 90%;
  }

  .memberHistoryDetail .inquiryNewAera .submitBtn {
    width: 90%;
  }

  /*領収書*/
  .memberHistoryDetail .detailsWrapContener.full .detailsWrap dl dt {
    width: 100%;
  }

  .memberHistoryDetail .contents .senderList .item .quantity .unit {
    display: none;
  }

  .memberHistoryDetail .goInquiry::after {
    height: 13px;
    right: 6px;
    width: 25px;
  }

  .member.inquiryDetail .contents .section {
    margin-bottom: 5em;
  }

  .memberHistoryDetail .inquiryNewAera .submitBtn {
    font-size: 16px;
  }

  .memberHistoryDetail .LabelRadio:first-child {
    margin-bottom: 10px;
  }

  .memberHistory .inquryTypeList li table.LabelRadioPats td {
    padding-bottom: 0;
  }

  .memberHistoryDetail .detailsWrap .btn-receipt {
    margin-top: 0;
    font-size: 15px;
    height: 50px;
    max-width: 75%;
  }

  .memberHistoryDetail .textRight.reducedTaxRate {
    margin-top: -13px;
  }

  /*フロントキャンセルボタン*/
  .memberHistoryDetail .frontOrderCancelButton {
    right: 30px;
  }

  /* =========================================================
  member/tomonokai/**（共通）
  ============================================================ */
  .memberTomonokaiLimit .inputForm input[type="password"],
  .memberTomonokaiPincode .inputForm input[type="password"],
  .memberTomonokaiCardIndex .inputForm input[type="password"] {
    min-width: auto;
  }

  .memberTomonokaiLimit .passwordInputOuter,
  .memberTomonokaiPincode .passwordInputOuter,
  .memberTomonokaiCardIndex .passwordInputOuter {
    max-width: none;
    width: 100%;
  }

  /* =========================================================
  member/tomonokai/index.html
  ============================================================ */
  .memberTomonokaiIndex .btnArea .cardRegistered {
    flex-direction: column-reverse;
  }

  .memberTomonokaiIndex .btnArea .cardRegistered li {
    width: 100%;
    margin-bottom: 0;
  }

  .memberTomonokaiIndex .btnArea .cardRegistered .tomonokaiCardDelete .submitBtn {
    max-width: none;
  }

  .memberTomonokaiIndex .btnArea .cardRegistered li .atag,
  .memberTomonokaiIndex .btnArea .cardRegistered li a {
    max-width: none;
    width: 100%;
  }

  .memberTomonokaiIndex .btnArea .cardRegistered li:not(:last-child) {
      margin-right: 0;
  }

  .memberTomonokaiIndex .btnArea .cardRegistered li:not(:nth-child(2n)) {
    margin-right: 0;
  }

  .memberTomonokaiIndex .btnArea .cardRegistered li:not(:last-child) {
    margin-bottom: 10px;
  }

  .memberTomonokaiIndex .passCodeForgotten {
    margin-bottom: 5em;
  }

  .memberTomonokaiIndex .summary .notes {
    margin-bottom: 40px;
  }

  /* =========================================================
  member/tomonokai/card/index.html
  ============================================================ */
  .memberTomonokaiCardIndex .inputForm dl dt .required {
    margin: 0;
  }

  .memberTomonokaiCardIndex .cardBlock .inputForm .half {
    width: 100%;
  }

  .memberTomonokaiCardIndex .contents .main {
    margin: 20px auto 0;
  }

  .memberTomonokaiCardIndex .tomonokaiCard {
    margin-bottom: 40px;
  }

  .memberTomonokaiCardIndex .passwordInputOuter {
      max-width: none;
  }

  /* 友の会お買物カード番号、PIN番号とは */
  .memberTomonokaiCardIndex .contents .tomoCardWrap {
    padding: 20px;
  }

  .memberTomonokaiCardIndex .contents .tomoCardWrap > dl > dd {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
  }

  .memberTomonokaiCardIndex .contents .tomoCardWrap > dl > dd .tomoCardBox {
    flex-wrap: wrap;
    margin-bottom: 2px;
    margin-right: 0;
    width: 100%;
  }

  .memberTomonokaiCardIndex .contents .tomoCardWrap > dl > dd .tomoCardBox .tomoCardImg {
    height: auto !important;
    margin: 5px auto 0;
    width: 49%;
  }

  .memberTomonokaiCardIndex .contents .tomoCardWrap > dl > dd .tomoCardBox .tomoCardImg img {
    max-height: 150px;
  }

  /* =========================================================
  member/tomonokai/limit/index.html
  ============================================================ */
  /*Fポイント情報ボックス*/
  .memberTomonokaiLimit .summary {
    font-size: 16px;
    margin-bottom: 25px;
    padding: 20px 20px 13px;
  }

  .memberTomonokaiLimit .summary .cardBox {
    margin: 0 auto;
    max-width: 800px;
  }

  .memberTomonokaiLimit .summary .cardBox .pointWrap dd span {
    width: 100%;
  }

  .memberTomonokaiLimit .summary .cardBox .info {
    margin: 15px 0 0 0;
  }

  .memberTomonokaiLimit .inputForm input[type="tel"].dailyUsageLimit {
    max-width: none;
    min-width: auto;
    width: 100%;
  }

  .memberTomonokaiLimit .dailyUsageUnlimited {
    margin-top: -4px;
  }

  .memberTomonokaiLimit .contents .main {
    margin: 40px auto 10px;
  }

  /* =========================================================
  member/tomonokai/pincode/index.html
  ============================================================ */
  .memberTomonokaiPincode .contents .main {
    margin: 40px auto 10px;
  }

  /* =========================================================
  member/jizenlist/index.html
  ============================================================ */
  .memberAbookJizenlist .btnArea {
    margin: 5em auto;
  }

  .memberAbookJizenlist .btnArea .submitBtn {
    width: 100%;
    font-size: 20px;
    max-width: 400px;
  }

  /* =========================================================
  member/jizenlist/detail.html
  ============================================================ */
  .member.memberAbookJizenlistDetail .main .btnArea {
    margin: 5em auto;
  }

  .member.memberAbookJizenlistDetail .btnArea .submitBtn {
    width: 100%;
    font-size: 20px;
    max-width: 400px;
  }

  .member.memberAbookJizenlistDetail .senderList .listBox {
    padding: 30px;
  }

  .member.memberAbookJizenlistDetail .senderList .listBox .address {
    width: 100%;
  }

  .member.memberAbookJizenlistDetail .senderList .listBox .selectBtn {
    margin-top: 20px;
    width: 100%;
  }

  .member.memberAbookJizenlistDetail .listBox .submitBtn {
    width: 210px;
  }

  .memberAbookJizenlistDetail .resultCount {
    font-size: 18px;
    margin-bottom: 22px;
    margin-top: 12px;
  }

  .memberAbookJizenlistDetail .resultCount .number {
    font-size: 30px;
  }

  .memberAbookJizenlistDetail .senderList .listBox .selectBtn > .isImportUnavailable {
    margin: 4px auto -8px;
    font-size: 17px;
  }

  .memberAbookJizenlist .leadText {
    margin-bottom: 20px;
  }

  .memberAbookJizenlist .aboutNumber {
    padding: 20px;
  }

  .memberAbookJizenlist .aboutNumber dt {
    margin-bottom: 4px;
  }

  .memberAbookJizenlist .aboutNumber dd {
    display: block;
  }

  .memberAbookJizenlist .aboutNumber .sampleImage {
    width: 100%;
    margin-bottom: 14px;
  }

  .memberAbookJizenlist .aboutNumber .explanation {
    width: auto;
  }

}

@media screen and (max-width: 375px) {
  .memberAbookJizenlist .visibleXs {
    display: block;
  }
}

@media screen and (max-width: 374px) {
  /* =========================================================
  member/tomonokai/card/index.html
  ============================================================ */
  .memberTomonokaiCardIndex .inputForm dl dt .required {
    display: inline-flex;
    margin-right: 10px;
  }

  .memberTomonokaiCardIndex .inputForm dl dt > div {
    white-space: normal;
  }
}

@media screen and (max-width: 345px) {
  .memberAbook .LabelRadio {
    margin-right: 11px;
  }
}

@media screen and (max-width: 320px) {
  .member .myPageTitleNav .btnArea .cancelBtnArrow {
    font-size: 11px;
    padding: .2em 1.2em .2em .3em;
    width: 120px;
  }
}

@media screen and (max-width: 320px) {
  /* =========================================================
  共通
  ============================================================ */
  .member .myPageTitleNav .headingFlowLv2 {
    font-size: 16px;
  }

  .member .myPageTitleNav .btnArea .cancelBtnArrow::before {
    background-position: 0 1px;
    height: 8px;
    right: 5px;
    width: 8px;
  }
}



/* =========================================================
　外商向け　マイページ
============================================================ */
/* ECメニューTOP
------------------------ */
.memberIndexGaisho #viewMyMenu{
  display: block;
  background: #f3e4e9;
  padding: 50px 20px 35px 20px;
}
.memberIndexGaisho #viewMyMenu .summary{
  background: #fff;
  border: none;
}


/* 外商メニューTOP
------------------------ */
.memberIndexGaisho #viewGaishoMenu{
  display: block;
  background: #F2EAF2;
}

.memberIndexGaisho .gaishoMenu .summary a.submitBtnInversion,
input[type="button"].memberIndexGaisho .gaishoMenu .summary a.submitBtnInversion,
input[type="submit"].memberIndexGaisho .gaishoMenu .summary a.submitBtnInversion {
  background: #060820;
  border: 2px solid #060820;
  color: #fff;
}

.memberIndexGaisho .gaishoMenu .summary a.submitBtnInversion{
  line-height: 1.3;
  text-align: left;
}

.memberIndexGaisho .gaishoMenu .summary a.submitBtnInversion:hover,
input[type="button"].memberIndexGaisho .gaishoMenu .summary a.submitBtnInversion:hover,
input[type="submit"].memberIndexGaisho .gaishoMenu .summary a.submitBtnInversion:hover {
  background: #722C70;
  color: #fff;
  border: none;
  border: 2px solid #722C70;/*紫*/
}

.memberIndexGaisho .gaishoMenu .myPageMenu{
  margin:0 auto;
}

.memberIndexGaisho input[type="submit"].memberIndexGaisho .submitBtnInversion.errorPart:hover {
  background: #722C70 !important;
}


/* タブボタン */
.memberIndexGaisho .tabGaisho{
  max-width: 1200px!important;
  margin-bottom: 0!important;
}

.memberIndexGaisho .tabGaisho li{
  width: 49%;
}

.memberIndexGaisho .tabGaisho li a{
  width: 100%;
  height: 60px;
  font-size: 17px;
}

.memberIndexGaisho .tabGaisho a.submitBtnInversionLCR,
input[type="button"].memberIndexGaisho .tabGaisho a.submitBtnInversionLCR,
input[type="submit"].memberIndexGaisho .tabGaisho a.submitBtnInversionLCR {
  background: #F2EAF2;
  border: 0;
  color: #010101;
}

.memberIndexGaisho .tabGaisho a.submitBtnInversionEC,
input[type="button"].memberIndexGaisho .tabGaisho a.submitBtnInversionEC,
input[type="submit"].memberIndexGaisho .tabGaisho a.submitBtnInversionEC {
  background: #f3e4e9;
  border: 0;
  color: #010101;
}

.memberIndexGaisho .tabGaisho a.submitBtnEC,
input[type="button"].memberIndexGaisho .tabGaisho a.submitBtnEC,
input[type="submit"].memberIndexGaisho .tabGaisho a.submitBtnEC{
  background: #ce4d66;
  border: 0;
  color: #fff;
}

.memberIndexGaisho .tabGaisho a.submitBtnLCR,
input[type="button"].memberIndexGaisho .tabGaisho a.submitBtnLCR,
input[type="submit"].memberIndexGaisho .tabGaisho a.submitBtnLCR{
  background: #722C70;
  border: 0;
  color: #fff;
}

.memberIndexGaisho .tabGaisho a.submitBtnEC:hover,
input[type="button"].memberIndexGaisho .tabGaisho a.submitBtnEC:hover,
input[type="submit"].memberIndexGaisho .tabGaisho a.submitBtnEC:hover,
.memberIndexGaisho .tabGaisho a.submitBtnLCR:hover,
input[type="button"].memberIndexGaisho .tabGaisho a.submitBtnLCR:hover,
input[type="submit"].memberIndexGaisho .tabGaisho a.submitBtnLCR:hover{
  color: #fff;
  border: none;
  opacity: 0.7;
}


/* 外商向けメニュー　見出し */
.memberIndexGaisho h3.myPageTiileGaisho{
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 50px;
}

.memberIndexGaisho h3.myPageTiileGaisho br{
  display: none;
}


/* 外商向けメニューボックス */
.memberIndexGaisho .gaishoMenu .summary {
  margin-bottom: 0;
  padding:50px 20px;
  text-align: center;
  border:none;
}
.memberIndexGaisho .gaishoMenu .summary .salesRep{
  text-align: center;
  width: 60%;
  margin:0 auto 50px;
  padding: 5px;
  background: #fff;
  font-size: 17px;
}

.memberIndexGaisho .gaishoMenu .summary .btnArea.lineUp{
  margin:0 auto;
}

.memberIndexGaisho .gaishoMenu{
  margin-bottom: 35px;
}

.memberIndexGaisho .gaishoMenu .gaishoWebsite a.submitBtnInversion{
  width: 100%;
  max-width: none;
  margin:15px auto 0;
  font-size: 18px;
  background: url(../../images/member/gaisho/gaishoLCR_bg.png) #060820 no-repeat;
  background-position: left;
  background-size: 20%;
  border: none;
}

.memberIndexGaisho .gaishoMenu .gaishoWebsite a.submitBtnInversion:hover,
input[type="button"].memberIndexGaisho .gaishoMenu .gaishoWebsite a.submitBtnInversion:hover,
input[type="submit"].memberIndexGaisho .gaishoMenu .gaishoWebsite a.submitBtnInversion:hover {
  background: url(../../images/member/gaisho/gaishoLCR_bg.png) #060820 no-repeat;
  background-position: left;
  background-size: 20%;
  color: #fff;
  border: none;
  opacity: 0.7;
}

.memberIndexGaisho .gaishoMenu .gaishoWebsite a img{
  width: 360px;
}

.memberIndexGaisho .gaishoMenu .btnArea.lineUp{
  max-width: 1300px !important;
}

.memberIndexGaisho .tabGaisho ul li{
  font-weight: normal;
}
.memberIndexGaisho .gaishoMenu .summary a.submitBtn{
  font-size: 18px;
  background: #722C70;
  border: 2px solid #722C70;
  width: 100%;
}

.memberIndexGaisho .gaishoMenu .summary a.submitBtn:hover{
  background: #fff;
  border: 2px solid #722C70;
  color: #722C70;
}

.memberIndexGaisho .gaishoMenu li a:before{
  content: ""!important;
  height: 30px;
  margin-left: -15px;
  margin-right: 10px;
  transition: .2s ease-in-out;
  width: 30px;
}

.memberIndexGaisho .gaishoMenu li.gaishoOrder a:before{
  background: url(../../images/member/gaisho/gaishoOrder.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
}
.memberIndexGaisho .gaishoMenu li.gaishoOrder:hover a:before {
  background: url(../../images/member/gaisho/gaishoOrder_hover.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
}
.memberIndexGaisho .gaishoMenu li.gaishoApplication a:before {
  background: url(../../images/member/gaisho/gaishoApplication.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
}
.memberIndexGaisho .gaishoMenu li.gaishoApplication:hover a:before {
  background: url(../../images/member/gaisho/gaishoApplication_hover.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
}
.memberIndexGaisho .gaishoMenu li.gaishoInquiry a:before {
  background: url(../../images/member/gaisho/gaishoInquiry.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
}
.memberIndexGaisho .gaishoMenu li.gaishoInquiry:hover a:before {
  background: url(../../images/member/gaisho/gaishoInquiry_hover.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
}
.memberIndexGaisho .gaishoMenu li.gaishoChange a:before {
  background: url(../../images/member/gaisho/change.svg)!important;
  background-position: center;
  background-repeat: no-repeat!important;
  background-size: contain!important;
  vertical-align: middle;
}
.memberIndexGaisho .gaishoMenu li.gaishoChange:hover a:before {
  background: url(../../images/member/gaisho/change_hover.svg)!important;
  background-position: center;
  background-repeat: no-repeat!important;
  background-size: contain!important;
  vertical-align: middle;
}
.memberIndexGaisho .gaishoMenu li.gaishoMail a:before {
  background: url(../../images/member/gaisho/mail.svg)!important;
  background-position: center;
  background-repeat: no-repeat!important;
  background-size: contain!important;
  vertical-align: middle;
}
.memberIndexGaisho .gaishoMenu li.gaishoMail:hover a:before {
  background: url(../../images/member/gaisho/mail_hover.svg)!important;
  background-position: center;
  background-repeat: no-repeat!important;
  background-size: contain!important;
  vertical-align: middle;
}
.memberIndexGaisho .gaishoMenu li.gaishoPass a:before {
  background: url(../../images/member/gaisho/pass.svg)!important;
  background-position: center!important;
  background-repeat: no-repeat!important;
  background-size: contain!important;
  vertical-align: middle!important;
}
.memberIndexGaisho .gaishoMenu li.gaishoPass:hover a:before {
  background: url(../../images/member/gaisho/pass_hover.svg)!important;
  background-position: center!important;
  background-repeat: no-repeat!important;
  background-size: contain!important;
  vertical-align: middle!important;
}


.memberIndexGaisho .gaishoMenu ul li{
  width: calc((100% - (15px * 2)) / 3)!important;
}

.memberIndexGaisho .gaishoMenu ul li{
  margin-right: 15px!important;
}
.memberIndexGaisho .gaishoMenu ul li:nth-child(3),
.memberIndexGaisho .gaishoMenu ul li:nth-child(6){
  margin-right: 0!important;
}

.memberIndexGaisho .tabGaisho a{
  border-top-left-radius: 0!important;
  border-top-right-radius: 0!important;
  font-size: 20px;
}

.memberIndexGaisho .gaishoMenu .spNone{
  display: inline-block!important;
}

.memberIndexGaisho .gaishoMenu .gaishoWebsite{
  display: block;
}




@media screen and (max-width: 1160px) and (min-width: 768px){
  .memberIndexGaisho .tabGaisho li a{
    font-size: 16px;
  }
  .memberIndexGaisho .tabGaisho ul li .submitBtn,
  .memberIndexGaisho .tabGaisho ul li .submitBtnInversion{
    width: 100%!important;
  }
  .memberIndexGaisho .gaishoMenu .summary .salesRep{
    width: 90%;
  }
  .memberIndexGaisho .gaishoMenu .btnArea li{
    width: calc((100% - (15px * 1)) / 2)!important;
  }
  .memberIndexGaisho .gaishoMenu .btnArea li:not(:nth-child(2n)) {
    margin-right: 15px;
  }
  .memberIndexGaisho .gaishoMenu ul li{
    width: calc((100% - (15px * 1)) / 2)!important;
  }
  .memberIndexGaisho .gaishoMenu ul li:nth-child(even){
    margin-right: 0!important;
  }
  .memberIndexGaisho .gaishoMenu ul li:nth-child(odd){
    margin-right: 15px!important;
  }

  .memberIndexGaisho .gaishoMenu .gaishoWebsite a.submitBtnInversion{
    margin:0!important;
    background-size: 35%;
  }
  .memberIndexGaisho .gaishoMenu .gaishoWebsite a.submitBtnInversion:hover{
    background-size: 35%;
  }
}


@media screen and (max-width: 767px){
  /* ECメニューTOP
  ------------------------ */
  .memberIndexGaisho .summary{
    margin-bottom: 30px;
  }
  .memberIndexGaisho #viewMyMenu{
    padding: 30px 15px;
  }

  /* 外商メニューTOP
  ------------------------ */
  .memberIndexGaisho .gaishoMenu{
    margin-bottom: 20px;
  }
  .memberIndexGaisho .tabGaisho a{
    font-size: 14px!important;
    line-height: 1.4em;
  }
  .memberIndexGaisho .tabGaisho{
     margin:3em auto 0!important;
  }
  .memberIndexGaisho .tabGaisho ul li{
    width: 49%;
    margin-bottom: 0;
    font-size: 15px;
    line-height: 1.5em;
  }
  .memberIndexGaisho .tabGaisho li a{
    height: 58px;
  }
  .memberIndexGaisho h3.myPageTiileGaisho{
    font-size: 20px;
    margin-bottom: 30px;
  }
  .memberIndexGaisho .btnArea.lineUp ul{
    width: 100%;
    flex-direction: row-reverse; /* ←追加 */
  }
  .memberIndexGaisho .contents .main {
    margin: 40px auto 5em;
  }
  .memberIndexGaisho .gaishoMenu .summary{
    margin-bottom: 0;
    padding:30px 15px;
  }
  .memberIndexGaisho .gaishoMenu .summary .salesRep{
    width: 100%;
    line-height: 1.4em;
    font-size: 15px;
    margin-bottom: 30px;
  }
  .memberIndexGaisho .gaishoMenu ul li{
    width: 100%!important;
    margin-bottom: 10px!important;
    margin-right: 0!important;
  }
  .memberIndexGaisho .gaishoMenu .summary .btnArea.lineUp ul{
    width: 100%;
  }

  .memberIndexGaisho .gaishoMenu .summary a.submitBtn{
    width: 100%!important;
  }
  .memberIndexGaisho .gaishoMenu .summary a.submitBtnInversion{
    width: 100%;
    max-width: none;
    margin-top: 0;
  }
  .memberIndexGaisho .gaishoMenu .summary a.submitBtnInversion br{
    display: none;
  }
  .memberIndexGaisho h3.myPageTiileGaisho br{
    display: block;
  }
  .memberIndexGaisho .gaishoMenu .gaishoWebsite a.submitBtnInversion{
    background-size: 54%;
  }
  .memberIndexGaisho .gaishoMenu .gaishoWebsite a.submitBtnInversion:hover{
    background-size: 54%;
  }
  .memberIndexGaisho .gaishoMenu .gaishoWebsite a img{
    width: 260px;
  }
  .memberIndexGaisho .gaishoMenu .summary .btnArea li{
    margin-right: 0;
    margin-bottom: 10px;
  }
  .memberIndexGaisho .gaishoMenu .spNone{
    display: none!important;
  }
}



/* =========================================================
　外商注文受付履歴　/member/loyal/inquiry/
============================================================ */
.memberGaishoInquiry .myPageTitleNav #isViewReturnGaishoFlag{
  margin: 0 auto;
  max-width: 1100px;
  padding: 0;
  text-align: center;
  width: 100%;
}

.memberGaishoInquiry .myPageTitleNav .gaishoBtnArea,
.gaishoInquiryDetail .myPageTitleNav .gaishoBtnArea{
  border: none;
  padding: 0;
  position: absolute;
  right: 0;
  text-align: left;
  top: -10px;
  width: 133px;
  border-bottom: 1px solid #7a7778;
  transition: .3s;
}

.memberGaishoInquiry .myPageTitleNav .gaishoBtnArea:hover,
.gaishoInquiryDetail .myPageTitleNav .gaishoBtnArea:hover{
  background: #f5f5f5;
  color: #888;
}

.memberGaishoInquiry .myPageTitleNav .gaishoBtnArea #returnGaishoUrl::before,
.gaishoInquiryDetail .myPageTitleNav .gaishoBtnArea #returnGaishoUrl::before,
.memberGaishoInquiry .myPageTitleNav .returnTopUrl a::before,
.gaishoInquiryDetail .myPageTitleNav .returnTopUrl a::before {
  background: url(../../images/login/returnArrow.svg) no-repeat;
  background-position: 0 0;
  background-size: contain;
  content: "";
  display: inline-block;
  height: 14px;
  position: absolute;
  top: 30%;
  right: 0;
  width: 13px;
}

.memberGaishoInquiry .myPageTitleNav .returnTopUrl,
.gaishoInquiryDetail .myPageTitleNav .returnTopUrl {
  width: 228px !important;
}

@media screen and (max-width: 767px) {
  .memberGaishoInquiry .myPageTitleNav .returnTopUrl,
  .gaishoInquiryDetail .myPageTitleNav .returnTopUrl {
    width: 182px !important;
  }
}


.memberGaishoInquiry .myPageTitleNav .gaishoMypageBtnArea,
.gaishoInquiryDetail .myPageTitleNav .gaishoMypageBtnArea{
  top: 15%!important;
}

.memberGaishoInquiry .myPageTitleNav .gaishoMypageBtnArea .cancelBtnArrow::before,
.gaishoInquiryDetail .myPageTitleNav .gaishoMypageBtnArea .cancelBtnArrow::before{
  height: 15px;
  background-position: 0 2px;
}

.memberGaishoInquiry .contents .main,
.gaishoInquiryDetail .contents .main{
    margin-top: 40px!important;
}

.memberGaishoInquiry .contents .pageNation{
  margin-top:5em;
}

.memberGaishoInquiry .formRadio:checked + .LabelRadioPats::after{
  background: #722C70;
}

.memberGaishoInquiry .submitBtn,
.memberGaishoInquiry a.submitBtn,
.memberGaishoInquiry input[type="button"].submitBtn,
.memberGaishoInquiry input[type="submit"].submitBtn{
  background: #722C70;
  border: 2px solid #722C70;
}

.memberGaishoInquiry .submitBtn:hover,
.memberGaishoInquiry a.submitBtn:hover,
.memberGaishoInquiry input[type="button"].submitBtn:hover,
.memberGaishoInquiry input[type="submit"].submitBtn:hover{
  background: #fff;
  color: #722C70;
}

.memberGaishoInquiry .inputForm{
  margin: 0 auto 30px;
}
.gaishoInquiryDetail .cancelBtn.btnThin{
  border: 1px solid #ccc;
}

.gaishoInquiryDetail .submitBtn,
.gaishoInquiryDetail input[type="button"].submitBtn,
.gaishoInquiryDetail input[type="submit"].submitBtn{
  align-items: center;
  background: #722C70;
  border: 2px solid #722C70;
}

.gaishoInquiryDetail .submitBtn:hover,
.gaishoInquiryDetail input[type="button"].submitBtn:hover,
.gaishoInquiryDetail input[type="submit"].submitBtn:hover{
  align-items: center;
  background: #fff;
  border: 2px solid #722C70;
  color: #722C70;
}

.gaishoInquiryDetail .cancelBtn{
  width: 360px;
}

.memberGaishoInquiry .mainWrap{
  margin-bottom: 5em;
}

.gaishoInquiryDetail span.gaishoTitle,
.memberGaishoInquiry span.gaishoTitle{
  font-size: 20px;
  display: block !important;
  margin-top: 10px;
  margin-bottom: 5px;
}

.gaishoInquiryDetail span.gaishoTitle img,
.memberGaishoInquiry span.gaishoTitle img{
  width: 360px;
}

.memberGaishoInquiry .listWrap li{
  padding: 30px 40px;
}
.gaishoInquiryDetail .detailsWrap dl dt{
  width: 29%;
}
.gaishoInquiryDetail .detailsWrap dl dd,
.gaishoInquiryDetail .detailsWrap dl span{
  width: calc(100% - 29%);
}

.gaishoInquiryDetail .detailsBox br{
  display: none;
}

.gaishoInquiryDetail .detailsBox .remarksText br {
  display: block;
}

.memberGaishoInquiry .orderBox dl dt{
  width: 40%;
}

.memberGaishoInquiry .orderBox dl dd {
  width: calc(100% - 40%);
}

.gaishoInquiryDetail .GaishoContactStatus{
  display: flex;
  background: #ffffff;
  margin:20px auto 0;
  width: 40%;
}
.gaishoInquiryDetail .GaishoContactStatus span{
  display: block;
  margin:0 auto;
  text-align: center;
  padding: 5px 8px;
}
.gaishoInquiryDetail .GaishoContactStatus .name{
  color: #fff;
  width: 50%;
  font-weight: bold;
  background: #858585;
}
.gaishoInquiryDetail .GaishoContactStatus span:nth-child(2){
  width: 50%;
}
.gaishoInquiryDetail p.ContactStatusTxt{
  display: inline-block;
  width: 100%;
  text-align: center;
  margin:30px 0 0 0;
  font-size: 18px;
}


@media screen and (max-width: 860px) and (min-width: 768px){
  .memberGaishoInquiry .myPageTitleNav .gaishoBtnArea,
  .gaishoInquiryDetail .myPageTitleNav .gaishoBtnArea{
    top: -10px!important;
  }
  .memberGaishoInquiry .myPageTitleNav .headingFlowLv2,
  .gaishoInquiryDetail .myPageTitleNav .headingFlowLv2{
    margin-top: 0;
  }
  .gaishoInquiryDetail span.gaishoTitle,
  .memberGaishoInquiry span.gaishoTitle{
    margin-bottom: 10px;
  }
  .gaishoInquiryDetail span.gaishoTitle img,
  .memberGaishoInquiry span.gaishoTitle img{
    width: 308px;
  }
  .memberGaishoInquiry .listWrap li,
  .gaishoInquiryDetail .detailsWrap{
    padding: 30px 40px;
  }
  .memberGaishoInquiry .orderBox dl dt{
    width: 42%;
  }
  .memberGaishoInquiry .orderBox dl dd{
    width: calc(100% - 42%);
    margin-right: 8px;
  }
  .gaishoInquiryDetail .detailsWrap dl dd,
  .gaishoInquiryDetail .detailsWrap dl span{
    width: calc(100% - 29%);
    /*margin-right: 8px;*/
  }
  .gaishoInquiryDetail .detailsWrap dl span{
    /*display: inline-block!important;*/
  }
}


@media screen and (max-width: 767px){
  .memberGaishoInquiry .contents .main,
  .gaishoInquiryDetail .contents .main{
    margin-top: 0!important;
  }
  .gaishoInquiryDetail span.gaishoTitle img,
  .memberGaishoInquiry span.gaishoTitle img{
    width: 260px;
  }
  .memberGaishoInquiry .myPageTitleNav,
  .gaishoInquiryDetail .myPageTitleNav{
    padding-top: 85px !important;
  }
  .memberGaishoInquiry .myPageTitleNav .btnArea,
  .gaishoInquiryDetail .myPageTitleNav .btnArea{
    top: 35px!important;
  }
  .memberGaishoInquiry .myPageTitleNav .gaishoBtnArea,
  .gaishoInquiryDetail .myPageTitleNav .gaishoBtnArea{
    top: 13px!important;
    width: 102px;
  }
  .memberGaishoInquiry .myPageTitleNav .gaishoBtnArea,
  .gaishoInquiryDetail .myPageTitleNav .gaishoBtnArea{
    font-size: 11px;
  }
  .memberGaishoInquiry .myPageTitleNav .gaishoBtnArea #returnGaishoUrl::before,
  .gaishoInquiryDetail .myPageTitleNav .gaishoBtnArea #returnGaishoUrl::before{
    width: 10px;
    height: 10px;
  }
  .gaishoInquiryDetail span.gaishoTitle,
  .memberGaishoInquiry span.gaishoTitle{
    font-size: 18px;
  }
  .memberGaishoInquiry .myPageTitleNav .btnArea .cancelBtnArrow,
  .gaishoInquiryDetail .myPageTitleNav .btnArea .cancelBtnArrow{
    font-size: 11px;
    padding: 0.5em 1.7em 0.5em 0.5em;
    width: 120px;
  }
  .memberGaishoInquiry .myPageTitleNav .btnArea .cancelBtnArrow::before{
    background-position: 0 1px;
    height: 10px;
    right: 5px;
    width: 10px;
  }
  .memberGaishoInquiry .contents .pageNation{
    margin-top: 40px;
  }
  .gaishoInquiryDetail .GaishoContactStatus{
    width: 85%;
  }
  .memberGaishoInquiry .LabelRadio{
    display: flex;
    margin-bottom: 10px;
    padding-left: 30px;
  }
  .gaishoInquiryDetail .cancelBtn{
    width: 350px;
  }
  .memberGaishoInquiry .mainWrap{
    margin-bottom: 40px;
  }
  .memberGaishoInquiry .listContainer .orderBox{
    width: 100%!important;
  }
  .memberGaishoInquiry .listWrap li{
    padding: 30px 30px;
  }
  .gaishoInquiryDetail .detailsWrap dl dt{
    width: 100%!important;
  }
  .gaishoInquiryDetail .detailsWrap dl dd{
    width: 100%;
  }
  .memberGaishoInquiry .orderBox dl dd{
    width: 100%;
    margin-right: 0;
  }
  .gaishoInquiryDetail .GaishoContactStatus span{
    padding: 3px 8px;
  }
  .gaishoInquiryDetail .detailsBox .remarksText br {
    display: block;
  }
  .gaishoInquiryDetail p.ContactStatusTxt{
    margin-bottom: 30px;
  }
}

.gaishoInquiryDetail .cancelBtn.btnThin .brXs {
  display: none;
}
@media screen and (max-width: 374px){
  .gaishoInquiryDetail .cancelBtn{
    width: 100%;
  }

  .gaishoInquiryDetail .cancelBtn.btnThin .brXs {
    display: block;
  }
}


/* =========================================================
　外商注文受付履歴　/member/change/
============================================================ */
.gaishoTitle{
  display: none;
}

.gaisho span.gaishoTitle{
  font-size: 20px;
  display: block;
  margin-top: 10px;
  margin-bottom: 5px;
}

.gaisho span.gaishoTitle img{
  width: 360px;
}


@media screen and (max-width: 860px) and (min-width: 768px){
  .gaisho span.gaishoTitle{
    margin-bottom: 10px;
  }
  .gaisho span.gaishoTitle img{
    width: 308px;
  }
}

@media screen and (max-width: 767px){
  .gaisho span.gaishoTitle img{
    width: 260px;
  }
}

.memberIndexGaisho .hasCounterLi {
  position: relative;
}

.memberIndexGaisho .hasCounterLi .myCounter {
  align-items: center;
  background-color: #DE376A;
  border-radius: 50%;
  color: #fff;
  display: flex;
  font-size: 11px;
  font-size: 12px;
  height: 34px;
  justify-content: center;
  line-height: 1;
  min-width: 34px;
  position: absolute;
  right: -5px;
  top: -5px;
  position: absolute;
}

.memberGaishoInquiry .listContainer {
  max-width: 940px;
}

.memberGaishoInquiry .orderBox dl dt {
  width: 20%;
}

.memberGaishoInquiry .orderBox dl dd {
  width: calc(100% - 20%);
}

.memberGaishoInquiry .unreadMessage {
  border: 1px solid #DE376A;
  color: #DE376A;
  display: block;
  font-size: 13px;
  font-weight: bold;
  margin-bottom: 15px;
  text-align: center;
  padding: 3px 10px;
}

.memberGaishoInquiry .unreadMessage .brTb {
  display: none;
}

@media screen and (max-width: 1070px) and (min-width: 768px){
  .memberGaishoInquiry .unreadMessage {
    line-height: 1.6;
  }

  .memberGaishoInquiry .unreadMessage .brTb {
    display: block;
  }

  .memberGaishoInquiry .orderBox dl dt {
    width: 25%;
  }
}

.memberGaishoInquiry .listContainer .orderBox {
  width: 68%;
}

.memberGaishoInquiry .listContainer .submit {
  margin-left: 45px;
  width: 32%;
}

@media screen and (max-width: 1030px) {
  .memberGaishoInquiry .listContainer .submit {
    margin-left: auto;
  }
}

@media screen and (max-width: 767px) {
  .memberGaishoInquiry .listContainer .submit {
    display: block;
    max-width: none;
    width: 100%;
  }

  .memberGaishoInquiry .listContainer .submit a {
    max-width: 200px;
  }

  .memberGaishoInquiry .unreadMessageWrap {
    text-align: center;
  }

  .memberGaishoInquiry .unreadMessage {
    display: inline-block;
    font-size: 12px;
    margin-bottom: 15px;
    padding: 4px 15px;
  }

  .memberIndexGaisho .hasCounterLi .myCounter {
    height: 33px;
    min-width: 33px;
  }
}

.memberHistoryDetail .detailsWrap .purchaseDownloadButton form {
  margin-top: 30px;
}

@media screen and (max-width: 374px) {
  .memberHistoryDetail .detailsWrap .purchaseDownloadButton .btn-receipt {
    font-size: 14px;
  }
}

/* =========================================================
20231226 追加
============================================================ */

/* =========================================================
共通
============================================================ */
.member_mypage .contents {
  letter-spacing: 0.05em;
  line-height: 1.8em;
}
.member_mypage .contents a {
  transition: 0.3s;
}
.member_mypage .contents a:hover {
  transition: 0.3s;
}
.member_mypage .contents .backPrevious {
  margin: 30px auto 0;
  text-align: left;
}
.member_mypage .contents .backPrevious a {
  font-size: 16px;
  padding: 10px 18px;
  position: relative;
  border: 1px solid #333;
  border-radius: 2px;
  color: #333;
}
.member_mypage .contents .backPrevious a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 9px;
  width: 10px;
  height: 15px;
  background: url(/fujisaki/common/images/arrow_left_b.svg) no-repeat;
  background-size: contain;
}
@media screen and (max-width: 767px) {

  .member_mypage .contents .backPrevious {
    text-align: center;
  }
}

/* =========================================================
mypage_index.html
============================================================ */
.member_mypage {
  overflow-x: hidden;
  height: 100%;
  position: relative;
}
/* タイトル色付けない場合 */

.member_mypage .contentsTitleWrap.white{
  background-color: #FFF !important;
}

.member_mypage .contentsTitleWrap.wide.white .headingFlowLv2{
  color: #333;
}

.member_mypage .contents .memberInformation {
  max-width: 1100px;
  margin: 0 auto;
}
.member_mypage .contents .memberInformation .informationDetail {
  max-width: 1100px;
  margin: 0 auto;
  padding: 40px 0 0px;
}
.member_mypage .contents .memberInformation .informationDetail .detailWrap {
  display: flex;
  justify-content: space-between;
  width: 80%;
  margin: 0 auto;
  align-items: center;
}
.member_mypage .contents .memberInformation .informationDetail .detailWrap .memberStatus {
  width: calc((100% - 40px) / 2);
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-content: flex-start;
}
.member_mypage .contents .memberInformation .informationDetail .detailWrap .memberStatus dt.name {
  font-weight: bold;
  font-size: 26px;
  width: 100%;
  text-align: center;
  margin: 0 auto 10px;
  padding-bottom: 18px;
}
.member_mypage .contents .memberInformation .informationDetail .detailWrap .memberStatus dd.detail {
  margin: 0 auto 15px;
  text-align: center;
}
.member_mypage .contents .memberInformation .informationDetail .detailWrap .memberStatus dd.detail dl {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.member_mypage .contents .memberInformation .informationDetail .detailWrap .memberStatus dd.detail dl > dt {
  position: relative;
  padding: 0 13px 0 0;
}
.member_mypage .contents .memberInformation .informationDetail .detailWrap .memberStatus dd.detail dl > dt::after {
  position: absolute;
  content: ":";
  padding: 0 0 0 5px;
}
.member_mypage .contents .memberInformation .informationDetail .detailWrap .memberStatus dd.detail .birthdayState {
  margin: 20px auto;

}
.member_mypage .contents .memberInformation .informationDetail .detailWrap .cardStateWrap {
  width: calc((100% - 40px) / 2);
}
.member_mypage .contents .memberInformation .informationDetail .detailWrap .cardStateWrap .cardState {
  display: inline-block;
}

.member_mypage .contents .memberInformation .informationDetail .detailWrap .cardStateWrap .cardState .cardStateInner{
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.member_mypage .contents .memberInformation .informationDetail .detailWrap .cardStateWrap .cardState .cardStateInner .cardStateInnerBlock {
  position: relative;
  width: 352px;
}
.member_mypage .contents .memberInformation .informationDetail .detailWrap .cardStateWrap .cardState .cardStateInner .stateList {
  position: absolute;
  left: 10px;
  top: 10px;
  z-index: 1;
}
.member_mypage .contents .memberInformation .informationDetail .detailWrap .cardStateWrap .cardState .cardStateInner .stateList > ul {
  display: flex;
  width: 120px;
  flex-wrap: wrap;
}
.member_mypage .contents .memberInformation .informationDetail .detailWrap .cardStateWrap .cardState .cardStateInner .stateList > ul li {
  display: flex;
  width: calc((100% - 3px) / 2);
  justify-content: center;
  border: 1px solid #FFF;
  color: #FFF;
  border-radius: 5px;
  letter-spacing: 0;
  font-size: 12px;
  font-weight: 500;
  background-color: rgba(155,122,72,0.2);
}
.member_mypage .contents .memberInformation .informationDetail .detailWrap .cardStateWrap .cardState .cardStateInner .stateList > ul li:nth-child(n+3) {
  margin-top: 3px;
}
.member_mypage .contents .memberInformation .informationDetail .detailWrap .cardStateWrap .cardState .cardStateInner .stateList > ul li:not(:nth-child(2n)) {
  margin-right: 3px;
}
.member_mypage .contents .memberInformation .informationDetail .detailWrap .cardStateWrap .cardState .cardStateInner .number,
.member_mypage .contents .memberInformation .informationDetail .detailWrap .cardStateWrap .cardState .cardStateInner .postList > ul li {
  border: 1px solid #FFF;
  border-radius: 5px;
  padding: 0 10px;
  color: #FFF;
  z-index: 1;
}
.member_mypage .contents .memberInformation .informationDetail .detailWrap .cardStateWrap .cardState .cardStateInner .number {
  position: absolute;
  bottom: 10px;
  left: 10px;
  font-size: 16px;
  font-weight: bold;
}
.member_mypage .contents .memberInformation .informationDetail .detailWrap .cardStateWrap .cardState .postList {
  position: absolute;
  right: 10px;
  bottom: 10px;
  font-size: 11px;
  font-weight: normal;
  z-index: 1;
}
.member_mypage .contents .memberInformation .informationDetail .detailWrap .cardStateWrap .cardState .postList ul li {
  text-align: center;
}
.member_mypage .contents .memberInformation .informationDetail .detailWrap .cardStateWrap .cardState .postList ul li:last-child {
  margin-top: 3px;
}
.member_mypage .contents .memberInformation .informationDetail .detailWrap .cardStateWrap .jumpInfo {
  display: block;
  text-align: center;
}
/* 追加 */
.member_mypage .contents .memberInformation .informationDetail .detailWrap .cardStateWrap .jumpInfoBtn .pointCheckBtn {
  font-size: 16px;
  font-weight: 500;
  display: flex;
  margin: 12px auto;
  align-items: center;
  justify-content: center;
  width: 100%;
  background-color: #97865E;
  height: 60px;
  border-radius: 5px;
  color: #FFF;
}

.member_mypage .contents .memberInformation .informationDetail .detailWrap .cardStateWrap .jumpInfoBtn .pointCheckBtn:hover{
  transition: .5s;
  opacity: .7;
}

/* 追加 ここまで */

.member_mypage .contents .memberInformation .informationDetail .detailWrap .cardStateWrap .pointCheckBtn {
  font-size: 16px;
  font-weight: 500;
  color: #97865E;
  display: inline-block;
  margin: 12px auto;
  text-align: center;
  position: relative;
}
.member_mypage .contents .memberInformation .informationDetail .detailWrap .cardStateWrap .arrow::before,
.member_mypage .contents .memberInformation .informationDetail .detailWrap .cardStateWrap .arrow::after{
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0 auto -20px;
  content: "";
  vertical-align: middle;
}
.member_mypage .contents .memberInformation .informationDetail .detailWrap .cardStateWrap .pointCheckBtn::before {
  width: 16px;
  height: 16px;
  -webkit-border-radius: 20%;
  border-radius: 25%;
  background: #97865E;
}
.member_mypage .contents .memberInformation .informationDetail .detailWrap .cardStateWrap .pointCheckBtn::after {
  left: 3px;
  width: 5px;
  height: 5px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* 追加 */
.member_mypage .contents .memberInformation .informationDetail .detailWrap .cardStateWrap .jumpInfoBtn .pointCheckBtn::before{
  display: none;
}

.member_mypage .contents .memberInformation .informationDetail .detailWrap .cardStateWrap .jumpInfoBtn .pointCheckBtn::after{
  display: none;
}


.member_mypage .contents .updateWrap{
  display: none;
}


.member_mypage .contents .maypageTopicsWrap {
  margin: 50px auto 0;
}
.member_mypage .contents .maypageTopicsWrap .contentsInnerTitleWrap {
  margin: 0 auto 30px;
}
.member_mypage .contents .maypageTopicsWrap .swiper {
  width: 1100px;
  overflow: hidden;
  padding-top: 20px;
  padding-bottom: 50px;
  position: relative;
}

.member_mypage .contents .maypageTopicsWrap .swiper .swiper-scrollbar {
  background-color: #d1cbba;
  height: 3px;
  width: 100%;
  left: 0;
  bottom: 0;
  border-radius: 0;
  z-index: 1;
}

.member_mypage .contents .maypageTopicsWrap .swiper .swiper-scrollbar-drag {
  background-color: #bcaa80;
} 

.member_mypage .contents .maypageTopicsWrap .swiper .swiper-slide .slideBox {
  position: relative;
}
.member_mypage .contents .maypageTopicsWrap .swiper .swiper-slide .slideBox a:hover{
  opacity: .7;
}
.member_mypage .contents .maypageTopicsWrap .swiper .swiper-slide .slideBox .iconCoupon::before{
  width: 50px;
  height: 39px;
  content: "";
  position: absolute;
  left: -3px;
  top: -10px;
  background: url(../../images/member/icon_coupon.svg) no-repeat;
  background-size: cover;
}
.member_mypage .contents .maypageTopicsWrap .swiper .swiper-slide .slideBox .slideImg {
  width: 100%;
  margin-bottom: 10px;
}
.member_mypage .contents .maypageTopicsWrap .swiper .swiper-slide .slideBox .slideImg > img {
  width: 100%;
}
.member_mypage .contents .maypageTopicsWrap .swiper .swiper-slide .slideBox .topcsTtl {
  font-size: 19px;
  color: #464646;
  font-weight: bold;
  margin-bottom: 10px;
}
.member_mypage .contents .maypageTopicsWrap .swiper .swiper-slide .slideBox .topcsDate {
  font-size: 16px;
}
.member_mypage .contents .maypageTopicsWrap .swiper .swiper-slide .slideBox .day {
  font-size: 14px;
  display: inline-block;
  margin-top: 5px;
}
.member_mypage .contents .maypageTopicsWrap .topcsContent {
  margin: 60px auto 0;
}
.member_mypage .contents .maypageTopicsWrap .topcsContent .topcsContentInner .flexContent {
  display: flex;
  justify-content: space-between;
}
.member_mypage .contents .maypageTopicsWrap .topcsContent .topcsContentInner .flexContent .topcsContentBox {
  width: calc((100% - 40px) / 2);
  border: 1px solid #97865E;
  background-color: #FFF;
  border-radius: 5px;
  padding: 30px 0;
  display: flex;
  justify-content: center;
  text-align: center;
}
.member_mypage .contents .maypageTopicsWrap .topcsContent .topcsContentInner .flexContent .topcsContentBox dl > dt.topcsContentBoxTtl {
  font-size: 22px;
  font-weight: bold;
  color: #333;
  position: relative;
  margin-bottom: 30px;
  padding-bottom: 12px;
}
.member_mypage .contents .maypageTopicsWrap .topcsContent .topcsContentInner .flexContent .topcsContentBox dl > dt.topcsContentBoxTtl::after {
  content: "";
  position: absolute;
  width: 50px;
  height: 1px;
  background-color: #97865E;
  bottom: -10px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.member_mypage .contents .maypageTopicsWrap .topcsContent .topcsContentInner .flexContent .topcsContentBox dl > dd {
  font-size: 16px;
}
.member_mypage .contents .maypageTopicsWrap .topcsContent .topcsContentInner .flexContent .topcsContentBox dl > dd a.btn {
  background-color: #FFF;
  border: 1px solid #97865E;
  color: #97865E;
  padding: 16px 65px;
  margin: 20px auto 0;
  display: block;
}
.member_mypage .contents .maypageTopicsWrap .topcsContent .topcsContentInner .flexContent .topcsContentBox.online .productWrap {
  display: flex;
  justify-content: space-between;
}
.member_mypage .contents .maypageTopicsWrap .topcsContent .topcsContentInner .flexContent .topcsContentBox.online .productWrap > dl {
  width: calc((100% - 40px) / 2);
}
.member_mypage .contents .maypageTopicsWrap .topcsContent .topcsContentInner .flexContent .topcsContentBox.online .productWrap > dl dd {
  margin-top: 10px;
  font-size: 14px;
  text-align: left;
}
.fixed-btns {
  position: fixed;
  bottom: 200px;
  right: 20px;
  z-index: 1;
  opacity: 0.6;
}
.fixed-btns .c-page-top {
   transform: rotate( -90deg ); 
}

.fixed-btns .c-page-top {
   transform: rotate( -90deg ); 
}



/* 20230131 幅色変更 */
.member_mypage .contents .maypageTopicsWrap .maypageTopicsAllInner{
  background-color: #F1EAD7;
  margin: 0 calc(50% - 50vw);
  width: 100vw;
  padding-top: 80px;
  padding-bottom: 110px;
}

.member_mypage .contents .maypageTopicsWrap .maypageTopicsAllInner .maypageTopicsAllContent{
  max-width: 1100px;
  margin: 0 auto;
}
/*タブレット*/
@media screen and (max-width: 1100px) and (min-width: 768px) {
  .member_mypage .contents .maypageTopicsWrap .maypageTopicsAllInner .maypageTopicsAllContent{
    padding: 0 40px;
  }
}

.member_mypage .contents .mypageMenu {
  margin-top: 80px;
  padding-bottom: 110px;
}
.member_mypage .contents .mypageMenu .mypageMenuInner {
  max-width: 1100px;
  margin: 0 auto;
}
.member_mypage .contents .mypageMenu .mypageMenuInner .menuList {
  margin: 40px auto 0;
}
.member_mypage .contents .mypageMenu .mypageMenuInner .menuList .ttl {
  font-size: 18px;
  letter-spacing: 0.08em;
  margin-bottom: 20px;
}
.member_mypage .contents .mypageMenu .mypageMenuInner .menuList .menuListWrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.member_mypage .contents .mypageMenu .mypageMenuInner .menuList .menuListWrap > li {
  width: calc((100% - 60px) / 2);
}
.member_mypage .contents .mypageMenu .mypageMenuInner .menuList .menuListWrap > li > a {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  background-color: #BCAA80;
  color: #FFF;
  height: 70px;
  padding: 20px 30px;
  font-size: 20px;
}
.member_mypage .contents .mypageMenu .mypageMenuInner .menuList .menuListWrap > li > a:hover {
  opacity: 0.7
}
.member_mypage .contents .mypageMenu .mypageMenuInner .menuList .menuListWrap > li:not(:nth-child(2n)) {
  margin-right: 60px;
}
.member_mypage .contents .mypageMenu .mypageMenuInner .menuList .menuListWrap > li:nth-child(n+3) {
  margin-top: 20px;
}

.member_mypage .contents .mypageMenu .mypageMenuInner .menuList .menuListWrap li.notificationPoint{
  position: relative;
}

.member_mypage .contents .mypageMenu .mypageMenuInner .menuList .menuListWrap li.notificationPoint span.notification{
  position: absolute;
  width: 25px;
  height: 25px;
  border-radius: 100%;
  background-color: #722C70;
  color: #FFF;
  font-size: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  right: -5px;
  top: -5px;
  z-index: 2;
}
.member_mypage .contents .menuList .ttl {
  position: relative;
}
.member_mypage .contents .menuList .jumpECtop   {
  position: absolute;
  bottom: 0;
  right: 0;
}
.member_mypage .contents .menuList .jumpECtop a {
  font-weight: normal;
  font-size: 82%;
  display: block;
  padding: 8px 16px;
  color: #ce4d66;
  border: 1px solid #ce4d66;
}
.member_mypage .contents .menuList .jumpECtop a:hover {
  color: #fff;
  background: #ce4d66;
}
.member_mypage .contents .menuList .jumpLOYALtop {
  position: absolute;
  bottom: 0;
  right: 0;
}
.member_mypage .contents .menuList .jumpLOYALtop a {
  font-weight: normal;
  font-size: 82%;
  display: block;
  letter-spacing: -0.2px;
  padding: 8px 16px;
  color: #722C70;
  border: 1px solid #722C70;
}
.member_mypage .contents .menuList .jumpLOYALtop a:hover {
  color: #fff;
  background: #722C70;
}
.member_mypage .contents .menuList .jumpWEBtop {
  position: absolute;
  bottom: 0;
  right: 0;
}
.member_mypage .contents .menuList .jumpWEBtop a {
  font-weight: normal;
  font-size: 82%;
  display: block;
  padding: 8px 16px;
  color: #333;
  border: 1px solid #333;
}
.member_mypage .contents .menuList .jumpWEBtop a:hover {
  color: #fff;
  background: #333;
}
.member_mypage .contents .menuLinkWrap {
  width: 90%;
  margin: 40px auto 0;
}
.member_mypage .contents .menuLinkWrap .menuLink {
  display: flex;
  align-items: stretch;
  justify-content:center;
  flex-wrap: wrap;
}
.member_mypage .contents .menuLinkWrap .menuLink > li {
  width: calc((100% - 20px) / 3);
}
.member_mypage .contents .menuLinkWrap .menuLink > li:not(:nth-child(3)) {
  margin-right: 10px;
}
.member_mypage .contents .menuLinkWrap .menuLink:only-child > li {
  margin-right: 0;
}
.member_mypage .contents .menuLinkWrap .menuLink > li > a {
  display: flex;
  height: 100%;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  background-color: #FFF;
 /* border: 1px solid #97865E;*/
  padding: 15px 5px 10px;
  border-radius: 5px;
  font-size: 14px;
  color: #97865E;
  line-height: 1.5em;
  align-items: flex-start;
}
/*.member_mypage .contents .mypageMenu .menuLinkWrap .menuLink > li > a > img {
  width: 40px;
}*/
.member_mypage .contents .menuLinkWrap .menuLink > li > a > span {
  margin: 10px auto 0;
  align-items: flex-start;
  line-height: 1.3em;
  font-size: 14px;
}
.member_mypage .contents .menuLinkWrap .menuLink > li > a:hover {
  opacity: 0.8;
}
.member_mypage .contents .memberInformationBnrLoyal .informationDetail .detailWrap
 {
  width: auto;
}

.member_mypage .bnrLoyalLink {
  width: 352px;
  height: auto;
}

.member_mypage .bnrLoyalLink a {
  max-width: 300px;
  margin: 0 auto 5px;
  display: block;
}

.member_mypage .bnrLoyalLink img {
  margin-bottom: 5px;
}

.member_mypage .bnrLoyalLink .bnrLoyalLinkText {
  display: block;
  text-align: center;
  font-size: 14px;
  color: #97865E;
}

/* SP */
@media screen and (max-width: 767px) {
  .member_mypage .contents .memberInformation .informationDetail .detailWrap {
    width: 100%;
    flex-wrap: wrap;
  }
  .member_mypage .contents .memberInformation .informationDetail .detailWrap .memberStatus {
    width: 100%;
  }
  .member_mypage .contents .memberInformation .informationDetail .detailWrap .memberStatus dt.name {
    font-size: 24px;
  }
  .member_mypage .contents .memberInformation .informationDetail .detailWrap .memberStatus dd.detail {
    font-size: 16px;
  }
  .member_mypage .contents .memberInformation .informationDetail .detailWrap .memberStatus dd.detail .birthdayState {
    margin: 20px auto 0;
  }

  .member_mypage .contents .memberInformation .informationDetail .detailWrap .birthdayState-1 {
    margin: 20px auto 8px;
    width: 80%;
  }
  .member_mypage .contents .memberInformation .informationDetail .detailWrap .birthdayState-2 {
    margin: 20px auto 8px;
    border: 1px solid #aeaeae;
  }
  .member_mypage .contents .memberInformation .informationDetail .detailWrap .birthdayStateWrap a{
    text-align: center;
    display: block;
  }
  .member_mypage .contents .memberInformation .informationDetail .detailWrap .cardStateWrap {
    width: 80%;
    margin: 10px auto 0;
  }
  .member_mypage .contents .memberInformation .informationDetail .detailWrap .cardStateWrap .cardState {
    display: block;
  }
  .member_mypage .contents .memberInformation .informationDetail .detailWrap .cardStateWrap .cardState .cardStateInner{
    flex-direction: column;
  }
  .member_mypage .contents .memberInformation .informationDetail .detailWrap .cardStateWrap .cardState .cardStateInner .cardStateInnerBlock{
    width: 100%;
  }
  .member_mypage .contents .barcodeWrap {
    margin: 20px auto;
  }
  .member_mypage .contents .memberInformation .informationDetail .detailWrap .cardStateWrap .cardState .cardStateInner .cardStateInnerBlock .cardImg #styleCardType{
    width: 100%;
    height: auto;
    position: relative;
  }
  .member_mypage .contents .memberInformation .informationDetail .detailWrap .cardStateWrap .cardState .cardStateInner .cardStateInnerBlock .cardImg #styleCardType::before{
    content: "";
    display: block;
    padding-top: calc(((352 / 221) * 40%));
    position: relative;
    z-index: -1;
  }
  .member_mypage .contents .memberInformation .informationDetail .detailWrap .cardStateWrap .jumpInfoBtn .pointCheckBtn {
    margin: 12px 0 auto;
  }
  .member_mypage .contents .barcodeWrap .barcodeInner {
    width: 100%;
    margin: 0 auto;
  }
  .member_mypage .contents .barcodeWrap .barcodeInner > .btn {
    height: 60px;
    border: 1px solid #97865E;
    /* background: #FFF url(../../images/member/icon-barcode.svg) no-repeat; */
    background-position: 15px center;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    font-size: 20px;
    color: #97865E;
    max-width: 400px;
    margin: 0 auto;
  }
  .member_mypage .contents .barcodeWrap .barcodeInner > .btn .barcodeIcon{
    display: block;
    margin-right: 10px;
    width: 30px;
    height: 30px;
  }
  .member_mypage .contents .updateWrap{
    text-align: center;
    width: 100%;
    margin: 10px auto;
    display: block;
  }
  .member_mypage .contents .updateWrap .updateBtn{
    text-align: center;
    position: relative;
    display: block;
  }
  .member_mypage .contents .updateWrap .updateBtn > input[type="submit"] {
    appearance: none;
    -webkit-appearance: none;
    }
  .member_mypage .contents .updateWrap .updateBtn > input {
    background-color: transparent;
    padding: 10px 0;
    font-size: 18px;
    width: 100%;
    color: #000;
  }
  .member_mypage .contents .updateWrap .updateBtn::before{
    position: absolute;
    content: "";
    width: 20px;
    height: 20px;
    left: 100px;
    top: 30%;
    background: url(../../images/common/icon-update.svg) no-repeat;
    background-size: contain;
  }
  .member_mypage .contents .maypageTopicsWrap {
    margin: 30px auto 0;
  }
  .member_mypage .contents .maypageTopicsWrap .swiper {
    width: 90%;
    margin: 0 auto;
    overflow: hidden;
    padding-bottom: 30px;
  }
  .member_mypage .contents .maypageTopicsWrap .topcsContent {
    width: 90%;
    margin: 30px auto 0;
  }
  .member_mypage .contents .maypageTopicsWrap .topcsContent .topcsContentInner .flexContent {
    flex-wrap: wrap;
  }
  .member_mypage .contents .maypageTopicsWrap .topcsContent .topcsContentInner .flexContent .topcsContentBox {
    width: 100%;
    border-radius: 5px;
    padding: 30px 20px;
  }
  .member_mypage .contents .maypageTopicsWrap .topcsContent .topcsContentInner .flexContent .topcsContentBox dl > dd a.btn {
    padding: 15px 15px;
  }
  .member_mypage .contents .maypageTopicsWrap .topcsContent .topcsContentInner .flexContent .topcsContentBox.clubF {
    margin-bottom: 20px;
  }
  .member_mypage .contents .maypageTopicsWrap .topcsContent .topcsContentInner .flexContent .topcsContentBox.clubF dd img {
    width: 100%;
    margin: 0 auto;
  }
  .member_mypage .contents .maypageTopicsWrap .topcsContent .topcsContentInner .flexContent .topcsContentBox.online .productWrap {
    flex-wrap: wrap;
  }
  .member_mypage .contents .maypageTopicsWrap .topcsContent .topcsContentInner .flexContent .topcsContentBox.online .productWrap > dl {
    width: 100%;
    margin: 0 auto 20px;
  }
  .member_mypage .contents .maypageTopicsWrap .topcsContent .topcsContentInner .flexContent .topcsContentBox.online .productWrap > dl dt > img {
    width: 100%;
  }
  .member_mypage .contents .maypageTopicsWrap .topcsContent .topcsContentInner .flexContent .topcsContentBox.online .productWrap > dl dd {
    margin-top: 10px;
    font-size: 14px;
    text-align: left;
  }
  .member_mypage .contents .mypageMenu {
    margin-top: 60px;
    padding-top: 10px;
    padding-bottom: 30px;
  }
  .member_mypage .contents .mypageMenu .mypageMenuInner {
    max-width: 90%;
    margin: 0 auto;
  }
  .member_mypage .contents .mypageMenu .mypageMenuInner .menuList {
    margin: 40px auto 0;
  }
  .member_mypage .contents .mypageMenu .mypageMenuInner .menuList .ttl {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .member_mypage .contents .mypageMenu .mypageMenuInner .menuList .menuListWrap > li {
    width: 100%;
  }
  .member_mypage .contents .mypageMenu .mypageMenuInner .menuList .menuListWrap > li > a {
    display: flex;
    width: 100%;
    padding: 10px 20px;
    font-size: 18px;
  }
  .member_mypage .contents .mypageMenu .mypageMenuInner .menuList .menuListWrap > li:not(:nth-child(2n)) {
    margin-right: 0;
  }
  .member_mypage .contents .mypageMenu .mypageMenuInner .menuList .menuListWrap > li:nth-child(n+2) {
    margin-top: 5px;
  }
  .member_mypage .contents .mypageMenu .mypageMenuInner .menuList .menuListWrap li.notificationPoint span.notification{
    width: 30px;
    height: 30px;
    color: #FFF;
    font-size: 15px;
    right: -3px;
    top: -3px;
  }
  .member_mypage .contents .mypageMenuInner .menuList .menuListWrap > li > a:hover {
    opacity: 0.7;
  }
  .member_mypage .contents .menuLinkWrap {
    width: 100%;
  }
  .member_mypage .contents .menuLinkWrap .menuLink > li {
    width: 70%;
  }
  .member_mypage .contents .mypageMenu .menuLinkWrap .menuLink > li > a {
    padding: 0;
  }
  .member_mypage .contents .mypageMenu .menuLinkWrap .menuLink > li:not(:nth-child(3)) {
    margin-right: 0;
  }
  .member_mypage .contents .mypageMenu .menuLinkWrap .menuLink > li > a > span {
    margin: 5px 0 15px;
  }
  .member_mypage .contents .menuList .ttl {
    position: relative;
  }
  .member_mypage .contents .menuList .jumpECtop   {
    position: relative;
    bottom: 0;
    right: 0;
  }
  .member_mypage .contents .menuList .jumpECtop a {
    font-weight: normal;
    font-size: 90%;
    display: block;
    padding: 8px 16px;
    color: #ce4d66;
    border: 1px solid #ce4d66;
    margin: 12px 0;
    text-align: center;
  }
  .member_mypage .contents .menuList .jumpECtop a:hover {
    color: #fff;
    background: #ce4d66;
  }
  .member_mypage .contents .menuList .jumpLOYALtop {
    position: relative;
    bottom: 0;
    right: 0;
  }
  .member_mypage .contents .menuList .jumpLOYALtop a {
    font-weight: normal;
    font-size: 90%;
    display: block;
    padding: 8px 16px;
    color: #722C70;
    border: 1px solid #722C70;
    margin: 12px 0;
    text-align: center;
  }
  .member_mypage .contents .menuList .jumpLOYALtop a:hover {
    color: #fff;
    background: #722C70;
  }
  .member_mypage .contents .menuList .jumpWEBtop {
    position: relative;
    bottom: 0;
    right: 0;
  }
  .member_mypage .contents .menuList .jumpWEBtop a {
    font-weight: normal;
    font-size: 90%;
    display: block;
    padding: 8px 16px;
    color: #333;
    border: 1px solid #333;
    margin: 12px 0;
    text-align: center;
  }
  .member_mypage .contents .menuList .jumpWEBtop a:hover {
    color: #fff;
    background: #333;
  }
  .member_mypage .bnrLoyalLink {
    width: auto;
  }

  .member_mypage .bnrLoyalLink a {
    display: block;
    width: 85%;
    margin: 0 auto;
  }
}

/* =========================================================
cardinfo_index.html
============================================================ */
.member_mypage.cardinfo .cardinfoAllWrap {
  background-color: #F1EAD7;
  padding: 50px 0 110px;
  color: #3A3A3A;
}
.member_mypage.cardinfo dl.flex {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
}
.member_mypage.cardinfo dl.flex > dt {
  position: relative;
  padding: 0 13px 0 0;
}
.member_mypage.cardinfo dl.flex > dt::after {
  position: absolute;
  content: ":";
  padding: 0 0 0 5px;
}
.member_mypage.cardinfo dl.flex > dd {
  line-height: 1em;
}
.member_mypage.cardinfo dl.flex > p {
  display: block;
  margin-left: 20px;
}
@media screen and (max-width: 767px) {
  .member_mypage.cardinfo dl.flex > p {
  margin-left: 0px;
 }
}
.member_mypage.cardinfo .LinkWrap {
  text-align: center;
}
.member_mypage.cardinfo .LinkWrap a.btn {
  font-size: 16px;
  color: #BCAA80;
  border: 1px solid #BCAA80;
  height: 40px;
  max-width: 260px;
  display: flex;
  padding: 5px;
  justify-content: center;
  align-items: center;
  margin: 20px auto;
}
.member_mypage.cardinfo .LinkWrap .caution {
  margin-top: 10px;
}
.member_mypage.cardinfo dl.infoIcon > dt {
  position: relative;
}
.member_mypage.cardinfo dl.infoIcon > dt > .infoIconMark {
  width: 30px;
  height: 30px;
  position: absolute;
  right: 0;
  cursor: pointer;
}
.member_mypage.cardinfo dl.infoIcon .Balloon {
  opacity: 0;
  background: #BCAA80;
  right: 0;
  top: 40px;
  max-width: 400px;
  position: absolute;
  padding: 15px 20px;
  border-radius: 5px;
  color: #fff;
  z-index: 3;
  transition: all 0.3s ease;
  font-size: 16px;
  font-weight: normal;
}
.member_mypage.cardinfo dl.infoIcon .Balloon:after {
  position: absolute;
  width: 0;
  height: 0;
  right: -25px;
  top: -20px;
  margin-left: 10px;
  height: 51.9615242271px;
  width: 60px;
  -webkit-clip-path: polygon(30% 0, 30% 60%, 0 40%);
          clip-path: polygon(30% 0, 30% 60%, 0 40%);
  background: #BCAA80;
  pointer-events: none;
  content: " ";
}
.member_mypage.cardinfo dl.infoIcon .infoIconMark:hover + .Balloon {
  opacity: 1;
  transition: 0.3s;
}
.member_mypage.cardinfo .memberDate {
  margin-bottom: 40px;
}
.member_mypage.cardinfo .memberDate .name {
  font-weight: bold;
  font-size: 22px;
  margin-bottom: 10px;
}
.member_mypage.cardinfo .BoxWrap {
  background-color: #FFF;
  padding: 30px 40px;
  border-radius: 10px;
}
.member_mypage.cardinfo .BoxWrap:not(:first-child) {
  margin-top: 40px;
}
.member_mypage.cardinfo .BoxWrap .wrapTtl {
  font-size: 20px;
  font-weight: bold;
  border-bottom: 1px solid #E1E1E1;
  padding: 0 5px 10px;
  display: flex;
  align-items: center;
}
.member_mypage.cardinfo .BoxWrap .wrapTtl > span.icon {
  padding-right: 10px;
}
.member_mypage.cardinfo .BoxWrap .wrapInner {
  margin-top: 10px;
  padding: 0 20px;
}
.member_mypage.cardinfo .BoxWrap .wrapInner > div {
  margin: 20px 0;
}
.member_mypage.cardinfo .progressWrap .progBar {
  width: 100%;
  height: 20px;
  background: #FFF; /*バーの背景色*/
  border-radius: 20px;
  position: relative;
  border: 1px solid #707070;
}
.member_mypage.cardinfo .progressWrap .progBar .bar {
  position: absolute;
  z-index: 1;
  left: -1px;
  top: -1px;
  height: 110%;
  background: #97865E; /*バーカラー*/
  border-radius: 22px;
  animation: progress 2s normal; /*アニメーションスピード*/
  animation-fill-mode: forwards;
}
.member_mypage.cardinfo .fPointWrap .fPoint {
  border-bottom: 1px dashed #E1E1E1;
  padding-bottom: 20px;
  margin-bottom: 30px;
}
.member_mypage.cardinfo .fPointWrap .fPoint > dl > dt {
  font-size: 24px;
  font-weight: bold;
}
.member_mypage.cardinfo .fPointWrap .fPoint > dl > dt::after {
  line-height: 1;
}
.member_mypage.cardinfo .fPointWrap .fPoint > dl > dd {
  font-size: 32px;
  font-weight: bold;
  padding-left: 10px;
}

.member_mypage.cardinfo .fPointWrap .fPoint > p {
  padding-top: 10px;
}

.member_mypage.cardinfo .fPointWrap .fPointBalance > dl > dt {
  font-size: 20px;
}
.member_mypage.cardinfo .fPointWrap .fPointBalance > dl > dt::after {
  line-height: 1.2;
}
.member_mypage.cardinfo .fPointWrap .fPointBalance > dl > dd {
  font-size: 28px;
  font-weight: bold;
  padding-left: 5px;
}
.member_mypage.cardinfo .creditWrap .creditBalance > dl > dt {
  font-size: 18px;
}
.member_mypage.cardinfo .creditWrap .creditBalance > dl > dt::after {
  line-height: 1.2;
}
.member_mypage.cardinfo .creditWrap .creditBalance > dl > dd {
  font-size: 24px;
  font-weight: bold;
  padding-left: 5px;
}
.member_mypage.cardinfo .birthdayWrap .wrapInner > p {
  color: #8D8D8D;
  font-size: 18px;
}

/* エラー時 */
.member_mypage.cardinfo .BoxWrap dl.flex > dd.error{
  font-size: 14px;
  color:#c63135
}

.member_mypage.cardinfo .birthdayWrap .progressWrap .progBar .bar {
  width: 40%; /*色の長さ*/
}
.member_mypage.cardinfo .birthdayWrap .progressWrap .targetWrap {
  width: 100%;
  position: relative;
  height: 50px;
  display: flex;
  margin: 0 auto 10px;
  align-items: flex-end;
}
.member_mypage.cardinfo .birthdayWrap .progressWrap .targetWrap .half, .member_mypage.cardinfo .birthdayWrap .progressWrap .targetWrap .goal {
  color: #97865E;
  font-size: 13px;
  display: flex;
  flex-direction: column;
  width: 70px;
  text-align: center;
}
.member_mypage.cardinfo .birthdayWrap .progressWrap .targetWrap .half > span img, .member_mypage.cardinfo .birthdayWrap .progressWrap .targetWrap .goal > span img {
  max-width: 29px;
}
.member_mypage.cardinfo .birthdayWrap .progressWrap .targetWrap .half {
  position: absolute;
  left: 45%;
}
.member_mypage.cardinfo .birthdayWrap .progressWrap .targetWrap .half.complet:after {
  position: absolute;
  content: "";
  width: 16px;
  height: 16px;
  background-color: #ffffff7d;
  border-radius: 50%;
  display: block;
  z-index: 2;
  bottom: -29px;
  left: 40%;
  border:1px solid #97865E;
}
.member_mypage.cardinfo .birthdayWrap .progressWrap .targetWrap .goal {
  position: absolute;
  right: 0;
}
.member_mypage.cardinfo .birthdayWrap .progressWrap.birthdayComplete .progBar .bar {
  width: 100.2%; /*色の長さ*/
}
.member_mypage.cardinfo .birthdayWrap .progressWrap .day {
  text-align: right;
  padding: 10px 0;
}
.member_mypage.cardinfo .birthdayWrap .wPoint > dl > dt {
  font-size: 18px;
}
.member_mypage.cardinfo .birthdayWrap .wPoint > dl > dd {
  font-size: 24px;
  font-weight: bold;
}
.member_mypage.cardinfo .birthdayWrap .wPoint.birthdayComplete dl > dd {
  font-size: 32px;
  color: #97865E;
  line-height: 1.3em;
}
.member_mypage.cardinfo .birthdayWrap .wPoint.birthdayComplete dl > dd > span {
  font-size: 18px;
  display: inline-block;
}

/* WPポイント　文字サイズ */
.member_mypage.cardinfo .birthdayWrap .wrapInner .birthdayWPNews{
  font-size: 22px;
  font-weight: bold;
}


.member_mypage.cardinfo .bonusWrap .progressWrap .progBar .bar {
  width: 70%; /*色の長さ*/
}
.member_mypage.cardinfo .bonusWrap .progressWrap .targetWrap {
  width: 100%;
  position: relative;
  height: 50px;
  display: flex;
  margin: 0 auto 10px;
  align-items: flex-end;
}
.member_mypage.cardinfo .bonusWrap .progressWrap .targetWrap .half, .member_mypage.cardinfo .bonusWrap .progressWrap .targetWrap .goal, .member_mypage.cardinfo .bonusWrap .progressWrap .targetWrap .current {
  color: #97865E;
  font-size: 12px;
  display: flex;
  flex-direction: column;
  width: 80px;
  text-align: center;
}
.member_mypage.cardinfo .bonusWrap .progressWrap .targetWrap .half > span img, .member_mypage.cardinfo .bonusWrap .progressWrap .targetWrap .goal > span img, .member_mypage.cardinfo .bonusWrap .progressWrap .targetWrap .current > span img {
  max-width: 29px;
}
.member_mypage.cardinfo .bonusWrap .progressWrap .targetWrap .half.complet:after{
  position: absolute;
  content: "";
  width: 18px;
  height: 18px;
  background-color: #FFF;
  border-radius: 50%;
  display: block;
  z-index: 2;
  bottom: -29px;
  left: 38%;
}

.member_mypage.cardinfo .bonusWrap .progressWrap .targetWrap .goal.complet:after{
  position: absolute;
  content: "";
  width: 18px;
  height: 18px;
  background-color: #FFF;
  border-radius: 50%;
  display: block;
  z-index: 2;
  bottom: -30px;
  right:-1%;
  border: 1px solid #97865E;
}

.member_mypage.cardinfo .bonusWrap .progressWrap .targetWrap .current.complet:after {
  position: absolute;
  content: "";
  width: 18px;
  height: 18px;
  background-color: #FFF;
  border-radius: 50%;
  display: block;
  z-index: 2;
  bottom: -29px;
  left: 40%;
}
.member_mypage.cardinfo .bonusWrap .progressWrap .targetWrap .current {
  position: absolute;
  left: 29%;
}
.member_mypage.cardinfo .bonusWrap .progressWrap .targetWrap .half {
  position: absolute;
  left: 62%;
}
.member_mypage.cardinfo .bonusWrap .progressWrap .targetWrap .goal {
  position: absolute;
  right: 0;
}
.member_mypage.cardinfo .bonusWrap .progressWrap .targetWrap .current.notAchieved::after{
  position: absolute;
  content: "";
  width: 16px;
  height: 16px;
  border: 1px solid #97865e;
  background-color: #ffffff;
  border-radius: 50%;
  display: block;
  z-index: 2;
  bottom: -29px;
  left: 40%;
}

.member_mypage.cardinfo .bonusWrap .progressWrap .targetWrap .half.notAchieved::after{
  position: absolute;
  content: "";
  width: 16px;
  height: 16px;
  border: 1px solid #97865e;
  background-color: #FFF;
  border-radius: 50%;
  display: block;
  z-index: 2;
  bottom: -29px;
  left: 39%;
}


.member_mypage.cardinfo .bonusWrap .progressWrap .day {
  text-align: right;
  padding: 10px 0;
}
.member_mypage.cardinfo .bonusWrap .wPoint > dl > dt {
  font-size: 18px;
}
.member_mypage.cardinfo .bonusWrap .wPoint > dl > dd {
  font-size: 24px;
  font-weight: bold;
}
.member_mypage.cardinfo .bonusWrap .wrapInner > p {
  color: #8D8D8D;
  font-size: 18px;
}
.member_mypage.cardinfo .bonusWrap .wrapInner .target .flex {
  flex-direction: column;
}
.member_mypage.cardinfo .bonusWrap .wrapInner .target dt {
  font-size: 18px;
  font-weight: bold;
}
.member_mypage.cardinfo .bonusWrap .wrapInner .target dd {
  font-size: 28px;
  font-weight: bold;
  margin-top: 5px;
}

/* バースタイル マージ分 */
.member_mypage.cardinfo .birthdayWrap .wrapInner .bonusSliderContainer,
.member_mypage.cardinfo .bonusWrap .wrapInner .bonusSliderContainer {
  display: flex;
  justify-content: space-between;
}

.member_mypage.cardinfo .birthdayWrap .wrapInner .bonusSlider,
.member_mypage.cardinfo .bonusWrap .wrapInner .bonusSlider {
  flex: 1;
  position: relative;
  height: 20px;
   border-radius: 20px;
   background: #FFF; /*バーの背景色*/
}

.member_mypage.cardinfo .birthdayWrap .wrapInner .bonusSlider1,
.member_mypage.cardinfo .bonusWrap .wrapInner .bonusSlider1 {
  flex: 1;
  position: relative;
  height: 20px;
   border-radius: 20px;
   background: #FFF; /*バーの背景色*/
}

.member_mypage.cardinfo .birthdayWrap .wrapInner .bonusSlider2,
.member_mypage.cardinfo .bonusWrap .wrapInner .bonusSlider2 {
  flex: 1;
  position: relative;
  height: 20px;
   border-radius: 20px;
   background: #FFF; /*バーの背景色*/
}

.member_mypage.cardinfo .birthdayWrap .wrapInner .bonusSlider3,
.member_mypage.cardinfo .bonusWrap .wrapInner .bonusSlider3 {
  flex: 1;
  position: relative;
  height: 20px;
   border-radius: 20px;
   background: #FFF; /*バーの背景色*/
}

.member_mypage.cardinfo .birthdayWrap .wrapInner .slider,
.member_mypage.cardinfo .bonusWrap .wrapInner .slider {
  height: 20px;
   border-radius: 20px;
   background: #FFF; /*バーの背景色*/
}

.member_mypage.cardinfo .birthdayWrap .wrapInner .ui-widget.ui-widget-content,
.member_mypage.cardinfo .bonusWrap .wrapInner .ui-widget.ui-widget-content {
  border: 1px solid #707070;
}

.member_mypage.cardinfo .birthdayWrap .wrapInner .ui-state-disabled,
.member_mypage.cardinfo .bonusWrap .wrapInner .ui-state-disabled {
  opacity: 1;
}

.member_mypage.cardinfo .birthdayWrap .wrapInner .ui-slider-range,
.member_mypage.cardinfo .bonusWrap .wrapInner .ui-slider-range {
background: #97865E; /*バーカラー*/
border-radius: 22px;
}

/* バー分割をなくす */
.member_mypage.cardinfo .bonusWrap .wrapInner .ui-widget.ui-widget-content#bonusPointSlider1{
  border-right: none;
  border-radius: 20px 0 0 20px;
}

.member_mypage.cardinfo .bonusWrap .wrapInner #bonusPointSlider1 .ui-slider-range{
  border-radius: 22px 0 0 22px;
}

.member_mypage.cardinfo .bonusWrap .wrapInner .ui-widget.ui-widget-content#bonusPointSlider2{
  border-right: none;
  border-left: none;
  border-radius: 0;
}

.member_mypage.cardinfo .bonusWrap .wrapInner #bonusPointSlider2 .ui-slider-range{
  border-radius: 0;
}

.member_mypage.cardinfo .bonusWrap .wrapInner .ui-widget.ui-widget-content#bonusPointSlider3{
  border-left: none;
  border-radius: 0 20px 20px 0;
}

.member_mypage.cardinfo .bonusWrap .wrapInner #bonusPointSlider3 .ui-slider-range{
  border-radius: 0 22px 22px 0;
}

/* バースタイル マージ分 */

@media screen and (max-width: 767px) {
  .member_mypage.cardinfo .LinkWrap {
    margin: 20px auto 0 !important;
  }
  .member_mypage.cardinfo .LinkWrap .caution {
    margin-top: 10px;
    line-height: 1.5em;
  }
  .member_mypage.cardinfo dl.infoIcon > dt {
    position: relative;
  }
  .member_mypage.cardinfo dl.infoIcon > dt > .infoIconMark {
    width: 30px;
    height: 30px;
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
  }
  .member_mypage.cardinfo dl.infoIcon .Balloon {
    opacity: 0;
    background: #BCAA80;
    right: 0;
    top: 40px;
    max-width: 400px;
    position: absolute;
    padding: 15px 20px;
    border-radius: 5px;
    color: #fff;
    z-index: 3;
    transition: all 0.3s ease;
    font-size: 16px;
    font-weight: normal;
  }
  .member_mypage.cardinfo dl.infoIcon .Balloon:after {
    position: absolute;
    width: 0;
    height: 0;
    right: -25px;
    top: -20px;
    margin-left: 10px;
    height: 51.9615242271px;
    width: 60px;
    -webkit-clip-path: polygon(30% 0, 30% 60%, 0 40%);
            clip-path: polygon(30% 0, 30% 60%, 0 40%);
    background: #BCAA80;
    pointer-events: none;
    content: " ";
  }
  .member_mypage.cardinfo dl.infoIcon .infoIconMark:hover + .Balloon {
    opacity: 1;
    transition: 0.3s;
  }
  .member_mypage.cardinfo .memberDate {
    margin-bottom: 10px;
  }
  .member_mypage.cardinfo .memberDate .name {
    text-align: center;
  }
  .member_mypage.cardinfo .memberDate .loginDate {
    justify-content: flex-end;
    margin: 40px 0 0 0;
  }
  .member_mypage.cardinfo .BoxWrap {
    background-color: #FFF;
    padding: 30px 20px;
  }
  .member_mypage.cardinfo .BoxWrap:not(:first-child) {
    margin-top: 20px;
  }
  .member_mypage.cardinfo .BoxWrap .wrapTtl {
    padding: 0 10% 20px 0;
    margin-bottom: 20px;
    align-items: flex-start;
    font-size: 18px;
  }
  .member_mypage.cardinfo .BoxWrap .wrapTtl > span.icon {
    padding-top: 3px;
    padding-right: 5px;
    width: 30px;
  }
  .member_mypage.cardinfo .BoxWrap .wrapInner {
    margin-top: 0px;
    padding: 0 10px;
  }
  .member_mypage.cardinfo .BoxWrap .wrapInner > div {
    margin: 15px 0;
  }
  .member_mypage.cardinfo .creditWrap .creditBalance > dl > dd {
    font-size: 28px;
  }
  .member_mypage.cardinfo .birthdayWrap .wrapInner > p {
    color: #8D8D8D;
    font-size: 16px;
  }
  .member_mypage.cardinfo .birthdayWrap .progressWrap .targetWrap {
    margin: 0 auto 5px;
  }
  .member_mypage.cardinfo .birthdayWrap .wPoint > dl > dt {
    font-size: 18px;
  }
  .member_mypage.cardinfo .birthdayWrap .wPoint > dl > dd {
    font-size: 32px;
    font-weight: bold;
  }
  .member_mypage.cardinfo .birthdayWrap .progressWrap .targetWrap .half {
    left: 40%;
  }
  .member_mypage.cardinfo .birthdayWrap .wrapInner .birthdayWPNews {
    font-size: 14px;
    background: #dd5656;
    padding: 10px;
    color: #fff;
  }
  .member_mypage.cardinfo dl.flex.wrap {
    flex-wrap: wrap;
    flex-direction: column;
  }
  .member_mypage.cardinfo dl.flex.wrap dd {
    padding-left: 0;
    padding: 15px 0;
  }
  .member_mypage.cardinfo .bonusWrap .progressWrap .targetWrap {
    margin: 0 auto 5px;
  }
  .member_mypage.cardinfo .bonusWrap .progressWrap .targetWrap .half.complet:after, .member_mypage.cardinfo .bonusWrap .progressWrap .targetWrap .goal.complet:after, .member_mypage.cardinfo .bonusWrap .progressWrap .targetWrap .current.complet:after {
    bottom: -25px;
  }
  .member_mypage.cardinfo .birthdayWrap .progressWrap .targetWrap .half.complet:after{
    left: 35%;
    bottom: -24px;
  }
  .member_mypage.cardinfo .bonusWrap .progressWrap .targetWrap .current {
    left: 20%;
  }
  .member_mypage.cardinfo .bonusWrap .progressWrap .targetWrap .half {
    left: 52%;
  }
  .member_mypage.cardinfo .bonusWrap .progressWrap .targetWrap .current.notAchieved::after{
    bottom: -24px;
  }
  .member_mypage.cardinfo .bonusWrap .progressWrap .targetWrap .half.notAchieved::after{
    bottom: -24px;
  }
  .member_mypage.cardinfo .bonusWrap .progressWrap .targetWrap .goal {
    right: -20px;
  }
  .member_mypage.cardinfo .bonusWrap .progressWrap .targetWrap .goal.complet:after{
      right: 25%;
      bottom: -25px;
  }
  .member_mypage.cardinfo .bonusWrap .progressWrap .day {
    text-align: right;
    padding: 10px 0;
  }
  .member_mypage.cardinfo .bonusWrap .wPoint > dl > dt {
    font-size: 16px;
  }
  .member_mypage.cardinfo .bonusWrap .wPoint > dl > dd {
    font-size: 32px;
  }
  .member_mypage.cardinfo .bonusWrap .wrapInner > p {
    font-size: 16px;
  }
  .member_mypage.cardinfo .bonusWrap .wrapInner .target dd {
    font-size: 32px;
  }
}
.member_mypage.cardinfo .birthdayWrap .progressWrap .targetWrap .half.complet02:after,
.member_mypage.cardinfo .bonusWrap .progressWrap .targetWrap .half.complet02:after,
.member_mypage.cardinfo .bonusWrap .progressWrap .targetWrap .goal.complet02:after,
.member_mypage.cardinfo .bonusWrap .progressWrap .targetWrap .current.complet02:after {
  background-color: #cac1ad;
}
.member_mypage.cardinfo .bonusWrap .iconCrown {
  display: none;
}

/* =========================================================
memberポップアップ
============================================================ */
.member_popup.gold {
  background-color: #fffdfa;
}
.member_popup .main {
  padding: 30px;
}
.member_popup .main .birthdayImg {
  text-align: center;
  margin: 0 auto 30px;
}
.member_popup .main .birthdayImg > span {
  display: inline-block;
  margin: 10px auto 0;
  font-size: 14px;
  padding: 10px;
  color: #FFF;
  width: 100%;
  max-width: 450px;
  background-color: #dd5656;
}
.member_popup .main h1 {
  text-align: center;
  margin: 0 auto;
  margin-bottom: 30px;
  font-size: 20px;
  font-weight: bold;
}
.member_popup .main h1 > b {
  color: #97865E;
  font-size: 25px;
}
.member_popup .main p.step {
  margin: 0 auto 20px;
  font-size: 14px;
}

.member_popup .main .noteWrap {
  padding: 3rem;
  background-color: #ffffff;
}
.member_popup .main .noteList li {
  margin-left: 1rem;
  position: relative;
  font-size: 13px;
  color: #555;
}
.member_popup .main .noteList li > .point {
  color: #d80c0f;
}
.member_popup .main .noteList li::before {
  content: "※";
  position: absolute;
  left: -1em;
}
.member_popup .main .noteWrap > a {
  text-decoration: underline;
}

@media screen and (max-width: 767px) {
  .member_popup .main{
    padding: 25px 10px;
  }
  .member_popup .main .noteWrap {
    padding: 1.5rem;
  }
}

.loginMember .fixed-btns {
  display: none;
}

