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

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/
#mm_prepare{
	list-style-position: inside;
	list-style-image: url(https://grow.office-honey.com/wp-content/uploads/2025/12/mm_prepare.png);
}
#mm_veg{
	list-style-position: inside;
	list-style-image: url(https://grow.office-honey.com/wp-content/uploads/2025/12/mm_vegetable.png);
}
#mm_memo{
	list-style-position: inside;
	list-style-image: url(https://grow.office-honey.com/wp-content/uploads/2025/12/mm_memo.png);
}
#mm_graph{
	list-style-position: inside;
	list-style-image: url(https://grow.office-honey.com/wp-content/uploads/2025/12/mm_graph.png);
}
#mm_dr{
	list-style-position: inside;
	list-style-image: url(https://grow.office-honey.com/wp-content/uploads/2025/12/㎜_dr.png);
}
.mm_non{
	list-style-type:none;
}

#sm_home{
	list-style-position: inside;
	list-style-image: url(https://grow.office-honey.com/wp-content/uploads/2025/12/home.png);
}
#sm_iq{
	list-style-position: inside;
	list-style-image: url(https://grow.office-honey.com/wp-content/uploads/2025/12/sm_iq.png);
}
#sm_pp{
	list-style-position: inside;
	list-style-image: url(https://grow.office-honey.com/wp-content/uploads/2025/12/sm_pp.png);
}
/*reCAPTCHA v3表示位置の調整*/
.grecaptcha-badge {
bottom: 10px;
right: 10px;
transform: scale(0.85);
opacity: 0.6;
}

/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1023px以下*/
@media screen and (max-width: 1023px){
  /*必要ならばここにコードを書く*/
}

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

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