@charset "UTF-8";

.price {
	
}
.price .price_box {
	
}
.price .price_promise {
	
}
.price .price_promise div {
	margin-bottom: 30px;
	font-weight: bold;
	font-size: 1.2rem;
	text-align: center;
}
.price .price_promise img.fee_motif {
	display: block;
	margin: 0 auto;
}
.price .price_amount {
	margin-top: 120px;
}
.price .price_amount_item {
	position: relative;
}
.price .price_amount_item:not(:last-child) {
	padding-bottom: 120px;
}
.price .price_amount_item:not(:last-child):before {
	content: "";
	display: inline-block;
	position: absolute;
	bottom: 30px;
	left: 50%;
	transform: translateX(-50%);
	background: url(../images/common/mark.png) no-repeat;
	background-size: 100%;
	background-position: center;
	width: 30px;
	height: 30px;
}
.price .price_amount_item .price_amount_detail {
	position: relative;
	padding: 60px;
	margin: 45px auto 0;
	background: #F2F2F2;
}
.price .price_amount_item .price_amount_detail:before,
.price .price_amount_item .price_amount_detail:after {
	content: '';
	position: absolute;
	bottom: 15px;
	z-index: -1;
	width: 300px;
	height: 25px;
	box-shadow: 0 15px 10px #777;
	background: #777;
}
.price .price_amount_item .price_amount_detail:before {
	left: 10px;
	transform: rotate(-3deg);
}
.price .price_amount_item .price_amount_detail:after {
	right: 10px;
	transform: rotate(3deg);
}
.price .price_amount_item .price_amount_detail ol {
	margin: -12px 0 0 2em;
	padding: 0;
	list-style: decimal-leading-zero;
}
.price .price_amount_item .price_amount_detail ol li {
	margin-top: 12px;
}
.price .price_amount_item dl {
	font-family: 'ShipporiMincho', serif;
	display: flex;
	justify-content: center;
	align-items: center;
}
.price .price_amount_item dl dt {
	font-size: 2.3rem;
	margin: 0 30px;
}
.price .price_amount_item dl dd {
	font-size: 3.8rem;
	font-style: italic;
	margin: 0 30px;
	color: #0B7373;
	line-height: 1.4;
}
.price .price_amount_item dl dd span.tax {
	display: inline-block;
	font-size: 1.9rem;
	font-style: normal;
	margin-left: 12px;
}
.price .price_amount_item dl dd span.plus {
	display: block;
	font-size: 2rem;
	font-style: normal;
}
.price .price_amount_item .explanation {
	margin-top: 30px;
	font-family: 'ShipporiMincho', serif;
	font-size: 1rem;
}


@media screen and (max-width: 1194px) {
	#price .price .price_amount_item dl dt {
		font-size: 1.9rem;
		margin: 0 18px;
	}
	#price .price .price_amount_item dl dd {
		font-size: 2.6rem;
		margin: 0 18px;
	}
	#price .price .price_amount_item dl dd span.tax {
		font-size: 1.3rem;
	}
}
@media screen and (max-width: 960px) {
	.price .price_amount {
		margin-top: 90px;
	}
}
@media screen and (max-width: 834px) {
	.price .price_amount_item dl {
		text-align: center;
		flex-direction: column;
	}
	.price .price_amount_item dl dt,
	.price .price_amount_item dl dd {
		width: 100%;
	}
	.price .price_amount_item dl dt {
		font-size: 2rem;
	}
	.price .price_amount_item dl dd {
		font-size: 3rem;
	}
	.price .price_amount_item dl dd span.tax {
		font-size: 1.6rem;
	}
}
@media screen and (max-width: 560px) {
	.price .price_amount {
		margin-top: 75px;
	}
	.price .price_promise div {
		font-size: 1rem;
	}
	.price .price_promise img.fee_motif {
		width: 290px;
	}
	.price .price_amount_item dl dt {
		font-size: 1.6rem;
	}
	.price .price_amount_item dl dd {
		font-size: 2.6rem;
	}
	.price .price_amount_item dl dd span.tax {
		font-size: 1.4rem;
	}
}
@media screen and (max-width: 430px) {
	.price .price_amount {
		margin-top: 60px;
	}
	.price .price_amount_item dl dt {
		font-size: 1.4rem;
	}
	.price .price_amount_item dl dd {
		font-size: 2.3rem;
	}
	.price .price_amount_item dl dd span.tax {
		font-size: 1.3rem;
	}
}
@media screen and (max-width: 320px) {
}

