/* EC連携ボタン（メイン画像下／各商品ユニット下） */
.ec-cta{
	display:flex !important; flex-direction:column !important; align-items:flex-start !important; gap:8px !important;
	padding:12px 0 !important; width:auto !important; height:auto !important;
}
.ec-cta-btn{
	display:inline-flex !important; align-items:center !important; gap:10px !important;
	background:#ed6c24 !important; color:#fff !important; text-decoration:none !important;
	padding:16px 28px !important; border-radius:8px !important; width:auto !important; height:auto !important;
	max-width:none !important;
}
.ec-cta-btn:hover{ opacity:.85 !important; }
.ec-cta-btn-icon{ width:22px !important; height:22px !important; max-width:22px !important; flex:none !important; display:inline-block !important; }
.ec-cta-btn-label{ font-weight:700 !important; font-size:17px !important; color:#fff !important; line-height:1 !important; white-space:nowrap !important; width:auto !important; }
.ec-cta-btn-arrow{ width:15px !important; height:15px !important; max-width:15px !important; flex:none !important; display:inline-block !important; }
.ec-cta-note{ font-size:12px !important; color:#8c8c8c !important; margin:0 !important; width:auto !important; }

@media screen and (max-width:650px){
	.ec-cta{ align-items:center !important; }
}
