@media only screen and (max-width: 640px) {
.c-column-group.anchor-group .col-unit-1\/3:nth-child(2) , .c-column-group.anchor-group .col-unit-1\/3:nth-child(3) {
margin-top: 10px;
}
}

/* ========== movietxt ========== */
.c-heading-movie {
  margin-top: 60px;
}
.campaign-img02 {
  position: absolute;
  margin: -29px 0px 0px -18px;
  width: 66px;
  height: 66px;
}
em.pl_movie {
  padding-left:40px !important;
  padding-top: 10px;
  margin-left: 15px;
}
@media only screen and (max-width: 640px) {
.c-heading-movie {
  margin-top: 30px;
}
  .campaign-img02 {
    position: absolute;
    margin: -17px 0px 0px 0px !important;
    width: 46px !important;
    height: 46px !important;
  }
  em.pl_movie {
    padding-left: 32px !important;
    padding-top: 10px;
    margin-left: 20px;
  }
}
/* ========== movie ========== */
.movie {
	height: 0;
	margin-top: 1.25em;
	overflow: hidden;
	padding-bottom: 56.25%;
	position: relative;
}
@media only screen and (max-width: 640px) {
    .movie {
        margin-top: .75em;
    }
}

.movie iframe {
	border: #000 solid 1px;
	box-sizing: border-box;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}
