/*=============================================
                見出し設定
===============================================*/
.entry-content h2{
  font-size: 1.4em;
 	padding: .9em .9em ;
}
.entry-content h3{
	font-size: 1.35em;
}
	.entry-content h4{
	font-size: 1.20em;
}
/*=============================================
                トップページの設定
===============================================*/
.textwidge h2 {
	position: relative;
	border: none;
	font-size: 26px;
	padding: 1em 1.1em;
	margin-top: 2.1em;
	margin-bottom: 1em;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.textwidge h3 {
  border-color: #39A869 !important;
	border-left: 6px solid;
	padding: .7em 0 .7em .8em;
	margin-top: 1em;
	font-size: 24px;
	font-weight: 700; 
}
h4 {
  padding-bottom: .3em;
  border-bottom: dashed 3px #69bd83;
  font-size: 20px;
}
/* グローバルナビの日本語を大きくする */
@media only screen and (min-width: 768px){
.nav > li > a{
 padding-top:5px;
 line-height:1.5;
 font-size:14px;
 font-weight:bold;
}
.nav li a span{
 font-size:10px;
 margin-top:1px;
 position: static;
 font-weight:normal;
}
/* トップページ以外の見出しを設定 */

body:not(.home) h3 {

}
body:not(.home) h4 {

}
}




