/*********** common **************/
@import url(https://fonts.googleapis.com/css?family=Lato:400,700);
@import url(http://fonts.googleapis.com/earlyaccess/notosansjp.css);
h1, h2, h3, h4, p, img {
	margin: 0;
	padding: 0;
	font-weight: normal;
}
p {
	margin-bottom: 1em;
}
img {
	vertical-align: bottom;
}
a {
	color: #2693df;
}
a:hover {
	color: #2693df;
	text-decoration: none;
}
a:visit {
color: #2693df;
}
.algnC {
	text-align: center;
}
.algnR {
	text-align: right;
}
.clear {
	clear: both;
}
.clearfix:before, .clearfix:after {
	content: "";
	display: table
}
ul li {
	list-style: none;
}
ol li {
	margin-left: 2em;
}
.clearfix:after {
	clear: both
}
.clearfix {
	zoom: 1
}

html {
	text-align: left;
	font-family: "A-OTF 新ゴ Pro", A-OTF Shin Go Pro, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #5F5F5F;
}


@media screen and (min-width: 769px) {
/*********** layout **************/
.sp_only{ display:none;}
body {
	font-family: 'Lucida Grande', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;
	font-size: 14px;
	line-height: 1.6;
	margin: 0;
	padding: 0;
	color: #111111;
}
#wrapper{
display: table;
  width: 100%;
}
#wrapper h1{
	width:20%;
 position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
}
#wrapper h1 img{
	width:100%;
}
}
