@charset "utf-8";

/* ======================================================
 * footer.css
 * ------------------------------------------------------
 * PConly
 * - Common
 * - Override
 * - Assist
 * - Parts
 * - Clearfix
 * Media Queries
 * Print
====================================================== */

/* ------------------------------------------------------
 * Common
------------------------------------------------------ */
/* ----- Footer ----- */
.Footer {
  min-width: 1280px;
  padding: 30px 40px;
  border-top: 1px solid #cdd0e0;
}
.Footer,
.Footer * {
  box-sizing: border-box;
}
.Footer .footer-copy {
  font-size: 14px;
  color: #666;
  text-align: center;
}

/* ----- Footer_v2 ----- */
.Footer_v2 {
  text-align: center;
  margin-top: 80px;
}


/* ------------------------------------------------------
 * Override
------------------------------------------------------ */

/* ------------------------------------------------------
 * Assist
------------------------------------------------------ */

/* ------------------------------------------------------
 * Parts
------------------------------------------------------ */

/* ------------------------------------------------------
 * Clearfix
------------------------------------------------------ */
.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

/* ======================================================
 * Print
====================================================== */
@media print {
}