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

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


.article h2:not(.na-v85-title){font-size:18px;font-weight:700;color:#333;padding:10px 14px;border-left:5px solid #5c6bc0;border-bottom:2px solid #5c6bc0;background-color:transparent;border-radius:0!important;margin:24px 0 16px;display:flex;align-items:center}.article h2:not(.na-v85-title)::before{content:"🐶 ";font-family:"Apple Color Emoji","Segoe UI Emoji","Noto Color Emoji",sans-serif;margin-right:4px;display:inline-block;flex-shrink:0}.article h3{font-size:16px;font-weight:700;color:#333;padding:8px 12px 3px;border-left:4px solid #5c6bc0;border-bottom:1px solid #aab2f0;background-color:transparent;border-radius:0!important;margin:20px 0 14px}a{text-decoration:none;transition:.3s}a:hover{text-decoration:underline}.widgettitle{color:#5c6bc0;border-bottom:2px solid #7a89db;padding-bottom:5px;border-radius:0!important}.profile-intro{font-weight:500;font-size:16px;margin-bottom:1em;background:rgba(92,107,192,.1);padding:10px 12px;border-left:4px solid #5c6bc0;border-radius:0!important;color:#333}.archive-link-box{text-align:center;margin:1.5em 0}.archive-button{display:inline-block;padding:.8em 1.5em;background-color:#f2f2f2;border-radius:30px;font-weight:700;text-decoration:none;color:#333;transition:.3s;border:2px solid #5c6bc0}.archive-button:hover{background-color:#e0e0e0;color:#5c6bc0;text-decoration:none}@media (prefers-color-scheme:dark){body:not(.wp-admin) .article h2:not(.na-v85-title),body:not(.wp-admin) .article h3{color:#fff!important;background-color:rgba(255,255,255,.05);border-left-color:#8e9be3}body:not(.wp-admin) .profile-intro{color:#fff}}.grecaptcha-badge{visibility:hidden}


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

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

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