

.sp {display:none;}



.greeting {
	background-image:url(../img/daihyou.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	height:720px;
	background-color:#000;
}


.greeting div{
	margin:0px auto;
	max-width:1000px;
}
.greeting div section{
	padding-top:150px;
	padding-left:45%;
	padding-right:10px;
	font-size:15px;
	line-height:30px;
}
.greeting h1 {
	font-family:DINCondensed-Regular;
	letter-spacing: 2px;
	font-size:50px;
	line-height:50px;
}
.greeting h1 span{
	font-family:"Meiryo", "メイリオ", sans-serif;
	letter-spacing: 0px;
	font-size:35px;
	font-weight:bold;
	color:#fff;
}

.name {
	font-size:16px;
	text-align:right;
	font-weight:bold;
	border-top:solid 5px #000;
	padding-top:10px;
	margin-top:30px;
}
.graph {
	text-align:center;
	border-bottom:solid 5px #000;
	max-width:1000px;
	margin:100px auto;
}
.title{
	margin:50px auto;
	text-align:center;
	font-family:"Meiryo", "メイリオ", sans-serif;
	letter-spacing: 0px;
	font-size:20px;
	font-weight:bold;
	color:#999;
}
.title h1{
	margin:20px auto;
	font-family:DINCondensed-Regular;
	letter-spacing: 2px;
	font-size:45px;
	color:#000;
}
.title span {
	padding:10px 0px;
	border-bottom:solid 5px #000;
}

@media only screen and (max-width: 768px) {

.greeting {
	background-position:-500px top;
}
.greeting div section{
	padding-top:20px;
}
.graph img{
	width:100%;

}

}


@media only screen and (max-width: 480px) {

.sp {display:block;}
.pc {display:none;}

.greeting {
	background-position:-350px 0px;
	background-size:450%;
	color:#fff;
	height:100%;
}
.greeting div section{
	padding:500px 10px 10px 10px;
	font-size:15px;
	line-height:30px;
}

.title{
	font-size:12px;
}

}


