@charset "UTF-8";
/*!
Theme Name: Cocoon Child - Oblige
Description: 株式会社オブリージュ専用の子テーマ
Theme URI: https://oblige.ne.jp/
Author: Oblige Inc.
Author URI: https://oblige.ne.jp/
Template: cocoon-master
Version: 1.1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: cocoon-child-oblige
*/

/* 
 * このファイルはテーマ情報のみを記載
 * 実際のスタイルは assets/css/ に分割されています
 */
/* 固定ページ：タイトルと投稿日を表示・文字を黒に */

/* タイトルを表示（Cocoonは非表示にしていることがある） */
.page .entry-title {
  display: block !important;
  color: #000 !important;
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 8px;
}

/* 投稿日を表示（Cocoonはデフォルトで固定ページの日付を非表示にする） */
.page .entry-date,
.page .post-date,
.page time {
  display: inline !important;
  color: #333 !important;
  font-size: 0.85rem;
}

/* 本文テキストを黒に */
.page .entry-content,
.page .entry-content p,
.page .entry-content li,
.page .entry-content td {
  color: #000 !important;
}

header.article-header.entry-header{
    display: none!important;
}
.entry-content{
    margin-top: 4rem!important;
}
main{
  margin-top: 4rem!important;
}