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

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Poppins:wght@300;400;500;600;700;800;900&display=swap');

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

body {
	width: 100%;
	margin: 0;
	padding: 0;
	color: #000;
	font-size: 16px;
	line-height: 1.8;
	font-weight: 400;
	font-family: 'Noto Sans JP', Meiryo, sans-serif;
}

body.font-load {
	opacity: 1;
}

.poppins {
	font-family: "Poppins", sans-serif;
}

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: #196b3d;
	text-decoration: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	cursor: pointer;
}
a:hover {
	text-decoration: none;
	cursor: pointer;
}
a.uline { text-decoration: underline; }
a.uline:hover { text-decoration: none; }

button {
	outline: none;
}

img {
	border: none;
	margin: 0;
	padding: 0;
	vertical-align: top;
	-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;
}

.aligncenter {
	text-align: center;
}

.alignright {
	text-align: right;
}

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

.mt5 { margin-top: 5px; }
.mt10 { margin-top: 10px; }
.mt15 { margin-top: 15px; }
.mt20 { margin-top: 20px; }
.mt25 { margin-top: 25px; }
.mt30 { margin-top: 30px; }
.mt35 { margin-top: 35px; }
.mt40 { margin-top: 40px; }
.mt45 { margin-top: 45px; }
.mt50 { margin-top: 50px; }
.mt55 { margin-top: 55px; }
.mt60 { margin-top: 60px; }
.mt65 { margin-top: 65px; }
.mb5 { margin-bottom: 5px; }
.mb10 { margin-bottom: 10px; }
.mb15 { margin-bottom: 15px; }
.mb20 { margin-bottom: 20px; }
.mb25 { margin-bottom: 25px; }
.mb30 { margin-bottom: 30px; }
.mb35 { margin-bottom: 35px; }
.mb40 { margin-bottom: 40px; }
.mb45 { margin-bottom: 45px; }
.mb50 { margin-bottom: 50px; }
.mb55 { margin-bottom: 55px; }
.mb60 { margin-bottom: 60px; }
.mb65 { margin-bottom: 65px; }

.fleft { float: left; }
.fright { float: right; }

.note { font-size: .7em; }
.red { color: #e60012; }

.under { text-decoration: underline; }

.iblock { display: inline-block; }

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

.w100 { width: 100%; }

.pagetop{
	width: 60px;
    height: 60px;
    margin: 0;
    padding: 0;
    text-indent: -9990px;
    background-image: url(../img/btn_pagetop.png);
    background-repeat: no-repeat;
    display: none;
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 2;
    overflow: hidden;
    opacity: 0.8;
    cursor: pointer;
}

br.pc_none{
	display: none;
}

@media screen and (max-width: 800px) {
	br.pc_none{
		display: block;
	}
}

@media screen and (min-width: 701px) {
	.pc_none { display: none; }
}
@media screen and (max-width: 700px) {
	.sp_none { display: none; }
}

#wrapper {
	padding: 76px 0 0;
	overflow: hidden;
}
@media screen and (max-width: 800px) {
	#wrapper { padding: 50px 0 0; }
}

#breadcramb{
	width: 93%;
    margin: 0 auto;
    padding: 20px 24px;
    font-size: 13px;
}

#breadcramb a{
	margin: 0 10px 0;
	text-decoration: underline;
}

#breadcramb a:hover{
	text-decoration: none;
}


#breadcramb2{
	width: 100%;
    max-width: 1260px;
    margin: 0 auto;
    padding: 20px 70px;
    font-size: 13px;
}

#breadcramb2 a{
	margin: 0 10px 0;
	text-decoration: underline;
}

#breadcramb2 a:hover{
	text-decoration: none;
}


#breadcramb_big{
	width: 94%;
    margin: 0 auto;
    padding: 20px 24px;
    font-size: 13px;
}

#breadcramb_big a{
	margin: 0 10px 0;
	text-decoration: underline;
}

#breadcramb_big a:hover{
	text-decoration: none;
}

#breadcramb_mid{
	width: 93%;
    margin: 0 auto;
    padding: 20px 24px;
    font-size: 13px;
}

#breadcramb_mid a{
	margin: 0 10px 0;
	text-decoration: underline;
}

#breadcramb_mid a:hover{
	text-decoration: none;
}

@media screen and (max-width: 800px) {
	#breadcramb{
		display: none;
	}
	
	#breadcramb2{
		display: none;
	}
	
	#breadcramb_big{
		display: none;
	}
	
	#breadcramb_mid{
		display: none;
	}
	
	br.sp_none{
		display: none;
	}
	
}

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

#header {
	width: 100%;
	margin: 0;
	padding: 0;
	background-color: #fff;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
}
.col_header {
	width: 100%;
	height: 76px;
	margin: 0 auto;
	padding: 0 20px;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
@media screen and (max-width: 800px) {
	.col_header {
		height: 50px;
		padding: 0;
	}
}
.col_header .logo_header {
	width: 250px;
	margin: 0;
	padding: 0;
	font-size: 1em;
	line-height: 1;
}
@media screen and (max-width: 800px) {
	.col_header .logo_header {
		width: 50%;
		max-width: 200px;
	}
}
.col_header .logo_header a {
	margin: 0;
	padding: 5px;
	display: block;
}
@media screen and (min-width: 801px) {
	.col_header .logo_header a { transition: opacity .5s; }
	.col_header .logo_header a:hover { opacity: 0.6; }
}
@media screen and (max-width: 800px) {
	.col_header .logo_header a { padding: 5px 5%; }
}
.col_header .cont_header {
	width: calc( 100% - 260px );
	max-width: 720px;
	height: 100%;
	margin: 0;
	padding: 0;
	display: flex;
	align-items: center;
	position: relative;
	z-index: 0;
}
@media screen and (max-width: 800px) {
	.col_header .cont_header {
		width: 193px;
		justify-content: flex-end;
	}
}
@media screen and (max-width: 400px) {
	.col_header .cont_header { width: 173px; }
}
.col_header .cont_header #navigation {
	width: calc( 100% - 120px );
	height: 100%;
	margin: 0;
	padding: 0;
}
@media screen and (max-width: 800px) {
	.col_header .cont_header #navigation {
		width: 100vw;
		max-height: calc( 100vh - 50px );
		max-width: 340px;
		height: unset;
		padding: 14% 10%;
		background-color: rgba(0,0,0,0.85);
		box-sizing: border-box;
		overflow: auto;
		display: none;
		position: absolute;
		top: 100%;
		right: 0;
	}
	.col_header .cont_header #navigation a { color: #fff; }
}
.col_header .cont_header ul.list_navi {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	display: flex;
}
@media screen and (max-width: 800px) {
	.col_header .cont_header ul.list_navi { display: block; }
}
.col_header .cont_header ul.list_navi li {
	width: 25%;
	margin: 0;
	padding: 0;
	text-align: center;
	box-sizing: border-box;
	position: relative;
	z-index: 0;
}
@media screen and (min-width: 801px) {
	.col_header .cont_header ul.list_navi li::before {
		content: "";
		width: 1px;
		height: 14px;
		background-color: #000;
		position: absolute;
		top: calc( 50% - 7px );
		right: 0;
	}
	.col_header .cont_header ul.list_navi li:last-child::before { content: none; }
}
@media screen and (max-width: 800px) {
	.col_header .cont_header .pc_only { display: none; }
	.col_header .cont_header ul.list_navi li {
		width: 100%;
		margin: 0 0 2em;
		padding: 0 0 2em;
		text-align: left;
		border-bottom: solid 1px #fff;
	}
}
.col_header .cont_header ul.list_navi li > a {
	height: 100%;
	margin: 0 auto;
	padding: 5px;
	color: #000;
	font-size: 16px;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	z-index: 0;
}
@media screen and (min-width: 801px) {
	.col_header .cont_header ul.list_navi li:hover { background-color: #196b3d; }
	.col_header .cont_header ul.list_navi li:hover a { color: #fff; }
	.col_header .cont_header .sp_only { display: none; }
	.col_header .cont_header ul.list_navi li .subnavi {
		width: 200px;
		margin: 0;
		padding: 0;
		background-color: rgba(25,107,61,0.8);
		display: none;
		position: absolute;
		top: 100%;
		left: 0;
	}
	.col_header .cont_header ul.list_navi li:hover .subnavi { display: block; }
	.col_header .cont_header ul.list_navi li .subnavi a {
		width: 100%;
		padding: 0.8em 0.5em 0.8em 1em;
		color: #fff;
		font-size: 12px;
		text-align: left;
		text-indent: -0.5em;
		line-height: 1.3;
		border-bottom: solid 1px #fff;
		display: block;
	}
	.col_header .cont_header ul.list_navi li .subnavi a * { text-indent: 0; }
	.col_header .cont_header ul.list_navi li .subnavi a:hover { background-color: rgba(255,255,255,0.2); }
}

@media screen and (max-width: 850px) {
	.col_header .cont_header ul.list_navi li > a{
		font-size: 15px;
	}
}

@media screen and (max-width: 800px) {
	.col_header .cont_header ul.list_navi li a {
		width: 100%;
		color: #fff;
		font-size: 15px;
		display: block;
	}
	.col_header .cont_header ul.list_navi li a.parent {
		padding: 0 0 0 2em;
		text-align: left;
	}
	.col_header .cont_header ul.list_navi li a.parent::before {
		content: "";
		width: 16px;
		height: 16px;
		margin: 0;
		padding: 0;
		background-color: #196b3d;
		border-radius: 50%;
		position: absolute;
		top: 6px;
		left: 3px;
	}
	.col_header .cont_header ul.list_navi li a.parent::after {
		content: "";
		width: 4px;
		height: 4px;
		margin: 0;
		padding: 0;
		border-top: solid 1px #fff;
		border-right: solid 1px #fff;
		transform: rotate(45deg);
		position: absolute;
		top: 11px;
		left: 7.5px;
	}
	.col_header .cont_header ul.list_navi li .subnavi {
		margin: 0;
		padding: 0.5em 0 0 2em;
	}
	.col_header .cont_header ul.list_navi li .subnavi a {
		margin: 0 0 0.5em;
		padding: 0 0 0 0.5em;
		text-indent: -0.5em;
	}
	.col_header .cont_header .navi_other {
		margin: 0 0 35px;
		padding: 0 0.4em;
		color: #fff;
	}
	.col_header .cont_header .closebtn {
		width: fit-content;
		margin: 0 auto;
		padding:  5px 5px 0;
		color: #fff;
		font-size: 13px;
		text-align: center;
	}
	.col_header .cont_header .closebtn .close {
		width: 16px;
		height: 16px;
		margin: 0 auto 1px;
		display: block;
		position: relative;
		z-index: 0;
	}
	.col_header .cont_header .closebtn .close::before,
	.col_header .cont_header .closebtn .close::after {
		content: "";
		width: 16px;
		height: 1px;
		margin: 0;
		padding: 0;
		background-color: #fff;
		position: absolute;
		top: 50%;
		left: 50%;
	}
	.col_header .cont_header .closebtn .close::before { transform: translate(-50%, -50%) rotate(45deg); }
	.col_header .cont_header .closebtn .close::after { transform: translate(-50%, -50%) rotate(-45deg); }
	
	.col_header .cont_header ul.list_navi li > a{
		font-size: 16px;
	}
}
.col_header .cont_header select.language {
	width: 118px;
	margin: 0 0 0 10px;
	padding: 4px 3px 4px 27px;
	font-size: 16px;
	border: solid 1px #000;
	box-sizing: border-box;
	background-image: url(../img/icon_lang.svg);
	background-repeat: no-repeat;
	background-size: 16px auto;
	background-position: 8px center;
	-webkit-appearance: none; /* Safariの独自UI無効化 */
  -moz-appearance: none;
  appearance: none;
}
@media screen and (max-width: 400px) {
	.col_header .cont_header select.language { width: 98px; }
}
.col_header #menubtn { display: none; }
@media screen and (max-width: 800px) {
	.col_header #menubtn {
		width: 50px;
		height: 50px;
		margin: 0 0 0 10px;
		padding: 0;
		background-color: #000;
		display: block;
		position: relative;
		z-index: 0;
	}
	.col_header #menubtn span {
		width: 20px;
		height: 2px;
		margin: 0;
		padding: 0;
		background-color: #fff;
		display: inline-block;
		position: absolute;
		left: 15px;
	}
	#menubtn span:nth-child(1) { top: 15px; }
	#menubtn span:nth-child(2) { top: 23px; }
	#menubtn span:nth-child(3) { top: 31px; }
	
	#menubtn span:nth-of-type(1) {
		-webkit-animation: menu-bar01 .75s forwards;
		animation: menu-bar01 .75s forwards;
	}

	@-webkit-keyframes menu-bar01 {
		0% {
			-webkit-transform: translateY(8px) rotate(45deg);
		}
		50% {
			-webkit-transform: translateY(8px) rotate(0);
		}
		100% {
			-webkit-transform: translateY(0) rotate(0);
		}
	}

	@keyframes menu-bar01 {
		0% {
			transform: translateY(8px) rotate(45deg);
		}
		50% {
			transform: translateY(8px) rotate(0);
		}
		100% {
			transform: translateY(0) rotate(0);
		}
	}

	#menubtn span:nth-of-type(2) {
		transition: all .25s .25s;
		opacity: 1;
	}

	#menubtn span:nth-of-type(3) {
		-webkit-animation: menu-bar02 .75s forwards;
		animation: menu-bar02 .75s forwards;
	}
	@-webkit-keyframes menu-bar02 {
		0% {
			-webkit-transform: translateY(-8px) rotate(-45deg);
		}
		50% {
			-webkit-transform: translateY(-8px) rotate(0);
		}
		100% {
			-webkit-transform: translateY(0) rotate(0);
		}
	}
	@keyframes menu-bar02 {
		0% {
			transform: translateY(-8px) rotate(-45deg);
		}
		50% {
			transform: translateY(-8px) rotate(0);
		}
		100% {
			transform: translateY(0) rotate(0);
		}
	}
	.active #menubtn span:nth-of-type(1) {
		-webkit-animation: active-menu-bar01 .75s forwards;
		animation: active-menu-bar01 .75s forwards;
	}
	@-webkit-keyframes active-menu-bar01 {
		0% {
			-webkit-transform: translateY(0) rotate(0);
		}
		50% {
			-webkit-transform: translateY(8px) rotate(0);
		}
		100% {
			-webkit-transform: translateY(8px) rotate(45deg);
		}
	}
	@keyframes active-menu-bar01 {
		0% {
			transform: translateY(0) rotate(0);
		}
		50% {
			transform: translateY(8px) rotate(0);
		}
		100% {
			transform: translateY(8px) rotate(45deg);
		}
	}
	.active #menubtn span:nth-of-type(2) {
		opacity: 0;
	}
	.active #menubtn span:nth-of-type(3) {
		-webkit-animation: active-menu-bar03 .75s forwards;
		animation: active-menu-bar03 .75s forwards;
	}
	@-webkit-keyframes active-menu-bar03 {
		0% {
			-webkit-transform: translateY(0) rotate(0);
		}
		50% {
			-webkit-transform: translateY(-8px) rotate(0);
		}
		100% {
			-webkit-transform: translateY(-8px) rotate(-45deg);
		}
	}
	@keyframes active-menu-bar03 {
		0% {
			transform: translateY(0) rotate(0);
		}
		50% {
			transform: translateY(-8px) rotate(0);
		}
		100% {
			transform: translateY(-8px) rotate(-45deg);
		}
	}	
}


/* --------------- inner --------------- */

.bg_pageimg{
	width: 100%;
	margin: 0;
	padding: 0;
	position: relative;
}

.bg_pageimg img{
	width: 100%;
}

.col_sub{
	width: 100%;
    margin: 0;
    padding: 0 0 160px;
}

.box_img_ttl{
	width: 90%;
    margin: 50px auto 0;
}

.box_img_ttl.big{
	max-width: none !important;
}

.box_img_ttl.mid{
	max-width: none !important;
}

h1.img_ttl{
	color: #196b3d;
    font-size: min(8.5vw, 70px);
    font-weight: 400;
    margin: 0 auto 50px 0;
    line-height: 1;
}

h1.img_ttl img{
	width: 100%;
}

h2.cont_inner_ttl{
	margin: 0 0 15px;
	font-size: 24px;
}

h2.cont_inner_ttl.big{
	margin: 0 0 15px;
	font-size: 27px;
}

.cont_inner_txt{
	font-size: 16px;
	line-height: 2.2;
}

.cont_inner_txt.mid{
	font-size: 15px;
}

.cont_inner_txt.fs16{
	font-size: 16px;
}

.cont_inner_txt.big{
	font-size: 18px;
}

@media screen and (max-width: 800px) {
		.col_sub{
		padding: 10% 0 13%;
	}
	.bg_pageimg{
		margin: 0 0 13vw;
	}
	
	.box_img_ttl{
		margin: 0 auto 0;
	}
	
	h1.img_ttl{
		margin: 0 auto 7vw 0;
		line-height: 1;
	}
	
	h2.cont_inner_ttl{
		font-size: 24px;
		line-height: 1.4;
	}
	
	.cont_inner_txt.big{
		font-size: min(5vw , 18px);
	}
	
	h2.cont_inner_ttl.big{
		font-size: min(7vw , 27px);
	}
}

/* --------------- en --------------- */

.cont_inner_txt.en{
	font-size: 15px;
	line-height: 2.2;
}



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

#footer {
	width: 100%;
	margin: 0;
	padding: 0;
	color: #fff;
	background-color: #000;
}
.col_footer {
	width: 96%;
	max-width: 1145px;
	margin: 0 auto;
	padding: 60px 0 42px;
	display: flex;
	flex-wrap: wrap;
}
@media screen and (max-width: 800px) {
	.col_footer {
		width: 92%;
		padding: 40px 0 25px;
		display: block;
	}
}
.col_footer a { color: #fff; }
.col_footer .left_footer {
	width: 37.55%;
	margin: 0;
	padding: 0;
}
@media screen and (max-width: 800px) {
	.col_footer .left_footer { width: 100%; }
}
.col_footer .left_footer a.logo_footer {
	width: 245px;
	margin: 0 0 22px;
	padding: 0;
	display: block;
}
@media screen and (min-width: 801px) {
	.col_footer .left_footer a.logo_footer { transition: all .5s; }
	.col_footer .left_footer a.logo_footer:hover {
		filter: drop-shadow( 0 0 5px rgba(255,255,255,0.8) );
	}
}
@media screen and (max-width: 800px) {
	.col_footer .left_footer a.logo_footer {
		width: 57.916vw;
		max-width: 245px;
		margin: 0 auto 25px;
	}
}
.col_footer .left_footer dl.info_footer {
	margin: 0;
	padding: 0;
	font-size: 14px;
}
@media screen and (max-width: 800px) {
	.col_footer .left_footer dl.info_footer { text-align: center; }
}
.col_footer .left_footer dl.info_footer dt {
	margin: 0 0 3px;
	padding: 0;
	font-size: 17px;
	font-weight: 500;
}
@media screen and (max-width: 800px) {
	.col_footer .left_footer dl.info_footer dt { margin: 0 0 6px; }
}
.col_footer .left_footer dl.info_footer dd {
	margin: 0;
	padding: 0;
	line-height: 1.5;
}
@media screen and (max-width: 800px) {
	.col_footer .left_footer dl.info_footer dd + dd { margin-top: 8px; }
}
.col_footer .list_footer {
	width: 62.45%;
	margin: 0;
	padding: 0;
	display: table;
}
@media screen and (max-width: 800px) {
	.col_footer .list_footer { display: none; }
}
.col_footer .list_footer dl {
	margin: 0;
	padding: 0 5px 0 0;
	display: table-cell;
}
.col_footer .list_footer dl a:hover { text-decoration: underline; display: flex; }
.col_footer .list_footer dl dt {
	margin: 0 0 9px;
	padding: 0;
}
.col_footer .list_footer dl dt a {
	margin: 0;
	padding: 0 0 0 24px;
	display: inline-block;
	position: relative;
	z-index: 0;
}
.col_footer .list_footer dl dt a::before {
	content: "";
	width: 15px;
	height: 15px;
	margin: 0;
	padding: 0;
	background-color: #196b3d;
	border-radius: 50%;
	position: absolute;
	top: 6px;
	left: 0;
}
.col_footer .list_footer dl dt a::after {
	content: "";
	width: 4px;
	height: 4px;
	border-top: solid 1px #fff;
	border-right: solid 1px #fff;
	transform: rotate(45deg);
	position: absolute;
	top: 11px;
	left: 4px;
}

.col_footer .list_footer dl dd {
	margin: 0;
	padding: 0 0 0 24px;
	font-size: 13px;
	line-height: 1.5;
}
.col_footer .list_footer dl dd ul {
	margin: 0;
	padding: 0;
}
.col_footer .list_footer dl dd ul li {
	margin: 0 0 0.8em;
	padding: 0;
}
.col_footer .list_footer dl dd ul li a {
	margin: 0;
	padding: 0 0 0 0.5em;
	text-indent: -0.5em;
	display: inline-block;
}
.col_footer .list_footer dl dd ul li a * { text-indent: 0; }
.col_footer .cont_fotterbtm {
	width: 100%;
	margin: 60px 0 0;
	padding: 0;
	display: flex;
	justify-content: space-between;
}
@media screen and (max-width: 800px) {
	.col_footer .cont_fotterbtm {
		margin: 40px 0 0;
		display: block;
	}
}
.col_footer .cont_fotterbtm .link_other {
	font-size: 11px;
}
@media screen and (max-width: 800px) {
	.col_footer .cont_fotterbtm .link_other { display: none; }
}
.col_footer .cont_fotterbtm .link_other a:hover { text-decoration: underline; }
.col_footer .cont_fotterbtm .copyright { font-size: 12px; }
@media screen and (max-width: 800px) {
	.col_footer .cont_fotterbtm .copyright { text-align: center; }
}

/* --------------- common --------------- */

.bg_gray { background-color: #f2f2f2; }

.bg_pagettl{
	width: 100%;
    height: 310px;
    margin: 0;
    padding: 200px 0 0;
    box-sizing: border-box;
    background-size: cover;
    background-position: center center;
}


.col_pagettl{
	width: 100%;
    height: 100%;
    max-width: 1260px;
    margin: 0 auto;
    padding: 0 4% 0 1.8%;
    color: #fff;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.col_pagettl .pagettl {
	margin: 0;
    padding: 0;
    font-size: min(6.46vw, 40px);
    font-weight: 700;
    line-height: 1.3;
}

h2.txt_ttl{
	margin: 0 0 25px;
	font-size: min(6.46vw, 40px);
	font-weight: 700;
	color: #196B3D;
	line-height: 1.3;
}

@media screen and (max-width: 800px) {
	.bg_pagettl{
		height: calc(100vw * (434 / 800));
		padding: 29% 0 0;
	}
	
	.col_pagettl{
		padding: 0 4% 0 5%;
	}
	
	h2.txt_ttl{
		margin: 0 0 3.1vw;
	}
}





