﻿body {
  font-family: 'Noto Sans', sans-serif;
}
strong {
	font-weight:700;
}
li {
	margin:10px;
}
a {
	text-decoration:none;
	color:inherit;
}
a:hover {
	text-decoration:underline;
}
h3.blue {
	font-size: 14pt;
	font-weight: bold;
	color: #3F1E85;
	cursor:pointer;
}
h3.blue:hover{
	text-decoration:underline;
}
.telephone {
  width: 111px;
  height: 22px;
  font-size: 16px;
  font-weight: bold;
  font-style: normal;
  line-height: 1.31;
  text-align: left;
  color: #65696d;
}
a.mail {
  width: 111px;
  height: 22px;
  font-size: 16px;
  font-weight: bold;
  font-style: normal;
  line-height: 1.31;
  text-align: left;
  color: #65696d;
  text-decoration:none;
}
a.mail:hover {
	text-decoration:underline;
}
.top-menu {
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  line-height: 1.38;
  text-align: left;
  color: #8b8b8d;
}
a.top-menu-item {
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  line-height: 1.38;
  text-align: left;
  color: #8b8b8d;
  text-decoration:none;
}
a.top-menu-item:hover {
  color: #000000;
}
.main_text {
  font-size: 17px;
  font-weight: 300;
  font-style: normal;
  line-height: 1.47;
  text-align: left;
  color: #212020;
}
.box-1 {
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.16);
  background-color: #ffffff;
  z-index:4;
}
.text-1 {
  font-size: 19px;
  font-weight: 300;
  font-style: normal;
  line-height: 1.25;
  text-align: left;
  color: #212020;
}
.headline {
  font-size: 31px;
  font-weight: 500;
  font-style: normal;
  line-height: 1.06;
  text-align: left;
  color: #8b8b8d;
}
.key-text {
  font-size: 17px;
  font-weight: 300;
  font-style: normal;
  line-height: 1.24;
  text-align: center;
  color: #212020;
}
.key-bold {
  font-weight: 700;
}
.bottom-menu {
  font-size: 15px;
  font-weight: 300;
  font-style: normal;
  line-height: 1.27;
  text-align: left;
  color: #ffffff;
  text-decoration:none;
}
a.bottom-menu {
  text-decoration:none;
}
a.bottom-menu:hover {
  color: #000000;
}
a.button-small {
  width: 119px;
  height: 34px;
  border-radius: 22px;
  background-color: #6bc3f0;
  font-size: 16px;
  font-weight: bold;
  font-style: normal;
  text-align:center;
  color: #ffffff;
  text-decoration:none
}
a.button-small:hover {
	background-color:#3388BB;
}
.button-large {
  width: 265px;
  height: 41px;
  border-radius: 22px;
  background-color: #6bc3f0;
  font-size: 19px;
  font-weight: bold;
  font-style: normal;
  line-height:30px;
  vertical-align:middle;
  text-align:center;
  color: #ffffff;
  text-decoration:none
}
.button-large:hover {
	background-color:#3388BB;
}
@keyframes slidy {
0% { left: 0%; }
15% { left: 0%; }
20% { left: -100%; }
35% { left: -100%; }
40% { left: -200%; }
55% { left: -200%; }
60% { left: -300%; }
75% { left: -300%; }
80% { left: -400%; }
95% { left: -400%; }
100% { left: -500%; }
}
/* Safari 4.0 - 8.0 */
@-webkit-keyframes slidy {
0% { left: 0%; }
15% { left: 0%; }
20% { left: -100%; }
35% { left: -100%; }
40% { left: -200%; }
55% { left: -200%; }
60% { left: -300%; }
75% { left: -300%; }
80% { left: -400%; }
95% { left: -400%; }
100% { left: -500%; }
}
div#slider { overflow: hidden; }
div#slider figure img {width: 1280px; float: left; }
div#slider figure { 
  position: relative;
  width: 7680px;
  margin: 0;
  left: 0;
  animation: 40s slidy infinite; 
}
