@charset "UTF-8";
/* CSS Document */
body {
  background-color: #fff;
  color: #333;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
a:hover {
  color: #FF6600
}
section {
  width: 100%;
  max-width: 950px;
  margin: 15px auto 10px;
  padding: 0;
}
@media only screen and (max-width: 767px) {
  section {
    width: 100%;
    margin: 15px auto 10px;
    padding: 0 10px;
  }
}
p, table.table {
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: 0.01em;
}
@media only screen and (max-width: 767px) {
  p, table.table {
    font-size: 14px;
  }
}
img {
  border: none;
  max-width: 100%;
}
/*見出し*/
h1 {
  font-size: 25px;
  color: #fff;
  border-radius: 10px;
  background-color: #1a3c6e;
  background-image: linear-gradient(45deg, #13699a 0%, #1a3c6e 100%);
  border: 6px solid #d8dbec;
  text-align: center;
  /*  box-shadow: 0px 3px 10px rgba(0,0,0,.4);
  background: linear-gradient(#1a3c6e 0%, #1a3c6e 60%, #d8dbec 60%, #d8dbec 100%);*/
  letter-spacing: 0.03em;
  padding: 20px;
  margin-bottom: 15px;
  font-weight: bold;
}
h1 span {
  font-size: 15px;
  color: #fff;
  letter-spacing: 0.01em;
  line-height: 0.8;
}
@media only screen and (max-width: 767px) {
  h1 {
    font-size: 20px;
  }
  h1 span {
    font-size: 14px;
    color: #fff;
    letter-spacing: 0.01em;
    line-height: 0.8;
  }
}
h1 hr {
  border: 1px solid #fff;
  margin: 5px;
  padding: 0;
}
h2 {
  font-size: 16px;
  color: #213e73;
  line-height: 1.2;
  border-left: 5px solid #213e73;
  padding: 5px 0 5px 10px;
  margin-top: 25px;
  margin-bottom: 15px;
  border-bottom: 1px dashed #999; /*下点線*/
  font-weight: bold;
}
/*スケジュールTable*/
table.schedule {
  width: 100%;
  max-width: 600px;
  border-collapse: collapse;
  line-height: 1.5em;
  font-size: 12px;
  color: #666;
}
table.schedule th {
  padding: 10px;
  text-align: left;
  vertical-align: top;
  background-color: #E0E0E0;
  border: 1px solid #b9b9b9;
  font-size: 14px;
  white-space: nowrap;
  height: auto;
  font-weight: bold;
}
table.schedule td {
  padding: 10px;
  text-align: justify;
  vertical-align: top;
  background-color: #fff;
  border: 1px solid #b9b9b9;
}
table tr td {
  overflow-wrap: anywhere;
  word-break: normal;
}
table.product {
  clear: both;
}
/*白線　区切り線*/
.hr_w {
  border: none;
  border: solid 1px #fff;
  margin-bottom: 15px;
}
/*ドロップシャドウ*/
.ds {
  margin: 10px auto;
  padding: 8px;
  border: 1px solid #ccc;
  background: #ffffff;
  box-shadow: 0 0 5px #bbb;
  -moz-box-shadow: 0 0 5px #bbb;
  -o-box-shadow: 0 0 5px #bbb;
  -ms-box-shadow: 0 0 5px #bbb;
  filter: progid:DXImageTransform.Microsoft.Shadow(color=#aaaaaa, direction=0, strength=3, enabled=true), progid:DXImageTransform.Microsoft.Shadow(color=#aaaaaa, direction=90, strength=3, enabled=true), progid:DXImageTransform.Microsoft.Shadow(color=#aaaaaa, direction=180, strength=3, enabled=true), progid:DXImageTransform.Microsoft.Shadow(color=#aaaaaa, direction=270, strength=3, enabled=true);
  display: block;
}
@media print {
  .ds {
    margin: 10px;
    padding: 8px;
    border: 1px solid #ccc;
    background: #ffffff;
    box-shadow: none;
    filter: none;
  }
}
div.footer {
  width: 950px;
  max-width: 100%;
}
.footer ul li {
  display: inline-block;
}
/*回り込み*/
.fl {
  float: left;
}
.fr {
  float: right;
}
.fc {
  clear: both;
}
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline
}
sub {
  bottom: -.25em
}
sup {
  top: -.5em
}
figure {
  text-align: center;
  font-size: 14px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  figure {
    font-size: 13px;
  }
}
figure img {
  display: block;
  margin: 0 auto;
}
figure p {
  text-align: center;
  margin: 5px auto 5px;
  font-size: 95%;
}
table.table tr td {
  padding-left: 1em;
  padding-right: 1em;
}
table.table tr td:nth-of-type(1) {
  text-align: center;
}
span.time {
  display: none;
}
@media only screen and (max-width: 767px) {
  table.table tr td:nth-of-type(1) {
    display: none;
  }
  span.time {
    display: inline-block;
  }
}
.no-wrap {
  display: inline-block; /* インラインブロック化 */
}
.copy {
  font-size: 11px;
  width: 100%;
  text-align: center;
}
span.time {
  padding: 3px 8px;
  border: 1px solid #aaa;
  font-weight: normal;
  margin-right: 1em;
}
.link-blank {
  padding: 0 5px 0 3px;
  vertical-align: middle;
}
.indent1_3em {
  margin-left: 1.3em;
  text-indent: -1.3em;
}
/* =========================================
   ダウンロードページ用スタイル
========================================= */
/* 「第1部 資料」などの小見出し */
.part-title {
  font-size: 16px;
  font-weight: bold;
  color: #333;
  margin: 20px 0 15px;
  padding-left: 5px;
}
/* ダウンロードリスト */
.download-box {
  margin-left: auto;
  margin-right: auto;
  padding-left: 0.8em;
  padding-right: 0.8em;
}
.download-list {
  list-style-type: none;
  padding: 0;
  margin: 0 0 30px 0;
}
.download-list li {
  margin-bottom: 10px;
  font-size: 15px;
  letter-spacing: 0.01em;
}
.download-list a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 20px;
  background-color: #f9f9f9;
  border: 1px solid #eee;
  border-radius: 4px;
  color: #333;
  text-decoration: none;
  transition: all 0.2s ease;
}
.download-list a:hover {
  background-color: #f1f1f1;
  border-color: #d9d9d9;
  color: #1750a5;
}
.download-list a .text {
  line-height: 1.5;
  padding-right: 15px;
}
.download-list a .icon {
  flex-shrink: 0;
}
/* 注意書きボックス */
.notice-box {
  text-align: left;
  background-color: #fefdf6;
  border: 1px solid #f1ebd2;
  border-radius: 6px;
  margin: 30px auto;
  padding: 20px;
}
.notice-box ul {
  margin: 0 auto;
  padding: 0 0 0 1.5em; /* 上・右・下は0、左のみ1.5文字分の余白を指定 */
  max-width: 100%;
}
.notice-box ul li {
  margin-bottom: 5px;
  line-height: 1.45;
}
.notice-box ul li:last-child {
  margin-bottom: 0;
}

/* =========================================
   印刷用スタイル（@media print）
========================================= */
@media print {
  /* 1. ブラウザの背景色・グラデーション印刷を強制 */
  * {
    -webkit-print-color-adjust: exact !important;
    print-color-adjust: exact !important;
  }
  /* 2. ページ設定（A4縦・余白の最適化） */
  @page {
    size: A4 portrait;
    margin: 12mm 10mm; /* 元の0mmは端が切れるリスクがあるため、綺麗に収まる安全な余白を設定 */
  }
  body {
    background: #fff !important;
    color: #000 !important;
    font-size: 10.5pt; /* 印刷に適したフォントサイズ */
  }
  /* 3. レイアウト幅の固定を解除し、紙面にフィットさせる */
  section {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
  }
  /* 4. 改ページの最適化（見出し直後の不自然な改ページを防ぐ） */
  h1, h2, h3 {
    page-break-after: avoid !important;
    break-after: avoid !important;
  }
  /* テーブルの行やダウンロードリストの途中でページが千切れるのを防ぐ */
  table tr, .download-list li, .notice-box {
    page-break-inside: avoid !important;
    break-inside: avoid !important;
  }
  /* 5. 各種要素の見た目の調整 */
  /* ヘッダー見出し（グラデーションを単色にして印刷を安定化） */
  h1 {
    background: #1a3c6e !important;
    color: #fff !important;
    border: 4px solid #d8dbec !important;
    padding: 15px !important;
    font-size: 18pt !important;
  }
  h1 span {
    color: #fff !important;
    font-size: 11pt !important;
  }
  /* 画像のシャドウを消す（既存設定の統合） */
  .ds {
    margin: 10px auto !important;
    padding: 8px !important;
    border: 1px solid #ccc !important;
    background: #ffffff !important;
    box-shadow: none !important;
    filter: none !important;
  }
  /* ダウンロードリスト（インク節約のため背景を白にし、リンク線を明示） */
  .download-list a {
    background-color: #fff !important;
    border: 1px solid #ccc !important;
    color: #000 !important;
    text-decoration: underline !important;
    padding: 10px 15px !important;
  }
  /* 注意書きボックス（薄い黄色を維持して重要度を伝える） */
  .notice-box {
    background-color: #fefdf6;
    border: 1px solid #f1ebd2;
    color: #664d03 !important;
  }
  /* 6. 印刷時に不要な要素を完全に非表示にする */
  .no-print {
    display: none !important;
  }
}