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

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*.self-checklist-container {
    font-family: 'Segoe UI', Meiryo, sans-serif;
    line-height: 1.6;
    background-color: #fff;
    padding: 30px;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    margin: 20px 0;
}
.self-checklist-container h1 {
    text-align: center;
    color: #2c3e50;
    border-bottom: 2px solid #3498db;
    padding-bottom: 10px;
    margin-bottom: 20px;
}
.self-checklist-controls {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-bottom: 20px;
    flex-wrap: wrap;
}
.self-checklist-controls button {
    padding: 10px 20px;
    border-radius: 5px;
    border: none;
    background-color: #3498db;
    color: white;
    font-size: 16px;
    cursor: pointer;
    transition: background-color 0.3s;
}
.self-checklist-controls button:hover {
    background-color: #2980b9;
}
.self-checklist-controls button.reset {
    background-color: #e74c3c;
}
.self-checklist-controls button.reset:hover {
    background-color: #c0392b;
}
#self-checklist-progress {
    text-align: center;
    font-size: 1.2em;
    font-weight: bold;
    margin-bottom: 20px;
    padding: 10px;
    background-color: #eaf5ff;
    border-radius: 5px;
    color: #2980b9;
}
#self-checklist-list {
    list-style-type: none;
    padding: 0;
}
.self-checklist-item {
    background-color: #ecf0f1;
    margin-bottom: 8px;
    padding: 15px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    transition: background-color 0.3s;
}
.self-checklist-item.checked {
    background-color: #d4edda;
    text-decoration: line-through;
    color: #555;
}
.self-checklist-item input[type="checkbox"] {
    margin-right: 15px;
    width: 20px;
    height: 20px;
    cursor: pointer;
}
.self-checklist-item label {
    flex-grow: 1;
    cursor: pointer;
}
.self-checklist-item .item-number {
    font-weight: bold;
    margin-right: 10px;
    color: #7f8c8d;
}
.self-checklist-item.checked .item-number {
    color: #155724;
}必要ならばここにコードを書く*/

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

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

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