@charset "utf-8";
.detail {
padding-block: 120px 96px;
}
.detail__inner {
max-width: 900px;
margin: 0 auto;
padding-inline: clamp(24px, 4vw, 40px);
}
.detail__title {
font-size: clamp(1.5rem, 3vw, 2rem);
font-weight: 500;
margin-bottom: 24px;
}
.detail__lead {
line-height: 2;
margin-bottom: 56px;
}
.detail__heading {
font-size: 1.15rem;
font-weight: 500;
margin: 0 0 16px;
padding-left: 12px;
border-left: 3px solid var(--color-primary);
}
.detail__block {
margin-bottom: 48px;
}
.detail__text {
line-height: 2;
}
.detail__list {
line-height: 2;
padding-left: 1.2em;
list-style: disc;
}
.detail__dl {
line-height: 2;
margin: 0;
}
.detail__dl dt {
font-weight: 500;
margin-top: 16px;
}
.detail__dl dt:first-child {
margin-top: 0;
}
.detail__dl dd {
margin: 0 0 0 1em;
}
.detail__date {
margin-top: 56px;
font-size: 0.9rem;
color: var(--color-text-sub, #777);
text-align: right;
}
.detail__back {
text-align: center;
margin-top: 64px;
}
.footer__nav {
margin: 0 0 12px;
text-align: center;
font-size: 0.85rem;
}
.footer__nav a {
color: inherit;
text-decoration: underline;
text-underline-offset: 4px;
}
