.c_download_list-frame {
  gap: 8px;
  max-width: 600px;
  align-items: flex-start;
  flex-direction: column;
  justify-content: flex-start;
}

.c_download_list-frame,
.c_download_list-frame01,
.c_download_list-frame02 {
  width: 100%;
  display: flex;
  position: relative;
  box-sizing: border-box;
  margin: auto;
}

.c_download_list-frame01 {
  gap: 20px;
  padding: 16px 24px;
  overflow: hidden;
  max-width: 600px;
  box-shadow: 0 1px 15px 0 rgba(0, 0, 0, .05);
  align-items: flex-start;
  border-radius: 8px 8px 8px 8px;
  flex-direction: column;
  justify-content: flex-start;
  background-color: #fff;
}

.c_download_list-frame02 {
  /* gap: 296px; */
  gap: 10px;
  max-width: 552px;
  align-items: center;
  justify-content: space-between;
  text-decoration: none;
}


.c_download_list-text,
.c_download_list-text01 {
  margin-top: 0;
  text-align: left;
  margin-bottom: 0;
}

.c_download_list-text {
  width: 100%;
  max-width: auto;
  min-height: auto;
}

.c_download_list-text01 {
  color: #207caf;
  font-size: 16px;
  font-style: normal;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  line-height: 26px;
  letter-spacing: 0;
  text-transform: none;
}

.c_download_list-frame12 {
  width: 100%;
  overflow: hidden;
  max-width: 24px;
  box-sizing: border-box;
  align-items: flex-start;
  flex-direction: column;
  justify-content: flex-start;
}