@charset "utf-8";
@import url(reset.css);
@import url(base.css);

/*===============================================
  デフォルト
===============================================*/

/* margin set */

.mb0 {
	margin-bottom:0 !important;
}

.mb10 {
	margin-bottom:10px !important;
}

.mb20 {
	margin-bottom:20px !important;
}

.mb30 {
	margin-bottom:30px !important;
}

.mb40 {
	margin-bottom:40px !important;
}

.mb50 {
	margin-bottom:50px !important;
}

.mb60 {
	margin-bottom:60px !important;
}

.mb40 {
	margin-bottom:70px !important;
}

.mb80 {
	margin-bottom:80px !important;
}

.mb90 {
	margin-bottom:90px !important;
}

.mb100 {
	margin-bottom:100px !important;
}

.pcv {
	display:block;
}

.spv {
	display:none;
}

br.sp {
	display:none;
}

.pr20{
	padding-right:20px;
	display:block;
}
.mr20{
	margin-right:20px;
	display:block;
}


/*-------------------------------------------------------------------
	wrap
-------------------------------------------------------------------*/

#wrap {
	width:100%;
	background-image:url(../image/back.png);
	background-repeat:repeat;
	margin:0 auto;
}
	
/*-------------------------------------------------------------------
	container
-------------------------------------------------------------------*/

#container {
	width: 1000px;
	margin: 0 auto;
	position:relative;
	padding-top:320px;
}

#container h1{
	position:absolute;
	top:0;
	left:-70px;
	padding-top:60px;
}

#container ul{
	overflow:hidden;
	zoom:1;
	padding-top:70px;
}

#container li{
	float:left;
	margin-bottom:15px;
	width:32%;
	margin-right:2%;
}

#container li img{
	width: 100%
}


#container li:nth-child(3n){
	margin-right:0;
}

#container .tile_last{
	width:64%;
}


#container .invisible{
	width:320px;
	height:212px;
}

#container p{
	font-size:1.5em;
	text-align:left;
	padding-top:10px;
	font-weight:500;
}


.line{
	margin-top:25px;
	padding: 20px 0;
	background:#000;
	text-align:center;
		background: url(../image/back_green.png) no-repeat;
	background-size: cover;
}

.line .line_pc{
	margin:0 auto;
	padding:10px 0 40px 0;
}

.line .line_sp{
	display:none;
}


/*-------------------------------------------------------------------
	footer
-------------------------------------------------------------------*/



#footer {
	display: none;
	margin-top:0px;
	padding: 20px 0;
	background:#000;
	text-align:center;
	background-color:#fff;
}


/*===============================================
  pagetop
===============================================*/


#pagetop {
	position: fixed;
	width: 60px;
	right: 5%;
	bottom: 50px;
}

#pagetop .into {
	width: 60px;
	margin: 0 auto;
	text-align: right;
}



/*===============================================
  画面の横幅が1024px以下に適用
===============================================*/
@media screen and (max-width: 1024px){
	#container{
		width:90%;
	}
	
	#container ul{
		padding-top:32%;
	}
}

/*===============================================
  画面の横幅が768px以下に適用
===============================================*/
@media screen and (max-width: 768px){

	
}


/*===============================================
  画面の横幅が640px以下に適用
===============================================*/
@media screen and (max-width: 640px){
	
	#container{
		width:90%;
	}
	
	#container h1{
		position:static;
		padding:0;
	}
	#container ul{
		padding-top:0%;
	}

	#container li{
		width:100%;
	}
	
	#container .tile_last{
		display: none;
	}
	
	#container p{
		padding:0 0 15px 0;
	}

	#container .invisible{
		display:none;
	}
	
	#container .line_pc{
		display:none;
	}
	#container .line_sp{
		display:block;
		margin:0 auto;
		border:solid 1px #82b133;
		border-radius:15px 15px 15px 15px;
		background-color:#fff;
	}

	#container .line_sp_inner{
		width:90%;
		margin:0 auto;
		text-align:center;
		padding:30px 15px; 
	}
	

.line .line_pc{
	display:none;
	
}

.line .line_sp{
	display:block;
	width: 90%;
	margin: 0 auto;
}

.line .line_sp .txt{
	width: 80%;
	margin: 0 auto;
}

.line .line_sp_inner{
		margin:0 auto;
		border:solid 1px #82b133;
		border-radius:15px 15px 15px 15px;
		background-color:#fff;
		padding: 15px;
}
	
		/* footer */
	#footer{
		display: block;
	}
	
	#footer img{
		max-width:70%;
		width: 30%;
	}
	
	
	

}