@charset "UTF-8";






.recycle-headline {
	font-weight: bold;
}
/* SP */
@media (max-width: 767px) {
	.l-section > .recycle-headline {
		font-size: 1.4rem;
		padding: 52px 0 32px 0;
	}
}
/* TB */
@media (min-width: 768px) and (max-width: 1279px) {
	.l-section > .recycle-headline {
		font-size: 1.6rem;
		padding: 52px 0 32px 0;
	}
}
/* PC */
@media (min-width: 1280px) {
	.l-section > .recycle-headline {
		font-size: 1.8rem;
		padding: 64px 0 32px 0;
	}
}



.recycle-btn {
	background-color: #EFDF00;
	color: #333;
	display: inline-block;
	font-weight: bold;
	position: relative;
	text-decoration: none;
	vertical-align: top;
}


@media (min-width: 768px) {
	.recycle-btn:hover {
		background: #F8EB4C;
	}
}
.recycle-btn__inner {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	line-height: 1.3;
	margin-left: -5px;
	width: 100%;
}
.recycle-btn.arrow:after {
	font-size: 1.6em;
	position: absolute;
}
/* SP */
@media (max-width: 767px) {
	.recycle-btn {
		display: block;
		width: 100%;
		height: 48px;
	}
	.recycle-btn:nth-child(n+2) {
		margin-top: 8px;
	}
	.recycle-btn__inner {
		font-size: 1.2rem;
	}
	.recycle-btn.arrow:after {
		right: 4px;
		top: 16px;
	}
}
/* TB */
@media (min-width: 768px) and (max-width: 1279px) {
	.recycle-btn {
		box-sizing: border-box;
		width: 48%;
		height: 54px;
		margin: 0 1%;
		padding: 0 32px 0 20px;
	}
	.recycle-btn__inner {
		font-size: 1.2rem;
	}
	.recycle-btn.arrow:after {
		right: 10px;
		top: 16px;
	}
}
/* PC */
@media (min-width: 1280px) {
	.recycle-btn {
		font-size: 1.4rem;
		min-width: 354px;
		height: 62px;
		margin: 0 10px;
		padding: 0 32px 0 20px;
	}
	.recycle-btn.arrow:after {
		right: 12px;
		top: 20px;
	}
}




.recycle-btn .recycle-icon-window {
	background-image: url(../img2016/price_01/icon_window.svg);
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: 1em 1em;
	display: block;
	height: 1em;
	position: absolute;
	width: 1em;
}
/* SP */
@media (max-width: 767px) {
	.recycle-btn .recycle-icon-window {
		font-size: 12px;
		right: 8px;
		top: 16px;
	}
}
/* TB */
@media (min-width: 768px) and (max-width: 1279px) {
	.recycle-btn .recycle-icon-window {
		font-size: 20px;
		right: 12px;
		top: 16px;
	}
}
/* PC */
@media (min-width: 1280px) {
	.recycle-btn .recycle-icon-window {
		font-size: 20px;
		right: 14px;
		top: 20px;
	}
}

