@charset "UTF-8";

/* 購入完了ページ */
.cart-service-login {
    width: 360px;
    margin: 0 auto;
}

/* 購入履歴　予備・追加アイテム
------------------------------------------------------*/
.p-spareItemWrap {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    margin-top: 1rem;
}
.p-spareItem {
    width: calc((100% / 3) - (2rem / 3));
}
.p-spareItem:not(:nth-of-type(3n)) {
    margin-right: 1rem;
}
.p-spareItem:not(:nth-last-of-type(-n+2)) {
    margin-bottom: 1rem;
}
.p-spareItem__name {
    text-align: center;
    font-size: 1.2rem;
    margin-top: .5rem;
}

/* 同時購入がおすすめ！ */
.c-cartRecoLinks{
}
.c-cartRecoLinks__item{
	width: calc(50% - 0.5rem);
}
.c-cartRecoLinks__item:nth-child(n+3){
	margin-top: 1rem;
}
.c-cartRecoLinks__bt{
	display: block;
	border: 1px solid #ccc;
	padding: 1.5rem;
	text-align: left;
	height: 100%
}
.c-cartRecoLinks__bt__img{
	width: 25%;
}
.c-cartRecoLinks__bt__txt{
	width: 75%;
	padding-left: 1rem;
	padding-right: 2rem;
}
.c-cartRecoLinks__ttl{
	font-size: 1.9rem;
	font-weight: bold;
}
.c-cartRecoLinks__copy{
	margin-top: 0.5rem;
	font-size: 1.3rem;
	line-height: 1.4;
}