/*! CSS Used from: https://test-bj.d-dj.com/arbeit-jungle-s3_4811_design/webroot/css/common-50c195f16d99e67cad9b9d44b2aca4ca.css ; media=all */

header,
nav {
  display: block;
}
a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}
a:active,
a:hover {
  outline-width: 0;
}
img {
  border-style: none;
}
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}
div,
li,
ul {
  box-sizing: border-box;
  word-break: break-all;
}
a {
  color: #fa6b33;
  text-decoration: underline;
}
img {
  max-width: 100%;
  height: auto;
}
ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.l_header {
  background: #fff;
  box-shadow: 0 3px 6px 1px rgba(0, 0, 0, 0.1);
  position: relative;
  z-index: 2;
}
.l_header .logo {
  margin: 0;
  float: left;
}
@media screen and (max-width: 366px) {
  .l_header .logo {
    max-width: 100px;
  }
}
.l_header__inner {
  position: relative;
  padding: 10px 8px;
  overflow: hidden;
}
.l_navigation {
  float: right;
}
.l_menu {
  width: 133px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  float: left;
  margin-right: 8px;
}
.l_menu li {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.l_menu a {
  display: block;
  text-align: center;
  text-decoration: none;
  font-weight: 700;
  font-size: 1.3rem;
}
.l_menu_sub {
  box-shadow: inset 0 0 0 1px #aaa;
  border-radius: 5px;
}
.l_menu_sub a {
  height: 57px;
  color: #002121;
  font-size: 1.2rem;
  line-height: 1.3;
  padding-top: 8px;
  position: relative;
  box-sizing: border-box;
}
.l_menu_sub li:first-child a:after {
  content: " ";
  height: calc(100% - 1px);
  width: 1px;
  background: #aaa;
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.header_num {
  font-size: 1.8rem;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 700;
  color: #fe6027;
}
.header_num + span {
  opacity: 0.6;
}
.l_header_age {
  font-size: 1.1rem;
}
.header_update {
  display: block;
  font-size: 1.1rem;
}
.header_update span {
  color: #fa6b33;
}
.btn {
  font-size: 1.4rem;
  font-weight: 700;
  display: block;
  padding: 8px 12px;
  text-align: center;
  border-radius: 3px;
  text-decoration: none;
  outline: none;
  border: none;
  cursor: pointer;
  box-shadow: none;
  background: rgba(0, 0, 0, 0.1);
  color: #1b1b1b;
  position: relative;
}
.btn:after,
.btn:before {
  color: inherit;
}
.btn_menu {
  background: #fa7e33;
  color: #fff;
  font-size: 1rem;
  min-width: 0;
  width: 57px;
  height: 57px;
  float: right;
  padding: 8px 0 0;
  box-sizing: border-box;
}
.btn_menu:before {
  content: "\f0c9";
  font-family: FontAwesome;
  display: block;
  font-size: 2.8rem;
  line-height: 1em;
}
.btn_menu:after {
  content: " ";
}

/*! CSS Used fontfaces */
@font-face {
  font-family: "FontAwesome";
  src: url("https://cdn.jsdelivr.net/npm/font-awesome@4.6.3/fonts/fontawesome-webfont.eot?v=4.6.3");
  src: url("https://cdn.jsdelivr.net/npm/font-awesome@4.6.3/fonts/fontawesome-webfont.eot#iefix&v=4.6.3")
      format("embedded-opentype"),
    url("https://cdn.jsdelivr.net/npm/font-awesome@4.6.3/fonts/fontawesome-webfont.woff2?v=4.6.3")
      format("woff2"),
    url("https://cdn.jsdelivr.net/npm/font-awesome@4.6.3/fonts/fontawesome-webfont.woff?v=4.6.3")
      format("woff"),
    url("https://cdn.jsdelivr.net/npm/font-awesome@4.6.3/fonts/fontawesome-webfont.ttf?v=4.6.3")
      format("truetype"),
    url("https://cdn.jsdelivr.net/npm/font-awesome@4.6.3/fonts/fontawesome-webfont.svg?v=4.6.3#fontawesomeregular")
      format("svg");
  font-weight: normal;
  font-style: normal;
}
