.effectbutton {
	display: inline-block;
	width: 90%;
	height: 54px;
	text-align: center;
	text-decoration: none;
	line-height: 54px;
	outline: none;
}
.effectbutton::before,
.effectbutton::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.effectbutton,
.effectbutton::before,
.effectbutton::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.effectbutton {
  background-color: #333;
  border: 2px solid #333;
  color: #fff;
  line-height: 50px;
}
.effectbutton:hover {
  background-color: #fff;
  border-color: #8dc700;
  color: #8dc700;
  border-color: #333;
  color: #333;
}


/*enerugi*/

.mitumoti {
    width: 95%;
    text-align: center;
    font-size: 20px;
    background-color: #8dc700;
    margin: 40px auto 20px;
}

/* 一覧 */
div.commonsheet {
	width: 1080px;
	margin: 0 auto;
	padding: 5px 15px;
	border: 1px solid #aaa;
}
div.commonsheet p.ttl {
	margin: 15px 0;
	font-weight: bold;
}
div.commonsheet p.txt {
	margin: 10px 0;
}
.youtube iframe{
  width: 100%;
}
.normal.topborder.info {
    border-top-color: 
    #f8ea7d;
}
/****　お役立ち情報 *******/
.lists-telopnewsinner.info {
    border-bottom: 100px solid 
    #fff;
}

div.lists-telopnews dd p.u-costmanagement{
	background-color: #d44444;
}
div.lists-telopnews dd p.u-benefit{
	background-color: #f6931e;
}
div.lists-telopnews dd p.u-outsourcing{
	background-color: #25bfcb;
}
div.lists-telopnews dd p.u-businessmatching{
	background-color: #009145;
}
div.lists-telopnews dd p.u-disasterprevention{
	background-color: #989898;
}
div.lists-telopnews dd p.u-other{
	background-color: #86c63d;
}

div#topnews p.comment {
    color: #121212;
    font-size: 22px;
    font-weight: normal;
    position: absolute;
    top: 350px;
    width: 450px;
    letter-spacing: 1px;
}

div#topnews h3 p.empmsg {
    color: #000;
}
div#vision h3 p.empmsg {
    color: #000;
}






@media screen and (max-width: 480px){
div.sp-lists-telopnews dt p.u-costmanagement{
	color: #fff;
	font-size: 12px;
	text-align: center;
	vertical-align: middle;
	background-color: #d44444;
	position: absolute;
	right: 5%;
	width: 120px;
	display: inline-block;
}
div.sp-lists-telopnews dt p.u-benefit{
	color: #fff;
	font-size: 12px;
	text-align: center;
	vertical-align: middle;
	background-color: #f6931e;
	position: absolute;
	right: 5%;
	width: 120px;
	display: inline-block;
}
div.sp-lists-telopnews dt p.u-outsourcing{
	color: #fff;
	font-size: 12px;
	text-align: center;
	vertical-align: middle;
	background-color: #25bfcb;
	position: absolute;
	right: 5%;
	width: 120px;
	display: inline-block;
}
div.sp-lists-telopnews dt p.u-businessmatching{
	color: #fff;
	font-size: 12px;
	text-align: center;
	vertical-align: middle;
	background-color: #009145;
	position: absolute;
	right: 5%;
	width: 120px;
	display: inline-block;
}
div.sp-lists-telopnews dt p.u-disasterprevention{
	color: #fff;
	font-size: 12px;
	text-align: center;
	vertical-align: middle;
	background-color: #989898;
	position: absolute;
	right: 5%;
	width: 120px;
	display: inline-block;
}
div.sp-lists-telopnews dt p.u-other{
	color: #fff;
	font-size: 12px;
	text-align: center;
	vertical-align: middle;
	background-color: #86c63d;
	position: absolute;
	right: 5%;
	width: 120px;
	display: inline-block;
}

div#topnews h3 p.empmsg {
    font-size: 13px;
    color: #000;
}
div#vision h3 p.empmsg {
    font-size: 13px;
    color: #000;
}

}

/*****TOPvision***********/
div#vision div.visionimage img {
    max-width: 400px;
}