.l-under {
	padding-top: 8.9rem;
}
@media screen and (max-width: 767px) {
	.l-under {
		padding-top: 9.0666666667vw;
	}
}

.p-memo__table {
	margin-top: 10rem;
	width: 100%;
}
@media screen and (max-width: 767px) {
	.p-memo__table {
		display: block;
		margin-top: 16vw;
		border: 0.2666666667vw solid #F4EDE4;
	}
}
@media screen and (max-width: 767px) {
	.p-memo__table tbody {
		display: block;
	}
}
@media screen and (max-width: 767px) {
	.p-memo__table tr {
		display: block;
	}
	.p-memo__table tr:nth-of-type(n+2) .p-memo__table__th {
		border-top: 0.2666666667vw solid #F4EDE4;
	}
}
.p-memo__table__th, .p-memo__table__td {
	font-size: 1.6rem;
	line-height: 1.625;
	text-align: left;
	padding: 2.4rem 3rem;
	border: 0.1rem solid #F4EDE4;
}
@media screen and (max-width: 767px) {
	.p-memo__table__th, .p-memo__table__td {
		font-size: 3.7333333333vw;
		line-height: 1.7142857143;
		display: block;
		padding: 4vw;
		border: none;
	}
}
.p-memo__table__th {
	font-weight: 700;
	width: 32rem;
	background: #FBF9F6;
}
@media screen and (max-width: 767px) {
	.p-memo__table__th {
		width: 100%;
	}
}
.p-memo__table__td {
	background: #fff;
}
@media screen and (max-width: 767px) {
	.p-memo__table__td {
		width: 100%;
	}
}
.p-memo .c-btn {
	margin-top: 8rem;
	width: 30rem;
	height: 6.2rem;
}
@media screen and (max-width: 767px) {
	.p-memo .c-btn {
		margin-top: 16vw;
		width: 84vw;
		height: 13.6vw;
	}
}
@media print, screen and (min-width: 768px) {
	.p-memo .c-btn__inn::before {
		margin-right: 1rem;
	}
}
/*# sourceMappingURL=memo.css.map */