.p-listData {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 28px;
}

.p-listData__item {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: calc(50% - 10px);
	padding: 5px 10px;
	border: 1px solid #9c9c9c;
	border-radius: 16px;
}

@media screen and (max-width: 768px) {
	.p-listData__item {
		width: 100%;
	}
}

.p-listData__item:nth-of-type(even) {
	margin-left: 20px;
}

@media screen and (max-width: 768px) {
	.p-listData__item:nth-of-type(even) {
		margin-left: 0;
	}
}

.p-listData__item:nth-of-type(n+3) {
	margin-top: 20px;
}

@media screen and (max-width: 768px) {
	.p-listData__item:nth-of-type(n+3) {
		margin-top: 0;
	}
}

@media screen and (max-width: 768px) {
	.p-listData__item:nth-of-type(n+2) {
		margin-top: 20px;
	}
}

.p-listData__body {
	display: flex;
	align-items: center;
}

.p-listData__text {
	margin-left: 16px;
}

.p-listData__num {
	flex-shrink: 1;
	padding-left: 20px;
	white-space: nowrap;
}

.p-pkgImg {
	position: relative;
	max-width: 360px;
	margin: 25px auto;
}

@media screen and (max-width: 768px) {
	.p-pkgImg {
		width: 50%;
		max-width: unset;
		margin: 25px auto;
		padding: 0 10%;
	}
}

.p-pkgImg::before,
.p-pkgImg::after {
	display: block;
	width: 100px;
	height: 100px;
	content: '';
	position: absolute;
	background: url(../images/e.png) no-repeat center center/ 100px auto;
}

.p-pkgImg::before {
	top: -12.5px;
	left: -50px;
	transform: rotate(275deg);
}

@media screen and (max-width: 768px) {
	.p-pkgImg::before {
		left: -40%;
	}
}

.p-pkgImg::after {
	bottom: -50px;
	right: -50px;
	transform: rotate(90deg);
}

@media screen and (max-width: 768px) {
	.p-pkgImg::after {
		right: -40%;
	}
}

.p-fruche-text {
	color: #fc7ccc;
	font-weight: bold;
	text-align: center;
}

.p-fruche-list {
	font-size: 1.8rem;
}

.p-fruche-list li {
	text-indent: 0;
	margin-left: 1em;
	padding-left: 0;
}

.p-fruche-list li:nth-of-type(1) strong {
	border-bottom: 2px solid #E4176D;
}
.p-fruche-list li:nth-of-type(2) strong {
	border-bottom: 2px solid #1B9D41;
}
.p-fruche-list li:nth-of-type(3) strong {
	border-bottom: 2px solid #7F0F84;
}
.p-fruche-list li:nth-of-type(4) strong {
	border-bottom: 2px solid #EB5D0F;
}
.p-fruche-list li:nth-of-type(5) strong {
	border-bottom: 2px solid #e53a8d;
}
.p-fruche-list li:nth-of-type(6) strong {
	border-bottom: 2px solid #E60010;
}

.p-letter__column .p-fruche-notice {
	line-height: 1.5;
	margin-top: 1rem;
}

.p-letter__column .p-fruche-notice + .p-fruche-notice {
	margin-top: 0.5rem;
}