@charset "utf-8";
/* CSS Document */
body{
	background: #666; /* Old browsers */
	background: radial-gradient(ellipse at center,  #666666 0%,#d0d1d3 55%,#6c6d71 100%);
	min-height: 100vh;
}
.svg-assets {
    display: none;
}
.w-fit{
	width: 100%;
}
.w-harf{
	max-width: 50%;
}
#site-header{
	display: flex;
	align-items: center;
	justify-content: space-between;
	min-height: 6.375em;
}
#site-header .logo{
	display: flex;
	align-items: center;
}
#site-header .logo .icon{
	height:82px;
	width: 99px;
	padding: .5em 0;
	margin-right: 1em;
}
.contacts p{
	display: flex;
	align-items: center;
	padding: .25em 0;
}
.contacts span,.contacts span svg{
	display:inline-block;
	height:1em;
	width: 1.5em;
	margin-right: .25em;
	fill:#fff;
}
@media screen and (max-width:480px){
	#site-header .logo .icon{
		height:18vw;
		max-width: 22vw;
	}
	#site-header .contacts{
		display: none;
	}
}
#site-header .body h1{
	font-size: 1.5em;
}
#site-header .body small{
	display: block;
	font-size: .75em;
}
#site-footer{
	padding: 1.25em 0;
}
.wrapper{
	width:96vw;
	margin:0 auto;
	position:relative;
}
@media screen and (min-width:985px){
	.wrapper{
		width:960px;
	}
}
@media screen and (min-width:1400px){
	.wrapper{
		width:1200px;
	}
}
@media screen and (min-width:481px){
	.sp{display: none !important;}
	main.wrapper{
		display: flex;
		justify-content: space-between;
	}
	#main{
		width: 83.333333%;
	}
	#site-nav{
		margin-right: 5px;
		background: #b0b1b5; /* Old browsers */
		background: linear-gradient(125deg,  #b0b1b5 0%,#949599 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		width:16.666667%;
	}
	#site-nav ul.menu{
		background-color: #fff;
	}
	#site-nav ul li{
		padding-bottom: 5px;
	}
	#site-nav #btn{
		display:none;
	}
	.pc-w-harf{
		max-width: 50%;
	}
}
@media screen and (max-width:480px){
	.pc{display: none !important;}
	#site-nav{
		margin-left: calc(-1 * 5px - 2vw);
		position: fixed;
		z-index: 2;
	}
	#site-nav ul.menu{
		transform: translateX(-75vw);
		transition: all .3s linear;
		margin-top: -7px;
		width:calc(2vw + 5px);
	}
	#site-nav ul.menu li{
		display: none;
	}
	#site-nav #btn{
		transform: translateY(-7px);
		background: #666; 
		padding: .5em;
		color: #fff;
		border-top-right-radius: .5em;
		border-bottom-right-radius: .5em;
		z-index: +2;
	}
	#site-nav #btn #op{
		display:block;
	}
	#site-nav #btn #cls{
		display: none;
	}
	#site-nav #btn.activ + ul.menu{
		transform: translateX(0);
		width: auto;
	}
	#site-nav #btn.activ + ul.menu li{
		display: block;
	}
	#site-nav #btn.activ #cls{
		display: block;
	}
	#site-nav #btn.activ #op{
		display: none;
	}
	#site-nav #btn span{
		display: block;
	}
	#site-nav #btn svg{
		width:2em;
		height: 2em;
	}
}
a:hover.btn{
	opacity:0.8;
}
.news{
	background:url(../img/photo9.jpg) no-repeat right top;
	background-size: cover;
	padding: .25em .25em 1em;
}
.flex-tbl{
	display: flex;
	text-align: center;
}
.flex-tbl .cell{
	max-width: calc(50% - 2.5px);
}
.flex-tbl.pc-col3{
	text-align: left;
	flex-wrap: wrap;
}
.flex-tbl.pc-col3 a{
	display: block;
	color:#222;
	text-decoration: none;
}
.flex-tbl.pc-col3 p{
	margin-top: .25em;
	font-size: .875em;
	height:5em;
	overflow-y: hidden;
	position: relative;
	padding: .125em;
}
.flex-tbl.pc-col3 .thumb{
	position: relative;
}
.flex-tbl.pc-col3 .img{
	width: 100%;
	height: 0;
	padding-bottom: 95%;
	position: relative;
	overflow: hidden;
}
.flex-tbl.pc-col3 .img.img-short{
	padding-bottom:86.25%;
}
.flex-tbl.pc-col3 .img img{
	position: absolute;
	display:block;
	top:50%;
	left:50%;
	transform: translate(-50%,-50%);
	transform-origin:center center;
}
.flex-tbl.pc-col3 a:hover .img img{
	transform: translate(-50%,-50%) scale(1.25);
}
.flex-tbl .cell:not(:nth-child(even)){
	margin-right: 5px;
}
.to_list{
	display: flex;
	justify-content: flex-end;
}
@media screen and (min-width:481px){
	.flex-tbl.pc-col3 {
		margin-left:5px;
	}
	.flex-tbl.pc-col3 .cell{
		width: calc(33.333333% - 14px);
	}
	.flex-tbl.pc-col3 .cell:not(:nth-child(3n + 1)){
		margin-left: 20px !important;
	}
	.pc-flex-bw{
		display: flex;
		justify-content: space-between;
	}
  .pc-flex-bw .cell{
    max-width:calc(50% - .75em);
  }
}
article.writing:after,article.report:after,.floClr:before{
	content: '';
	display:table;
	clear: both;
}
article.writing p{
	text-indent: 1em;
	margin-bottom: .75em;
}
article.writing p.note,article.writing p.no-ind{
	text-indent:0;
}
article.writing p.note{
	border-top:1px solid #ccc;
	padding-top: .75em;
}
article.writing table.tbl{
	width: 100%;
	margin: .75em 0;
}
article table.tbl td,article table.tbl th{
	border: 1px solid #dfdfdf;
	padding: .25em;
}
article.writing table.tbl thead th:nth-child(even){
	background-color: #cfcfdf;
}
article.writing table.tbl thead th:nth-child(odd){
	background-color: #dfcfcf;
}
article.writing table.tbl tbody th:nth-child(even){
	background-color: #efefdf;
}
article.writing table.tbl tbody th:nth-child(odd){
	background-color: #efefef;
}
article .floR small,article .floL small,.img small{
	display: block;
	text-align: center;
}
article.report table.tbl tbody th{
	vertical-align: middle;
	line-height: 1.25;
	background-color: #efefef;
}
article .floR img,article .floL img,.img img{
	display: block;
	text-align: center;
	margin: 0 auto;
}
@media screen and (min-width:481px){
	article .floR{float: right;margin-left: .5em;}
	article .floL{float: left;margin-right: .5em;}
}
@media screen and (max-width:480px){
	.flex-tbl.pc-col3 .cell{
		width: calc(50% - 5px);
	}
	.flex-tbl.pc-col3 .cell:not(:nth-child(2n)){
		margin-right: 10px !important;
	}
}
.bilbord{
	display: grid;
	line-height: 1;
	margin-right: -5px;
}
.bilbord .box{
	overflow: hidden;
	background-color: #efefef;
	padding-right: 5px;
	padding-bottom: 5px;
	line-height: 1px;
}
.bilbord .box img{
	width: 100%;
	height: auto;
}
@media screen and (min-width: 0\0) and (min-resolution: +72dpi) {
	.bilbord .box{
		float:left;
		width:25%;
		position: relative;
	}
	.bilbord:after{
		content: ' ';
		display:table;
		clear: both;
	}
	#itb4{
		float: right;
	}
	#it6,#it10,#itb5{
		width:50%;
	}
}
@media screen and (max-width:1399px) and (min-width: 0\0) and (min-resolution: +72dpi){
	.bilbord .box{
		height:150.44px;
	}
	.bilbord .box#itb4{
		height:301.25px;
	}
}
@media screen and (min-width:481px){
	.bilbord{
		grid-template-columns: 25% 25% 25% 25%;
	}
	#it6 {
			grid-column: 2 / 4;
	}
	#it10 {
			grid-column: 3 / 5;
	}
	#itb4{
			grid-column: 4 / 5;
			grid-row: 1 / 3;
	}
	#itb5{
			grid-column: 2 / 4;
			grid-row: 2 / 3;
	}
	.bilbord#BOT .box:nth-child(n + 7) {
		padding-bottom: 0;
	}
}
@media screen and (max-width:480px){
	.bilbord{
		grid-template-columns: 33.333333% 33.333333% 33.333333%;
	}
	#it6{
			grid-column: 2 / 4;
	}
	#itb5{
			grid-row: 2 / 3;
			grid-column: 2 / 4;
	}
	.bilbord#BOT .box:nth-child(n + 6) {
		padding-bottom: 0;
	}
}