/* common */
body {
  counter-reset: selected_docs;
}

main {
  width: 100%;
}

.flex {
  display: flex;
}

.flex-inline {
  display: inline-flex;
}

.flex-wrap {
  flex-wrap: wrap;
}

.flex-dir-c {
  flex-direction: column;
}

.flex-ai-fs {
  align-items: flex-start;
}

.flex-ai-fe {
  align-items: flex-end;
}

.flex-ai-c {
  align-items: center;
}

.flex-jc-c {
  justify-content: center;
}

.flex-jc-sb {
  justify-content: space-between;
}

.hidden {
  display: none;
}

.download__body {
  background: linear-gradient(140deg, rgba(16,82,44,.3), rgba(142,195,31,.2));
  padding: 30px 0;
  width: 100%;
}

.download__body--padding {
  padding: 5px 0 30px;
}

@media all and (min-width: 640px) {
  .download__body--padding {
    padding: 25px 0 110px;
  }
}

.download__content-wrapper {
  width: clamp(300px, 6.8px + 91.63vw, 1766px);
}

/* headings */ 
.download__title {
  background: url(../../images/download/download_title-background_small.jpg) no-repeat center/cover;
  height: calc(120px + 5em);
  padding-top: 6em;
  width: 100%;
}

@media all and (min-width: 640px) {
  .download__title {
    background-image: url(../../images/download/download_title-background_large.jpg);
    height: calc(190px + 5em);
    margin-top: var(--clamp-40);
  }
}

@media all and (min-width: 640px) {
  .downlaod__title--h1 {
    align-items: center;
    background: rgba(16,82,44,.75);
    display: inline-flex;
    height: 96px;
  }
}

.download__title--h1_main {
  color: #fff;
  display: inline-block;
  font-size: clamp(16px, 10.4px + 1.5vw, 32px);
  font-weight: bold;
  padding: 0 10px 0;
  position: relative;
}

.download__title--h1_main::before,
.download__title--h1_main::after {
  background: #fff;
  content: '';
  height: 1.6em;
  position: absolute;
  top: 0;
  width: 1px;
}

.download__title--h1_main::before {
  left: 0;
}

.download__title--h1_main::after {
  right: 0;
}

@media all and (min-width: 640px) {
  .download__title--h1_main {
    padding: 0 18px 0 40px;
  }

  .download__title--h1_main::before {
    left: 20px;
  }
}

.download__title--h1_supplement {
  color: #fff;
  font-size: clamp(14px, 13.3px + 0.19vw, 16px);
  margin-top: 1em;
  text-align: center;
}

@media all and (max-width: 320px) {
  .download__title--h1_supplement {
    padding: 0 26px;
  }
}

@media all and (min-width: 640px) {
  .download__title--h1_supplement {
    margin-top: 0;
    padding: 0 45px;
  }
}

.download__doc-details--h1 {
  font-size: clamp(16px, 10.4px + 1.5vw, 32px);
}

.download__doc-details--inclusions_h2 {
  color: #07913a;
  font-size: clamp(14px, 10.5px + 0.94vw, 24px);
}

/* main contents - archive page */
.download__tab--button {
  background: #efefef;
  border: 1px solid #c4c4c4;
  border-radius: 5px 5px 0 0 / 5px 5px 0 0;
  cursor: pointer;
  font-size: clamp(14px, 10.5px + 0.94vw, 24px);
  font-weight: bold;
  height: 50px;
  max-width: 395px;
  position: relative;
  width: 50%;
}

@media all and (min-width: 640px) {
  .download__tab--button {
    border-width: 2px;
    border-radius: 10px 10px 0 0 / 10px 10px 0 0;
    height: 74px;
  }
}

.download__tab--button::before {
  background: transparent;
  bottom: -4px;
  content: '';
  height: 6px;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: 10;
}

#download__for-public:checked ~ .download__tab .download__tab--button_public,
#download__for-corporate:checked ~ .download__tab .download__tab--button_corporate {
  background: #fff;
  color: #07913a;
  cursor: default;
}

#download__for-public:checked ~ .download__tab .download__tab--button_public::before,
#download__for-corporate:checked ~ .download__tab .download__tab--button_corporate::before {
  background: #fff;
}

.download__available-docs {
  position: relative;
}

.download__list {
  background: #fff;
  border: 1px solid #c4c4c4;
  display: flex;
  flex-wrap: wrap;
  left: 0;
  padding: 26px 4%;
  position: absolute;
  top: 0;
  transform: translateY(-1px);
  visibility: hidden;
  width: 100%;
  z-index: -1;
}

@media all and (min-width: 640px) {
  .download__list {
    border-width: 2px;
    justify-content: space-between;
    transform: translateY(-2px);
  }

  @media all and (min-width: 960px) {
    .download__list {
      padding: 3% 4%;
    }
  }
}

#download__for-public:checked ~ #download__list .download__list--for-public,
#download__for-corporate:checked ~ #download__list .download__list--for-corporate {
  display: flex;
  position: relative;
  visibility: visible;
  z-index: 5;
}

.download__list--item {
  padding: 1em 0;
  position: relative;
  width: 100%;
}

@media all and (max-width: 959px) {
  .download__list--item:not(:first-child) {
    margin-top: 3em;
  }
}

@media all and (min-width: 960px) {
  .download__list--item {
    border: 1px solid #333;
    min-height: 242px;
    padding: 3em 2em;
    width: calc(50% - 1.35%);
  }

  .download__list--item:nth-child(n + 3) {
    margin-top: clamp(22px, 2.4vw - 1px, 45px);
  }
}

.download__list--item_image {
  flex-shrink: 0;
  height: auto;
  max-height: 150px;
  max-width: 200px;
  overflow: hidden;
  width: 38%;
}

.download__list--item_info {
  min-height: 2em;
  padding-left: 5.6%;
}

@media all and (min-width: 640px) {
  .download__list--item_info {
    padding-left: 2em;
  }

  @media all and (min-width: 960px) {
    .download__list--item_info {
      padding-bottom: 60px;
    }
  }
}

.download__list--item_info_name {
  color: #2a63c5;
  font-size: clamp(16px, 13.2px + 0.75vw, 24px);
}

.download__list--item_info_desc {
  font-size: clamp(12px, 10.6px + 0.38vw, 16px);
  letter-spacing: -0.6px;
  text-align: justify;
}

.download__list--item_button {
  background: none;
  border: 1px solid #333;
  border-radius: 5px;
  cursor: pointer;
  font-size: 14px;
  height: 40px;
  line-height: 1;
  margin: 20px auto 0;
  padding: 0 20px;
  position: relative;
  width: clamp(230px, 80.48vw - 71.792px, 700px);
}

@media all and (min-width: 960px) {
  .download__list--item_button {
    bottom: 3em;
    position: absolute;
    right: 2em;
    width: 230px;
  }
}

.download__list--item_button::before,
.download__list--item_button::after {
  content: '';
  position: absolute;
}

.download__list--item_button::before {
  border-bottom: 13px solid #333;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  right: 20px;
  top: -14px;
}

.download__list--item_button::after {
  border-bottom: 13px solid #fff;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  right: 20px;
  top: -13px;
}

.download__list--item_button_icon {
  height: 23px;
  margin-right: 17px;
  position: relative;
  width: 23px;
}

.download__list--item_button_icon::before {
  content: '';
  height: 2px;
  left: 5px;
  position: absolute;
  top: calc(50% - 1px);
  width: 13px;
}

.download__list--item_button_icon::after {
  content: '';
  height: 13px;
  left: calc(50% - 1px);
  position: absolute;
  top: 5px;
  width: 2px;
}

.download__icon-color--green {
  background: #c4ebd5;
}

.download__icon-color--green::before,
.download__icon-color--green::after {
  background: #07913a;
}

.download__icon-color--orange {
  background: #efb790;
}

.download__icon-color--orange::before,
.download__icon-color--orange::after {
  background: #be5d44;
}

.download__list--item_text {
  text-align: center;
  width: 140px;
}

.download__list--item_text::before {
  content: "資料請求リストに追加";
}

.download__list--item_text::after {
  content: "追加済";
  display: none;
}

.download__selected-docs {
  margin-top: 35px;
    width:100%;
}

@media all and (min-width: 600px) {
  .download__selected-docs {
    height: 0;
    margin-top: 40px;
  }
}

.download__selected-docs.js__show {
  height: auto;
}

.download__selected-docs-wrapper {
  border-radius: 50%;
  display: none;
  margin: 0 auto;
  transition: all .2s .8s ease;
  width: 95px;
  z-index: 10;
}

@media all and (max-width: 599px) {
  .download__selected-docs--single .download__selected-docs-wrapper {
    border: 1px solid #333;
    border-radius: 0;
    max-width: 305px;
    padding: 4px;
    width: 90%;
  }
}

@media all and (min-width: 600px) {
  .download__selected-docs-wrapper {
    background: #fff;
    border: 2px solid #333;
    border-radius: 0;
    padding: 4px;
    width: clamp(540px, 11.424px + 88.1vw, 1280px);
  }
}

.download__selected-docs-wrapper.js__show {
  display: block;
}

.download__selected-docs-wrapper.js__fixed {
  bottom: 20px;
  left: calc(50% - 47.5px);
  position: fixed;
}

@media all and (min-width: 600px) {
  .download__selected-docs-wrapper.js__fixed {
    bottom: 45px;
    left: calc(50% - (clamp(540px, 11.424px + 88.1vw, 1280px) / 2));
  }
}

.download__selected-docs-inner {
  height: 100%;
  position: relative;
}

@media all and (max-width: 599px) {
  .download__selected-docs--single .download__selected-docs-inner {
    border: 1px solid #07913a;
    padding: 12px 20px;
  }
}

@media all and (min-width: 600px) {
  .download__selected-docs-inner {
    border: 2px solid #07913a;
    padding: clamp(15px, 4.288px + 1.79vw, 30px) clamp(25px, 14.288px + 1.79vw, 40px);
  }
}

.download__selected-docs--h2 {
  display: none;
}

@media all and (max-width: 599px) {
  .download__selected-docs--single .download__selected-docs--h2 {
    color: #07913a;
    display: block;
    font-size: 16px;
    width: 100%;
  }
}

@media all and (min-width: 600px) {
  .download__selected-docs--h2 {
    border-bottom: 1px solid #707070;
    color: #07913a;
    display: block;
    font-size: clamp(18px, 13.712px + 0.71vw, 24px);
    height: clamp(30px, 22.864px + 1.19vw, 40px);
    padding: 0 12px;
    width: 100%;
  }
}

.download__selected-docs--close {
  display: none;
}

@media all and (min-width: 600px) {
  .download__selected-docs--close {
    color: #2a63c5;
    cursor: pointer;
    /*display: block;*/
    font-size: clamp(14px, 8.288px + 0.95vw, 22px);
    font-weight: bold;
    position: absolute;
    right: clamp(25px, 11.424px + 2.26vw, 44px);
    top: 15px;
  }

  .download__selected-docs--close::before {
    content: "✕";
    display: inline-block;
    font-size: .9em;
    margin-right: 5px;
  }
}

.download__selected-docs--list-container {
  display: none;
    width: 100%;
}

@media all and (max-width: 599px) {
  .download__selected-docs--single .download__selected-docs--list-container {
    display: block;
  }
}

@media all and (min-width: 600px) {
  .download__selected-docs--list-container {
    display: block;
    position: relative;
  }
}

@media all and (min-width: 960px) {
  .download__selected-docs--list-container {
    height: clamp(205px, 125px + 8.33vw, 245px);
    width: calc(100% - clamp(205px, 115px + 9.38vw, 250px));
  }
}

.download__selected-docs--list-scroll-area {
  height: 100%;
  overflow: auto;
  width: 100%;
}

.download__selected-docs--list {
  margin: 0 calc(clamp(5px, 1.56vw - 10px, 12.5px) * -1);
  height: 100%;
  padding-top: clamp(20px, 5.712px + 2.38vw, 40px);
  transform: translateX(0);
  width: 100%;
}

@media all and (max-width: 599px) {
  .download__selected-docs--single .download__selected-docs--list {
    display: block!important;
    margin: 0;
    padding-left: clamp(5px, 1.79vw - 0.736px, 10px);
  }
}

.download__selected-docs--list.js__transition {
  transition: transform .2s 0s ease;
}

.download__selected-docs--list_item {
  display: none;
  width: 100%;
}

@media all and (min-width: 600px) {
  .download__selected-docs--list_item {
    margin: 0 clamp(5px, 1.56vw - 10px, 12.5px);
    width: clamp(102px, 20.33vw - 20px, 175px);
  }
}

@media all and (min-width: 960px) {
  .download__selected-docs--list_item {
    width: clamp(127px, 15.21vw - 18.992px, 200px);
  }
}

.download__selected-docs--list_item_wrapper {
  position: relative;
}

@media all and (max-width: 599px) {
  .download__selected-docs--single .download__selected-docs--list_item_wrapper {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 1.25em;
  }
}

.download__selected-docs--list_item_image {
  border: 1px solid #999;
  overflow: hidden;
}

@media all and (max-width: 599px) {
  .download__selected-docs--single .download__selected-docs--list_item_image {
    width: 50%;
  }
}

@media all and (min-width: 600px) {
  .download__selected-docs--list_item_image {
    width: clamp(102px, 20.33vw - 20px, 175px);
  }
}

@media all and (min-width: 960px) {
  .download__selected-docs--list_item_image {
    width: clamp(127px, 15.21vw - 18.992px, 200px);
  }
}

.download__selected-docs--list_item_name {
  font-size: clamp(12px, 9.136px + 0.48vw, 16px);
  font-weight: bold;
  margin-top: 5px;
}

@media all and (max-width: 599px) {
  .download__selected-docs--single .download__selected-docs--list_item_name {
    width: calc(50% - .8em);
  }
}

.download__selected-docs--list_item_remove {
  background: #bc4a4a;
  border-radius: 50%;
  color: #fff;
  cursor: pointer;
  font-weight: bold;
  height: 26px;
  position: absolute;
  right: calc(clamp(5px, 1.04vw - 5px, 10px) * -1);
  top: -10px;
  width: 26px;
}

@media all and (max-width: 599px) {
  .download__selected-docs--single .download__selected-docs--list_item_remove {
    font-size: 14px;
    height: 18px;
    right: calc(50% - 6px);
    top: -6px;
    width: 18px;
  }
}

.download__selected-docs--scroll-btn {
  border: none;
  display: none;
  height: 34px;
  position: absolute;
  top: calc(50% - 17px);
  width: 16px;
}

.download__selected-docs--scroll-btn.js__show {
  display: block;
}

.download__selected-docs--scroll-btn_prev {
  background: #ddd url(../../images/download/icon_left-arrow_green.svg) no-repeat center/contain;
  left: calc(-20px - ((clamp(15px, 2.98vw - 2.864px, 40px) - 16px) / 2));
}

@media all and (min-width: 960px) {
  .download__selected-docs--scroll-btn_prev {
    left: calc(-16px - ((clamp(15px, 2.98vw - 2.864px, 40px) - 16px) / 2));
  }
}

.download__selected-docs--scroll-btn_next {
  background: #ddd url(../../images/download/icon_right-arrow_green.svg) no-repeat center/contain;
  right: calc(-20px - ((clamp(15px, 2.98vw - 2.864px, 40px) - 16px) / 2));
}

@media all and (min-width: 960px) {
  .download__selected-docs--scroll-btn_next {
    right: calc(-16px - ((clamp(15px, 2.98vw - 2.864px, 40px) - 16px) / 2));
  }
}

.download__selected-docs--submit {
  background: #07913a;
  border-radius: 50%;
  box-shadow: 0 3px 6px rgba(0,0,0,.16);
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  height: 95px;
  padding: 0 15px;
  position: relative;
  width: 95px;
}

.download__selected-docs--submit::after {
  align-items: center;
  background: #fff;
  border: 2px solid #07913a;
  border-radius: 50%;
  color: #07913a;
  content: counter(selected_docs);
  display: flex;
  height: 34px;
  justify-content: center;
  position: absolute;
  right: -5px;
  top: -8px;
  width: 34px;
}

@media all and (min-width: 600px) {
  .download__selected-docs--submit {
    background: #ef7d2e;
    border-radius: 6px;
    font-size: 16px;
    height: clamp(45px, 20px + 4.17vw, 60px);
    margin: 15px auto 0;
    padding: 0;
    width: 220px;
  }

  .download__selected-docs--submit::after {
    display: none;
  }
}

@media all and (min-width: 960px) {
  .download__selected-docs--submit {
    margin: 0;
    width: clamp(160px, 100px + 6.25vw, 190px);
  }
}

/* main contents - form page */
.download__form--background {
  background: linear-gradient(140deg, rgba(16,82,44,.3), rgba(142,195,31,.2));
}

.download__form--content-wrapper {
  background: #fff;
  margin: 8em 0;
  padding: 3em 0;
  width: clamp(300px, 6.8px + 91.63vw, 1470px);
}

.download__form--h1 {
  color: #10522c;
  font-size: 24px;
  text-align: center;
}

.download__selected-docs--form {
  width: 100%;
}

.download__selected-docs--form_hidden {
  height: 25px;
  visibility: hidden;
}

.download__selected-docs--counter:checked {
  counter-increment: selected_docs;
}

.download__selected-docs--submit_back {
  background: #adadad;
  border-radius: 6px;
  box-shadow: 0 3px 6px rgba(0,0,0,.16);
  color: #fff;
  font-size: clamp(12px, 10.864px + 0.36vw, 16px);
  font-weight: bold;
  height: clamp(40px, 29.984px + 3.13vw, 60px);
  margin: clamp(1px, 5.02vw - 15.056px, 15px) auto 0;
  width: 190px;
}

@media all and (min-width: 960px) {
  .download__selected-docs--submit_back {
    margin: 0;
    width: clamp(160px, 100px + 6.25vw, 190px);
  }
}

.download__selected-docs--submit_back::before {
  background: url(../../images/download/icon_back-arrow_white.svg) no-repeat center/contain;
  content: "";
  height: 16px;
  margin-right: 1em;
  width: 9px;
}

.download__doc-multiple-form {
  margin: clamp(40px, 30px + 3.13vw, 75px) 0 clamp(20px, 15.712px + 1.34vw, 35px);
  width: 100%;
}

/* main contents - singular page */
.download__doc-detail-info {
  background: #fff;
  padding: 24px;
  width: 100%;
}

@media all and (min-width: 960px) {
  .download__doc-detail-info {
    padding: clamp(24px, 16.72px + 1.21vw, 40px) clamp(24px, 9.904px + 2.35vw, 55px);
    width: 58%;
  }
}

.download__doc-detail-info--h1 {
  font-size: clamp(16px, 12.8px + 1vw, 32px);
}

.download__doc-detail-info--image {
  height: clamp(189px, 163.456px + 7.98vw, 240px);
  margin-top: 15px;
  overflow: hidden;
  width: clamp(252px, 207.963px + 13.77wv, 320px);
}

.download__doc-detail-info--image_style {
  font-size: 0;
  display: block;
  height: 100%;
  margin: 0 auto;
  object-fit: cover;
}

@media all and (min-width: 960px) {
  .download__doc-detail-info--image_style {
    margin: 0;
  }
}

.download__doc-detail-info--abstract {
  margin-top: 30px;
}

.download__doc-detail-info--abstract_h2 {
  font-size: clamp(12px, 11.2px + 0.25vw, 16px);
  font-weight: normal;
}

.download__doc-detail-info--abstract_text {
  font-size: clamp(12px, 11.2px + 0.25vw, 16px);
}

.download__doc-detail-info--inclusions {
  border: 2px solid #888;
  margin-top: clamp(15px, 12px + 0.94vw, 30px);
  padding: clamp(10px, 7px + 0.94vw, 25px) clamp(12px, 10.4px + 0.5vw, 20px);
  position: relative;
  z-index: 5;
}

.download__doc-detail-info--inclusions::before {
  border: 2px solid #07913a;
  bottom: clamp(2px, 1.6px + 0.13vw, 4px);
  content: '';
  left: clamp(2px, 1.6px + 0.13vw, 4px);
  position: absolute;
  right: clamp(2px, 1.6px + 0.13vw, 4px);
  top: clamp(2px, 1.6px + 0.13vw, 4px);
  z-index: -1;
}

.download__doc-detail-info--inclusions_h2 {
  color: #07913a;
  font-size: clamp(12px, 9.6px + 0.75vw, 24px);
}

.download__doc-detail-info--inclusinos_list {
  list-style: disc;
  margin-top: 8px;
  padding-left: 20px;
}

.download__doc-detail-info--inclusinos_list_item {
  font-size: clamp(12px, 11.2px + 0.25vw, 16px);
  line-height: 1.2;
}

.download__doc-detail-info--inclusinos_list_item:not(:first-child) {
  margin-top: 5px;
}

.download__doc-detail-form {
  background: #fff;
  padding: 24px;
  width: 100%;
}

@media all and (min-width: 960px) {
  .download__doc-detail-form {
    padding: clamp(24px, 16.72px + 1.21vw, 40px) 0 25px;
    width: 40%;
  }
}

/* main contents - thanks page */
.download__thanks--background {
  margin-top: var(--clamp-62sp);
}

@media all and (min-width: 600px) {
  .download__thanks--background {
    background: linear-gradient(140deg, rgba(16,82,44,.3), rgba(142,195,31,.2));
    margin-top: var(--clamp-128);
    min-height: calc(100vh - 60px - 440px);
  }
}

.download__thanks--content-wrapper {
  background: #fff;
  width: 100%;
}

@media all and (min-width: 600px) {
  .download__thanks--content-wrapper {
    margin: clamp(1px, 5.61vw - 32.64px, 75px) 0;
    padding: clamp(20px, 9px + 3.44vw, 75px) 0;
    width: clamp(300px, 66px + 73.13vw, 1470px);
  }
}

@media all and (max-width: 599px) {
  .download__thanks--content-wrapper_inner {
    background: rgba(239,239,46,.09);
    padding: clamp(20px, 9px + 3.44vw, 75px) clamp(10px, 13.62vw - 33.584px, 48px);
  }
}

.download__thanks--h1 {
  color: #10522c;
  font-size: clamp(16px, 14.4px + 0.5vw, 24px);
  line-height: 1.4;
  text-align: center;
}

.download__thanks--content {
  margin: clamp(20px, 16px + 1.25vw, 40px) auto 0;
  width: 100%;
}

@media all and (min-width: 600px) {
  .download__thanks--content {
    max-width: 590px;
    width: 90%;
  }
}

.download__thanks--content_message {
  color: #10522c;
  width: 100%;
}

.download__thanks--content_message_appreciation {
  font-size: clamp(14px, 13.6px + 0.13vw, 16px);
  margin-bottom: clamp(15px, 11px + 1.25vw, 35px);
}

.download__thanks--content_message_body {
  font-size: clamp(12px, 11.6px + 0.13vw, 14px);
}

.download__thanks--link-btn {
  background: #ef7d2e;
  border-radius: 5px;
  box-shadow: 0 3px 6px rgba(0,0,0,.16);
  color: #fff;
  display: block;
  font-size: 16px;
  font-weight: bold;
  line-height: 55px;
  text-align: center;
  width: clamp(300px, 287px + 4.06vw, 365px);
}

.download__thanks--link-btn_to-top {
  margin: clamp(50px, 43px + 2.19vw, 85px) auto;
}

.download__thanks--link-btn_to-contact {
  margin: calc(clamp(20px, 13px + 2.19vw, 55px) * -1) auto clamp(50px, 43px + 2.19vw, 85px);
}

.download__thanks--h1_error {
  color: red;
}

/* form parts */
.download__form--input {
  margin-bottom: clamp(25px, 21.856px + 0.98vw, 36px);
  max-width: 305px;
  width: 90%;
}

.download__form--input_full {
  width :100%;
}

.download__form--input_name {
  font-size: clamp(15px, 14.8px + 0.06vw, 16px);
  font-weight: bold;
}

.download__form--input_required::after,
.download__form--input_any::after {
  border-radius: 6px;
  color: #fff;
  font-size: 12px;
  margin-left: 15px;
  padding: 1px 4px 0;
}

.download__form--input_required::after {
  background: #ef7d2e;
  content: '必須';
}

.download__form--input_any::after {
  background: #adadad;
  content: '任意';
}

.download__form--input_field {
  background: #fff;
  border: 1px solid #333;
  border-radius: 10px;
  font-size: clamp(15px, 14.8px + 0.06vw, 16px);;
  width: 100%;
}

.download__form--input[data-is-invalid="true"] .download__form--input_field {
  background: #e2adaf;
  border-color: #ef2e2e;
}

input[type="text"].download__form--input_field:focus {
  outline: none;
}

.download__form--input_field::placeholder {
  color: #ddd;
}

.download__form--input_field::-ms-input-placeholder {
  color: #ddd;
}

.download__form--input_error-msg {
  color: #ef2e2e;
  font-size: 14px;
  line-height: 1.2;
  margin: 5px 0 0 auto;
  text-align: justify;
  padding: 0 .5em 0 1.2em;
  position: relative;
  width: calc(100% - .5em);
}

.download__form--input_error-msg::before {
  background: url(../../images/download/icon_exclamation-mark_red.svg) no-repeat center/contain;
  content: '';
  height: 14px;
  left: 0;
  position: absolute;
  top: 1px;
  width: 14px;
}

.download__form--submit {
  background: #ef7d2e;
  border-radius: 6px;
  border: none;
  box-shadow: 0 3px 6px rgba(0,0,0,.16);
  color: #fff;
  font-size: clamp(15px, 14.8px + 0.06vw, 16px);
  font-weight: bold;
  height: 55px;
  max-width: 305px;
  width: 90%;
}

@media all and (min-width: 600px) {
  .download__form--submit {
    max-width: 364px;
    transition: transform .2s ease;
    width: clamp(305px, 262.864px + 7.02vw, 364px);
  }

  .download__doc-multiple-form .download__form--submit {
    margin-top: clamp(1px, 4.05vw - 23.28px, 35px);
  }

  .download__form--submit:hover {
    transform: translateY(2px);
  }
}

.download__form--submit_full {
  width: 100%;
}

@media all and (min-width: 960px) {
  .download__form--submit_full {
    width: clamp(305px, 246px + 6.15vw, 364px);
  }
}

.download__form--submit_additional_text {
  background: #fff;
  border-radius: 26px;
  box-shadow: 0 3px 6px rgba(0,0,0,.1);
  color: #ef7d2e;
  font-size: 14px;
  font-weight: bold;
  margin-right: clamp(10px, 6px + 1.25vw, 30px);
  text-align: center;
  width: clamp(95px, 90px + 1.56vw, 120px);
}

/* processing animation */
.ec-doc-download__processing {
  align-items: center;
  background-color: rgba(0,0,0,.85);
  bottom: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  left: 0;
  opacity: 0;
  position: fixed;
  right: 0;
  top: 0;
  transition: all .2s ease 0s;
  visibility: hidden;
  z-index: 9999;
}

.ec-doc-download__processing[data-is-shown="true"] {
  opacity: 1;
  visibility: visible;
}

html:has(.ec-doc-download__processing[data-is-shown="true"]) {
  overflow: hidden;
}

.ec-form__processing--logo {
  animation: logo-rotation 2s linear infinite 0s;
  background: url(../../images/logo/excelcamp_logo-white.svg) no-repeat center/contain;
  height: 75px;
  width: 100px;
}

@keyframes logo-rotation {
  0% {
    transform: rotateY(180deg);
  }
  50% {
    transform: rotateY(0deg);
  }
  100% {
    transform: rotateY(180deg);
  }
}