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

/*h1タグの文字サイズとスペース*/
h1 {
	font-size: 1.2em !important;
    margin: 0 !important;
}

/*規約、プライバシーポリシー、免責、フォームのh1タグの文字サイズとスペース*/
.page-id-246 .entry-title,
.page-id-277 .entry-title,
.page-id-300 .entry-title,
.page-id-359 .entry-title {
	font-size: 1.2em !important;
	margin: 0 0 50px 0 !important;
}

/*h2タグの文字サイズ、スペース変更、装飾削除*/
h2 {
    font-size: 1.2em !important;
    margin: 0 0 10px 0 !important;
    padding: 0 !important;
    background-color: transparent !important;
	border-bottom: 1px solid #333 !important;
}

/*投稿ページのh2タグに絵文字*/
.cp-title-art::after {
  content: "📋" !important;
  display: inline-block !important;
  margin-left: 5px;
}

/*h3タグの文字サイズ、スペース変更、装飾削除*/
h3 {
    font-size: 1.2em !important;
    margin: 0 0 10px 0 !important;
    padding: 0 !important;
    background-color: transparent !important;
    border: none !important;
    box-shadow: none !important;
}

/*トップページのリストのスペース変更*/
li.top-list {
    padding-left: 0 !important;
    margin-left: 0 !important;
    list-style: none !important;
}

ul.wp-block-list {
    padding-left: 0 !important;
    margin-left: 0 !important;
}

/*トップページのボックスのスペース変更*/
.front-top-page .block-box,
.front-top-page h2,
.front-top-page .wp-block-columns {
	margin-bottom: 75px;
}

/*投稿ページの注記のスペース削除*/
.wp-block-column figure {
    margin-bottom: 0 !important;
}

/*投稿ページの注記の文字色*/
.image-note {
    color: red;
    margin-top: 0 !important;
    text-align: center;
}

/*Snow Monkey Forms フィールドの下余白*/
.smf-item {
	margin-bottom: 2em !important;
}

/*Snow Monkey Forms チェックボックスブロックの上下余白*/
.smf-checkboxes-control {
	margin-top: 2em !important;
	margin-bottom: 2em !important;
}