@charset "UTF-8";

/* ナビゲーションメニュー
---------------------------------- */
.g-nav__item--attendance {
  margin-left: 5%;
  background: #fff;
  color: #EF5A57;
  border-radius: 60px 0 0 60px;
}

@media screen and (max-width: 767px) {
  .g-nav__item--attendance {
    margin-left: 0;
    background: #fff;
    color: #EF5A57;
    border-radius: 60px;
  }
}

/* 記事
---------------------------------- */
.article {
  min-height: 75rem;
}

@media screen and (max-width: 767px) {
  .article {
    min-height: 36rem;
  }
}

.article__text {
  font-size: 3rem;
  margin-bottom: 4rem;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .article__text {
    font-size: 2rem;
    margin-bottom: 6rem;
  }
}

.article__button-blog {
  background: #3b5998;
}
