.top_h1_rsp{
text-align:center;
color:#363636;
margin-top:2em;
font-size:2em;
}

@media screen and ( max-width:480px )
{
	.top_h1_rsp{
		font-size:2.3rem;
	}
	
}

.top-main-rsp{
	width:60%;
	margin-left:auto;
	margin-right:auto;
	font-weight:bold;
	color:#666666;
}

.top-div-rsp{
	width:60%;
	margin-left:auto;
	margin-right:auto;
	margin-top:3em;
	margin-bottom:3em;
	color:#666666;
	line-height:1.5em;
	font-size:0.9em;
	
}
.top-bgg-rsp{
	background-color:#eeeeee;
	padding:1.5em;
}

@media screen and ( max-width:480px )
{
	
	.top-main-rsp{
		width:95%;
			
	}
	.top-div-rsp{
		width:95%;
		background-color:#fff;
		padding:0;
	}
}

.top-div-rsp li::before {
  position: relative;
  top: -2px;
  left: -18px;
 
  display: inline-block;
 
  width: 10px;
  height:10px;
 
  content: '';
 
  border-radius: 100%;
  background: #666666;
}


.top-img-rsp{
	width:200px;
	box-shadow: 0 5px 15px 0 rgba(63, 191, 127, .5);
	border:0;
}
.top-mt2em-rsp{
	font-size:0.9em;
	margin-top:1.2em;
}