/* p-products-list
─────────────────────────────────────────────────────────────────────────────────── */


/* page-head
─────────────────────────────────────────────────────────────────────────────────── */
.product-column .anchor a + a {
	margin-right: 0;
}

/* SP < 768px */
@media print, screen and (max-width: 47.9em){
	.page-head nav {
		display: block;
		padding-top: 0;
	}
	.page-head nav a {
		-webkit-tap-highlight-color: transparent;
	}
	.page-head nav a:hover {
		color: #000;
	}
	.product-column .t-size-xx-large {
		margin-bottom: .65em;
	}
}

/* PC > 768px */
@media print, screen and (min-width: 48em){
	.page-head .product-column:before {
		display: none;
	}
	.product-column .anchor {
		float: right;
		display: inline;
		margin-top: 0;
		font-size: 1em;
		text-align: right;
		line-height: 3.2em;
		vertical-align: middle;
	}
	.product-column .anchor a {
		line-height: 1.6em;
		margin-bottom: 0;
	}
	.product-column:after {
		content: "";
		display: block;
		height: 0;
		clear: both;
		overflow: hidden;
	}
}

/* contents-body
─────────────────────────────────────────────────────────────────────────────────── */
.contents-body:first-child {
	margin-top: 2em;
}
.customer-contents {
	padding-bottom: 2em;
}

/* PC > 768px */
@media print, screen and (min-width: 48em){
	.customer-contents {
		padding-bottom: 3em;
	}
	.customer-contents .contents-body {
		padding-top: 1em;
	}
	.customer-contents .contents-title + .contents-body {
		padding-top: 0;
	}
}
