@charset "UTF-8";
/* CSS Document */

/* ---------------------------------------------------------
pancan
----------------------------------------------------------*/
section h2 {
	margin-bottom: 17px;
}
section p {
	font-size: 1.3rem;
	line-height: 1.6;
}
section p:nth-of-type(1) {
	margin-bottom: 20px;
}
section .btn-shop a {
	display: block;
	width: 100%;
	height: 45px;
	color: #fff;
	font-size: 1.75rem;
	line-height: 45px;
	text-align: center;
	background-color: #40210F;
	box-sizing: border-box;
	border-radius: 20px;
	margin: 39px auto 0;
}