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

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

.toc-content ul,
.toc-content ol {
	margin-top:0 !important;
	padding-left:0 !important;
	line-height:2.0;
	list-style: none;
}
.toc-content ul li,
.toc-content ol li {
	font-weight:bold;
	margin-bottom:1em;
}

.toc-content ul li li,
.toc-content ol li li {
	font-weight:normal;
	padding-left:0.8em;
	margin-bottom:0;
}

.article h1 {
	
}

.page-id-856 .article h2 {
	background: none;
	text-align: center;
    padding-bottom: 20px;
    border-bottom: 6px dotted #333333; 
    margin-bottom: 40px; 
}

.page-id-856 .article h3 {
	background: none;
    margin-top: 30px;        /* 上の余白 */
    margin-bottom: 8px;  
}


.page-id-856 .article h3 + p {
	background: none;
	color: #f39c12;
	font-weight: bold;
    margin-bottom: 15px;
}


.article h4 {
	
}

/************************************
** SNS
************************************/
.sns-share-buttons a.twitter-button,
.sns-follow-buttons a.twitter-button,
.sidebar .sns-follow-buttons a.twitter-button,
.footer .sns-follow-buttons a.twitter-button {
	background-color: #000;
}

.sns-share-buttons a.facebook-button,
.sns-follow-buttons a.facebook-button,
.sidebar .sns-follow-buttons a.facebook-button,
.footer .sns-follow-buttons a.facebook-button {
	background-color: #1877F2;
}

.sns-share-buttons a.line-button,
.sns-follow-buttons a.line-button,
.sidebar .sns-follow-buttons a.line-button,
.footer .sns-follow-buttons a.line-button {
	background-color: #06C755;
}

.sns-share-buttons a.linkedin-button,
.sns-follow-buttons a.linkedin-button,
.sidebar .sns-follow-buttons a.linkedin-button,
.footer .sns-follow-buttons a.linkedin-button {
	background-color: #0A66C2;
}

.sns-share-buttons a.copy-button,
.sns-follow-buttons a.copy-button,
.sidebar .sns-follow-buttons a.copy-button,
.footer .sns-follow-buttons a.copy-button {
	background-color: #000;
}

.sns-follow-buttons a.instagram-button {
	background-color: #E4405F;
}

.sns-follow-buttons a.youtube-button {
	background-color: #FF0000;
}

.sns-follow-buttons a.tiktok-button {
	background-color: #000000;
}

.sns-follow-buttons a.note-button {
	background-color: #41C9B4;
}


/************************************
** 記事一覧ページ
************************************/

.list .entry-card-title {
	font-weight: bold;
}

/************************************
** プロフィールページ
************************************/


.page-id-873 .page-title {
    font-size: 2em;
    border-bottom: 4px solid #04384c;
    padding-bottom: 0.5em;
    margin: 40px 0 30px;
}

.page-id-873 .balloon {
    display: flex;
    gap: 15px;
    margin: 20px 0;
    align-items: flex-start;
}

.page-id-873 .balloon-icon {
    flex-shrink: 0;
}

.page-id-873 .balloon-icon img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    object-fit: cover;
}

.page-id-873 .balloon-name {
    font-size: 0.8em;
    text-align: center;
    margin-top: 5px;
    color: #666;
}

.page-id-873 .balloon-text {
    background: #f7f7f7;
    border: 1px solid #ccc;
    border-radius: 10px;
    padding: 15px 20px;
    position: relative;
    flex: 1;
}

.page-id-873 .balloon-text::before {
    content: '';
    position: absolute;
    left: -10px;
    top: 20px;
    border: 10px solid transparent;
    border-right-color: #f7f7f7;
}

.page-id-873 .balloon-text p {
    margin: 10px 0;
}

.page-id-873 .balloon-text strong {
    color: #04384c;
}

.page-id-873 h2 {
    padding: 0.5em 1em;
    border-radius: 2px;
    color: #fff;
    background: #6d98bf;
    margin: 10px 0 10px;
    position: relative;
}

.page-id-873 h2::before {
    content: '';
    position: absolute;
    width: calc(100% - 8px);
    height: calc(100% - 8px);
    top: 4px;
    left: 4px;
    border: dashed 1px #fff;
}

.page-id-873 h3 {
    font-size: 1.3em;
    padding: 0 0 0.5em;
    border-bottom: 4px solid transparent;
    background: linear-gradient(135deg, transparent 25%, #6d98bf 25%, #6d98bf 50%, transparent 50%, transparent 75%, #6d98bf 75%, #6d98bf);
    background-size: 4px 4px;
    background-position: 0 100%;
    background-repeat: repeat-x;
    opacity: 0.8;
    margin: 30px 0 15px;
}

.page-id-873 .profile-box {
    border: solid 1px #04384c;
    padding: 20px;
    margin: 20px 0;
    background: #fff;
    font-size: 0.9em;
}

.page-id-873 .cap-box {
    border: 2px solid #d67eb4;
    border-radius: 8px;
    margin: 20px 0;
    overflow: hidden;
}

.page-id-873 .cap-box-title {
    background: #d67eb4;
    color: #fff;
    padding: 10px 15px;
    font-weight: bold;
}

.page-id-873 .cap-box-content {
    background: #f7f4f5;
    padding: 20px;
}

.page-id-873 .icon-box {
    border-left: 4px solid #84878a;
    padding: 15px 20px;
    margin: 15px 0;
    background: #f7f7f7;
}

.page-id-873 .icon-box::before {
    content: "📝";
    margin-right: 10px;
}

.page-id-873 .highlight-yellow {
    background: linear-gradient(transparent 60%, #fcf69f 60%);
    font-weight: bold;
}

.page-id-873 .highlight-blue {
    background: linear-gradient(transparent 60%, #b7e3ff 60%);
    font-weight: bold;
}

.page-id-873 .bg-grid {
    background: #f9f9f9;
    padding: 20px;
    border-radius: 8px;
    margin: 20px 0;
}

.page-id-873 .stitch {
    border: 2px dashed #ccc;
    padding: 15px;
    margin: 15px 0;
    background: #fff;
}

.page-id-873 .large-text {
    font-size: 1.3em;
}

.page-id-873 .small-text {
    font-size: 0.85em;
}

/* スマホ対応 */
@media (max-width: 600px) {
    .page-id-873 .container {
        padding: 15px;
    }
    
    .page-id-873 .page-title {
        font-size: 1.5em;
    }
    
    .page-id-873 h2 {
        font-size: 1.3em;
        padding: 0.8em;
    }
    
    .page-id-873 h3 {
        font-size: 1.1em;
    }
    
    .page-id-873 .balloon {
        flex-direction: column;
        align-items: center;
    }
    
    .page-id-873 .balloon-text::before {
        display: none;
    }
}


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

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

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