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

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/
.fw{
	width: 100%;
}
.main {
	margin-top: 130px;
}
.fw-text1 {
	color: #fff;
	text-shadow: 0px 2px 5px #000;
	font-weight: 800;
	font-size: 28px;
	line-height: 1.4;
}
#header-container {
	position: fixed;
    z-index: 100;
    width: 100%;
    top: 0;
    background: rgba(74, 103, 56, 0.8);
}
#header-container .navi, #navi .navi-in>.menu-header .sub-menu {
	background: rgb(205, 232, 194, 0.4);
}
.box {
	max-width: 600px;
}

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

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

/*480px以下*/
@media screen and (max-width: 480px){
  /*必要ならばここにコードを書く*/
   .fw-text1 {
	color: #fff;
	text-shadow: 0px 2px 5px #000;
	font-weight: 800;
	font-size: 16px;
	line-height: 1.4;
    }
.footer-bottom-logo img {
    height: 40px;
    width: auto;
	}
}
/* H5 */
.entry-content h5{
border:none;
background:none;
padding: 0;
}
/* H5 */
.entry-content h5{
color: #1A4100; /* 文字色 */
font-size: 1.0em; /* 文字サイズ */
padding: 10px;
border-bottom:solid 3px #3EA300;/* 下側に点線・色*/
margin: 0 20px 20px 20px;
}
