/** ================================================

  Responsive Settings

================================================ */
/** ================================================

  Easing Settings

================================================ */
/** ================================================

  Font Settings

================================================ */
/** ================================================

  Object Size

================================================ */
/** ================================================

  Utility

================================================ */
/** ================================================

  Responsive

================================================ */
@media all and (min-width: 768px) {
  .header {
    border-bottom: 1px solid #dedede;
  }
  .header-inner {
    position: relative;
    display: flex;
    width: 100%;
    max-width: 920px;
    height: 80px;
    box-sizing: border-box;
    margin: 0 auto;
  }
  .header-logo {
    padding: 27px 27px 0 27px;
  }
  .header-logo a img {
    width: 240px;
  }
  #Article_fca {
    max-width: 920px;
    margin: 0 auto;
    padding: 0 20px;
  }
  #listsItem_fca {
    position: relative;
    width: 100%;
    overflow: hidden;
  }
  .list_area_fca a {
    display: block;
  }
  .list_area_fca img {
    max-width: 100%;
    height: auto;
  }
}
@media not all and (min-width: 768px) {
  .header-inner {
    position: relative;
    display: flex;
    width: 100%;
    height: 13.3333333333vw;
    box-sizing: border-box;
    background-color: #fff;
    border-bottom: 1px solid #dedede;
  }
  .header-logo {
    padding: 4vw 0 0 4vw;
  }
  .header-logo img {
    width: 50.6666666667vw;
  }
  .lists_kv_fca picture,
.lists_kv_fca img {
    width: 100%;
    height: auto;
  }
  .list_area_fca a picture,
.list_area_fca a img {
    width: 100%;
    height: auto;
  }
}
/*# sourceMappingURL=500_themes_gl.css.map */