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

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

.block-title {
    margin-bottom: 0px !important;
}
p.block-desc {
    font-size: 12px;
}
a.block-button {
    display: flex;
    align-items: center;
    border: 1px solid #ddd;
    justify-content: center;
    border-radius: 4px;
    color: #000;
    text-decoration: none;
}
a.block-button:hover {
    background-color: #e1e1e1;
}
/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1023px以下*/
@media screen and (max-width: 1023px){
  /*必要ならばここにコードを書く*/
}

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

/*480px以下*/
@media screen and (max-width: 480px){
  /*必要ならばここにコードを書く*/
	body.public-page, .main {
		padding: 20px 15px !important;
	}
	.fz-48px {
		font-size: 24px !important;
	}
	.wp-block-spacer {
		height: 50px !important;
	}
	.has-text-align-right {
		text-align: center;
	}
	#header-container {
		display: none;
	}
	.article .has-text-align-left {
        flex-direction: column;
        text-align: center;
    }
}
