@charset "UTF-8";

/* ------------------------------------------------------------

Banner -[.banner]-

------------------------------------------------------------ */
.banner[data-module] {
  line-height: 1.5;
}
.banner[data-module] * {
  line-height: inherit;
}
.banner[data-module=header] .banner__link {
  font-weight: bold;
  color: #fff;
  position: relative;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 48px;
  padding: 0 10px;
  background-color: #75749c;
}
@media screen and (max-width: 49.0625rem) {
  .banner[data-module=header] .banner__link {
    font-size: 0.6875rem;
  }
}
@media screen and (min-width: 49.125rem) {
  .banner[data-module=header] .banner__link {
    font-size: 0.875rem;
  }
}
.banner[data-module=header] .banner__link .em {
  color: #E22914;
}
/**.banner[data-module=header] .banner__link::after {
  content: "";
  display: block;
  width: 1.5em;
  height: 1.5em;
  margin-left: 1em;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 13 13'%3E%3Ccircle cx='6.5' cy='6.5' r='6.5' fill='%236d3c32'/%3E%3Cpath fill='%23e9e1de' d='m9.3 6.5-4 3v-6Z'/%3E%3C/svg%3E");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  speak: none;
}**/
@media screen and (max-width: 49.0625rem) {
  .banner[data-module=header] .banner__linkInner {
    flex: 1;
  }
}



