@charset "utf-8";
/* CSS Document */

.movie {
  position: relative;
  margin: 0 auto 60px;
  width: 768px;
  height: 432px;
  text-align: left;
}
#main .lp_contents.simple .read {
  padding: 0px;
  font-weight: bold;
  font-size: 24px;
}
#main .lp_contents.simple .flex_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 40px;
}
#main .lp_contents.simple .flex_box .btn a {
  padding: 12px 24px;
  background: #e60012;
  color: #fff;
  text-align: center;
  text-decoration: none;
  font-size: 18px;
  line-height: 1.4;
}
#main .lp_contents.simple .flex_box .btn a span {
  padding-left: 30px;
  background: url(/img/landing_page/common/icon_btn_dl.png) no-repeat left center;
}
