@charset "UTF-8";
/* CSS Document */
body {
	color: #343434;
	background: #FFF;
	font-family: 'Hiragino Kaku Gothic ProN', 'Meiryo', 'Osaka', 'MS PGothic', 'YuGothic', 'Arial','Helvetica Neue','Helvetica',sans-serif;
	letter-spacing: .03em;
	line-height: 1.6em;
	-webkit-text-size-adjust: 100%;
			text-size-adjust: 100%;
}

body,h1,h2 {
	font-size: 18px;
}

.price__inner {
	width: 100%;
	margin: 0 auto;
	padding: 24px;
	max-width: 600px;
}

.img {
	width: 100%;
	margin: 24px 0;
}

.price-title {
	margin: 0 0 16px;
	font-size: 24px;
	line-height: 1.7em;
}

.price-list-title {
	margin: 24px 0 0 0;
}

.price-list-title_bg {
	display: inline-block;
	margin: 0;
	padding: 10px 24px;
	line-height: 1;
	border-radius: 30px;
	background: #FF726E;
	color: #fff;
}

.price-list__item {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	margin: 0 auto;
	padding: 16px;
	max-width: 300px;
	font-size: 20px;
	font-weight: 700;
}

.pay {
	width: 120px;
	padding: 8px 0;
	font-size: 18px;
	font-weight: 100;
	line-height: 1;
	border-radius: 30px;
	background: #F5CB00;
}

/*.pay__icon::before {
	margin: 0;
	font-size: 30px;
	transform: translateY(-1px);
}

.pay__icon {
	padding: 0;
}*/

.purchase__label::before {
	margin-right: 0;
}

.arrow {
	padding: 0 0 12px 0;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
}

.price-list_new {
	margin: -20px 0 24px 0;
	padding: 24px 0 6px;
	border-radius: 6px;
	background: #F2F2F2;
}

.price-list__wrapper {
	text-align: center;
}