/*
カスタム CSS へようこそ!

CSS (カスケーディングスタイルシート)
は、ブラウザに対し Web
ページの表示方法を指定するためのコードです。このコメントを削除し、カスタマイズを始めることができます。

デフォルトでは、ここで指定したカスタムスタイルはテーマのスタイルシートが読み込まれた後に追加されます。つまり、デフォルトの
CSS
ルールを上書きできるということです。テーマのスタイルシートの内容をここにコピーする必要はありません。追加したい内容だけを書き込んでください。
*/
.selector_h3 {
	padding: 2px 14px;
	border-left: 4px solid #18794b;
	margin: 0 0 20px;
	font-size: 115%;
	background: url("https://bousai-story.jp/wp/wp-content/uploads/bg_ttl-h3.png") left top repeat;
}

.selector_h3b {
	display: block;
	padding-top: .2em;
	font-size: .8em;
	color: #007432;
}

.section_h3 {
	border-left: 5px solid #007432;
	padding-left: 35px;
	padding: .15em .18em;
}

.selector_h3d {
	position: relative;
	padding: 5px 0 5px 10px;
	margin: 10px 0 20px;
	background-color: #007432;
	border-radius: 6px;
	box-shadow: 2px 2px 4px rgba(0,0,0,.1) inset;
	color: #ffffff;
}

.selector_h3d::after {
	position: absolute;
	top: 100%;
	left: 30px;
	content: '';
	width: 0;
	height: 0;
	border: 10px solid transparent;
	border-top: 15px solid #007432;
}

.video-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}

.video-container iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.search-input-group {
	display: none;
}

h4.ribbon09 {
	font-size: 20px;
	font-weight: bold;
	background: #666;
	color: #fff;
	padding: 5px;
	margin-right: 30px;
	position: relative;
}

h4.ribbon09:before {
	width: 0;
	height: 0;
	content: " ";
	position: absolute;
	top: 100%;
	left: 0;
	border-style: solid;
	border-width: 0 15px 15px 0;
	border-color: transparent;
	border-right-color: #000;
}