/* ------------------------------------------------------------- */
/* download                                                      */
/* ------------------------------------------------------------- */
.download {
  background-color: #f6f6f6; }

.download li {
  background-color: #ffffff;
  width: 40.5rem;
  padding: 3rem 0;
  margin-bottom: 3.5rem; }

.download li img {
  width: 100%; }

.download .box-txt {
  padding: 1.6rem 3rem;
  line-height: 1.5; }

.download .box-txt h3 {
  font-size: 2rem;
  line-height: 1.5;
  font-weight: bold;
  margin-bottom: 1.2rem; }

@media (max-width: 768px) {
  .download li, .download li img {
    width: 100%; }

  .download li:not(:last-child) {
    margin-bottom: 4rem; } }

/*-----------
211201
------------*/
.download li.movie {
  padding: 0 0 3rem 0;
}
.download li.movie .ps-r {
	position:relative;
}
.download li.movie .icon {
  display: inline-block;
  position: absolute;
  bottom: 0;
  right: 0;
  color: #fff;
  font-weight: bold;
  padding: 6px 18px;
  background: #ee0000;
}

/*-----------
220511
------------*/

.download li {
	display: flex;
	flex-direction: column;
}

.download li a {
	margin-top: auto;
}

ul.flex.download_list::after {
    content: "";
    display: block;
    width: 40.5rem;
}