/*!
global > color
------------------------------
*/
:root {
  --cl-gable-green: #174134;
  --cl-gray-nurse: #e3e8e3;
  --cl-iron: #dce2e1;
}

/*!
global > content-width
------------------------------
*/
/*!
global > font
------------------------------
*/
:root {
  --font-ja: "Noto Sans JP", sans-serif;
  --font-en: "Poppins", sans-serif;
}

/*!
global > mixin
------------------------------
*/
.p_download {
  padding-bottom: 129px;
}
@media screen and (min-width: 768px) {
  .p_download {
    padding-bottom: clamp(
      18.75rem,
      59.2948717949vw + -9.7115384615rem,
      30.3125rem
  );
  }
}
.p_download .c_ttl28 {
  text-align: center;
  letter-spacing: 0.06em;
  margin-bottom: 26px;
  font-size: 1.125rem;
}
@media screen and (min-width: 768px) {
  .p_download .c_ttl28 {
    margin-bottom: 40px;
    font-size: clamp(
      1.375rem,
      1.9230769231vw + 0.4519230769rem,
      1.75rem
  );
  }
}
.p_download .c_ttl28_line01 {
  letter-spacing: 0.06em;
  margin-bottom: 28px;
  font-size: 1.125rem;
  padding-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .p_download .c_ttl28_line01 {
    padding-bottom: 15px;
    font-size: clamp(
      1.375rem,
      1.9230769231vw + 0.4519230769rem,
      1.75rem
  );
    margin-bottom: clamp(
      2.5rem,
      5.4487179487vw + -0.1153846154rem,
      3.5625rem
  );
  }
}
.p_download__ttl {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p_download__ttl {
    margin-top: -4px;
  }
}
.p_download__inner {
  padding: 39px 0;
}
@media screen and (min-width: 768px) {
  .p_download__inner {
    padding: 0;
  }
}
.p_download__content {
  margin-bottom: 42px;
  padding: 0 8px;
}
@media screen and (min-width: 768px) {
  .p_download__content {
    padding: 0;
    margin-bottom: clamp(
      5rem,
      9.6153846154vw + 0.3846153846rem,
      6.875rem
  );
  }
}
.p_download__list {
  background-color: #FFFFFF;
  overflow: hidden;
}
.p_download__list__inner {
  display: grid;
  width: calc(100% + 2px);
  margin-bottom: -2px;
}
@media screen and (min-width: 768px) {
  .p_download__list__inner {
    grid-template-columns: 1fr 1fr;
  }
}
.p_download__list__item {
  border-right: 2px solid #D1D9D6;
  border-bottom: 2px solid #D1D9D6;
  padding: 29px 20px 34px 20px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p_download__list__item {
    padding: 48px 40px 48px 40px;
  }
}
.p_download__list__item .c_txt20 {
  line-height: 1.5;
  font-feature-settings: "palt";
  letter-spacing: 0.06em;
  text-align: center;
  margin-bottom: 28px;
  font-size: 1.125rem;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .p_download__list__item .c_txt20 {
    font-size: clamp(
      1.125rem,
      0.641025641vw + 0.8173076923rem,
      1.25rem
  );
    margin-bottom: 63px;
  }
}
/*# sourceMappingURL=download.css.map */
