@charset "utf-8";

@media print, screen and (min-width: 641px) {
	.column-one_img-left .column-one_image, .column-one_img-right .column-one_image {
		width: 50%;
}
}

.text-list-notes li,
.text-list-notes-02 li {
  margin-bottom: 0;
}

.download__contents {
  margin: auto;
  width: 720px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 640px) {
  .download__contents {
    width: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.download__image {
  -ms-flex-preferred-size: 160px;
      flex-basis: 160px;
}
@media screen and (max-width: 640px) {
  .download__image {
    margin-bottom: 8vw;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
    text-align: center;
  }
  .download__image img {
    width: 35%;
  }
}
.download__text {
  -ms-flex-preferred-size: 525px;
      flex-basis: 525px;
}
@media screen and (max-width: 640px) {
  .download__text {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
}
.download__text--link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.download__text--link img {
  width: auto;
  height: 72px !important;
}
@media screen and (max-width: 640px) {
  .download__text--link img {
    height: 46px !important;
  }
}