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

/* --- hibi box styles --- */
.entry-content .hibi-tip{
  background:#fff5e5 !important; border:1px solid #f0c090 !important;
  border-radius:12px !important; padding:14px 16px !important;
  line-height:1.8 !important; margin:1.2em 0 !important;
}
.entry-content .hibi-tip-title{font-weight:700 !important; margin-bottom:6px !important;}

.entry-content .hibi-alert{
  background:#fff0f0 !important; border:1px solid #f0a0a0 !important;
  border-radius:12px !important; padding:14px 16px !important;
  line-height:1.8 !important; margin:1.2em 0 !important;
}
.entry-content .hibi-alert-title{font-weight:700 !important; margin-bottom:6px !important;}

.entry-content .hibi-info{
  background:#f3f7ff !important; border:1px solid #c7d8ff !important;
  border-radius:12px !important; padding:14px 16px !important;
  line-height:1.8 !important; margin:1.2em 0 !important;
}
.entry-content .hibi-info-title{font-weight:700 !important; margin-bottom:6px !important;}
