﻿@charset "utf-8";  
/*------------------------------------------------------------ 
    TOP css
------------------------------------------------------------*/  

#main{
	width:100%;
	padding-top:50px;
	background:url(../img/bg-main.png) no-repeat 50% 50% / cover;
}

#main .inner{
	height:623px;
	position:relative;
}

#main h2{
	width:874px;
	margin:0 auto;
}

#main p{
	width:525px;
	height:105px;
	padding:15px 20px;
	color:#fff;
	font-size:117%;
	line-height:1.6;
	position:absolute;
	bottom:30px;
	left:10px;
	background:url(../img/bg-sentence.png) no-repeat;
}