@charset "UTF-8";
/* カード上部の導入文（カードの外） */
.p-download__intro {
  margin-bottom: 24px;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  line-height: 2;
}
@media screen and (min-width: 821px) {
  .p-download__intro {
    margin-bottom: 40px;
    font-size: 20px;
  }
}

.p-contact::before {
  top: 23%;
}

/* =========================================================
   資料ダウンロード：フォーム上部の追加コンテンツ
   ========================================================= */
.p-download__points {
  margin-bottom: 30px;
}

.p-download__item {
  display: grid;
  grid-template-columns: auto 1fr;
  -moz-column-gap: 14px;
  column-gap: 14px;
}
.p-download__item + .p-download__item {
  margin-top: 16px;
}
@media screen and (min-width: 821px) {
  .p-download__item + .p-download__item {
    margin-top: 20px;
  }
}

/* 数字 */
.p-download__num {
  grid-row: 1;
  grid-column: 1;
  align-self: center;
  color: #0E63C4;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: auto;
}
@media screen and (min-width: 821px) {
  .p-download__num {
    font-size: 18px;
  }
}

.p-download__item-head {
  border-left: 1px solid #0E63C4;
}

/* タイトル（数字との間に縦線） */
.p-download__ttl {
  grid-row: 1;
  grid-column: 2;
  align-self: center;
  padding-left: 14px;
  color: #0E63C4;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
}
@media screen and (min-width: 821px) {
  .p-download__ttl {
    font-size: 24px;
  }
}

/* テキスト（タイトル下・タイトル文字に揃える） */
.p-download__text {
  grid-row: 2;
  grid-column: 2;
  padding-left: 14px;
  margin-top: 6px;
  color: #333;
}
/*# sourceMappingURL=download.css.map */