@charset "utf-8";
/* CSS Document */

/*--------------メインビジュアル--------------*/
#main_visual{
	width:100%;
	height:auto;
	background-size:100% auto; 
	overflow:hidden;
	clear:both;
	position:relative;
	margin-top:80px;
}

#main_visual img{
	width:100%;
	height:auto;
	vertical-align:middle;
	overflow:hidden;
}

/*----------タイトル--------------*/
.title{
	font-size:138.5%;
	text-align:center;
	color:#fff;
	margin-bottom:30px;
	
}

#back01{
    width:100%;
	background:#112e1c;
	padding:30px 0 60px;
}

.system_back{
	background:url(../img/paper.png) no-repeat;
	background-size:cover;
	width:94%;
	margin:0 auto;
	border-radius:5px;
	padding:10px 0;
}

.system_text{
	color:#535353;
	font-size:108%;
	padding:10px;
}

.system_text strong{
    background: linear-gradient(transparent 60%, #ff0 0%);
}