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


figcaption {
    margin: 0;
    font-size: 1.2em;
    opacity: 0.8;
    padding: 0 6px;
    text-align: center;
}


.wp-block-columns figure.wp-block-image {
    margin-bottom: -10px !important;
}

.wp-block-columns p {
    font-size: 0.8rem;
    line-height: 1.15rem;
    text-align: center;
    background: #ff00d4;
    border-radius: 0px 0px 10px 10px;
    color: white;
}

.wp-block-columns p a {
    color: white;
    text-decoration: none;
}

.wp-block-columns ul.wp-block-list {
    display: none;
}

.wp-block-columns ul.wp-block-list {
    display: none;
}

.wp-block-video figcaption.wp-element-caption {
    margin-top: 2px;
    font-weight: 600;
}





