@charset "UTF-8";
header {
	border-bottom: 1px solid #c9c9c9;
	padding: 2rem;
}
header .mb50 { margin-bottom: 0; }
.contents {
	padding-top: 10rem;
}
.top-bar,
.gnav,
.bottom-nav,
.hd_icon_sc,
.hd-green { display: none !important; }
.cart_tbl thead th {
	padding: 0 0 8px;
}
.cart_tbl tbody tr:nth-child(1) {
	border-top: solid 1px #C6C6C6;;
}
.cart_tbl tbody tr {
	border-bottom: solid 1px #C6C6C6;;
}
.cart_tbl tbody td {
	padding: 24px 24px 24px 0;
}
.cart_item {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: start;
	align-items: flex-start;
}
.cart_img {
	width: 120px;
}
.cart_info {
	width: calc(100% - 120px);
	padding: 0 0 0 24px;
}
.cart_info .name,
.cart_info .price {
	font-size: 1.4rem;
}
.cart_info .name {
	font-weight: 700;
	margin: 0 0 3px;
}
.cart_info .price {
	margin: 0 0 8px;
}
.cart_info .option,
.cart_info .point,
.cart_info .nameprint {
	font-size: 1.2rem;
}
.cart_quantity input,
.cart_quantity ul {
	font-size: 1.4rem;
	max-width: 80px;
	width: 100%;
}
.cart_quantity input {
	border: solid 1px #939393;
	padding: 10px 16px;
}
.cart_quantity ul {
	display: -webkit-box;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
	margin: 8px 0 0;
}
.cart_quantity ul li {
	text-align: center;
}
.cart_quantity ul li a:hover {
	opacity: 1;
}
.cart_quantity ul li:nth-child(1) a {
	font-weight: 700;
	background: #ECECEC;
	display: block;
	line-height: 1;
	padding: 6px;
}
.cart_quantity ul li:nth-child(1) a:hover {
	color: #fff;
	background: #080808;
}
.cart_quantity ul li:nth-child(2) a {
	text-decoration: underline;
}
.cart_quantity ul li:nth-child(2) a:hover {
	text-decoration: none;
}
.cart_subtotal {
	font-size: 1.8rem;
	font-weight: 500;
	text-align: right;
	white-space: nowrap;
}
.cart_total {
	font-size: 1.4rem;
	max-width: 350px;
	width: 100%;
	margin-top: 40px;
	margin-left: auto;
	margin-right: 0;
}
.cart_total .price {
	margin: 0 0 4px;
}
.cart_total .price dt {
	font-size: 1.8rem;
	font-weight: 700;
	margin: 0 0 8px;
}
.cart_total .price dd {
	font-size: 2.4rem;
	font-weight: 500;
	word-break: break-all;
}
.cart_total .btn {
	margin: 24px 0 0;
}
.cart_total .btn li:not(:last-child) {
	margin: 0 0 10px;
}
.cart_total .btn li.order a,
.cart_total .btn li.back a {
	display: block;
	text-align: center;
	padding: 16px;
}
.cart_total .btn li.back a {
	border: solid 1px #E0E0E0;
}
.cart_total .btn li.order a {
	color: #fff;
	font-size: 1.6rem;
/*
	background: #080808;
	border-color: #080808;
*/
	background: #005e67;
	border-color: #005e67;
	padding: 20px 16px;
}
.free-shipping-wrap {
	margin: 24px 0 0;
}
.free-shipping-wrap h3 em {
	font-weight: 700;
}
@media screen and (max-width: 768px) {
	.cart-section-title {
		font-size: 3rem;
	}
.contents {
	padding-top: 5rem;
}
.cart_tbl thead { display: none; }
.cart_tbl tbody td {
	width: 100%;
	display: block;
	padding: 0;
}
.cart_tbl tbody td:first-child {
	padding: 16px 0 0;
}
.cart_tbl tbody td:last-child {
	padding: 0 0 16px;
}
.cart_img {
	width: 90px;
}
.cart_info {
	width: calc(100% - 90px);
	padding: 0 0 0 16px;
}
.cart_quantity input,
.cart_quantity ul li:nth-child(1) a {
	padding: 3px 10px;
}
.cart_quantity > div {
	display: -webkit-box;
	display: flex;
	margin: 8px 0;
}
.cart_quantity ul {
	max-width: inherit;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-align: center;
	align-items: center;
	flex: 1 1 auto;
	margin: 0 0 0 6px;
}
.cart_quantity ul li:nth-child(1),
.cart_quantity ul li:nth-child(1) a {
	height: 100%;
}
.cart_quantity ul li:nth-child(1) {
	max-width: 80px;
	width: 100%;
}
.cart_quantity ul li:nth-child(1) a {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: center;
	justify-content: center;
}
.cart_quantity ul li:nth-child(2) {
	flex: 1 1 auto;
	text-align: right;
}
.cart_subtotal {
	white-space: normal;
}
.cart_total {
	max-width: inherit;
	margin-top: 24px;
}
.cart_total .price dt {
	font-size: 1.6rem;
}
}