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




.wp-caption {
    background-color: #000000 !important;
    color: white !important;
}


.logo-text {
    padding: 3px 0 3px !important;
    font-size: 1em !important;
}



@media screen and (max-width: 834px) {
    main.main, div.sidebar {
        padding: 5px 16px;
        margin: 5px 0;
        border-width: 0;
    }
}


@media screen and (max-width: 480px) {
    #header .site-name-text {
        font-size: 14px;
        font-weight: 600;
    }
}




button {
    font-weight: 550;
    color: #000000 !important;
    border-width: 4px;
    border-style: solid;
    border-color: rgb(0 110 111);
    padding: 10px 46px !important;
    border-radius: 5px 40px 40px 5px !important;
    background: rgb(32 244 255) !important;
    text-decoration: none !important;
    font-size: 1.5em;
    margin-top: -16px !important;
}







.button {
    font-weight: 550;
    color: #000000 !important;
    border-width: 4px;
    border-style: solid;
    border-color: rgb(0 110 111);
    padding: 10px 46px !important;
    border-radius: 5px 40px 40px 5px !important;
    background: rgb(32 244 255) !important;
    text-decoration: none !important;
    font-size: 1.5em;
    margin-top: -16px !important;
}



.ez-toc-container-direction {
    display: none !important;
}



.toc {
    display: none !important;
}






figcaption.wp-element-caption {
    margin-top: 0.1em;
    font-weight: 600;
    background: #000000;
}


figcaption.wp-element-caption a {
    font-size: 1.7em !important;
    font-weight: 600;
    color: white;
}


.figure-caption a {
   font-size: 1.7em !important;
}


