@charset 'utf-8';
/* point
2021-0909 edit
.15,19 color
by Culinaire Tsukasa Konno
------------------------------------------------ */

.point--inner {
	max-width: 915px;
}

.point__list--item a {
	display: block;
	text-decoration: none;
}

.point__list--item img {
	width: 100%;
}

.point__list--num {
	margin-top: 15px;
	position: relative;
	font-size: 2.8rem;
	color: #e47072;
	line-height: 1;
}

.point__list--num:before {
	content: '';
	position: absolute;
	left: 0;
	top: 12px;
	width: 100%;
	height: 1px;
	background-color: #e47072;
}

.point__list--num span {
	position: relative;
	z-index: 1;
	display: inline-block;
	padding-right: 12px;
	background-color: #fff;
}

.point__list--title {
	margin-top: 5px;
	font-family: 'ヒラギノ明朝 ProN W6', 'HiraMinProN-W6', 'HG明朝E', 'ＭＳ Ｐ明朝', 'MS PMincho', 'MS 明朝', serif;
	font-size: 3rem;
	font-weight: bold;
	color: #8e5b61;
	line-height: 1.73;
}

.point__list--txt {
	font-size: 1.8rem;
	line-height: 1.44;
}

.point-btns {
	margin: 55px auto 0;
}

.point-btns-item {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 47.3913043478%;
	height: 82px;
	color: #fff !important;
	font-size: 1.8rem;
	text-align: center;
	letter-spacing: 0.2em;
	line-height: 1.75;
	text-decoration: none;
	border-radius: 10px;
	margin-top: 16px;
}

.point-btns-more {
	background-color: #8e5b61;
}

.point-btns-document {
	background-color: #b98855;
}

@media screen and (min-width: 769px) {
	.point__list {
		margin-top: 40px;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.point__list--item {
		width: 46.995%;
	}
	.point__list--item:not(:nth-child(-n+2)) {
		margin-top: 50px;
	}
	.point-btns {
		display: flex;
		justify-content: center;
		flex-direction: column;
		align-content: center;
		align-items: center;
	}
}

@media screen and (max-width: 768px) {
	.point--inner {
		padding: 0 17px;
	}
	.point__list {
		margin-top: 27px;
	}
	.point__list--item:not(:nth-child(-n+1)) {
		margin-top: 35px;
	}
	.point__list--num {
		font-size: 1.9rem;
	}
	.point__list--title {
		font-size: 2.1rem;
	}
	.point__list--txt {
		font-size: 1.4rem;
	}
	.point-btns {
		margin-top: 35px;
	}
	.point-btns-item {
		margin-top: 16px;
		width: 100%;
		height: 64px;
		font-size: 1.4rem;
	}
	.point-btns-item:first-child {
		margin-top: 0;
	}
	.point__list--num:before {
		top: 6px;
	}
}