body{
  background:#fff;
}
.sub_top_visual{
  width:640px;
  height:320px;
  background:url('../images/sub_top_visual1.jpg');
  background-size:cover;
  position:relative;
}
.sub_top_visual .pos{
  padding-left:60px;
  position:absolute;
  bottom:30px;
  text-transform: uppercase;
}
.sub_top_visual .pos em{
  color:rgba(255,255,255,0.3);
  text-transform: uppercase;
  margin:0px 10px;
}
.sub_top_visual .pos *{
color: #fff;
    font-style: normal;
    font-size: 24px;
    font-family: 'Opensans';
	font-weight:300;
    letter-spacing: -0.07em;
}
h2.sub_title{
font-size: 62px;
line-height: 74px;
  letter-spacing: -0.03em;
  text-align: center;
  text-transform:uppercase;
  font-weight:400;
  color:#000;
  margin-top:40px;
font-family:'Futura';
  margin-bottom:-10px;
}
.sub_content{
  padding:50px 0px;
}