@charset "UTF-8";
/* CSS Document */
@charset "UTF-8";
/* CSS Document */
.ir-other-title {
	padding-bottom: 0.5625rem;
	padding-top: 8.3125rem;
	position: relative;
	text-align: center;
}

.ir-other-title h1 {
	color: #f62837;
	font-size: 2.7rem;
	font-weight: 700;
}
@media screen and (max-width: 769px) {
.ir-other-title {
	padding-bottom: 0.375rem;
	padding-top: 3.75rem;
}

.ir-other-title h1 {
	font-size: 1.5rem;
}}

  :root{
    --text:#222;
    --muted:#666;
    --line:#e5e7eb;
    --accent:#2962d9;
  }

  .cg-report{
    width:100%;
    margin:0 auto;
    padding:24px 16px;
    box-sizing:border-box;
    font-family:system-ui, -apple-system, "Segoe UI", Roboto, "Noto Sans JP", sans-serif;
    color:var(--text);
  }

main {
    width: 100%;
    padding: 24px 16px;
    box-sizing: border-box;
    font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Noto Sans JP", sans-serif;
    color: #222;
  }
  @media (min-width:1024px){
    main { width: 60%; margin: 0 auto; }
  }

  .lead {
	font-size: clamp(14px, 1.8vw, 18px);
    line-height: 1.8;
    margin: 0 0 32px;
  }

  .divider {
    border: 0;
    border-top: 1px solid #e5e7eb;
    margin: 16px 0;
  }

  .doc-list {
    list-style: none;
    margin: 0;
    padding: 0;
  }

  .doc-item {
    margin: 0;
    padding: 0;
  }

  .doc-row {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 8px 0;
  }

  .doc-date {
    font-weight: 800;
    color: #3b3f45;
    white-space: nowrap;
    min-width: 120px;
  }

  .doc-title {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: #222;
    text-decoration: none;
  }
  .doc-title:hover {
    text-decoration: underline;
    text-underline-offset: 3px;
  }

  .doc-type {
    display: inline-flex;
    align-items: center;
    line-height: 0;
  }
  /* スマホは少し詰めて読みやすく */
  @media (max-width:640px){
    .divider{ margin: 8px 0 16px; }
    .doc-row{ gap:12px; }
    .doc-date{ min-width:96px; }
  }