@charset "UTF-8" ;




/* slider */
.slider{
	display: none; /* 初期状態で非表示 */
}
.slider.slick-initialized{
	display: block; /* Slick初期化後に表示 */
}
.slider img{
	width:100%;
}
.pcslider{
}
.spslider{
	display:none;
}


/* telop */
#telop {
	width:1080px;
	margin:10px auto;
}
#telop .red{
	padding-right:2em;
}


/* topics */
#topics {
	width:1050px;
	overflow:hidden;
	margin:80px auto;
}
#topics #news{
	width:470px;
	float:left;
}
#topics #news .article{
	width:470px;
	overflow:hidden;
	border-bottom:#e3bfcb solid 1px;
}
#topics #news .article .lbox{
	font-size:12px;
	width:72px;
	float:left;
	line-height:150%;
	padding:15px 0;
}
#topics #news .article .lbox img{
}
#topics #news .article .rbox{
	text-align:left;
	width:380px;
	float:right;
}
#topics #news .article .rbox p{
	font-size:12.5px;
	padding-top:20px;
}
#topics #news .list{
	font-size:12.5px;
	background-color:#d095a9;
	margin-top:65px;
}
#topics #news .list a{
	color:#FFFFFF;
	width:100%; height:28px;
	display:block;
	padding-top:8px;
}
#topics #news .list a:hover{
	background-color:#b35575;
}

#topics #social{
	width:470px;
	float:right;
}
#topics #social .article{
	width:470px;
	overflow:hidden;
	border-bottom:#c1d9ab solid 1px;
}
#topics #social .article .lbox{
	font-size:12px;
	width:72px;
	float:left;
	line-height:150%;
	padding:15px 0;
}
#topics #social .article .lbox img{
}
#topics #social .article .rbox{
	text-align:left;
	width:380px;
	float:right;
}
#topics #social .article .rbox p{
	font-size:12.5px;
	padding-top:20px;
}
#topics #social .list{
	font-size:12.5px;
	background-color:#98bf73;
	margin-top:65px;
}
#topics #social .list a{
	color:#FFFFFF;
	width:100%; height:28px;
	display:block;
	padding-top:8px;
}
#topics #social .list a:hover{
	background-color:#5b991f;
}


/* WorksInfo */
#ttl_worksinfo {
	width:100%;
}
#ttl_worksinfo img {
	width:100%;
}
#sp_ttl_worksinfo {
	display:none;
}



/* Works */
#works {
	text-align:center;
	font-size:18px;
	width:1050px;
	margin:0 auto;
	padding:115px 0 60px;
}
#works ul {
	width:100%;
/*	overflow:hidden;
*/
	margin:auto;
	padding:auto;
}
#works li {
	width:274px;
	padding:auto;
	display: inline-block;
	vertical-align:top;
	position: relative;
}
#works li.center {
	margin:auto 106px;
}
#works li img{
	margin-bottom:20px;
}
#works li b{
	font-size:20px;
}
#works li p{
	text-align:left;
	font-size:12px;
	margin:14px 0 75px;
	position: relative;
}
#works li a:hover img{
}
#works a:hover {
	color:#A93E62;
}
#works a:hover:after {
	content: url('../images/top/on.png');
	position: absolute;
	top: 0;
	left: 0;
	color:#A93E62;
    opacity: 0.6;
}







.bg_green{
	background-color:#013300;
}
.bg_blue{
	background-color:#003466;
}
.bg_red{
	background-color:#9b0302;
}
.bg_sky{
	background-color:#237ec7;
}
.bg_soil{
	background-color:#cc6601;
}
.bg_brown{
	background-color:#663200;
}















/* iPadに適用するCSS */
@media screen and (max-width:780px)
{


}





/* スマホだけに適用するCSS */
@media screen and (max-width:639px)
{

	h2{
		padding-top:30px;
	}

	/* slider */
	.pcslider{
		display:none;
	}
	.spslider{
		display:inherit;
	}

	/* telop */
	#telop {
		display:none;
	}
	/* topics */
	#topics {
		width:90%;
		overflow:inherit;
		margin:80px auto;
	}
	#topics #news{
		width:100%;
		float:inherit;
	}
	#topics #news .article{
		width:100%;
		overflow:hidden;
		border-bottom:#e3bfcb solid 1px;
	}
	#topics #news .article .lbox{
		font-size:12px;
		width:72px;
		float:left;
		line-height:150%;
		padding:15px 0;
	}
	#topics #news .article .rbox{
		text-align:left;
		width:inherit;
		float:inherit;
	}
	#topics #news .article .rbox p{
		font-size:12px;
		padding-top:15px;
		padding-right:10px;
		position:relative;
		left:10px;
	}
	#topics #news .list{
		font-size:14px;
		background-color:#d095a9;
		margin-top:65px;
		margin-bottom:65px;
	}
	#topics #news .list a{
		color:#FFFFFF;
		width:100%; height:28px;
		display:block;
		padding-top:8px;
	}
	#topics #news .list a:hover{
		background-color:#b35575;
	}
	
	#topics #social{
		width:100%;
		float:inherit;
	}
	#topics #social .article{
		width:100%;
		overflow:hidden;
		border-bottom:#c1d9ab solid 1px;
	}
	#topics #social .article .lbox{
		font-size:12px;
		width:72px;
		float:left;
		line-height:150%;
		padding:15px 0;
	}
	#topics #social .article .rbox{
		text-align:left;
		width:inherit;
		float:inherit;
	}
	#topics #social .article .rbox p{
		font-size:12px;
		padding-top:15px;
		padding-right:10px;
		position:relative;
		left:10px;
	}
	#topics #social .list{
		font-size:14px;
		background-color:#98bf73;
		margin-top:65px;
	}
	#topics #social .list a{
		color:#FFFFFF;
		width:100%; height:28px;
		display:block;
		padding-top:8px;
	}
	#topics #social .list a:hover{
		background-color:#5b991f;
	}

	/* WorksInfo */
	#ttl_worksinfo {
		display:none;
	}
	#sp_ttl_worksinfo {
		width:90%;
		display:inherit;
		margin:auto;
	}


	/* Works */
	#works {
		text-align:center;
		font-size:18px;
		width:100%;
		margin:0 auto;
		padding:25px 0 60px;
	}
	#works ul {
		width:100%;
	/*	overflow:hidden;
	*/
		margin:auto;
		padding:auto;
	}
	#works li {
		width:90%;
		padding:auto;
		display: inline-block;
		vertical-align:top;
	}
	#works li.center {
		margin:auto auto;
	}
	#works li img{
		width:100%;
		margin-bottom:20px;
	}
	#works li b{
		font-size:20px;
	}
	#works li p{
		text-align:left;
		font-size:12px;
		margin:14px 0 75px;
	}
	#works a:hover {
	}
	#works a:hover:after {
		content:none;
	}

	/* その他 */
	.mr-r20{
		margin-right:0;
	}



}


