@charset "utf-8";
/* CSS Document */
.video_box {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
}

.video_box .video_box_movie {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 12px;
}
.cate2 .bottom_box h3 {
  background-image: url("https://moments-moveforlife.jp/system_panel/uploads/images/land_cate2_bg.png");
  background-position: bottom center;
  background-size: 100% auto;
  background-repeat: no-repeat;
}
.flow_a .circle {
  background-color: #E8417E;
}
.company_layout {
  width: 100%;
  overflow: hidden;
}
/* ---------- IEのみ ---------- */
@media all and (-ms-high-contrast: none) {}
/* ---------- 1280px ~ ---------- */
@media screen and (max-width: 1280px) {}
/* ---------- 1080px ~ ---------- */
@media screen and (max-width: 1080px) {}
/* ---------- 768px ~ ---------- */
@media screen and (max-width: 768px) {
  .column3_layout1 {
    max-width: 600px;
    margin-right: auto;
    margin-left: auto;
  }
}
/* ---------- 576px ~ ---------- */
@media screen and (max-width: 576px) {}
/* ---------- 350px ~ ---------- */
@media screen and (max-width: 350px) {}