@charset "UTF-8";
/* CSS Document */

body {
  font-family: "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
}
.sp-only {
  display: none !important;
}

#sec_cp {
  background-color: rgb(123, 61, 135);
}

#sec_cp .sec_ep-inner {
  max-width: 800px;
  margin: 0 auto;
  padding: 0 40px 60px 40px;
  background-color: #fff;
}
#sec_cp .mb-a {
  margin-bottom: 90px;
}
#sec_cp .mb-a:last-child {
  margin-bottom: 0;
}
#sec_cp .DL_area {
  position: relative;
}
#sec_cp .DL_area .app_link {
  position: absolute;
  top: 59.7%;
  left: 39%;
  width: 24%;
}
#sec_cp .DL_area .google_link {
  position: absolute;
  top: 59.7%;
  left: 66.6%;
  width: 29%;
}
