@charset "UTF-8";
div.txt-area{
    background: url(../images/bg-01.png) no-repeat center;
    overflow: hidden;
    height: 390px;
}
p.ttl{
	color: #fff;
	margin-left: 4px;
    font-size: 1.2em;
}
p.txt{
    color: #fff;
    width: 55%;
    margin: 42px auto;
    line-height: 1.8em;
}
p.photo {
	margin:20px;
}
p.photo img{
	margin-bottom:20px;
}
p.photo img:nth-child(odd){
	margin-right:23px;
	float: left;
}
.video{
    width: 680px;
    margin: 0 auto 30px;
}