@charset "UTF-8";
/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

body {
  line-height: 1; }

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

nav ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none; }

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold; }

del {
  text-decoration: line-through; }

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0; }

input, select {
  vertical-align: middle; }

html {
  font-size: 62.5%;
  width: 100%; }

body {
  background-color: #FFF;
  color: #333333;
  font-size: 1.6rem;
  font-family: "Gothic MB101 Medium", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", 'Meiryo', 'Osaka', "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 200%;
  letter-spacing: .15em; }
  @media (max-width: 767px) {
    body {
      font-size: 1.4rem; } }

* {
  box-sizing: border-box; }

img {
  max-width: 100%;
  vertical-align: top; }

a[href] {
  color: #FF4B00;
  text-decoration: none;
  -webkit-transition: .16s opacity;
  transition: .16s opacity;
  word-break: break-word; }
  a[href]:hover {
    opacity: .5; }

a[target="_blank"]:after {
  content: "\e914";
  font-family: "Hobonichi-Icons" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.font-bold {
  font-family: "Gothic MB101 Bold", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", 'Meiryo', 'Osaka', "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: bold; }

.font-demi-bold {
  font-family: "Gothic MB101 DemiBold", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", 'Meiryo', 'Osaka', "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: bold; }

.font-heavy {
  font-family: "Gothic MB101 Heavy", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", 'Meiryo', 'Osaka', "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: bold; }

.indent-half {
  margin-left: -.5em; }

@media (min-width: 768px) {
  .is-pc-disabled {
    display: none !important; } }

@media (max-width: 767px) {
  .is-sp-disabled {
    display: none !important; } }

.map {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden; }

.map iframe,
.map object,
.map embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.calendar-wrapper {
  max-width: 960px;
  min-width: 300px;
  margin: 2.0833% auto; }

.calendar {
  position: relative;
  padding-bottom: 100%;
  height: 0; }
  @media (max-width: 407px) {
    .calendar {
      padding-bottom: 130%; } }

.calendar iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important; }

.youtube {
  display: block;
  position: relative;
  width: 100%;
  padding-top: 56.25%; }
  .youtube iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important; }

:not(.youtube) iframe[src*="youtube"] {
  aspect-ratio: 16 / 9;
  max-width: 100%;
  height: auto;
}

@media (min-width: 768px) {
  .header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    max-width: 990px;
    min-height: 145px;
    text-align: center;
    margin: 0 auto; }
    .header--event {
      display: block;
      margin-bottom: 2em; }
    .header__logo {
      margin: 25px 0; }
      .header__logo img {
        height: 63px; } }

@media (max-width: 767px) {
  .header {
    text-align: center;
    padding-top: 20px; }
    .header img {
      width: auto;
      height: 26px; }
    .teaser .header img {
      height: auto; }
    .header--index img, .header--about img {
      width: 80%;
      height: auto; }
    .header--event {
      padding: 0; }
      .header--event img {
        width: 100%;
        height: auto; }
    .header__logo {
      margin: 10px 0; }
      .header__logo img {
        width: auto;
        height: 35px; } }

@media (min-width: 768px) {
  .teaser {
    text-align: center; }
    .teaser .header {
      display: block;
      height: auto; }
      .teaser .header__hobonichi {
        display: inline-block;
        margin-top: 20px;
        line-height: 0; }
      .teaser .header__logo {
        margin-top: 50px; }
      .teaser .header__title {
        margin-top: 30px;
        padding: 0 20px; }
    .teaser .footer {
      border: none; }
    .teaser .section {
      margin-top: 50px; }
      .teaser .section__head {
        height: 80px;
        line-height: 80px;
        margin-bottom: 50px;
        background-color: #143C50; }
        .teaser .section__head img {
          vertical-align: middle; }
      .teaser .section__content {
        width: 100%;
        max-width: 1050px;
        margin: 0 auto;
        padding: 0 25px; }
        .teaser .section__content .box {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: start;
              -ms-flex-align: start;
                  align-items: flex-start;
          -webkit-box-orient: horizontal;
          -webkit-box-direction: reverse;
              -ms-flex-direction: row-reverse;
                  flex-direction: row-reverse;
          margin-bottom: 50px; }
          .teaser .section__content .box--between {
            -webkit-box-pack: justify;
                -ms-flex-pack: justify;
                    justify-content: space-between; }
          .teaser .section__content .box p {
            text-align: left;
            margin-left: 50px; }
          .teaser .section__content .box:nth-of-type(2) {
            margin-top: 30px; }
            .teaser .section__content .box:nth-of-type(2) p {
              margin-left: 0;
              margin-right: 50px; }
        .teaser .section__content .introduction {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center;
          -webkit-box-align: start;
              -ms-flex-align: start;
                  align-items: flex-start; }
          .teaser .section__content .introduction p {
            margin-top: 80px;
            margin-left: 50px;
            text-align: left; }
    .teaser .topic {
      width: 100%;
      max-width: 700px;
      margin: 40px auto 0; }
      .teaser .topic__head {
        text-align: left; }
      .teaser .topic__content {
        padding-left: 100px; }
        .teaser .topic__content p {
          margin-top: 1em;
          text-align: left; }
      .teaser .topic__detail {
        margin-top: 30px;
        padding-left: 30px;
        text-align: left; }
        .teaser .topic__detail h4 {
          position: relative;
          font-size: 2.4rem;
          line-height: 1.3em; }
          .teaser .topic__detail h4:before {
            content: '';
            position: absolute;
            top: 50%;
            left: -28px;
            margin-top: -10px;
            width: 20px;
            height: 20px;
            border-radius: 10px;
            background-color: #FFEBAA; }
        .teaser .topic__detail img {
          margin-top: 15px; }
        .teaser .topic__detail figcaption {
          font-size: 1.4rem;
          line-height: 2.28em;
          color: #595959; }
    .teaser .attention {
      width: 100%;
      max-width: 600px;
      margin: 60px auto;
      padding: 40px 55px;
      border: solid 3px #143C50;
      text-align: left; }
      .teaser .attention h3 {
        font-size: 2.4rem;
        line-height: 1.3em; }
      .teaser .attention p {
        margin-top: 2em; }
    .teaser .banner {
      max-width: none;
      margin-top: 60px; }
    .teaser .twitter-btn {
      margin-top: 2em; } }

@media (max-width: 767px) {
  .teaser {
    text-align: center; }
    .teaser .header__hobonichi {
      display: inline-block;
      margin-top: 10px;
      line-height: 0; }
      .teaser .header__hobonichi img {
        width: 42%; }
    .teaser .header__logo {
      margin-top: 25px; }
      .teaser .header__logo img {
        width: 75%; }
    .teaser .header__title {
      margin-top: 15px;
      padding: 0; }
      .teaser .header__title img {
        width: 85%; }
    .teaser .section {
      margin-top: 25px; }
      .teaser .section__head {
        height: 30px;
        line-height: 30px;
        margin-bottom: 25px;
        background-color: #143C50; }
        .teaser .section__head img {
          height: 16px;
          vertical-align: middle; }
      .teaser .section__text {
        padding-left: 5%;
        padding-right: 5%;
        text-align: left; }
      .teaser .section__content {
        width: 100%;
        padding: 0; }
        .teaser .section__content .box {
          display: block;
          margin-bottom: 25px; }
          .teaser .section__content .box p {
            text-align: left;
            padding-left: 5%;
            padding-right: 5%;
            margin-left: 0; }
          .teaser .section__content .box > img {
            width: 60%;
            margin-top: 30px; }
          .teaser .section__content .box picture {
            display: block;
            margin-top: 30px; }
          .teaser .section__content .box:nth-of-type(2) {
            margin-top: 0; }
            .teaser .section__content .box:nth-of-type(2) p {
              margin-right: 0; }
        .teaser .section__content .introduction {
          display: block; }
          .teaser .section__content .introduction img {
            width: 70%; }
          .teaser .section__content .introduction p {
            padding-left: 5%;
            padding-right: 5%;
            margin-top: 20px;
            margin-left: 0;
            font-size: 1.3rem;
            text-align: left; }
    .teaser .yodogawa {
      width: 90%;
      margin: 0 auto;
      text-align: left; }
    .teaser .topic {
      width: 90%;
      max-width: 700px;
      margin: 40px auto 0; }
      .teaser .topic__head {
        text-align: left; }
        .teaser .topic__head img {
          height: 33px; }
      .teaser .topic__content {
        padding-left: 1em; }
        .teaser .topic__content p {
          margin-top: 1em;
          text-align: left; }
      .teaser .topic__detail {
        margin-top: 30px;
        padding: 0 15px;
        text-align: left; }
        .teaser .topic__detail h4 {
          position: relative;
          font-size: 1.5rem;
          line-height: 1.3em; }
          .teaser .topic__detail h4:before {
            content: '';
            position: absolute;
            top: 50%;
            left: -20px;
            width: 12px;
            height: 12px;
            margin-top: -6px;
            border-radius: 10px;
            background-color: #FFEBAA; }
        .teaser .topic__detail img {
          margin-top: 15px; }
        .teaser .topic__detail figcaption {
          font-size: 1.2rem;
          line-height: 2.28em;
          color: #595959; }
    .teaser .attention {
      width: 90%;
      margin: 30px auto;
      padding: 20px 10px;
      border: solid 3px #143C50;
      text-align: left; }
      .teaser .attention h3 {
        font-size: 1.8rem;
        text-align: center;
        line-height: 1.3em; }
      .teaser .attention p {
        font-size: 1.3rem;
        margin-top: 2em; }
    .teaser .banner {
      margin-top: 30px; }
    .teaser .twitter-btn {
      margin-top: 2em; }
    .teaser .footer {
      border: none; } }

@media (min-width: 768px) {
  .wrapper {
    max-width: 1060px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 30px;
    overflow: hidden; }
  .navigation {
    display: block;
    width: 20%;
    float: left; }
    .navigation ul {
      font-size: 1.5rem;
      list-style: none; }
      .navigation ul li {
        padding-left: 5px;
        line-height: 20px;
        background-color: #FFF5C8; }
        .navigation ul li + li {
          margin-top: 40px; }
        .navigation ul li a {
          display: inline-block;
          width: 100%;
          color: #143C50; }
    .navigation__logo {
      display: inline-block;
      width: 100%;
      margin-top: 100px; }
  .content {
    width: 80%;
    float: right;
    overflow: hidden; }
  .banners {
    width: 67%;
    margin-top: -40px;
    max-width: 530px;
    float: left;
    padding-left: 80px;
    padding-right: 50px; }
  .banner {
    max-width: 400px;
    margin-top: 40px; }
    .banner > img {
      vertical-align: bottom; }
  .twitter {
    width: 33%;
    max-width: 260px;
    float: right; }
    .twitter__timeline {
      height: 446px;
      margin-top: 16px;
      border: solid 1px #143C50;
      overflow: scroll; }
    .twitter__btn {
      width: 197px;
      margin-top: 20px;
      margin-left: auto;
      margin-right: auto; }
  .page {
    padding-left: 85px; }
    .page__content h2 {
      font-size: 2.4rem;
      line-height: 1.75;
      color: #143C50;
      font-family: "Gothic MB101 Heavy", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", 'Meiryo', 'Osaka', "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
      font-weight: bold; } }
    @media (min-width: 768px) and (min-width: 768px) {
      .page__content h2 {
        -webkit-transform: rotate(0.05deg);
            -ms-transform: rotate(0.05deg);
                transform: rotate(0.05deg); } }

@media (min-width: 768px) {
    .page__content h3 {
      position: relative;
      padding-left: 30px;
      line-height: 1.75;
      font-size: 2.4rem;
      color: #143C50;
      font-family: "Gothic MB101 Heavy", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", 'Meiryo', 'Osaka', "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
      font-weight: bold; } }
    @media (min-width: 768px) and (min-width: 768px) {
      .page__content h3 {
        -webkit-transform: rotate(0.05deg);
            -ms-transform: rotate(0.05deg);
                transform: rotate(0.05deg); } }

@media (min-width: 768px) {
      .page__content h3:before {
        content: '';
        position: absolute;
        top: 12px;
        left: 0;
        width: 20px;
        height: 20px;
        border-radius: 10px;
        background-color: #FFEBAA; }
      .page__content h3 + p {
        margin-top: 1em; }
    .page__content h4 {
      font-size: 2.1rem;
      line-height: 1.75;
      color: #143C50;
      font-family: "Gothic MB101 Heavy", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", 'Meiryo', 'Osaka', "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
      font-weight: bold; } }
    @media (min-width: 768px) and (min-width: 768px) {
      .page__content h4 {
        -webkit-transform: rotate(0.05deg);
            -ms-transform: rotate(0.05deg);
                transform: rotate(0.05deg); } }

@media (min-width: 768px) {
    .page__content hr {
      border-top: solid 2px #143C50; } }
  @media (min-width: 768px) and (min-width: 768px) {
    .page__content dl {
      -webkit-transform: rotate(0.05deg);
          -ms-transform: rotate(0.05deg);
              transform: rotate(0.05deg); } }

@media (min-width: 768px) {
    .page__content dl dt {
      display: inline-block;
      vertical-align: top; }
    .page__content dl dd {
      display: inline-block; }
    .page__content .caption {
      margin-top: .5em;
      font-size: 1.4rem;
      line-height: 1.5em;
      color: #595959; } }
    @media (min-width: 768px) and (min-width: 768px) {
      .page__content .caption {
        -webkit-transform: rotate(0.05deg);
            -ms-transform: rotate(0.05deg);
                transform: rotate(0.05deg); } }

@media (min-width: 768px) {
    .page__content ul {
      margin-top: -0.5em;
      list-style: none; }
      .page__content ul li {
        position: relative; }
        .page__content ul li + li {
          margin-top: 2em; }
        .page__content ul li:before {
          content: '';
          position: absolute;
          top: 10px;
          left: -28px;
          width: 15px;
          height: 15px;
          border-radius: 8px;
          background-color: #FFEBAA; }
    .page__content .yodogawa {
      font-family: "Gothic MB101 Heavy", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", 'Meiryo', 'Osaka', "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
      font-weight: bold;
      margin-top: -.5em;
      font-size: 2.1rem;
      line-height: 2.2; }
    .page__content .attention {
      width: 100%;
      max-width: 600px;
      padding: 40px 55px;
      border: solid 3px #143C50;
      text-align: left; }
      .page__content .attention h4 {
        font-size: 2.4rem;
        line-height: 1.3em; }
      .page__content .attention p {
        margin-top: 2em; }
  .single h2 {
    padding: 30px;
    background-color: #143C50; }
  .single > * + * {
    margin-top: 2em; }
  .event-list {
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    }
    .event-list > * {
      width: 48%;
      margin-top: 20px;
      border: solid 1px #143C50;
      /* float: left; */}
      .event-list > *:nth-of-type(even) {
        margin-left: 2%; }
      .event-list > *:nth-of-type(odd) {
        margin-right: 2%; }
  .notice {
    display: inline-block;
    line-height: 1.8;
    margin-left: 1em;
    padding: 1em;
    color: #143C50;
    border: solid 2px #143C50; }
  figure figcaption {
    font-size: 1.4rem;
    color: #595959; } }

@media (max-width: 767px) {
  .top-logo {
    display: block;
    width: 40%;
    margin-top: 15px;
    margin-left: auto;
    margin-right: auto; }
  .navigation {
    display: block;
    margin-top: 25px;
    padding-top: 25px;
    border-top: solid 1px #143C50; }
    .navigation--no-border {
      margin-top: 0;
      border-top: none; }
    .navigation ul {
      margin-top: -1em;
      list-style: none;
      overflow: hidden; }
      .navigation ul li {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        float: left;
        width: 40%;
        height: 45px;
        padding-left: 5px;
        margin: 1em 5% 0;
        background-color: #FFF5C8;
        line-height: 1.3em; }
        .navigation ul li a {
          display: inline-block;
          width: 100%;
          color: #143C50; }
    .navigation__logo {
      display: block;
      width: 50%;
      margin-left: auto;
      margin-right: auto;
      margin-top: 20px; }
  .twitter {
    margin-top: 2em; }
    .twitter__title {
      padding: 10px 15%;
      border-top: solid 1px #143C50;
      border-bottom: solid 1px #143C50; }
    .twitter__timeline {
      width: 90%;
      margin-left: auto;
      margin-right: auto;
      margin-top: 16px; }
    .twitter__btn {
      padding: 20px 25% 0;
      margin-top: 20px;
      margin-left: auto;
      margin-right: auto;
      margin-bottom: -10px;
      border-top: solid 1px #143C50; }
  .banners {
    padding-left: 20px;
    padding-right: 20px; }
  .banner {
    margin-top: 2em; }
  .page {
    margin-top: 20px; }
    .page__content {
      padding: 0 20px; }
      .page__content h2 {
        margin-bottom: 1em;
        font-size: 1.6rem;
        line-height: 1.75;
        color: #143C50;
        font-family: "Gothic MB101 Heavy", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", 'Meiryo', 'Osaka', "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
        font-weight: bold; }
      .page__content h3 {
        margin-bottom: 1em;
        position: relative;
        padding-left: 20px;
        padding-right: 20px;
        font-size: 1.6rem;
        font-family: "Gothic MB101 Heavy", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", 'Meiryo', 'Osaka', "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
        font-weight: bold; }
        .page__content h3:before {
          content: '';
          position: absolute;
          top: 6px;
          left: 0px;
          width: 15px;
          height: 15px;
          border-radius: 10px;
          background-color: #FFEBAA; }
        .page__content h3 + p {
          margin-top: 1em; }
      .page__content hr {
        border-top: solid 2px #143C50; }
      .page__content ul {
        list-style: none; }
        .page__content ul li {
          position: relative;
          padding-left: 1em; }
          .page__content ul li + li {
            margin-top: 2em; }
          .page__content ul li:before {
            content: '';
            position: absolute;
            top: 8px;
            left: -5px;
            width: 10px;
            height: 10px;
            border-radius: 8px;
            background-color: #FFEBAA; }
      .page__content .caption {
        margin-top: .5em;
        margin-bottom: 2em;
        font-size: 1.2rem;
        line-height: 1.5;
        color: #595959; }
      .page__content .yodogawa {
        font-family: "Gothic MB101 Heavy", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", 'Meiryo', 'Osaka', "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
        font-weight: bold;
        font-size: 1.6rem; }
      .page__content .attention {
        padding: 20px 10px;
        border: solid 3px #143C50;
        text-align: left; }
        .page__content .attention h4 {
          font-size: 1.8rem;
          text-align: center;
          line-height: 1.3em;
          margin-bottom: 1em; }
        .page__content .attention p {
          font-size: 1.3rem;
          margin-top: 2em; }
  .single h2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    min-height: 45px;
    padding: 10px 20px;
    background-color: #143C50; }
    .single h2 img {
      padding: 0; }
  .single > * + * {
    margin-top: 2em; }
  .event-list {
    width: 90%;
    margin: 0 auto; }
    .event-list > * {
      border: solid 1px #143C50;
      margin-top: 20px; }
  .notice {
    display: inline-block;
    line-height: 1.8;
    padding: 1em;
    color: #143C50;
    border: solid 2px #143C50; }
  figure figcaption {
    margin-top: .5em;
    font-size: 1.4rem;
    line-height: 1.5em;
    color: #595959; }
  .credit {
    width: 180px; } }

.footer {
  margin-top: 50px;
  padding-bottom: 30px;
  text-align: center;
  border-top: solid 1px #143C50;
  padding-top: 40px; }
  @media (max-width: 767px) {
    .footer {
      margin-top: 35px; } }
  .footer__links {
    display: inline-block;
    overflow: hidden;
    list-style: none; }
    @media (max-width: 767px) {
      .footer__links {
        margin-top: -20px; }
        .teaser .footer__links {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: justify;
              -ms-flex-pack: justify;
                  justify-content: space-between;
          margin-left: 30px;
          margin-right: 30px; } }
    .footer__links li {
      float: left;
      margin-right: 80px; }
      .footer__links li img {
        height: 68px; }
      @media (max-width: 767px) {
        .footer__links li {
          width: 33%;
          margin-top: 20px;
          margin-right: 0; }
          .footer__links li:nth-of-type(1), .footer__links li:nth-of-type(2) {
            width: 50%; }
          .teaser .footer__links li {
            float: none;
            width: auto; } }
      .footer__links li:last-child {
        margin-right: 0; }
      .teaser .footer__links li:last-child {
        margin-left: 170px;
        margin-right: 0; }
        @media (max-width: 767px) {
          .teaser .footer__links li:last-child {
            margin-left: 0; } }
  .footer__copyright {
    margin-top: 40px; }

/*# sourceMappingURL=app.css.map */
