@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){
  /*必要ならばここにコードを書く*/
}

.entry-card-title, .related-entry-card-title {
    color: #234fe0;
}
.entry-title {
    color: #234fe0;
}

.sidebar h2, .sidebar h3, .sidebar h4 {
    background-color: #e8d420;
    border-bottom: 0px solid #e8d420;
}
.breadcrumb, .breadcrumb-caption {
    color: #234fe0;
}

.pagination-next {
    display: none;
}
.list-more-button {
    background: #2450e0;
    border: solid 2px #2450e0;
}
.list-more-button:hover {
    color:#2450e0;
}
.wp-block-file .wp-block-file__button, .pagination-next-link, .comment-btn, input[type='submit'] {
    color: #000;
}
.card-thumb img {
    width: 0;
}
.grecaptcha-badge{left:6px!important;width:70px!important;}
.grecaptcha-badge:hover{left:6px!important;width:256px!important;}

