/*
Theme Name: cocoon-master child
Version: 2.7.7.3
Template: cocoon-master
*/
/******************************************
Cocoonテーマで設定されているものの編集
******************************************/
/* カラー設定 */
:root {
	--secondary-color: 247, 217, 214
	;
}

/************************
* 薄い灰色のストライプ背景
・キャッチコピー(.tagline)
・アイキャッチ画像(.eye-catch img)
・404 NOT FOUND画像(.not-found)
・記事を読む時間の目安(.read-time)
・プロフィールボックスのSNSボタン(.author-box .sns-follow-buttons)
・CTAボックスの画像(.cta-thumb img)
************************/
.tagline, .eye-catch img, .not-found, .read-time, .author-box .sns-follow-buttons, .cta-thumb img {
	position: relative;
	background-image: none;
	color:#fff;
}

/************************
* Google Font クレー
・ロゴのテキスト(.logo-text, .logo-menu-button)
・アピールエリア(.appeal-title)
・詳細ページのタイトル(.entry-title)
・詳細ページの関連記事のタイトル(.elated-entry-card-title)
・一覧ページのリストタイトル(.list-title)
・一覧ページのカードタイトル(.entry-title)
・一覧ページのページネーション(.pagination .page-numbers)
・見出しh2、h3、h4、h5、h6
・ウィジェットのh2(.widget h2)
・ウィジェットタイトル(.widget-title)
・フッタータイトル(.footer-title)
************************/
.logo-text, .logo-menu-button, .appeal-title, .entry-title, .list-title, .entry-card-title, .pagination .page-numbers, .article h2, .article h3, .article h4, .article h5, .article h6, .widget h2, .widget-title, .related-entry-main-heading, .comment-title, .footer-title {
	font-family: "Noto Sans JP", sans-serif !important;
}
/************************
* 見出しのぐしゃぐしゃ線
・本文h2(.article h2)
・詳細ページの関連記事のタイトル(.related-entry-heading)
・詳細ページのコメントタイトル(.comment-titlee)
************************/
.article h2, .related-entry-heading, .comment-title,
.article h2:before, .article h2:after,
.related-entry-heading:before, .comment-title:before,
.related-entry-heading:after, .comment-title:after {
	border: none;
}

/************************
* 目次(.toc)
************************/
.toc {
	width: 80%;
	padding: 1em;
	counter-reset: count;
	position: relative;
	border: none;
	border-radius: 4px;
	opacity: .8;
  /* ジェネレーターからの引用 */
  background-color: #fafafa;
  background-image: radial-gradient(circle, #eeeeee 1.5px, transparent 1.5px);
  background-position: 0 0;
  background-size: 13px 13px;
}

/******************************************
オリジナルの編集
******************************************/
/* MBAカード紹介リンクフォーム */
.container-MBA-referral {
	margin: auto;
	max-width: 600px;
}
.container-MBA-referral .wrap-name .wpcf7-text {
	background: #fff;
	border: solid 2px #ffe16e;
}
.container-MBA-referral .wrap-email .wpcf7-text {
	background: #fff;
	border: solid 2px #ffe16e;
}
.container-MBA-referral .wrap-submit {
	margin: 30px auto 0;
	max-width: 300px;
}
.container-MBA-referral .wrap-submit .wpcf7-submit {
	background: #ffe16e;
  border: solid 2px #ffe16e;
	box-shadow: 2px 2px 0px 0px rgba(133, 100, 4, 1);
}