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

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/

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

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

/*480px以下*/
@media screen and (max-width: 480px){
  /*必要ならばここにコードを書く*/
}
.h1 {
  position: relative;
  padding: .2em;
  background-color: #7dac01;
  color: #FFF;
  margin-bottom: 30px;
  font-size: 20px;
}
.h1 span {
  display: block;
  padding: .75em 1em;
  border: 1px dashed #ccc;
}
#h2 {
	font-size: 18px;
	color: #FFFFFF;
	background-color: #8aba0c;
	line-height: 1em;
	clear: both;
	padding: 10px 15px;
	font-weight: bold;
	margin-bottom: 25px;
}
.title-001 {
  position: relative;
  padding: 1em;
  color: #313131!important;
  background-color: #d9eaae!important;
  border-radius: 0!important;
  margin-bottom: 25px;
}
.title-001::after {
  position: absolute;
  top: 0;
  right: 0;
  content: '';
  width: 0;
  border-width: 0 16px 16px 0;
  border-style: solid;
  border-color: #fff #fff #acc864 #acc864;
  box-shadow: -1px 1px 2px rgba(0, 0, 0, .1);
}


#h3{
	clear: both;
	color: #343434;
	font-size: 16px;
	background-position: 0px 0px;
	margin-top: 25px;
	margin-bottom: 20px;
	padding-top: 7px;
	padding-left: 10px;
	line-height: 1em;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: solid;
	padding-bottom: 5px;
	border-bottom-width: 3px;
	border-left-width: 10px;
	border-top-color: #8ABB0A;
	border-right-color: #8ABB0A;
	border-bottom-color: #8ABB0A;
	border-left-color: #8ABB0A;
}

#h4 {
	margin-right: 20px;
	margin-left: 20px;
	padding-bottom: 12px;
	font-size: 14px;
	line-height: 1em;
	padding-top: 12px;
	padding-left: 10px;
	background-image: url(../images/h4_bg.jpg);
	background-repeat: repeat-x;
	margin-bottom: 20px;
	background-position: bottom;
	padding-right: 10px;

}


#h5 {
	font-size: 14px;
	margin-right: 20px;
	margin-left: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #039800;
	padding-bottom: 5px;
	padding-left: 10px;
	margin-bottom: 10px;
	padding-top: 5px;
	padding-right: 10px;

}

#h2 a{
	color: #FFFFFF;
}

#h3 a,h4 a{
	font-weight:bold;
	line-height: 1em;
	color: #343434;
}

#h2 a:link{
	text-decoration: none;
	color: #FFFFFF;
	line-height: 1em;
	font-weight: bold;
}

#h3 a:link,h4 a:link{
	font-weight:bold;
	text-decoration:none;
	line-height: 1em;
	color: #343434;
}

#h2 a:visited{
	text-decoration:none;
	color: #1862DD;
	line-height: 1em;
}

#h3 a:visited,h4 a:visited{
	font-weight:bold;
	text-decoration:none;
	line-height: 1em;
	color: #343434;
}

#h2 a:hover{
	color: #1862DD;
	text-decoration:underline;
	line-height: 1em;
}

#h3 a:hover,h4 a:hover{
	font-weight:bold;
	text-decoration:underline;
	line-height: 1em;
	color: #343434;
}

#h6{
	clear:both;
	font-size:14px;
	font-weight:normal;
	margin-top: 10px;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-left: 10px;
	background-image: url(../images/h6_bg.jpg);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 10px;
	text-align: right;
}