/* カスタム CSS をここに入力してください */

h4 {
  font-size: 1.8em;
  width: 75%;
color: #fff !important;/*文字色*/
padding: 0.5em;/*文字周りの余白*/
display: inline-block;/*おまじない*/
line-height: 1.3;/*行高*/
background: #003061;/*背景色*/
vertical-align: middle;/*上下中央*/
border-radius: 25px 0px 0px 25px;/*左側の角を丸く*/
}

h4:before {
content: '●';
color: white;
margin-right: 8px;
}

h5 {
  	font-size: 1.5em;
  	color: #575757;
	padding-bottom: .5em;
  	margin-bottom: 80px;
	border-bottom: 1px solid #ccc;
}

h5:first-letter {
	margin-right: .1em;
	font-size: 1.5em;
}

h6 {
  	color: #fff;
  	font-size: 1.1em;
  	position: relative;
	padding: 1em;
	background-color: #000;
  	margin-top: 45px;
  	margin-bottom: 45px;
}

h6::after {
	position: absolute;
	top: 0;
	right: 0;
	content: '';
	width: 0;
	border-width: 0 16px 16px 0;
	border-style: solid;
	border-color: #fff #fff #ddd #ddd;
	box-shadow: -1px 1px 2px rgba(0, 0, 0, .1);
}
  


p	{
 
  padding-right: 50px;
  
}


img	{
 
  margin: 35px 0px 35px 0px;
  
}

/* 本文中の行間 */
.entry-content p {line-height: 45px;}

/* 別窓リンク */
a[target="_blank"]{
color: #1a97a2;
padding-right:15px;
margin-right: 5px;
background: url(http://funwari-fuwari.sakura.ne.jp/wordpress/wp-content/uploads/2016/07/external-link-orange-light02-Shapes4FREE.png)no-repeat right;
}


/* loading */
#container{display:none;}
#loading{
	position:absolute;
	left:0;
	right:0;
	top:0;
	bottom: 0;
	margin:auto;
	width: 50px;/*任意の値*/
	height: 100px;/*任意の値*/
}