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

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

.entry-content h2 > span::before{
    display: none;
}
.entry-card-title, .related-entry-card-title{
    line-height: 1.4;
}
.entry-card-snippet, .related-entry-card-snippet{
    line-height: 1.6;
}
div.speech-balloon{
    border-color: #fbb16b;
    border-radius: 10px;
}
.sns-share.ss-top .sns-buttons a{
    width: 36px;
    height: 36px;
}
.speech-balloon::before{
    border-right-color: #fbb16b;
}
.sbp-r .speech-balloon::before{
    border-left-color: #fbb16b;
}
.wp-block-video{
    width: 320px;
}
.wp-block-video video{

}
.main{
    width: 790px;
    padding: 20px 30px;
}
.p-banner--singleBottomArae{
    margin-bottom:40px;
    text-align: center;
}
.p-banner--singleTopArae{
    margin-bottom:40px;
    text-align: center;

}
.c-center{
    text-align: center;
}

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

/*834px以下*/
@media screen and (max-width: 834px){
  /*必要ならばここにコードを書く*/
  .entry-card .cat-label, .related-entry-card .cat-label{
    display: none;
  }
}

/*728px以下*/
@media screen and (max-width: 728px){
.p-banner--singleBottomArae{
    margin-bottom:40px;
    text-align: center;
    border: 1px solid #efefef;
}
.p-banner--singleTopArae{
    margin-bottom:40px;
    text-align: center;
    border: 1px solid #efefef;
    
}
}

/*480px以下*/
@media screen and (max-width: 480px){
  /*必要ならばここにコードを書く*/
  .article h1{
    font-size: 20px;
  }
.wp-block-video{
width: auto;
}
.wp-block-video video{

}
}
