@charset "UTF-8";
@import url(font-awesome.min.css);

html {
	visibility: hidden;
}

html.wf-active {
	visibility: visible;
}

/* Reset */

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

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

body {
	line-height: 1;
}

ol,
ul {
	list-style: none;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}

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

body {
	-webkit-text-size-adjust: none;
}

/* Box Model */

*,
*:before,
*:after {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}


/* Basic */

@-ms-viewport {
	width: device-width;
}

body {
	-ms-overflow-style: scrollbar;
}

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

	html,
	body {
		min-width: 320px;
	}

}

body {
	background: #fff;
}

body.is-loading *,
body.is-loading *:before,
body.is-loading *:after {
	-moz-animation: none !important;
	-webkit-animation: none !important;
	-ms-animation: none !important;
	animation: none !important;
	-moz-transition: none !important;
	-webkit-transition: none !important;
	-ms-transition: none !important;
	transition: none !important;
}

/* Type */

html {
	font-size: 13pt;
}

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

	html {
		font-size: 11pt;
	}

}

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

	html {
		font-size: 11pt;
	}

}

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

	html {
		font-size: 11pt;
	}

}

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

	html {
		font-size: 12pt;
	}

}

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

	html {
		font-size: 12pt;
	}

}

body {
	background-color: #161c21;
	color: #fff;
}

body,
input,
select,
textarea {
	font-family: "kozuka-gothic-pro";
	font-weight: 300;
	font-size: 1rem;
	line-height: 1.65;
	letter-spacing: 0.1em;
}

a {
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

strong,
b {
	font-weight: 400;
}


em,
i {
	font-weight: 700;
	font-style: normal;
}

p {
	margin: 0 0 2rem 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 700;
	line-height: 1.5;
	margin: 0 0 1.5rem 0;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
	color: inherit;
	text-decoration: none;
}

h2 {
	font-size: 1.75rem;
}

.en {
	font-family: "proxima-soft", sans-serif;
	font-weight: 300;
	font-size: 110%;
	letter-spacing: .02em;
}

.fulldiv {
  display: flex;
  gap: 2em;
}
.halfdiv {
  flex: 1 1 calc(50% - 1em);
}
.halfdiv3 {
  flex: 1 1 calc(33.333% - 1.333em);
}
.halfdiv60left {
  flex: 0 0 60%;
}
.halfdiv40right {
  flex: 0 0 40%;
}
.halfdiv70left {
  flex: 0 0 70%;
}
.halfdiv30right {
  flex: 0 0 30%;
}

h2 {
	font-size: 1.5rem;
}

h3 {
	font-size: 1.35rem;
}

h4 {
	font-size: 1.1rem;
}

h5 {
	font-size: 0.9rem;
}

h6 {
	font-size: 0.7rem;
}

sub {
	font-size: 0.8rem;
	position: relative;
	top: 0.5rem;
}

sup {
	font-size: 0.8rem;
	position: relative;
	top: -0.5rem;
}

blockquote {
	border-left: solid 4px;
	font-style: italic;
	margin: 0 0 2rem 0;
	padding: 0.5rem 0 0.5rem 2rem;
}

code {

	border: solid 1px;
	font-family: "Courier New", monospace;
	font-size: 0.9rem;
	margin: 0 0.25rem;
	padding: 0.25rem 0.65rem;
}

pre {
	-webkit-overflow-scrolling: touch;
	font-family: "Courier New", monospace;
	font-size: 0.9rem;
	margin: 0 0 2rem 0;
}

pre code {
	display: block;
	line-height: 1.75;
	padding: 1rem 1.5rem;
	overflow-x: auto;
}

hr {
	border: 0;
	border-bottom: solid 1px;
	margin: 2rem 0;
}

hr.major {
	margin: 3rem 0;
}

.align-left {
	text-align: left;
}

.align-center {
	text-align: center;
}

.align-right {
	text-align: right;
}


a {
	color: #800dcc;
}

strong,
b {
	font-weight: 700;
	font-style: normal;
}

.wrapper.style4 strong,
.wrapper.style4 b {
	color: #000;
}

h1,
h2,
h3,
h4,
h5,
h6 {

}

.wrapper.style4 h1,
.wrapper.style4 h2,
.wrapper.style4 h3,
.wrapper.style4 h4,
.wrapper.style4 h5,
.wrapper.style4 h6 {
	color: #000;
}

blockquote {
	border-left-color: rgba(144, 144, 144, 0.25);
}

code {
	background: rgba(144, 144, 144, 0.075);
	border-color: rgba(144, 144, 144, 0.25);
}

hr {
	border-bottom: 1px dashed rgba(255, 255, 255, 1);
}

/* Box */

.box {
	margin-bottom: 2rem;
	/* background: #FFF; */
}

.content.eng {
	padding: 1rem 0 2rem;
}

.box .content {
	padding: 2rem 0;
}

.box> :last-child,
.box> :last-child> :last-child,
.box> :last-child> :last-child> :last-child {
	margin-bottom: 0;
}

.box.alt {
	border: 0;
	border-radius: 0;
	padding: 0;
}

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

	.content.eng {
		padding: 0rem 0 3rem;
	}

	.box .content {
		padding: 1rem 0;
	}

}

.box {
	/* border-color: rgba(144, 144, 144, 0.25); */
	color: #fff;
}

.sub .box {
	/* border-color: rgba(144, 144, 144, 0.25); */
	color: #fff;
}

/* Button */

input[type="submit"],
input[type="reset"],
input[type="button"],
button,
.button {
	-moz-appearance: none;
	-webkit-appearance: none;
	-ms-appearance: none;
	appearance: none;
	-moz-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
	-webkit-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
	-ms-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
	transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;

	border: 0;
	cursor: pointer;
	display: inline-block;
	font-weight: 400;
	height: 2.85rem;
	line-height: 2.75rem;
	padding: 0 1.5rem;
	text-align: center;
	text-decoration: none;
	white-space: nowrap;
	text-transform: uppercase;
}

input[type="submit"].icon,
input[type="reset"].icon,
input[type="button"].icon,
button.icon,
.button.icon {
	padding-left: 1.35rem;
}

input[type="submit"].icon:before,
input[type="reset"].icon:before,
input[type="button"].icon:before,
button.icon:before,
.button.icon:before {
	margin-right: 0.5rem;
}

input[type="submit"].fit,
input[type="reset"].fit,
input[type="button"].fit,
button.fit,
.button.fit {
	display: block;
	margin: 0 0 1rem 0;
	width: 100%;
}

input[type="submit"].small,
input[type="reset"].small,
input[type="button"].small,
button.small,
.button.small {
	font-size: 0.8rem;
}

input[type="submit"].big,
input[type="reset"].big,
input[type="button"].big,
button.big,
.button.big {
	font-size: 1.35rem;
}

input[type="submit"].disabled,
input[type="submit"]:disabled,
input[type="reset"].disabled,
input[type="reset"]:disabled,
input[type="button"].disabled,
input[type="button"]:disabled,
button.disabled,
button:disabled,
.button.disabled,
.button:disabled {
	-moz-pointer-events: none;
	-webkit-pointer-events: none;
	-ms-pointer-events: none;
	pointer-events: none;
	opacity: 0.25;
}

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

	input[type="submit"],
	input[type="reset"],
	input[type="button"],
	button,
	.button {
		padding: 0;
	}

}

input[type="submit"],
input[type="reset"],
input[type="button"],
button,
.button {
	background-color: #2196F3;
	color: #fff;
	/* color: #000 !important; */
}

input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover,
button:hover,
.button:hover {
	background-color: #10b2ba;
}

input[type="submit"]:active,
input[type="reset"]:active,
input[type="button"]:active,
button:active,
.button:active {
	background-color: #10b2ba;
}

input[type="submit"].alt,
input[type="reset"].alt,
input[type="button"].alt,
button.alt,
.button.alt {
	background-color: transparent;
	box-shadow: inset 0 0 0 2px rgba(144, 144, 144, 0.25);
	color: #161c21 !important;
}

input[type="submit"].alt:hover,
input[type="reset"].alt:hover,
input[type="button"].alt:hover,
button.alt:hover,
.button.alt:hover {
	background-color: rgba(144, 144, 144, 0.075);
}

input[type="submit"].alt:active,
input[type="reset"].alt:active,
input[type="button"].alt:active,
button.alt:active,
.button.alt:active {
	background-color: rgba(144, 144, 144, 0.2);
}

input[type="submit"].alt.icon:before,
input[type="reset"].alt.icon:before,
input[type="button"].alt.icon:before,
button.alt.icon:before,
.button.alt.icon:before {
	color: #bbb;
}

input[type="submit"].special,
input[type="reset"].special,
input[type="button"].special,
button.special,
.button.special {
	background-color: #0ec3cc;
	color: #ffffff !important;
}

input[type="submit"].special:hover,
input[type="reset"].special:hover,
input[type="button"].special:hover,
button.special:hover,
.button.special:hover {
	background-color: #71b2f0;
}

input[type="submit"].special:active,
input[type="reset"].special:active,
input[type="button"].special:active,
button.special:active,
.button.special:active {
	background-color: #439aea;
}


label {
	display: block;
	font-size: 0.9rem;
	font-weight: 400;
	margin: 0 0 1rem 0;
}

input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
textarea {
	-moz-appearance: none;
	-webkit-appearance: none;
	-ms-appearance: none;
	appearance: none;
	border: none;
	border: solid 1px;
	display: block;
	outline: 0;
	padding: 0 1rem;
	text-decoration: none;
	width: 100%;
}

input[type="text"]:invalid,
input[type="password"]:invalid,
input[type="email"]:invalid,
input[type="tel"],
select:invalid,
textarea:invalid {
	box-shadow: none;
}
	select{
	-moz-appearance: none;
	-webkit-appearance: none;
	-ms-appearance: none;
	appearance: none;
	background-color: transparent;
	border-radius: 0;
	border: solid 1px #444;
	color: inherit;
	display: block;
	outline: 0;
	padding: 0 1em;
	text-decoration: none;
	width: 100%;
	margin-bottom: 1em;
}



select {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' preserveAspectRatio='none' viewBox='0 0 40 40'%3E%3Cpath d='M9.4,12.3l10.4,10.4l10.4-10.4c0.2-0.2,0.5-0.4,0.9-0.4c0.3,0,0.6,0.1,0.9,0.4l3.3,3.3c0.2,0.2,0.4,0.5,0.4,0.9 c0,0.4-0.1,0.6-0.4,0.9L20.7,31.9c-0.2,0.2-0.5,0.4-0.9,0.4c-0.3,0-0.6-0.1-0.9-0.4L4.3,17.3c-0.2-0.2-0.4-0.5-0.4-0.9 c0-0.4,0.1-0.6,0.4-0.9l3.3-3.3c0.2-0.2,0.5-0.4,0.9-0.4S9.1,12.1,9.4,12.3z' fill='%23c9c9c9' /%3E%3C/svg%3E");
	background-size: 1.25rem;
	background-repeat: no-repeat;
	background-position: calc(100% - 1rem) center;
	height: 3em;
	padding-right: 3em;
	text-overflow: ellipsis;
}

	select option {
		background: #ffffff;
	}

	select:focus::-ms-value {
		background-color: transparent;
	}

	select::-ms-expand {
		display: none;
	}

select {
	height: 3em;
}


.select-wrapper {
	text-decoration: none;
	display: block;
	position: relative;
}

.select-wrapper:before {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-transform: none !important;
}

.select-wrapper:before {
	content: '\f078';
	display: block;
	height: 2.75rem;
	line-height: 2.75rem;
	pointer-events: none;
	position: absolute;
	right: 0;
	text-align: center;
	top: 0;
	width: 2.75rem;
}

.select-wrapper select::-ms-expand {
	display: none;
}

input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
select {
	height: 2.75rem;
}

textarea {
	padding: 0.75rem 1rem;
}



::-webkit-input-placeholder {
	opacity: 1.0;
}

:-moz-placeholder {
	opacity: 1.0;
}

::-moz-placeholder {
	opacity: 1.0;
}

:-ms-input-placeholder {
	opacity: 1.0;
}

.formerize-placeholder {
	opacity: 1.0;
}

label {
	color: #000;
}

.form-group label,
input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
select,
textarea {
	margin-bottom: 0;
}

input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
select:focus,
textarea:focus {
	border-color: #0ec3cc;
	box-shadow: 0 0 0 1px #0ec3cc;
}

.select-wrapper:before {
	color: rgba(144, 144, 144, 0.25);
}



::-webkit-input-placeholder {
	color: #bbb !important;
}

:-moz-placeholder {
	color: #bbb !important;
}

::-moz-placeholder {
	color: #bbb !important;
}

:-ms-input-placeholder {
	color: #bbb !important;
}

.formerize-placeholder {
	color: #bbb !important;
}

/* Icon */

.icon {
	text-decoration: none;
	border-bottom: none;
	position: relative;
}

.icon:before {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-transform: none !important;
}

.icon>.label {
	display: none;
}

/* Image */

.image {
	border: 0;
	display: inline-block;
	position: relative;
}

.image img {
	display: block;
}

.image.left,
.image.right {
	max-width: 40%;
}

.image.left img,
.image.right img {
	width: 100%;
}

.image.left {
	float: left;
	margin: 0 1.5rem 1rem 0;
	top: 0.25rem;
}

.image.right {
	float: right;
	margin: 0 0 1rem 1.5rem;
	top: 0.25rem;
}

.image.fit {
	display: block;
	margin: 0 0 2rem 0;
	width: 100%;
}

.image.fit img {
	width: 100%;
}


.image.main {
	display: block;
	margin: 0 0 3rem 0;
	width: 100%;
}

.image.main img {
	width: 100%;
}

/* List */

ol {
	list-style: decimal;
	margin: 0 0 2rem 0;
	padding-left: 1.25rem;
}

ol li {
	padding-left: 0.25rem;
}

ul {
	list-style: disc;
	margin: 0 0 2rem 0;
	padding-left: 1rem;
}

ul li {
	padding-left: 0.5rem;
}

ul.alt {
	list-style: none;
	padding-left: 0;
}

ul.alt li {
	border-top: solid 1px;
	padding: 0.5rem 0;
}

ul.alt li:first-child {
	border-top: 0;
	padding-top: 0;
}

ul.icons {
	cursor: default;
	list-style: none;
	padding-left: 0;
}

ul.icons li {
	display: inline-block;
	padding: 0 1rem 0 0;
}

ul.icons li:last-child {
	padding-right: 0;
}

ul.icons li .icon:before {
	font-size: 2rem;
}

ul.actions {
	cursor: default;
	list-style: none;
	padding-left: 0;
}

ul.actions li {
	display: inline-block;
	padding: 0 1rem 0 0;
	vertical-align: middle;
}

ul.actions li:last-child {
	padding-right: 0;
}

ul.actions.small li {
	padding: 0 0.5rem 0 0;
}

ul.actions.vertical li {
	display: block;
	padding: 1rem 0 0 0;
}

ul.actions.vertical li:first-child {
	padding-top: 0;
}

ul.actions.vertical li>* {
	margin-bottom: 0;
}

ul.actions.vertical.small li {
	padding: 0.5rem 0 0 0;
}

ul.actions.vertical.small li:first-child {
	padding-top: 0;
}

ul.actions.fit {
	display: table;
	margin-left: -1rem;
	padding: 0;
	table-layout: fixed;
	width: calc(100% + 1rem);
}

ul.actions.fit li {
	display: table-cell;
	padding: 0 0 0 1rem;
}

ul.actions.fit li>* {
	margin-bottom: 0;
}

ul.actions.fit.small {
	margin-left: -0.5rem;
	width: calc(100% + 0.5rem);
}

ul.actions.fit.small li {
	padding: 0 0 0 0.5rem;
}

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

	ul.actions {
		margin: 0 0 2rem 0;
	}

	ul.actions li {
		padding: 1rem 0 0 0;
		display: block;
		text-align: center;
		width: 100%;
	}

	ul.actions li:first-child {
		padding-top: 0;
	}

	ul.actions li>* {
		width: 100%;
		margin: 0 !important;
	}

	ul.actions li>*.icon:before {
		margin-left: -2rem;
	}

	ul.actions.small li {
		padding: 0.5rem 0 0 0;
	}

	ul.actions.small li:first-child {
		padding-top: 0;
	}

}

dl {
	margin: 0 0 2rem 0;
}

dl dt {
	display: block;
	font-weight: 400;
	margin: 0 0 1rem 0;
}

dl dd {
	margin-left: 2rem;
}

ul.alt li {
	border-top-color: rgba(144, 144, 144, 0.25);
}

/* Section/Article */

section.special,
article.special {
	text-align: center;
}

header p {
	position: relative;
	margin: 0 0 1.5rem 0;
}

header h2+p {
	font-size: 1.25rem;
	margin-top: -1rem;
}

header h3+p {
	font-size: 1.1rem;
	margin-top: -0.8rem;
}

header h4+p,
header h5+p,
header h6+p {
	font-size: 0.9rem;
	margin-top: -0.6rem;
}

header p {
	color: #bbb;
}

/* Table */

.table-wrapper {
	-webkit-overflow-scrolling: touch;
	overflow-x: auto;
}

table {
	margin: 0 0 2rem 0;
	width: 100%;
}

table tbody tr {
	border: solid 1px;
	border-left: 0;
	border-right: 0;
}

table td {
	padding: 0.75rem 0.75rem;
}

table th {
	font-size: 0.9rem;
	font-weight: 400;
	padding: 0 0.75rem 0.75rem 0.75rem;
	text-align: left;
}

table thead {
	border-bottom: solid 2px;
}

table tfoot {
	border-top: solid 2px;
}

table.alt {
	border-collapse: separate;
}

table.alt tbody tr td {
	border: solid 1px;
	border-left-width: 0;
	border-top-width: 0;
}

table.alt tbody tr td:first-child {
	border-left-width: 1px;
}

table.alt tbody tr:first-child td {
	border-top-width: 1px;
}

table.alt thead {
	border-bottom: 0;
}

table.alt tfoot {
	border-top: 0;
}

table tbody tr {
	border-color: rgba(144, 144, 144, 0.25);
}


table thead {
	border-bottom-color: rgba(144, 144, 144, 0.25);
}

table tfoot {
	border-top-color: rgba(144, 144, 144, 0.25);
}

table.alt tbody tr td {
	border-color: rgba(144, 144, 144, 0.25);
}

/* Wrapper */

.wrapper {
	padding: 6rem 0 4rem 0;
	position: relative;
	margin: 0;
}

.wrapper>.inner {
	margin: 0 auto;
	width: 80rem;
}

.wrapper.style1 {
	background-color: #0ec3cc;
	color: #d6e9fb;
}

.wrapper.style1 input,
.wrapper.style1 select,
.wrapper.style1 textarea {
	color: #ffffff;
}

.wrapper.style1 a {
	color: #ffffff;
}

.wrapper.style1 strong,
.wrapper.style1 b {
	color: #ffffff;
}

.wrapper.style1 h1,
.wrapper.style1 h2,
.wrapper.style1 h3,
.wrapper.style1 h4,
.wrapper.style1 h5,
.wrapper.style1 h6 {
	color: #ffffff;
}

.wrapper.style1 blockquote {
	border-left-color: rgba(255, 255, 255, 0.25);
}

.wrapper.style1 code {
	background: rgba(255, 255, 255, 0.075);
	border-color: rgba(255, 255, 255, 0.25);
}

.wrapper.style1 hr {
	border-bottom-color: rgba(255, 255, 255, 0.25);
}

.wrapper.style1 .box {
	border-color: rgba(255, 255, 255, 0.25);
}

.wrapper.style1 input[type="submit"],
.wrapper.style1 input[type="reset"],
.wrapper.style1 input[type="button"],
.wrapper.style1 button,
.wrapper.style1 .button {
	background-color: #f2f2f2;
	color: #000 !important;
}

.wrapper.style1 input[type="submit"]:hover,
.wrapper.style1 input[type="reset"]:hover,
.wrapper.style1 input[type="button"]:hover,
.wrapper.style1 button:hover,
.wrapper.style1 .button:hover {
	background-color: white;
}

.wrapper.style1 input[type="submit"]:active,
.wrapper.style1 input[type="reset"]:active,
.wrapper.style1 input[type="button"]:active,
.wrapper.style1 button:active,
.wrapper.style1 .button:active {
	background-color: #e5e5e5;
}

.wrapper.style1 input[type="submit"].alt,
.wrapper.style1 input[type="reset"].alt,
.wrapper.style1 input[type="button"].alt,
.wrapper.style1 button.alt,
.wrapper.style1 .button.alt {
	background-color: transparent;
	box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.25);
	color: #ffffff !important;
}

.wrapper.style1 input[type="submit"].alt:hover,
.wrapper.style1 input[type="reset"].alt:hover,
.wrapper.style1 input[type="button"].alt:hover,
.wrapper.style1 button.alt:hover,
.wrapper.style1 .button.alt:hover {
	background-color: rgba(255, 255, 255, 0.075);
}

.wrapper.style1 input[type="submit"].alt:active,
.wrapper.style1 input[type="reset"].alt:active,
.wrapper.style1 input[type="button"].alt:active,
.wrapper.style1 button.alt:active,
.wrapper.style1 .button.alt:active {
	background-color: rgba(255, 255, 255, 0.2);
}

.wrapper.style1 input[type="submit"].alt.icon:before,
.wrapper.style1 input[type="reset"].alt.icon:before,
.wrapper.style1 input[type="button"].alt.icon:before,
.wrapper.style1 button.alt.icon:before,
.wrapper.style1 .button.alt.icon:before {
	color: #bddbf8;
}

.wrapper.style1 input[type="submit"].special,
.wrapper.style1 input[type="reset"].special,
.wrapper.style1 input[type="button"].special,
.wrapper.style1 button.special,
.wrapper.style1 .button.special {
	background-color: #ffffff;
	color: #0ec3cc !important;
}

.wrapper.style1 label {
	color: #000000;
}

.wrapper.style1 input[type="text"],
.wrapper.style1 input[type="password"],
.wrapper.style1 input[type="email"],
.wrapper.style1 input[type="tel"],
.wrapper.style1 select,
.wrapper.style1 textarea {
	background: rgba(255, 255, 255, 0.075);
	border-color: rgba(255, 255, 255, 0.25);
}

.wrapper.style1 input[type="text"]:focus,
.wrapper.style1 input[type="password"]:focus,
.wrapper.style1 input[type="email"]:focus,
.wrapper.style1 input[type="tel"]:focus,
.wrapper.style1 select:focus,
.wrapper.style1 textarea:focus {
	border-color: #ffffff;
	box-shadow: 0 0 0 1px #ffffff;
}

.wrapper.style1 .select-wrapper:before {
	color: rgba(255, 255, 255, 0.25);
}

.wrapper.style1 input[type="checkbox"]+label,
.wrapper.style1 input[type="radio"]+label {
	color: #000000;
}

.wrapper.style1 input[type="checkbox"]+label:before,
.wrapper.style1 input[type="radio"]+label:before {
	background: rgba(255, 255, 255, 0.075);
	border-color: rgba(255, 255, 255, 0.25);
}

.wrapper.style1 input[type="checkbox"]:checked+label:before,
.wrapper.style1 input[type="radio"]:checked+label:before {
	background-color: #000000;
	border-color: #000000;
	color: #0ec3cc;
}

.wrapper.style1 input[type="checkbox"]:focus+label:before,
.wrapper.style1 input[type="radio"]:focus+label:before {
	border-color: #000000;
	box-shadow: 0 0 0 1px #000000;
}

.wrapper.style1 ::-webkit-input-placeholder {
	color: #bddbf8 !important;
}

.wrapper.style1 :-moz-placeholder {
	color: #bddbf8 !important;
}

.wrapper.style1 ::-moz-placeholder {
	color: #bddbf8 !important;
}

.wrapper.style1 :-ms-input-placeholder {
	color: #bddbf8 !important;
}

.wrapper.style1 .formerize-placeholder {
	color: #bddbf8 !important;
}

.wrapper.style1 ul.alt li {
	border-top-color: rgba(255, 255, 255, 0.25);
}

.wrapper.style1 header p {
	color: #bddbf8;
}

.wrapper.style1 table tbody tr {
	border-color: rgba(255, 255, 255, 0.25);
}


.wrapper.style1 table th {
	color: #ffffff;
}

.wrapper.style1 table thead {
	border-bottom-color: rgba(255, 255, 255, 0.25);
}

.wrapper.style1 table tfoot {
	border-top-color: rgba(255, 255, 255, 0.25);
}

.wrapper.style1 table.alt tbody tr td {
	border-color: rgba(255, 255, 255, 0.25);
}

.wrapper.style2 {
	background-color: #161c21;
	color: #a6a6a6;
}

.sub .wrapper.style2 {
	background-color: #fff;
	color: #444444;
}

.wrapper.style2 input,
.wrapper.style2 select,
.wrapper.style2 textarea {
	color: #000;
}

.wrapper.style2 a {
	color: #0ec3cc;
}

.wrapper.style2 strong,
.wrapper.style2 b {
	color: #000;
}

.wrapper.style2 h1,
.wrapper.style2 h2,
.wrapper.style2 h3,
.wrapper.style2 h4,
.wrapper.style2 h5,
.wrapper.style2 h6 {
	color: #000;
}

.wrapper.style2 blockquote {
	border-left-color: rgba(0, 0, 0, 0.15);
}

.wrapper.style2 code {
	background: rgba(0, 0, 0, 0.075);
	border-color: rgba(0, 0, 0, 0.15);
}

.wrapper.style2 hr {
	border-bottom-color: rgba(0, 0, 0, 0.15);
}

.wrapper.style2 .box {
	/* border-color: rgba(0, 0, 0, 0.15); */
}

.wrapper.style2 input[type="submit"],
.wrapper.style2 input[type="reset"],
.wrapper.style2 input[type="button"],
.wrapper.style2 button,
.wrapper.style2 .button {
	background-color: #000;
	color: #f2f2f2 !important;
}

.wrapper.style2 input[type="submit"].alt,
.wrapper.style2 input[type="reset"].alt,
.wrapper.style2 input[type="button"].alt,
.wrapper.style2 button.alt,
.wrapper.style2 .button.alt {
	background-color: transparent;
	box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.15);
	color: #000 !important;
}

.wrapper.style2 input[type="submit"].alt:hover,
.wrapper.style2 input[type="reset"].alt:hover,
.wrapper.style2 input[type="button"].alt:hover,
.wrapper.style2 button.alt:hover,
.wrapper.style2 .button.alt:hover {
	background-color: rgba(0, 0, 0, 0.075);
}

.wrapper.style2 input[type="submit"].alt:active,
.wrapper.style2 input[type="reset"].alt:active,
.wrapper.style2 input[type="button"].alt:active,
.wrapper.style2 button.alt:active,
.wrapper.style2 .button.alt:active {
	background-color: rgba(0, 0, 0, 0.2);
}

.wrapper.style2 input[type="submit"].alt.icon:before,
.wrapper.style2 input[type="reset"].alt.icon:before,
.wrapper.style2 input[type="button"].alt.icon:before,
.wrapper.style2 button.alt.icon:before,
.wrapper.style2 .button.alt.icon:before {
	color: #999999;
}

.wrapper.style2 input[type="submit"].special,
.wrapper.style2 input[type="reset"].special,
.wrapper.style2 input[type="button"].special,
.wrapper.style2 button.special,
.wrapper.style2 .button.special {
	background-color: #0ec3cc;
	color: #ffffff !important;
}

.wrapper.style2 input[type="submit"].special:hover,
.wrapper.style2 input[type="reset"].special:hover,
.wrapper.style2 input[type="button"].special:hover,
.wrapper.style2 button.special:hover,
.wrapper.style2 .button.special:hover {
	background-color: #71b2f0;
}

.wrapper.style2 input[type="submit"].special:active,
.wrapper.style2 input[type="reset"].special:active,
.wrapper.style2 input[type="button"].special:active,
.wrapper.style2 button.special:active,
.wrapper.style2 .button.special:active {
	background-color: #439aea;
}

.wrapper.style2 label {
	color: #000;
}

.wrapper.style2 input[type="text"],
.wrapper.style2 input[type="password"],
.wrapper.style2 input[type="email"],
.wrapper.style2 input[type="tel"],
.wrapper.style2 select,
.wrapper.style2 textarea {
	background: rgba(0, 0, 0, 0.075);
	border-color: rgba(0, 0, 0, 0.15);
}

.wrapper.style2 input[type="text"]:focus,
.wrapper.style2 input[type="password"]:focus,
.wrapper.style2 input[type="email"]:focus,
.wrapper.style2 input[type="tel"]:focus,
.wrapper.style2 select:focus,
.wrapper.style2 textarea:focus {
	border-color: #0ec3cc;
	box-shadow: 0 0 0 1px #0ec3cc;
}

.wrapper.style2 .select-wrapper:before {
	color: rgba(0, 0, 0, 0.15);
}

.wrapper.style2 input[type="checkbox"]+label,
.wrapper.style2 input[type="radio"]+label {
	color: #000000;
}

.wrapper.style2 input[type="checkbox"]+label:before,
.wrapper.style2 input[type="radio"]+label:before {
	background: rgba(0, 0, 0, 0.075);
	border-color: rgba(0, 0, 0, 0.15);
}

.wrapper.style2 input[type="checkbox"]:checked+label:before,
.wrapper.style2 input[type="radio"]:checked+label:before {
	background-color: #0ec3cc;
	border-color: #0ec3cc;
	color: #000000;
}

.wrapper.style2 input[type="checkbox"]:focus+label:before,
.wrapper.style2 input[type="radio"]:focus+label:before {
	border-color: #0ec3cc;
	box-shadow: 0 0 0 1px #0ec3cc;
}

.wrapper.style2 ::-webkit-input-placeholder {
	color: #999999 !important;
}

.wrapper.style2 :-moz-placeholder {
	color: #999999 !important;
}

.wrapper.style2 ::-moz-placeholder {
	color: #999999 !important;
}

.wrapper.style2 :-ms-input-placeholder {
	color: #999999 !important;
}

.wrapper.style2 .formerize-placeholder {
	color: #999999 !important;
}

.wrapper.style2 ul.alt li {
	border-top-color: rgba(0, 0, 0, 0.15);
}

.wrapper.style2 header p {
	color: #999999;
}

.wrapper.style2 table tbody tr {
	border-color: rgba(0, 0, 0, 0.15);
}


.wrapper.style2 table th {
	color: #000;
}

.wrapper.style2 table thead {
	border-bottom-color: rgba(0, 0, 0, 0.15);
}

.wrapper.style2 table tfoot {
	border-top-color: rgba(0, 0, 0, 0.15);
}

.wrapper.style2 table.alt tbody tr td {
	border-color: rgba(0, 0, 0, 0.15);
}

.wrapper.style3 {
	background-color: #000;
	color: #fff;
	background-image: url("../../images/bg.jpg");
	background-size: cover;
	background-attachment: fixed;
	background-position: center;
	position: relative;
}

.wrapper.style4 {
	background-color: #ffffff;
	color: #000;
	background-size: cover;
	background-attachment: fixed;
	background-position: center;
	position: relative;
}

.contacttks .wrapper.style4 p {
	font-size: 1em;
	text-align: left;
}


.wrapper.style3 input,
.wrapper.style3 select,
.wrapper.style3 textarea {
	color: #ffffff;
}

.wrapper.style3 a {
	color: #0ec3cc;
}

.wrapper.style3 strong,
.wrapper.style3 b {
	color: #ffffff;
}

.wrapper.style3 h1,
.wrapper.style3 h2,
.wrapper.style3 h3,
.wrapper.style3 h4,
.wrapper.style3 h5,
.wrapper.style3 h6 {
	color: #ffffff;
}

.wrapper.style3 blockquote {
	border-left-color: rgba(255, 255, 255, 0.25);
}

.wrapper.style3 code {
	background: rgba(255, 255, 255, 0.075);
	border-color: rgba(255, 255, 255, 0.25);
}

.wrapper.style3 hr {
	border-bottom-color: rgba(255, 255, 255, 0.25);
}

.wrapper.style3 .box {
	border-color: rgba(255, 255, 255, 0.25);
}

.wrapper.style3 input[type="submit"],
.wrapper.style3 input[type="reset"],
.wrapper.style3 input[type="button"],
.wrapper.style3 button,
.wrapper.style3 .button {
	background-color: #f2f2f2;
	color: #000 !important;
}

.wrapper.style3 input[type="submit"]:hover,
.wrapper.style3 input[type="reset"]:hover,
.wrapper.style3 input[type="button"]:hover,
.wrapper.style3 button:hover,
.wrapper.style3 .button:hover {
	background-color: white;
}

.wrapper.style3 input[type="submit"]:active,
.wrapper.style3 input[type="reset"]:active,
.wrapper.style3 input[type="button"]:active,
.wrapper.style3 button:active,
.wrapper.style3 .button:active {
	background-color: #e5e5e5;
}

.wrapper.style3 input[type="submit"].alt,
.wrapper.style3 input[type="reset"].alt,
.wrapper.style3 input[type="button"].alt,
.wrapper.style3 button.alt,
.wrapper.style3 .button.alt {
	background-color: transparent;
	box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.25);
	color: #ffffff !important;
}

.wrapper.style3 input[type="submit"].alt:hover,
.wrapper.style3 input[type="reset"].alt:hover,
.wrapper.style3 input[type="button"].alt:hover,
.wrapper.style3 button.alt:hover,
.wrapper.style3 .button.alt:hover {
	background-color: rgba(255, 255, 255, 0.075);
}

.wrapper.style3 input[type="submit"].alt:active,
.wrapper.style3 input[type="reset"].alt:active,
.wrapper.style3 input[type="button"].alt:active,
.wrapper.style3 button.alt:active,
.wrapper.style3 .button.alt:active {
	background-color: rgba(255, 255, 255, 0.2);
}

.wrapper.style3 input[type="submit"].alt.icon:before,
.wrapper.style3 input[type="reset"].alt.icon:before,
.wrapper.style3 input[type="button"].alt.icon:before,
.wrapper.style3 button.alt.icon:before,
.wrapper.style3 .button.alt.icon:before {
	color: #999999;
}

.wrapper.style3 input[type="submit"].special,
.wrapper.style3 input[type="reset"].special,
.wrapper.style3 input[type="button"].special,
.wrapper.style3 button.special,
.wrapper.style3 .button.special {
	background-color: #0ec3cc;
	color: #ffffff !important;
}

.wrapper.style3 input[type="submit"].special:hover,
.wrapper.style3 input[type="reset"].special:hover,
.wrapper.style3 input[type="button"].special:hover,
.wrapper.style3 button.special:hover,
.wrapper.style3 .button.special:hover {
	background-color: #71b2f0;
}

.wrapper.style3 input[type="submit"].special:active,
.wrapper.style3 input[type="reset"].special:active,
.wrapper.style3 input[type="button"].special:active,
.wrapper.style3 button.special:active,
.wrapper.style3 .button.special:active {
	background-color: #439aea;
}

.wrapper.style3 label {
	color: #ffffff;
}

.wrapper.style3 input[type="text"],
.wrapper.style3 input[type="password"],
.wrapper.style3 input[type="email"],
.wrapper.style3 input[type="tel"],
.wrapper.style3 select,
.wrapper.style3 textarea {
	background: rgba(255, 255, 255, 0.075);
	border-color: rgba(255, 255, 255, 0.25);
}

.wrapper.style3 input[type="text"]:focus,
.wrapper.style3 input[type="password"]:focus,
.wrapper.style3 input[type="email"]:focus,
.wrapper.style3 input[type="tel"]:focus,
.wrapper.style3 select:focus,
.wrapper.style3 textarea:focus {
	border-color: #0ec3cc;
	box-shadow: 0 0 0 1px #0ec3cc;
}

.wrapper.style3 .select-wrapper:before {
	color: rgba(255, 255, 255, 0.25);
}

.wrapper.style3 input[type="checkbox"]+label,
.wrapper.style3 input[type="radio"]+label {
	color: #bfbfbf;
}

.wrapper.style3 input[type="checkbox"]+label:before,
.wrapper.style3 input[type="radio"]+label:before {
	background: rgba(255, 255, 255, 0.075);
	border-color: rgba(255, 255, 255, 0.25);
}

.wrapper.style3 input[type="checkbox"]:checked+label:before,
.wrapper.style3 input[type="radio"]:checked+label:before {
	background-color: #0ec3cc;
	border-color: #0ec3cc;
	color: #ffffff;
}

.wrapper.style3 input[type="checkbox"]:focus+label:before,
.wrapper.style3 input[type="radio"]:focus+label:before {
	border-color: #0ec3cc;
	box-shadow: 0 0 0 1px #0ec3cc;
}

.wrapper.style3 ::-webkit-input-placeholder {
	color: #999999 !important;
}

.wrapper.style3 :-moz-placeholder {
	color: #999999 !important;
}

.wrapper.style3 ::-moz-placeholder {
	color: #999999 !important;
}

.wrapper.style3 :-ms-input-placeholder {
	color: #999999 !important;
}

.wrapper.style3 .formerize-placeholder {
	color: #999999 !important;
}

.wrapper.style3 ul.alt li {
	border-top-color: rgba(255, 255, 255, 0.25);
}

.wrapper.style3 header p {
	color: #999999;
}

.wrapper.style3 table tbody tr {
	border-color: rgba(255, 255, 255, 0.25);
}


.wrapper.style3 table th {
	color: #ffffff;
}

.wrapper.style3 table thead {
	border-bottom-color: rgba(255, 255, 255, 0.25);
}

.wrapper.style3 table tfoot {
	border-top-color: rgba(255, 255, 255, 0.25);
}

.wrapper.style3 table.alt tbody tr td {
	border-color: rgba(255, 255, 255, 0.25);
}

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


.wrapper.style3:before {
	-moz-transition: opacity 3s ease;
	-webkit-transition: opacity 3s ease;
	-ms-transition: opacity 3s ease;
	transition: opacity 3s ease;
	-moz-transition-delay: 1.25s;
	-webkit-transition-delay: 1.25s;
	-ms-transition-delay: 1.25s;
	transition-delay: 1.25s;
	content: '';
	display: block;
	background-color: rgba(0, 0, 0, 0.70);
	height: 100%;
	left: 0;
	opacity: 0.75;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 1;
}

#footer table tbody tr {
background-color: rgba(23, 28, 33, 1);
}

.smallbox{
	min-height: 400px;
	margin-bottom: 2em;
}
.wrapper.style3 .content.eng{
	text-align: center;
}
.wrapper.style3 .content.eng img {
max-width: 800px;
margin: 0 auto;
}
@media screen and (max-width: 1280px) {
	.wrapper>.inner {
		width: 90%;
	}

}

@media screen and (max-width: 980px) {
	.wrapper.style3 {
		background-attachment: scroll;
	}
	.smallbox{
		min-height: auto;
	}
}

@media screen and (max-width: 736px) {
	.wrapper {
		padding: 1rem 0 1rem 0;
	}
	.subpage .wrapper {
		padding: 2rem 0 1rem 0;
	}

}

/* Header */

body.subpage {
	padding-top: 3.125em;
}

@-moz-keyframes reveal-header {
	0% {
		top: -4em;
		opacity: 0;
	}

	100% {
		top: 0;
		opacity: 1;
	}
}

@-webkit-keyframes reveal-header {
	0% {
		top: -4em;
		opacity: 0;
	}

	100% {
		top: 0;
		opacity: 1;
	}
}

@-ms-keyframes reveal-header {
	0% {
		top: -4em;
		opacity: 0;
	}

	100% {
		top: 0;
		opacity: 1;
	}
}

@keyframes reveal-header {
	0% {
		top: -4em;
		opacity: 0;
	}

	100% {
		top: 0;
		opacity: 1;
	}
}

#header {
	background: rgba(0, 0, 0, 0.75);
	color: #a6a6a6;
	cursor: default;
	height: 3.25em;
	left: 0;
	line-height: 3.25em;
	position: fixed;
	text-align: right;
	top: 0;
	width: 100%;
	z-index: 10001;
}

#header .toggle span {
	display: none;
}

#header>.logo {
	display: inline-block;
	left: 1.8rem;
	line-height: inherit;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 17px;
	width: 150px;
	height: 40px;
	background-image: url("../../images/logo2021en.svg");
	background-size: 100%;
	background-repeat: no-repeat;
}


.alt #header>.logo {
	display: inline-block;
	height: inherit;
	left: 1.25rem;
	line-height: inherit;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 0;
	width: 240px;
	height: 57px;
	background-image: url("../../images/logo.svg");
	background-size: 100%;
}

#header>.logo a {
	font-size: 1.25rem;
	color: #FFF;
	text-decoration: none;
}

#header>.logo span {
	display: none;
}

#header>a {
	-moz-transition: color 0.2s ease-in-out;
	-webkit-transition: color 0.2s ease-in-out;
	-ms-transition: color 0.2s ease-in-out;
	transition: color 0.2s ease-in-out;
	display: inline-block;
	padding: 0 0.75em;
	color: inherit;
	text-decoration: none;
	color: #FFF;
}

#header>a[href="#menu"] {
	text-decoration: none;
	-webkit-tap-highlight-color: transparent;
}

#header>a[href="#menu"]:before {
	content: "";
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-transform: none !important;
}

#header>a[href="#menu"]:before {
	margin: 0 0.5em 0 0;
}

#header>a+a[href="#menu"]:last-child {
	border-left: solid 1px rgba(0, 0, 0, 0.15);
	padding-left: 1.25em;
	margin-left: 0.5em;
}

#header>a:last-child {
	padding-right: 1.25em;
}

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

	#header>a {
		padding: 0 0.5em;
	}

	#header>a+a[href="#menu"]:last-child {
		padding-left: 1em;
		margin-left: 0.25em;
	}

	#header>a:last-child {
		padding-right: 1.5em;
	}

}

#header.reveal {
	-moz-animation: reveal-header 0.5s ease;
	-webkit-animation: reveal-header 0.5s ease;
	-ms-animation: reveal-header 0.5s ease;
	animation: reveal-header 0.5s ease;
}

#header.alt {
	-moz-animation: none;
	-webkit-animation: none;
	-ms-animation: none;
	animation: none;
	background-color: transparent;
	box-shadow: none;
	overflow: hidden;
	position: absolute;
	top: 1.5em;
}

.sub #header.alt {
	-moz-animation: none;
	-webkit-animation: none;
	-ms-animation: none;
	animation: none;
	background-color: black;
	box-shadow: none;
	overflow: hidden;
	position: fixed;
	top: 0;
}

#header.alt h1 {
	left: 2.5em;
}

#header.alt nav {
	right: 2.5em;
}

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

	body.subpage {
		padding-top: 44px;
	}

	#header {
		/* height: 44px; */
		/* line-height: 44px; */
	}

	#header>h1 {
		left: 1em;
	}

	#header>h1 a {
		font-size: 1em;
	}

}

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

	#header {
		min-width: 320px;
	}

}

/* Menu */

#menu {
	-moz-transform: translateX(20em);
	-webkit-transform: translateX(20em);
	-ms-transform: translateX(20em);
	transform: translateX(20em);
	-moz-transition: -moz-transform 0.5s ease, box-shadow 0.5s ease, visibility 0.5s;
	-webkit-transition: -webkit-transform 0.5s ease, box-shadow 0.5s ease, visibility 0.5s;
	-ms-transition: -ms-transform 0.5s ease, box-shadow 0.5s ease, visibility 0.5s;
	transition: transform 0.5s ease, box-shadow 0.5s ease, visibility 0.5s;
	-webkit-overflow-scrolling: touch;
	background: #171c21;
	box-shadow: none;
	color: #fff;
	height: 100%;
	max-width: 80%;
	overflow-y: auto;
	padding: 3em 2em;
	position: fixed;
	right: 0;
	top: 0;
	visibility: hidden;
	width: 20em;
	z-index: 10002;
}

#menu>ul {
	margin: 0 0 1rem 0;
}

#menu>ul.links {
	list-style: none;
	padding: 0;
}

#menu>ul.links>li {
	padding: 0;
}

#menu>ul.links>li>a:not(.button) {
	border: 0;
	border-top: solid 1px rgba(255, 255, 255, 0.25);
	color: #fff;
	display: block;
	line-height: 3.5em;
	text-decoration: none;
}

#menu>ul.links>li>a:not(.button):hover {
	color: #0ec3cc;
}

#menu>ul.links>li>.button {
	display: block;
	margin: 0.5em 0 0 0;
}

#menu>ul.links>li:first-child>a:not(.button) {
	border-top: 0 !important;
}

#menu .close {
	text-decoration: none;
	-moz-transition: color 0.2s ease-in-out;
	-webkit-transition: color 0.2s ease-in-out;
	-ms-transition: color 0.2s ease-in-out;
	transition: color 0.2s ease-in-out;
	-webkit-tap-highlight-color: transparent;
	border: 0;
	color: #fff;
	cursor: pointer;
	display: block;
	height: 3.25em;
	line-height: 3.25em;
	padding-right: 1.25em;
	position: absolute;
	right: 0;
	text-align: right;
	top: 0;
	vertical-align: middle;
	width: 7em;
}

#menu .close:before {
	content: "";
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-transform: none !important;
}

#menu .close:before {
	font-size: 1.25em;
}

#menu .close:hover {
	color: #f2f2f2;
}

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

	#menu .close {
		height: 4em;
		line-height: 4em;
	}

}

#menu.visible {
	-moz-transform: translateX(0);
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
	box-shadow: 0 0 1.5em 0 rgba(0, 0, 0, 0.2);
	visibility: visible;
}

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

	#menu {
		padding: 2.5em 1.75em;
	}

}

/* Banner */

#banner {
	display: -ms-flexbox;
	-ms-flex-pack: center;
	-ms-flex-align: center;
	-moz-align-items: center;
	-webkit-align-items: center;
	-ms-align-items: center;
	align-items: center;
	display: -moz-flex;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-moz-justify-content: center;
	-webkit-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	border-top: 0;
	min-height: 100vh;
	/* height: 100vh !important; */
	/* width: 100%; */
	position: relative;
	text-align: center;
	overflow: hidden;
	padding: 6rem 2rem 4rem 2rem;
}

#banner .inner {
	-moz-transform: scale(1.0);
	-webkit-transform: scale(1.0);
	-ms-transform: scale(1.0);
	transform: scale(1.0);
	-moz-transition: opacity 1s ease, -moz-transform 1s ease;
	-webkit-transition: opacity 1s ease, -webkit-transform 1s ease;
	-ms-transition: opacity 1s ease, -ms-transform 1s ease;
	transition: opacity 1s ease, transform 1s ease;
	opacity: 1;
	position: relative;
	z-index: 2;
}

#banner .inner .logotop {
	width: 400px;
	height: auto;
	margin-bottom: 3em;
}

#banner h1 {
	font-size: 4rem;
	margin-bottom: 1rem;
	color: #FFF;
}

#banner p {
	color: rgba(255, 255, 255, 1);
	font-size: 1.4rem;
	width: 600px;
	margin: 0 auto;
	margin-bottom: 3rem;
	text-align: justify;
}

#banner a {
	color: #FFF;
	text-decoration: none;
}

#banner video {
	-moz-transform: translateX(50%) translateY(50%);
	-webkit-transform: translateX(50%) translateY(50%);
	-ms-transform: translateX(50%) translateY(50%);
	transform: translateX(50%) translateY(50%);
	position: absolute;
	bottom: 50%;
	right: 50%;
	width: auto;
	height: auto;
	min-width: 100%;
	min-height: 100%;
	overflow: hidden;
}

#banner:before {
	-moz-transition: opacity 3s ease;
	-webkit-transition: opacity 3s ease;
	-ms-transition: opacity 3s ease;
	transition: opacity 3s ease;
	-moz-transition-delay: 1.25s;
	-webkit-transition-delay: 1.25s;
	-ms-transition-delay: 1.25s;
	transition-delay: 1.25s;
	content: '';
	display: block;
	background-color: rgba(0, 0, 0, 0.8);
	height: 100%;
	left: 0;
	opacity: 0.5;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 1;
}

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

	#banner video {
		display: none;
	}

}

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

	#banner {
		min-height: 0;
		height: auto !important;
		padding: 6rem 2rem 4rem 2rem;
	}

	#banner .inner {
		width: 100%;
	}

	#banner h1 {
		font-size: 1.75em;
		margin-bottom: 0.5em;
		padding-bottom: 0;
	}

	#banner p {
		font-size: 1em;
		width: 100%;
		text-align: left;
	}

	#banner br {
		display: none;
	}

	#banner .button {
		width: 100%;
	}

	#banner .inner .logotop {
		width: 300px;
		max-width: 80%;
	}
}

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

	#banner p {
		font-size: 1em;
	}

}

body.is-loading #banner .inner {
	-moz-transform: scale(0.99);
	-webkit-transform: scale(0.99);
	-ms-transform: scale(0.99);
	transform: scale(0.99);
	opacity: 0;
}

body.is-loading #banner:before {
	opacity: 1;
}

/* Main */

#main {
	padding: 4rem 0 2rem 0;
}

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

	#main {
		padding: 3rem 0 1rem 0;
	}

}

/* Footer */

#footer {
	padding: 4rem 0 4rem 0;
	background: #161c21;
}

#footer .copyright {
	color: #bbb;
	font-size: 0.9rem;
	margin: 0 0 2rem 0;
	padding: 0;
	text-align: left;
}

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

	#footer {
		padding: 3rem 0 1rem 0;
	}

}

/* Flexgrid */

#flexgrid {
	width: 100%;
	margin: 0 0 2.5rem 0;
	display: -moz-flex;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-moz-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-moz-align-items: stretch;
	-webkit-align-items: stretch;
	-ms-align-items: stretch;
	align-items: stretch;
}

#flexgrid>* {
	-moz-flex-shrink: 1;
	-webkit-flex-shrink: 1;
	-ms-flex-shrink: 1;
	flex-shrink: 1;
	-moz-flex-grow: 0;
	-webkit-flex-grow: 0;
	-ms-flex-grow: 0;
	flex-grow: 0;
}

#flexgrid>* {
	width: 33.33333%;
}

#flexgrid>* {
	padding: 3rem;
	width: calc(33.33333% + 2rem);
}

#flexgrid> :nth-child(-n + 3) {
	padding-top: 0;
}

#flexgrid> :nth-last-child(-n + 3) {
	padding-bottom: 0;
}

#flexgrid> :nth-child(3n + 1) {
	padding-left: 0;
}

#flexgrid> :nth-child(3n) {
	padding-right: 0;
}

#flexgrid> :nth-child(3n + 1),
#flexgrid> :nth-child(3n) {
	width: calc(33.33333% + -1rem);
}

#flexgrid>div {
	border-style: solid;
	border-color: rgba(255, 255, 255, 0.25);
	border-left-width: 1px;
	border-top-width: 1px;
	text-align: center;
}

#flexgrid>div> :last-child {
	margin-bottom: 0;
}

#flexgrid>div:nth-child(3n - 2) {
	border-left-width: 0;
}

#flexgrid>div:nth-child(-n + 3) {
	border-top-width: 0;
}

#flexgrid>div .icon {
	display: -moz-flex;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-moz-align-items: center;
	-webkit-align-items: center;
	-ms-align-items: center;
	align-items: center;
	-moz-justify-content: center;
	-webkit-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
	font-size: 3.5rem;
	background: #fff;
	color: #0ec3cc;
	width: 8rem;
	height: 8rem;
	border-radius: 100%;
	margin: 0 auto 2rem auto;
}

.contactfrm p,
#banner p,
#flexgrid p {
	letter-spacing: .1em;
	line-height: 1.8em;
}


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

	#flexgrid>* {
		width: 100%;
	}

	#flexgrid>* {
		padding: 2rem;
		width: calc(33.33333% + 1.33333rem);
	}

	#flexgrid> :nth-child(-n + 3) {
		padding-top: 2rem;
	}

	#flexgrid> :nth-last-child(-n + 3) {
		padding-bottom: 2rem;
	}

	#flexgrid> :nth-child(3n + 1) {
		padding-left: 2rem;
	}

	#flexgrid> :nth-child(3n) {
		padding-right: 2rem;
	}

	#flexgrid> :nth-child(3n + 1),
	#flexgrid> :nth-child(3n) {
		padding: 2rem;
		width: calc(100% + 4rem);
	}

	#flexgrid>* {
		padding: 2rem;
		width: calc(50% + 2rem);
	}

	#flexgrid> :nth-child(-n + 2) {
		padding-top: 2rem;
	}

	#flexgrid> :nth-last-child(-n + 2) {
		padding-bottom: 2rem;
	}

	#flexgrid> :nth-child(2n + 1) {
		padding-left: 2rem;
	}

	#flexgrid> :nth-child(2n) {
		padding-right: 2rem;
	}

	#flexgrid> :nth-child(2n + 1),
	#flexgrid> :nth-child(2n) {
		padding: 2rem;
		width: calc(100% + 4rem);
	}

	#flexgrid>* {
		padding: 2rem;
		width: calc(100% + 4rem);
	}

	#flexgrid> :nth-child(-n + 1) {
		padding-top: 0;
	}

	#flexgrid> :nth-last-child(-n + 1) {
		padding-bottom: 0;
	}

	#flexgrid> :nth-child(1n + 1) {
		padding-left: 0;
	}

	#flexgrid> :nth-child(1n) {
		padding-right: 0;
	}

	#flexgrid> :nth-child(1n + 1),
	#flexgrid> :nth-child(1n) {
		width: calc(100% + 2rem);
	}

	#flexgrid>div:nth-child(2n - 1) {
		border-left-width: 1px;
	}

	#flexgrid>div:nth-child(-n + 2) {
		border-top-width: 1px;
	}

	#flexgrid>div:nth-child(-n + 3) {
		border-top-width: 1px;
	}

	#flexgrid>div:nth-child(n) {
		border-left-width: 0;
	}

	#flexgrid>div:nth-child(-n + 1) {
		border-top-width: 0;
	}

	#flexgrid>div .icon {
		font-size: 2rem;
		width: 6rem;
		height: 6rem;
	}

}

.grid-style {
	width: 100%;
	margin: 0 0 2.5rem 0;
	display: -moz-flex;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-moz-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-moz-align-items: stretch;
	-webkit-align-items: stretch;
	-ms-align-items: stretch;
	align-items: stretch;
}

.grid-style>* {
	-moz-flex-shrink: 1;
	-webkit-flex-shrink: 1;
	-ms-flex-shrink: 1;
	flex-shrink: 1;
	-moz-flex-grow: 0;
	-webkit-flex-grow: 0;
	-ms-flex-grow: 0;
	flex-grow: 0;
}

.grid-style>* {
	width: 50%;
}

.grid-style>* {
	padding: 0rem;
	width: calc(50% + 0rem);
}

.grid-style> :nth-child(-n + 2) {
	padding-top: 0;
}

.grid-style> :nth-last-child(-n + 2) {
	padding-bottom: 0;
}

.grid-style> :nth-child(2n + 1) {
	padding-left: 0;
}

.grid-style> :nth-child(2n) {
	padding-right: 0;
}

.grid-style> :first-child {
	width: calc(40% + 0rem);
}

.grid-style> :nth-child(2) {
	width: calc(60% + 0rem);
}

.grid-style .box {
	margin: 0;
}

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

	.grid-style>* {
		width: 100%;
	}

	.grid-style>* {
		padding: 2rem;
		width: calc(50% + 2rem);
	}

	.grid-style> :nth-child(-n + 2) {
		padding-top: 2rem;
	}

	.grid-style> :nth-last-child(-n + 2) {
		padding-bottom: 2rem;
	}

	.grid-style> :nth-child(2n + 1) {
		padding-left: 2rem;
	}

	.grid-style> :nth-child(2n) {
		padding-right: 2rem;
	}

	.grid-style> :nth-child(2n + 1),
	.grid-style> :nth-child(2n) {
		padding: 2rem;
		width: calc(100% + 4rem);
	}

	.grid-style>* {
		padding: 2rem;
		width: calc(100% + 4rem);
	}

	.grid-style> :nth-child(-n + 1) {
		padding-top: 0;
	}

	.grid-style> :nth-last-child(-n + 1) {
		padding-bottom: 0;
	}

	.grid-style> :nth-child(1n + 1) {
		padding-left: 0;
	}

	.grid-style> :nth-child(1n) {
		padding-right: 0;
	}

	.grid-style> :nth-child(1n + 1),
	.grid-style> :nth-child(1n) {
		width: calc(100% + 2rem);
	}

}




.profile dl {
	line-height: 1.4em;
}

.profile dt {
	padding-top: 10px;
	padding-left: 10px;
	width: 100px;
	float: left;
	clear: both;
	margin: 0;
}

.profile dd {
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	width: auto;
	margin-left: 100px;
}

.mfp_element_all {
	max-width: 100%;
}

div.mfp_err {
	color: #0ec3cc;
	background-image: none;
	padding: 3px 0px 5px 5px;
}

.mfp_element_submit,
.mfp_element_reset,
.mfp_element_button {
	text-shadow: none;
	-webkit-transition: 0.5s;-moz-transition: 0.5s;-o-transition: 0.5s;-ms-transition: 0.5s;transition: 0.5s;
}

.mfp_element_submit:hover,
.mfp_element_reset:hover,
.mfp_element_button:hover {
	-moz-opacity: 0.8;
	opacity: 0.8;
	filter: alpha(opacity=80);
}

form#mailformpro label .conf .mfp_err {
	margin-top: 15px;
	margin-left: 2px;
	padding-left: 0;
	font-weight: 300;
}

.section.jumbotron {
	margin-bottom: 0;
	padding: 0;
	color: #fff;
	position: relative;
}

.pattern {
	background-image: url("../../images/pattern.png");
	background-repeat: repeat;
	background-attachment: scroll;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

form#mailformpro label {
	border-radius: 0px;
	margin: 3px;
	display: inline-block;

}

div.cal_wrapper table.cal tr td {
	font-size: 0.9em !important;
}

.cal_wrapper h3 {
	font-size: 1em !important;
}

.formstyle label {
	padding: 10px;
	line-height: 1em;
}
ul.asta {
	list-style: none;
	padding-left: 0;
}

ul.asta li {
	margin-bottom: 8px;
	padding-left: .3em;
}
ul.asta li:before{
	content: '※';
	padding-right: .2em;
}
ul.asta li:last-child{
	margin-bottom: 0;
}
form#mailformpro label.mfp_not_checked:before {
	top: .3rem;
}

form#mailformpro label {
	padding: 0 1em 0 3em;
}

form#mailformpro label.mfp_not_checked,
form#mailformpro label.mfp_checked {
	padding: 10px 0 0 3em;
	line-height: 1.6em;
	font-size: .8em;
	color: #000000;
}

form#mailformpro label.mfp_not_checked {
	padding: 10px 0 0 3em;
}

form#mailformpro label.mfp_checked {
	box-shadow: none;
	color: #000000;
}

form#mailformpro label.check {
	white-space: normal;
	line-height: 1.6em;
}

form#mailformpro label.check p.indt {
	padding-left: 1.6em;
	margin-bottom: 0;
}

form#mailformpro label.check input {
	float: left;
	margin-top: 3px;
}



.mfp_element_text,
.mfp_element_number,
.mfp_element_select-one,
.mfp_element_email,
.mfp_element_tel,
.mfp_element_textarea,
.mfp_element_date {
	border: solid 1px #414141;
	border-radius: 0px;
	box-shadow: 0px 0px 5px #CCC inset;
	padding: .5rem 1rem;
	margin: 2px;
	vertical-align: middle;
}

.conflink {
	text-decoration: none;
	color: #000;
	border-bottom: 1px dashed #000;
}

.conflink:hover {
	color: #c5c3c3;
}

#footer p {
	color: #fff;
}

.btn-primary .badge {
	color: #0ec3cc;
	background-color: #ffffff;
}

.btn-success {
	color: #ffffff;
	background-color: #0fc3cc;
	font-size: 1em;
	-webkit-transition: 0.5s;-moz-transition: 0.5s;-o-transition: 0.5s;-ms-transition: 0.5s;transition: 0.5s;
}
.btn-success.stl1{
	background-color: #640ecc;
}
.btn-success.stl2{
	background-color: #800dcc;
}
.btn-success.stl3{
	background-color: #9e0dcc;
}
.btn-success.stl1:hover,
.btn-success.stl2:hover,
.btn-success.stl3:hover{
	-moz-opacity: 0.8;
	opacity: 0.8;
	filter: alpha(opacity=80);
}

.mfp_element_submit,
.mfp_element_reset,
.mfp_element_button {
	padding: 0 20px;
}

.mfp_element_submit,
.mfp_element_reset,
.mfp_element_button {
	background: #0fc3cc;
	font-size: 1em;
	line-height: 1.2em;
}

.qt {
	width: 60%;
	margin: 0 auto;
}

section#two,
section#three {
	padding-left: 2.5em;
	padding-right: 2.5em;
}



table#mfp_confirm_table tr th,
table#mfp_confirm_table tr td {
	color: #000;
}

form#mailformpro .dinline label {
	display: inline;
	padding: 10px 0 0 3em;
}

form#mailformpro .dinline {
	margin-bottom: 1em;
}

.mfp_element_text,
.mfp_element_number,
.mfp_element_select-one,
.mfp_element_email,
.mfp_element_tel,
.mfp_element_textarea,
.mfp_element_date {
	box-shadow: none;
}

#rdate {
	margin-bottom: 1em;
}

.mfp_element_submit,
.mfp_element_reset,
.mfp_element_button {
	border: none;
}



.blogtxt {
	padding-bottom: 2em;
}

.blogtxt p {
	margin-bottom: 0;
	text-align: left;
}

.blogtxtdate {
	text-align: left;
	color: #2ac9d1
}

.jurtopfstpic .gallery-item {
	width: 40px;
	height: auto;
	float: left;
	margin-bottom: 0;
}

.jurtopfstpic .gallery-item img {
	width: 100%;
	height: auto;
}

.journal div.gallery-icon {
	margin-bottom: 0;
}

.journaltagotr:before {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-transform: none !important;
	content: "\f041";
	margin-right: 0;
	margin-left: .5em;
}

.journallink .content {
	margin-bottom: 1em;
}

.journallink .content:last-child {
	margin-bottom: 0em;
}

#header>.logo a {
	display: block;
	width: 190px;
	height: 40px;
}

div#mfp_phase_confirm h4 {
	font-size: 1.2em;
}

a.big-background-btn {
	font-family: 'Lato', sans-serif;
	font-size: 13px;
	font-weight: 400;
	text-transform: uppercase;
	text-decoration: none;
	color: #fff;
	background: transparent;
	border: 2px solid #fff;
	padding: 8px 14px 8px 14px;
	cursor: pointer;
	letter-spacing: 2px;
	text-align: center;
	display: inline-block;
	-webkit-transition: .4s background ease;
	-moz-transition: .4s background ease;
	-o-transition: .4s background ease;
	transition: .4s background ease;
}

.big-background-btn:hover {
	color: #fff;
	background: rgba(255, 255, 255, 0.20);
}

.anchor .fa {
	color: #fff;
}

.list a {
	text-decoration: none;
}

.list a i {
	color: #595959;
	float: right;
}

.list ul.alt li {
	clear: both;
}



table#mfp_confirm_table tr.mfp_colored {
	background-color: #f0f0f0;
}


table#mfp_confirm_table tr.mfp_achroma {
	background-color: #f0f0f0;
}


.news {
	margin: 2em auto 0;
}

li.news-list_item {
	list-style: none;
}

.news-list {
	margin-bottom: 28px;
	text-align: left;
}

ul.news-list {
	margin: 0 auto;
	padding: 0;
}

.news-list_item {
	padding: 10px 2px 9px;
	/* border-bottom: 1px solid #d7d9db; */
}

.news-list_date {
	margin-right: 24px;
	float: left;
	margin-top: 2px;
	color: #fff;
}

.news-list_text {
	margin-left: 200px;
	color: #ffffff;
}

.news-list_text a {
	color: #444;
}

.news-list_text a:hover {
	/* color: #747474; */
}

.label {
	font-size: .8em;
	line-height: 1;
	position: relative;
	top: -3px;
	display: inline-block;
	padding: 6px 0px 6px;
	text-align: center;
	vertical-align: middle;
	color: #444;
	background-color: #2f363b;
}

.news-list_label {
	width: 80px;
	margin-right: 10px;
	float: left;
}

.news-list_item .label {
	background-color: #ffffff42;
	margin-top: 4px;
	color: #fff;
}

.news-list_item .label a {
	color: #444;
}

.plpoint {
	margin-top: 1em;
}

div.cal_wrapper table.cal tr td div.Today {
	color: #ffffff;
	background: #640ecc;
}

div.cal_wrapper table.cal tr td div.pointer:hover {
	background-color: #161c21 !important;
}

div.cal_wrapper table.cal tr td div.Today {
	color: #ffffff !important;
}

img {
	vertical-align: top;
}

.row.uniform.worksdiv {
	margin-bottom: 1em !important;
}

.row.uniform.worksdiv .image.fit {
	margin-bottom: 1em;
}

.row.uniform.worksdiv div {
	font-size: 1em;
	letter-spacing: .1em;
	text-align: center;
}

.monly {
	display: none;
}

.contacttks .wrapper.style4 p.text-left {
	text-align: left;
	font-size: 1em;
}

.text-left {
	text-align: left;
}



nav.sub ul li {
	display: inline;
	list-style: none;
	padding: 0 10px;
}

nav.sub {
	margin-top: 1em;
}

nav.sub li a {
	font-size: 12px;
	color: white !important;
	border: 1px solid transparent;
	letter-spacing: 2px;
	text-transform: uppercase;
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	padding: 5px 0 8px 2px;
	border-bottom: 3px solid #fff;
	font-weight: 700;
	-moz-transition: opacity 0.2s ease;
	-webkit-transition: opacity 0.2s ease;
	-ms-transition: opacity 0.2s ease;
	transition: opacity 0.2s ease;
}

nav.sub li a:hover {
	-moz-opacity: 0.7;
	opacity: 0.7;
	filter: alpha(opacity=70);
}

nav.sub li:first-child {
	padding-left: 0;
}

nav.sub li:last-child {
	padding-right: 0;
}

nav.sub ul {
	padding-left: 0;
}

.prof2020 dt,
.prof2020 dd {
	font-size: 1em;
	text-align: left;
	line-height: 1.6em;
}

.profmap .image.fit {
	width: 90%;
	margin: 0 0 2rem auto;
}

.profmap {
	position: relative;
}

.mapphoto {
	position: absolute;
	bottom: 30px;
	left: 30px;
	width: 130px;
}


.contacttks .wrapper.style4 p.text-left {
	margin-left: 3em;
}

.uline {
	background: rgba(0, 0, 0, 0) linear-gradient(transparent 90%, rgb(255 255 255 / 0.5) 0%) repeat scroll 0 0;
}

a.ulinea .uline {
	color: #fff;
}

a.ulinea {
	text-decoration: none;
}

.balloon1-left {
	position: relative;
	display: inline-block;
	margin: 0 0 0 20px;
	padding: 1px 10px;
	min-width: 80px;
	max-width: 100%;
	color: #161c21;
	font-size: .7em;
	background: #fff;
}

.balloon1-left:before {
	content: "";
	position: absolute;
	top: 50%;
	left: -15px;
	margin-top: -5px;
	border: 5px solid transparent;
	border-right: 10px solid #fff;
}

.balloon1-left p {
	margin: 0;
	padding: 0;
}

#prof h2 {
	position: relative;
	display: block;
	padding: 0 65px;
	text-align: center;
	font-size: 1.2em;
	margin-bottom: 2em;
}

#prof h2:before,
#prof h2:after {
	position: absolute;
	top: calc(50% - 3px);
	width: 40%;
	height: 6px;
	content: '';
	border-top: solid 2px #000;
	border-bottom: solid 2px #000;
}

#prof h2:before {
	left: 0;
}

#prof h2:after {
	right: 0;
}

#prof {}

#prof h3 {
	margin-bottom: 1em;
	font-size: 1em;
	font-weight: 700;
}

#prof h3 span {
	display: block;
	font-weight: 400;
	font-size: .8em;
	margin-top: .2em;
}

#prof a {
	font-weight: 700;
	text-decoration: none;
	border-bottom: 1px dashed #80c;
	padding-bottom: .2em;
	-moz-transition: opacity 0.2s ease;
	-webkit-transition: opacity 0.2s ease;
	-ms-transition: opacity 0.2s ease;
	transition: opacity 0.2s ease;
}

rt {
	letter-spacing: -.1em;
	text-align: center;
	font-size: 0.6em;
}

#prof p {
	line-height: 2em;
}

#prof a:hover {
	-moz-opacity: 0.7;
	opacity: 0.7;
	filter: alpha(opacity=70);
}

.wrapper.style2 #prof strong,
.wrapper.style2 #prof b {
	color: #fff;
	font-weight: 700;
}

.box2 {
	background: rgba(196, 151, 232, 0.25);
	padding: 2em;
	margin-bottom: 3em;
}

.box2 p {
	margin-bottom: 0em;
}

.eng #banner p {
	text-align: left;
	font-size: 1.2em;
	letter-spacing: 0.05em;
}

.eng #flexgrid p {
	line-height: 1.7em;
}

.eng #prof p {
	line-height: 1.8em;
}

.eng #footer p {
	color: #fff;
	letter-spacing: 0;
}

.eng .jponly,
.engonly {
	display: none;
}

.eng .engonly {
	display: block;
	letter-spacing: .05em !important;
}

.eng .profile dt {
	width: 180px;
}

.eng .profile dd {
	margin-left: 180px;
}

.eng .row.uniform.worksdiv div {
	letter-spacing: 0;
}

.row.uniform.worksdiv h3 .sml {
	clear: both;
	padding-top: 1em;
}

div.cal_wrapper table.cal tr th div.cal_ui input {
	padding: 12px !important;
	font-size: .7em !important;
}

.jaenbtn {
	display: inline-block;
	margin-right: 1em;
}

.jaenbtn a {
	color: #fff;
	text-decoration: none;
	-moz-transition: opacity 0.2s ease;
	-webkit-transition: opacity 0.2s ease;
	-ms-transition: opacity 0.2s ease;
	transition: opacity 0.2s ease;
}

.jaenbtn a:hover {
	-moz-opacity: 0.7;
	opacity: 0.7;
	filter: alpha(opacity=70);
}

.image.fit.mape img {
	width: 50%;
	margin: 0 auto;
}

.mapphoto2 {
	position: absolute;
	bottom: 0px;
	left: 250px;
	width: 150px;
}

p#contact {
	line-height: 1.8em;
	margin-bottom: 1em;
}

.toppage .wrapper.style2 h4 {
	color: #fff;
}

.headingprof {
	position: relative;
	padding-top: 50px;
	padding-left: 30px;
	font-size: 1.4em;
}

.headingprof span {
	position: relative;
	z-index: 2;
	font-weight: 400;
	font-size: .8em;
	text-shadow: #fff 3px 0 5px;
}
#footer .headingprof span{
	text-shadow: #000 3px 0 5px;
}
#banner ul.news-list {
font-size: .9em;
}
.headingprof::before {
	content: attr(data-en);
	position: absolute;
	/* transform: rotate(-10deg); */
	top: 5px;
	left: 0;
	color:rgba(128, 12, 204, 0.5);
	font-size: 60px;
	font-family: "metroscript", sans-serif;
	font-weight: 400;
	font-style: normal;
}
#footer .headingprof::before{
	color:rgba(128, 12, 204, 1);
}

.toppage .wrapper.style2 em {
	font-weight: 500;
	margin-bottom: 1em;
	border-bottom: 2px solid #0fc3cc;
	font-style: normal;
}

.toppage .wrapper.style2 i {
	background-image: repeating-linear-gradient(-45deg, rgba(15, 195, 204, 0.4) 0, rgba(15, 195, 204, 0.4) 2px, transparent 2px, transparent 4px);
	background-repeat: no-repeat;
	background-position: left bottom;
	background-size: 100% 0.5em;
	font-weight: normal;
	font-style: normal;
}

div.cal_wrapper table.cal tr td div.Wed,
div.cal_wrapper table.cal tr td div.Sat,
div.cal_wrapper table.cal tr td div.Sun {
	background-color: #161c21;
}

table tbody tr {
	border-color: #161c21;
}


table#mfp_confirm_table tbody tr {
	border: solid 2px #ffffff;
}


.sub .wrapper.style4 .box {
	border-color: rgba(144, 144, 144, 0.25);
	color: #000;
}
	div.mfp_buttons form {
	margin-bottom: 0;
}

div.mfp_buttons {
	padding: 1em 0;
}
.wrapper.style4 hr{
 flex-basis: 100%;
  width: 100%;
  border: none;
  border-bottom: 1px dashed #000;
  margin: 2em 0;
}
.mtop2em{
	margin-top: 2em;
}
.mtop15em{
	margin-top: 1.5em;
}
.mtop1em{
	margin-top: 1em;
}
.mbtm15em{
	margin-bottom: 1.5em;
}
.mbtm1em{
	margin-bottom: 1em;
}
.mbtm0em{
	margin-bottom: 0em;
}
.contacttks .wrapper.style4 h4{
	border-bottom: 3px solid #000;
	display: inline-block;
	padding-bottom: 1em;
	margin-bottom: 2em;
}
.toppage.eng #flexgrid h3{
	font-size: 1.1em;
}
@media screen and (max-width: 1680px) {
	#header>.logo {
		top: 13px;
	}
}
@media screen and (max-width: 1280px) {
	.mapphoto {
	left: 0px;
	width: 130px;
}
}
@media screen and (max-width: 980px) {

	.blogtxtdate,
	.blogtxt p {
		text-align: left;
		line-height: 1.4em;
	}

	.mapphoto2 {
		position: absolute;
		bottom: 0px;
		left: 100px;
		width: 25%;
	}

	.image.fit.mape img {
		width: 100%;
	}

	.blogtxt p {
		margin-bottom: .5em;
	}

	.blogtxt {
		padding-bottom: 1em;
	}

	.mnon {
		display: none;
	}

	.profmap {
		margin-top: 2em;
	}

	.profmap .image.fit {
		width: 60%;
		margin: 0 auto 2rem auto;
	}

	.mapphoto {
		bottom: 1%;
		left: 16%;
		width: 23%;
	}

	input[type="submit"],
	input[type="reset"],
	input[type="button"],
	button,
	.button {
		padding: 0 .5rem;
	}
	.fulldiv {
	 flex-direction: column;
	  gap: 0;
	}
	.halfdiv70left,
	.halfdiv30right,
	.halfdiv60left ,
	.halfdiv40right,
	.halfdiv,
	.halfdiv3 {
	  flex: 1 1 100%;
	  margin-bottom: 2em;
	}
	#footer div.mfp_buttons {
	padding: 0;
	}
	#footer button.fit{
		margin-bottom: 0;
	}
	p#contact{
		margin-bottom: 2em;
	}
}

@media screen and (max-width: 768px) {
	.image.fit.mape img {
		width: 80%;
	}

	.mapphoto2 {
		position: absolute;
		bottom: 30px;
		left: 50px;
		width: 25%;
	}
	.brmnon br{
		display: none;
	}
	.eng #banner p {
		font-size: 1em;
	}

	.eng .profile dt {
		width: 100%;
	}

	.eng .profile dd {
		width: 100%;
		margin-left: 0;
	}

	.eng .ifitem h3 {
		font-size: 1.35rem;
	}

	.eng #four .row.uniform.worksdiv div {
		text-align: left;
	}

	#one img {
		padding-top: .2em;
	}

	#prof h2:before,
	#prof h2:after {
		width: 30%;
	}

	.contacttks .wrapper.style4 p.text-left {
		margin-left: 0em;
	}

	.monly {
		display: block;
	}

	.row.uniform.worksdiv {
		padding-bottom: 1em !important;
	}

	#four .content.eng img {
		padding-bottom: 0;
	}

	.ifitem h3 {
		font-size: 1rem;
		border-bottom: 1px solid #fff;
		padding-bottom: .5em;
	}

	.ifitem {
		padding: .8em;
	}

	.anchor .fa {
		display: block;
	}

	#header>.logo a {
		display: block;

	}

	.mapphoto {
		position: absolute;
		bottom: 4%;
		left: 0;
		width: 30%;
	}

	.profmap .image.fit {
		width: 90%;
	}

	.news {
		width: 100%;
	}

	.news-list_text {
		display: block;
		margin-top: 5px;
		line-height: 1.7;
		margin-left: 0;
		float: none;
	}

	.news-list_date {
		margin-right: 5px;
	}

	.news-list_label {
		float: none;
	}


	.pdnon {
		padding-top: 0 !important;
	}

	#header>.logo {
		top: 16px;
		width: 150px;
		height: 36px;
	}

	.boxtop {
		margin-bottom: 0rem;
	}

	.topform div.mfp_buttons {
		padding: 0;
	}

	section#two {
		padding-left: 10px;
		padding-right: 10px;
		padding-top: 3em;
	}

	section#three {
		padding-left: 0px;
		padding-right: 0px;
		padding-top: 3em;
	}

	section#four {
		padding-left: 0px;
		padding-right: 0px;
		padding-top: 3em;
	}

	#four {
		padding: 1em 0 0 0;
	}

	#footer .box .content {
		padding: 10px;
	}

	.qt {
		width: 100%;
		margin: 0 auto;
	}

	.profile dl {
		margin: 0 auto;
		width: 100%;
	}

	.profile dt {
		width: 100%;
	}

	.profile dd {
		width: 100%;
		padding-bottom: 10px;
		margin: 0;
	}
}