.page-template-seitai #content.l-content,
.page-template-seitai #content.l-container {
  max-width: 100%;
  margin: 0;
  padding: 0;
}
.seitai-note { text-align: left;}
.worry-box {
  width: max-content;
  min-width: 680px;
  background-color: var(--white);
  box-shadow: 0 0 6px #00000026;
  padding: 48px 40px;
  margin-top: -24px;
}
.worry-box p {
  color: var(--main);
  font-size: 18px;
  font-weight: 700;
  padding-left: 28px;
  position: relative;
}
.worry-box p::before {
  content: "";
  width: 20px;
  height: 20px;
  background: url(../img/icon-check.png) no-repeat;
  background-size: contain;
  position: absolute;
  top: 0; bottom: 0;
  left: 0;
  margin: auto;
}
.worry-box p + p { margin-top: 16px;}
.worry-box strong { background: linear-gradient(transparent 80%, #FFD66BE5 20%);}
.seitai-box {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  column-gap: 5%;
  row-gap: 40px;
}
.seitai-item {
  width: 30%;
  background-color: var(--white);
  color: var(--text);
  padding: 24px;
}
.seitai-title {
  color: var(--main);
  font-size: 18px;
  font-weight: 700; 
  margin-bottom: 24px;
}
.seitai-title::after {
  content: "";
  display: block;
  aspect-ratio: 286/ 180;
  background: url(../img/page/seitai.jpg) no-repeat;
  background-size: cover;
  margin-top: 16px;
}
.seitai-title mark {
  display: block;
  width: max-content;
  background-color: var(--sub);
  color: var(--white);
  font-size: 16px;
  line-height: 1;
  border-radius: 2px;
  padding: 6px 16px;
  margin-bottom: 8px;
}
.seitai-link { text-align: center; margin-top: 64px;}

@media (max-width: 959px) {
  .worry-box { width: 100%; min-width: 0; padding: 24px 5%;}
  .worry-box p { font-size: 16px;}
  .worry-box p::before { top: 4px; bottom: auto;}
  .seitai-box { display: block; max-width: 360px; margin-left: auto; margin-right: auto;}
  .seitai-item { width: 100%; padding: 24px 5%;}
  .seitai-item + .seitai-item { margin-top: 40px;}
  .seitai-link { margin-top: 40px;}
}