.price {
	width: 100%;
	max-width: 800px;
	margin: 0 auto;
}

.price img {
	width: 100%;
	height: auto;
}

.attention {
	padding: 2rem 1rem;
	margin: 0 0 1.5rem 0;
	border: 1px solid #666;
}
.border {
	width: 100%;
	border-bottom: 1px dotted #666;
	display: inline-block;
}
.attention dt {
	font-weight: 700;
	padding: 5px 0 0 0;
}

.attention dd {
	padding: 0 0 5px 0;
}

.attention dd:last-child {
	border-bottom: none;
}
.price-head {
	padding: 1rem 0;
}
.price-box {
	margin-bottom: 2rem;
}
.price h2 {
	padding: 0 0 10px 0;
	margin: 0 0 15px 0;
	text-align: center;
}

.price h3 {
	margin: 10px 0 7px;
	font-size: 20px;
}

p.course {
	line-height: 1.6;
}
.price-head {
	text-align: center;
}

.price-detail {
	font-size: 16px;
	padding: 1rem 0;
	margin-top: -2rem;
}
@media screen and (min-width: 640px) {
	.price-detail {
		font-size: 1.1rem;
		width: 70%;
		max-width: 800px;
		margin: 0 auto;
	}
}
.price-detail li {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	margin: 1rem 0;
	font-size: 1.25rem;
	border-top: 1px solid #666;
	padding-top: 1.5rem;
}
.price-detail li:first-child {
	border: none;
}
.price-detail li:last-child {
	border-bottom: 1px solid #666;
	padding-bottom: 1rem;
}
.price-detail-left {
}
.price-detail-right {
	font-size: 1.6rem;
}
.detail-dd {
	position: relative;
	top: -1.25rem;
	left: 2rem;
	font-size: 0.75rem;
	color: #bbb;
	font-size: 0.9rem;
	display: block;
	height: 0;
}
.discount {
	text-decoration: line-through;
	font-size: 1.25rem;
}
dd.none {
	width: 100%;
	text-align: left;
	border-top: none;
	font-size: 14px;
	padding: 0 0 4px 0;
}

.credit .image {
	margin: 15px 0;
}

.headsup {
	margin: 40px 0;
}

@media screen and (min-width: 640px) {
	.attention {
		font-size: 15px;
		margin: 40px 0;
	}

	.price h2 {
		margin: 40px 0 15px 0;
	}

	.credit div {
		padding: 1rem 0 2rem;
		text-align: center;
	}
	.headsup div {
		text-align: center;
		padding: 1rem 0 2rem;
	}
}
.top_price {
	box-sizing: border-box;
	padding: 0 2rem;
}
.price-disc h2 {
	font-size: 1.1rem;
	margin-bottom: 1rem;
}
.price-detail li {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	margin: 1rem 0;
	font-size: 1.1rem;
	border-top: 1px solid #666;
	padding-top: 2.5rem;
	/* padding-left: 1rem; */
	/* padding-right: 1rem; */
	line-height: 1;
}
