@charset "UTF-8";

.p-front-intro_plan {
  text-align: center;
  background: #E4E9ED;
  padding: 2.5rem 0 1.0rem;
}
.p-front-intro_plan p {
  max-width: 101.6rem;
  margin: 0 auto;
  padding: 0 0 2.5rem;
  border-bottom: 1px solid #333;
  color: #26313c;
  font-size: 3.2rem;
  line-height: 1;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
.p-front-intro_plan p strong {
	color: #26313c;
	font-size: 6rem;
	font-weight: 400;
	line-height: 1;
	letter-spacing: -.05em;
	margin-right: 0.5rem;
}
.p-front-intro_plan p .sub {
	display: inline-block;
	color: #e4e9ed;
	background: #26313c;
	line-height: 1;
	font-size: 3.5rem;
	font-weight: 300;
	padding: 2px 12px 5px;
	margin-right: 2.0rem;
	border-radius: 6px;
}
@media(max-width:768px) {
	.p-front-intro_plan {
		padding-left: 20px;
		padding-right: 20px;
	}
	.p-front-intro_plan p {
		font-size: 2.5rem;
		padding: 0 0 2.5rem;
	}
	.p-front-intro_plan p strong {
		font-size: 4.5rem;
	}
	.p-front-intro_plan p .sub {
		font-size: 2.5rem;
		margin-right: 1.5rem;
	}
}