@charset "UTF-8";
/* ==============================================================
★アカウント関連ページ
・/vps/news/
============================================================== */
/*
	font
*******************************/
/*
	color
*******************************/
/*
01: テーブルセル（奇数行）
02: テーブルセル（偶数行）
03: ホバー
04: ダーク
05: SPグローバルナビゲーション
06: ヘッダーバナー
07: 料金表
*/
/*
	width
*******************************/
/*
	フォントサイズ
*******************************/
/*
	レスポンシブ
*******************************/
/*
	モード
*******************************/
/*
	アイコンフォント
*******************************/
/*
	アーガイル柄
*******************************/
/*
	ホバーアニメーション
*******************************/
.articleContents {
  word-break: break-all;
}
.articleContents a:not([class]) {
  color: #12b8d7;
}
.articleContents a:not([class]):hover {
  animation: flash 1s;
  opacity: 0.9;
}
.articleShare {
  margin-top: 96px;
  font-size: 17px;
  font-size: 1.7rem;
}
@media (max-width: 768px) {
  .articleShare {
    margin-top: 48px;
  }
}
.articleShare_list {
  display: flex;
  gap: 0 20px;
  justify-content: center;
}
/*# sourceMappingURL=common_news.css.map */