#announcement {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
#announcement .announcement-box {
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  width: 800px;
  padding: 10px 60px;
  border: 1px solid #eee;
}
@media screen and (max-width: 860px) {
  #announcement .announcement-box {
    width: 100%;
    padding: 10px 20px;
  }
}
#announcement h4 {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 0.5em;
  margin-top: 1em;
}
#announcement p {
  margin-top: 0;
  margin-bottom: 1.2em;
}
#announcement h5 {
  margin-top: 0.2em;
  margin-bottom: 0.5em;
}
#announcement a {
  text-decoration: none;
}
#announcement a:hover .announcement-box {
  background: #fafafa;
}

p.caution {
  margin-left: 20px;
  position: relative;
  font-weight: 600;
  color: #e40657;
}
p.caution:before {
  content: "";
  display: inline-block;
  background: url("../img/caution2.svg") no-repeat;
  background-size: contain;
  height: 1em;
  width: 1em;
  position: absolute;
  top: 0.4em;
  margin-left: -20px;
}

ul.description-list {
  margin: 0;
  margin-bottom: 1.6em;
  padding: 0;
  padding-inline-start: 20px;
  list-style-image: url("../img/list-line.svg");
  color: #333;
  font-weight: 400;
  line-height: 1.2;
}
ul.description-list .sup {
  font-weight: 400;
}
ul.description-list .sup-caution {
  font-weight: 400;
  color: #e40657;
}
ul.description-list li {
  margin-top: 0;
  padding-left: 0;
  line-height: 1.5em;
}
ul.description-list li + li {
  margin-top: 0.5em;
}

h4 {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 1.2em;
  margin-top: 3em;
}

.description {
  margin-bottom: 35px;
  letter-spacing: 0;
}

h1 + .description {
  margin-top: -2em;
}

.bottomBlueLine {
  font-size: 24px;
  margin-top: 80px;
  margin-bottom: 0.5em;
}
.bottomBlueLine:after {
  content: "";
  margin-top: 10px;
  display: block;
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, #3d83ff, #00b3e8);
}

.dl-item-btn {
  margin-top: 15px;
}

.other-download-btn {
  width: 100%;
  max-width: 100%;
}

#download-waves {
  padding-top: 60px;
}
#download-waves .dlw {
  justify-content: space-between;
}
@media screen and (max-width: 860px) {
  #download-waves .dlw {
    width: 100%;
    align-items: center;
    justify-content: center;
  }
}
#download-waves .discription + .dlw {
  margin-top: 60px;
}

#how-to-install {
  padding: 100px 0;
}

.download-container {
  width: 800px;
  margin: 0 auto;
  margin-bottom: 80px;
}
@media screen and (max-width: 860px) {
  .download-container {
    width: 90%;
  }
}

.download-right,
.download-left {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
@media screen and (max-width: 860px) {
  .download-right,
.download-left {
    width: 100%;
    max-width: 358px;
  }
}

.download-left {
  padding-bottom: 10px;
}

.download-image-left {
  padding-top: 80px;
}
@media screen and (max-width: 860px) {
  .download-image-left {
    display: none;
  }
}

.installer-positions {
  margin-top: 40px;
}

.dl-asesment + .dl-training {
  margin-top: 80px;
}

.dlw-border-horizon {
  border-bottom: 1px solid #ccc;
  margin: 20px 0;
}

.dlw-items {
  width: 358px;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 860px) {
  .dlw-items {
    margin-top: 0;
    width: 100%;
  }
}

.dl-item-licencetype p,
.dl-item-other-title p {
  color: #00043a;
  font-weight: 600;
}

.dl-item-licencetype {
  margin-top: 20px;
}
.dl-item-licencetype ul {
  margin: 0;
  padding: 0.4em;
  padding-inline-start: 20px;
  list-style-image: url("../img/list-line.svg");
  color: #333;
}
.dl-item-licencetype ul li {
  margin-top: 0;
  padding-left: 0;
  line-height: 1.2em;
}
.dl-item-licencetype ul li + li {
  margin-top: 0.5em;
}

.dl-item-other-title {
  color: #00043a;
}

.dl-item-hosoku {
  margin-top: 0.2em;
}

.dl-item-name {
  color: #00043a;
}

.dl-item-date {
  font-size: 0.8em;
  color: #aaa;
}

@media screen and (max-width: 860px) {
  .download-image-right,
.installer-image-main,
.documents-image-main {
    display: none !important;
  }
}
@media screen and (min-width: 861px) {
  .installer-image-main,
.documents-image-main {
    width: 100%;
    display: block;
    margin: 0 auto;
  }
}
.other-download {
  font-size: 24px;
  margin-top: 80px;
  margin-bottom: 0.5em;
}
.other-download:after {
  content: "";
  margin-top: 3px;
  display: block;
  width: 100%;
  height: 3px;
  background: #333;
}

#other-links:before {
  content: "";
  display: block;
  border-top: 1px solid #ddd;
  width: 64px;
  height: 0;
  margin: 0 auto;
  margin-bottom: 80px;
}
/*# sourceMappingURL=download-top.css.map */