@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.2
*/

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

/*--------------------------------
タイトルを非表示
post-173: Home
--------------------------------*/
.post-173 h1.entry-title{
	display:none;
}

/*---------------------------------
固定ページの日付を非表示にする
--------------------------------*/
.post-173 .date-tags,
.post-244 .date-tags,
.post-640 .date-tags,
.post-1599 .date-tags,
.post-2426 .date-tags,
.post-2654 .date-tags,
.post-2781 .date-tags,
.post-2017 .date-tags {
  display: none;
}

/*---------------------------------
キャッチフレーズを非表示にする
--------------------------------*/
.tagline{
	display:none;
}

/*---------------------------------
SyntaxHighLighterのフォントサイズを変える
--------------------------------*/
.my_syntaxhighlighter {
    font-size: .95rem;
}

/*---------------------------------
reCAPTCHA v3バッジを隠す
--------------------------------*/
.grecaptcha-badge { visibility: hidden; }

/*---------------------------------
reCAPTCHA Policy 表示設定
--------------------------------*/
.recaptcha_policy {
  padding: 0;
  margin: 0;
  text-align: center;
  font-size: 11px !important;
  color: #444 !important;
}
.recaptcha_policy a {
  font-size: 11px !important;
  color: #111 !important;
}

.line_qrcode {
  width: 60%;
  margin: auto;
  display: block;
}

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

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

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