@charset "utf-8";

.container {
	background:url(../../news/img/bg.jpg) center top;

}

.container .over {
	position:fixed;
	width:100%;
	height:100%;
	margin:-100px 0 0;
	background:rgba(0,22,85,0.7);
	z-index:1;
    -webkit-transition: 1.9s;
    -moz-transition: 1.9s;
    -o-transition: 1.9s;
    -ms-transition: 1.9s;
    transition: 1.9s;
}

.container .over.passive {
	opacity:0;
}

.container .inner {
	position:relative;
	z-index:2;
}

.container h1 {
	width:300px;
	height:18px;
	margin:40px 0 0;
	padding-left:calc((100% - 980px) / 2);
    text-align: left;
	background:#fff;
	position:relative;
	z-index:2;
}
.container h1 img {
	display:block;
	height:18px;
}

.tx_sp {
	display:none;
}


.set1 {
	width:980px;
	margin:60px auto;
	padding:0 0 40px;
	background:url(../img/bg01.jpg) center center;
}

.set1 .ph {
	float:left;
	display:block;
	width:45%;
	height:auto;
	margin:40px 0 40px 4%;
}
.set1 .box {
	float:right;
	width:43%;
	margin:40px 4% 40px 0;
}
.set1 .box h2 {
	width:100%;
	margin:30px 0;
}
.set1 .box img {
	width:100%;
}
.set1 .prof {
	display:block;
	width:92%;
	max-width:900px;
	margin:0 auto;
}

.set2 {
	position:relative;
	width:980px;
	margin:60px auto;
	padding:0 0 40px;
	background:url(../img/bg02.jpg) center center;
}

.set3 {
	background:url(../img/bg03.jpg) center center;
}

.set2 h3 {
	width:21%;
	margin:0 0 0 4%;
}
.set2 h4 {
	position:absolute;
	top:0;
	right:0;
	width:12%;
	margin:0;
}
.set2 h3 img,
.set2 h4 img {
	width:100%;
}
	
.set2 .itemL,
.set2 .itemR {
	clear:both;
	margin-bottom:40px;
}
.set2 > div:nth-last-of-type(1) {
	margin-bottom:0;
}

.set3 > div:nth-of-type(1) {
	padding-top:40px;
}

.set2 .itemL .ph {
	float:right;
	display:block;
	width:37%;
	margin:40px 4% 0 0;
}
.set2 .itemL .box {
	float:left;
	width:52%;
	margin:40px 0 0 4%;
}
.set2 .itemL .box h2 {
	width:80%;
	margin:0 0 30px;
}
.set2 .itemL .box img {
	width:100%;
}
.set2 .itemL .prof {
	display:block;
	width:92%;
	max-width:900px;
	margin:30px auto 0;
}

.set2 .itemR .ph {
	float:left;
	display:block;
	width:37%;
	margin:40px 0 0 4%;
}
.set2 .itemR .box {
	float:right;
	width:52%;
	margin:40px 4% 0 0;
}
.set2 .itemR .box h2 {
	width:80%;
	margin:0 0 30px;
}
.set2 .itemR .box img {
	width:100%;
}
.set2 .itemR .prof {
	display:block;
	width:92%;
	max-width:900px;
	margin:30px auto 0;
}

.set3 .item {
	width:44%;
	margin-bottom:40px;
}
.set3 .item:nth-of-type(odd) {
	clear:both;
	float:left;
	margin-left:4%;
}
.set3 .item:nth-of-type(even) {
	float:right;
	margin-right:4%;
}

.set3 .item:nth-last-of-type(-n+2) {
	margin-bottom:0;
}

.set3 .item .ph {
	float:left;
	display:block;
	width:38%;
	margin:40px 0 20px;
}
.set3 .item .box {
	float:right;
	width:56%;
	margin:40px 0 20px;
}
.set3 .item .box h2 {
	width:100%;
	margin:0 0 30px;
}
.set3 .item .box img {
	width:100%;
}
.set3 .item .prof {
	clear:both;
	display:block;
	width:100%;
	max-width:424px;
	margin:0 auto 0;
}


@media screen and (max-width: 640px) {

	.container h1 {
		margin:0;
	
	}

}

.fancybox-type-image .fancybox-close {
	top: 10px;
	right: 10px;
	background-color:rgba(0,0,0,0.3);
}



	