@import url('https://fonts.googleapis.com/css2?family=Fira+Sans+Condensed:wght@700&family=Open+Sans:wght@400;700&display=swap');

 html {
  line-height: 1.15; 
  -webkit-text-size-adjust: 100%; 
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  font-family: 'Open Sans', sans-serif;
	font-size: 100%;
  line-height: 1.5;
  color: #000;
  text-decoration: none;
  font-weight: normal;
  word-spacing: normal;
  background-color: #f1f1f1;
  -webkit-print-color-adjust:exact;
}

p {
	padding-bottom: 1rem;
}
h1, h2, h3, h4, .a {
  font-family: 'Fira Sans Condensed', sans-serif;
}
h1 {
  font-size: 1.692rem;
  line-height: 1.5;
  margin: 0.5rem 0rem;
}

h2 {
  font-size: 1.8rem;
  line-height: 1.5;
  color: #5A2572;
}

h3 {
  margin: 0rem 0rem 0.5rem;
  line-height: 1.5;
  font-size: 1.2rem;
  color: #5A2572;
}
img {
  max-width: 100%;
  height: auto;
  width: auto;
  border: 0;
  vertical-align: middle;
}

a {
  color: #000;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

ul {
  padding: 0rem 0rem 1.5rem 0rem;
  list-style-image: url();
  list-style: none;
}

li {
  padding-left: 1.3rem;
}

li::before {
  content: "▸";
  display: inline-block;
  font-size: 1.2rem;
  position: relative;
  float: left;
  top: -0.25rem;
  margin-left: -1.3rem;
  color: #5A2572;
} 

.clearfix:after {
  content: ".";
  clear: both;
  display: block;
  visibility: hidden;
  height: 0px;
}
.frame-outer {
  position: relative;
  padding: 0;
  width: 790px;
  margin: 1.3rem auto;
  background-color: #FFF;
  border: 0.02rem solid #A7A9A4;
  box-shadow: -0.1rem 0.1rem 1rem #999;
  font-size: 0.875rem;
}

.header {
  padding: 0rem 0rem 0rem;
  position: relative;
}
.logo {
  padding: 1rem 2rem;
}
.logo img {
  width: 22rem;
}
.title {
  z-index:50;
  position: absolute;
  bottom: 0;
  background: rgba(0,0,0,0.5);
  color: #fff;
  text-align: center;
  left: 0;
  width: 100%;
  padding: 1rem;
}
.content {
  padding: 1.5rem 2rem 0.5rem;
}
.justify {
  text-align: justify;
}
.flex {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.left {
  width: 50%;
}
.right {
  width: 45%;
}
.p-first {
  padding-bottom: 1.5rem;
}
.footer {
  padding: 1.5rem 2rem 2rem;
  background: #5A2572;
  color: #fff;
}
.footer a, .footer h3 {
  color: #fff;
}
.footer h4 {
  font-size: 1.2rem;
  margin-bottom: 2rem;
  text-align: left;
}
.a {
  font-size: 1.2rem;
}

@-webkit-keyframes slidy {
0% { left: 0%; }
25% { left: 0%; }
50% { left: -100%; }
75% { left: -100%; }
100% { left: -200%; }
}

@keyframes slidy {
0% { left: 0%; }
25% { left: 0%; }
50% { left: -100%; }
75% { left: -100%; }
100% { left: -200%; }
}
.slider-wrap { overflow: hidden; }
.slideshow img { width: 33.333333%; float: left; }
.slideshow { 
  position: relative;
  width:300%;
  margin: 0;
  left: 0;
  text-align: left;
  font-size: 0;
  -webkit-animation-name:slidy;
  -webkit-animation-duration: 18s;
  -webkit-animation-delay: 3s;
  -webkit-animation-iteration-count: infinite;
  animation: 18s slidy infinite; 
}

#sliderBox{
	position: relative;
}

.slider-wrap {
  width: auto;
  height: auto;
  position: relative;
  overflow: hidden;
	z-index: 2;
}


.slider-wrap_4Bilder{
	margin: 0;
	width: auto;
	height: auto;
	position: relative;
	overflow: hidden;
	z-index: 1;
}

.slideshow_4Bilder {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  z-index: 0;
}
.slideshow_4Bilder li span {
  width: 100%;
  height:100%;
  position: absolute;
  top: 0px;
  left: 0px;
  color: transparent;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: none;
  opacity: 0;
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-animation: image_4Bilder 24s linear infinite;
  animation: image_4Bilder 24s linear infinite;
}
@keyframes image_4Bilder {
0% {
 opacity: 0;
      transform: translateX(100%);
    }
	0.01%{
		opacity: 1;
	}  

    2% {
      transform: translateX(0);
    }

    25% {
      transform: translateX(0);
    }

    27% {    
      transform: translateX(-100%);
		opacity: 1;
    }
	28%{
		opacity: 0;
	}
}
@-webkit-keyframes image_4Bilder {
0% {
 opacity: 0;
      transform: translateX(100%);
    }
	0.01%{
		opacity: 1;
	}  

    2% {
      transform: translateX(0);
    }

    25% {
      transform: translateX(0);
    }

    27% {    
      transform: translateX(-100%);
		opacity: 1;
    }
	28%{
		opacity: 0;
	}
}

.slideshow_4Bilder li {
    margin:0;
    padding:0;
  list-style: none;
}
.slideshow_4Bilder li:nth-child(1) span {
}
.slideshow_4Bilder li:nth-child(2) span {
  -webkit-animation-delay: 6s;
  animation-delay: 6s;
}
.slideshow_4Bilder li:nth-child(3) span {
  -webkit-animation-delay: 12s;
  animation-delay: 12s;
}
.slideshow_4Bilder li:nth-child(4) span {
  -webkit-animation-delay: 18s;
  animation-delay: 18s;
}

ul.slideshow_4Bilder {
	margin:0 !important;
	padding: 0 !important;
}

.slideshow_4Bilder li::before{
	display:none !important;
}

.slideshow_4Bilder ul {
	margin:0 !important;
	padding-left:0 !important;
	list-style-type: none !important;
	list-style:none !important;
}



.button a {
	display: inline-block;
	padding: 0.6rem 1.5rem 0.6rem 1.5rem;
	margin: 1rem auto;
	cursor: pointer;
	font-size: 1.1em;
	background-color: ##fff;
	border: 3px solid #fff;
	transition: all 140ms ease 0s;
	-moz-transition: all 140ms ease 0s;
	-webkit-transition: all 140ms ease 0s;
	color: #fff;
	border-radius: 0;
}

.button a:hover {
	background-position: 0.9375rem center;
	background-color: #fff;
	text-decoration: none;
	color: #5A2572;
}


.refnr {}

.apply {}
