
.button-1 {
	display: flex;
	justify-content: center;
	align-items: center;
	min-width: 250px;
	margin: 20px auto 0px;
	padding: .9em 2em;
	border: none;
	border-radius: 40px;
	background-color: #ff344f;
	color: #fff;
	font-weight: 600;
	font-size: 12px;
}

.button-1::after {
	width: 1.25em;
	height: 1.25em;
	margin-left: 8px;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M10 6V8H5V19H16V14H18V20C18 20.5523 17.5523 21 17 21H4C3.44772 21 3 20.5523 3 20V7C3 6.44772 3.44772 6 4 6H10ZM21 3V11H19L18.9999 6.413L11.2071 14.2071L9.79289 12.7929L17.5849 5H13V3H21Z' fill='%23fff'%3E%3C/path%3E%3C/svg%3E");
	content: '';
}

.button-1:hover {
	background-color: #ff344f;
}

.pi_area {
	text-align: center;
	margin: 0px auto 20px;
}

.pi_banner {
	display: block;
	font-size: 0;
	line-height: 0;
	margin: 0 auto 30px;
}

.pi_font h1,
h2,
h3,
h4,
h5 {
	font-family: "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "Helvetica", "Arial", sans-serif;
}

.pi_lead {
	font-size: 1.3rem;
	font-weight: normal;
	margin-top: 3px;
}
