﻿/**************************************
#main.userContentsMain
**************************************/
#main.userContentsMain{
  display: block;
  width: calc(100% - 32rem);
  padding: 6rem 0 8rem;
  float: right;
}


/**************************************
userContentsSection
**************************************/
#main.userContentsMain #userContentsSection{
  width: 100%;
  padding: 0 8rem 0 0;
}

#main.userContentsMain #userContentsSection .maypageInner .stepFlow{
  border-top: none;
  margin-bottom: 3rem;
  text-align: left;
}

/**************************************
maypageNav
**************************************/
#userContentsOuter #mypageNav{
  display: block;
	width: 24rem;
  padding: 6rem 0 8rem 0;
  float: left;
}


#userContentsOuter #mypageNav > .inner{
	display: block;
	width: calc(100% - 4rem);
  margin: 0 auto;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.06);
  border-radius: 6px;
  background: #fdfaf5;
}

#userContentsOuter #mypageNav .navTTL{
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1.5rem 2rem;
  background: #e7e3cf;
  border-radius: 10px 10px 0 0;
  text-align: left;
  font-weight: 700;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
}

#mypageNav > .inner > ul {
  display: block;
}

#mypageNav > .inner > ul > li{
	display: block;
  border-bottom: 1px solid var(--borderColor);
}

#mypageNav > .inner > ul > li:nth-last-of-type(1){
  border-bottom: none;
}

#mypageNav > .inner > ul > li > a{
  display: block;
  padding: 1.5rem 3rem 1.5rem 1rem;
  font-size: var(--fontSizeS);
  line-height: 1.4;
  color: var(--txtColor);
  text-align: left;
  text-decoration: none;
  background: url(../img/system/arrow_right.svg) calc(100% - 1rem) center no-repeat;
  background-size: 0.6rem auto;
  position: relative;
  transition: opacity .3s ease;
}

@media (hover: hover) {
  #mypageNav > .inner > ul > li > a:hover{
    opacity: .6;
  }
}


#userContentsOuter #mypageNav .btnCancel{
  width: calc(100% - 4rem);
  margin: 2rem auto 0;
}



/**************************************
text
**************************************/
#userContentsSection .maypageInner{
	display: block;
}

#userContentsSection .mypageMainTTL{
  display: block;
  padding-bottom: 1.5rem;
  margin-bottom: 3rem;
  border-bottom: 1px solid var(--borderColorHeavy);
  font-size: var(--ttlFontSize);
  font-weight: 600;
  line-height: var(--lineHeightSmall);
  text-align: left;
  color: #738994;
}

#userContentsSection .mypageMainTTL::before,
#userContentsSection .mypageMainTTL::after{
  display: none;
}


#userContentsSection .mypageLede{
	display: block;
	font-size: var(--fontSizeN);
	line-height: var(--lineHeight);
	text-align: left;
	margin-bottom: 2rem;
}

#userContentsSection .noItem{
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 20vh;
  padding: 2rem;
  margin: 4rem auto 0;
  border: 2px solid var(--borderColor);
  border-radius: 8px;
  font-size: var(--fontSizeL);
  text-align: center;
}


#userContentsSection .mypageFormTTL{
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-start;
  padding-bottom: 1.5rem;
  margin-bottom: 2rem;
  border-bottom: 2px solid var(--borderColor);
  font-size: var(--fontSizeLL);
  font-weight: 700;
  line-height: var(--lineHeightSmall);
  color: var(--text-color);
  text-align: left;
  gap: 0 2rem;
}



#userContentsSection .mypageSubTTL{
  display: block;
  padding: 1rem 1.5rem;
  margin-bottom: 3rem;
  background: none;
  border-top: 4px double #D6CFD3;
  border-bottom: 4px double #D6CFD3;
  text-align: center;
  font-size: 1.6rem;
  font-weight: 700;
  color: #738994;
}

#userContentsSection .mypageSubTTL.cntPlus{
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
}
#userContentsSection .mypageSubTTL.cntPlus .cntView .listPager{display: none;}
#userContentsSection .mypageSubTTL.cntPlus .cntView .cnt{display: none;}

#userContentsSection .attentionTextBox{
	display: block;
	margin-bottom: 3rem;
	font-size: 1.4rem;
	line-height: 1.6;
}

#userContentsSection .attentionTextBox > dl{display: block;}

#userContentsSection .attentionTextBox > dl > dt{
  display: block;
  margin-bottom: 5px;
  font-size: 1.2rem;
  color: #C41933;
}
#userContentsSection .attentionTextBox > dl > dd{display: block;}

#userContentsSection .listAddBtn{
  display: block;
  max-width: 28rem;
  margin: 0 auto 3rem 0;
}

#userContentsSection .pagerBox + .listAddBtn{
	margin: 4rem auto 0;
}


#userContentsSection .settingCompMsg{
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 10vh;
  margin: 0 auto 3rem;
  border: 2px solid #D6CFD3;
  border-radius: 10px;
  font-size: 1.6rem;
  text-align: center;
}


/**************************************
mypage top
**************************************/

#userContentsSection .mypageTopInfo{
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-start;
  justify-content: space-between;
  gap: 0 2rem;
}

/*point*/
#userContentsSection .validPoint{
  flex-shrink: 1;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 1rem;
  width: 100%;
  
}
#userContentsSection .validPoint.row{
  flex-direction: row;
  align-items: stretch;
  justify-content: flex-start;
  width: 100%;
}


#userContentsSection .validPoint > dl{
	display: block;
	width: 100%;
	padding: 2rem;
	background-color: #F2F2F2;
}

#userContentsSection .validPoint > dl > dt{
	display: block;
	text-align: center;
	font-size: var(--fontSizeN);
}

#userContentsSection .validPoint > dl > dd{
	display: block;
	padding-top: 1.5rem;
	margin-top: 1.5rem;
	border-top: 1px solid #D6CFD3;
	text-align: center;
	font-size: var(--fontSizeLL);
  font-weight: 700;
}

#userContentsSection .validPoint > dl > dd > span{
	display: block;
	font-size: var(--fontSizeS);
  text-align: center;
  margin-top: 1rem;
  font-weight: 400;
}

#userContentsSection .validPoint > dl > dd > #aDetails{
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  gap: 0 1rem;
  width: 80%;
  height: 3rem;
  margin: 1rem auto 0;
  background-color: #2DB312;
  border-radius: 1.5rem;
  padding: 0 1rem 0 1rem;
  font-family: var(--contentsOtherFont);
  font-weight: 400;
  font-size: var(--fontSizeS);
  text-align: center;
  line-height: 1;
  text-decoration: none;
  color: #FFFFFF;
  cursor: pointer;
  position: relative;
  transition: opacity 0.3s ease;
}



/*otherInfo*/
#userContentsSection .mypageTopInfo .otherInfo{
  flex-shrink: 1;
	display: block;
  width: 100%;
}

#userContentsSection .mypageTopInfo .otherInfo > dl{
  display: flex;
  flex-wrap: nowrap;
  align-items: stretch;
  justify-content: space-between;
  font-size: var(--fontSizeN);
}
#userContentsSection .mypageTopInfo .otherInfo > dl + dl{
  margin-top: 0.5rem;
}

#userContentsSection .mypageTopInfo .otherInfo > dl > dt{
  display: block;
  width: 18rem;
  padding: 2rem 1rem;
  background: #e7e3cf;
  text-align: center;
  font-weight: 700;
  line-height: 1.4;
}
#userContentsSection .mypageTopInfo .otherInfo > dl > dd{
  display: block;
  width:  calc(100% - 18rem);
  padding: 2rem 2rem;
  text-align: left;
  background: #fdfaf5;
  line-height: 1.4;
}

#userContentsSection .mypageTopInfo .otherInfo > dl > dd a{
  font-size: var(--fontSizeS);
  text-decoration: underline;
  transition: opacity .3s ease;
}
#userContentsSection .mypageTopInfo .otherInfo > dl > dd a:hover{
  opacity: .6;
}

/*limited*/
#userContentsSection ul.limitedTermPointList{
	display: block;
	margin-top: 3rem;
}

#userContentsSection ul.limitedTermPointList > li{
  padding: 2rem 2rem;
  font-size: var(--fontSizeN);
  border-bottom: 1px solid var(--borderColorLight);
}
#userContentsSection ul.limitedTermPointList > li:nth-of-type(1){
  border-top: 1px solid var(--borderColorLight);
}


/**************/
#userContentsSection .mypageTopNav{
  display: block;
  margin-top: 4rem;
}

#userContentsSection .mypageTopNavList{
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  gap: 2rem 2rem;
}

#userContentsSection .mypageTopNavList > a{
  display: block;
  width: calc((100% - 2rem * 2) / 3);
  padding: 2rem 2rem 2rem 0;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.06);
  border-radius: 6px;
  background-color: #fdfaf5;
  transition: opacity .3s ease;
}

#userContentsSection .mypageTopNavList > a:hover{
  opacity: .6;
}

#userContentsSection .mypageTopNavList > a > dl{
  display: block;
  width: 100%;
  height: 100%;
  padding-left: 3rem;
  padding-right: 4rem;
  text-align: left;
  position: relative;
  background: url("../img/system/arrow_right.svg") calc(100%) center no-repeat;
  background-size: 0.6rem auto;
}

#userContentsSection .mypageTopNavList > a > dl::after{
  content: '';
  display: block;
  width: 1px;
  height: 100%;
  background: var(--borderColor);
  position: absolute;
  right: 2rem;
  top: 0;
}

#userContentsSection .mypageTopNavList > a > dl > dt{
  display: block;
  font-size: var(--fontSizeN);
  margin-bottom: 1.5rem;
  font-weight: 600;
  color: #8e4b00;
}

#userContentsSection .mypageTopNavList > a > dl > dd{
  display: block;
  font-size: var(--fontSizeS);
  line-height: 1.6;
}

/**************************************
#myPageCouponBox
**************************************/
#userContentsSection .myPageTopNavList{
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: flex-start;
	width: 100%;
	margin-top: 4rem;
}

#userContentsSection .myPageTopNavList > dl{
	display: block;
	width: 49%;
	margin-right: 2%;
	border: 1px solid #E0E0E0;
	padding: 2rem;
}
#userContentsSection .myPageTopNavList > dl:nth-of-type(2n){margin-right: 0;}
#userContentsSection .myPageTopNavList > dl:nth-of-type(n + 3){margin-top: 2rem;}

#userContentsSection .myPageTopNavList > dl > dt{
	display: block;
	padding-bottom: 1.5rem;
	margin-bottom: 1.5rem;
	border-bottom: 2px solid #D6CFD3;
	text-align: left;
	font-size: 1.6rem;
}

#userContentsSection .myPageTopNavList > dl > dd{display: block;}

#userContentsSection .myPageTopNavList > dl > dd > ul{display: block;}
#userContentsSection .myPageTopNavList > dl > dd > ul > li{
	display: block;
}
#userContentsSection .myPageTopNavList > dl > dd > ul > li + li{margin-top: 1rem;}

#userContentsSection .myPageTopNavList > dl > dd > ul > li > a{
  display: block;
  width: 100%;
  height: 4rem;
  padding-top: 1px;
  line-height: 3.8rem;
  text-align: center;
  font-size: 1.4rem;
  border-radius: 4px;
  border: 1px solid #000000;
  color: #000000;
  text-decoration: none;
  background-color: #FFFFFF;
}




/**************************************
#myPageCouponBox
**************************************/
#myPageCouponBox{}


#myPageCouponBox .couponList{
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: flex-start;
	width: 100%;
  gap: 2rem 2rem;
}

#myPageCouponBox .couponList > dl{
  display: block;
  width: calc(50% - 1rem);
  text-align: left;
  border: 1px solid var(--borderColorLight);
  border-radius: 6px;
  background: #FFFFFF;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.06);
  padding: 1.5rem;
}

#myPageCouponBox .couponList > dl > dt{
  display: block;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  border-bottom: 1px solid #D6CFD3;
  font-size: 1.4rem; 
  font-weight: 700;
}
#myPageCouponBox .couponList > dl > dd{
	font-size: 1.2rem;
	line-height: 1.6;
}


/**************************************
おきにいり
**************************************/
#userContentsSection .productList.favoriteList{}

#userContentsSection .productList.favoriteList > ul.listView > li .btnDelete{
  margin-top: 1rem;
}

#userContentsSection .productList.favoriteList > ul.listView > li .btnDelete > a{
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  width: 16rem;
  height: 3rem;
  margin: 0 0 0 auto;
  background: #FFFFFF;
  border-radius: 1.5rem;
  padding: 0 1rem 0 1rem;
  border: 1px solid #7C7C7C;
  font-weight: 500;
  font-size: 1.2rem;
  text-align: center;
  line-height: 1;
  text-decoration: none;
  color: #7C7C7C;
  position: relative;
  cursor: pointer;
  transition: opacity 0.3s ease,color 0.3s ease;
}


/**************************************
mailListBox
**************************************/
#userContentsSection .mailListBox{
	display: block;
}


#userContentsSection .mailListBox > .mailListHead{
	display: block;
	width: 100%;
	border-top: 1px solid var(--borderColor);
	border-bottom: 1px solid var(--borderColor);
}

#userContentsSection .mailListBox > .mailListHead > ul{
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-start;
	padding: 1rem 1.5rem;
	font-size: var(--fontSizeN);
	font-weight: 700;
	min-height: 2rem;
}

#userContentsSection .mailListBox > .mailListHead > ul > li.date{ width: 16rem; text-align: left;}
#userContentsSection .mailListBox > .mailListHead > ul > li.title{ width: calc(100% - 16rem);}


#userContentsSection .mailListBox > ul{
	display: block;
	border-bottom: 1px solid var(--borderColorLight);
}
#userContentsSection .mailListBox > ul > li{
	display: block;
}

#userContentsSection .mailListBox > ul > li + li{ border-top: 1px solid #efefef;}

#userContentsSection .mailListBox > ul > li > a{
	display: block;
	padding: 2rem 1.5rem;
  text-decoration: none;
  color: #333333;
}
#userContentsSection .mailListBox > ul > li > a:hover{background: #efefef;}


#userContentsSection .mailListBox > ul > li > a > dl{
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-start;
	font-size: var(--fontSizeN);
	line-height: var(--lineHeight);
}

#userContentsSection .mailListBox > ul > li > a > dl > dt{width: 16rem; text-align: left; font-weight: 700;}
#userContentsSection .mailListBox > ul > li > a > dl > dd{width: calc(100% - 16rem);}

#userContentsSection .mailDetail{
	display: block;
	padding: 0;
}

#userContentsSection .mailDetail > dl{
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-start;
	font-size: var(--fontSizeN);
	line-height: var(--lineHeight);
	text-align: left;
}
#userContentsSection .mailDetail > dl > dt{width: 8rem;}
#userContentsSection .mailDetail > dl > dd{width: calc(100% - 8rem);}

#userContentsSection .mailDetail > .title{
	display: block;
	padding: 2rem 0;
	margin: 2rem auto;
	border-top: 1px solid var(--borderColorHeavy);
	border-bottom: 1px solid var(--borderColorHeavy);
	font-weight: 700;
	font-size: var(--fontSizeL);
	line-height: var(--lineHeightSmall);
}

#userContentsSection .mailDetail > .detail{
	display: block;
	font-size: var(--fontSizeN);
	line-height: 1.6;
}
#userContentsSection .mailDetail > .detail .btnBlack{
	max-width: 28rem;
	margin: 0 auto 0 0;
}



/**************************************
pointListTable
**************************************/
#userContentsSection .validPoint + .mypageSubTTL{margin-top: 4rem;}

#userContentsSection .pointListTable{
	display: block;
  margin-top: 4rem;
}


#userContentsSection .pointListTable > .pointListHead{
	display: block;
	width: 100%;
}

#userContentsSection .pointListTable > .pointListHead > ul{
  display: flex;
  flex-wrap: nowrap;
  align-items: stretch;
  justify-content: flex-start;
	font-size: var(--fontSizeN);
	font-weight: 700;
	border: 1px solid var(--borderColorLight);
	background-color: #F2F2F2;
}

#userContentsSection .pointListTable > .pointListHead > ul > li{
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
	height: 3rem;
	text-align: center;
	border-right: 1px var(--borderColorLight);
}
#userContentsSection .pointListTable > .pointListHead > ul > li:nth-last-of-type(1){border-right: none;}


#userContentsSection .pointListTable > .pointListHead > ul > li.userPointDate{ width: 14%;}
#userContentsSection .pointListTable > .pointListHead > ul > li.userPointContent{ width: 36%;}
#userContentsSection .pointListTable > .pointListHead > ul > li.point{ width: 20%;}
#userContentsSection .pointListTable > .pointListHead > ul > li.orderNum{ width: 30%;}


#userContentsSection .pointListTable > ul{display: block;}

#userContentsSection .pointListTable > ul > li{
  display: flex;
  flex-wrap: nowrap;
  align-items: stretch;
  justify-content: flex-start;
	font-size: var(--fontSizeN);
	line-height: var(--lineHeight);
	border: 1px solid var(--borderColorLight);
	border-top: none;
}
#userContentsSection .pointListTable > ul > li > dl{
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
	text-align: center;
	border-right: 1px solid var(--borderColorLight);
}
#userContentsSection .pointListTable > ul > li > dl:nth-last-of-type(1){border-right: none;}


#userContentsSection .pointListTable > ul > li > dl.userPointDate{ width: 14%;}
#userContentsSection .pointListTable > ul > li > dl.userPointContent{ width: 36%;}
#userContentsSection .pointListTable > ul > li > dl.point{ width: 20%;}
#userContentsSection .pointListTable > ul > li > dl.orderNum{ width: 30%;}


#userContentsSection .pointListTable > ul > li > dl > dt{display: none;}
#userContentsSection .pointListTable > ul > li > dl > dd{
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
	height: 100%;
	width: 100%;
	min-height: 4rem;
	padding: 1.5rem 0.5rem;
	text-align: center;
}

#userContentsSection .pointListTable > ul > li > dl.userPointContent > dd > dl{
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
}

#userContentsSection .pointListTable > ul > li > dl.orderNum > dd > .usePointCart{ width: 80%;}
#userContentsSection .pointListTable > ul > li > dl.orderNum > dd > .usePointCart > .orderLink{}
#userContentsSection .pointListTable > ul > li > dl.orderNum > dd > .usePointCart > .orderLink + .orderLink{margin-top: 0.5rem;}

#userContentsSection .pointListTable > ul > li > dl.orderNum > dd > .usePointCart > .orderLink > a{
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 4rem;
  margin: 0 0 0 auto;
  background: #FFFFFF;
  border-radius: 2rem;
  padding: 0 1rem 0 1rem;
  border: 1px solid var(--txtColor);
  font-weight: 500;
  font-size:  var(--fontSizeS);
  text-align: center;
  line-height: 1;
  text-decoration: none;
  color:  var(--txtColor);
  position: relative;
  cursor: pointer;
  transition: opacity 0.3s ease,color 0.3s ease;
}

#userContentsSection .pointListTable > ul > li > dl.orderNum > dd > .usePointCart > .orderLink > a:hover{opacity: .6;}

#userContentsSection .pointListTable > ul > li > dl.orderNum > dd > .usePointCart > .orderLink > a > dl{}
#userContentsSection .pointListTable > ul > li > dl.orderNum > dd > .usePointCart > .orderLink > a > dl > dt{}
#userContentsSection .pointListTable > ul > li > dl.orderNum > dd > .usePointCart > .orderLink > a > dl > dd{margin-top: 0.5rem; font-size: 1rem;}


#userContentsSection .pointListTable > ul > li > dl.orderNum > dd > .usePointCart > p{margin-top: 0.5rem;}


/**************************************
mailRemoveSection
**************************************/
.mailRemoveSection{
	display: block;
	margin-top: 8rem;
	background: #F2F2F2;
	padding: 3rem;
}

.mailRemoveSection .bottomBtnArea{margin-top: 3rem;}

/**************************************
shippingList
**************************************/
#userContentsSection .shippingList{
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: flex-start;
  width: 100%;
  gap: 2rem 2%;
}

#userContentsSection .shippingList > dl{
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: stretch;
  justify-content: flex-start;
  width: 49%;
  text-align: left;
  border: 1px solid var(--borderColor);
  padding: 1.5rem;
  position: relative;
}

#userContentsSection .shippingList > dl > dt{
  display: block;
  padding-right: 4rem;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  border-bottom: 1px solid var(--borderColor);
  font-size: var(--fontSizeN);
  line-height: var(--lineHeightSmall);
  font-weight: 700;
}
#userContentsSection .shippingList > dl > dd{
	font-size: var(--fontSizeS);
	line-height: var(--lineHeightSmall);
	padding-bottom: 2rem;
}
#userContentsSection .shippingList > dl > dd > .name{padding-top: 0.5rem;}

#userContentsSection .shippingList > dl > dd.operation{
	width: 100%;
	padding-top: 1.5rem;
	padding-bottom: 0;
	border-top: 1px solid #E0E0E0;
	margin: auto auto 0 auto;
}

#userContentsSection .shippingList > dl > dd.operation > ul{
  display: flex;
  flex-wrap: nowrap;
  align-items: stretch;
  justify-content: center;
  width: 100%;
  gap: 0 1rem;
}

#userContentsSection .shippingList > dl > dd.operation > ul > li{
	display: block;
	width: 100%;
  max-width: 24rem;
}

#userContentsSection .shippingList > dl > dd.operation > ul > li.btnNext > a,
#userContentsSection .shippingList > dl > dd.operation > ul > li.btnChange > a,
#userContentsSection .shippingList > dl > dd.operation > ul > li.btnCancel > a,
#userContentsSection .shippingList > dl > dd.operation > ul > li.btnBorder > a{
	height: 3rem;
	width: 100%;
	padding-left: 0;
	padding-right: 0;
	min-height: inherit;
	font-size: var(--fontSizeS);
}

#userContentsSection .shippingList > dl > dd.operation > ul > li.btnDelete{
	width: 2.5rem;
  height: 2.5rem;
	margin: 0 auto;
  position: absolute;
  top: 1.2rem;
  right: 1.5rem;
}

#userContentsSection .shippingList > dl > dd.operation > ul > li.btnDelete > a{
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  border-radius: 4px 4px 4px 4px;
  background: #555555;
  font-size: var(--fontSizeS);
  font-weight: 500;
  text-align: center;
  line-height: 1;
  text-decoration: none;
  color: #FFFFFF;
}

#userContentsSection .shippingList > dl > dd.operation > ul > li.btnDelete > a > img{
  display: block;
  width: 1.0rem;
  height: auto;
  margin: 0 auto;
}


/**************************************
cardList
**************************************/
#userContentsSection .cardList{
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: flex-start;
  width: 100%;
  gap: 2rem 2rem;
}

#userContentsSection .cardList > dl{
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: stretch;
  justify-content: flex-start;
  width: calc(50% - 1rem);
  text-align: left;
  border: 1px solid var(--borderColorLight);
  border-radius: 6px;
  background: #FFFFFF;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.06);
  padding: 1.5rem;
  position: relative;
}

#userContentsSection .cardList > dl:nth-of-type(2n){ margin-right: 0;}
#userContentsSection .cardList > dl:nth-of-type(n + 3){ margin-top: 2rem;}

#userContentsSection .cardList > dl > dt{
  display: block;
  padding-right: 4rem;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  border-bottom: 1px solid var(--borderColor);
  font-size: var(--fontSizeN);
  line-height: var(--lineHeightSmall);
  font-weight: 700;
}
#userContentsSection .cardList > dl > dd{
	display: block;
  font-size: var(--fontSizeS);
  line-height: var(--lineHeightSmall);
  padding-bottom: 1.5rem;
}
#userContentsSection .cardList > dl > dd > dl{
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-start;
}
#userContentsSection .cardList > dl > dd > dl + dl{margin-top: 0.5rem;}

#userContentsSection .cardList > dl > dd > dl > dt{
	width: 15rem;
}
#userContentsSection .cardList > dl > dd > dl > dd{width: calc(100% - 15rem); padding-left: 1rem;}

#userContentsSection .cardList > dl > dd.operation{
	width: 100%;
	padding-top: 1.5rem;
	padding-bottom: 0;
	border-top: 1px solid #efefef;
	margin: auto auto 0 auto;
}

#userContentsSection .cardList > dl > dd.operation > ul{
  display: flex;
  flex-wrap: nowrap;
  align-items: stretch;
  justify-content: center;
  width: 100%;
}

#userContentsSection .cardList > dl > dd.operation > ul > li{
	display: block;
  width: 100%;
  max-width: 24rem;
}

#userContentsSection .cardList > dl > dd.operation > ul > li + li{margin-left: 1rem;}

#userContentsSection .cardList > dl > dd.operation > ul > li.btnNext > a,
#userContentsSection .cardList > dl > dd.operation > ul > li.btnChange > a,
#userContentsSection .cardList > dl > dd.operation > ul > li.btnBorder > a{
	height: 3rem;
	width: 100%;
	padding-left: 0;
	padding-right: 0;
	min-height: inherit;
	font-size: 1.2rem;
}

#userContentsSection .cardList > dl > dd.operation > ul > li.btnDelete{
    width: 2.5rem;
    height: 2.5rem;
    margin: 0 auto;
    position: absolute;
    top: 1.2rem;
    right: 1.5rem;
}
#userContentsSection .cardList > dl > dd.operation > ul > li.btnDelete > a {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    border-radius: 4px 4px 4px 4px;
    background: #555555;
    font-size: var(--fontSizeS);
    font-weight: 500;
    text-align: center;
    line-height: 1;
    text-decoration: none;
    color: #FFFFFF;
}
#userContentsSection .cardList > dl > dd.operation > ul > li.btnDelete > a > img{
  display: block;
  width: 1rem;
  height: auto;
  margin: 0 auto;
}

#divCreditCardInputForm .formTable + .formTable{margin-top: 0;}
#ctl00_ContentPlaceHolder1_divCreditCardNoToken.formTable{margin-top: 0;}


#divCreditCardInputForm{
  padding: 4rem 4rem;
  background: #fdfaf5;
  border-radius: 6px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.06);
}


#divCreditCardInputForm > .formTable:nth-of-type(1) > dl:nth-of-type(1){
  border-top: none;
  padding-top: 1rem;
}

#divCreditCardInputForm > .formTable > dl:nth-last-of-type(1){
  border-bottom: none;
}


/**************************************
orderSetting
**************************************/
#userContentsSection .orderSettingBox{
  display: flex;
  flex-wrap: nowrap;
  align-items: stretch;
  justify-content: flex-start;
  width: 100%;
  gap: 0 2%;
}


#userContentsSection .orderSettingBox > .defaultOrderSetting{
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: stretch;
  justify-content: flex-start;
  flex-basis: 1;
  width: 100%;
  text-align: left;
  border: 1px solid #E0E0E0;
  padding: 1.5rem;
}

#userContentsSection .orderSettingBox > .defaultOrderSetting > .mypageSubTTL{
	padding: 1.2rem 1.5rem 1rem;
	border: none;
	margin-bottom: 1.5rem;
	text-align: center;
  font-size: 1.4rem;
	background-color: #F2F2F2;
}

#userContentsSection .orderSettingBox > .defaultOrderSetting > dl{
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-start;
  height: calc(100% - 6rem);
  font-size: 1.4rem;
  line-height: 1.6;
}

#userContentsSection .orderSettingBox > .defaultOrderSetting > dl > dt{
	display: block;
	width: 100%;
	font-size: 1.6rem;
	font-weight: 700;
	text-align: center;
	padding-bottom: 1.5rem;
}

#userContentsSection .orderSettingBox > .defaultOrderSetting > dl > dd{
	display: block;
	width: 100%;
	padding-top: 1.5rem;
	border-top: 1px solid #D6CFD3;
}

#userContentsSection .orderSettingBox > .defaultOrderSetting > dl > dd.creditCardInfo > dl{
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-start;
}
#userContentsSection .orderSettingBox > .defaultOrderSetting > dl > dd.creditCardInfo > dl + dl{margin-top: 0.5rem;}
#userContentsSection .orderSettingBox > .defaultOrderSetting > dl > dd.creditCardInfo > dl > dt{width: 8rem;}
#userContentsSection .orderSettingBox > .defaultOrderSetting > dl > dd.creditCardInfo > dl > dd{width: calc(100% - 8rem); padding-left: 1rem;}
#userContentsSection .orderSettingBox > .defaultOrderSetting > dl > dd.creditCardInfo > dl > dd::before{content: '：';}

#userContentsSection .orderSettingBox > .defaultOrderSetting .orderSettingInput{display: block;}
#userContentsSection .orderSettingBox > .defaultOrderSetting .orderSettingInput + .orderSettingInput{margin-top: 1rem;}

#userContentsSection .orderSettingBox > .defaultOrderSetting .orderSettingInput > dl{
	display: block;
	font-size: 1.4rem;
}
#userContentsSection .orderSettingBox > .defaultOrderSetting .orderSettingInput > dl > dt{font-weight: 700; padding: 1rem 0 2rem; text-align: left;}

#userContentsSection .orderSettingBox > .defaultOrderSetting .orderSettingInput .orderSettingInputText{
  font-size: 1.4rem;
  line-height: 1.6;
  text-align: left;
}
#userContentsSection .orderSettingBox > .defaultOrderSetting .orderSettingInput .orderSettingInputText img{max-width: 100%;}

#userContentsSection .orderSettingBox > .defaultOrderSetting .settingDetail{
	display: block;
	margin-top: 1.5rem;
	padding-top: 1.5rem;
	border-top: 1px solid #D6CFD3;
	font-size: 1.4rem;
	line-height: 1.6;
	text-align: left;
}

#userContentsSection .orderSettingBox > .defaultOrderSetting .settingErrMsgBox{
	display: block;
	margin-top: 1.5rem;
	font-size: 1.4rem;
	line-height: 1.6;
	text-align: left;
}

#userContentsSection .orderSettingBox > .defaultOrderSetting .settingDetail + .settingErrMsgBox{padding-top: 1.5rem; border-top: 1px solid #D6CFD3;}

#userContentsSection .orderSettingBox > .defaultOrderSetting .settingErrMsgBox a{text-decoration: underline;}




/**************************************
購入履歴
**************************************/
#userContentsSection .changeViewBtn{
	display: block;
	width: 100%;
	margin: 0 auto 3rem;
}

#userContentsSection .changeViewBtn > ul{
  display: flex;
  flex-wrap: nowrap;
  align-items: stretch;
  justify-content: flex-start;
}

#userContentsSection .changeViewBtn > ul > li{
	display: block;
	max-width: 50%;
  min-width: 12rem;
  border: 1px solid #D6CFD3;
  overflow: hidden;
}
#userContentsSection .changeViewBtn > ul > li:nth-of-type(1){border-radius: 2rem 0 0 2rem;}
#userContentsSection .changeViewBtn > ul > li:nth-last-of-type(1){border-radius: 0 2rem 2rem 0;}

#userContentsSection .changeViewBtn > ul > li + li{border-left: none}

#userContentsSection .changeViewBtn > ul > li > a,
#userContentsSection .changeViewBtn > ul > li > span{
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 4rem;
  padding: 0 2rem 0 2rem;
  background: #FFFFFF;
  color: var(--txtColor);
  text-decoration: none;
  font-size: var(--fontSizeN);
  line-height: 1;
  text-align: center;
}

#userContentsSection .changeViewBtn > ul > li > a{
    transition: opacity  0.3s ease;
}
#userContentsSection .changeViewBtn > ul > li > a:hover{opacity: .6;}

#userContentsSection .changeViewBtn > ul > li.current > a{
  background-color: #F2F2F2;
	color: var(--txtColor);
	font-weight: 700;
}

#userContentsSection .changeViewBtn > ul > li > span{
  background-color: #8e4b00;
	color: #FFFFFF;
	font-weight: 700;
}

/** historyCartList ****************/
#userContentsSection .historyCartList{
  display: block;
}

#userContentsSection .addrTTL + .historyCartList{
  margin-top: 2rem;
}

#userContentsSection .historyCartList > ul:not(.windowView){
  padding: 0.5rem 2rem;
  background: #FFFFFF;
  border-radius: 6px;
  border: 1px solid var(--borderColorLight);
}

#userContentsSection .historyCartList > ul.windowView{
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: flex-start;
  gap: 2rem 2%;
}

#userContentsSection .historyCartList > ul > li{
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-start;
  justify-content: flex-start;
  margin: 0 auto;
  padding: 1.5rem 1.5rem;
  position: relative;
}

#userContentsSection .historyCartList > ul.windowView > li{
  width: 49%;
  padding: 1.5rem 1.5rem 8rem;
	margin: 0 0 0 0;
  border: 1px solid var(--borderColorLight);
  background: #fdfaf5;
  border-radius: 6px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.06);
}


#userContentsSection .historyCartList > ul > li > figure{
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: flex-start;
  justify-content: center;
  width: 8rem;
  position: relative;
}

#userContentsSection .historyCartList > ul > li > figure img,
#userContentsSection .historyCartList > ul > li > figure a{display: block; width: 100%; height: auto;}

/*特殊対応**/
#userContentsSection .historyCartList > ul > li > figure > .delivType{
  display: block;
  position: absolute;
  width: 2rem;
  height: 2rem;
  top: 0;
  right: 0;
}
#userContentsSection .historyCartList > ul > li > figure > .delivType::before{
  content: '';
  display: block;
  width: 100%;
  height: 100%;
}
#userContentsSection .historyCartList > ul > li > figure > .delivType.normal::before{
  background: url("../img/common/icon_deliv_type_normal.svg") center center no-repeat;
  background-size: 100% auto;
}
#userContentsSection .historyCartList > ul > li > figure > .delivType.cool::before{
  background: url("../img/common/icon_deliv_type_cool.svg") center center no-repeat;
  background-size: 100% auto;
}
#userContentsSection .historyCartList > ul > li > figure > .delivType.frozen::before{
  background: url("../img/common/icon_deliv_type_frozen.svg") center center no-repeat;
  background-size: 100% auto;
}
/*特殊対応ここまで**/


#userContentsSection .historyCartList > ul > li > figure .soldOut{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0, .4);
  color: #FFFFFF;
  font-weight: 700;
  font-size: 1.2rem;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
}

#userContentsSection .historyCartList > ul > li > .namePrice{
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: flex-start;
  justify-content: center;
  width: calc(100% - 11rem);
  padding: 0 0;
  margin-left: 2rem;
  font-size: var(--fontSizeS);
  line-height: var(--lineHeight);
  text-align: left;
  word-break: break-all;
}


#userContentsSection .historyCartList > ul > li > .namePrice > .date{
	display: block;
	margin-bottom: 5px;
	font-size: var(--fontSizeS);
	font-weight: 700;
}

#userContentsSection .historyCartList > ul > li > .namePrice > .itemName{margin-bottom: 0.5rem;}
#userContentsSection .historyCartList > ul > li > .namePrice > .itemName a{color: var(--txtColor);}

#userContentsSection .historyCartList > ul > li > .namePrice > .priceList{}
#userContentsSection .historyCartList > ul > li > .namePrice > .priceList > dl{
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-start;
  justify-content: flex-start;
}
#userContentsSection .historyCartList > ul > li > .namePrice > .priceList > dl > dt{margin-right: 1rem; font-weight: 500;}

#userContentsSection .historyCartList > ul > li > .namePrice > .priceList > dl > dd{}
#userContentsSection .historyCartList > ul > li > .namePrice > .priceList > dl > dd > span{display: none;}


	
#userContentsSection .historyCartList > ul > li > ul.operation{
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  width: calc(100% - 3rem);
  padding: 1.5rem 0 0;
  border-top: 1px solid var(--borderColor);
  position: absolute;
  left: 1.5rem;
  bottom: 1.5rem;
  gap: 0 1rem;
}
#userContentsSection .historyCartList > ul > li > ul.operation > li{
	width: 100%;
	flex-shrink: 1;
}



#userContentsSection .historyCartList > ul > li > ul.operation > li.btnDetail > a{
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 3rem;
  margin: 0 0 0 auto;
  background: #FFFFFF;
  border-radius: 1.5rem;
  padding: 0 1rem 0 1rem;
  border: 1px solid var(--txtColor);
  font-size: var(--fontSizeS);
  text-align: center;
  line-height: 1;
  text-decoration: none;
  color: var(--txtColor);
  position: relative;
  cursor: pointer;
  transition: opacity 0.3s ease,color 0.3s ease;
}
#userContentsSection .historyCartList > ul > li > ul.operation > li.btnInCart > a{
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 3rem;
  margin: 0 0 0 auto;
  background: var(--btnColor);
  border-radius: 1.5rem;
  padding: 0 1rem 0 1rem;
  font-size: var(--fontSizeS);
  text-align: center;
  line-height: 1;
  text-decoration: none;
  color: #FFFFFF;
  position: relative;
  cursor: pointer;
  transition: opacity 0.3s ease,color 0.3s ease;
}



#userContentsSection .historyCartList > ul > li > figure{display: block; width: 9rem;}
#userContentsSection .historyCartList > ul > li > figure img{display: block; width: 100%; height: auto;}

#userContentsSection .historyCartList > ul > li > dl{
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-start;
	width: 100%;
}
#userContentsSection .historyCartList > ul > li > figure + dl{width: calc(100% - 9rem); padding-left: 2rem;}

#userContentsSection .historyCartList > ul > li > dl > dt{
	display: block;
	font-size: var(--fontSizeN);
	line-height: var(--lineHeight);
	width: 50%;
	padding-right: 2rem;
}


/*特殊対応**/
#userContentsSection .historyCartList > ul > li > dl > dt > .delivType{
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-start;
  gap: 0 0.5rem;
  margin-bottom: 0.5rem;
}
#userContentsSection .historyCartList > ul > li > dl > dt > .delivType::before{
  content: '';
  display: block;
  width: 2rem;
  height: 2rem;
}

#userContentsSection .historyCartList > ul > li > dl > dt > .delivType.normal::before{
  background: url("../img/common/icon_deliv_type_normal.svg") center center no-repeat;
  background-size: 100% auto;
}
#userContentsSection .historyCartList > ul > li > dl > dt > .delivType.cool::before{
  background: url("../img/common/icon_deliv_type_cool.svg") center center no-repeat;
  background-size: 100% auto;
}
#userContentsSection .historyCartList > ul > li > dl > dt > .delivType.frozen::before{
  background: url("../img/common/icon_deliv_type_frozen.svg") center center no-repeat;
  background-size: 100% auto;
}

#userContentsSection .historyCartList > ul > li > dl > dt > .delivType.normal::after{
  content: '常温';
  font-size: var(--fontSizeS);
  color: #29A08E;
}
#userContentsSection .historyCartList > ul > li > dl > dt > .delivType.cool::after{
  content: '冷蔵';
  font-size: var(--fontSizeS);
  color: #316EB5;
}
#userContentsSection .historyCartList > ul > li > dl > dt > .delivType.frozen::after{
  content: '冷凍';
  font-size: var(--fontSizeS);
  color: #A1A8AC;
}

/*特殊対応ここまで**/



#userContentsSection .historyCartList > ul > li > dl > dt a{color: var(--txtColor);}

#userContentsSection .historyCartList > ul > li > dl > dd.productPrice{
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
	width: 50%;
	font-size: var(--fontSizeS);
	text-align: center;
	line-height: var(--lineHeight);
}

#userContentsSection .historyCartList > ul > li > dl > dd.productPrice > dl{
	flex-basis: 1;
	width: 50%;
	font-size: var(--fontSizeS);
}

#userContentsSection .historyCartList > ul > li > dl > dd.productPrice > dl.normal > dt{display: none;}

#userContentsSection .historyCartList > ul > li > dl > dd.productPrice > dl.subToatal > dd{font-size: 1.6rem; font-weight: 700;}


/** historyListBox ****************/
#userContentsSection .historyListBox{
	display: block;
}

#userContentsSection .historyListBox > ul{display: block;}

#userContentsSection .historyListBox > ul > li{
	display: block;
}
#userContentsSection .historyListBox > ul > li + li{margin-top: 2rem;}


#userContentsSection .historyListBox > ul > li > a{display: block;}

#userContentsSection .historyListTable{
	border: 1px solid var(--borderColorLight);
  background: #fdfaf5;
  border-radius: 6px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.06);
}

#userContentsSection .historyListTable > dl{display: block;}

#userContentsSection .historyListTable > dl > dt{
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-start;
  height: 5rem;
  padding: 1rem 1.5rem;
  font-size: var(--fontSizeL);
  font-weight: 700;
  color: var(--txtColor);
  position: relative;
}
#userContentsSection .historyListTable > dl > dt > em{margin-left: 1rem;}

#userContentsSection .historyListTable > dl > dt > a{
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  width: 10rem;
  height: 3rem;
  margin: 0 0 0 auto;
  background: #FFFFFF;
  border-radius: 1.5rem;
  padding: 0 1rem 0 1rem;
  border: 1px solid var(--txtColor);
  font-weight: 500;
  font-size: var(--fontSizeS);
  text-align: center;
  line-height: 1;
  text-decoration: none;
  color: var(--txtColor);
  position: relative;
  cursor: pointer;
  transition: opacity 0.3s ease,color 0.3s ease;
}
#userContentsSection .historyListTable > dl > dt > a:hover{opacity: .6;}

#userContentsSection .historyListTable > dl > dd.status{
  display: flex;
  flex-wrap: nowrap;
  align-items: stretch;
  justify-content: space-around;
  width: 100%;
  border-top: 1px solid var(--borderColor);
}

#userContentsSection .historyListTable > dl > dd.status > dl{
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: flex-start;
  justify-content: flex-start;
  width: 100%;
  border-right: 1px solid var(--borderColor);
  flex-basis: 1;
}
#userContentsSection .historyListTable > dl > dd.status > dl:nth-last-of-type(1){border-right: none;}

#userContentsSection .historyListTable > dl > dd.status > dl > dt{
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 3.1rem;
  border-bottom: 1px solid var(--borderColor);
  text-align: center;
  font-size: var(--fontSizeS);
  font-weight: 700;
  background-color: #e7e3cf;
}
#userContentsSection .historyListTable > dl > dd.status > dl > dd{
  splay: flex;
  ex-wrap: nowrap;
  ign-items: center;
  stify-content: center;
  width: 100%;
  height: calc(100% - 3.1rem);
  padding: 1rem 0.5rem;
  text-align: center;
  font-size: var(--fontSizeS);
}

#userContentsSection .historyListTable > dl > dd.item{
	display: block;
	border-top: 1px solid var(--borderColor);
}

#userContentsSection .historyListTable > dl > dd.item > dl{display: block;}
#userContentsSection .historyListTable > dl > dd.item > dl > dt{
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  height: 3.1rem;
  padding: 0 1.5rem;
  border-bottom: 1px solid var(--borderColor);
  text-align: center;
  font-size: var(--fontSizeS);
  font-weight: 700;
  background-color: #F2F2F2;
}
#userContentsSection .historyListTable > dl > dd.item > dl > dd{
	padding: 0 1.5rem;
  margin-bottom: 0;
}

#userContentsSection .historyListTable > dl > dd.item .cartTableMini > ul > li{
	padding: 0.8rem 0;
}

#userContentsSection .historyListTable > dl > dd.item .cartTableMini > ul > li:nth-last-of-type(1){border-bottom: none;}


/**************************************
historyDetail
**************************************/
#orderHistoryDetail{}

#orderHistoryDetail .formInnerSection{
  padding: 4rem 4rem;
  background: #fdfaf5;
  border-radius: 6px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.06);
}

#orderHistoryDetail .formInnerSection + .formInnerSection{
  margin-top: 3rem;
}

#orderHistoryDetail .formTable + .formTable{margin-top: 0;}

#orderHistoryDetail .formInnerSection:not(:has(*)){
  margin: 0;
  padding: 0;
}


.formTable.historyDetail > dl:nth-of-type(1){border-top: none;}


.formInnerSection > .formTable.historyDetail > dl:nth-last-of-type(1){
  border-bottom: 1px dotted var(--borderColor);
  padding-bottom: 2rem;
}

.formTable.historyDetail + .formTable.historyDetail > dl:nth-of-type(1){
  border-top: 1px dotted var(--borderColor);
  padding-top: 2rem;
  padding-bottom: 2rem;
}


.formTable.historyDetail > dl > dt{padding-left: 1.5rem;}


.formTable.changeInputArea > dl,
dl.changeInputArea{}

.formTable.changeInputArea > dl > dt,
dl.changeInputArea > dt{
	align-items: flex-start;
	padding-top: 1rem;
  padding-left: 1.5rem;
}

/**こここここ********/
.formTable.changeInputArea > dl > dd,
dl.changeInputArea  > dd{padding-right: 2rem;}

.changeInputArea .paymentSelctList{
	width: 100%;
}

.changeInputArea .paymentSelctList dl.paymentSelect:nth-last-of-type(1){margin-bottom: 0;}

.changeInputArea .paymentSelctList .paymentSelect{background: #FFFFFF;}

.formTable.changeInputArea .formInnerTable{
	padding: 0 1rem;
}


.formTable.changeInputArea .formInnerTable > dl{
  display: block;
	border:none;
	padding: 0 0;
}
.formTable.changeInputArea .formInnerTable > dl{display: block; padding-top: 0;}



.formTable.changeInputArea .formInnerTable > dl > dt{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    padding: 1rem 1rem 1rem 1.5rem;
    background-color: #e7e3cf;
    font-size: var(--fontSizeS);
    font-weight: 700;
    color: #000000;
  margin-bottom: 0;
}

.formTable.changeInputArea .formInnerTable > dl > dd{
  padding: 1rem 1rem 2rem 1.5rem;
}

.formTable.changeInputArea .paymentInput .formInnerTable:last-child > dl:last-child{border-bottom: none;}



.formTable .creditCardInfo{width: 100%;}
.formTable .creditCardInfo > dl{
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-start;
  justify-content: flex-start;
	width: 100%;
}
.formTable .creditCardInfo > dl > dt{width: 12rem;}

.formTable .creditCardInfo > dl > dd{width: calc(100% - 12rem); white-space: nowrap;}
.formTable .creditCardInfo > dl > dd::before{content: '：'}

.changeSubmitArea{
  width: 100%;
  padding-top: 1rem;
  /*padding: 1rem;*/
  /*background: #F2F2F2;*/
}


.formTable .inputArea > .input + .checkBox{margin-left: 2rem;}

.changeSubmitArea ul.checkBoxList{
  display: flex;
  flex-wrap: nowrap;
  align-items: stretch;
  justify-content: center;
  gap: 1rem 2rem;
  margin-bottom: 2rem;
}
.changeSubmitArea ul.checkBoxList > li{
  display: inline-flex;
  flex-wrap: nowrap;
  align-items: flex-start;
  gap: 0 0.4rem;
}

.changeSubmitArea ul.checkBoxList > li > label{
  display: inline-flex;
  flex-wrap: nowrap;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 0 var(--checkBtnGap);
  font-size: var(--formFontSize);
  line-height: var(--checkBtnLineHeight);
  cursor: pointer;
  position: relative;
  transition: opacity 0.3s ease;
}
.changeSubmitArea ul.checkBoxList > li > label:hover{opacity: .6;}



/***/
ul.upDateButtonList{
  display: flex;
  flex-wrap: nowrap;
  align-items: stretch;
  justify-content: center;
  margin: 2rem auto 0;
  border-top: 1px solid var(--borderColorLight);
  padding-top: 2rem;
  width: 100%;
}
.inputUpper + #divOrderShippingUpdateButtons ul.upDateButtonList{
  padding-top: 0;
  border-top: none;
  margin-top: 0;
}


ul.upDateButtonList > li{
	display: block;
	width: 100%;
  max-width: 28rem;
	flex-basis: 1;
}
ul.upDateButtonList > li + li{margin-left: 2rem;}
ul.upDateButtonList > li > a{box-shadow: none; height: 4rem; font-size: var(--fontSizeN); border-radius: 2.4rem;}
ul.upDateButtonList > li > input[type="submit"]{box-shadow: none; height: 4rem; font-size: var(--fontSizeN); border-radius: 2.4rem;}




.formTable > .changeSubmitArea{
	margin-top: 1px;
	padding: 3rem 4rem 0;
}
.formTable > .changeSubmitArea > ul.upDateButtonList{
	padding: 0;
	margin: 0;
	border: none;
}

.formTable > .changeSubmitArea.fixedAddr{
  margin-top: 3rem;
  border-top: 2px solid var(--borderColor);
}


.formTable .formInnerTable > dl.pointInfo{
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-start;
}

.formTable .formInnerTable > dl.pointInfo > dt{
	white-space: nowrap;
	padding-right: 2rem;
}

.formTable .formInnerTable > dl.pointInfo > dd{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
}

.formTable .formInnerTable > dl.pointInfo > dd .pointInput{
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-start;
	width: 100%;
	white-space: nowrap;
}

.formTable .formInnerTable > dl.pointInfo > dd .pointInput input{max-width: 50%; margin-right: 0.5rem;}


.changeSubmitArea .cauiton{
	display: block;
	padding-left: 1em;
	text-indent: -1em;
	padding-top: 2rem;
	font-size: var(--fontSizeS);
	text-align: center;
	line-height: var(--lineHeightSmall);
}


#orderHistoryDetail .addrTTL{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 1rem 1rem 1rem 1.5rem;
  background-color: #e7e3cf;
  font-size: var(--fontSizeN);
  font-weight: 700;
  color: #000000;
}

#orderHistoryDetail .addrTTL.mt{margin-top: 4rem;}

#orderHistoryDetail .addrTTL .btnNext > *,
#orderHistoryDetail .addrTTL .btnChange > *,
#orderHistoryDetail .addrTTL .btnCancel > *{
    height: 3rem;
    font-size: var(--fontSizeS);
    box-shadow: none;
    width: 15rem;
    padding-left: 1rem;
    padding-right: 1rem;
}


#orderHistoryDetail .orderDetailProductsList + .formTable.historyDetail{
  margin-top: 3rem;
}
#orderHistoryDetail .formTable.historyDetail + .orderDetailProductsList{
  margin-top: 3rem;
}


#orderHistoryDetail .cartUnderResult .subTotalBox{
  width: 100%;
  padding: 2rem 4rem;
}


#orderHistoryDetail #divCreditCardInputForm{
  padding: 2rem;
  margin-top: 2rem;
}

#userContentsSection #orderHistoryDetail .historyCartList > ul{
	display: block;
	border-bottom: 1px solid var(--borderColor);
}

#userContentsSection #orderHistoryDetail .historyCartList > ul > li{
  -webkit-align-items: center;
  align-items: center;
	width: 100%;
	border: none;
	padding: 1.5rem 2rem;
}
#userContentsSection #orderHistoryDetail .historyCartList > ul > li + li{border-top: 1px solid var(--borderColor);}



#userContentsSection .fixedAddRegist{
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 6rem;
  margin: 2rem auto 4rem;
  padding: 3rem 2rem;
  border: 2px solid #D6CFD3;
  border-radius: 10px;
  font-size: 1.6rem;
  text-align: center;
}
#userContentsSection .fixedAddRegist a{
	text-decoration: underline;
	color: #C41933;
	font-weight: 700;
}





/**************************************
tableDl
**************************************/
table.tableDl{display: block;}
table.tableDl > tbody{display: block;  padding-top: 2rem;}

table.tableDl tr{display: block;}
table.tableDl tr + tr{padding-top: 1rem;}

table.tableDl tr > th{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  gap: 0.5rem 1rem;
  font-weight: 700;
  margin-bottom: 1rem;
  font-size: var(--fontSizeN);
}
table.tableDl tr.required > th::after{
  content: '必須';
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 1.6rem;
  padding: 0.3rem 0.5rem 0.4rem;
  background: var(--cautionColor);
  border-radius: 2px;
  font-size: 1rem;
  font-weight: 700;
  color: #FFFFFF;
  text-align: center;
  line-height: 1;
  vertical-align: middle;
}

table.tableDl tr > td{
  display: block;
}

table.tableDl tr > td .inputArea + .errMsg{margin-top: 0.5rem;}

/**************************************
receiptTable
**************************************/
table.receiptTable{
  width: 100%;
  padding: 2rem;
  margin-top: 1.5rem;
  background: #f8f6ec;
}


table.receiptTable tr:not(:nth-last-of-type(1)){border-bottom: 1px solid var(--borderColorLight);}

table.receiptTable th{
  width: 10rem;
  padding: 0 0 0 2rem;
  font-weight: 700;
}

table.receiptTable td{padding: 2rem;}


table.receiptTable .btnNext{
  width: 24rem;
  padding: 0 1rem 0 2rem;
}

table.receiptTable .btnNext > a{
  width: 20rem;
  box-shadow: none;
  height: 3rem;
  font-size: var(--fontSizeS);
  margin: 0 0 0 auto;
  letter-spacing: 0.05em;
}


table.receiptTable.noBtn .btnNext{
  display: none;
}


.dvReceiptDownloadErrorMessage{
  margin-top: 1rem;
}

/**downloadPage********/
#dvReceiptDownloadBox{
  display: block;
  width: 100%;
  max-width:var(--contentsSmallWidh);
  margin: 0 auto;
}

#dvReceiptDownloadBox .ledeBox{
  text-align: center;
}

#dvReceiptDownloadBox .btnDownLoad{
  display: block;
  width: 24rem;
  margin: 0 auto;
}

#dvReceiptDownloadBox .btnDownLoad > a{
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  gap: 0 1rem;
  width: 100%;
  height: 4.5rem;
  background: var(--btnColor);
  border-radius: 8px;
  padding: 0 1rem 0 2rem;
  font-family: var(--contentsOtherFont);
  font-size: 1.5rem;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-align: center;
  line-height: 1;
  text-decoration: none;
  color: #FFFFFF;
  position: relative;
  transition: opacity 0.3s ease;
}
#dvReceiptDownloadBox .btnDownLoad > a::after{
  content: '';
  display: block;
  width: 2rem;
  height: 2rem;
  background: url("../img/system/icon_download.svg") center center no-repeat;
  background-size: 100% auto;
}

/**************************************
consultationNologin
**************************************/
#consultationNologin {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    width: 100%;
	padding: 60px 20px;
    max-width: 1240px;
    margin: 0 auto 0;
    border: 2px solid #707070;
    border-radius: 10px;
    font-size: 1.3125rem;
    text-align: center;
}

/**************************************
consultationNologin
**************************************/
#userContentsSection .consultationCaution{
	margin-bottom: 3rem;
}

#userContentsSection .consultationCaution > dl > dt{
  display: block;
  width: 100%;
  margin-bottom: 2rem;
  padding: 0.8rem 1.5rem;
  background-color: #777;
  font-size: var(--fontSizeN);
  font-weight: 700;
  line-height: var(--lineHeightSmall);
  color: #fff;
}

#userContentsSection .consultationCaution > dl > dd{
  display: block;
  width: 100%;
  padding: 0;
  font-size: var(--fontSizeN);
  text-align: left;
  line-height: var(--lineHeight);
	font-weight: 700;
}

#userContentsSection .consultationCaution > dl > dd > ul{}
#userContentsSection .consultationCaution > dl > dd > ul > li{
	padding-left: 1em;
	text-indent: -1em;
}
#userContentsSection .consultationCaution > dl > dd > ul > li + li{margin-top: 0.5rem;}

#userContentsSection .consultationCaution > p{
  display: block;
  width: 100%;
  padding: 0;
  font-size: var(--fontSizeSS);
  text-align: left;
  line-height: var(--lineHeight);
	margin-top: 2rem;
}
#userContentsSection .consultationCaution > p > a{text-decoration: underline;}


#userContentsSection .consultationInputGuide{margin-bottom: 10px;}

#userContentsSection .consultationInputGuide > p{font-weight: 700; margin-bottom: 0.5rem;}


/**************************************
historyCouponSelect
**************************************/
.formTable dd.historyCouponSelect .inputArea{min-height: inherit; margin: 0;}

.formTable dd.historyCouponSelect .inputArea:nth-of-type(1){margin-bottom: 2rem;}

.formTable dd.historyCouponSelect .inputArea + .couponBoxBtn{margin-top: 2rem; width: 20rem;}

.formTable dd.historyCouponSelect .inputArea + .couponBoxBtn > a{
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 3rem;
  background: #000000;
  border-radius: 2rem;
  padding: 0 1rem 0 1rem;
  border: 2px solid #000000;
  font-weight: 700;
  font-size: var(--fontSizeS);
  text-align: center;
  line-height: 1;
  text-decoration: none;
  color: #FFFFFF;
  position: relative;
  cursor: pointer;
  transition: opacity 0.3s ease;
}


/**************************************
snsLoginListTable
**************************************/
.snsLoginListTable{
	display: block;
  border-top: 1px solid var(--borderColorLight);
  border-bottom: 1px solid var(--borderColorLight);
}

.snsLoginListTable > dl{
  display: flex;
  flex-wrap: nowrap;
  align-items: stretch;
  justify-content: space-between;
  padding: 2rem 0;
}
.snsLoginListTable > dl + dl{border-top: 1px dotted var(--borderColorLight);}

.snsLoginListTable > dl > dt{
  display: block;
  width: 18rem;
}
.snsLoginListTable > dl > dt > span{
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  gap: 0 1rem;
  width: 100%;
  height: 100%;
  background: #efefef;
  padding: 0 1rem 0 1rem;
  font-weight: 400;
  font-size: var(--fontSizeL);
  text-align: center;
  line-height: 1;
  text-decoration: none;
  color: #FFFFFF;
  position: relative;
}
.snsLoginListTable > dl > dt > span::after{
  
}

.snsLoginListTable > dl > dt > span.facebook{background-color: #305097;}
.snsLoginListTable > dl > dt > span.twitter{background-color: #1da1f2;}
.snsLoginListTable > dl > dt > span.yahoo{background-color: #FF0020;}
.snsLoginListTable > dl > dt > span.google{background-color: inherit; border: 1px solid #CCCCCC;}
.snsLoginListTable > dl > dt > span.line{background-color: #00c300;}
.snsLoginListTable > dl > dt > span.amazon{background-color: #f7dfa5; color: #000000;}



.snsLoginListTable > dl > dd.status{
  display: block;
  width: calc(100% - 20rem);
  font-size: var(--fontSizeN);
}
.snsLoginListTable > dl > dd.status > dl{
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-start;
}
.snsLoginListTable > dl > dd.status > dl > dt{
}
.snsLoginListTable > dl > dd.status > dl > dt::after{content: '：';}
.snsLoginListTable > dl > dd.status > dl > dt + dd{font-weight: 700;}

.snsLoginListTable > dl > dd.status > dl > dd.btnNext,
.snsLoginListTable > dl > dd.status > dl > dd.btnCancel,
.snsLoginListTable > dl > dd.status > dl > dd.amazonLogin{
  display: block;
  width: 27rem;
  padding-left: 3rem;
  margin: 0 0 0 auto;
  border-left: 1px dotted var(--borderColorLight);
}
.snsLoginListTable > dl > dd.status > dl > dd.btnNext > *,
.snsLoginListTable > dl > dd.status > dl > dd.btnCancel > *,
.snsLoginListTable > dl > dd.status > dl > dd.amazonLogin > *{
  max-width: 100%;
}


.snsLoginListTable > dl > dd.status > dl > dd.btnNext > p,
.snsLoginListTable > dl > dd.status > dl > dd.btnCancel > p,
.snsLoginListTable > dl > dd.status > dl > dd.amazonLogin > p{
  padding-top: 0.5rem;
  font-size: var(--fontSizeS);
  line-height: var(--lineHeightSmall);
  text-align: center;
}

.snsLoginListTable > dl > dd.status > dl > dd.btnCancel > a{
  height: 4.8rem;
  font-size: 1.5rem;
  border-radius: 2.4rem;
}

/**************************************
arrivalMailListBox
**************************************/
#userContentsSection .arrivalMailListBox{
	display: block;
}


#userContentsSection .arrivalMailListBox > .listHead{
	display: block;
	width: 100%;
	border-top: 1px solid var(--borderColor);
	border-bottom: 1px solid var(--borderColor);
}

#userContentsSection .arrivalMailListBox > .listHead > ul{
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
	padding: 1rem 0;
	font-size: var(--fontSizeN);
	font-weight: 700;
	min-height: 2rem;
}
#userContentsSection .arrivalMailListBox > .listHead > ul > li{text-align: center;}
#userContentsSection .arrivalMailListBox > .listHead > ul > li.itemName{ width: calc(10rem + 100% - 58rem);}
#userContentsSection .arrivalMailListBox > .listHead > ul > li.mailType{ width: 10rem;}
#userContentsSection .arrivalMailListBox > .listHead > ul > li.addrType{ width: 11rem;}
#userContentsSection .arrivalMailListBox > .listHead > ul > li.limite{ width: 22rem;}

#userContentsSection .arrivalMailList{display: block;}

#userContentsSection .arrivalMailList > ul{
	display: block;
}

#userContentsSection .arrivalMailList > ul > li:not(.setItems){
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  margin: 0 auto;
  padding: 1.5rem 0;
  border-bottom: 2px solid #F2F2F2;
  position: relative;
}

.arrivalMailList > ul > li > figure{
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-start;
  justify-content: center;
  width: 8rem;
	margin-right: 2rem;
  position: relative;
}
.arrivalMailList > ul > li > figure img,
.arrivalMailList > ul > li > figure a{display: block; width: 100%; height: auto;}

/*特殊対応**/
.arrivalMailList > ul > li > figure > .delivType{
  display: block;
  position: absolute;
  width: 2rem;
  height: 2rem;
  top: 0;
  right: 0;
}
.arrivalMailList > ul > li > figure > .delivType::before{
  content: '';
  display: block;
  width: 100%;
  height: 100%;
}
.arrivalMailList > ul > li > figure > .delivType.normal::before{
  background: url("../img/common/icon_deliv_type_normal.svg") center center no-repeat;
  background-size: 100% auto;
}
.arrivalMailList > ul > li > figure > .delivType.cool::before{
  background: url("../img/common/icon_deliv_type_cool.svg") center center no-repeat;
  background-size: 100% auto;
}
.arrivalMailList > ul > li > figure> .delivType.frozen::before{
  background: url("../img/common/icon_deliv_type_frozen.svg") center center no-repeat;
  background-size: 100% auto;
}
/*特殊対応ここまで**/


.arrivalMailList > ul > li > .itemName{
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-start;
  justify-content: center;
  width: calc(100% - 58rem);
  padding-right: 1rem;
  text-align: left;
  font-size: var(--fontSizeN);
  line-height: var(--lineHeight);
}


.arrivalMailList > ul > li > dl.mailType > dt,
.arrivalMailList > ul > li > dl.addrType > dt,
.arrivalMailList > ul > li > dl.limite > dt{
  display: none;
}


.arrivalMailList > ul > li > dl.mailType{width: 10rem; padding: 0 0.5rem;}
.arrivalMailList > ul > li > dl.mailType > dd{
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: var(--fontSizeS);
  word-break: break-all;
}

.arrivalMailList > ul > li > dl.addrType{width: 11rem;  padding: 0 0.5rem;}
.arrivalMailList > ul > li > dl.addrType > dd{
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 0.5rem 0;
  font-size: var(--fontSizeS);
  word-break: break-all;
}

.arrivalMailList > ul > li > dl.limite{width: 22rem;  padding: 0 0.5rem;}
.arrivalMailList > ul > li > dl.limite > dd{
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 0 0.5rem;
  white-space: nowrap;
  font-size: var(--fontSizeS);
}
.arrivalMailList > ul > li > dl.limite > dd > input[type="text"]:nth-of-type(1){width: 5em; text-align: center;}
.arrivalMailList > ul > li > dl.limite > dd > input[type="text"]:nth-of-type(2){width: 3em; text-align: center;}


.arrivalMailList > ul > li > .btnDelete{width: 5rem;  padding-left: 2rem;}
.arrivalMailList > ul > li > .btnDelete > a{
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 3rem;
  border-radius: 4px;
  background: url("../img/system/icon_trash.svg") center center no-repeat #555555;
  background-size: auto 2rem;
  line-height: 1;
  text-decoration: none;
  color: #FFFFFF;
  cursor: pointer;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.arrivalMailList > ul > li > .btnDelete > a:hover{opacity: .6;}


/**************************************
fixedHistoryCartList
**************************************/
.fixedHistoryCartList{
  display: block;
  margin-top: 2rem;
}

.fixedHistoryCartList > ul{
  display: block;
}

.fixedHistoryCartList > ul > li{
  display: block;
  padding: 2rem 2rem;
  background: #FFFFFF;
  border-radius: 6px;
  border: 1px solid var(--borderColorLight);
}

.fixedHistoryCartList > ul > li + li{
  margin-top: 1rem;
}

.fixedHistoryCartList > ul > li > .itemLine{
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.fixedHistoryCartList > ul > li > .itemLine > figure{
  display: block;
  width: 6rem;
}
.fixedHistoryCartList > ul > li > .itemLine > figure > img{
  display: block;
  width: 100%;
  height: auto;
}

.fixedHistoryCartList > ul > li > .itemLine > dl{
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: calc(100% - 8rem);
  text-align: left;
}

.fixedHistoryCartList > ul > li > .itemLine > dl > dt{
  width: 30rem;
  font-size: 1.4rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
}

.fixedHistoryCartList > ul > li > .itemLine > dl > dd.productPrice{
  display: block;
  width: calc(100% - 45rem);
  padding: 0 4rem 0 2rem;
  text-align: center;
}

.fixedHistoryCartList > ul > li > .itemLine > dl > dd.productPrice > dl{
  display: flex;
  justify-content: flex-end;
  align-items: center;
  font-size: 1.4rem;
}

.fixedHistoryCartList > ul > li > .itemLine > dl > dd.productPrice > dl + dl{
  margin-top: 0.6rem;
}

.fixedHistoryCartList > ul > li > .itemLine > dl > dd.productPrice > dl > dt::after{
  content: '：';
}


.fixedHistoryCartList > ul > li > .itemLine > dl > dd.changeItemBtns{
  width: 15rem;
  margin-left: auto;
  margin-right: 0;
}

/*changeVariation **********/
.fixedHistoryCartList > ul > li > .itemChangeBox{
  display: block;
  margin-top: 2rem;
  padding-top: 2rem;
  border-top: 1px dotted var(--borderColor);
}

.fixedHistoryCartList > ul > li > .itemChangeBox > .selectArea{
  display: flex;
  justify-content: space-between;
  align-items: center;
}


.fixedHistoryCartList > ul > li > .itemChangeBox > .selectArea > dl.selectedItem{
  display: block;
  width: 15rem;
  text-align: center;
}

.fixedHistoryCartList > ul > li > .itemChangeBox > .selectArea > dl.selectedItem > dt{
  font-size: 1.4rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
}

.fixedHistoryCartList > ul > li > .itemChangeBox > .selectArea > dl.selectedItem > dd{
  font-size: 1.2rem;
}

.fixedHistoryCartList > ul > li > .itemChangeBox > .selectArea > dl.selectedItem > dd > figure{
  width: 10rem;
  margin: 0 auto 0.5rem;
}

.fixedHistoryCartList > ul > li > .itemChangeBox > .selectArea > dl.selectForm{
  display: block;
  width: calc(100% - 18rem);
  text-align: left;
}
.fixedHistoryCartList > ul > li > .itemChangeBox > .selectArea > dl.selectForm > dt{
  font-size: 1.4rem;
  margin-bottom: 0.5rem;
}


/*********************/
.btnChange.itemCntChange{
  width: 20rem;
  margin: 2rem 0 0 auto;
}



/**************************************
dvFixedPurchaseItem
**************************************/
.dvFixedPurchaseItem{
  margin-top: 3rem;
}



ul.fixedHistoryChangeCartList{
  display: block;
  margin-top: 2rem;
}

ul.fixedHistoryChangeCartList > li{
  display: block;
  padding: 2rem 2rem;
  background: #FFFFFF;
  border-radius: 6px;
  border: 1px solid var(--borderColorLight);
}

ul.fixedHistoryChangeCartList > li + li{
  margin-top: 1rem;
}


.fixedHistoryChangeCartList .changeItemLine{
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.fixedHistoryChangeCartList .imgInfo{
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: calc(100% - 32rem);
}

.fixedHistoryChangeCartList .imgInfo > figure{
  display: block;
  width: 6rem;
}
.fixedHistoryChangeCartList .imgInfo > figure > img{
  display: block;
  width: 100%;
  height: auto;
}

.fixedHistoryChangeCartList .imgInfo > .itemInfo{
  display: block;
  width: calc(100% - 6rem);
  padding-left: 2rem;
  font-size: 1.2rem;
  line-height: 1.4;
}

.fixedHistoryChangeCartList .imgInfo > .itemInfo p + p{
  margin-top: 0.5rem;
}

.fixedHistoryChangeCartList .imgInfo > .itemInfo .name{
  font-size: 1.4rem;
  font-weight: 700;
}

.fixedHistoryChangeCartList .imgInfo > .itemInfo .productId{display: none;}
.fixedHistoryChangeCartList .imgInfo > .itemInfo .option{}

.fixedHistoryChangeCartList .imgInfo > .itemInfo dl.singlePrice{
  display: inline-flex;
  justify-content: flex-start;
  align-items: center;
  font-size: 1.2rem;
}
.fixedHistoryChangeCartList .imgInfo > .itemInfo dl.singlePrice > dt{}
.fixedHistoryChangeCartList .imgInfo > .itemInfo dl.singlePrice > dt::after{
  content: '：';
}


.fixedHistoryChangeCartList .priceQuantity{
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 22rem;
}


.fixedHistoryChangeCartList .priceQuantity dl.quantity{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 12rem;
}

.fixedHistoryChangeCartList .priceQuantity dl.quantity > dt{
  font-size: 1.2rem;
}
.fixedHistoryChangeCartList .priceQuantity dl.quantity > dt::after{
  content: '：';
}

.fixedHistoryChangeCartList .priceQuantity dl.quantity > dd{
  width: 8rem;
}


.fixedHistoryChangeCartList .priceQuantity dl.quantity > dd select{
  height: 4rem;
  line-height: 4rem;
}


.fixedHistoryChangeCartList .priceQuantity dl.orderSubtotal{
  display: block;
  width: 10rem;
  text-align: center;
} 

.fixedHistoryChangeCartList .priceQuantity dl.orderSubtotal > dt{
  font-size: 1.2rem;
  margin-bottom: 0.5rem;
}

.fixedHistoryChangeCartList .priceQuantity dl.orderSubtotal > dd{
  font-size: 1.4rem;
  font-weight: 700;
}


.fixedHistoryChangeCartList .operation{
  display: block;
  width: 10rem;
  text-align: center;
}


.fixedHistoryChangeCartList .operation .deleteBtn{
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-width: 3rem;
  max-width: 6rem;
  margin: 0 auto;
  height: 3rem;
  border-radius: 4px;
  background: url(../img/system/icon_trash.svg) center center no-repeat #CCCCCC;
  background-size: 1.2rem auto;
  font-size: 1.4rem;
  font-weight: 500;
  text-align: center;
  line-height: 1;
  text-decoration: none;
  color: #FFFFFF;
  cursor: pointer;
  transition: opacity 0.3s ease;
}

.fixedHistoryChangeCartList .operation .deleteBtn input{opacity: 0;}


/************/
.cartTotalTTL{
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-start;
  padding-bottom: 1.5rem;
  margin-bottom: 2rem;
  border-bottom: 2px solid var(--borderColor);
  font-size: var(--fontSizeLL);
  font-weight: 700;
  line-height: var(--lineHeightSmall);
  text-align: left;
  gap: 0 2rem;
  color: var(--text-color);
}


.subTotalBox .cautionList{
	display: block;
	margin-top: 1rem;
	padding-top: 2rem;
	border-top: 1px solid #CCCCCC;
	font-size: var(--fontSizeS);
}
.subTotalBox .cautionList > ul{display: block;}
.subTotalBox .cautionList > ul > li{
	display: block;
	padding-left: 1em;
	text-indent: -1em;
	line-height: 1.4;
	text-align: left;
}
.subTotalBox .cautionList > ul > li + li{margin-top: 0.5rem;}

/**************************************
dvFixedPurchaseItem
**************************************/
#userContentsOuter .itemAddContents{
  display: block;
  padding: 10rem 4rem 10rem;
}


#userContentsOuter .fixedAddTTL{
  display: block;
  font-size: 2.8rem;
  font-weight: 700;
  color: var(--sub-color);
  text-align: center;
  width: 100%;
  margin-bottom: 2rem;
}

#userContentsOuter .fixedAddTTL::before,
#userContentsOuter .fixedAddTTL::after{
  display: none;
}

#userContentsOuter .fixedAddCartList{
  display: block;
  width: 100%;
  max-width: 1120px;
  margin: 0 auto;
}

#userContentsOuter .fixedAddCartList > ul{
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  gap: 4rem 4rem;
}

#userContentsOuter .fixedAddCartList > ul > li{
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 2rem 2rem;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.06);
  border-radius: 6px;
  background-color: #FFFFFF;
}

#userContentsOuter .fixedAddCartList > ul > li > .itemInfo{
  display: block;
  width: 100%;
}

#userContentsOuter .fixedAddCartList > ul > li > .itemInfo figure{
  display: block;
  width: 100%;
  aspect-ratio: 1/1;
  margin-bottom: 1rem;
}

#userContentsOuter .fixedAddCartList > ul > li > .itemInfo figure > img{
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}


#userContentsOuter .fixedAddCartList > ul > li > .itemInfo .name{
  font-size: 1.8rem;
  font-weight: 700;
}

#userContentsOuter .fixedAddCartList > ul > li > .itemInfo .price{
  display: block;
  width: 100%;
  padding-top: 1rem;
}

#userContentsOuter .fixedAddCartList > ul > li > .itemInfo .price > dl{
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-size: 1.4rem;
}
#userContentsOuter .fixedAddCartList > ul > li > .itemInfo .price > dl + dl{
  margin-top: 0.5rem;
}

#userContentsOuter .fixedAddCartList > ul > li > .itemInfo .price > dl > dt{
  font-size: 1.6rem;
}

#userContentsOuter .fixedAddCartList > ul > li > .itemInfo .price > dl > dt::after{
  content: '：';
}

#userContentsOuter .fixedAddCartList > ul > li > .itemInfo .price > dl > dd{
  font-size: 1.2rem;
}

#userContentsOuter .fixedAddCartList > ul > li > .itemInfo .price > dl > dd > strong{
  font-size: 1.6rem;
  font-weight: 700;
}


#userContentsOuter .fixedAddCartList > ul > li > .variationSelect{
  display: block;
  width: 100%;
  padding-top: 2rem;
  margin: auto 0 0 0;
}


#userContentsOuter .fixedAddCartList > ul > li > .variationSelect > .errMsg{
  margin-bottom: 1rem;
}

#userContentsOuter .fixedAddCartList > ul > li > .variationSelect .selectBox{
  width: 100%;
  margin-bottom: 1rem;
}
#userContentsOuter .fixedAddCartList > ul > li > .variationSelect .selectBox select{
  width: 100%;
}

#userContentsOuter .fixedAddCartList > ul > li > .variationSelect .btnNext > a{
  height: 4rem;
  font-size: 1.6rem;
}

/*********************/
.ReceiptDownloadContents{
  display: block;
  padding: 10rem 0 10rem;
}
.ReceiptDownloadContents .mainTTL{
  display: inline-block;
  font-size: 3.2rem;
  font-weight: 700;
  color: var(--sub-color);
  text-align: center;
  width: 100%;
  margin-bottom: 2.6rem;
}

.ReceiptDownloadContents .mainTTL::before,
.ReceiptDownloadContents .mainTTL::after{
  display: none;
}
