/* ---------------------------------------------------------------
start COMMON CSS
--------------------------------------------------------------- */

@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
/* noto-sans-jp-300 - japanese */



* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

body {
	width: 100%;
	margin: 0;
	padding: 0;
	color: rgba(4, 7, 6, 0.95);
	font-family: 'Noto Sans JP', Meiryo, "Inter", sans-serif;
	font-size: 15px;
	line-height: 1.85;
	font-weight: 400;
	-webkit-text-size-adjust: 100%;
	overflow-x: hidden;
	overflow-y: auto;
	position: relative;
	z-index: 0;
}

.slider {
	display: none;
}

.slider.slick-initialized {
	display: block;
}


.inter {
	font-family: 'Inter';
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

.clearfix {
	min-height: 1px;
}

* html .clearfix {
	height: 1px;
	/*\*/
	/*/
	height: auto;
	overflow: hidden;
	/**/
}

a {
	outline: none;
	color: #040706;
	text-decoration: none;
}

a:hover {
	/* text-decoration: underline; */
	cursor: pointer;
}

button {
	outline: none;
}

img {
	height: auto;
	border: none;
	margin: 0;
	padding: 0;
	vertical-align: bottom;
	-ms-interpolation-mode: bicubic !important;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	backface-visibility: hidden;
}

p {
	margin: 0 0 15px 0;
	padding: 0;
}

ul {
	list-style: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0px;
}

h1,
h2,
h3,
h4 {
	margin: 0;
	padding: 0;
}

.w100 {
	width: 100%;
}

.aligncenter {
	text-align: center;
}

.alignright {
	text-align: right;
}

.alignjust {
	text-align: justify;
	text-justify: inter-ideograph;
	-ms-text-justify: inter-ideograph;
}

.mb30 {
	margin-bottom: 30px;
}

.fleft {
	float: left;
}

.fright {
	float: right;
}

.note {
	font-size: .7em;
}

.red {
	color: #e60012;
}

.serif {
	font-family: "Noto Serif JP", serif;
	;
}

.under {
	text-decoration: underline;
}

.mb20 {
	margin-bottom: 20px;
}

.mb25 {
	margin-bottom: 25px;
}

.mb30 {
	margin-bottom: 30px;
}

.mb40 {
	margin-bottom: 40px;
}

.fs12 {
	font-size: 12px;
}

.iblock {
	display: inline-block;
}

.indent1 {
	padding-left: 1em;
	text-indent: -1em;
}

.indent1 * {
	text-indent: 0;
}

img.object-fit-img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	font-family: 'object-fit: cover;'
}

.fade-in,
.scroll-in {
	opacity: 0;
	-webkit-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	position: relative;
}

.scroll-in.sc_active {
	opacity: 1;
}

.fade-in.active {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.none {
	display: none;
}

@media print,
screen and (min-width: 701px) {
	.pc_none {
		display: none;
	}
}

@media print,
screen and (max-width: 700px) {
	.sp_none {
		display: none !important;
	}
}

#wrap {
	width: 100%;
	margin: 0;
	padding: 0;
	overflow: hidden;
}

a.btn {
	width: 215px;
	margin: 0;
	padding: 0.8em;
	text-decoration: none;
	border: solid 1px #1d2087;
	border-radius: 3.6em;
	transition: all .4s;
	display: flex;
	align-items: center;
	position: relative;
	z-index: 0;
}

@media print,
screen and (min-width: 851px) {
	a.btn.pc_none {
		display: none;
	}
}

@media print,
screen and (max-width: 850px) {
	a.btn {
		margin: 0 auto;
	}
}

a.btn::after {
	content: "竊�";
	width: 26px;
	height: 26px;
	margin: 0;
	padding: 0;
	text-align: center;
	border-left: solid 1px #1d2087;
}

a.btn span {
	margin: 0;
	padding: 0 0.8em;
	display: inline-block;
}

a.btn:hover {
	color: #fff;
	background-color: #1d2087;
}

a.btn:hover::after {
	border-left-color: #fff;
}

.deco {
	position: relative;
	z-index: 0;
}

@media print,
screen and (min-width: 701px) {
	.sp {
		display: none !important;
	}
}

@media print,
screen and (max-width: 700px) {
	.pc {
		display: none !important;
	}
}

/*--------------- animation--------------- */
.anime-wakeup span {
	display: inline-block;
	position: relative;
	top: 20px;
	opacity: 0;

}

.anime-wakeup span.active {
	top: 0;
	opacity: 1;
	animation-name: anime-wakeup;
	/* animation-duration: 0.75s; */
	transition: 0.75s;
}


@keyframes anime-wakeup {
	0% {
		transform: rotate(15deg);
		top: 50px;
		opacity: 0;
	}

	50% {
		opacity: .75;
	}

	100% {
		transform: rotate(0);
		top: 0px;
		opacity: 1;

	}
}

/*--------------- btn 汎用--------------- */
.btnarea {
	text-align: center;
	position: relative;
	z-index: 10;
}

.arrow-right {
	color: #0090df;
	border-radius: 50%;
	border: solid 1px #0090df;
	background-color: transparent;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 27.349px;
	height: 27.349px;
	margin-left: 16px;
	transform: translate(0, 35%);
	position: relative;
	overflow: hidden;

}

/*beforeはでてくるやつ　afterは右に抜けるやつ*/
.arrow-right::before,
.arrow-right::after {
	content: '→';
	position: absolute;
	top: 1px;
	right: 7px;
	animation-fill-mode: both;
	animation-duration: 0.4s;
	font-size: 12px;
}

.arrow-right::before {
	transform: translateX(-200%);
}

@keyframes move_left_center {
	0% {
		transform: translateX(-180%);
	}

	100% {
		transform: translateX(0);
	}
}


.btn_top:hover .arrow-right::after {
	animation-name: move_center_right;
	animation-delay: 0.2s;
}

@keyframes move_center_right {
	0% {
		transform: translateX(0);
	}

	100% {
		transform: translateX(180%);
	}
}



/* --------------- header --------------- */

header {
	width: 100%;
	margin: 0;
	padding: 0;
	background: rgb(255, 255, 255);
	background: linear-gradient(90deg, rgba(255, 255, 255, 1) 30%, rgba(0, 144, 223, 1) 30%, rgba(69, 183, 235, 1) 100%);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100;
}

header.sub {
	background-color: rgba(255, 255, 255, 0.8);
	background: none;
	box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.4);
}

.header_bg {
	background-color: #fff !important;
}

.col_header {
	width: 92%;
	max-width: 1100px;
	height: 60px;
	margin: 0 auto;
	padding: 0 0% 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
	box-sizing: border-box;
}

@media print,
screen and (max-width: 850px) {
	header {
		background: rgb(255, 255, 255);
	}

	.col_header {
		height: 62px;
		padding: 0 0 0 5%;
		width: 100%;
	}
}

.logo_header {
	width: 30.666%;
	max-width: 234px;
	margin: 0 0 0 0%;
	padding: 0;
	transition: 0.2s;
}

.logo_header a,
.logo_footer a {
	transition: opcity .3s;
}

.logo_header:has(a:hover),
.logo_footer:has(a:hover) {
	opacity: 0.9;
}

@media print,
screen and (max-width: 850px) {
	.logo_header {
		width: 70%;
	}
}

img.header_img {
	width: 100%;
}

.col_navi {
	/* width: 75%; */
	height: 100%;
	margin: 0;
	padding: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	justify-content: center;
}



@media print,
screen and (max-width: 850px) {
	.col_navi {
		width: auto;
		margin-left: auto;
	}
}

ul.navi_header {
	width: 100%;
	max-width: 672px;
	margin: 0;
	padding: 0 10px 0 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: flex-end;
	font-size: 14px;
}

@media print,
screen and (max-width: 850px) {

	.navi_header .sp {
		display: block !important;
	}


	ul.navi_header {
		width: 100%;
		max-width: none;
		height: calc(100vh - 61px);
		padding: 0;
		display: none;
		background-image: url(../img/bg_spnavi.jpg);
		background-size: cover;
		background-repeat: no-repeat;
		position: absolute;
		top: 61px;
		right: 0;
		overflow: auto;
	}

	ul.navi_header.active {
		display: block;
		transition: .3s;
	}
}

ul.navi_header>li {
	margin: 0;
	padding: 0 18px;
	text-align: center;
	line-height: 1.35;
	position: relative;
	z-index: 0;
}

@media print,
screen and (max-width: 970px) {
	ul.navi_header>li {
		padding: 0 10px;
	}
}

@media print,
screen and (max-width: 850px) {
	ul.navi_header>li {
		width: 100%;
		margin: 0;
		/* background-color: rgba(69, 183, 235, 1); */
		position: relative;
		z-index: 0;
		text-align: left;
		position: relative;
	}

	ul.navi_header>li::after {
		content: '';
		position: absolute;
		border-bottom: solid 1px #fff;
		bottom: 0;
		left: 2%;
		width: 100%;
		height: 1px;
	}
}

ul.navi_header>li:last-child {
	padding-right: 0;
	border-right: none;
}

ul.navi_header>li::before {
	content: "";
	width: 1px;
	height: 16px;
	margin: 0;
	padding: 0;
	background-color: #fff;
	position: absolute;
	top: 3px;
	right: 0;
	transform: rotate(20deg);
}

.sub ul.navi_header>li::before {
	background-color: rgba(4, 7, 6, 0.95);
}

ul.navi_header>li:nth-child(7)::before {
	content: none;
}

ul.navi_header li a {
	height: 100%;
	margin: 0;
	padding: 0 2px 0 2px;
	font-weight: 500;
	color: #ffffff;
	text-decoration: none;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	position: relative;
	z-index: 0;
}

ul.navi_header li a.active::before {
	content: '';
	background: #0090df;
	height: 1px;
	width: 100%;
	bottom: -3px;
	position: absolute;
}

.sub ul.navi_header li a {
	color: rgba(4, 7, 6, 0.95);
}

ul.navi_header li a::after {
	content: "";
	width: 0%;
	height: 1px;
	margin: 0;
	padding: 0;
	background: #fff;
	position: absolute;
	left: 50%;
	bottom: -3px;
	transition: all .3s;
}

.sub ul.navi_header li a::after {
	background: #0090df;
}

ul.navi_header li a:hover::after,
ul.navi_header li.active a::after {
	width: 100%;
	left: 0;
}

ul.navi_header li .service_navi {
	display: none;
	position: absolute;
	padding: 0;
	margin: 0 auto;
	font-size: 14px;
	min-width: 132.5px;
	background-color: #0090df;
	z-index: 1;
	top: 200%;
	left: -20px;
}

ul.navi_header li .service_navi li {
	margin: 0 auto;
	padding: 0;
	text-align: left;
	border-bottom: 1px solid #fff;
}

ul.navi_header li .service_navi li:last-child {
	border-bottom: none;
}

ul.navi_header li .service_navi li:hover{
	opacity: 0.8;
}

ul.navi_header li .service_navi li a {
	width: 100%;
	display: block;
	padding: 10px 0 10px 15px;
	position: relative;
	color: #fff;
}

ul.navi_header li .service_navi li a::before {
	content: '→';
	position: absolute;
	width: 2px;
	height: 2px;
	width: 5px;
	height: 1px;
	top: 26%;
	right: 17px;
}

ul.navi_header li .service_navi li a:hover::after {
	content: none;
}

.service_navi::before {
	content: '';
	position: absolute;
	top: -14px;
	left: 50%;
	transform: translateX(-50%);
	border-width: 0 10px 15px 10px;
	border-style: solid;
	border-color: transparent transparent #0090df transparent;
}




@media print,
screen and (max-width: 850px) {

	ul.navi_header li a {
		display: block;
	}

	ul.navi_header>li>a {
		color: #fff;
		padding: 18px 30px 15px 30px;
		display: block;
	}

	.sub ul.navi_header li a {
    color: #fff;
}

	ul.navi_header>li>a:before,
	ul.navi_header>li>a:after {
		content: none;
	}

	ul.navi_header li a.active::before {
    content: none;
}

	ul.navi_header>li::before {
		content: none;
	}

	.navi_sp_flex {
		display: flex;
		flex-wrap: wrap;
		padding: 0 0 2% 6%;
		color: #fff;
	}

	.navi_sp_flex li {
		width: 50%;
		text-align: left;
		line-height: 2.0;
		position: relative;
	}

	.navi_sp_flex li:nth-child(odd) {
		padding: 0 0 0 24.73px;
	}

	.navi_sp_flex li::before {
		content: '';
		position: absolute;
		left: -17px;
		top: 11px;
		border-top: solid 1px;
		border-right: solid 1px;
		transform: rotate(45deg);
		width: 8px;
		height: 8px;
	}

	.navi_sp_flex li:nth-child(odd)::before {
		left: calc(-7px + 12.73px);
		top: 11px;
	}


	ul.navi_header li.news {
		position: relative;
		padding: 0 10px 0 31px;
	}

	ul.navi_header li.news::before {
		content: '';
		position: absolute;
		background-image: url(../img/icon_news.svg);
		width: 16px;
		height: 16px;
		top: 21px;
		left: 39px;
		background-color: transparent;
		transform: rotate(0);
	}

	ul.navi_header li .service_navi {
		display: none!important;
	}

}

ul.navi_header li a .tabmax {
	display: none;
}

@media print,
screen and (max-width: 1030px) and (min-width: 851px) {
	ul.navi_header li a .tabmax {
		display: inline;
	}
}

@media print,
screen and (max-width: 850px) {
	#menubtn {
		width: 61px;
		height: 100%;
		margin: 0;
		padding: 0;
		display: block;
	}

	#menubtn .btn {
		width: 35px;
		height: 100%;
		margin: 0 auto;
		position: relative;
		z-index: 0;
	}

	#menubtn .btn span {
		width: 100%;
		height: 3px;
		margin: auto;
		padding: 0;
		background-color: #0090df;
		display: inline-block;
		transition: all .4s;
		-moz-transition: all .4s;
		-webkit-transition: all .4s;
		position: absolute;
		left: 0;
		right: 0;
	}

	#menubtn span:nth-child(1) {
		top: 16px;
	}

	#menubtn span:nth-child(2) {
		top: 30px;
	}

	#menubtn span:nth-child(3) {
		top: 43px;
	}

	#menubtn.active span:nth-of-type(1) {
		width: 96%;
		-webkit-transform: translateY(20px) rotate(-45deg);
		transform: translateY(20px) rotate(-45deg);
		top: 10px;
	}

	#menubtn.active span:nth-of-type(2) {
		opacity: 0;
	}

	#menubtn.active span:nth-of-type(3) {
		width: 96%;
		-webkit-transform: translateY(-20px) rotate(45deg);
		transform: translateY(-20px) rotate(45deg);
		top: 50px;
	}



}



/* --------------- footer --------------- */

.svg-color {
	color: #fff;
}

.pagetop {
	width: 80px;
	height: 80px;
	margin: 0;
	padding: 0;
	text-indent: -9999px;
	background-color: rgba(9, 64, 132, 0.6);
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	position: fixed;
	right: 15px;
	bottom: 15px;
	z-index: 5;
	cursor: pointer;
	transition: background .3s;
	-moz-transition: background .3s;
	-webkit-transition: background .3s;
	display: none;
}

.pagetop:before {
	content: "";
	width: 20px;
	height: 20px;
	margin: -6px 0 0 -10px;
	padding: 0 0 0 0;
	border-left: solid 1.5px #fff;
	border-top: solid 1.5px #fff;
	transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	position: absolute;
	top: 50%;
	left: 50%;
	transition: all .3s;
	-moz-transition: all .3s;
	-webkit-transition: all .3s;
}

.pagetop:hover {
	background-color: rgba(9, 64, 132, 0.8);
}

#footer {
	margin: 0;
	padding: 0;
	position: relative;
	/* background-color: rgba(69, 183, 235, 1); */
	/* background-image:url(../img/bg_footer.png) ;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center 10%; */
}

#footer::after {
	content: '';
	position: absolute;
	background-image: url(../img/bg_footer.png);
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: center 10%;
	width: 100vw;
	height: 100vw;
	display: inline-block;
	bottom: -60vw;
	z-index: -1;
}

/*footer 背景画像位置調整　STR*/
@media screen and (max-width: 1680px) {
	#footer::after {
		bottom: -42vw;
	}
}

@media screen and (max-width: 700px) {
	#footer::after {
		bottom: -35vw;
	}
}

@media screen and (max-width: 500px) {
	#footer::after {
		bottom: -24vw;
	}
}

@media screen and (max-width: 400px) {
	#footer::after {
		bottom: -11vw;
	}
}

/*
@media screen and (max-width: 1013px) {
	#footer::after {
		height: 167%;
	}
}

@media screen and (max-width: 1013px) {
	#footer::after {
		background-position: center 50%;
	}
} */


/*footer 背景画像位置調整　END*/
.col_footer {
	width: 95%;
	max-width: 1260px;
	margin: 0 auto;
	padding: 47px 0 0;
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
}

@media print,
screen and (max-width: 850px) {
	.col_footer {
		width: 90%;
		display: block;
		padding: 20px 0 0;
	}
}

.left_footer {
	width: 350px;
	margin: 0;
	padding: 15px 0 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	position: relative;
}

.left_footer::after {
	content: '';
	position: absolute;
	width: 1px;
	height: 73%;
	background-color: #fff;
	right: -10%;
}

@media print,
screen and (max-width: 1228px) {

	.left_footer {
		padding: 0;
	}

	.left_footer::after {
		right: -17%;
	}
}

@media print,
screen and (max-width: 850px) {
	.left_footer {
		width: 100%;
		margin: 0;
		display: flex;
		flex-wrap: wrap;
		position: relative;
		z-index: 10;
	}
}



.logo_footer {
	width: 100%;
	max-width: 272px;
	margin: 0 0 40px;
	padding: 0;
	transition: 0.2s;
}

@media print,
screen and (max-width: 850px) {
	.logo_footer img {
		max-width: 320px;
	}
}

@media print,
screen and (max-width: 520px) {
	.logo_footer {
		margin: 0 0 15px;
	}
}

.left_footer dl.txt_office {
	margin: 0 0 10px;
	padding: 0;
	color: #fff;
}




.left_footer dl.txt_office dt {
	margin: 0 0 2px;
	padding: 0 0 0 40px;
	font-size: 12px;
	z-index: 0;
}

.left_footer dl.txt_office dd {
	margin: 0;
	padding: 0 0 0 40px;
	font-size: 12px;
	line-height: 1.53;
}

.left_footer .box_pdf {
	display: flex;
}

.left_footer .box_pdf .eco,
.left_footer .box_pdf .sdgs {
	background-color: #fff;
	border-radius: 5px;
	padding: 0 2% 0px 11%;
	width: 15vw;
	max-width: 96px;
	min-width: 96px;
	text-align: center;
	position: relative;
}

.left_footer .box_pdf a {
	text-decoration: none;
}

.left_footer .box_pdf a:first-child {
	margin-right: 10%;
}

.left_footer .box_pdf .eco {
	color: #007940;
}

.left_footer .box_pdf .sdgs {
	color: #040706;
}

.left_footer .box_pdf .eco::before {
	content: '';
	position: absolute;
	background-image: url(../img/eco.svg);
	background-repeat: no-repeat;
	background-size: contain;
	top: 17%;
	left: 2%;
	width: 35px;
	height: 20px;
}

.left_footer .box_pdf .sdgs::before {
	content: '';
	position: absolute;
	background-image: url(../img/sdgs.svg);
	background-repeat: no-repeat;
	top: 17%;
	left: 7%;
	width: 21px;
	height: 21px;
}

.left_footer .box_pdf .eco::after,
.left_footer .box_pdf .sdgs::after {
	content: '→';
	position: absolute;
	top: 0;
	right: 5%;
}

.left_footer .box_pdf a:hover .eco::after,
.left_footer .box_pdf a:hover .sdgs::after {
	right: 3%;
	transition: 0.2s;
}


@media print,
screen and (max-width: 850px) {
	.logo_footer {
		margin: 0 0 15px;
	}

	.left_footer dl.txt_office dt {
		padding-left: 12px;
		margin: 0;
	}

	.left_footer dl.txt_office dt:after {
		left: 0;
	}

	.left_footer dl.txt_office dd {
		padding-left: 12px;
	}

	.left_footer .btn_top {
		width: 230px;
		margin: 0 auto;
		padding: 0.8em;
		text-decoration: none;
		border: solid 1px #1d2087;
		border-radius: 3.6em;
		background-color: #fff;
		transition: all .4s;
		display: flex;
		align-items: center;
		position: relative;
		z-index: 0;
	}


	a.btn_top:hover::after {
		border-left-color: #fff;
	}

	.left_footer dl.txt_office {
		margin: 0 0 20px;
	}

	.left_footer .box_pdf {
		margin: 0 0 40px 0;
	}

}

.mid_footer {
	width: 20%;
	max-width: 650px;
	margin: 0 0 0 8%;
	padding: 15px 0 0;
	display: flex;
	flex-wrap: nowrap;
	align-items: flex-start;
}
@media screen and (max-width: 1228px) {
	.mid_footer {
		width: 46%;
		max-width: unset;
		padding: 0;
	}
}

@media screen and (max-width: 850px) {
	#footer {
		background-image: url(../img/bg_footer_sp.png);
		background-repeat: no-repeat;
		background-size: 200%;
		background-position: 40% 9%;
	}

	.mid_footer {
		width: 100%;
	}
}

.mid_footer dl {
	width: 50%;
	margin: 0 0 40px;
	padding: 0 10px 0 0;
	box-sizing: border-box;
}

.mid_footer dl:nth-child(2) {
	margin: 0 0 0 10%;
}

@media print,
screen and (max-width: 850px) {
	.mid_footer dl {
		display: none;
	}
}

.mid_footer dl dt {
	margin: 0 0 7px;
	padding: 0;
	color: #fff;
	line-height: 1.5;
}

.mid_footer dl dt a {
	color: #fff;
	font-size: 14px;
	font-weight: 400;
	text-decoration: none;
}

.mid_footer dl dd {
	margin: 0 0 8px 3px;
	padding: 0;
	font-size: 13px;
	line-height: 1.4;
}

.mid_footer dl dd a {
	color: #fff;
	font-size: 12px;
	text-decoration: none;
}

.mid_footer dl a:hover,
.list_footer_nav dl a:hover .iblock {
	text-decoration: underline;
}


.right_footer {
	width: 42%;
	max-width: 650px;
	margin: 0 0 0 5%;
	padding: 15px 0 0;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
}

.right_footer #news {
	position: relative;
}

.right_footer #news::before {
	content: '';
	position: absolute;
	background-image: url(../img/icon_news.svg);
	width: 16px;
	height: 16px;
	top: 4px;
	left: -20px;
}

@media print,
screen and (max-width: 1228px) {
	.right_footer {
		width: calc(100% - 350px);
		max-width: unset;
		padding: 0;
	}



}

@media print,
screen and (max-width: 850px) {
	.right_footer {
		width: 100%;
	}
}

.right_footer dl {
	width: 27%;
	margin: 0 0 40px;
	padding: 0 10px 0 0;
	box-sizing: border-box;
}

.right_footer dl:nth-child(2),
.right_footer dl:nth-child(5) {
	width: 35%;
}

@media print,
screen and (max-width: 850px) {
	.right_footer dl {
		display: none;
	}
}

.right_footer dl dt {
	margin: 0 0 14px;
	padding: 0;
	line-height: 1.5;
}

.right_footer dl dt a {
	color: #ffffff;
	font-size: 14px;
	font-weight: 400;
	text-decoration: none;
}

.right_footer dl dd {
	margin: 0 0 8px 3px;
	padding: 0;
	font-size: 13px;
	line-height: 1.4;
}

.right_footer dl dd a {
	color: #040706;
	text-decoration: none;
}

.right_footer dl a:hover,
.list_footer_nav dl a:hover .iblock {
	text-decoration: underline;
}

.copyright {
	width: 100%;
	margin: 0;
	padding: 0 0 1% 0;
	font-size: 12px;
	text-align: center;
	line-height: 1.4;
	color: #fff;
}

@media print,
screen and (max-width: 1228px) {
	.right_footer dl:nth-child(4) {
		width: 45%;
	}

	.right_footer dl:nth-child(5) {
		width: 50%;
		min-width: 150px;
	}

}




@media print,
screen and (max-width: 850px) {
	.copyright {
		width: 100%;
		text-align: center;
		margin: 0 0 0 0%;
		padding-bottom: 3%;
		position: relative;
		z-index: 10;
	}
}




.footer_deco {
	position: relative;
	z-index: 0;
}

.footer_deco .deco_img {
	width: 74px;
	height: 73px;
	overflow: hidden;
	background-image: url(../img/footer_water.png);
	background-repeat: no-repeat;
	position: absolute;
	bottom: 3vw;
	right: 2%;
	z-index: -1;
}


@media print,
screen and (max-width: 400px) {
	.footer_deco .deco_img {
		right: auto;
		margin-left: 320px;
	}
}