@charset "UTF-8";

/*!
Theme Name: Cocoon Child
Description: Cocoon専用の子テーマ
Theme URI: https://wp-cocoon.com/
Author: わいひら
Author URI: https://nelog.jp/
Template:   cocoon-master
Version:    1.1.3
*/

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/

/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1023px以下*/
@media screen and (max-width: 1023px){
  /*必要ならばここにコードを書く*/
}

/*834px以下*/
@media screen and (max-width: 834px){
  /*必要ならばここにコードを書く*/
}

/*480px以下*/
@media screen and (max-width: 480px){
  /*必要ならばここにコードを書く*/
}

/* === 見出し（H2・H3） === */
.entry-content h2 {
  border-left: 5px solid #1f2a44;
  padding-left: 10px;
  font-size: 1.4em;
  font-weight: bold;
  color: #1f2a44;
}

.entry-content h3 {
  border-bottom: 2px solid #374f6b;
  padding-bottom: 4px;
  margin-bottom: 10px;
  font-size: 1.2em;
  color: #2c2c2c;
}

/* === 本文・全体の色・フォント === */
body {
  background-color: #ffffff;
  font-family: "Noto Sans JP", "游ゴシック体", sans-serif;
  color: #2a2a2a;
  line-height: 1.8;
}

.entry-content {
  font-size: 16px;
}

/* === カテゴリラベル === */
.cat-label {
  background-color: rgba(31, 42, 68, 0.5) !important; /* 元の色に透明度75% */
  color: #fff !important;
}

/* === トップページ用ブロック === */
.front-section {
  background: #fff;
  padding: 24px;
  margin-bottom: 32px;
  border: 1px solid #e0e0e0;
  border-radius: 12px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.04);
}

.front-section h2 {
  font-size: 1.4em;
  margin-bottom: 0.5em;
  color: #1f2a44;
}

.front-section p {
  line-height: 1.8;
  font-size: 15px;
}

/* === ボタン（Fantia導線など） === */
.front-section .btn {
  display: inline-block;
  background: #1f2a44;
  color: #fff;
  padding: 10px 18px;
  text-decoration: none;
  border-radius: 24px;
  margin-top: 10px;
  transition: 0.3s;
}

.front-section .btn:hover {
  background: #374f6b;
}

/* === Fantiaバナー画像など === */
.fantia-banner img {
  max-width: 100%;
  border-radius: 8px;
}


/* 画像保存ブロック */
img {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  pointer-events: none;
}
