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

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

.soudan img{
  border: 2px solid #F5A623;
}

.annai img{
  border: 2px solid #61AB3F;
}

.marker {background-color: #EBF2D6; }
.marker-under {
background: linear-gradient(transparent 60%, #EBF2D6 60%);
}

/****************
タブ見出しボックス
****************/
.tab-caption-box-label{ 
	padding: 6px 16px; /*タブ内側余白*/
	font-size: 16px; /*タイトル文字の大きさ*/
	font-weight: bold; /*タイトル文字の太さ*/
	border-radius: 4px 4px 0px 0px;  /*タブ角丸*/
}

.tab-caption-box-content {
	position: relative;  /*配置に関するもの（ここを基準に）*/
	top: 1px; /*上から(1px）移動*/
	border: 2px solid; /*ボックス線*/
	padding: 30px 20px; /*ボックス内側余白*/
	border-radius: 4px; /*ボックス角丸*/
	border-top-left-radius: 0px; /*ボックス左上角丸*/
	line-height:35px;
}

/* 見出しのデザインリセット */
/*H2 */
.article h2,h2{
border:none;
background:none;
padding: 0;
}

/* H3 */
.article h3{
border:none;
background:none;
padding: 0;
}

/* h1 */
.article h1{
	font-size: 28px;
	font-weight: bold;
	padding-left: 12px;
	margin-bottom: 20px;
	line-height:50px;
}

.class_nagi .article h2 {
	position: relative;
	line-height: 1.4;
	border-left: 0;
	padding: 25px 15px 25px 60px;
	border-radius: 5px;
	background-color: #A1C337;
	color:#fff;
}

.class_nagi .article h2:before {
  font-family: "Font Awesome 5 Free";
  content: "\f14a";
  font-weight: 900;
  position: absolute;
  left : 0.8em; 
}

.class_nagi .article h3 {
	line-height: 1.4;
	border-left: 10px solid #A1C337;
	padding: 10px 15px 10px 20px;
	background-color: none;
	border-bottom:2px solid #A1C337;
}

/* H4 */
.article h4 {
	color: #a8d08d; /* 明るめの緑 */
	font-weight: bold;
	font-size: 19px!important;
    //font-size: 22px!important;
    padding: 20px 10px 0!important;
	padding-left: 5px;

	font-size: 20px!important;
	font-weight: 600!important;
	color: #2e7d32!important;
	margin-top: 20px!important;
	margin-bottom: 10px!important;

}

.class_nagi .article h4::before {
    content: '\f00c';
    font-family: "Font Awesome 5 Free";
font-size: 18px;
    margin-right: 8px;
	//color:#A1C337;
  color: #2e7d32;
}

/* H5 */
.article h5 {
	font-size: 19px; /* 本文よりやや大きめ */
	font-weight: 600;
	color: #333; /* 濃いグレーで視認性を高める */
	border-bottom: 1px solid #ddd; /* 下線で区切りを明確に */
	padding-bottom: 5px;
	margin-top: 15px;
	margin-bottom: 10px;
	padding-left:37px;
}

/* 導入部分のリスト */
.list-3{
   list-style: none;
   padding:0;
   margin:0;
}
.list-3 li { 
   position: relative;
   margin:0.5em 0 !important;
   padding-left: 25px;
}

.list-3 li:before {
  font-family: FontAwesome; /* Font Awesome 4のフォント */
  content: "\f058"; /* 丸いチェックアイコン */
  color: #990000; /* オレンジ色 */
  position: absolute;
  left: 0;
  font-size: 16px; /* アイコンサイズ */
}


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

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

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


.ihin-aff-btn a{
  display:block;
  max-width:340px;          /* 省きたい場合は削除 */
  margin:16px auto;
  padding:14px 18px;
  text-align:center;
  background:#C18E5B;       /* お好みで */
  color:#fff !important;
  font-weight:600;
  border-radius:4px;
  box-shadow:0 2px 4px rgba(0,0,0,.15);
  transition:opacity .2s;
}
.ihin-aff-btn a:hover{opacity:.85;}

