@charset "utf-8";
/*
Template: jstork
Theme Name: stork_custom
Theme URI:http://open-cage.com/stork/
*/

.gf {
font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
}
#custom_header h2.en.gf {
font-weight: bold;
}
#custom_header {
	background-size: cover;
	background-position: center bottom !important;
	height: 500px;
color:#FFFFFF;
position:relative;
}
#custom_header .wrap{
position: absolute;
bottom:0;
right:0;
width: auto;
padding:40px;
}
#custom_header .wrap .header-text {
	max-width: 780px;
}
.entry-content h2.conclusion {
	background-color: #eeee22;
	color: #333;
}
.fa {
	margin-right: 5px;
}
#logo a {
	line-height: 50px;
}

@media screen and (max-width: 545px) {
	#logo .h1.text{
		font-size:21px;
	}
	#logo a{
		line-height:1.2
	}
	#custom_header .wrap {
		background: rgba(0,0,0,0.3)
	}
}
