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

.home h1.entry-title {
	display: none;
}
.n2-section-smartslider {
	margin-top: -80px;
}
.header-container-in {
	background: #0f9;
}
.navi {
	background-color: #36f !important;
}
.navi .item-label {
	color: #fff;
}
.fixed-header {
	background: #36f !important;
}
.fixed-header .header-container-in {
	background: transparent;
}
.main {
	background-color: #fff;
}
.article h2 {
	position: relative;
	padding: 0.5em 0.5em 0.25em 2em;
	font-size: 28px;
	line-height: 1.4;
	color: gold;
	text-shadow: 1px 1px 1px #000;
	border-bottom: double 4px dodgerblue;
}

.article h2:before {
	font-family: "Font Awesome 5 Free";/*忘れずに*/
	content: "\f5b6";/*アイコンのユニコード*/
	font-weight: 900;
	position: absolute;/*絶対位置*/
	font-size: 1em;/*サイズ*/
	left: 0.5em;/*アイコンの位置*/
	color: gold; /*アイコン色*/
	text-shadow: 1px 1px 1px #000;
}
.article h3 {
	position: relative;
	color: green;
	border-top: solid 2px green;
	border-bottom: solid 2px green;
	line-height: 1.4;
	padding: 0.4em 0.5em;
	margin: 2em 0 0.5em;
}

.article h3:after {
	/*タブ*/
	position: absolute;
	font-family: "Font Awesome 5 Free",'Quicksand','Avenir','Arial',sans-serif;
	font-weight: 900;
	content: '\f0a7\ Check!';
	background: green;
	color: #fff;
	left: 0px;
	bottom: 100%;
	border-radius: 5px 5px 0 0;
	padding: 5px 7px 5px;
	margin: 0 0 0 -4px;
	font-size: 0.7em;
	line-height: 1;
	letter-spacing: 0.05em;
}








.wp-block-image figcaption {
	display: block !important;
}

table {
	max-width: 600px;
	margin: 0 auto;
}
table th {
	text-align: left;
	font-weight: normal;
	width: 30%;
}
/* CF7ラジオボタンを縦並びに */
.wpcf7-radio .wpcf7-list-item {
	display: block;
}

.footer {
	background: #0f9 !important;
}

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

/*834px以下*/
@media screen and (max-width: 834px){
	.mobile-menu-buttons {
		background: #36f;
		color: #fff;
	}
	.menu-content {
		background: #000;
		color: #fff;
	}
}

/*480px以下*/
@media screen and (max-width: 480px){
	.article h2 {
		font-size: 24px;
	}
}
