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

/* AZUREMORI-CSS-START */
/* 見出し（Azureブルー） */
.entry-content h2{color:#103A5C;position:relative;display:table;padding-bottom:.45em;font-size:1.8em;margin:1.5em 0 1em;border:none;background:none;line-height:1.4;}
.entry-content h2::after{content:"";position:absolute;bottom:0;left:0;width:100%;height:4px;background:linear-gradient(90deg,#0078D4 0%,#50B0F0 100%);border-radius:2px;box-shadow:0 0 10px rgba(0,120,212,.5);}
.entry-content h3{color:#16466e;position:relative;display:table;padding-bottom:.35em;font-size:1.3em;margin:1.6em 0 .8em;border:none;line-height:1.4;}
.entry-content h3::after{content:"";position:absolute;bottom:0;left:0;width:100%;height:3px;background:#0078D4;border-radius:2px;}
/* バナー（コールアウト） */
.entry-content .azure-banner{position:relative;margin:1.8em 0;padding:1em 1.2em;background:linear-gradient(180deg,#f3f9fe,#EFF6FC);border:1px solid #cfe4f7;border-left:5px solid #0078D4;border-radius:8px;font-size:.95em;line-height:1.85;color:#23303a;box-shadow:0 2px 6px rgba(0,120,212,.12);}
.entry-content .azure-banner .azure-badge{display:inline-block;background:#0078D4;color:#fff;font-weight:700;font-size:.78em;letter-spacing:.05em;line-height:1;padding:.4em .6em;border-radius:4px;margin-right:.5em;vertical-align:.08em;}
.entry-content .azure-banner strong{color:#005A9E;}
/* AZUREMORI-CSS-END */
