@charset "UTF-8";
/* =======================================================================
  Date: 2020-11-18
  CSS Document ： フェリシモコーポレートサイト（コーポレートガバナンス）
  1.SP版スタイル
  2.PC版スタイル
  ======================================================================= */
/* -----------------------------------------------------------------------
## SP ##################################################################
----------------------------------------------------------------------- */
/* ################# KV ################# */
.kv_cy {
  position: relative;
  display: flex;
  align-items: center;
  height: 180px;
  padding: 0 7.3333333333vw;
  background-size: 214px auto;
}

@media screen and (min-width: 769px) {
  /* -----------------------------------------------------------------------
  ## PC ##################################################################
  ----------------------------------------------------------------------- */
  /* ################# KV ################# */
  .kv_cy {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 960px;
    height: 380px;
    margin: 0 auto;
    padding: 0 20px 21px 20px;
    background-size: auto;
  }
  .kv_cy + .cmn-ancor_cy {
    margin-top: 0;
  }

}

.coockie-thirdparty li {
  margin-top: 2.5em;
}