<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* -------------------------------------------------- */
/* file   : base.css                                  */
/* update : 2021                                      */
/* -------------------------------------------------- */
/* -------------------------------------------------- */
/* 全デバイス共通(PC向け) */
/* --------------------------------------------------- */
.platform .h1_wrap {
  background: url(../../platform/img/h1_bg.jpg) no-repeat center center/cover;
}

.intro_wrap {
  text-align: center;
  padding-top: 100px;
  padding-bottom: 100px;
  margin-bottom: 100px;
}

.intro_wrap .img_ctr {
  margin-bottom: 40px;
}

.intro_wrap .intro_tit {
  padding-top: 0;
}

.platform {
  background: #f2f2f2;
}

.img_box {
  max-width: 900px;
  text-align: center;
  margin: 0 auto 100px;
}

h3 {
  text-align: center;
  font-size: 28px;
  letter-spacing: 5px;
  color: #3b2526;
  margin-bottom: 40px;
}

.text {
  line-height: 2.4;
  letter-spacing: 1.5px;
}

.btn03 a {
  max-width: 420px;
  margin: 100px auto;
}

/* ---------------全デバイス共通(PC)-end--------------------- */
/*----------------------------------------------------------*/
/* tablet用のCSS */
/*----------------------------------------------------------*/
@media screen and (max-width: 959px) {
  /* tablet */
  /* -------------------tablet END------------------------- */
}

/*----------------------------------------------------------*/
/* SP用のCSS */
/*----------------------------------------------------------*/
@media screen and (max-width: 559px) {
  /* sp */
  .intro_wrap {
    padding-top: 50px;
    padding-bottom: 50px;
    margin-bottom: 50px;
  }
  .intro_wrap .img_ctr {
    margin-bottom: 20px;
  }
  .img_box {
    max-width: 100%;
    margin-bottom: 50px;
  }
  h3 {
    font-size: 20px;
    letter-spacing: 2px;
    margin-bottom: 20px;
  }
  .btn03 a {
    max-width: 100%;
    margin: 50px auto;
  }
  /* ---------------------SP END----------------------------- */
}
/*# sourceMappingURL=platform.css.map */</pre></body></html>