/* ============================================ */
/* 1.0 - Base -- ベーススタイル                   */
/* ============================================ */

#main {
  background-color: #fff;
}

#main img {
  width: 100%;
}

.--primaryTextColor {
  color: #333;
}

/* ============================================ */
/* 2.0 - Layout : 配置・大きなレイアウト            */
/* ============================================ */

/* ============================================ */
/* 3.0 - Module : 繰り返し利用する部品             */
/* ============================================ */

/* ============================================ */
/* 4.0 - Contents : コンテンツ部分                */
/* ============================================ */

/*
 * CV
----------------------------------------------- */

.cvTop, .cvBottom {
  position: relative;
}

.cvTop_button {
  position: absolute;
  right: 7%;
  bottom: 8%;
  max-width: 320px;
}

.cvBottom_button {
  position: absolute;
  left: 50%;
  transform: translate(-50%);
  bottom: 10%;
}
