@charset "UTF-8";

.p-download-card-container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.p-download-card-container.col2 .p-download-card {
  width: 48%;
}

.p-download-card-container.col4 .p-download-card {
  width: 23.7%;
}

@media screen and (max-width: 768px) {
  .p-download-card-container.sp-col1 .p-download-card {
    width: 100%;
  }
}

.p-download-card {
  padding: 40px;
  background-color: #F4F4F4;
  transition: all .2s;
}

/* .p-download-card:hover {
  box-shadow: 0 3px 26px #00000029;
} */

.p-download-card__img {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.p-download-card__img::before {
  content: '';
  display: block;
  padding-top: 45.4%;
}

.p-download-card__img__tag-img {
  position: absolute;
  bottom: 0;
  right: 0;
}

.p-download-card__title {
  text-align: center;
  font-size: 16px;
  line-height: 25px;
  color: #2B3E57;
  font-weight: 700;
  font-style: normal;
  margin-top: 20px;
}

.p-download-card__description {
  margin-top: 10px;
  line-height: 25px;
  color: #2B3E57;

}

.p-download-card__description.center {
  text-align: center;
}

.p-download-card__tag {
  display: inline-block;
  padding: 3px 10px;
  font-size: 10px;
  line-height: 25px;
  color: #ffffff;
  background-color: #2B3E57;
  margin-top: 30px;
}

.p-download-card__link {
  display: block;
  color: #1A9257;
  line-height: 25px;
  margin-top: 10px;
}

.p-download-card .c-btn {
  max-width: 280px;
  margin-top: 20px;
}

@media screen and (max-width: 768px) {
  .p-download-card:not(:first-child) {
    margin-top: 20px;
  }
}

.p-download-card--typeB {
  padding: 0;
}

.p-download-card--typeB:hover {
  box-shadow: none;
}

.p-download-card--typeB .p-download-card__img::before {
  padding-top: 58.59%;
}

.p-download-card--typeB .p-download-card__content {
  padding: 24px 32px;
}

.p-download-card--typeB .p-download-card__title {
  margin-top: 0;
  line-height: 21px;
  min-height: 41px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 900;
}

.p-download-card--typeB .p-download-card__description {
  margin-top: 20px;
  font-size: 12px;
  line-height: 22px;
  margin-bottom: 0;
}
