.c-entry__header {
  display: none;
}

.l-contents__inner {
  margin-top: 0;
  padding-bottom: 0!important;
}

.top-water .smb-media-text__figure img {
  border-radius: 5px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.18);
}

.c-copyright.c-copyright--inverse {
  background-color: #E19790;
}

/* ヘッダーメニュー内のLINEボタン：外側のaは高さを持たせない */
.menu-line-button > a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

/* 実際のボタンデザインは中のspanに当てる */
.menu-line-button > a > span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 14px;
  border-radius: 999px;
  background: #8FA783;
  color: #fff !important;
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
  box-shadow: 0 4px 10px rgba(143, 167, 131, 0.22);
  transition: 0.25s ease;
}

.menu-line-button > a:hover > span {
  background: #7F9A73;
  color: #fff !important;
  transform: translateY(-1px);
}

/* ドロワーメニュー内のLINEボタン */
.c-drawer__item.menu-line-button {
  margin-top: 18px;
  padding: 0 18px;
}

/* ドロワー内ではaタグ自体をボタン化 */
.c-drawer__item.menu-line-button > a {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  width: auto;
  min-width: 210px;
  padding: 10px 18px !important;
  border-radius: 999px;
  background: #8FA783 !important;
  color: #fff !important;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  box-shadow: 0 5px 14px rgba(143, 167, 131, 0.25);
}

/* PC用でspanに当てている場合の影響をリセット */
.c-drawer__item.menu-line-button > a > span {
  padding: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  color: inherit !important;
}

/* ホバー時 */
.c-drawer__item.menu-line-button > a:hover {
  background: #7F9A73 !important;
  color: #fff !important;
}

.c-drawer {
  background-color: #ffffff;
}

.c-drawer a {
  color: #333333;
  font-weight: 900;
}

.top__reason-cards figure {
  border-radius: 50%;
  background-color: #F8F4EF;
}