body {
	font-size: 14px;
	line-height: 30px;
}

h1 {
  text-align: center;
  color: #fff;
  background: url("../img/shared/bg7.jpg") no-repeat center top/cover;
  height: 96px;
  padding: 30px 0 0 !important;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.fl, .fr {
  width: 33.33333%;
  text-align: center;
  position: relative;
  height: calc(100vh - 203px);
  cursor: pointer;
}
.fl:before, .fr:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  visibility: hidden;
  border: 4px solid #95bb00;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.fl .content, .fr .content {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.fl .logo, .fr .logo {
  padding: 0 0 0 0;
}
.fl .button, .fr .button {
  padding: 30px 0 0 0;
}
.fl .txt {
  padding: 30px 0 0 0;
  color: #fff;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  width: 70%;
  margin: 0 auto;
  text-align: left;
}

.fr .txt {
  padding: 30px 0 0 0;
  color: #000;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  width: 70%;
  margin: 0 auto;
  text-align: left;

}

.fl:hover:before, .fl:hover .txt, .fr:hover:before, .fr:hover .txt {
  opacity: 1;
  visibility: visible;
}

.fl {
  background: url("../img/shared_top/bg_01.jpg") no-repeat center top/cover;
}
.fl:before {
  content: '';
  background: url("../img/shared_top/bg_01_on.jpg") no-repeat center top/cover;
}
.fl .logo {
  padding-right: 60px;
}
.fl .button {
  padding-right: 60px;
}

.fr {
  background: url("../img/shared_top/bg_02.jpg") no-repeat center top/cover;
}
.fr:before {
  content: '';
  background: url("../img/shared_top/bg_02_on.jpg") no-repeat center top/cover;
}


.fr2 {
  background: url("../img/shared_top/bg_03.jpg") no-repeat center top/cover;
}
.fr2:before {
  content: '';
  background: url("../img/shared_top/bg_03_on.jpg") no-repeat center top/cover;
}


#footer {
  height: 107px;
  text-align: center;
  background: url("../img/shared/bg7.jpg") no-repeat center top/cover;
  color: #fff;
}
#footer address {
  font-size: 12px;
  line-height: 12px;
  padding: 40px 0 0 0;
}
#footer .cookies_link {
  font-size: 12px;
}
