#page.index{
	height: 100%;
}
#page.index #mv{
	position: relative;
	z-index: 8888;
	height: 100%;
	background: #000;
}
#page.index #mv .layer{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	width: 530px;
	height: 470px;
}
#page.index #mv .layer .symbol{
	width: 130px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
}
#page.index #mv .layer .symbol img{
}
#page.index #mv .layer .title{
	color: #fff;
	font-weight: bold;
	font-size: 95px;
	line-height: 1em;
	margin-bottom: 5px;
	text-align: center;
}
#page.index #mv .layer .sub{
	color: #fff;
	font-weight: bold;
	font-size: 44px;
	line-height: 1em;
	margin-bottom: 15px;
	text-align: center;
}
#page.index #mv .layer .cap{
	color: #fff;
	text-align: center;
	margin-bottom: 30px;
}
#page.index #mv .bg{
	height: 100%;
	opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transition: 0.5s;
}
#page.index #mv .bg.current{
	opacity: 1;
}
#page.index #mv .layer .grad_btn{
	text-align: center;
	margin-top: 90px;
}
#page.index #mv .layer .grad_btn a{
	display: inline-block;
	font-size: 16px;
	color: #fff;
	text-align: center;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ff8000+0,ff8000+41,ea3000+100 */
	background: rgb(255,128,0); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(255,128,0,1) 0%, rgba(255,128,0,1) 41%, rgba(234,48,0,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(255,128,0,1) 0%,rgba(255,128,0,1) 41%,rgba(234,48,0,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(255,128,0,1) 0%,rgba(255,128,0,1) 41%,rgba(234,48,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff8000', endColorstr='#ea3000',GradientType=0 ); /* IE6-9 */
	border-radius: 30px;
	padding: 11px 30px;
}
#page.index #mv .layer .grad_btn a span{
	padding-right: 25px;
	background: url(../img/base/ui38.png) right center no-repeat;
}
.news{
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,282828+81 */
background: rgb(0,0,0); /* Old browsers */
background: -moz-linear-gradient(top, rgba(0,0,0,1) 0%, rgba(40,40,40,1) 81%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(0,0,0,1) 0%,rgba(40,40,40,1) 81%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(0,0,0,1) 0%,rgba(40,40,40,1) 81%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#282828',GradientType=0 ); /* IE6-9 */
padding: 60px 0;
}
.news .news_head{
	background: #fccf00;
    position: relative;
}
.news .news_head h2{
	font-weight: bold;
	font-size: 30px;
	padding: 10px;
}
.news .news_head span{
    padding-right: 10px;
	position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    display: block;
    margin: auto;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center; /* 縦方向中央揃え（Safari用） */
	align-items: center; /* 縦方向中央揃え */
	-webkit-justify-content: center; /* 横方向中央揃え（Safari用） */
	justify-content: center; /* 横方向中央揃え */
}
.news .news_head span a{
	background: url(../img/base/ui39.png) left center no-repeat;
	padding-left: 20px;
}
.news .news_body{
	background: #fff;
	padding: 30px 30px 10px;
}
.news .news_body li{
	margin-bottom: 20px;
}
.news .news_body li span{
	background: #fccf00;
	display: inline-block;
	padding: 2px 5px;
	vertical-align: middle;
}
.news .news_body li a{
	text-decoration: underline;
}
@media(min-width: 1px) and (max-width: 940px){
	#page.index #mv .layer{
		height: 160px;
	}
	#page.index #mv .layer .title br{
		display: none;
	}
	#page.index #mv .layer .title{
		font-size: 35px;
	}
	#page.index #mv .layer .symbol{
		width: 70px;
		margin-bottom: 10px;
	}
	#page.index #mv .layer .cap{
		margin-bottom: 10px;
	}
	.semisolid a{

    	padding: 10px 40px;
	}
}
@media(min-width: 1px) and (max-width: 640px){
	#page.index #mv .layer{
		width: 280px;
		height: 300px;
	}
	#page.index #mv .layer .symbol{
		width: 60px;
	}
	#page.index #mv .layer .title{
		font-size: 50px;
	}
	#page.index #mv .layer .sub{
		font-size: 23px;
	}
	.semisolid a{
		padding: 20px 40px;
	}
	#page.index .semisolid a{
		padding: 10px 10px;
	    min-width: 127px;
	    font-size: 14px;
	    margin: 0 5px 5px;
	}
	#page.index #mv .layer .grad_btn{
		margin-top: 20px;
		display: none;
	}
}