@charset "utf-8";
/* cfd-spread.css
++++++++++++++++++++++++++++++++++++++++
* NOTE
++++++++++++++++++++++++++++++++++++++++
- Charset: utf-8
- Return code: LF
++++++++++++++++++++++++++++++++++++++++ */

/* hero ++++++++++++++++++++ */
.cfd-spread-heroimg {
  display: block;
  max-width: 888px;
  margin: 0 auto 8px;
  text-align: center;
}

@media (min-width: 768px) {
  .cfd-spread-heroimg {
    margin: 24px auto;
  }
  .cfd-spread-heroimg img {
    border-radius: 8px;
  }
}

/* heading ++++++++++++++++++++ */
.cfd-spread-subttl {
  line-height: 1.5;
  text-align: center;
  font-weight: bold;
}

@media (max-width: 767.98px) {
  article > .cfd-spread-sect:first-of-type > h3 {
    margin-top: 48px;
  }
  .cfd-spread-subttl {
    margin-top: 16px;
    margin-bottom: 16px;
    font-size: 2rem;
  }
  .cfd-spread-subttl ~ .cfd-spread-subttl {
    margin-top: 32px;
  }
}
@media (min-width: 768px) {
  article > .cfd-spread-sect:first-of-type > h3 {
    margin-top: 72px;
  }
  .cfd-spread-subttl {
    margin-top: 24px;
    margin-bottom: 24px;
    font-size: 2.4rem;
  }
  .cfd-spread-subttl ~ .cfd-spread-subttl {
    margin-top: 72px;
  }
}

/* table ++++++++++++++++++++ */
.cfd-spread-table table {
  table-layout: auto;
  text-align: center;
  line-height: 1.5;
  word-break: keep-all;
}

.cfd-spread-table th,
.cfd-spread-table td {
  padding-right: 4px;
  padding-left: 4px;
}
.cfd-spread-table thead > tr > :nth-child(2),
.cfd-spread-table tbody > tr > :nth-child(3) {
  display: none;
}
.cfd-spread-table tbody > tr > :nth-child(1) {
  padding-right: 0;
  border-right: 0;
}
.cfd-spread-table tbody > tr > :nth-child(2) {
  padding-left: 0;
  border-left: 0;
}
.cfd-spread-table tbody i {
  font-size: 2rem;
}
.cfd-spread-table tbody img {
  width: 30px;
}

@media (max-width: 767.98px) {
  .cfd-spread-table thead {
    font-size: 1.2rem;
    line-height: 1.25;
  }
  .cfd-spread-table tbody > tr > :nth-child(1) {
    width: 40px;
    text-align: center;
  }
  .cfd-spread-table tbody > tr > :nth-child(2) {
    min-width: 92px;
  }
  .cfd-spread-table tbody > tr > :nth-child(n + 3) {
    min-width: 64px;
  }
}
@media (min-width: 768px) {
  .cfd-spread-table tbody > tr > :nth-child(1) {
    width: 52px;
    text-align: right;
  }
  .cfd-spread-table tbody > tr > :nth-child(2) {
    padding-right: 52px;
  }
  .cfd-spread-table tbody > tr > :nth-child(n + 3) {
    width: 172px;
  }
}
