@charset "utf-8";

main .inner {
	max-width: 76.5rem;
}
main a {
	color: #91197d;
	text-decoration: underline;
}
@media (min-width: 769px) {
	main a[href^="tel:"]{
		pointer-events: none;
		color: #333;
		text-decoration: none;
	}
}
@media (max-width: 768px) {
}

/* mainContents */
.mainContents .update {
	font-size: 1.5rem;
	text-align: center;
	line-height: 1.6;
}
.mainContents h2 {
	margin-top: 1rem;
	padding-bottom: 5rem;
	border-bottom: 0.2rem solid #eb50a0;
	font-size: 2.5rem;
	color: #eb50a0;
	text-align: center;
	line-height: 1.8;
	letter-spacing: 0.02em;
}
.mainContents .detail {
	margin-top: 6rem;
	font-size: 1.5rem;
	line-height: 1.6;
}
.mainContents .detail p + p {
	margin-top: 3rem;
}
.mainContents .detail dl {
	margin-top: 4rem;
}
.mainContents .detail dl + p {
	margin-top: 4rem;
}
@media (max-width: 768px) {
	.mainContents .update {
		font-size: 2.8rem;
		line-height: 1.38;
	}
	.mainContents h2 {
		margin-top: 3rem;
		padding-bottom: 7rem;
		border-bottom: 0.2rem solid #eb50a0;
		font-size: 4.2rem;
		line-height: 1.2;
	}
	.mainContents .detail {
		margin-top: 10rem;
		font-size: 2.8rem;
		line-height: 1.38;
	}
	.mainContents .detail p + p {
		margin-top: 5rem;
	}
	.mainContents .detail dl {
		margin-top: 6.5rem;
	}
	.mainContents .detail dl + p {
		margin-top: 6.5rem;
	}
}