.p-contact {
	padding: 5rem 0;
}

.p-about__item:not(:last-child) {
	margin-bottom: 7rem;
}

.p-about .ttl {
	background-color: #e0dede;
	font-size: 1.92rem;
	text-align: center;
}

.p-about .list {
	margin-top: 5rem;
}

.p-about .list-item__ttl {
	border-top: 1px solid #5a5a5a;
	border-bottom: 1px solid #5a5a5a;
	font-size: 2.2rem;
	font-family: "Noto Serif JP",serif;
	font-weight: normal;
	text-align: center;
	margin-top: 1rem;
}

.p-about .list-item p {
	font-size: 1.6rem;
	line-height: 1.75;
	margin-top: 1rem;
	text-align: justify;
}

.p-about .list-item ol {
	margin-top: 3rem;
}

.p-about .list-item ol li {
	border-bottom: 1px dotted #000;
	display: flex;
	justify-content: space-between;
	font-size: 2.1rem;
	padding-bottom: .5rem;
}

@media (min-width: 768px) {

.p-contact {
	padding: 10rem 0;
}

.p-about .ttl {
	font-size: 2.4rem;
}

.p-about .list {
	display: flex;
	-moz-column-gap: 3rem;
	column-gap: 3rem;
	margin-top: 3rem;
}

.p-about .list-item {
	flex: 0 0 calc(33.33% - 2rem);
	max-width: calc(33.33% - 2rem);
}

.p-about .list-item__ttl {
	margin-top: 1.2rem;
}

.p-about .list-item p {
	margin-top: 2rem;
}

.p-about .list-item ol li:not(:last-child) {
	margin-bottom: .5rem;
}

}

@media (max-width: 767px) {

.p-about .ttl {
	margin-right: -6rem;
	margin-left: -6rem;
}

.p-about .list-item:not(:last-child) {
	margin-bottom: 5.5rem;
}

.p-about .list-item__media {
	max-width: 30.82076rem;
	margin: 0 auto;
}

.p-about .list-item ol {
	display: flex;
	-moz-column-gap: 4rem;
	column-gap: 4rem;
}

.p-about .list-item ol li {
	flex: 0 0 50%;
}

}

