@charset "utf-8";
/*===== PC =====*/
@media screen and (min-width: 768px) {
  .g-main{
    margin-top: 80px;
  }
  .cushion-txt{
    font-size: 18px;
    text-align: center;
    line-height: 1.7;
  }
  .cushion-links{
    margin-top: 30px;
    text-align: center;
    font-size: 14px;
    line-height: 2;
  }
}

/*===== SP =====*/
@media screen and (max-width: 767px) {
  .g-main{
    padding-top: 32vw !important;
  }
  .cushion-txt{
    font-size: 4.266vw;
    text-align: center;
    line-height: 1.7;
  }
  .cushion-links{
    margin-top: 8vw;
    text-align: center;
    font-size: 3.733vw;
    line-height: 2;
  }
}