/*--- heading ---*/
h4{
	font-family:"Yu Mincho", serif;
	font-size:2rem;
	font-weight:bold;
	padding: 15px 0 10px 60px;
	margin-bottom: 15px;
	background: url(../images/title-icon-a.png) no-repeat left center;
	background-size: 50px;
}
.top-desc1-wrap{
	background:#EFEFEF;
	padding:30px 0;
}
#top-desc h2{
	padding:30px 0;
	font-size:2rem;
	line-height:2.6rem;
}
#top-desc1 h3{font-size:2rem}
.top-desc1-wrap h4{margin:1rem 0;}

/*--- top news ---*/
#top-news{
	background-color: #ffffff;
	background-image: radial-gradient(circle, #f3f3f3 2px, transparent 2px);
	background-position: 0 0;
	background-size: 9px 9px;
}
.top-news-wrap{
	padding-top:50px;
	padding-bottom:50px;
}
#top-news ul{
	list-style:none;
	margin:0;
	padding:0 0 50px 0;
}
#top-news li{
	margin: 10px 0;
    padding: 10px 0;
    border-bottom: 1px #000 dotted;
}
#top-news li a{
	color:#000;
}
#top-news li a:hover{
	color:#808080;
}
#top-news li a:visited{
	color:#4D4D4D;
}
#top-news .news_title{
	margin-left:2rem;
}
@media(min-width:992px){
	#top-news .news_title{
		margin-left:3rem;
	}
}
/*--- top-work ---*/
#top-work{
	background:url('../images/top-work-bg.jpg');
	background-size:cover;
	background-position:center;
}
#top-work p{
	padding-bottom: 15px;
}

/*--- top-about ---*/
#top-about h5, #top-about p{
	color:#6F6E6F;
}
#top-about p{
	padding-top: 15px;
}
.about-space{
	padding-top:20px;
	padding-bottom:10px;

}
.button-plus{
	font-weight:bold;
	font-size:1.6em;
	padding:20px;
}
.button-plus. a::before{
	content:"> ";
	font-weight:bold;
	font-size:1rem;
	vertical-align:20%;
}