@charset "utf-8";
.shopping_info {
	font-weight: normal;
	font-size: 14px;
	line-height: 1.5;
}

.shopping_info header {
	padding-left: 6.25%;
	padding-right: 6.25%;
	border-bottom: 1px solid #ccc;
}

.shopping_info header p {
	margin-bottom: 16px;
}

.shopping_info section {
	margin: 30px 6.25%;
	padding-bottom: 35px;
	border-bottom: 1px solid #ccc;
}

.shopping_info section:last-child {
	margin-bottom: 40px;
}

.shopping_info section h3 {
	font-weight: bold;
	font-size: 18px;
	margin-bottom: 15px;
}

.shopping_info section p a {
	display: inline;
}

.shopping_info section dl {
	margin-top: 25px;
	padding-bottom: 10px;
	border-bottom: 1px solid #ccc;
}

.shopping_info section dl dt {
	margin-top: 10px;
	padding-top: 10px;
	border-top: 1px solid #ccc;
	font-weight: bold;
}

.shopping_info section ul {
	margin: 1.5em 0;
}

.shopping_info section ul > li {
	text-indent: -0.5em;
	margin-left: 0.5em;
}

.shopping_info section ul > li:before {
	content: "- ";
}

.device-pc .shopping_info {
	font-size: 18px;
}

.device-pc .shopping_info header {
	padding-left: 0;
	padding-right: 0;
	padding-bottom: 60px;
}

.device-pc .shopping_info header p {
	width: 716px;
	margin: 40px auto 0 auto;
}

.device-pc .shopping_info section {
	width: 716px;
	margin: 50px auto;
	padding-bottom: 55px;
}

.device-pc .shopping_info section:last-child {
	margin-bottom: 60px;
}

.device-pc .shopping_info section h3 {
	font-size: 24px;
}

.device-pc .shopping_info section dl {
	width: 450px;
}
