
/**************************************
loginBox
**************************************/
.loginBox{
    display: block;
	width: calc(100% - 40px);
	margin: 0 auto 50px;
	font-size: 1.4rem;
}

.loginBox > dl{
	display: block;
	margin-bottom: 30px;
}

.loginBox > dl > dt{
	font-size: 1.4rem;
	font-weight: 700;
	margin-bottom:10px;
}

.loginBox > dl > dd{margin-bottom: 10px;}
.loginBox > dl > dd:nth-last-of-type(1){margin-bottom: 0;}

.loginBox .guideLink{text-align: right;}

.loginBox > dl > dd.passUnder{
	text-align: right;
}
/**【FFHC v1.0】ログイン機能 スマオエビデンス - 4#6033 Start*/
.loginBox > dl > dd.passUnder .checkBox{
	display: block;
	float: left;	
}
.loginBox > dl > dd.passUnder a::before{
	content: "\A";
	white-space: pre;
}
.loginBox > dl > dd.passUnder .checkBox input{
	float: left;
}
.loginBox > dl > dd.passUnder .checkBox span{
	float: right;
	display: block;
	width: 100%;
}
/**【FFHC v1.0】ログイン機能 スマオエビデンス - 4#6033 End.*/
.loginBox .pazzleBox{
	display: block;
	width: 100%;
}

.loginBox .pazzleBox > p{
	margin-bottom: 20px;
	line-height: 1.4;
}

.loginBox #pazzle{margin-bottom: 20px;}

/**【FFHC v1.0】#8825メアド保持機能がきかない Start
.loginBox .saveMail{
	text-align: left;
	margin-bottom: 20px;
}
   【FFHC v1.0】#8825メアド保持機能がきかない End*/

.loginBox .btnBlack{
	display: block;
	width: 100%;
	margin: 0 auto;
}

/**************************************
webUserGuideBox
**************************************/
.webUserGuideBox{
	display: block;
	width: calc(100% - 40px);
	margin: 0 auto;
	padding: 15px;
	background: #eeeeee;
	text-align: center
}

.webUserGuideBox > dl{ display: block;}

.webUserGuideBox > dl > dt{
	font-size: 1.5rem;
	line-height: 1.4;
	font-weight: 700;
	text-align: center;
	margin-bottom: 20px;
}

.webUserGuideBox > dl > dd{
	font-size: 1.4rem;
	line-height: 1.4;
	text-align: left;
}


.webUserGuideBox > dl > dd.imgIcon{
	margin-bottom: 15px;
}

.webUserGuideBox > dl > dd.imgIcon > ul{
    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;
}

.webUserGuideBox > dl > dd.imgIcon > ul > li{
	display: block;
	height: 50px;
	padding: 0 10px;
}
.webUserGuideBox > dl > dd.imgIcon > ul > li > img{
	display: block;
	height: 100%; width: auto;
}

.webUserGuideBox > dl > dd.guideLink{padding-top: 15px; text-align: center;}



/**************************************
webUserGuideBox
**************************************/
.idCheckGuide{margin-top: -80px;}

.webUserGuideBoxTwoC{
	display: block;
	width: calc(100% - 40px);
	margin: 0 auto;
}

.webUserGuideBoxTwoC > dl{
	display: block;
	width: 100%;
	margin: 0 auto 20px;
	padding: 15px;
	background: #eeeeee;
	text-align: center;
}
.webUserGuideBoxTwoC > dl:nth-last-of-type(1){margin-bottom: 0;}

.webUserGuideBoxTwoC > dl > dt{
	font-size: 1.5rem;
	line-height: 1.4;
	font-weight: 700;
	text-align: center;
	margin-bottom: 20px;
}

.webUserGuideBoxTwoC > dl > dd{
	font-size: 1.4rem;
	line-height: 1.4;
	text-align: left;
	margin-bottom: 15px;
}
.webUserGuideBoxTwoC > dl > dd:nth-last-child(1){margin-bottom: 0;}

.webUserGuideBoxTwoC > dl > dd.sheetImg{
	display: block;
	margin-bottom: 15px;
}
.webUserGuideBoxTwoC > dl > dd.sheetImg figure{display: block;}

.webUserGuideBoxTwoC > dl > dd.sheetImg img{
	display: block;
	height: auto; width: 100%;
}

.webUserGuideBoxTwoC > dl > dd.zoomLink{
	text-align: center;
}
.webUserGuideBoxTwoC > dl > dd.zoomLink > span{
	display: inline-block;
	padding-left: 25px;
	background: url("../img/common/icon_zoom.svg") 0 center no-repeat;
	background-size: 20px auto;
	text-decoration: underline;
	cursor: pointer;
}
.webUserGuideBoxTwoC > dl > dd.zoomLink > span:hover{text-decoration: none;}

.webUserGuideBoxTwoC > dl > dd.guideLink{text-align: center;}


/**************************************
cartLogin
**************************************/
.cartLoginBox{
	width: 100%;
	margin: -40px auto 0;
}

.cartLoginBox .loginBoxArea,
.cartLoginBox .guestBoxArea{
	display: block;
}

.cartLoginBox .loginBoxArea .loginBox{margin-bottom: 20px;}

.cartLoginBox .guestBoxArea .guestBox{
	display: block;
	width: calc(100% - 40px);
	margin: 0 auto;
}

.cartLoginBox .guestBoxArea .guestBox .newEntry{
	display: block;
	padding-bottom: 40px;
	margin-bottom: 40px;
	border-bottom: 1px dotted #CCCCCC;
}

.cartLoginBox .guestBoxArea .guestBox dl.guestOrder{
	display: block;
}
.cartLoginBox .guestBoxArea .guestBox dl.guestOrder > dt{
	font-size: 1.6rem;
    font-weight: 700;
    margin-bottom: 20px;
	text-align: left;
}

.cartLoginBox .guestBoxArea .guestBox dl.guestOrder > dd.caution{
	padding-top: 40px;
}


/**************************************
telRegist
**************************************/
.formTable > dl > dd .webid{width: 100%;}

.formTable > dl > dd  dl.telRegist{
	margin-top: 15px;
}
.formTable > dl > dd  dl.telRegist > dt{
	font-size: 1.4rem;
	margin-bottom: 5px;
}
.formTable > dl > dd  dl.telRegist > dd.btnWhite{width: 200px;}

.formTable > dl > dd  dl.telRegist > dd.btnWhite > span{font-weight: 500;}


/**************************************
userAttribute
**************************************/
.contactGuide{margin-top: -30px;}

.userAttribute{
	display: block;
	width: calc(100% - 40px);
	margin: 30px auto 0;
}


.userAttribute > dl{
	display: block;
	width: 100%;
	margin: 0 auto 20px;
	padding: 15px;
	background: #eeeeee;
	text-align: center;
}
.userAttribute > dl:nth-last-of-type(1){margin-bottom: 0;}

.userAttribute > dl > dt{
	font-size: 1.5rem;
	line-height: 1.4;
	font-weight: 700;
	text-align: center;
	margin-bottom: 20px;
}

.userAttribute > dl > dd{
	font-size: 1.4rem;
	line-height: 1.4;
	text-align: left;
	margin-bottom: 15px;
}

/**************************************
contactTelList
**************************************/
.contactTelList{
	display: block;
	width: calc(100% - 40px);
	border: 1px solid #CCCCCC;
	margin: 0 auto;
	padding: 15px;
	font-size: 1.4rem;
	line-height: 1.4;
}

.contactTelList > .time{
	margin-bottom: 20px;
}

.contactTelList > .time > dl{
	display: block;
	margin-bottom: 20px;
}
.contactTelList > .time > dl:nth-last-child(1){margin-bottom: 0;}

.contactTelList > .time > dl > dt{
	font-weight: 700;
}

.contactTelList > .category{}
.contactTelList > .category > dl{
	margin-bottom: 20px;
	text-align: center;
}
.contactTelList > .category > dl:nth-last-child(1){margin-bottom: 0;}

.contactTelList > .category > dl > dt{
	display: block;
	padding: 20px 0;
	text-align: center;
	line-height: 1;
	font-size: 1.5rem;
	font-weight: 700;
	background: #eeeeee;
}

.contactTelList > .category > dl > dd{
	padding: 15px 0 0;
}

.contactTelList > .category > dl > dd > dl{
	margin-bottom: 15px;
}

.contactTelList > .category .freeDial{
    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;
	font-size: 2.0rem;
	font-weight: 700;
}
.contactTelList > .category .freeDial > em{
	display: block;
	width: 30px;
	margin-right: 10px;
}
.contactTelList > .category .freeDial > em > img{display: block; width: 100%; height: auto;}


/**************************************
hiistoryList
**************************************/
.hiistoryCnt{
	display: block;
	width: calc(100% - 40px);
	font-size: 1.4rem;
	text-align: left;
	margin: 0 auto 20px;
}
.hiistoryCnt > .cnt{margin-bottom: 10px;}


.hisotryList{
	display: block;
	width: calc(100% - 40px);
	margin: 0 auto;
	font-size: 1.4rem;
}

.hisotryList > ul{
	display: block;
	margin-bottom: 30px;
	border-top: 1px solid #CCCCCC;
}
.hisotryList > ul:nth-last-child(1){margin-bottom: 0;}

.hisotryList > ul > li{
	display: block;
	border-bottom: 1px solid #CCCCCC;
}

.hisotryList > ul > li > .headInfo{
	display: block;
	background: #eeeeee;
	padding: 15px;
}

.hisotryList > ul > li > .headInfo > ul.date{
	display: block;
	font-size: 1.5rem;
	line-height: 1.3;
	font-weight: 700;
	text-align: left;
	margin-bottom: 10px;
}
.hisotryList > ul > li > .headInfo > ul.date > li{}

/** 【FFHC v1.0】【キャンセルされた注文の表示仕様変更】 #6492 Start. */
.hisotryList > ul > li > .headInfo > ul.date > li > span.gray{
	border-color: #999999;
	color: #999999;
}
/** 【FFHC v1.0】【キャンセルされた注文の表示仕様変更】 #6492 End. */

.hisotryList > ul > li > .headInfo > ul.label{
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content:  flex-start;
    justify-content: flex-start;
	font-size: 1.2rem;
}
.hisotryList > ul > li > .headInfo > ul.label > li{
    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;
	height: 22px;
	padding: 0 10px;
	background: #FFFFFF;
	border: 1px solid #CCCCCC;
	font-size: 1.2rem;
	line-height: 1;
	text-align: center;
	margin-right: 10px;
}
.hisotryList > ul > li > .headInfo > ul.label > li:nth-last-of-type(1){margin-right: 0;}

.hisotryList > ul > li > .headInfo > ul.label > li.red{
	border-color: #e35555;
	color: #e35555;
}

.hisotryList > ul > li > .productsInfo{
	display: block;
	padding: 0 15px;
}

.hisotryList > ul > li > .productsInfo > ul.products{
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content:  flex-start;
    justify-content: flex-start;
	border-bottom: 1px solid #CCCCCC;
	padding: 20px 0;
}

.hisotryList > ul > li > .productsInfo > ul.products > li{
    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: calc((100% - 25px) / 6);
	margin-right: 5px;
	font-size: 1.2rem;
	white-space: nowrap;
}
.hisotryList > ul > li > .productsInfo > ul.products > li:nth-last-of-type(1){margin-right: 0;}

.hisotryList > ul > li > .productsInfo > ul.products > li img{
	display: block;
	width: 100%; height: auto;
}

.hisotryList > ul > li > .productsInfo > .orderDetail{
	display: block;
	width: 100%;
	padding: 20px 0;
	/**【FFHC v1.0】SP　注文履歴一覧[注文詳細ボタン]と次の項目との間隔について#6086 Start*/
	padding-bottom: 50px;
	/**【FFHC v1.0】SP　注文履歴一覧[注文詳細ボタン]と次の項目との間隔について#6086 End.*/
}

/** 【FFHC v1.0】【キャンセルされた注文の表示仕様変更】 #6492 Start. */
.hisotryList > ul > li > .productsInfo > .orderDetail.cancel{
	display: block;
	width: 100%;
	padding: 20px 0;
	padding-bottom: 15px;
}
/** 【FFHC v1.0】【キャンセルされた注文の表示仕様変更】 #6492 End. */

.hisotryList > ul > li > .productsInfo > .orderDetail > ul{display: block;}

.hisotryList > ul > li > .productsInfo > .orderDetail > ul > li.quantity,
.hisotryList > ul > li > .productsInfo > .orderDetail > ul > li.price{
	font-size: 1.4rem;
	line-height: 1.4;
	font-weight: 700;
}

.hisotryList > ul > li > .productsInfo > .orderDetail > ul > li.btnWhite{
	margin-top: 15px;
}


/***listPager  *************/
.hisotryList .listPager{
	display: block;
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
}


.hisotryList .listPager > ul{
    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;
}

.hisotryList .listPager > ul > li{
	display: block;
	width: 40px;
	margin: 0 6px;
}

.hisotryList .listPager > ul > li > a{
    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%;
    height: 40px;
    font-size: 1.6rem;
	font-weight: 700;
	border: 1px solid #333333;
	border-radius: 4px;
	background: #FFFFFF;
    color: #333333;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
	box-shadow: 2px 2px 0 rgba(187,187,187,1);
}


.hisotryList .listPager > ul > li > span{
    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%;
    height: 40px;
    font-size: 1.6rem;
	font-weight: 700;
	background: #e35555;
	border: 1px solid #e35555;
	border-radius: 4px;
    color: #FFFFFF;
	background-size: 14px auto;
    text-align: center;
    text-decoration: none;
}


.hisotryList .listPager > ul > li > a > span{
    display: -webkit-inline-flex;
    display: inline-flex;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
}


.hisotryList .listPager > ul > li.prev{
	width: 100px;
	margin-left: 0;
}
.hisotryList .listPager > ul > li.prev a > span{padding-right: 12px;}

.hisotryList .listPager > ul > li.prev a > span::before{
	content: '';
	display: inline-block;
	height: 40px;
	width: 24px;
	background: url("../img/common/icon_arrow_narrow_left_black.svg") center center no-repeat;
	background-size: 7px auto;
}

.hisotryList .listPager > ul > li.next{
	width: 100px;
	margin-right: 0;
}

.hisotryList .listPager > ul > li.next a > span{padding-left: 12px;}

.hisotryList .listPager > ul > li.next a > span::after{
	content: '';
	display: inline-block;
	height: 40px;
	width: 24px;
	background: url("../img/common/icon_arrow_narrow_right_black.svg") center center no-repeat;
	background-size: 7px auto;
}

/**************************************
hisotryDetail
**************************************/
.hisotryDetail{
	display: block;
	width: calc(100% - 40px);
	margin: 0 auto;
	font-size: 1.4rem;
}

.hisotryDetail > .headInfo{
	display: block;
	background: #eeeeee;
	padding: 15px;
	border-top: 1px solid #CCCCCC;
	margin-bottom: 20px;
}

.hisotryDetail > .headInfo > ul.date{
	display: block;
	font-size: 1.5rem;
	line-height: 1.3;
	font-weight: 700;
	text-align: left;
	margin-bottom: 10px;
}
.hisotryDetail > .headInfo > ul.date > li{}

.hisotryDetail .headInfo > .status > ul.label{
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content:  flex-start;
    justify-content: flex-start;
	font-size: 1.2rem;
	margin-bottom: 10px;
}
.hisotryDetail .headInfo > .status > ul.label > li{
    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;
	height: 22px;
	padding: 0 10px;
	background: #FFFFFF;
	border: 1px solid #CCCCCC;
	font-size: 1.2rem;
	line-height: 1;
	text-align: center;
	margin-right: 10px;
}
.hisotryDetail .headInfo > .status > ul.label > li:nth-last-of-type(1){margin-right: 0;}

.hisotryDetail .headInfo > .status > ul.label > li.red{
	border-color: #e35555;
	color: #e35555;
}

.hisotryDetail .headInfo > .status > .shippingInfo{
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content:  flex-start;
    justify-content: flex-start;
	font-size: 1.3rem;
}
.hisotryDetail .headInfo > .status > .shippingInfo > dt{display: block;}
.hisotryDetail .headInfo > .status > .shippingInfo > dt > a{
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content:  flex-start;
    justify-content: flex-start;
}
.hisotryDetail .headInfo > .status > .shippingInfo > dt > a > em{
	display: block;
	width: 25px;
	margin-right: 5px;
}
.hisotryDetail .headInfo > .status > .shippingInfo > dt > a > em img{display: block; width: 100%; height: auto;}
.hisotryDetail .headInfo > .status > .shippingInfo > dd{}
.hisotryDetail .headInfo > .status > .shippingInfo > dd::before{content: '：'}



.hisotryDetail .cancelBox{
	display: block;
	padding: 15px;
	margin-bottom: 20px;
	border: 1px solid #CCCCCC;
}

.hisotryDetail .cancelBox > dl{
	display: block;
}

.hisotryDetail .cancelBox > dl > dt{
	font-size: 1.4rem;
	line-height: 1.4;
	margin-bottom: 10px;
}

.hisotryDetail .requiredCautionBox{
	width: 100%;
	margin-bottom: 30px;
}


.hisotryDetail .historyDetailProductsSection{
	display: block;
	margin-bottom: 30px;
}

#main .hisotryDetail .historyDetailProductsSection .subTTL{
	width: 100%;
	padding: 0 0 20px;
}

.hisotryDetail .historyDetailProductsList > ul{
	display: block;
	border-top: 1px solid #333333;
}
.hisotryDetail .historyDetailProductsList > ul > li{
	display: block;
	padding: 0 15px;
	border-bottom: 1px solid #333333;
}

.hisotryDetail .historyDetailProductsList > ul > li .nameImg{
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
	padding: 15px 0;
}
.hisotryDetail .historyDetailProductsList > ul > li .nameImg figure{
	display: block;
	width: 90px;
	margin-right: 15px;
}
.hisotryDetail .historyDetailProductsList > ul > li .nameImg figure img{display: block; width: 100%; height: auto;}

.hisotryDetail .historyDetailProductsList > ul > li .nameImg > dl{display: block; width: calc(100% - 105px);}
.hisotryDetail .historyDetailProductsList > ul > li .nameImg > dl > dt{
	font-size: 1.6rem;
	line-height: 1.3;
	font-weight: 700;
}
.hisotryDetail .historyDetailProductsList > ul > li .nameImg > dl > dd.code{
	font-size: 1.4rem;
	margin-top: 10px;
}
.hisotryDetail .historyDetailProductsList > ul > li .nameImg > dl > dd.label{
	margin-top: 10px;
}

.hisotryDetail .historyDetailProductsList > ul > li .nameImg > dl > dd.label > ul{
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content:  flex-start;
    justify-content: flex-start;
	font-size: 1.2rem;
}
.hisotryDetail .historyDetailProductsList > ul > li .nameImg > dl > dd.label > ul > li{
    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;
	height: 22px;
	padding: 0 10px;
	background: #eeeeee;
	font-size: 1.2rem;
	line-height: 1;
	text-align: center;
	margin-right: 10px;
}
.hisotryDetail .historyDetailProductsList > ul > li .nameImg > dl > dd.label > ul > li:nth-last-of-type(1){margin-right: 0;}


.hisotryDetail .historyDetailProductsList > ul > li .priceInfo{
	display: block;
	width: 100%;
	padding: 15px 0;
	border-top: 1px dotted #CCCCCC;
}
.hisotryDetail .historyDetailProductsList > ul > li .priceInfo > ul{
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
}
.hisotryDetail .historyDetailProductsList > ul > li .priceInfo > ul > li.label{
    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;
	height: 22px;
	padding: 0 10px;
	background: #eeeeee;
	font-size: 1.2rem;
	text-align: center;
	margin-right: 10px;
}



.historyDetailProductsList .totalArea{
	display: block;
	width: 100%;
	margin: 10px 0 0 auto;
}


.historyDetailProductsList .totalArea .totalBox{
	display: block;
	padding: 15px;
	background: #eeeeee;
}

.historyDetailProductsList .totalArea .totalBox > dl{
	display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    justify-content: space-between;
	font-size: 1.5rem;
	margin-bottom: 10px;
}

.historyDetailProductsList .totalArea .totalBox > dl.totalPrice > dt{
	font-size: 1.8rem;
	font-weight: 700;
}
.historyDetailProductsList .totalArea .totalBox > dl.totalPrice > dd{
	font-size: 2.0rem;
	font-weight: 700;
	margin-right: -0.5em;
}
.historyDetailProductsList .totalArea .totalBox > dl.totalPrice > dd > span{font-size: 1.5rem;}

.historyDetailProductsList .totalBox > dl.discount > dd{
	color: #e35555;
}

.historyDetailProductsList .totalArea .totalBox .taxtList{
	border-top: 1px solid #CCCCCC;
	padding-top: 15px;
}

.historyDetailProductsList .totalArea .totalBox .taxtList > li{
	text-align: right;
	font-size: 1.2rem;
	line-height: 1.5;
}

.historyDetailProductsList .totalArea .invoiceNumber{
	margin-top:10px;
	text-align:right;
}

/**************************************
cancelProductsList
**************************************/

.cancelProductsList{
	width: calc(100% - 40px);
	margin: 0 auto 30px;
}

.cancelProductsList > ul{
	display: block;
	border-top: 1px solid #333333;
}
.cancelProductsList > ul > li{
	display: block;
	padding: 0 15px;
	border-bottom: 1px solid #333333;
}

.cancelProductsList > ul > li .nameImg{
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
	padding: 15px 0;
}
.cancelProductsList > ul > li .nameImg figure{
	display: block;
	width: 90px;
	margin-right: 15px;
}
.cancelProductsList > ul > li .nameImg figure img{display: block; width: 100%; height: auto;}

.cancelProductsList > ul > li .nameImg > span{
	display: block;
	font-size: 1.6rem;
	line-height: 1.3;
	font-weight: 700;
}
.cancelProductsList > ul > li .nameImg > dl > dd.code{
	font-size: 1.4rem;
	margin-top: 10px;
}
.cancelProductsList > ul > li .nameImg > dl > dd.label{
	margin-top: 10px;
}

.cancelProductsList > ul > li .nameImg > dl > dd.label > ul{
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content:  flex-start;
    justify-content: flex-start;
	font-size: 1.2rem;
}
.cancelProductsList > ul > li .nameImg > dl > dd.label > ul > li{
    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;
	height: 22px;
	padding: 0 10px;
	background: #eeeeee;
	font-size: 1.2rem;
	line-height: 1;
	text-align: center;
	margin-right: 10px;
}
.cancelProductsList > ul > li .nameImg > dl > dd.label > ul > li:nth-last-of-type(1){margin-right: 0;}


.cancelProductsList > ul > li .priceInfo{
	display: block;
	width: 100%;
	padding: 15px 0;
	border-top: 1px dotted #CCCCCC;
}
.cancelProductsList > ul > li .priceInfo > ul{
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
}
.cancelProductsList > ul > li .priceInfo > ul > li.label{
    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;
	height: 22px;
	padding: 0 10px;
	background: #eeeeee;
	font-size: 1.2rem;
	text-align: center;
	margin-right: 10px;
}


.cancelProductsList .totalArea{
	display: block;
	width: 100%;
	margin: 10px 0 0 auto;
}


.cancelProductsList .totalArea .totalBox{
	display: block;
	padding: 15px;
	background: #eeeeee;
}

.cancelProductsList .totalArea .totalBox > dl{
	display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    justify-content: space-between;
	font-size: 1.5rem;
	margin-bottom: 10px;
}

.cancelProductsList .totalArea .totalBox > dl.totalPrice > dt{
	font-size: 1.8rem;
	font-weight: 700;
}
.historyDetailProductsList .totalArea .totalBox > dl.totalPrice > dd{
	font-size: 2.0rem;
	font-weight: 700;
	margin-right: -0.5em;
}
.cancelProductsList .totalArea .totalBox > dl.totalPrice > dd > span{font-size: 1.5rem;}


.cancelProductsList .totalArea .totalBox .taxtList{
	border-top: 1px solid #CCCCCC;
	padding-top: 15px;
}

.cancelProductsList .totalArea .totalBox .taxtList > li{
	text-align: right;
	font-size: 1.2rem;
	line-height: 1.5;
}

.cancelProductsList .totalBox > dl.discount > dd{
	color: #e35555;
}


/**************************************
memberGrade
**************************************/
#userSection .memberGrade{
    display: block;
	width: calc(100% - 40px);
	margin: 0 auto;
	padding: 25px 20px 20px;
	position: relative;
}

#userSection .memberGrade.bronze{ background: #f8f0f0;}
#userSection .memberGrade.silver{ background: #f7f7f7;}
#userSection .memberGrade.gold{ background: #f6f3e6;}
#userSection .memberGrade.platinam{ background: #e8f2f6;}
#userSection .memberGrade::before{
	content: '';
	display: block;
	width: 100%;
	height: 5px;
	position: absolute;
	top: 0;
	left: 0;
}
#userSection .memberGrade.bronze::before{
	background: #98afb8;
	background: -moz-linear-gradient(left,  #a17576 30%, #b49495 50%, #a17576 70%);
	background: -webkit-linear-gradient(left,  #a17576 30%,#b49495 50%,#a17576 70%);
	background: linear-gradient(to right,  #a17576 30%,#b49495 50%,#a17576 70%);
}
#userSection .memberGrade.silver::before{
	background: #98afb8;
	background: -moz-linear-gradient(left,  #a3a3a3 30%, #d9d9d9 50%, #a3a3a3 70%);
	background: -webkit-linear-gradient(left,  #a3a3a3 30%,#d9d9d9 50%,#a3a3a3 70%);
	background: linear-gradient(to right,  #a3a3a3 30%,#d9d9d9 50%,#a3a3a3 70%);
}
#userSection .memberGrade.gold::before{
	background: #98afb8;
	background: -moz-linear-gradient(left,  #c5a56c 30%, #e5d4b4 50%, #c5a56c 70%);
	background: -webkit-linear-gradient(left,  #c5a56c 30%,#e5d4b4 50%,#c5a56c 70%);
	background: linear-gradient(to right,  #c5a56c 30%,#e5d4b4 50%,#c5a56c 70%);
}
#userSection .memberGrade.platinam::before{
	background: #98afb8;
	background: -moz-linear-gradient(left,  #98afb8 30%, #b1c3cb 50%, #98afb8 70%);
	background: -webkit-linear-gradient(left,  #98afb8 30%,#b1c3cb 50%,#98afb8 70%);
	background: linear-gradient(to right,  #98afb8 30%,#b1c3cb 50%,#98afb8 70%);
}


#userSection .memberGrade > dl{ display: block;}

#userSection .memberGrade > dl > dt{
	display: block;
}
#userSection .memberGrade > dl > dt > span:nth-of-type(1){
	display: block;
	font-size: 1.2rem;
	text-align: left;
	margin-bottom: 10px;
}
#userSection .memberGrade > dl > dt > span:nth-of-type(1)::before{
	content: '';
	display: inline-block;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #8bc56c;
	margin-right: 5px;
}

#userSection .memberGrade > dl > dt > span:nth-of-type(2){
	display: block;
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 1.2;
}

#userSection .memberGrade > dl > dd.gradeInfo{
	display: block;
	margin-top: 15px;
	padding-top: 15px;
	border-top: 1px double #CCCCCC;
	position: relative;
}

#userSection .memberGrade > dl > dd.gradeInfo > dl{
	display: block;
}
#userSection .memberGrade > dl > dd.gradeInfo > dl > dt{
	display: block;
	margin-bottom: 10px;
	font-size: 1.2rem;
	font-weight: 700;
}
#userSection .memberGrade > dl > dd.gradeInfo > dl > dd{
	display: block;
	line-height: 3.2rem;
	padding-left: 40px;
	font-size: 1.8rem;
	font-weight: 700;
}

#userSection .memberGrade.bronze > dl > dd.gradeInfo > dl > dd{
	background: url("../img/common/icon_rank_bronze.svg") left 0 no-repeat;
	background-size: 32px auto;
	color: #a17576;
}
#userSection .memberGrade.silver > dl > dd.gradeInfo > dl > dd{
	background: url("../img/common/icon_rank_silver.svg") left 0 no-repeat;
	background-size: 32px auto;
	color: #777777;
}
#userSection .memberGrade.gold > dl > dd.gradeInfo > dl > dd{
	background: url("../img/common/icon_rank_gold.svg") left 0 no-repeat;
	background-size: 32px auto;
	color: #b3893e;
}
#userSection .memberGrade.platinam > dl > dd.gradeInfo > dl > dd{
	background: url("../img/common/icon_rank_platinum.svg") left 0 no-repeat;
	background-size: 32px auto;
	color: #587d8c;
}

#userSection .memberGrade > dl > dd.gradeInfo > ul.benefits{
	display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
	width: 100%;
}
#userSection .memberGrade > dl > dd.gradeInfo > ul.benefits > li{
	display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
	margin-right: 10px;
	margin-top: 10px;
}
#userSection .memberGrade > dl > dd.gradeInfo > ul.benefits > li:nth-of-type(2n){margin-right: 0;}
#userSection .memberGrade > dl > dd.gradeInfo > ul.benefits > li:nth-last-of-type(1){margin-right: 0;}

#userSection .memberGrade > dl > dd.gradeInfo > ul.benefits > li > em{
	display: block;
	height: 22px;
	padding: 5px 10px;
	font-size: 1.2rem;
	line-height: 1;
	color: #FFFFFF;
}
#userSection .memberGrade.bronze > dl > dd.gradeInfo > ul.benefits > li > em{ background: #8d5758;}
#userSection .memberGrade.silver > dl > dd.gradeInfo > ul.benefits > li > em{ background: #777777;}
#userSection .memberGrade.gold > dl > dd.gradeInfo > ul.benefits > li > em{ background: #b3893e;}
#userSection .memberGrade.platinam > dl > dd.gradeInfo > ul.benefits > li > em{ background: #587d8c;}

#userSection .memberGrade > dl > dd.gradeInfo > ul.benefits > li > span{
	display: block;
	padding-left: 5px;
	font-size: 1.5rem;
	font-weight: 700;
	color: #e35555;
}


#userSection .memberGrade > dl > dd.gradeInfo > .helpBox{
	display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
	position: absolute;
	right: 0;
	top: calc(1.2rem + 10px + 20px);
}


#userSection .memberGrade > dl > dd.gradeInfo > .helpBox .gradeInfoDetail{
	display: block;
	width: calc(100% - 40px);
	padding-top: 30px;
	margin: 0 auto 30px;
}

#userSection .memberGrade > dl > dd.gradeInfo > .helpBox .gradeInfoDetail > dt{
	font-size: 1.8rem;
	font-weight: 700;
	margin-bottom: 30px;
}

#userSection .memberGrade > dl > dd.gradeInfo > .helpBox .gradeInfoDetail > dd{ display: block;}

#userSection .memberGrade > dl > dd.gradeInfo > .helpBox .gradeInfoDetail > dd > dl.nowGrade,
#userSection .memberGrade > dl > dd.gradeInfo > .helpBox .gradeInfoDetail > dd > dl.nextGrade{
	display: block;
	width: 100%;
	text-align: center;
	position: relative;
}

#userSection .memberGrade > dl > dd.gradeInfo > .helpBox .gradeInfoDetail > dd > .nextGradeConditions{
	display: block;
	width: 100%;
	padding: 30px 0 30px 28.35820895522388%;
	text-align: left;
	position: relative;
}
#userSection .memberGrade > dl > dd.gradeInfo > .helpBox .gradeInfoDetail > dd > .fixedGradeConditions{
	display: block;
	width: 100%;
	padding: 30px 0 30px 28.35820895522388%;
	text-align: left;
	position: relative;
}
#userSection .memberGrade > dl > dd.gradeInfo > .helpBox .gradeInfoDetail > dd > .nextGradeConditions.gradeUp{
	padding: 60px 0 60px 28.35820895522388%;
}


#userSection .memberGrade > dl > dd.gradeInfo > .helpBox .gradeInfoDetail > dd > .nextGradeConditions::before{
	content: '';
	display: block;
	width: 10px;
	height: calc(100% - 60px - 10px);
	background: #e35555;
	position: absolute;
	left: calc(28.35820895522388% - 35px);
	top: 30px;
}
#userSection .memberGrade > dl > dd.gradeInfo > .helpBox .gradeInfoDetail > dd > .nextGradeConditions::after{
	content: '';
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 10px 10px 0 10px;
	border-color: #e35555 transparent transparent transparent;
	position: absolute;
	left: calc(28.35820895522388% - 40px);
	bottom: 30px;
}

#userSection .memberGrade > dl > dd.gradeInfo > .helpBox .gradeInfoDetail > dd > .fixedGradeConditions::before{
	content: '';
	display: block;
	width: 10px;
	height: calc(100% - 60px - 10px);
	background: #e35555;
	position: absolute;
	left: calc(28.35820895522388% - 35px);
	top: 30px;
}
#userSection .memberGrade > dl > dd.gradeInfo > .helpBox .gradeInfoDetail > dd > .fixedGradeConditions::after{
	content: '';
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 10px 10px 0 10px;
	border-color: #e35555 transparent transparent transparent;
	position: absolute;
	left: calc(28.35820895522388% - 40px);
	bottom: 30px;
}
#userSection .memberGrade > dl > dd.gradeInfo > .helpBox .gradeInfoDetail > dd > dl.nowGrade > dt,
#userSection .memberGrade > dl > dd.gradeInfo > .helpBox .gradeInfoDetail > dd > dl.nextGrade > dt,
#userSection .memberGrade > dl > dd.gradeInfo > .helpBox .gradeInfoDetail > dd > dl.nextGradeConditions > dt{
	display: block;
	font-size: 1.6rem;
	font-weight: 700;
	text-align: center;
	margin-bottom: 15px;
}
#userSection .memberGrade > dl > dd.gradeInfo > .helpBox .gradeInfoDetail > dd > dl.nextGradeConditions > dt{
	color: #e35555;
	text-align: left;
}
#userSection .memberGrade > dl > dd.gradeInfo > .helpBox .gradeInfoDetail > dd > dl.fixedGradeConditions > dt{
	display: block;
	font-size: 1.6rem;
	font-weight: 700;
	text-align: center;
	margin-top: 15px;
	margin-bottom: 15px;
	color: #e35555;
	text-align: left;
}
#userSection .memberGrade > dl > dd.gradeInfo > .helpBox .gradeInfoDetail > dd > .nextGradeConditions.gradeUp > p{
	display: block;
	font-size: 1.6rem;
	font-weight: 700;
	line-height: 1.4;
	margin-bottom: 15px;
	text-align: left;
	color: #e35555;
}

#userSection .memberGrade > dl > dd.gradeInfo > .helpBox .gradeInfoDetail > dd > dl.nowGrade > dd,
#userSection .memberGrade > dl > dd.gradeInfo > .helpBox .gradeInfoDetail > dd > dl.nextGrade > dd{
	display: block;
}


/** gradeBox ******/
#userSection .memberGrade > dl > dd.gradeInfo > .helpBox .gradeInfoDetail .gradeBox{
	display: block;
	width: 100%;
	padding: 20px 20px 20px;
	position: relative;
}

#userSection .memberGrade > dl > dd.gradeInfo > .helpBox .gradeInfoDetail .gradeBox.bronze{ background: #f8f0f0;}
#userSection .memberGrade > dl > dd.gradeInfo > .helpBox .gradeInfoDetail .gradeBox.silver{ background: #f7f7f7;}
#userSection .memberGrade > dl > dd.gradeInfo > .helpBox .gradeInfoDetail .gradeBox.gold{ background: #f6f3e6;}
#userSection .memberGrade > dl > dd.gradeInfo > .helpBox .gradeInfoDetail .gradeBox.platinam{ background: #e8f2f6;}
#userSection .memberGrade > dl > dd.gradeInfo > .helpBox .gradeInfoDetail .gradeBox::before{
	content: '';
	display: block;
	width: 100%;
	height: 4px;
	position: absolute;
	top: 0;
	left: 0;
}
#userSection .memberGrade > dl > dd.gradeInfo > .helpBox .gradeInfoDetail .gradeBox.bronze::before{
	background: #a17576;
	background: -moz-linear-gradient(left,  #a17576 30%, #b49495 50%, #a17576 70%);
	background: -webkit-linear-gradient(left,  #a17576 30%,#b49495 50%,#a17576 70%);
	background: linear-gradient(to right,  #a17576 30%,#b49495 50%,#a17576 70%);
}
#userSection .memberGrade > dl > dd.gradeInfo > .helpBox .gradeInfoDetail .gradeBox.silver::before{
	background: #a3a3a3;
	background: -moz-linear-gradient(left,  #a3a3a3 30%, #d9d9d9 50%, #a3a3a3 70%);
	background: -webkit-linear-gradient(left,  #a3a3a3 30%,#d9d9d9 50%,#a3a3a3 70%);
	background: linear-gradient(to right,  #a3a3a3 30%,#d9d9d9 50%,#a3a3a3 70%);
}
#userSection .memberGrade > dl > dd.gradeInfo > .helpBox .gradeInfoDetail .gradeBox.gold::before{
	background: #c5a56c;
	background: -moz-linear-gradient(left,  #c5a56c 30%, #e5d4b4 50%, #c5a56c 70%);
	background: -webkit-linear-gradient(left,  #c5a56c 30%,#e5d4b4 50%,#c5a56c 70%);
	background: linear-gradient(to right,  #c5a56c 30%,#e5d4b4 50%,#c5a56c 70%);
}
#userSection .memberGrade > dl > dd.gradeInfo > .helpBox .gradeInfoDetail .gradeBox.platinam::before{
	background: #98afb8;
	background: -moz-linear-gradient(left,  #98afb8 30%, #b1c3cb 50%, #98afb8 70%);
	background: -webkit-linear-gradient(left,  #98afb8 30%,#b1c3cb 50%,#98afb8 70%);
	background: linear-gradient(to right,  #98afb8 30%,#b1c3cb 50%,#98afb8 70%);
}

#userSection .memberGrade > dl > dd.gradeInfo > .helpBox .gradeInfoDetail .gradeBox::after{
	content: '';
	display: block;
	width: 52px;
	height: 52px;
	border-radius: 50%;
	position: absolute;
	top: -15px;
	left: 10px;
}
#userSection .memberGrade > dl > dd.gradeInfo > .helpBox .gradeInfoDetail .gradeBox.bronze::after{
	background: url("../img/common/icon_rank_bronze.svg") left 0 no-repeat #f8f0f0;
	background-size: 100% auto;
}
#userSection .memberGrade > dl > dd.gradeInfo > .helpBox .gradeInfoDetail .gradeBox.silver::after{
	background: url("../img/common/icon_rank_silver.svg") left 0 no-repeat #f7f7f7;
	background-size: 100% auto;
}
#userSection .memberGrade > dl > dd.gradeInfo > .helpBox .gradeInfoDetail .gradeBox.gold::after{
	background: url("../img/common/icon_rank_gold.svg") left 0 no-repeat #f6f3e6;
	background-size: 100% auto;
}
#userSection .memberGrade > dl > dd.gradeInfo > .helpBox .gradeInfoDetail .gradeBox.platinam::after{
	background: url("../img/common/icon_rank_platinum.svg") left 0 no-repeat #e8f2f6;
	background-size: 100% auto;
}


#userSection .memberGrade > dl > dd.gradeInfo > .helpBox .gradeInfoDetail .gradeBox > dl{
	width: 100%;
    height: 100%;
}


#userSection .memberGrade > dl > dd.gradeInfo > .helpBox .gradeInfoDetail .gradeBox > dl > dt{
	display: block;
	text-align: center;
	font-size: 1.6rem;
	font-weight: 700;
	margin-bottom: 10px;
}
#userSection .memberGrade > dl > dd.gradeInfo > .helpBox .gradeInfoDetail .gradeBox.bronze > dl > dt{ color: #a17576;}
#userSection .memberGrade > dl > dd.gradeInfo > .helpBox .gradeInfoDetail .gradeBox.silver > dl > dt{ color: #777777;}
#userSection .memberGrade > dl > dd.gradeInfo > .helpBox .gradeInfoDetail .gradeBox.gold > dl > dt{ color: #b3893e;}
#userSection .memberGrade > dl > dd.gradeInfo > .helpBox .gradeInfoDetail .gradeBox.platinam > dl > dt{ color: #587d8c;}


#userSection .memberGrade > dl > dd.gradeInfo > .helpBox .gradeInfoDetail .gradeBox > dl > dd.period{
	display: block;
	margin-bottom: 20px;
	text-align: center;
	font-size: 1.2rem;
}
#userSection .memberGrade > dl > dd.gradeInfo > .helpBox .gradeInfoDetail .gradeBox > dl > dd.benefits{
	display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-justify-content: center;
    justify-content: center;
	padding: 15px 15px;
	background: #FFFFFF;
}

#userSection .memberGrade > dl > dd.gradeInfo > .helpBox .gradeInfoDetail .gradeBox > dl > dd.benefits.none{
    -webkit-align-items: center;
    align-items: center;
	text-align: center;
	font-size: 1.5rem;
	font-weight: 700;
	color: #e35555;
}

#userSection .memberGrade > dl > dd.gradeInfo > .helpBox .gradeInfoDetail .gradeBox > dl > dd.benefits > dl{
	display: block;
	width: 100%;
}

#userSection .memberGrade > dl > dd.gradeInfo > .helpBox .gradeInfoDetail .gradeBox > dl > dd.benefits > dl > dt{
	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;
	font-size: 1.2rem;
	font-weight: 700;
	margin-bottom: 10px;
}
#userSection .memberGrade > dl > dd.gradeInfo > .helpBox .gradeInfoDetail .gradeBox.bronze > dl > dd.benefits > dl > dt{ color: #a17576;}
#userSection .memberGrade > dl > dd.gradeInfo > .helpBox .gradeInfoDetail .gradeBox.silver > dl > dd.benefits > dl > dt{ color: #777777;}
#userSection .memberGrade > dl > dd.gradeInfo > .helpBox .gradeInfoDetail .gradeBox.gold > dl > dd.benefits > dl > dt{ color: #b3893e;}
#userSection .memberGrade > dl > dd.gradeInfo > .helpBox .gradeInfoDetail .gradeBox.platinam > dl > dd.benefits > dl > dt{ color: #587d8c;}

#userSection .memberGrade > dl > dd.gradeInfo > .helpBox .gradeInfoDetail .gradeBox > dl > dd.benefits > dl > dt::before,
#userSection .memberGrade > dl > dd.gradeInfo > .helpBox .gradeInfoDetail .gradeBox > dl > dd.benefits > dl > dt::after{
	content: '';
	height: 1px;
	width: 6px;
	margin: 0 5px;
	background: #CCCCCC;
}
#userSection .memberGrade > dl > dd.gradeInfo > .helpBox .gradeInfoDetail .gradeBox.bronze > dl > dd.benefits > dl > dt::before,
#userSection .memberGrade > dl > dd.gradeInfo > .helpBox .gradeInfoDetail .gradeBox.bronze > dl > dd.benefits > dl > dt::after{ background: #a17576;}
#userSection .memberGrade > dl > dd.gradeInfo > .helpBox .gradeInfoDetail .gradeBox.silver > dl > dd.benefits > dl > dt::before,
#userSection .memberGrade > dl > dd.gradeInfo > .helpBox .gradeInfoDetail .gradeBox.silver > dl > dd.benefits > dl > dt::after{ background: #777777;}
#userSection .memberGrade > dl > dd.gradeInfo > .helpBox .gradeInfoDetail .gradeBox.gold > dl > dd.benefits > dl > dt::before,
#userSection .memberGrade > dl > dd.gradeInfo > .helpBox .gradeInfoDetail .gradeBox.gold > dl > dd.benefits > dl > dt::after{ background: #b3893e;}
#userSection .memberGrade > dl > dd.gradeInfo > .helpBox .gradeInfoDetail .gradeBox.platinam > dl > dd.benefits > dl > dt::before,
#userSection .memberGrade > dl > dd.gradeInfo > .helpBox .gradeInfoDetail .gradeBox.platinam > dl > dd.benefits > dl > dt::after{ background: #587d8c;}

#userSection .memberGrade > dl > dd.gradeInfo > .helpBox .gradeInfoDetail .gradeBox > dl > dd.benefits > dl > dd{
	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;
}

#userSection .memberGrade > dl > dd.gradeInfo > .helpBox .gradeInfoDetail .gradeBox > dl > dd.benefits > dl > dd > ul{
	display: block;
}

#userSection .memberGrade > dl > dd.gradeInfo > .helpBox .gradeInfoDetail .gradeBox > dl > dd.benefits > dl > dd > ul > li{
	display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
	margin-bottom: 10px;
	text-align: left;
}
#userSection .memberGrade > dl > dd.gradeInfo > .helpBox .gradeInfoDetail .gradeBox > dl > dd.benefits > dl > dd > ul > li:nth-last-of-type(1){margin-bottom: 0;}

#userSection .memberGrade > dl > dd.gradeInfo > .helpBox .gradeInfoDetail .gradeBox > dl > dd.benefits > dl > dd > ul > li > em{
	display: block;
	height: 22px;
	padding: 5px 10px;
	font-size: 1.2rem;
	line-height: 1;
	white-space: nowrap;
	color: #FFFFFF;
}
#userSection .memberGrade > dl > dd.gradeInfo > .helpBox .gradeInfoDetail .gradeBox.bronze > dl > dd.benefits > dl > dd > ul > li > em{ background: #8d5758;}
#userSection .memberGrade > dl > dd.gradeInfo > .helpBox .gradeInfoDetail .gradeBox.silver > dl > dd.benefits > dl > dd > ul > li > em{ background: #777777;}
#userSection .memberGrade > dl > dd.gradeInfo > .helpBox .gradeInfoDetail .gradeBox.gold > dl > dd.benefits > dl > dd > ul > li > em{ background: #b3893e;}
#userSection .memberGrade > dl > dd.gradeInfo > .helpBox .gradeInfoDetail .gradeBox.platinam > dl > dd.benefits > dl > dd > ul > li > em{ background: #587d8c;}

#userSection .memberGrade > dl > dd.gradeInfo > .helpBox .gradeInfoDetail .gradeBox > dl > dd.benefits > dl > dd > ul > li > span{
    display: block;
    padding-left: 5px;
    font-size: 1.5rem;
    font-weight: 700;
}


#userSection .memberGrade > dl > dd.gradeInfo > .helpBox .gradeInfoDetail .nextGradeConditions > dd{
	text-align: left;
	font-size: 1.2rem;
	line-height: 1.7;
	padding-bottom: 5px;
}
#userSection .memberGrade > dl > dd.gradeInfo > .helpBox .gradeInfoDetail .nextGradeConditions > dd > .label{
	display: -webkit-inline-flex;
    display: inline-flex;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
	height: 22px;
	padding: 0 10px;
	margin: 5px 0;
	background: #dddddd;
	font-size: 1.2rem;
	line-height: 1;
}

#userSection .memberGrade > dl > dd.gradeInfo > .helpBox .gradeInfoDetail .nextGradeConditions > dd > strong{
	font-size: 1.5rem;
	font-weight: 700;
}
#userSection .memberGrade > dl > dd.gradeInfo > .helpBox .gradeInfoDetail .nextGradeConditions > dd > strong > span{ color: #e35555;}

#userSection .memberGrade > dl > dd.gradeInfo > .helpBox .gradeInfoDetail + ul.cautionList > li{
	width: calc(100% - 40px);
	margin:  0 auto 10px;
}


/**************************************
maypageNav
**************************************/
#maypageNav{
    display: block;
	width: calc(100% - 40px);
	margin: 0 auto 30px;
	padding: 20px 15px;
	position: relative;
	background: #eeeeee;
}

#maypageNav > dl{ display: block;}

#maypageNav > dl > dt{
	display: block;
	margin-bottom: 15px;
	font-size: 1.4rem;
	font-weight: 700;
	text-align: left;
}

#maypageNav > dl > dd.mypageNavMain{
	display: block;
	margin-bottom: 15px;
}

#maypageNav > dl > dd.mypageNavMain > ul{
	display: block;
}

#maypageNav > dl > dd.mypageNavMain > ul > li{
	display: block;
	width: 100%;
	margin-bottom: 10px;
}
#maypageNav > dl > dd.mypageNavMain > ul > li:last-of-type(1){margin-bottom: 0;}

#maypageNav > dl > dd.mypageNavMain > ul > li > a{
	display: -webkit-inline-flex;
    display: inline-flex;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
	width: 100%;
	padding: 20px;
	background: #FFFFFF;
	border-radius: 4px;
	box-shadow: 2px 2px 2px rgba(187,187,187,1);
	font-size: 1.6rem;
	line-height: 1.4;
	font-weight: 700;
	text-align: left;
	text-decoration: none;
	-webkit-transition: background 0.2s ease;
	-moz-transition: background 0.2s ease;
	-o-transition: background 0.2s ease;
	transition: background  0.2s ease;
}
#maypageNav > dl > dd.mypageNavMain > ul > li > a:hover{background: #f7f7f7; text-decoration: underline;}


#maypageNav > dl > dd.mypageNavMain > ul > li > a > figure{
	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: 50px;
	margin-right: 15px;
}
#maypageNav > dl > dd.mypageNavMain > ul > li > a > figure img{ display: block;}
#maypageNav > dl > dd.mypageNavMain > ul > li > a > figure.history img{ width: 45px; padding-left: 5px;}
#maypageNav > dl > dd.mypageNavMain > ul > li > a > figure.subscription img{ width: 50px;}
#maypageNav > dl > dd.mypageNavMain > ul > li > a > figure.user img{ width: 45px;}
#maypageNav > dl > dd.mypageNavMain > ul > li > a > figure.address img{ width: 45px; padding-left: 5px;}


#maypageNav > dl > dd.mypageNavMain > ul > li > a > span{
	display: block;
	width: calc(100% - 65px);
}

#maypageNav > dl > dd.mypageNavList{}
#maypageNav > dl > dd.mypageNavList > ul{
	display: block;
	border-top: 1px dotted #CCCCCC;
	margin-bottom: 15px;
}

#maypageNav > dl > dd.mypageNavList > ul > li{
	display: block;
	width: 100%;
	border-bottom: 1px dotted #CCCCCC;
}
#maypageNav > dl > dd.mypageNavList > ul > li > a{
	display: block;
	width: 100%;
	padding: 20px 0 20px 26px;
}


/**************************************
mypageTopics
**************************************/
#userSection .mypageTopics{
    display: block;
	width: calc(100% - 40px);
	margin: 0 auto;
	margin-bottom: 30px;
}

#userSection .mypageTopics > dl{display: block;}

#userSection .mypageTopics > dl > dt{
	display: block;
	margin-bottom: 20px;
	font-size: 1.4rem;
	font-weight: 700;
	text-align: left;
}

#userSection .mypageTopics > dl > dd.topicsList{
	display: block;
}

#userSection .mypageTopics > dl > dd.topicsList > ul{ display: block;}
#userSection .mypageTopics > dl > dd.topicsList > ul > li{
	display: block;
	margin-bottom: 15px;
}

#userSection .mypageTopics > dl > dd.topicsList > ul > li:nth-of-type(n + 3){
	height: 0;
	min-height: 0;
	margin-bottom: 0;
	opacity: 0;
	overflow: hidden;
	-webkit-transition: min-height 0.2s ease;
	-moz-transition: min-height 0.2s ease;
	-o-transition: min-height 0.2s ease;
	transition: min-height 0.2s ease, margin-bottom 0.2s ease,opacity 0.2s ease;
}
#userSection .mypageTopics > dl > dd.topicsList > ul > li.open:nth-of-type(n + 3){
	height: auto;
	min-height: 3em;
	overflow: auto;
	margin-bottom: 15px;
	opacity: 1;
	visibility: visible;
}

#userSection .mypageTopics > dl > dd.topicsList > ul > li > time{
	display: block;
	font-size: 1.2rem;
	margin-bottom: 10px;
	text-align: left;
}
#userSection .mypageTopics > dl > dd.topicsList > ul > li > span{
	display: block;
	text-align: left;
	font-size: 1.4rem;
	line-height: 1.6;
	word-break: break-all;
}

#userSection .mypageCampSection > div > dl.couponInfo {
    margin: 0 auto;
    padding: 0 0 30px 0;
}

#userSection .mypageCampSection > div > dl.couponInfo > dt> h2.subTTL {
    padding: 40px 20px 0;
}

#userSection .mypageCampSection > div > dl.couponInfo >dd {
    margin: 0 20px;
}

#userSection .mypageCampSection >  h2.subTTL {
    padding-top: 30px;
}

/**************************************
mypageCampPanel
**************************************/
#mypageCampPanel{
	width: 100%;
	margin: 0 auto 0;
	margin-bottom: 30px;
	padding: 0 20px;
	position: relative;
}

#mypageCampPanel img {
	display: block;
	width: 100%;
	height: auto;
}

#mypageCampPanel .container{ display: block;}

#mypageCampPanel ul.wrapper {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: stretch;
    align-items: stretch;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
}

#mypageCampPanel ul.wrapper > li.slider{
	display: block;
	width: calc(50% - 10px);
	margin-right: 20px;
	font-size: 1.4rem;
	line-height: 1.7;
}
#mypageCampPanel ul.wrapper > li.slider:nth-of-type(2n){margin-right: 0;}
#mypageCampPanel ul.wrapper > li.slider:nth-of-type(n + 3){margin-top: 15px;}

#mypageCampPanel ul.wrapper > li.slider:nth-of-type(n + 5){ display: none;}


#mypageCampPanel .slider figure{
	display: block;
	margin-bottom: 12px;
}

#mypageCampPanel .slider a {
	display: block;
	text-decoration: underline;
}

#mypageCampPanel .pagerArea{ display: none;}


#mypageCampPanel .btnMore{
	display: block;
	margin-top: 30px;
}

/* #mypageCampPanel.open .btnMore{display: none;} */

/**************************************
mypageCouponPanel
**************************************/
#mypageCouponPanel{
	width: calc(100% - 40px);
	margin: 0 auto;
	margin-bottom: 30px;
	overflow: hidden;
	position: relative;
}

#mypageCouponPanel > ul > li.couponBanner,
#mypageCouponArea > ul > li >.couponBanner{
	border: 2px solid #948654;
	margin:0 auto;
	margin-bottom: 20px;
	text-align: left;
	font-size: 14px;
	width: 100%;
	max-width: 360px;
}
#mypageCouponPanel > ul > li.couponBanner > div,
#mypageCouponArea > ul > li >.couponBanner > div{
	margin-left: 3px;
	margin-right: 3px;
}

#mypageCouponPanel > ul > li.couponBanner > .campaignName,
#mypageCouponArea > ul > li >.couponBanner > .campaignName{
	padding: 8px 8px 0 8px;
	color: #e35555;
	font-size: 16px;
	font-weight: 700;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

#mypageCouponPanel > ul > li.couponBanner > .description,
#mypageCouponArea > ul > li >.couponBanner > .description{
	padding: 10px;
	height: 65px;
	text-overflow: ellipsis;
	overflow: hidden;
	}

#mypageCouponPanel > ul > li.couponBanner > .couponCode,
#mypageCouponArea > ul > li >.couponBanner > .couponCode{
	padding: 10px 5px 5px 5px;
	text-align: center;
	font-size: 16px;
}

#mypageCouponPanel > ul > li.couponBanner > .period,
#mypageCouponArea > ul > li >.couponBanner > .period{
	margin: 0px;
	padding: 8px;
	background-color: #948654;
	color: white;
	font-weight: 700;
	text-align: center;
}
#userSection .mypageCampSection > div > dl.couponInfo > dd >p {
    font-size: 1.4rem;
    display: block;
    width: 100%;
    margin: 0 auto ;
}
/**************************************
recentlyList
**************************************/

#recentlyList{
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
}

#recentlyList img {
	display: block;
	width: 100%;
	height: auto;
}

#recentlyList .container{
	width: 100%;
	overflow: hidden;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	z-index: 1;
}


#recentlyList .wrapper {
	position: relative;
	z-index: 1;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-transition-property: -webkit-transform;
	-moz-transition-property: -moz-transform;
	-o-transition-property: -o-transform;
	-ms-transition-property: -ms-transform;
	transition-property: transform;
	-webkit-transform: translate3d(0,0,0);
	-moz-transform: translate3d(0,0,0);
	-o-transform: translate(0,0);
	-ms-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

#recentlyList .slider {
	-webkit-flex-shrink: 0;
	-ms-flex: 0 0 auto;
	flex-shrink: 0;
	width: 16.66666666666667%;
	margin-right: 4.16666666666667%;
	position: relative;
	font-size: 1.4rem;
	line-height: 1.7;
}

#recentlyList .slider figure{
	display: block;
	margin-bottom: 12px;
}

#recentlyList .slider a {
	display: block;
	text-decoration: none;
	-webkit-transition: opacity 0.3s ease;
	-moz-transition: opacity 0.3s ease;
	-o-transition: opacity 0.3s ease;
	transition: opacity 0.3s ease;
}
#recentlyList .slider a:hover{
	opacity: 0.6;
}

#recentlyList .slider dl > dt{font-weight: 700;}
#recentlyList .slider a dl > dd{
	text-decoration: underline;
}
#recentlyList .slider a:hover dl > dd{text-decoration: none;}


#recentlyList .pagerArea{
	display: table;
	padding-top: 30px;
	margin: 0 auto;
}


#recentlyList .pagination {
	display: table-cell;
	margin: 0 auto;
	vertical-align: middle;
	text-align: center;
	padding: 0 5px;
}

#recentlyList .swiper-pagination-bullet {
	display: inline-block;
	width: 8px;
	height: 8px;
	margin: 0 5px;
	border-radius: 50%;
	background: #dddddd;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
    cursor: pointer;
}
#recentlyList .swiper-pagination-bullet:hover{opacity: .6;}
#recentlyList .swiper-pagination-bullet-active {
	opacity: 1;
	background: #333333;
}
#recentlyList .swiper-pagination-bullet-active:hover{opacity: 1;}


#recentlyList .prev,
#recentlyList .next{
	display: table-cell;
	width: 20px;
    height: 20px;
    -webkit-transition: opacity 0.2s ease;
    -moz-transition: opacity 0.2s ease;
    -o-transition: opacity 0.2s ease;
    transition: opacity  0.2s ease;
	cursor: pointer;
}
#recentlyList .prev{
	background: url("../img/common/icon_arrow_narrow_left_black.svg") center center no-repeat;
	background-size: 9px auto;
}

#recentlyList .next{
	background: url("../img/common/icon_arrow_narrow_right_black.svg") center center no-repeat;
	background-size: 9px auto;
}


#recentlyList .prev.swiper-button-disabled,
#recentlyList .next.swiper-button-disabled{
	opacity: 0;
	cursor: default;
}

/**************************************
limitedContentsList
**************************************/

#userSection .limitedContentsList{
	display: block;
	width: calc(100% - 40px);
	margin: 0 auto;
}

#userSection .limitedContentsList > ul{
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: stretch;
    align-items: stretch;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
}

#userSection .limitedContentsList > ul > li{
	display: block;
	width: 47.01492537313433%;
	margin-right: 5.97014925373134%;
	font-size: 1.4rem;
	line-height: 1.7;
}

#userSection .limitedContentsList > ul > li:nth-of-type(2n){margin-right: 0;}
#userSection .limitedContentsList > ul > li:nth-of-type(n + 3){margin-top: 50px;}

#userSection .limitedContentsList > ul > li > a{
	display: block;
	text-decoration: none;
}

#userSection .limitedContentsList > ul > li figure{
	display: block;
	width:  100%;
	padding: 0 12.6984126984127%;
	margin-bottom: 10px;
}
#userSection .limitedContentsList > ul > li figure img{display: block; width: 100%; height: auto;}

#userSection .limitedContentsList > ul > li dl{
	display: block;
	width:  100%;
}

#userSection .limitedContentsList > ul > li dl > dt{
	text-decoration: underline;
	font-size: 1.4rem;
	line-height: 1.4;
	margin-bottom: 10px;
}

#userSection .limitedContentsList > ul > li dl > dd.tag{
	padding-top: 10px;
}

#userSection .limitedContentsList > ul > li dl > dd.tag > ul{display: block;}

#userSection .limitedContentsList > ul > li dl > dd.tag > ul > li{
	display: inline-block;
	text-align: center;
	padding: 5px 9px;
	font-size: 1.2rem;
	line-height: 1;
	background: #dddddd;
}


/**************************************
changeAddressCaution
**************************************/
#userSection .changeAddressCaution{
	display: block;
	width: calc(100% - 40px);
	padding: 15px;
	border: 1px solid #CCCCCC;
	margin: 0 auto;
}
#userSection .changeAddressCaution > dl{}
#userSection .changeAddressCaution > dl > dt{
	margin-bottom: 15px;
	font-size: 1.4rem;
	font-weight: 700;
	line-height: 1.25;
}

#userSection .changeAddressCaution > dl > dd{
	font-size: 1.4rem;
	line-height: 1.4;
	margin-bottom: 15px;
}
#userSection .changeAddressCaution > dl > dd:nth-last-of-type(1){margin-bottom: 0;}



/**************************************
addressMsg
**************************************/
#userSection .addressMsg{
	display: block;
	width: calc(100% - 40px);
	margin: 0 auto 20px;
	padding: 15px;
	background: #fbe6e6;
	font-size: 1.4rem;
	line-height: 1.4;
}

/**************************************
addressList
**************************************/
#userSection  .addressList{
	display: block;
	width: calc(100% - 40px);
	margin: 0 auto 30px;
	border-top: 1px solid #CCCCCC;
}

#userSection  .addressList > dl{
	display: block;
	padding: 20px 15px 20px;
	border-bottom: 1px solid #CCCCCC;
}

#userSection  .addressList > dl > dt{
	display: block;
	font-size: 1.4rem;
	line-height: 1.4;
	font-weight: 700;
	margin-bottom: 20px;
}

#userSection  .addressList > dl > dd{ display: block;}

#userSection  .addressList > dl > dd > .address{
	display: block;
	margin-bottom: 20px;
	font-size: 1.4rem;
	line-height: 1.4;
}
#userSection  .addressList > dl > dd > .address > .inner{ display: block;}
#userSection  .addressList > dl > dd > .address > .inner > span{ display: block;}
#userSection  .addressList > dl > dd > .address > .inner > span.tel{padding-top: 10px;}

#userSection  .addressList > dl > dd > .lastmodified{
	display: block;
	margin-bottom: 20px;
	font-size: 1.4rem;
	line-height: 1.4;
}
#userSection  .addressList > dl > dd > .address > .inner > span.company{padding-top: 10px;}

#userSection  .addressList > dl > dd  ul.btnArea{
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    justify-content: space-between;
	width: 100%;
}

#userSection  .addressList > dl > dd  ul.btnArea > li{
	display: block;
	width: calc(50% - 10px);
	margin-right: 20px;
}
#userSection  .addressList > dl > dd  ul.btnArea > li:nth-of-type(2n){margin-right: 0;}

/**************************************
newAddressGuide
**************************************/
#userSection .newAddressGuide{
	display: block;
	width: calc(100% - 40px);
	margin: 0 auto 30px;
	padding: 15px;
	background: #f7f7f7;
	font-size: 1.4rem;
	line-height: 1.4;
}

#userSection .newAddressGuide > dl{ display: block;}
#userSection .newAddressGuide > dl > dt{
	font-size: 1.5rem;
	margin-bottom: 15px;
	font-weight: 700;
}
#userSection .newAddressGuide > dl > dd{margin-bottom: 10px;}

#userSection .newAddressGuide > dl > dd > dl{
	display: block;
	padding-top: 10px;
	margin-bottom: 10px;
}
#userSection .newAddressGuide > dl > dd > dl > dt{margin-bottom: 10px; font-weight: 700;}

#userSection .newAddressGuide > dl > dd.caution{
	padding-left: 1em;
	text-indent: -1em;
	color: #e35555;
}

#userSection .newAddressGuide > dl > dd.btnWhite{
	display: block;
	width: 100%;
	padding-top: 20px;
	margin: 0 auto;
}

/**************************************
mypageAnchorListSection
**************************************/

#userSection .anchorListBox{
	margin-top: 20px;
	
}

/**************************************
editAnchorListSection
**************************************/

#userSection .editAnchor{
	margin-bottom: 40px;
}

/**************************************
editCustomerAccordionSection
**************************************/
.editCustomerAccordion > dl > dt{
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-align-items: flex-start;
	align-items: flex-start;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	width: 100%;
	padding: 15px 63px 15px 15px;
	background: #eeeeee;
	font-size: 1.4rem;
	line-height: 1.4;
	vertical-align: middle;
	text-align: left;
	position: relative;
}

.editCustomerAccordion > dl > dt::before,
.editCustomerAccordion > dl > dt::after{
	background-color:initial;
	width:initial;
	height:initial;
	display: inline-block;
}

.editCustomerAccordion > dl > dt::before{
	content:'変更';
	text-decoration: underline;
	vertical-align: middle;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	right:30px
}

.editCustomerAccordion > dl > dt::after{
	content:' ';
	background: url("../img/common/icon_arrow_narrow_right_black.svg") right center no-repeat;
	background-size: 6px auto;
	padding-right: 16px;
	vertical-align: middle;
	width: 15px;
	height: 20px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.editCustomerAccordion > dl.open > dt::before{
	content:'閉じる';
	text-decoration: underline;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	right:15px
}

.editCustomerAccordion > dl.open > dt::after{
	background:initial;
	padding-right: 0px;
}

/**************************************
creditCardListSection
**************************************/
.creditCardListSection{margin-top: -40px;}

.creditCardListSection > .creditCardList{
	display: block;
    width: calc(100% - 40px);
    margin: 0 auto 0;
    border-top: 1px solid #CCCCCC;
}

.creditCardListSection > .creditCardList > dl{
    display: block;
    padding: 20px 15px 20px;
    border-bottom: 1px solid #CCCCCC;
}

.creditCardListSection > .creditCardList > dl > dt{
    display: block;
    font-size: 1.4rem;
    line-height: 1.4;
    font-weight: 700;
    margin-bottom: 10px;
}
.creditCardListSection > .creditCardList > dl > dd{
    display: block;
}

.creditCardListSection > .creditCardList > dl > dd > .limited{
    display: block;
    margin-bottom: 20px;
    font-size: 1.4rem;
    line-height: 1.4;
}
.creditCardListSection > .creditCardList > dl > dd > .limited.over{
	color: #e35555;
}
.creditCardListSection > .creditCardList > dl > dd > .limited.over strong{font-weight: 700; padding-left: 20px;}

.creditCardListSection > .creditCardList > dl > dd > .btnArea{
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
}
.creditCardListSection > .creditCardList > dl > dd > .btnArea > p{width: calc(50% - 10px);}
.creditCardListSection > .creditCardList > dl > dd > .btnArea form{width: calc(50% - 10px);}
.creditCardListSection > .creditCardList > dl > dd > .btnArea button{width: 100%;}

/**************************************
creditCardAddSection
**************************************/
.creditCardAddSection{
	display: block;
	margin: 0 auto;
}

.creditCardAddSection .creditCardInputLede{
	font-size: 1.4rem;
	margin-bottom: 20px;
}


.creditCardAddSection .creditCardInput{
	display: block;
	width: calc(100% - 40px);
	margin: 0 auto;
}


.creditCardAddSection .creditCardInput .cardHelp{
	margin-top: 10px;
	margin-bottom: 20px;
}

.creditCardAddSection .creditCardInput .cardHelp > ul.enableCardList{
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
	width: 100%;
	margin-bottom: 20px;
}

.creditCardAddSection .creditCardInput .cardHelp > ul.enableCardList > li{
	display: block;
	width: 25%;
	text-align: center;
	font-size: 1.0rem;
	line-height: 1.2;
}

.creditCardAddSection .creditCardInput .cardHelp > ul.enableCardList > li > figure{
	display: block;
	width: 100%;
	margin: 0 auto 5px;
}
.creditCardAddSection .creditCardInput .cardHelp > ul.enableCardList > li > figure img{display: block; width: 100%; height: auto;}

.creditCardAddSection .creditCardInput .cardHelp > ul.enableCardList > li > span{
    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;
	height: 2em;
	text-align: center;
}


.creditCardAddSection .creditCardInput .cardHelp > ul.circleList{
	display: block;
	width: 100%;
}

.creditCardAddSection .creditCardInput .innerInputArea{
	display: block;
	padding: 15px;
	background: #eeeeee;
}

.creditCardAddSection .creditCardInput .innerInputArea dl{
	margin-bottom: 30px;
}

.creditCardAddSection .creditCardInput .innerInputArea dl > dt{
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
	margin-bottom: 10px;
	font-size: 1.4rem;
	position: relative;
	min-height: 22px;
}

.creditCardAddSection .creditCardInput .innerInputArea dl.required > dt > span{
	display: block;
	padding-top: 1px;
	padding-right: 10px;
}

.creditCardAddSection .creditCardInput .innerInputArea dl.required > dt::after{
	content: '必須';
	display: block;
	width: 40px;
	height: 22px;
	border: 1px solid #e35555;
	background: #FFFFFF;
	font-size: 12px;
	line-height: 20px;
	text-align: center;
	color: #e35555;
}

.creditCardAddSection .creditCardInput .innerInputArea .cardInput > dl > dd{
	display: block;
}
.creditCardAddSection .creditCardInput .innerInputArea .cardInput > dl > dd p.note{
	margin-top: 5px;
	font-size: 1.2rem;
}

.creditCardAddSection .creditCardInput .innerInputArea .dateSelect{
	display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
}

.creditCardAddSection .creditCardInput .innerInputArea .dateSelect > .year,
.creditCardAddSection .creditCardInput .innerInputArea .dateSelect > .month{
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
	width: auto;
	margin-bottom: 0;
}
.creditCardAddSection .creditCardInput .innerInputArea .dateSelect > .year{margin-right: 20px;}


.creditCardAddSection .creditCardInput .innerInputArea .securityCode{margin-bottom: 20px;}


.creditCardAddSection .creditCardInput .innerInputArea  dl.securityCode > dd{
	display: block;
}

.creditCardAddSection .creditCardInput .innerInputArea  dl.securityCode > dd .inputArea{
	display: block;
	width: 120px;
	margin-bottom: 10px;
}
/**【FFHC v1.0】【会員情報変更画面のスタイル修正】#:5902 Start*/
 fieldset >section.registInputSection> div.formTable > dl.required> dd > div.inputArea > label.name > div.form-row > label{
	vertical-align: middle;
	display:  table-cell;
    white-space: nowrap!important;
    padding-right: 15px;

}
fieldset >section.registInputSection > div.formTable > dl.required> dd >div.inputArea > label.name > div.form-row > div.field-wrapper{
	display:  table-cell;
	width: 100%;
	padding:0px!important;
	margin:0!important;
}
  fieldset >section.registInputSection > div.formTable > dl.required> dd >div.inputArea > label.name > div.form-row{
	display: table-row;
	width: 100%;
}

div.inputArea > div.dateSelect{
	display: table-row;
	width: 100%;
	padding:0px!important;
	margin:0!important;
}
div.inputArea > div.dateSelect > div.year,
div.inputArea > div.dateSelect > div.month,
 div.inputArea > div.dateSelect > div.day{
    display:  table-cell;
	padding:0px!important;
	margin:0!important;
	width: auto;
 }
  div.inputArea > div.dateSelect > div > label.selectBox{
  display: table-row;
  width: 100%;
  }
  div.inputArea > div.dateSelect > div > label.selectBox > select{
  padding:  0 25px 0 9px!important;
  }
 div.inputArea > div.dateSelect > div > label.selectBox > select,
 div.inputArea > div.dateSelect > div > label.selectBox > span.title{
 display:  table-cell;
 }
 div.inputArea > div.dateSelect > div > label.selectBox > span.title{
 padding-left: 5px;
 padding-right: 5px;
 }

  fieldset >section.registInputSection > div.formTable > dl.required> dd >div.inputArea > label.name > div.form-row > label > span.required-indicator{
	display: none;
}
/**【FFHC v1.0】【会員情報変更画面のスタイル修正】#:5902 End.*/


.orderCancelCaution {
	margin-top: 20px;
	line-height: 1.4;
	color: red;
}

.orderCancelCaution > span {
	text-decoration: underline;
}

/**************************************
premierParts
**************************************/
#login{
	margin-bottom:50px;
}
#login #premire_price .box{
	display: flex;
	flex-direction: column;
	position: relative;
}
#login #premire_price .box .ribbon{
	position:absolute;
	top: 10px;
	left: 20px;
}
#login #premire_price .boxH{
	flex-grow: 1;
}
#login #premire_price #boxL .boxH{
	background-color:#FFF;
	border-top:0;
	line-height:1.8rem;
	border-left: 30px solid #f29191;
	border-right: 30px solid #f29191;
	border-bottom: 20px solid #f29191;
}
#login #premire_price #boxR .boxH{
	background-color:#FFF;
	border:5px solid #f2c2c2;
	border-top:0;
	line-height:1.8rem;
	border-left: 30px solid #f2c2c2;
	border-right: 30px solid #f2c2c2;
	border-bottom: 20px solid #f2c2c2;
}
#login #premire_price .boxMain{
	background-color:#FFF;
	text-align:center;
}
#login #premire_price  #boxL .boxYear{
	background-color:#f29191;
	padding:15px 0;
	text-align:center;
	height:71px;
}
#login #premire_price  #boxR .boxYear{
	background-color:#f2c2c2;
	padding:15px 0;
	text-align:center;
	height:71px;
}
#login #premire_price h3{
	height:50px;
	color:#9d9362;
	background:linear-gradient(to left,#dad5bc,#f7f6f0,#dad5bc);
	text-align:center;
	font-size:2rem;
	font-weight:bold;
	line-height:50px;
}
#login #premire_price .boxYear .year{
	font-size:1.8rem;
}
#login #premire_price .boxYear .year span{
	font-weight:bold;
}
#login #premire_price .boxYear .period{
	font-size:1.4rem;
	margin-bottom: 5px;
}
#login #premire_price .boxText{
	height:220px;
	display:table;
	margin:auto;
}
#login #premire_price .boxTextCont{
	display:table-cell;
	vertical-align:middle;
}
#login #premire_price .boxTextContA{
	font-size:2.4rem;font-weight:bold;line-height:4rem;
}
#login #premire_price .boxTextContB{
	margin-bottom:10px;font-size:2rem;
}
#login #premire_price .boxTextContC{
	margin-bottom:20px;font-size:2rem;font-weight:bold;
}
#login #premire_price .boxTextContD{
	margin-bottom:10px;font-size:1.6rem;font-weight:bold;
}
#login #premire_price .boxTextContE{
	margin-bottom:15px;font-size:2.2rem;font-weight:bold;
}
#login #premire_price .boxTextContF{
	font-size:1.5rem;
}
#login #premire_price .boxTextContG{
	margin-bottom:20px;font-size:2rem;
	margin-top:20px;
}
#login #premire_price .boxTextContH{
	margin-bottom:10px;font-size:1.8rem;
}
#login #premire_price .boxTextContI{
	margin-bottom:20px;font-size:2rem;font-weight:bold;
}
#login #premire_price .boxTextContI span{
	font-size:1.4rem;
}
#login #premire_price .boxTextContJ{
	font-size:1.5rem;
	margin-bottom: 20px;
}
#login #premire_login{
	background-color:#fef9e3;
	border-top:5px solid #e5debd;
	border-bottom:5px solid #e5debd;
	margin-bottom:30px;
}
#login #premire_login .boxLogin{
	height:200px;
	display:table;
	margin:auto;
}
#login #premire_login .boxLoginCont{
	display:table-cell;
	vertical-align:middle;
}
#login #premire_login .boxLoginCont p{
	font-size:2rem;
	font-weight:bold;
	margin-bottom:30px;
	text-align:center;
}
#login #premire_login .boxLoginBtn{
	position:relative;
}
#login #premire_login #boxLoginBtnbox{
	height:50px;
	line-height:50px;
	display:flex;
	justify-content:center;
	align-items:center;
}
#login #premire_login #boxLoginBtnbox a{
	display:block;
	height:100%;
	width:100%;
	text-decoration:none;
	border-radius:8px;
	background-color:#666;
	-webkit-transition:background .2s ease,color .2s ease;
	-moz-transition:background .2s ease,color .2s ease;
	-o-transition:background .2s ease,color .2s ease;
	transition:background .2s ease,color .2s ease;
}
#login #premire_login #boxLoginBtnbox a:hover{
 background:#000;
 color:#FFF;
}
#login #premire_login #boxLoginBtntxt{
	color:#FFF;
	text-align:center;
	font-weight:bold;
	font-size:1.8rem;
}
#login #premire_price{
	padding:20px;
}
#login #premire_price #premire_price_box #boxL h3 img{
	width:32px !important;
	vertical-align: middle;
}
#login #premire_price #premire_price_box #boxR{
	margin-top:40px;
}
#login #premire_login{
	margin:20px;
}
#login #premire_login .boxLoginCont p{
	font-size:1.8rem;
}
#login #premire_except p.onlyforPC{
	display:none;
}
#login #premire_except p.onlyforSP{
	margin:20px;
}
#login #premire_price .box .ribbon img{
	width:80%;
	height:80%;
}
#login #premire_price .box .ribbon{
	top: 10px;
	left: 10px;
}
#login #premire_price .boxTextContI span{
	font-size:1.4rem;
	line-height:2.2rem;
}
#login #premire_price #boxL .boxH{
	border-left: 20px solid #f29191;
	border-right: 20px solid #f29191;
	border-bottom: 15px solid #f29191;
}
#login #premire_price #boxR .boxH{
	border-left: 20px solid #f2c2c2;
	border-right: 20px solid #f2c2c2;
	border-bottom: 15px solid #f2c2c2;
}

/**************************************
.brandSearchSection
**************************************/
#userSection .brandSearchSection{
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
}
#userSection .brandSearchSection > ul{
	display: block;
	width: calc(100% - 40px);
	margin: 0 auto;
}
#userSection .brandSearchSection > ul > li{
	display: block;
	margin-bottom: 10px;
}
#userSection .brandSearchSection > ul > li:nth-last-of-type(1){margin-bottom: 0;}
#userSection .brandSearchSection > ul > li > a{
	display: block;
}
#userSection .brandSearchSection > ul > li > a:hover{opacity: .6;}
#userSection .brandSearchSection > ul > li img{display: block; width: 100%; height: auto;}

/**************************************
recaptcha alert
**************************************/
.circledExclMark {
	color: white;
	background: #E35555;
	border-radius: 50%;
	width: 23px;
	height: 23px;
	text-align: center;
	font-size: 19px;
}