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

/************************************
** 子テーマ用のスタイルを書く
************************************/
h2 {
    display: flex;
    align-items: center;
    padding: .5em .7em;
    background-color: #eeeeee !important;
    color: #444444;
}

h2::before {
    display: inline-block;
    width: 5px;
    height: 1.5em;
    margin-right: .5em;
    background-color: #F19C9C;
    content: '';
}

.author-box p{font-size: 0.8em;}
.ad{    font-size: 0.7em;
    background: #eee;
    /* line-height: 1em; */
    padding: 5px 10px;}

.no-thumbnail .widget-entry-cards div.widget-entry-card-content{font-size: 15px;}

.button-PR{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin:0 auto;
    padding: .9em 1em;
    border: 1px solid #949494;
    border-radius: 5px;
    background-color: #fff;
    color: #949494;
    font-size: 0.8em;
}
/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1023px以下*/
@media screen and (max-width: 1023px){
  /*必要ならばここにコードを書く*/
}

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

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