.entry-content {
  position: relative;
}

.ttl_20 {
  font-size: 1.875rem;
  font-size: clamp(1.875rem, 1.625rem + 1vw, 2.5rem);
  font-weight: 500;
  color: #025593;
}

.sec_postlist {
  padding-top: 80px;
  background-color: #fafbfd;
}

.awards_list {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  width: 90%;
}

.awards_item {
  background-color: #fff;
  padding: 40px 4% 30px 4%;
  border-radius: 50px;
  margin-bottom: 55px;
  position: relative;
  box-shadow: 0 0 10px rgba(60, 60, 145, 0.15);
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  text-align: left;
  color: #025593;
}

.pic_awards {
  width: 37%;
  display: flex;
  justify-content: center;
  padding-top: 30px;
}

.awards_txt {
  width: 58%;
}

.awards_item:not(:has(.pic_awards)) .awards_txt {
  width: 90%;
  margin: 0 auto;
  padding-top: 20px;
}

.awards_date {
  position: absolute;
  left: 80px;
  top: -2.3em;
  color: #B3B3B3;
  letter-spacing: 0.08em;
}

.year {
  font-size: 1.875rem;
  font-size: clamp(1.875rem, 1.3925rem + 1.93vw, 3.08125rem);
  font-weight: bold;
  letter-spacing: 0.2em;
}

.awards_title {
  font-size: 1.125rem;
  font-size: clamp(1.125rem, 0.95rem + 0.7vw, 1.5625rem);
  font-weight: 500;
  margin-bottom: 20px;
  padding-top: 5px;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.acf_dl {
  margin: 1em 0;
  font-size: 0.93rem;
  border-top: 1px solid #E6E6E6;
  border-bottom: 1px solid #E6E6E6;
}

.acf_row {
  display: flex;
  border-bottom: 1px solid #E6E6E6;
}

.acf_row:last-child {
  border-bottom: none;
}

.acf_dt {
  min-width: 6em;
  padding: 1rem 0.5rem;
}

.acf_dd {
  flex: 1;
  padding: 1rem 0.5rem;
}

@media screen and (max-width: 640px) {
  .awards_item {
    background-color: #fff;
    padding: 40px 4% 30px 4%;
    border-radius: 20px;
  }
  .pic_awards {
    width: 100%;
    padding-top: 10px;
    margin-bottom: 20px;
  }
  .awards_date {
    left: 20px;
  }
  .awards_txt {
    width: 100%;
  }
  .awards_item:not(:has(.pic_awards)) .awards_txt {
    width: 100%;
  }
}
.sec_pagetop {
  background-color: #fafbfd;
}