@charset "utf-8";

/* -----------------------------------------------
CSS file
FileName:home.css
Author:fancs&co.
UpdatedBy:hirata
----------------------------------------------- */

/* --------------
Layout
-------------- */

/*----------------------------------------------------
	layout[PC（デスクトップ）]
----------------------------------------------------*/

/* section_first_home
----------------------------------------------------*/
#section_first_home h1{
	background:none;
	padding:0 0 3em;
}

/* section_list_nav
----------------------------------------------------*/
#section_list_nav{
	padding-bottom:50px;
}

/* section02
----------------------------------------------------*/
#section02 p{
	border:#707070 solid 2px;
	padding:2em;
	color:#707070;
	font-size:0.8em;
	max-width:900px;
	margin:0 auto;
}

/*----------------------------------------------------
	layout[PC（ノート）]
----------------------------------------------------*/

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

}

}


/*----------------------------------------------------
	layout[タブレット]
----------------------------------------------------*/

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

}

/*----------------------------------------------------
	layout[スマートフォン（標準）]
----------------------------------------------------*/

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

/* section_first_home
----------------------------------------------------*/
#section_first_home h1{
	background:none;
	padding:0 0 0;
}

/* section_list_nav
----------------------------------------------------*/
#section_list_nav{
	padding-bottom:10px;
}
	
}