@charset "UTF-8";


/* =====================================================
 * ページ全体
 * ===================================================== */
html {
  font-size: 62.5%; /* ルートのフォントサイズを10pxにする */
}


body, nav, section, header, main, footer, h1, h2, p, ul, ol, li, dl, dt, dd, div, table, input, textarea, select {
  font-size: 1.7rem;
}


/* -------------------------
 * フォント調整
 * ------------------------- */
h1, .sub {
  font-size: 130%;
}


.sub2 {
  font-size: 120%;
}


.sub3, .subCount, .subCount2 {
  font-size: 110%;
}


.sub4 {
  font-size: 110%;
}


.grid-cell-ttl { /* トップページ：各カテゴリー記事のタイトル */
  font-size: 85%;
}


.ranking { /* メニュー：ランキング記事のタイトル */
  font-size: 75%;
}


/* =====================================================
 * ヘッダー
 * ===================================================== */


header {
  position: relative; /* PCの場合はヘッダーを固定しない */
  overflow: hidden; /* はみ出た「.tab」の要素は非表示 */
}


.header_wrap {
  position: relative;
  width: 1044px;
  margin: 0 auto;
}


/* -------------------------
 * ロゴ
 * グローバルナビ
 * カテゴリーリスト
 * 注目ワードリスト
 * ------------------------- */
#top {
  position: relative;
  width: 100%;
  padding: 5px 0;
}


#top-inner {
  padding-left: 0;
}


.logoImg { /* ロゴ画像の位置調整 */
  width: 227px;
  height: 80px;
  margin: 0;
}


.today { /* 今日の日付 */
  margin: 0 0 5px 0;
  text-align: right;
  font-size: 80%;
  color: silver;
}


/* -------------------------
 * シルバーカラーのヘッダー
 * ------------------------- */
#nav {
  position: relative;
  width: 100%;
  height: 60px;
  line-height: 60px;
}


#nav.fixed { /* この位置を超えたら.fixedが付与される */
  left: 0;
  position: fixed;
  top: 0;
  z-index: 999;
}


#nav > .inner {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between; /* 余白をもって等間隔に配置 */
  align-items: center; /* アイテムを中央揃えにする */
  width: 1044px;
}


/* -------------------------
 * カテゴリーリスト
 * ------------------------- */
.header-nav {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
  -webkit-backface-visibility: hidden; backface-visibility: hidden;
  display: flex; /* グローバルナビを横並びにする */
  height: 30px;
}


.header-nav a {
  text-decoration: none;
}


.header-nav li { /* ナビゲーションそれぞれのボックス */
  position: relative;
  width: 110px;
  height: 30px;
  margin-right: 20px;
}


.header-nav li:nth-last-child(1) {
  margin-right: 0;
}


.link-bg { /* ナビアイコン画像 */
  width: 30px;
  height: 30px;
  position: absolute;
  z-index: 2;
}


.link-title {
  position: absolute;
  width: 100%;
  z-index: 3;
}


.link-title:hover .nav-icon {
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
}


.header-nav li:hover .link-bg { /* オンマウスで背景色を出現させる */
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: 80px;
  margin-left: 30px;
  border-bottom: 5px solid red;
}


.header-nav li:hover a {
  -webkit-transition:all .5s ease-in-out;
  -moz-transition:all .5s ease-in-out;
  -o-transition:all .5s ease-in-out;
  -ms-transition:all .5s ease-in-out;
  transition:all .5s ease-in-out;
}


.nav-icon {
  position: relative;
  width: 30px;
  height: 30px;
  text-align: left;
  color: #fff;
  -webkit-transition:all .5s ease-in-out;
  -moz-transition:all .5s ease-in-out;
  -o-transition:all .5s ease-in-out;
  -ms-transition:all .5s ease-in-out;
  float: left;
  transition:all .5s ease-in-out;
  float: left;
}


.nav-icon img {
  width: 30px;
  height: 30px;
}


.header-nav span {
  display: block;
  font-size: 90%;
  line-height: 30px; /* 上下中央揃えにする */
  text-align: left;
  padding-left: 40px;
  color: #666;
  font-weight: bold;
}


.header-bottom01 { /* ヘッダー中部のカテゴリナビ(ul要素) */
  width: 100%;
  background: #6495ED;
  height: 40px;
}


.header-list01 {
  list-style-type: none;
  height: 40px;
}


.header-list01 li {
  display: inline-block;
  text-align: left;
  line-height: 40px;
  font-weight: bold;
  color: #fff;
}


.header-list01 li:nth-child(1) {
  padding-right: 15px;
}


.heder-list01-info::after {
  content: "▶";
  font-size: 60%;
  margin-left: 0.5em;
}


.header-list01 li a {
  display: inline-block;
  width: 100%;
  height: 100%;
  text-align: center;
  text-decoration: none;
  padding: 0 15px;
  color: #fff;
}


.header-list01 li a:hover {
  background: #4169E1;
  filter: alpha(opacity=100); /* IE 6,7 */
  -ms-filter: "alpha(opacity=100)"; /* IE 8,9 */
  -moz-opacity: 1; /* 古いFirefox */
  -khtml-opacity: 1; /* 古いSafari */
  opacity: 1;
}


/* =====================================================
 * コンテンツ
 * ===================================================== */


.container {
  position : relative;
  width: 1044px;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex: 1 0 auto; /* IE対策（flex:1のみだとバグ) */
  padding: 20px 0 50px;
}


/* -------------------------
 * メイン
 * ------------------------- */
main {
  width: 714px;
  margin: 0;
  padding: 0 0 50px;
}


/* -------------------------
 * メイン中の要素
 * ------------------------- */
.width {
  width: 100%;
}


section {
  width: 100%;
}


/* =====================================================
 * サイドメニュー
 * ===================================================== */


aside {
  width: 300px;
  margin: 0;
  margin-left: 30px;
  padding: 0 0 0 20px;
}


.sticky { /* ランキング以下を固定する */
  position: -webkit-sticky;
  position: sticky;
  top: 80px; /* ヘッダーの高さ60px,余白20pxで80pxに設定 */
}


/* =====================================================
 * フッター
 * ===================================================== */


footer {
  position: relative;
  width: 100%;
  padding: 60px 0px 80px;
}


.footer-inner {
  width: 1044px;
  margin: 0 auto;
}


/* -------------------------
 * 広告掲載について
 * 会員登録
 * ログイン
 * SNSのボックス
 * ------------------------- */
.footer-cap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}


footer li { /* リストを横並びにする */
  display: inline-block;
  list-style-type:none;
  margin: 0 3em 0 0;
  font-size: 80%;
}


/* =====================================================
 * スペシャル
 * ===================================================== */


.arrow_box_left, .arrow_box_right {
  font-size: 100%;
}


.about2 {
  line-height: 160%;
}
