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

/* ===== 文例集のコピーボタン（2026-09-10 Cocoon設定「ヘッド用コード」から移設） ===== */
.bunrei{list-style:none;padding-left:0;margin:1em 0}
.bunrei li{position:relative;padding:12px 96px 12px 16px;margin:8px 0;background:#f6f9fc;border:1px solid #e1e8f0;border-radius:10px;line-height:1.8}
.bunrei li .ct-copy{position:absolute;right:10px;top:50%;transform:translateY(-50%);border:none;background:#3b6ea5;color:#fff;border-radius:7px;padding:7px 14px;font-size:13px;cursor:pointer;white-space:nowrap}
.bunrei li .ct-copy:hover{background:#345f8e}
.bunrei li .ct-copy.copied{background:#2e9e5b}
@media(max-width:480px){.bunrei li{padding:10px 78px 10px 12px}.bunrei li .ct-copy{padding:6px 10px;font-size:12px}}
