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

/* ---------------------------------------------------------
pancan
----------------------------------------------------------*/
section h2 {
	margin-bottom: 23px;
}
section p {
	font-size: 16px;
	line-height: 1.87;
}
section p:nth-of-type(1) {
	margin-bottom: 26px;
}
section .btn-shop a {
	display: block;
	width: 310px;
	height: 56px;
	color: #fff;
	font-size: 20px;
	line-height: 56px;
	text-align: center;
	background-color: #40210F;
	box-sizing: border-box;
	border-radius: 24px;
	margin: 90px auto 50px;	
}
@media all and (-ms-high-contrast:none){
	section .btn-shop a {
		padding-top: 3px;
	}
}