@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;
}

/* ################# 基本方針 ################# */
.governance-basicPolicy_cy {
  margin-top: 29px;
}
.governance-basicPolicy_cy .cmn-header-numbers_cy:first-child {
  margin-top: 0;
}

@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;
  }

  /* ################# 基本方針 ################# */
  .governance-basicPolicy_cy {
    height: 480px;
    overflow: auto;
    margin-top: 36px;
    padding: 43px 24px 43px 39px;
    border: 1px solid #81838f;
    border-radius: 4px;
  }
  .governance-basicPolicy_cy .cmn-header-numbers_cy:first-child {
    margin-top: 0;
  }
}