<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* ****************************************************
history of bug fix(refactoring)
- 2018-06-14
  - 970  : can not click on crumbs: modified height
  - ***  : vendor prefix mistake(Non-existent vendor prefix)
  - ***  : duplicate property
  - 1148 : '{' expacted
  - below: Although it does not exist vendor prefix, I do not know well so I have not fixed it
  - ?? -js-display
  - ?? -moz-flex-wrap
  - ?? -ms-justify-content
  ** There are other duplicate properties, but we have not modified it because the intention of the author is unknown
- 2018-07-13
  - Refactoring an anchor tag
- 2018-07-26
  - Refactoring
  - Add Style
***************************************************** */
body {
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
	font-size: 100%;
	color: #434343;
	line-height: 160%;
	background-repeat: repeat-x;
	letter-spacing: 0;
}
@media screen and (max-width: 767px) {
	body {
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 400;
		font-size: 100%;
		color: #434343;
		line-height: 160%;
		background-repeat: repeat-x;
		letter-spacing: 0;
	}
}

.noto100 {font-weight:100;}
.noto300 {font-weight:300;}
.noto400 {font-weight:400;}
.noto500 {font-weight:500;}
.noto700 {font-weight:700;}
.noto900 {font-weight:900;}

* html body {
font-size:small;
}

*:first-child+html body {
font-size:small;
}

img {
	vertical-align: bottom;
	display: block;
	border: none;
	-ms-interpolation-mode: bicubic;
}


@media all and (-ms-high-contrast:none){
	*::-ms-backdrop, * {
		flex-shrink: 0;
	}
}

* {
	font-size: 1.8vw;
}

/*
a {
	color: #000;
	text-decoration: none;
	cursor: pointer;
}
a:hover {
	text-decoration: underline;
}
a:visited {
	color: #000;
}*/

/* 2018-07-13 Refactoring an anchor tag */
a {
        cursor:pointer;
}
a, a:link, a:active, a:visited {
        text-decoration:none;
}
a:link, a:active, a:visited, a:hover {
        color:#00a0e9;
}
a:hover {
        text-decoration:underline;
        color:#00a0e9;
}


a.color_FFF:link:hover {
	color: #666;
	text-decoration: underline;
}

 a.colortextlink {
	color: rgba(0,104,53,1);
}

.navipanel {
	z-index: 10000000;
}

.close-navipanel {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	-js-display: flex;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	-ms-align-items: center;
	align-items: center;
	margin-top: 4vh;
	margin-bottom: 5%;
}
.close-navipanel .panelclose {
	width: 4%;
}
.close-navipanel .panelclose img {
	width: 100%;
	margin: 0;
}

@media screen and (max-width: 767px) {
	.close-navipanel .panelclose {
	}
	.close-navipanel .panelclose {
		width: 10%;
	}
}

.gotop {
	display: block;
	margin: 0 auto;
	width: 10em;
	z-index: 9999;
	text-align: center;
	text-decoration: none!important;
}
.gotop:hover {
	text-decoration: none!important;
	color: rgba(0,104,53,1);
}

.gotop img {
	width: 50px;
	height: 50px;
	margin-bottom: 0.5em;
}
.gotop span {
	display: block;
	font-size: 90%;
	font-weight: 400;
	color: #999;
}
.gotop:hover span {
	display: block;
	font-size: 90%;
	font-weight: 400;
	color: rgba(0,104,53,1);
}


.btnbox {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	/*-o-box-sizing: border-box;*/  /* 2018-06-14 for bug fix: vendor prefix mistake(Non-existent vendor prefix) */
	/*-ms-box-sizing: border-box;*/ /* 2018-06-14 for bug fix: vendor prefix mistake(Non-existent vendor prefix) */
	box-sizing: border-box;
	width: 100%;
	margin-top: 3%;
	overflow: hidden;
}
.btnbox a {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	/*-o-box-sizing: border-box;*/  /* 2018-06-14 for bug fix: vendor prefix mistake(Non-existent vendor prefix) */
	/*-ms-box-sizing: border-box;*/ /* 2018-06-14 for bug fix: vendor prefix mistake(Non-existent vendor prefix) */
	box-sizing: border-box;
	display: block;
	max-width: 25%;
	min-width: 20%;
	padding-top: 0.5%;
	padding-bottom: 0.5%;
	padding-left: 2%;
	padding-right: 2%;
	background-color: rgba(226,28,90,1);
	font-size: 80%;
	font-weight: 300;
	color: #FFF;
	text-align: center;
	behavior: url('PIE.htc');
	-webkit-border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
	text-decoration: none!important;
}
.btncenter {
	margin: 0 auto;
}

.longbtn {
	max-width: 50%!important;
}
.verylongbtn {
	max-width: 90%!important;
}
.imgbtn {
	width: 100%!important;
	background: none!important;
}
.imgbtn a {
	behavior: url('PIE.htc');
	-webkit-border-radius: 0px 0px 0px 0px;
	-moz-border-radius: 0px 0px 0px 0px;
	border-radius: 0px 0px 0px 0px;
	background: none!important;
	padding: 0!important;
}
.imgbtn a img {
	width: 100%!important;
}

.btnbox .btncenter {
	margin: 0 auto;
}
.btnbox .btnright {
	margin-right: 0;
	margin-left: auto;
}
.btnright {
	float: right;
}

@media all and (-ms-high-contrast:none){
	*::-ms-backdrop, .btnbox a {
		max-width: 40%;
		min-width: 24%;
	}
	.longbtn {
		max-width: 50%!important;
	}
}
.btnbox a:hover {
	background-color: rgba(102,102,102,1);
	text-decoration: none;
}

@media screen and (max-width: 767px) {
	.btnbox {
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		/*-o-box-sizing: border-box;*/  /* 2018-06-14 for bug fix: vendor prefix mistake(Non-existent vendor prefix) */
		/*-ms-box-sizing: border-box;*/ /* 2018-06-14 for bug fix: vendor prefix mistake(Non-existent vendor prefix) */
		box-sizing: border-box;
		width: 100%;
		margin-top: 3%;
		overflow: hidden;
	}
	.btnbox a {
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		/*-o-box-sizing: border-box;*/  /* 2018-06-14 for bug fix: vendor prefix mistake(Non-existent vendor prefix) */
		/*-ms-box-sizing: border-box;*/ /* 2018-06-14 for bug fix: vendor prefix mistake(Non-existent vendor prefix) */
		box-sizing: border-box;
		display: block;
		max-width: 60%;
		min-width: 30%;
		padding-top: 0.5%;
		padding-bottom: 0.5%;
		padding-left: 2%;
		padding-right: 2%;
		background-color: rgba(226,28,90,1);
		font-size: 80%;
		font-weight: 300;
		color: #FFF;
		text-align: center;
		behavior: url('PIE.htc');
		-webkit-border-radius: 5px 5px 5px 5px;
		-moz-border-radius: 5px 5px 5px 5px;
		border-radius: 5px 5px 5px 5px;
		text-decoration: none!important;
	}
	.btncenter {
		margin: 0 auto;
	}

	.longbtn {
		max-width: 50%!important;
	}
	.verylongbtn {
		max-width: 90%!important;
	}
	.imgbtn {
		width: 100%!important;
		background: none!important;
	}
	.imgbtn a {
		behavior: url('PIE.htc');
		-webkit-border-radius: 0px 0px 0px 0px;
		-moz-border-radius: 0px 0px 0px 0px;
		border-radius: 0px 0px 0px 0px;
		background: none!important;
		padding: 0!important;
	}
	.imgbtn a img {
		width: 100%!important;
	}

	.btnbox .btncenter {
		margin: 0 auto;
	}
	.btnbox .btnright {
		margin-right: 0;
		margin-left: auto;
	}
	.btnright {
		float: right;
	}
	.btnbox a:hover {
		background-color: rgba(102,102,102,1);
		text-decoration: none;
	}

}

header {
	width: 100%;
	height: 10vh;
	margin: 0 auto;
	position: relative;
}

header .container {
	width: 100%;
	margin: 0 auto;
	padding: 0;
	position: relative;
}
header .container .bgred {
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	z-index: -10;
}
header .container .bgred img {
	width: 100%;
}
header .container .head {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	/*-o-box-sizing: border-box;*/  /* 2018-06-14 for bug fix: vendor prefix mistake(Non-existent vendor prefix) */
	/*-ms-box-sizing: border-box;*/ /* 2018-06-14 for bug fix: vendor prefix mistake(Non-existent vendor prefix) */
	box-sizing: border-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	-js-display: flex;
	display: flex;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: flex-start;
	-ms-justify-content: flex-start;
	justify-content: flex-start;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	width: 90%;
	margin: 0 auto;
	position: relative;
}
header .container .head .logo {
	display: block;
	flex-basis: 15%;
	height: 10vh;
	margin-right: auto;
	/*border-bottom: 4px solid #e21c5a;*/
	padding-bottom: 1.5%;
}
header .container .head .logo a {
	display: block;
	width: 100%;
	margin-top: 3.5vh;
}
header .container .head .logo a img {
	width: 100%;
}
header .container .head h1 {
	width: 60%;
	font-family: 'Lato', sans-serif;
	font-size: 82%;
	font-weight: 300;
	line-height: 140%;
	color: #e21c5a;
	margin-top: 2%;
	margin-left: 3%;
}
header .container .head .navicabinet {
	width: 85%;
	height: 10vh;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	/*-o-box-sizing: border-box;*/  /* 2018-06-14 for bug fix: vendor prefix mistake(Non-existent vendor prefix) */
	/*-ms-box-sizing: border-box;*/ /* 2018-06-14 for bug fix: vendor prefix mistake(Non-existent vendor prefix) */
	box-sizing: border-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	-js-display: flex;
	display: flex;
	-webkit-justify-content: flex-end;
	-ms-justify-content: flex-end;
	justify-content: flex-end;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}
header .container .head .navicabinet ul.mainnavi {
	width: 90%;
	margin-right: 0;
	margin-left: auto;
	height: 100%;
	list-style: none;
	overflow: hidden;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	/*-o-box-sizing: border-box;*/  /* 2018-06-14 for bug fix: vendor prefix mistake(Non-existent vendor prefix) */
	/*-ms-box-sizing: border-box;*/ /* 2018-06-14 for bug fix: vendor prefix mistake(Non-existent vendor prefix) */
	box-sizing: border-box;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	-js-display: flex;
	display: flex;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	overflow: hidden;
	line-height: 100%;
}
header .container .head .navicabinet ul.mainnavi li {
	text-align: center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	/*-o-box-sizing: border-box;*/  /* 2018-06-14 for bug fix: vendor prefix mistake(Non-existent vendor prefix) */
	/*-ms-box-sizing: border-box;*/ /* 2018-06-14 for bug fix: vendor prefix mistake(Non-existent vendor prefix) */
	box-sizing: border-box;
	font-weight: 300;
	font-size: 90%;
	line-height: 100%;
	height: 2em;
	width: 20%;
}
header .container .head .navicabinet ul.mainnavi li.mobile {
	display: none;
}
header .container .head .navicabinet ul.mainnavi li:last-child {
}
header .container .head .navicabinet ul.mainnavi li a {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	/*-o-box-sizing: border-box;*/  /* 2018-06-14 for bug fix: vendor prefix mistake(Non-existent vendor prefix) */
	/*-ms-box-sizing: border-box;*/ /* 2018-06-14 for bug fix: vendor prefix mistake(Non-existent vendor prefix) */
	box-sizing: border-box;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	-js-display: flex;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	padding-left: 0.2em;
	padding-right: 0.2em;
	height: 2em;
	color: rgba(226,28,90,1);
	width: 100%;
}
header .container .head .navicabinet ul.mainnavi li a:hover {
	text-decoration: none;
	color: #ffffff;
	background-color: rgba(226,28,90,1);
}

.colordarkred {
	color: #ffffff!important;
	background-color: rgba(226,28,90,1)!important;
}
.colordarkred:hover {
	background-color: rgba(226,28,90,1)!important;
}

header .container .head .navicabinet ul.mainnavi li ul {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	/*-o-box-sizing: border-box;*/  /* 2018-06-14 for bug fix: vendor prefix mistake(Non-existent vendor prefix) */
	/*-ms-box-sizing: border-box;*/ /* 2018-06-14 for bug fix: vendor prefix mistake(Non-existent vendor prefix) */
	box-sizing: border-box;
	display: block!important;
	position: absolute;
	z-index: 10000000000000000;
	visibility: hidden;
	height: 0;
}
header .container .head .navicabinet ul.mainnavi li ul li {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	/*-o-box-sizing: border-box;*/  /* 2018-06-14 for bug fix: vendor prefix mistake(Non-existent vendor prefix) */
	/*-ms-box-sizing: border-box;*/ /* 2018-06-14 for bug fix: vendor prefix mistake(Non-existent vendor prefix) */
	box-sizing: border-box;
	float: none!important;
	visibility: hidden;
	background:#333;
	width: 14em!important;
	height: 0;
	font-size: 90%;
}
header .container .head .navicabinet ul.mainnavi li ul li:last-child {
	border-right: 1px solid #000000;
}
header .container .head .navicabinet ul.mainnavi li ul li a {
	float: left;
	color: #FFF;
	text-align: left!important;
	padding-left: 0em;
	padding-right: 0em;
}
header .container .head .navicabinet ul.mainnavi li ul li:hover, header .container ul.mainnavi li ul li a:hover {
	background:#333;
	color: #ffffff;
}
header .container .head .navicabinet ul.mainnavi li:hover ul li, header .container ul.mainnavi li a:hover ul li{
	visibility: visible;
	height: 30px;
	z-index: 10;
}

.slicknav_menu {
	display: none;
}
header .container .head .navicabinet ul.mainnavi li.mobile {
	display: none;
}

header .container .head .navicabinet .navi {
	display: none;
}
header .container .head .navicabinet .navi a {
	display: block;
	width: 100%;
}
header .container .head .navicabinet .navi a img {
	width: 100%;
}

@media all and (-ms-high-contrast:none){
	header {
		width: 100%;
		height: 10vh;
		margin: 0 auto;
		position: relative;
		z-index: 1000000000000;
	}

	header .container {
		width: 100%;
		margin: 0 auto;
		padding: 0;
		position: relative;
	}
	header .container .bgred {
		display: block;
		position: absolute;
		right: 0;
		top: 0;
		z-index: -10;
	}
	header .container .bgred img {
		width: 100%;
	}
	header .container .head {
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		/*-o-box-sizing: border-box;*/  /* 2018-06-14 for bug fix: vendor prefix mistake(Non-existent vendor prefix) */
		/*-ms-box-sizing: border-box;*/ /* 2018-06-14 for bug fix: vendor prefix mistake(Non-existent vendor prefix) */
		box-sizing: border-box;
		display: block;
		overflow: hidden;
		width: 90%;
		margin: 0 auto;
		position: relative;
	}
	header .container .head .logo {
		display: block;
		float: left;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		/*-o-box-sizing: border-box;*/  /* 2018-06-14 for bug fix: vendor prefix mistake(Non-existent vendor prefix) */
		/*-ms-box-sizing: border-box;*/ /* 2018-06-14 for bug fix: vendor prefix mistake(Non-existent vendor prefix) */
		box-sizing: border-box;
		flex-basis: 15%;
		width: 15%;
		height: 10vh;
		margin-right: auto;
		border-bottom: 4px solid #e21c5a;
		padding-bottom: 1.5%;
	}
	header .container .head .logo a {
		display: block;
		width: 100%;
		margin-top: 3.5vh;
	}
	header .container .head .logo a img {
		width: 100%;
	}
	header .container .head .navicabinet {
		width: 80%;
		height: 10vh;
		position: absolute;
		left: 5%;
		right: 0%;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		/*-o-box-sizing: border-box;*/  /* 2018-06-14 for bug fix: vendor prefix mistake(Non-existent vendor prefix) */
		/*-ms-box-sizing: border-box;*/ /* 2018-06-14 for bug fix: vendor prefix mistake(Non-existent vendor prefix) */
		box-sizing: border-box;
		display: block;
		overflow: hidden;
		position: relative;
	}
	header .container .head .navicabinet ul.mainnavi {
		width: 100%;
		margin: 0;
		height: 10vh;
		list-style: none;
		overflow: hidden;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		/*-o-box-sizing: border-box;*/  /* 2018-06-14 for bug fix: vendor prefix mistake(Non-existent vendor prefix) */
		/*-ms-box-sizing: border-box;*/ /* 2018-06-14 for bug fix: vendor prefix mistake(Non-existent vendor prefix) */
		box-sizing: border-box;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		-js-display: flex;
		display: flex;
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-justify-content: center;
		-ms-justify-content: center;
		justify-content: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
		line-height: 100%;
	}
	header .container .head .navicabinet ul.mainnavi li {
		text-align: center;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		/*-o-box-sizing: border-box;*/  /* 2018-06-14 for bug fix: vendor prefix mistake(Non-existent vendor prefix) */
		/*-ms-box-sizing: border-box;*/ /* 2018-06-14 for bug fix: vendor prefix mistake(Non-existent vendor prefix) */
		box-sizing: border-box;
		font-weight: 300;
		font-size: 90%;
		line-height: 100%;
		height: 3em;
		width: calc(100% / 7);
	}
	header .container .head .navicabinet ul.mainnavi li.mobile {
		display: none;
	}
	header .container .head .navicabinet ul.mainnavi li:last-child {
	}
	header .container .head .navicabinet ul.mainnavi li a {
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		/*-o-box-sizing: border-box;*/  /* 2018-06-14 for bug fix: vendor prefix mistake(Non-existent vendor prefix) */
		/*-ms-box-sizing: border-box;*/ /* 2018-06-14 for bug fix: vendor prefix mistake(Non-existent vendor prefix) */
		box-sizing: border-box;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		-js-display: flex;
		display: flex;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-justify-content: center;
		-ms-justify-content: center;
		justify-content: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
		padding: 0;
		padding-left: 0.1em;
		padding-right: 0.1em;
		height: 3em;
		color: rgba(226,28,90,1);
		width: 100%;
	}
	header .container .head .navicabinet ul.mainnavi li a:hover {
		text-decoration: none;
		color: #ffffff;
		background-color: rgba(226,28,90,1);
	}

	.colordarkred {
		color: #ffffff!important;
		background-color: rgba(226,28,90,1)!important;
	}
	.colordarkred:hover {
		background-color: rgba(226,28,90,1)!important;
	}

	header .container .head .navicabinet ul.mainnavi li ul {
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		/*-o-box-sizing: border-box;*/  /* 2018-06-14 for bug fix: vendor prefix mistake(Non-existent vendor prefix) */
		/*-ms-box-sizing: border-box;*/ /* 2018-06-14 for bug fix: vendor prefix mistake(Non-existent vendor prefix) */
		box-sizing: border-box;
		display: block!important;
		position: absolute;
		position: fixed!important;
		z-index: 10000000000000000;
		visibility: hidden;
		height: 0;
	}
	header .container .head .navicabinet ul.mainnavi li ul li {
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		/*-o-box-sizing: border-box;*/  /* 2018-06-14 for bug fix: vendor prefix mistake(Non-existent vendor prefix) */
		/*-ms-box-sizing: border-box;*/ /* 2018-06-14 for bug fix: vendor prefix mistake(Non-existent vendor prefix) */
		box-sizing: border-box;
		float: none!important;
		visibility: hidden;
		background:#333;
		width: 14em!important;
		height: 0;
		font-size: 90%;
	}
	header .container .head .navicabinet ul.mainnavi li ul li:last-child {
		border-right: 1px solid #000000;
	}
	header .container .head .navicabinet ul.mainnavi li ul li a {
		float: left;
		height: 1.5em!important;
		color: #FFF;
		text-align: left!important;
		padding-left: 0em;
		padding-right: 0em;
	}
	header .container .head .navicabinet ul.mainnavi li ul li:hover, header .container ul.mainnavi li ul li a:hover {
		background:#333;
		color: #ffffff;
	}
	header .container .head .navicabinet ul.mainnavi li:hover ul li, header .container ul.mainnavi li a:hover ul li{
		visibility: visible;
		height: 30px;
		z-index: 10;
	}

	.slicknav_menu {
		display: none;
	}
	header .container .head .navicabinet ul.mainnavi li.mobile {
		display: none;
	}

	header .container .head .navicabinet .navi {
		display: none;
	}
	header .container .head .navicabinet .navi a {
		display: block;
		width: 100%;
	}
	header .container .head .navicabinet .navi a img {
		width: 100%;
	}
}


#mobile-menu {
	position: fixed;
	top: 0%;
	right: 0%;
	overflow: hidden;
	padding: 0.5%;
	font-size: 2vw;
	line-height: 200%;
	/*color: #CCC;*/        /* 2018-06-14 for bug fix: duplicate property */
	color: #ffffff;
	z-index: 99999999999999999;
	background-color: rgba(0, 0, 0, .7);
}
#moblie-menu .slicknav_btn {
    text-decoration:none;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.navipanel {
	width: 100%;
	height: 100%;
}
.navipanel-on {
	z-index: 1999999999999999999!important;
}

.close-navipanel {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	-js-display: flex;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	-ms-align-items: center;
	align-items: center;
	margin-top: 4vh;
	margin-bottom: 10%;
}
.close-navipanel .panelclose {
	width: 5%;
}
.close-navipanel .panelclose img {
	width: 100%;
	margin: 0;
}

.modal-content {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	-js-display: flex;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
	margin: 0 auto;
}
.modal-content .item {
	width: 100%;
	text-align: center;
	margin-bottom: 3vh;
}
.modal-content .item:last-child {
	margin-bottom: 0;
}
.modal-content .item a {
	font-weight: 100;
	font-size: 120%;
	line-height: 100%;
	color: #FFFFFF;
}
.modal-content .item a:hover {
	color: #00CCC9;
}
.modal-content .item .innermenu {
	display: block;
	width: 100%;
	margin-top: 3%;
	margin-bottom: 3%;
}
.modal-content .item .innermenu a {
	display: block;
	width: 100%;
	font-weight: 100;
	font-size: 90%;
	line-height: 100%;
	color: #cccccc;
	margin-bottom: 1em;
}
.modal-content .item .innermenu a.:hover {
	color: #00CCC9;
}

@media screen and (max-width: 767px) {
	header {
		width: 100%;
		height: 10vh;
		margin: 0 auto;
		position: relative;
	}

	header .container {
		width: 100%;
		margin: 0 auto;
		padding: 0;
		position: relative;
	}
	header .container .bgred {
		display: block;
		position: absolute;
		right: 0;
		top: 0;
		z-index: -10;
	}
	header .container .bgred img {
		width: 100%;
	}
	header .container .head {
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		/*-o-box-sizing: border-box;*/  /* 2018-06-14 for bug fix: vendor prefix mistake(Non-existent vendor prefix) */
		/*-ms-box-sizing: border-box;*/ /* 2018-06-14 for bug fix: vendor prefix mistake(Non-existent vendor prefix) */
		box-sizing: border-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		-js-display: flex;
		display: flex;
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-flex-wrap: wrap;
		-moz-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-justify-content: flex-start;
		-ms-justify-content: flex-start;
		justify-content: flex-start;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
		width: 90%;
		margin: 0 auto;
		position: relative;
	}
	header .container .head .logo {
		display: block;
		flex-basis: 40%;
		height: 10vh;
		margin-right: auto;
		border: none;
		padding-bottom: 3%;
	}
	header .container .head .logo a {
		display: block;
		width: 100%;
		margin-top: 2.5vh;
	}
	header .container .head .logo a img {
		width: 100%;
	}
	header .container .head h1 {
		width: 60%;
		font-family: 'Lato', sans-serif;
		font-size: 82%;
		font-weight: 300;
		line-height: 140%;
		color: #e21c5a;
		margin-top: 2%;
		margin-left: 3%;
	}

        /** + 2018-06-14 for bug fix - can not click on crumbs : modified height
        **************************************************** **/
        header .container .head .navicabinet {
                height:auto;
        }

	header .container .head .navicabinet ul.mainnavi {
	  display: none;
	}
	header .container .head .navicabinet ul.mainnavi li.mobile {
		display: block;
	}
	.slicknav_menu {
		display: block;
	}

	header .container .head .navicabinet .navi {
		display: block;
		width: 	10vw;
		z-index: 10000000010;
		position: fixed;
		top: 2%;
		right: 2%;
	}
	header .container .head .navicabinet .navi a {
		display: block;
		width: 100%;
	}
	header .container .head .navicabinet .navi a img {
		width: 100%;
	}
}
#mobile-menu {
	position: fixed;
	top: 1.5%;
	right: 0%;
	overflow: hidden;
	padding: 0.5%;
	font-size: 1.8vw;
	line-height: 200%;
	/*color: #CCC;*/        /* 2018-06-14 duplicate property fix */
	color: #ffffff;
	z-index: 99999999999999999;
}

.bg_EEEEEE {
	background-color: #EEE;
	padding-top: 10%;
	padding-bottom: 10%;
	margin-bottom: 0;
}
.bg_8D0000 {
	background-color: #ececec;
	padding-top: 5%;
	padding-bottom: 5%;
}
.bg_FDFBF5 {
	background-color: #FDFBF5;
	padding-top: 5%;
	padding-bottom: 5%;
}
.bg_1C3a5B {
	background-color: #1c3a5b;
}
.bgGREEN {
	background-color: rgba(0,104,53,1);
	padding-top: 4%;
	padding-bottom: 4%;
}
.bgGREEN2 {
	background-color: #ec7d264;
	background-color: rgba(199,210,100,0.3);
	padding-top: 10%;
	padding-bottom: 10%;
}
.bgDARK {
	background-color: #111111;
	padding-top: 4%;
	padding-bottom: 4%;
}
.bgDARKBLUE {
	background-color: #03033c;
	padding-top: 4%;
	padding-bottom: 4%;
}

.bgBLUE {
	background-color: rgba(19,137,211,1);
	padding-top: 10%;
	padding-bottom: 10%;
}
.bgRED {
	background-color: rgba(240,19,105,1);
	padding-top: 10%;
	padding-bottom: 10%;
}
.bgORANGE {
	background-color: rgba(219,151,74,1);
	padding-top: 10%;
	padding-bottom: 10%;
}
.bgFFF {
	padding-top: 5%;
	padding-bottom: 5%;
}
.bgFFF_border {
	border-top: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
	padding-top: 5%;
	padding-bottom: 5%;
}
.bgFFF_bordertop {
	border-top: 1px solid #DDDDDD;
	padding-top: 5%;
	padding-bottom: 5%;
}
.bgFFF_aboutus {
	padding: 0;
	margin-bottom: 2%!important;
}
.top0 {
	padding-top: 0;
	margin-top: 0;
}
.bgF0F0E1 {
	background-color: #F0F0E1;
	padding-top: 5%;
	padding-bottom: 5%;
}

.bg00BEFF {
	background-color: #00BEFF;
	padding-top: 5%;
	padding-bottom: 5%;
}
.color_FFF {
	color: #FFF;
}
.border-top {
	border-top: 1px solid #DDDDDD;
	padding-top: 5%;
}

@media screen and (max-width: 767px) {
	.border-top {
		border-top: 1px solid #DDDDDD;
		padding-top: 10%!important;
		padding-bottom: 10%;
		margin-bottom: 10%;
	}
}



section {
	margin: 0 auto;
	margin-bottom: 5%;
}

section .container {
	width: 90%;
	margin: 0 auto;
}
.fullwidth {
	width: 100%!important;
}
section .container .blockh2 {
	width: 90%;
	margin: 0 auto;
	font-size: 160%;
	font-weight: 500;
	line-height: 120%;
	margin-bottom: 4%;
}

/* 2018-06-14 for bug fix: '{' expacted */
/*}*/

section .container .freeslot {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	/*-o-box-sizing: border-box;*/      /* 2018-06-14 for bug fix: vendor prefix mistake(Non-existent vendor prefix) */
	/*-ms-box-sizing: border-box;*/     /* 2018-06-14 for bug fix: vendor prefix mistake(Non-existent vendor prefix) */
	box-sizing: border-box;
	width: 90%;
	margin: 0 auto;
}
section .container .bordercabinet {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	/*-o-box-sizing: border-box;*/  /* 2018-06-14 for bug fix: vendor prefix mistake(Non-existent vendor prefix) */
	/*-ms-box-sizing: border-box;*/ /* 2018-06-14 for bug fix: vendor prefix mistake(Non-existent vendor prefix) */
	box-sizing: border-box;
	width: 90%;
	margin: 0 auto;
	padding: 3%;
	border: 1px solid #dcdcdc;
}
section .container .bordercabinet h2 {
	font-size: 160%;
	font-weight: 500;
	line-height: 120%;
	margin-bottom: 4%;
}

section .container .bordercabinet2 {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	/*-o-box-sizing: border-box;*/  /* 2018-06-14 for bug fix: vendor prefix mistake(Non-existent vendor prefix) */
	/*-ms-box-sizing: border-box;*/ /* 2018-06-14 for bug fix: vendor prefix mistake(Non-existent vendor prefix) */
	box-sizing: border-box;
	width: 90%;
	margin: 0 auto;
	border: 1px solid #dcdcdc;
}
section .container .bordercabinet3 {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	/*-o-box-sizing: border-box;*/ /* 2018-06-14 for bug fix: vendor prefix mistake(Non-existent vendor prefix) */
	/*-ms-box-sizing: border-box;*/ /* 2018-06-14 for bug fix: vendor prefix mistake(Non-existent vendor prefix) */
	box-sizing: border-box;
	width: 90%;
	margin: 0 auto;
	border: 1px solid #dcdcdc;
	margin-bottom: 5%;
}
@media screen and (max-width: 767px) {
	section .container .blockh2 {
		width: 90%;
		margin: 0 auto;
		font-size: 140%;
		font-weight: 500;
		line-height: 140%;
		margin-bottom: 7%;
	}
	section .container .bordercabinet {
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		/*-o-box-sizing: border-box;*/  /* 2018-06-14 for bug fix: vendor prefix mistake(Non-existent vendor prefix) */
		/*-ms-box-sizing: border-box;*/ /* 2018-06-14 for bug fix: vendor prefix mistake(Non-existent vendor prefix) */
		box-sizing: border-box;
		width: 90%;
		margin: 0 auto;
		padding: 3%;
		padding: 0;
		border: 1px solid #dcdcdc;
		border: none;
	}
	section .container .bordercabinet h2 {
		font-size: 6vw;
		font-weight: 500;
		line-height: 120%;
		margin-bottom: 10%;
	}

	section .container .bordercabinet2 {
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		/*-o-box-sizing: border-box;*/  /* 2018-06-14 for bug fix: vendor prefix mistake(Non-existent vendor prefix) */
		/*-ms-box-sizing: border-box;*/ /* 2018-06-14 for bug fix: vendor prefix mistake(Non-existent vendor prefix) */
		box-sizing: border-box;
		width: 90%;
		margin: 0 auto;
		border: 1px solid #dcdcdc;
		padding-bottom: 5%;
	}
	section .container .bordercabinet3 {
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		/*-o-box-sizing: border-box;*/  /* 2018-06-14 for bug fix: vendor prefix mistake(Non-existent vendor prefix) */
		/*-ms-box-sizing: border-box;*/ /* 2018-06-14 for bug fix: vendor prefix mistake(Non-existent vendor prefix) */
		box-sizing: border-box;
		width: 90%;
		margin: 0 auto;
		margin-bottom: 10%;
		border: none;
		border-bottom: 1px solid #ddd;
		padding: 0;
		padding-bottom: 3%;
	}
}


.ftnavi {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	/*-o-box-sizing: border-box;*/  /* 2018-06-14 for bug fix: vendor prefix mistake(Non-existent vendor prefix) */
	/*-ms-box-sizing: border-box;*/ /* 2018-06-14 for bug fix: vendor prefix mistake(Non-existent vendor prefix) */
	box-sizing: border-box;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	-js-display: flex;
	display: flex;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
	width: 100%;
	margin: 0 auto;
	padding-top: 1%;
	padding-bottom: 2%;
	background-color: #dddddd;
}
.ftnavi .ftcabinet {
	width: 80%;
	margin: 0 auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	/*-o-box-sizing: border-box;*/  /* 2018-06-14 for bug fix: vendor prefix mistake(Non-existent vendor prefix) */
	/*-ms-box-sizing: border-box;*/ /* 2018-06-14 for bug fix: vendor prefix mistake(Non-existent vendor prefix) */
	box-sizing: border-box;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	-js-display: flex;
	display: flex;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
}
.ftnavi .ftcabinet span {
}
.ftnavi .ftcabinet span a {
	font-size: 90%;
	font-weight: 300;
	text-decoration: none;
}

@media screen and (max-width: 767px) {
	.ftnavi {
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		/*-o-box-sizing: border-box;*/  /* 2018-06-14 for bug fix: vendor prefix mistake(Non-existent vendor prefix) */
		/*-ms-box-sizing: border-box;*/ /* 2018-06-14 for bug fix: vendor prefix mistake(Non-existent vendor prefix) */
		box-sizing: border-box;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		-js-display: flex;
		display: flex;
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-justify-content: space-between;
		-ms-justify-content: space-between;
		justify-content: space-between;
		width: 90%;
		margin: 0 auto;
		margin-bottom: 10%;
		padding: 0;
		padding-top: 5%;
		background-color: #dddddd;
	}
	.ftnavi .ftcabinet {
		width: 100%;
		margin: 0 auto;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		/*-o-box-sizing: border-box;*/  /* 2018-06-14 for bug fix: vendor prefix mistake(Non-existent vendor prefix) */
		/*-ms-box-sizing: border-box;*/ /* 2018-06-14 for bug fix: vendor prefix mistake(Non-existent vendor prefix) */
		box-sizing: border-box;
		display: block;
		border: 1px solid #333;
		padding: 3%;
		margin-bottom: 5%;
	}
	.ftnavi .ftcabinet span {
		display: block;
		margin-bottom: 1%;
	}
	.ftnavi .ftcabinet span:last-child {
		margin: 0;
	}
	.ftnavi .ftcabinet span.border {
		display: none;
	}
	.ftnavi .ftcabinet span a {
		font-size: 80%;
		font-weight: 300;
		text-decoration: none;
	}
}


.ftaddress {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	/*-o-box-sizing: border-box;*/  /* 2018-06-14 for bug fix: vendor prefix mistake(Non-existent vendor prefix) */
	/*-ms-box-sizing: border-box;*/ /* 2018-06-14 for bug fix: vendor prefix mistake(Non-existent vendor prefix) */
	box-sizing: border-box;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	-js-display: flex;
	display: flex;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
	width: 90%;
	margin: 0 auto;
	position: relative;
	margin-bottom: 2%;
	padding-top: 3%;
	background-color: #dddddd;
}
.ftaddress .leftcabinet {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	/*-o-box-sizing: border-box;*/  /* 2018-06-14 for bug fix: vendor prefix mistake(Non-existent vendor prefix) */
	/*-ms-box-sizing: border-box;*/ /* 2018-06-14 for bug fix: vendor prefix mistake(Non-existent vendor prefix) */
	box-sizing: border-box;
	display: block;
	width: 50%;
	position: relative;
}
.ftaddress .leftcabinet .leftcolumn {
}
.ftaddress .leftcabinet .leftcolumn .logobox {
	width: 20vw;
	margin-bottom: 3%;
}
.ftaddress .leftcabinet .leftcolumn .logobox img {
	width: 100%;
}
.ftaddress .leftcabinet .rightcolumn {
	width: 70%;
}
.ftaddress .leftcabinet .rightcolumn h2 {
	font-size: 130%;
	font-weight: 600;
	line-height: 120%;
	margin-bottom: 1em;
}
.ftaddress .leftcabinet .rightcolumn p {
	font-size: 90%;
	font-weight: 300;
	line-height: 140%;
	margin-bottom: 0.5em;
}
.ftaddress .leftcabinet .rightcolumn p:last-child {
	margin: 0;
}

.ftaddress .rightcabinet {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	/*-o-box-sizing: border-box;*/  /* 2018-06-14 for bug fix: vendor prefix mistake(Non-existent vendor prefix) */
	/*-ms-box-sizing: border-box;*/ /* 2018-06-14 for bug fix: vendor prefix mistake(Non-existent vendor prefix) */
	box-sizing: border-box;
	display: block;
	width: 50%;
	margin: 0 auto;
	position: relative;
}
.ftaddress .rightcabinet .certificate {
	width: 50%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	/*-o-box-sizing: border-box;*/  /* 2018-06-14 for bug fix: vendor prefix mistake(Non-existent vendor prefix) */
	/*-ms-box-sizing: border-box;*/ /* 2018-06-14 for bug fix: vendor prefix mistake(Non-existent vendor prefix) */
	box-sizing: border-box;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	-js-display: flex;
	display: flex;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: flex-end;
	-ms-justify-content: flex-end;
	justify-content: flex-end;
	margin-left: auto;
	margin-right: 10%;
}
.ftaddress .rightcabinet .certificate .photo {
	width: 45%;
	margin-right: 5%;
	margin-bottom: 5%;
}
.ftaddress .rightcabinet .certificate .photo:last-child {
	margin-right: 0;
}
.ftaddress .rightcabinet .certificate .photo img {
	width: 100%;
}
.ftaddress .rightcabinet p {
	width: 60%;
	margin-left: auto;
	font-size: 60%;
	line-height: 140%;
}

@media screen and (max-width: 767px) {
	.ftaddress {
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		/*-o-box-sizing: border-box;*/  /* 2018-06-14 for bug fix: vendor prefix mistake(Non-existent vendor prefix) */
		/*-ms-box-sizing: border-box;*/ /* 2018-06-14 for bug fix: vendor prefix mistake(Non-existent vendor prefix) */
		box-sizing: border-box;
		display: block;
		width: 90%;
		margin: 0 auto;
		position: relative;
		margin-bottom: 2%;
		padding-top: 3%;
		background-color: #dddddd;
	}
	.ftaddress .leftcabinet {
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		/*-o-box-sizing: border-box;*/  /* 2018-06-14 for bug fix: vendor prefix mistake(Non-existent vendor prefix) */
		/*-ms-box-sizing: border-box;*/ /* 2018-06-14 for bug fix: vendor prefix mistake(Non-existent vendor prefix) */
		box-sizing: border-box;
		display: block;
		width: 100%;
		position: relative;
		margin-bottom: 10%;
	}
	.ftaddress .leftcabinet .leftcolumn {
	}
	.ftaddress .leftcabinet .leftcolumn .logobox {
		width: 20vw;
		margin-bottom: 3%;
	}
	.ftaddress .leftcabinet .leftcolumn .logobox img {
		width: 100%;
	}
	.ftaddress .leftcabinet .rightcolumn {
		width: 100%;
	}
	.ftaddress .leftcabinet .rightcolumn h2 {
		font-size: 130%;
		font-weight: 600;
		line-height: 120%;
		margin-bottom: 1em;
		text-align: center;
	}
	.ftaddress .leftcabinet .rightcolumn p {
		font-size: 90%;
		font-weight: 300;
		line-height: 140%;
		text-align: center;
		margin-bottom: 0.5em;
	}
	.ftaddress .leftcabinet .rightcolumn p:last-child {
		margin: 0;
	}

	.ftaddress .rightcabinet {
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		/*-o-box-sizing: border-box;*/  /* 2018-06-14 for bug fix: vendor prefix mistake(Non-existent vendor prefix) */
		/*-ms-box-sizing: border-box;*/ /* 2018-06-14 for bug fix: vendor prefix mistake(Non-existent vendor prefix) */
		box-sizing: border-box;
		display: block;
		width: 100%;
		margin: 0 auto;
		position: relative;
	}
	.ftaddress .rightcabinet .certificate {
		width: 100%;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		/*-o-box-sizing: border-box;*/  /* 2018-06-14 for bug fix: vendor prefix mistake(Non-existent vendor prefix) */
		/*-ms-box-sizing: border-box;*/ /* 2018-06-14 for bug fix: vendor prefix mistake(Non-existent vendor prefix) */
		box-sizing: border-box;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		-js-display: flex;
		display: flex;
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-justify-content: flex-end;
		-ms-justify-content: flex-end;
		justify-content: flex-end;
		margin-left: auto;
		margin-right: 10%;
	}
	.ftaddress .rightcabinet .certificate .photo {
		width: 45%;
		margin-right: 5%;
		margin-bottom: 5%;
	}
	.ftaddress .rightcabinet .certificate .photo:last-child {
		margin-right: 0;
	}
	.ftaddress .rightcabinet .certificate .photo img {
		width: 100%;
	}
	.ftaddress .rightcabinet p {
		width: 100%;
		margin-left: auto;
		font-size: 60%;
		line-height: 140%;
	}
}



footer {
	width: 100%;
	margin: 0 auto;
	background-color: #dddddd;
}
footer .ftcabinet {
	width: 90%;
	margin: 0 auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	/*-o-box-sizing: border-box;*/  /* 2018-06-14 for bug fix: vendor prefix mistake(Non-existent vendor prefix) */
	/*-ms-box-sizing: border-box;*/ /* 2018-06-14 for bug fix: vendor prefix mistake(Non-existent vendor prefix) */
	box-sizing: border-box;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	-js-display: flex;
	display: flex;
	-webkit-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
	padding-top: 3%;
	padding-bottom: 2%;
}

footer .copyright {
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	font-size: 80%;
	line-height: 100%;
	text-align: center;
}
footer .ftcabinet .copyright span.name {
	font-weight: 600;
	margin-left: 0.5em;
	margin-right: 0.5em;
}
footer .ftcabinet .sitemap {
	width: 30%;
}
footer .ftcabinet .sitemap a {
	font-weight: 300;
	font-size: 80%;
}
footer .ftcabinet .sitemap a:hover {
	font-weight: 300;
	font-size: 80%;
}

@media screen and (max-width: 767px) {
	footer {
		width: 100%;
		margin: 0 auto;
	}
	footer .ftcabinet {
		width: 100%;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		/*-o-box-sizing: border-box;*/  /* 2018-06-14 for bug fix: vendor prefix mistake(Non-existent vendor prefix) */
		/*-ms-box-sizing: border-box;*/ /* 2018-06-14 for bug fix: vendor prefix mistake(Non-existent vendor prefix) */
		box-sizing: border-box;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-justify-content: flex-end;
		-ms-justify-content: flex-end;
		justify-content: flex-end;
		padding-top: 10%;
		padding-bottom: 5%;
	}

	footer .copyright {
		width: 100%;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		/*-o-box-sizing: border-box;*/  /* 2018-06-14 for bug fix: vendor prefix mistake(Non-existent vendor prefix) */
		/*-ms-box-sizing: border-box;*/ /* 2018-06-14 for bug fix: vendor prefix mistake(Non-existent vendor prefix) */
		font-family: 'Lato', sans-serif;
		font-weight: 300;
		font-size: 80%;
		line-height: 100%;
		text-align: center;
	}
	footer .ftcabinet .copyright span.name {
		font-weight: 600;
		margin-left: 0.5em;
		margin-right: 0.5em;
	}
	footer .ftcabinet .sitemap {
		width: 100%;
		margin-bottom: 5%;
		text-align: center;
	}
	footer .ftcabinet .sitemap a {
		font-weight: 300;
		font-size: 80%;
	}
	footer .ftcabinet .sitemap a:hover {
		font-weight: 300;
		font-size: 80%;
		color: #00CCC9
	}
}



.jumper {
	position: fixed;
	right: 5%;
	bottom: 5%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	/*-o-box-sizing: border-box;*/  /* 2018-06-14 for bug fix: vendor prefix mistake(Non-existent vendor prefix) */
	/*-ms-box-sizing: border-box;*/ /* 2018-06-14 for bug fix: vendor prefix mistake(Non-existent vendor prefix) */
	box-sizing: border-box;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	-js-display: flex;
	display: flex;
	-webkit-justify-content: flex-end;
	justify-content: flex-end;
	width: 50px;
	z-index: 100000000000;
	opacity: 0.5;
}
.jumper a  {
	display: block;
	width: 50px;
	height: 50px;
}
.jumper a img {
	width: 50px;
	height: 50px;
}
@media screen and (max-width: 767px) {
	.jumper {
		position: fixed;
		left: 5%;
		right: 5%;
		bottom: 5%;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		/*-o-box-sizing: border-box;*/  /* 2018-06-14 for bug fix: vendor prefix mistake(Non-existent vendor prefix) */
		/*-ms-box-sizing: border-box;*/ /* 2018-06-14 for bug fix: vendor prefix mistake(Non-existent vendor prefix) */
		box-sizing: border-box;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		-js-display: flex;
		display: flex;
		-webkit-justify-content: flex-end;
		justify-content: flex-end;
		width: 30%;
		margin-left: auto;
		margin-right: 0;
		z-index: 100000000000;
		opacity: 0.5;
	}
	.jumper a  {
		display: block;
		width: 50px;
		height: 50px;
	}
	.jumper a img {
		width: 50px;
		height: 50px;
	}
}


.alignleft {
	text-align: left;
}
.strong {
	font-weight: 600!important;
	font-size: large!important;
}
span.bold {
	display: block;
	font-weight: bold;
	margin: 0;
	margin-top: 0.5em;
	margin-bottom: 0.2em;
}
ul.stdlist {
	list-style: disc;
	margin-top: 1em;
	margin-bottom: 1em;
}
ul.stdlist li {
	margin-left: 1.5em;
	margin-bottom: 0.5em;
}
ul.stdlist li span.bold {
	display: inline;
	font-weight: 600;
}
ul.stdlist_bold {
	width: 90%;
	list-style: disc;
	margin-top: 3%;
	margin-bottom: 5%;
}
ul.stdlist_bold li {
	font-weight: 600!important;
	margin-left: 1.5em;
	margin-bottom: 0.5em;
}
ul.stdlist li span.bold {
	display: inline;
	font-weight: 600;
}
ul.stdlist2 {
	list-style: none;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}
ul.stdlist2 li {
	margin-left: 1.5em;
	margin-bottom: 0.5em;
}
ul.stdlist_nohd {
	list-style: none;
	margin-top: 1em;
	margin-bottom: 1em;
}
ul.stdlist_nohd li {
	margin-bottom: 0.5em;
}
ul.stdlist_nohd li span.bold {
	display: inline;
	font-weight: 600;
}
ul.stdlist_nohd2 {
	list-style: none;
	margin-top: 1em;
	margin-bottom: 1em;
}
ul.stdlist_nohd2 li {
	font-weight: 300;
	margin-left: 0;
	margin-bottom: 0.5em;
}



ul.stdlist_num {
	list-style: decimal;
	margin-top: 1em;
	margin-bottom: 1em;
}
ul.stdlist_num li {
	font-weight: bold;
	margin-left: 2em;
	margin-bottom: 0.5em;
}
ul.stdlist_num2 {
	list-style: decimal;
	margin-top: 1em;
	margin-bottom: 1em;
}
ul.stdlist_num2 li {
	margin-left: 1em;
	margin-bottom: 0.5em;
}
ul.stdlist_fw {
	list-style: disc;
	margin-top: 1em;
	margin-bottom: 1em;
}
ul.stdlist_fw li {
	font-weight: normal;
	margin-left: 1.5em;
	margin-bottom: 0.5em;
}
ul.appeallist {
	margin-top: 1.5em;
	margin-bottom: 1.5em;
	list-style: none;
}
ul.appeallist li {
	font-weight: 400;
	color: #8D0000;
	margin-bottom: 0.6em;
}
p.appeal {
	margin-left: 1.2em;
	text-indent: -1.2em;
	font-size: 70%!important;
	font-weight: 400;
	color: #8D0000;
}

@media screen and (max-width: 767px) {
	ul.stdlist {
		list-style: disc;
		margin-top: 1em;
		margin-bottom: 1em;
	}
	ul.stdlist li {
		font-size: 80%;
		line-height: 140%;
		margin-left: 1.5em;
		margin-bottom: 1em;
	}

	ul.stdlist_num {
		list-style: decimal;
		margin-top: 1em;
		margin-bottom: 1em;
	}
	ul.stdlist_num li {
		font-size: 80%;
		line-height: 140%;
		margin-left: 1.2em;
		margin-bottom: 1em;
	}

	ul.appeallist {
		margin-top: 1.5em;
		margin-bottom: 1.5em;
		list-style: none;
	}
	ul.appeallist li {
		font-size: 85%;
		font-weight: bold;
		margin-bottom: 0.5em;
	}
}

dl.appeallist {
	margin-top: 2em;
	margin-bottom: 2em;
}
dl.appeallist dt {
	font-weight: bold;
	color: #8D0000;
	margin-bottom: 0.8em;
}
dl.appeallist dd {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	/*-o-box-sizing: border-box;*/  /* 2018-06-14 for bug fix: vendor prefix mistake(Non-existent vendor prefix) */
	/*-ms-box-sizing: border-box;*/ /* 2018-06-14 for bug fix: vendor prefix mistake(Non-existent vendor prefix) */
	box-sizing: border-box;
	font-size: 85%;
	font-weight: normal;
	padding: 1em;
	margin-bottom: 2em;
	border: 1px solid #DDD;
	border-right: none;
	border-bottom: none;
	padding-left: 0.7em;
}

dl.stddl {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	/*-o-box-sizing: border-box;*/  /* 2018-06-14 for bug fix: vendor prefix mistake(Non-existent vendor prefix) */
	/*-ms-box-sizing: border-box;*/ /* 2018-06-14 for bug fix: vendor prefix mistake(Non-existent vendor prefix) */
	box-sizing: border-box;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	-js-display: flex;
	display: flex;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
}
dl.stddl dt {
	font-weight: 400;
}
dl.stddl dd {
}
dl.stddl dd:last-child {
	margin-bottom: 0;
}
/*
dl.stddl dd a {
	margin-left: 1em;
}
*/




a.gmap {
	font-family: 'Work Sans', sans-serif;
	font-weight: 400;
	line-height: 1em;
	margin-left: 1em;
	color: #FFF;
	padding-left: 0.2em;
	padding-right: 0.2em;
	background-color: rgba(0,84,167,1);
}
a.gmap:hover {
	text-decoration: none;
}




.topwide {
	margin-top: 5%!important;
}
.bottomnegative {
	margin-bottom: -3%!important;
}
.bottomzero {
	margin-bottom: 0!important;
}
.bottomnarrow {
	margin-bottom: 5%!important;
}
.bottomsupernarrow {
	margin-bottom: 0%;
}
.bottom2 {
	margin-bottom: 2%!important;
}
.bottom3 {
	margin-bottom: 3%!important;
}
.bottom5 {
	margin-bottom: 5%!important;
}
.bottom10 {
	margin-bottom: 10%!important;
}
.bottom15 {
	margin-bottom: 15%!important;
}
.bottom20 {
	margin-bottom: 20%!important;
}
@media screen and (min-width: 1080px) {
	.bottom2 {
		margin-bottom: 0;
		margin-bottom: 20px!important;
	}
	.bottom3 {
		margin-bottom: 0;
		margin-bottom: 30px!important;
	}
	.bottom5 {
		margin-bottom: 0;
		margin-bottom: 50px!important;
	}
	.bottom10 {
		margin-bottom: 0;
		margin-bottom: 80px!important;
	}
}

.borderbox {
	border: 1px solid #cccccc;
	padding: 1%;
}
.boxwidth60 {
	width: 60%!important;
}

.bottom10_padding10 {
	margin-bottom: 10%!important;
	padding-top: 10%!important;
	padding-bottom: 10%;
}
.bottom0 {
	margin-bottom: 0%!important;
}
.bottom20 {
	margin-bottom: 20%!important;
}

.top0 {
	margin-top: 0!important;
}
.top5 {
	margin-top: 12%!important;
}
@media screen and (min-width: 1080px) {
	.top5 {
		margin-top: 120px!important;
	}
}
.top10 {
	margin-top: 10%!important;
}
.top12 {
	margin-top: 12%!important;
}
@media screen and (min-width: 1080px) {
	.top12 {
		margin-top: 150px!important;
	}
}
.top15 {
	margin-top: 15%!important;
}

.topadd5 {
	margin-top: 5%!important;
}
.topadd10 {
	margin-top: 10%!important;
}
.topadd7 {
	margin-top: 7%!important;
}
.paddingzero {
	padding-top: -5%!important;
}

@media screen and (max-width: 1024px) {
	.topadd {
		margin-top: 15%!important;
	}
	.bottomadd {
		margin-bottom: 15%!important;
	}
}


.noborder_bottom {
	border-bottom: none!important;
}

.alert {
	color: #8D0000;
}

.alert2 {
	margin-left: 1.2em;
	text-indent: -1.2em;
	font-size: 70%!important;
	font-weight: 400;
	color: #8D0000;
	margin-bottom: 2em;
}
.alert4 {
	margin-left: 1.2em;
	text-indent: -1.2em;
}
.alert3 {
	margin-left: 1.2em;
	text-indent: -1.2em;
	font-size: 70%!important;
	font-weight: 400;
	color: #999999;
	margin-bottom: 2em;
}
.alert3 a {
	color: #999999;
}

.asttext {
	margin-left: 1.2em;
	text-indent: -1.2em;
	font-size: 90%!important;
	color: #999999;
	margin-top: 0.5em;
	margin-bottom: 2em;
}
.asttext a {
	color: #e21c5a!important;
	margin-left: 0.2em;
	margin-right: 0.2em;
	text-decoration: underline;
}
.asttext2 {
	margin-left: 1.2em;
	text-indent: -1.2em;
	font-size: 90%!important;
	color: #999999;
	margin-bottom: 0em!important;
}
.asttext4 {
	margin-left: 1.5em;
	text-indent: -1.2em;
	font-size: 80%;
	color: #999999;
	margin-top: 0.5em;
	margin-bottom: 2em;
}

.asttext a {
	color: #e21c5a;
	margin-left: 0.2em;
	margin-right: 0.2em;
}

@media screen and (max-width: 767px) {
	.asttext {
		margin-left: 1.2em;
		text-indent: -0.6em;
		font-size: 80%!important;
		color: #999999;
		margin-top: 0.5em;
		margin-bottom: 2em;
	}
	.asttext a {
		color: #e21c5a!important;
		margin-left: 0.2em;
		margin-right: 0.2em;
		text-decoration: underline;
	}
	.asttext2 {
		margin-left: 1.2em;
		text-indent: -1.2em;
		font-size: 80%!important;
		color: #999999;
		margin-bottom: 0em!important;
	}
	.asttext4 {
		margin-left: 1.5em;
		text-indent: -1.2em;
		font-size: 80%;
		color: #999999;
		margin-top: 0.5em;
		margin-bottom: 2em;
	}

	.asttext a {
		color: #e21c5a;
		margin-left: 0.2em;
		margin-right: 0.2em;
	}
}

span.tm {
	font-family: 'Work Sans', sans-serif;
	font-size: 40%;
	position: relative;
	top: -1em;
	margin-left: 0.3em;
}
span.tm_inline {
	font-family: 'Work Sans', sans-serif;
	font-size: 30%!important;
	position: relative;
	top: -0.3em;
	margin-left: 0.3em;
}

span.red {
	color: #dd0000;
}
span.cpred {
	color: rgba(226,28,90,1);
}
span.SPAN993300 {
	/*color: #993300;*/
        color: rgba(226,28,90,1); /* 2018-07-26 Refactoring */
}

span.SPANFBF900 {
        color:#fbf900; /* 2018-07-26 Add Style */
}

.google-maps {
	width: 100%;
	margin: 0 auto;
	position: relative;
	padding-bottom: 75%;
	height: 0;
	overflow: hidden;
}
.google-maps iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}
.review-box {
	display: none!important;
}

.supertext {
	font-size: 140%!important;
	font-weight: 300;
	font-style: italic;
	line-height: 140%;
	margin-top: 1.5em;
	margin-bottom: 1.8em;
	color: #993300;
}
@media screen and (max-width: 767px) {
	.supertext {
		font-size: 110%!important;
		font-weight: 300;
		font-style: italic;
		line-height: 140%;
		margin-top: 3%;
		margin-bottom: 4%;
		color: #993300;
	}
}

.SPAN993300 {
	color: #CC0000;
	display:inline;
}

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	/*-o-box-sizing: border-box;*/  /* 2018-06-14 for bug fix: vendor prefix mistake(Non-existent vendor prefix) */
	/*-ms-box-sizing: border-box;*/ /* 2018-06-14 for bug fix: vendor prefix mistake(Non-existent vendor prefix) */
	box-sizing: border-box;
}</pre></body></html>