.ribbon {
	display: block;
	position: relative;
	padding: 15px 20px;
	font-size: 2rem;
	color: #000;
	font-weight: bold;
	background: #F9E300;
	margin: 0 auto 2em;
	width: 500px;
	text-align: center;
}
.ribbon:before {
	position: absolute;
	content: '';
	top: 100%;
	left: 0;
	border: none;
	border-bottom: solid 15px transparent;
	border-right: solid 20px rgb(149, 158, 155);
}
.ribbon:after {
	position: absolute;
	content: '';
	top: 100%;
	right: 0;
	border: none;
	border-bottom: solid 15px transparent;
	border-left: solid 20px rgb(149, 158, 155);
}
.ribbon_notes {
	width: auto;
	margin: 0 0 3em 0;
	color: #666;
	font-size: 1em;
	line-height: 150%;
	text-align: center;
}
.amenity {
	position: relative;
	width: 100%;
	margin: 0 0 3em 0;
	padding: 40px 0 20px 0;
	background: #fff2cc url('../images/bg-amenity.png');
}
.amenity_title {
	position: absolute;
	top: -1em;
	left: 0;
	right: 0;
	margin: auto;
	width: 8em;
	padding: 6px 0px;
	border-radius: 5px;
	background: #ef5417;
	color: white;
	font-size: 1.5em;
	text-align: center;
}
.amenity_lead {
	font-size: 1.25em;
	text-align: center;
	text-decoration: underline;
}
.amenity_emphasis {
	/*-webkit-text-emphasis: filled circle red;*/
	text-emphasis: filled circle red;
}
.amenityList {
	list-style: none;
	padding: 0;
}
.amenityList_item {
	color: #cf0034;
	font-size: 1.7em;
	font-weight: bold;
}
.amenity_notes {
	font-size: 1em;
	line-height: 150%;
	padding: 0 0 0 1em;
	text-indent: -1em;
}
.amenity_apartment {
	width: auto;
}
.amenity_btn {
	width: 300px;
	margin: 0 auto;
	display: block;
	padding: 0.5em 1em;
	background: #00a737;
	border-bottom: solid 4px #999;
	color: white;
	font-size: 1.5rem;
	font-weight: bold;
	text-align: center;
}
.amenity_btn:hover {
	color: white;
	opacity: 0.6;
}
.refer {
	position: relative;
	width: 960px;
	margin: 0 auto 5em;
	padding: 30px 60px;
	border: 3px solid #ef5417;
	border-radius: 5px;
}
.refer_title {
	position: absolute;
	top: -1em;
	left: 0;
	right: 0;
	margin: auto;
	width: 19em;
	padding: 6px 0px;
	background: white;
	color: #ef5417;
	font-size: 1.5em;
	text-align: center;
}
.refer_highlight {
	background: linear-gradient(transparent 60%, #ff0 0%);
}
.refer_lead {
	color: #cf0034;
	font-size: 1.7em;
	font-weight: bold;
	text-align: center;
}
.refer_wallet-pc {
	width: 640px;
	margin: 0 auto 20px;
}
.refer_wallet-sp {
	display: none;
}
.refer_notes {
	font-size: 1em;
	line-height: 150%;
	margin: 0;
	padding: 0 0 0 1em;
	text-indent: -1em;
}

@media screen and (max-width: 640px) {
	.ribbon {
		width: 100%;
		margin: 0 auto 30px;
		font-size: 1.5rem;
	}
	.ribbon_notes {
		text-align: left;
	}
	.amenityList_item {
		color: #81384a;
		font-size: 1.5em;
		font-weight: bold;
	}
	.amenity_apartment {
		width: 60%;
		margin: 0 auto 30px;
	}
	.refer {
		width: 95%;
		margin: 0 auto 5em;
		padding: 30px;
	}
	.refer_title {
		font-size: 1.2em;
	}
	.refer_lead {
		font-size: 1.4em;
	}
	.refer_wallet-pc {
		display: none;
	}
	.refer_wallet-sp {
		display: block;
		width: 178px;
		margin: 0 auto 20px;
	}
}
