.review_bg{
    letter-spacing:10px;
	line-height:1.8;
	background:url(../../img/review.jpg) no-repeat center center;
    background-size: cover;
}

.top_catch{
font-size:1.2em;
}
.top_catch, .top_lead{
margin-left:20% !important;
}
.large{
font-weight:bold;
}
@media screen and (max-width: 640px){
.contents_ttl h1 {
}
.review_bg {
    letter-spacing: 5px;
}
.top_message{
margin-left:10% !important;
}
.top_catch, .top_lead{
margin-left:0 !important;
}
.large{
font-size:1.1em;
}
}