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

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/
.grecaptcha-badge {
  display: none !important;
}
.textwidget {
	  display: flex;
	  align-items: center;
}
.custom-recaptcha-badge {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 8px;
  background: #fff;
  padding: 8px;
  border-radius: 4px;
  width: 100%;
  line-height: 1.4;
  margin: 0 auto;  /* ← これがポイント、横中央に寄せる */
}

.custom-recaptcha-badge img {
  margin-right: 8px;
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  display: block;
}

.custom-recaptcha-badge span {
  display: inline-block;
  vertical-align: middle;
}


a {
	text-decoration: none;
}
.timeline-box {
  --cocoon-custom-point-color: #f83600;
}
.timeline-item-content {
	border-left: 3px #f9d423 solid;
}
.tagline {
  background-image: linear-gradient(to right, #f83600 0%, #f9d423 100%);
  border-radius: 50px;
}
.sidebar h2,
.sidebar h3 {
  color: #fff;
  background-image: linear-gradient(to right, #f83600 0%, #f9d423 100%);
  border-radius: 10px;
}
.entry-content h2 {
  color: #fff;
  background-image: linear-gradient(to right, #f83600 0%, #f9d423 100%);
  border-radius: 10px;
}
.entry-content h3 {
  color: #888;
  background-color: #fff7cc;
  border-radius: 50px;
  border-left: 7px solid #f9d423;
  border-right: 0;
  border-top: 0;
  border-bottom: 0;
}

/** マーカーの色 **/
.marker { /*黄色マーカー*/
 background-color: #ccc;
}
.marker-red { /*赤色マーカー*/
 background-color: #FFD800;
}
.marker-blue { /*青色マーカー*/
 background-color: #fff;
}
.marker-under { /*黄色アンダーラインマーカー*/
 border-bottom: dotted 3px #ccc;
 background: transparent;
}
.marker-under-red { /*赤色アンダーラインマーカー*/
 border-bottom: dotted 3px #FFD800;
 background: transparent;
}
.marker-under-blue { /*青色アンダーラインマーカー*/
 border-bottom: dotted 3px #fff;
 background: transparent;
}
.author-box {
	border-style: none;
}

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

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

/*480px以下*/
@media screen and (max-width: 480px){
  /*必要ならばここにコードを書く*/
.tagline {
		display:none;
	}
.timeline > li.timeline-item {
	border-left: 0;
	}
.timeline-item::before {
        left: -6px;
        top: 19px;
        width: 16px;
        height: 16px;
    }
}
