@import url('https://fonts.googleapis.com/earlyaccess/notosansjp.css');
.worksans {
  font-family: 'Work Sans', sans-serif;
}
.noto {
  font-family: "Noto Sans JP", sans-serif;
}
.wrap960 {
  width: 960px;
  margin: 0 auto;
}
@media screen and (max-width: 960px) {
  .wrap960 {
    width: 100%;
  }
}
::-moz-selection {
  background: #07a9ff;
}
::selection {
  background: #07a9ff;
}
body {
  background: white;
  font-family: "Noto Sans JP", sans-serif;
  color: #222327;
  font-size: 14px;
  position: relative;
}
a {
  text-decoration: none;
  -webkit-transition: color 0.5s;
  transition: color 0.5s;
}
a:hover {
  color: #d7092f;
}
h1.hide,
h3.hide,
h2.hide {
  display: none;
}
.mainTitle {
  text-align: center;
}
.mainTitle h3 {
  font-size: 30px;
  color: #103861;
  font-weight: normal;
  margin: 0;
}
.mainTitle .en {
  width: 390px;
  margin: 12px auto 0 auto;
  display: block;
  border-top: 1px #d7092f solid;
  font-family: 'Work Sans', sans-serif;
  color: gray;
  font-size: 20px;
  padding-top: 10px;
  letter-spacing: 2px;
  position: relative;
  font-weight: 200;
}
.mainTitle .en:before {
  content: "";
  display: block;
  background: #d7092f;
  width: 146px;
  height: 7px;
  position: absolute;
  top: -4px;
  left: 50%;
  margin-left: -73px;
}
@media only screen and (max-width: 420px) {
  .mainTitle h3 {
    font-size: 24px;
  }
  .mainTitle .en {
    width: calc(100% - 20px);
    font-size: 16px;
  }
}
header {
  width: 100%;
  height: 115px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
header.scroll {
  background: white;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
}
@media only screen and (max-width: 640px) {
  header {
    height: 60px;
  }
}
header .subMenu {
  background: #103861;
  height: 30px;
  font-size: 13px;
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 640px) {
  header .subMenu {
    display: none;
  }
}
header .subMenu a {
  color: white;
  opacity: .5;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
header .subMenu a:hover {
  opacity: 1;
}
header .subMenu ul.menu {
  margin: 0;
  padding: 0;
  float: right;
  margin-right: 20px;
}
header .subMenu ul.menu li {
  margin: 0;
  padding: 0;
  list-style: none;
  display: inline-block;
  line-height: 30px;
}
header .subMenu ul.menu li:after {
  content: "|";
  display: inline-block;
  color: white;
  opacity: 0.5;
  margin: 0 15px;
}
header .subMenu ul.menu li:last-child:after {
  display: none;
}
header .subMenu .lan {
  background: #0b2842;
  width: 186px;
  height: 30px;
  float: right;
  position: relative;
  text-align: center;
  line-height: 30px;
  cursor: pointer;
}
header .subMenu .lan .text {
  font-size: 12px;
  color: white;
  opacity: .5;
  margin-right: 10px;
}
header .subMenu .lan .now {
  font-size: 14px;
  color: white;
}
header .subMenu .lan .arrow {
  display: inline-block;
  vertical-align: middle;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  border-color: white transparent transparent transparent;
  margin-left: 5px;
  -webkit-transition: transform 0.5s;
  transition: transform 0.5s;
}
header .subMenu .lan .arrow.active {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  vertical-align: 2px;
}
header .subMenu .lan ul.select {
  margin: 0;
  padding: 0;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  left: 0;
  z-index: -1;
  background: #2f7eaf;
  -webkit-transition: bottom 0.5s;
  transition: bottom 0.5s;
}
header .subMenu .lan ul.select.active {
  bottom: -80px;
}
header .subMenu .lan ul.select li {
  margin: 0;
  padding: 0;
  list-style: none;
  cursor: pointer;
}
header .subMenu .lan ul.select li a {
  display: block;
  width: 100%;
  text-align: center;
  padding: 5px 0;
}
header .subMenu .lan ul.select li a:hover {
  background: #246187;
}
header .logo {
  position: absolute;
  top: 50px;
  left: 20px;
  display: block;
  width: 240px;
}
header .logo img {
  width: 100%;
}
@media only screen and (max-width: 1100px) {
  header .logo {
    width: 200px;
  }
}
@media only screen and (max-width: 640px) {
  header .logo {
    position: relative;
    top: auto;
    left: auto;
    width: 180px;
    margin: 10px 0 0 15px;
  }
}
@media only screen and (max-width: 420px) {
  header .logo {
    width: 150px;
    margin-top: 15px;
  }
}
header nav.main {
  width: 425px;
  margin: 24px auto 0 auto;
}
@media only screen and (max-width: 1100px) {
  header nav.main {
    width: 350px;
  }
}
@media only screen and (max-width: 900px) {
  header nav.main {
    float: right;
    margin-right: 30px;
  }
}
@media only screen and (max-width: 640px) {
  header nav.main {
    display: none;
  }
}
header nav.main a {
  width: 100px;
  height: 32px;
  line-height: 32px;
  display: inline-block;
  color: #103861;
  font-size: 16px;
  margin-right: 56px;
  text-align: center;
  position: relative;
}
@media only screen and (max-width: 1100px) {
  header nav.main a {
    margin-right: 20px;
  }
}
header nav.main a:last-child {
  margin-right: 0;
}
header nav.main a:hover {
  color: #103861;
}
header nav.main a:after {
  content: "";
  display: block;
  background: #d7092f;
  width: 100%;
  height: 0;
  position: absolute;
  bottom: -2px;
  left: 0;
  -webkit-transition: height 0.2s;
  transition: height 0.2s;
}
header nav.main a:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 8px 0 8px;
  border-color: #d7092f transparent transparent transparent;
  position: absolute;
  bottom: -6px;
  left: 50%;
  opacity: 0;
  margin-left: -4px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
header nav.main a:hover:after,
header nav.main a.active:after {
  height: 2px;
}
header nav.main a:hover:before,
header nav.main a.active:before {
  bottom: -9px;
  opacity: 1;
}
header .contactInfo {
  position: absolute;
  top: 40px;
  right: 0;
  width: 135px;
  border-left: 1px #e2e2e2 solid;
  padding: 16px 0 16px 50px;
  color: #103861;
  font-size: 14px;
  letter-spacing: 1px;
  background: url(../images/phone.svg) no-repeat 12px center;
}
header .lineInfo {
  position: absolute;
  top: 56px;
  right: 200px;
  width: 116px;
  height: 36px;
  border-left: 1px #e2e2e2 solid;
  /* padding: 16px 0 16px 50px; */
  color: #103861;
  font-size: 14px;
  letter-spacing: 1px;
  cursor: pointer;
}
@media only screen and (max-width: 900px) {
  header .contactInfo {
    display: none;
  }
  header .lineInfo {
    display: none;
}
}
header .contactInfo .tel {
  font-family: 'Work Sans', sans-serif;
  color: #103861;
  font-size: 15px;
  letter-spacing: 2px;
  font-weight: 200;
  display: block;
  margin-top: 3px;
}
header .menuQuickLink {
  display: none;
  width: 45px;
  height: 45px;
  float: right;
  background-repeat: no-repeat;
  margin: 6px 12px 0 0;
}
header .menuQuickLink.mail {
  background-image: url(../images/rent_normal.svg);
}
header .menuQuickLink.mail:hover {
  background-image: url(../images/rent_hover.svg);
}
header .menuQuickLink.phone {
  background-image: url(../images/phone_normal.svg);
}
header .menuQuickLink.phone:hover {
  background-image: url(../images/phone_hover.svg);
}
header .menuQuickLink.line {
  background-image: url(../images/round-default.png);
}
@media only screen and (max-width: 640px) {
  header .menuQuickLink {
    display: block;
  }
}
@media only screen and (max-width: 420px) {
  header .menuQuickLink {
    background-size: contain;
    width: 35px;
    height: 35px;
    margin: 12px 4px 0 0;
  }
}
header .menuBtn {
  width: 50px;
  height: 50px;
  float: right;
  display: none;
  position: relative;
  cursor: pointer;
  margin: 5px 5px 0 0;
}
@media only screen and (max-width: 640px) {
  header .menuBtn {
    display: block;
  }
}
header .menuBtn .line {
  width: 26px;
  height: 2px;
  position: absolute;
  left: 10px;
  background: #103861;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
header .menuBtn .line.top {
  top: 15px;
}
header .menuBtn .line.middle {
  top: 24px;
}
header .menuBtn .line.bottom {
  top: 33px;
}
header .menuBtn.active .top {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 24px;
}
header .menuBtn.active .middle {
  width: 0;
  left: 50%;
}
header .menuBtn.active .bottom {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 24px;
}
header nav.mobileMenu {
  display: none;
  position: fixed;
  top: 60px;
  left: 0;
  width: 100%;
  height: calc(100vh - 60px);
  background: white;
  overflow-y: auto;
}
header nav.mobileMenu .main {
  display: block;
  color: #103861;
  padding: 25px 0;
  font-size: 16px;
  border-bottom: 1px #f9f9f9 solid;
  text-align: center;
}
header nav.mobileMenu .main:active {
  background-color: #f9f9f9;
}
header nav.mobileMenu .mobileLan {
  padding: 15px 0;
  text-align: center;
}
header nav.mobileMenu .mobileLan a {
  display: inline-block;
  font-size: 13px;
  color: #103861;
  padding: 8px 15px;
}
header nav.mobileMenu .mobileLan a.active {
  color: white;
  background: #103861;
}
.bigBanner {
  width: 100%;
  height: 785px;
  position: relative;
  margin-top: 115px;
}
@media only screen and (max-width: 640px) {
  .bigBanner {
    height: 90vh;
    margin-top: 60px;
  }
}
.bigBanner .titleWrap {
  padding: 20px;
  position: absolute;
  left: 50%;
  z-index: 3;
  text-align: center;
  background: rgba(255, 255, 255, 0.5);
}
.bigBanner .titleWrap h1 {
  font-size: 40px;
  color: #103861;
  font-weight: normal;
  margin: 0 0 20px 0;
}
@media only screen and (max-width: 800px) {
  .bigBanner .titleWrap h1 {
    font-size: 36px;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 640px) {
  .bigBanner .titleWrap h1 {
    font-size: 30px;
    margin-bottom: 15px;
  }
}
.bigBanner .titleWrap h1 span {
  color: #d7092f;
}
.bigBanner h2 {
  margin: 0;
  color: #103861;
  font-size: 16px;
  line-height: 2;
  letter-spacing: 1px;
  font-weight: normal;
}
@media only screen and (max-width: 640px) {
  .bigBanner h2 {
    text-align: justify;
    font-size: 14px;
  }
  .bigBanner h2 br {
    display: none;
  }
}
.bigBanner .scene {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.bigBanner .scene.bg {
  z-index: 1;
}
.bigBanner .scene.people {
  z-index: 2;
}
.bigBanner .scrollDown {
  width: 80px;
  height: 80px;
  position: absolute;
  z-index: 3;
  bottom: 140px;
  left: 50%;
  margin-left: -40px;
  background: url(../images/scrolldown.svg) no-repeat center;
  -webkit-animation: 2s scroll_down infinite;
  -moz-animation: 2s scroll_down infinite;
  -o-animation: 2s scroll_down infinite;
  -ms-animation: 2s scroll_down infinite;
  animation: 2s scroll_down infinite;
  cursor: pointer;
}
@-webkit-keyframes scroll_down {
  0% {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(0, 10px);
    -moz-transform: translate(0, 10px);
    -o-transform: translate(0, 10px);
    -ms-transform: translate(0, 10px);
    transform: translate(0, 10px);
  }
  100% {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@keyframes scroll_down {
  0% {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(0, 10px);
    -moz-transform: translate(0, 10px);
    -o-transform: translate(0, 10px);
    -ms-transform: translate(0, 10px);
    transform: translate(0, 10px);
  }
  100% {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
.scrollTo {
  width: 1px;
  height: 1px;
  position: absolute;
  top: -70px;
  left: 0;
}
.contactForm {
  background: url(../images/contactBg.svg) #f6f6f6 no-repeat center center;
  padding: 80px 0 55px 0;
}
@media only screen and (max-width: 800px) {
  .contactForm {
    padding-top: 0;
  }
}
.contactForm form.contact {
  background: white;
  width: 755px;
  margin: 0 auto;
  padding: 100px 55px 50px 55px;
}
@media only screen and (max-width: 900px) {
  .contactForm form.contact {
    width: calc(100% - 50px);
    padding: 50px 10px 20px 10px;
  }
}
.contactForm form.contact .info {
  text-align: center;
  margin-bottom: 40px;
  line-height: 1.6;
}
.contactForm form.contact label {
  display: inline-block;
  vertical-align: top;
  width: 125px;
  height: 40px;
  line-height: 40px;
  margin-bottom: 22px;
}
.contactForm form.contact label.required:after {
  content: "*";
  color: #d7092f;
  margin-left: 0px;
}
.contactForm form.contact label[for=email] {
  letter-spacing: 0px;
}
.contactForm form.contact input,
.contactForm form.contact select,
.contactForm form.contact textarea {
  display: inline-block;
  vertical-align: top;
  width: calc(100% - 160px);
  border: 1px #d8d8d8 solid;
  padding: 12px;
  margin-bottom: 22px;
}
.contactForm form.contact input:focus,
.contactForm form.contact select:focus,
.contactForm form.contact textarea:focus {
  outline: 0;
  border-color: #fabe00;
}
.contactForm form.contact select {
  width: calc(100% - 134px);
  background: url(../images/arrowDown.svg) white no-repeat 98% center;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.contactForm form.contact textarea {
  height: 100px;
  resize: none;
}
.contactForm form.contact .wrap {
  display: inline-block;
  vertical-align: top;
  width: calc(100% - 130px);
  margin-bottom: 22px;
}
.contactForm form.contact .radioWrap {
  display: inline-block;
  cursor: pointer;
  padding-top: 8px;
  margin-right: 20px;
  margin-bottom: 10px;
}
.contactForm form.contact .radioWrap a {
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  border: 1px #d8d8d8 solid;
  border-radius: 50%;
  margin-right: 10px;
}
.contactForm form.contact .radioWrap input[type=radio] {
  display: none;
}
.contactForm form.contact .radioWrap.active a:after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background: #103861;
  border-radius: 50%;
  margin: 5px 0 0 5px;
}
.contactForm form.contact .ps {
  display: inline-block;
  color: #939393;
}
.contactForm form.contact hr {
  border-top: 0;
  border-right: 0;
  border-left: 0;
}
.contactForm form.contact .checkboxWrap {
  text-align: center;
  cursor: pointer;
  margin: 30px 0;
}
.contactForm form.contact .checkboxWrap a {
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  border: 1px #d8d8d8 solid;
  margin-right: 10px;
  position: relative;
}
.contactForm form.contact .checkboxWrap input[type=checkbox] {
  display: none;
}
.contactForm form.contact .checkboxWrap.active a:before {
  content: "";
  display: block;
  width: 24px;
  height: 18px;
  background: url(../images/checkbox.svg) no-repeat;
  position: absolute;
  top: 1px;
  left: 1px;
}
.contactForm form.contact .submit {
  margin: 0 auto;
  background: gray;
  color: white;
  text-align: center;
  border: 0;
  display: block;
  padding: 12px 60px;
  font-size: 20px;
  -webkit-transition: background 0.5s;
  transition: background 0.5s;
}
.contactForm form.contact .submit:hover {
  background: #103861;
}
.contactForm form.contact .submit:focus {
  outline: 0;
}
.quickLink {
  position: fixed;
  top: 30%;
  right: 0;
  z-index: 99;
  width: 92px;
  height: 184px;
  background: rgba(0, 0, 0, 0.7);
  border-bottom-left-radius: 184px;
  border-top-left-radius: 184px;
  cursor: pointer;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media only screen and (max-width: 640px) {
  .quickLink {
    display: none;
  }
}
.quickLink .icon {
  width: 48px;
  height: 34px;
  background: url(../images/quickLink.png) no-repeat top center;
  margin: 20px 0 10px 28px;
}
.quickLink .text {
  width: 70px;
  margin: 0 0 10px 16px;
  position: relative;
  border-bottom: 1px white solid;
  font-size: 14px;
  letter-spacing: 0px;
  color: white;
  line-height: 20px;
  padding-bottom: 10px;
}
.quickLink .text:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 9px 6px 0 6px;
  border-color: white transparent transparent transparent;
  position: absolute;
  bottom: -9px;
  left: 50%;
  margin-left: -6px;
}
.quickLink .action {
  font-family: 'Work Sans', sans-serif;
  letter-spacing: 2px;
  color: #fabe00;
  font-size: 25px;
  font-weight: 400;
  margin-left: 32px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.quickLink:hover {
  background: rgba(0, 0, 0, 0.9);
}
.quickLink:hover .icon {
  background-position: bottom center;
}
.quickLink:hover .action {
  text-shadow: 0 0 5px rgba(255, 236, 0, 0.75);
}
.ad {
  background: #f6f6f6;
  margin-bottom: -50px;
}
.ad #adSlide {
  margin: 0 auto;
  width: 700px;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
  position: relative;
  top: -65px;
  z-index: 1;
}
@media only screen and (max-width: 960px) {
  .ad #adSlide {
    width: calc(100% - 180px);
  }
}
@media only screen and (max-width: 800px) {
  .ad #adSlide {
    width: calc(100% - 20px);
  }
}
.ad #adSlide .item img {
  width: 100%;
}
.ad #adSlide button {
  display: block;
  position: absolute;
  width: 44px;
  height: 98px;
  background-repeat: no-repeat;
  background-color: transparent;
  background-position: center;
  background-size: contain;
  border: 0;
  text-indent: -9999px;
  top: 50%;
  margin-top: -49px;
  cursor: pointer;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.ad #adSlide button.slick-prev {
  background-image: url(../images/adArrowPrev.svg);
  left: -85px;
}
.ad #adSlide button.slick-prev:hover {
  -webkit-transform: translate(-10px, 0);
  -moz-transform: translate(-10px, 0);
  -o-transform: translate(-10px, 0);
  -ms-transform: translate(-10px, 0);
  transform: translate(-10px, 0);
}
.ad #adSlide button.slick-next {
  background-image: url(../images/adArrowNext.svg);
  right: -85px;
}
.ad #adSlide button.slick-next:hover {
  -webkit-transform: translate(10px, 0);
  -moz-transform: translate(10px, 0);
  -o-transform: translate(10px, 0);
  -ms-transform: translate(10px, 0);
  transform: translate(10px, 0);
}
.ad #adSlide button:focus {
  outline: 0;
}
@media only screen and (max-width: 960px) {
  .ad #adSlide button {
    width: 22px;
    height: 49px;
    margin-top: -28.5px;
  }
  .ad #adSlide button.slick-prev {
    left: -50px;
  }
  .ad #adSlide button.slick-next {
    right: -50px;
  }
}
@media only screen and (max-width: 800px) {
  .ad #adSlide button {
    display: none;
  }
}
.news {
  width: 100%;
  padding: 15px 0;
  position: relative;
}
@media only screen and (max-width: 640px) {
  .news {
    padding: 10px 0 8px 0;
  }
}
.news .wrap {
  width: 680px;
  height: 20px;
  margin: 0 auto;
  line-height: 20px;
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 800px) {
  .news .wrap {
    width: calc(100% - 20px);
  }
}
@media only screen and (max-width: 640px) {
  .news .wrap {
    height: 50px;
  }
}
.news .wrap h4 {
  font-family: 'Work Sans', sans-serif;
  color: #d7092f;
  font-size: 24px;
  display: inline-block;
  vertical-align: top;
  margin: 0 25px 0 0;
}
@media only screen and (max-width: 640px) {
  .news .wrap h4 {
    font-size: 20px;
    display: block;
    margin-bottom: 5px;
  }
}
.news .wrap #newsList {
  display: inline-block;
  width: calc(100% - 103px);
  height: 20px;
  vertical-align: top;
  overflow: hidden;
}
@media only screen and (max-width: 640px) {
  .news .wrap #newsList {
    width: 100%;
  }
}
.news .wrap #newsList .item a {
  display: block;
  width: 100%;
}
.news .wrap #newsList .item a:focus {
  outline: 0;
}
.news .wrap #newsList .item .date {
  color: gray;
  font-size: 14px;
  margin-right: 25px;
  width: 72px;
  display: inline-block;
  vertical-align: top;
}
.news .wrap #newsList .item .title {
  color: #103861;
  font-size: 14px;
  text-overflow: ellipsis;
  overflow: hidden;
  width: calc(100% - 102px);
  height: 20px;
  display: inline-block;
  vertical-align: top;
}
#top {
  display: block;
  background: rgba(0, 0, 0, 0.5);
  width: 70px;
  height: 70px;
  position: fixed;
  bottom: -70px;
  right: 0;
  text-align: center;
  -webkit-transition: background 0.5s;
  transition: background 0.5s;
  cursor: pointer;
  z-index: 20;
}
#top .text {
  display: block;
  position: relative;
  color: white;
  margin: 32px auto 0 auto;
  width: 38px;
  font-size: 15px;
  border-top: 1px rgba(255, 255, 255, 0.5) solid;
  padding-top: 15px;
  line-height: 0;
}
#top .text:before {
  content: "^";
  display: block;
  color: white;
  position: absolute;
  top: -12px;
  left: 13px;
}
#top:hover {
  background: rgba(0, 0, 0, 0.8);
}
@media only screen and (max-width: 640px) {
  #top {
    height: 40px;
  }
  #top .text {
    border: 0;
    margin-top: 5px;
  }
  #top .text:before {
    display: none;
  }
}
footer {
  background: #103861;
  padding-top: 18px;
  text-align: center;
}
footer .logo {
  display: block;
  margin: 0 auto;
}
footer ul.menu {
  display: block;
  margin: 18px auto;
  padding: 0;
  text-align: center;
}
footer ul.menu li {
  margin: 0;
  padding: 0;
  list-style: none;
  display: inline-block;
  vertical-align: top;
  line-height: 30px;
}
footer ul.menu li a {
  color: white;
}
footer ul.menu li a:hover {
  color: #fabe00;
}
footer ul.menu li:after {
  content: "|";
  display: inline-block;
  vertical-align: top;
  color: white;
  opacity: 0.5;
  margin: 0 15px;
}
footer ul.menu li:last-child:after {
  display: none;
}
footer .epaper {
  width: 145px;
  padding: 8px 5px 8px 30px;
  border: 0;
  background: url(../images/mail.svg) white no-repeat 5px center;
}
footer .epaper:focus {
  outline: 0;
}
footer .epaperBtn {
  background: gray;
  color: white;
  border: 0;
  margin: 0;
  padding: 8px 15px;
  margin-left: -3px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
footer .epaperBtn:focus {
  outline: 0;
}
footer .epaperBtn:hover {
  background: #0079ba;
}
@media only screen and (max-width: 640px) {
  footer .epaperBtn,
  footer .epaper,
  footer ul.menu {
    display: none;
  }
}
footer .copyright {
  background: #0b2842;
  margin-top: 18px;
  padding: 12px 0;
}
footer .copyright .wrap960 {
  color: white;
  text-align: left;
  font-size: 13px;
  line-height: 1.3;
}
@media only screen and (max-width: 960px) {
  footer .copyright .wrap960 {
    padding: 0 10px;
    width: calc(100% - 20px);
  }
}
@media only screen and (max-width: 800px) {
  footer .copyright .wrap960 {
    font-size: 12px;
  }
}
@media only screen and (max-width: 640px) {
  footer .copyright .wrap960 {
    text-align: center;
  }
}
footer .copyright .wrap960 .text {
  opacity: .5;
}
footer .copyright .wrap960 .menu {
  float: right;
  margin: 0;
}
@media only screen and (max-width: 640px) {
  footer .copyright .wrap960 .menu {
    display: none;
  }
}
footer .copyright .wrap960 .menu li {
  line-height: 1;
}
footer .copyright .wrap960 .menu li a {
  opacity: .5;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
footer .copyright .wrap960 .menu li a:hover {
  color: white;
  opacity: 1;
}
#loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: white;
  z-index: 100;
}
.LoadingOrix {
  background-image: url("../images/loading_logo.svg");
  background-position: top;
  background-repeat: no-repeat;
  background-size: 100%;
  width: 235px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -56px 0 0 -117px;
}
.cars {
  width: 76px;
  height: 10px;
  padding: 18px 0 0 0;
  margin: 70px auto 0 auto;
  animation: shake 300ms infinite linear;
  background-image: url("../images/loading_car.svg");
  background-size: 100%;
  background-repeat: no-repeat;
}
.whell {
  height: 20px;
  width: 20px;
  animation: spin 500ms infinite linear;
  display: inline-block;
  background-image: url("../images/loading_wheel.svg");
  background-size: 100%;
  background-repeat: no-repeat;
}
.whell:nth-child(1) {
  margin: 0 23px 0 5px;
}
.car_shadow {
  width: 76px;
  margin: 0 auto;
}
.car_shadow img {
  width: 100%;
}
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(-360deg);
  }
}
@keyframes shake {
  from {
    transform: translate(0px, 2px) rotate(0deg);
  }
  to {
    transform: translate(0px, 0) rotate(-1deg);
  }
}
