#download_list .downloadlists .flex .imagebox .btn2 {
  margin-top: 1rem;
  width: 100%;
}
#download_list .downloadlists .flex + .flex {
  margin-top: 4rem;
  border-top: 1px dotted #1e1e1e;
  padding-top: 4rem;
}
@media screen and (max-width: 768px) {
  #download_list .downloadlists .flex .imagebox {
    order: 2;
    width: 100%;
  }
  #download_list .downloadlists .flex .textbox {
    order: 1;
    width: 100%;
    margin-bottom: 2rem;
  }
}

#download-detail_lead .flex {
  background: rgba(19, 140, 173, 0.1);
  border-radius: 1rem;
  padding: 1.5em;
  align-items: center;
}
#download-detail_lead .flex .imagebox picture {
  border-radius: 0;
}
@media screen and (max-width: 768px) {
  #download-detail_lead .flex .imagebox {
    width: 100%;
    margin-bottom: 2rem;
  }
  #download-detail_lead .flex .textbox {
    width: 100%;
  }
}
#download-detail_form table th strong {
  padding: 0.25em 0;
  text-align: center;
  line-height: 1;
  background: white;
  margin: -0.25em 0 0 0.25em;
  border-radius: 50%;
  width: 1.5em;
  height: 1.5em;
  transform: scale(0.75);
  float: left;
}
#download-detail_form table .p-country-name {
  display: none;
}
#download-detail_form table .wpcf7-radio {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
@media screen and (max-width: 768px) {
  #download-detail_form table table,
  #download-detail_form table tr,
  #download-detail_form table th,
  #download-detail_form table td {
    display: block;
    width: 100% !important;
  }
  #download-detail_form table th {
    border-bottom: none !important;
  }
  #download-detail_form table th strong {
    display: inline-block;
    float: none;
  }
  #download-detail_form table td {
    border-bottom: none !important;
    padding: 1em !important;
    background: white;
  }
  #download-detail_form table td input:not([type=radio]) {
    width: 100%;
  }
  #download-detail_form table td input:not([type=radio]).w35 {
    width: 48%;
  }
  #download-detail_form table .wpcf7-radio {
    grid-template-columns: repeat(1, 1fr);
  }
}
#download-detail_form .privacybox {
  text-align: center;
  margin: 3rem 0;
}
#download-detail_form .privacybox a {
  text-decoration: underline;
  color: #138cad;
}/*# sourceMappingURL=download.css.map */