/*====================================*/
/* service
/*====================================*/
.service {
  width: 1060px;
  margin: 48px auto 0;

  @media screen and (max-width: 767px) {
    width: calc(100% - 40px);
    margin: 24px auto 0;
  }

  .service__title {
    font-size: 24px;
    text-align: center;

    @media screen and (max-width: 767px) {
      font-size: 20px;
      text-align: left;
    }
  }

  .service__text {
    font-size: 20px;
    text-align: center;
    margin-top: 16px;

    @media screen and (max-width: 767px) {
      font-size: 16px;
      text-align: left;
    }
  }

  .c-no-card {
    margin-top: 64px;

    @media screen and (max-width: 767px) {
      margin-top: 24px;
    }
  }

  .c-no-card__link {
    border: 1px solid #F9F4F2;
    background-color: #FCF9F9;
  }
}

/*====================================*/
/* footer
/*====================================*/
.footer {
  margin-top: 130px;

  @media screen and (max-width: 767px) {
    margin-top: 80px;
  }
}
