/******************
PC
******************/

@media (min-width: 583px) {

 h1{
	padding-bottom: 20px;
	padding-top: 0px;
	letter-spacing: 4.5px;
	color: #f68108;
	font-weight: bold;
	text-align: center;
	font-size: 230%;
}

#wrapper{
	padding: 40px 0 0 0;
}

#bg_bottom{
	background: url(../images/top/bgBottom.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-bottom: 100px;
}

.wrapperInn{
	padding: 120px 30px 0 0px;
}

#mv_sec{
	background: url(../images/common/bgTopCommon.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 5530px;
}

#mainSec{
	padding: 200px 0 0px 0;
	line-height: 2.0;
}

#mainSec span{
	font-weight: bold;
	font-size: 130%;
}



}







/*************************
SP レイアウト

*************************/


@media (max-width: 563px) {

 h1{
	padding-bottom: 10%;
	padding-top: 0%;
	letter-spacing: 4.5px;
	line-height: 1.5;
	color: #f68108;
	font-weight: bold;
	text-align: center;
	font-size: 200%;
}

#mainSec span{
	font-weight: bold;
	font-size: 130%;
}

#bg_bottom{
	background: url(../images/top/bgBottom.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-bottom: 10%;
}

.wrapperInn{

}

#mv_sec{
	background: url(../images/common/bgTopCommon.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 300%;
}

#mainSec{
	line-height: 2.0;
	padding: 20% 5%;
}


}

















