.p-rule {
	padding-top: 3.9rem;
	padding-bottom: 10rem;
}

.p-rule .hline01 {
	margin-bottom: 6rem;
}

.p-rule .hline01__ttl img {
	height: 2.4rem;
}

.p-rule__box {
	max-width: 100rem;
	margin-inline: auto;
}

.p-rule__head {
	border-bottom: 2px solid var(--color-primary);
	padding-bottom: 2.8rem;
	margin-bottom: 2.8rem;
}

.p-rule__head,
.p-rule__body {
	padding-left: 1.5rem;
}

.p-rule__ttl {
	font-weight: 600;
	font-size: 1.4rem;
	line-height: 1.6428571429;
	margin-bottom: 2rem;
}

.p-rule__sub {
	font-weight: 600;
	font-size: 1.2rem;
	margin-bottom: 1.2rem;
}

.p-rule__txt {
	font-size: 1.5rem;
	line-height: 1.6;
}

.p-rule__list:not(:last-child) {
	margin-bottom: 3.5rem;
}

.p-rule__list li:not(:last-child) {
	margin-bottom: 1rem;
}

.p-rule__lead {
	font-weight: bold;
}

.p-rule__lead:not(:last-child) {
	margin-bottom: 1rem;
}

@media (min-width: 768px) {

.p-rule {
	padding-top: 6.6rem;
}

.p-rule .hline01 {
	margin-bottom: 7.5rem;
}

.p-rule .hline01__ttl img {
	height: 2.9rem;
}

.p-rule__head {
	padding-bottom: 4.8rem;
	margin-bottom: 4.8rem;
}

.p-rule__head,
.p-rule__body {
	padding-left: 11.5rem;
}

.p-rule__ttl {
	font-size: 1.8rem;
	line-height: 1.7777777778;
	margin-bottom: 3.8rem;
}

.p-rule__sub {
	font-size: 1.6rem;
	margin-bottom: 0.8rem;
}

.p-rule__txt {
	max-width: 61.6rem;
}

.p-rule__list:not(:last-child) {
	margin-bottom: 4.5rem;
}

.p-rule__list li:not(:last-child) {
	margin-bottom: 1.2rem;
}

}

@media (max-width: 767px) {

.p-rule .hline01__sub {
	font-size: 1.1rem;
}

.p-rule__list {
	font-size: 1.2rem;
}

}

