@charset "utf-8";
/* CSS Document */
/*---------------------------------------------------キャンペーン表示(ヘッダー固定)*/
#camp_band {
  background: #f0ff00;
  color: #fff;
  padding: 4px;
  width: 100%;
  margin-bottom: -10px;
  z-index: 99;
  transition: all 0.3s;
}
#camp_band:hover {
  background: #f7ff71;
}
#camp_band a {
  display: block;
  color: #004eff;
  font-family: 'メイリオ', 'Meiryo', sans-serif;
  font-size: 12px;
  font-weight: bold;
  line-height: 1.2;
}
#camp_band a span {
  color: #000;
}
#camp_band a i {
  color: #004eff;
}
@media print, screen and (min-width:576px) {
  #camp_band {
    padding: 6px;
    position: fixed;
    top: 70px;
  }
  #camp_band a {
    font-size: 16px;
  }
}
/*---------------------------------------------------TOPページ_メインイメージ_ボタン*/
.catch_02 a {
  display: block;
  border: 1px solid #f0ff00;
  border-radius: 50px;
  background: #f0ff00;
  color: #000;
  font-size: 16px;
  padding: 5px 20px;
  transition: all 0.3s;
  margin: 30px auto 0;
  width: 100%;
}
.catch_02 a span {
  font-weight: bold;
  font-size: 1.1em;
  color: #e91e63;
}
@media print, screen and (min-width:768px) {
  .catch_02 a {
    margin: 10px 7% 30px auto;
    padding: 12px;
    font-size: 20px;
    width: 660px;
  }
}
.catch_02 a:hover {
  background: #fff;
}
/*---------------------------------------------------#sec_demonstration/TOPページ_無料デモ*/
#sec_demonstration {
  background: linear-gradient(to right, #fcffc9 0, #fff 100%);
}
#sec_demonstration ul.row {
  margin: 30px auto;
  justify-content: center;
  align-items: center;
}
#sec_demonstration p a {
  color: #004eff;
  font-weight: bold;
  text-decoration: underline;
  transition: all 0.3s;
}
#sec_demonstration p a:hover {
  text-decoration: none;
}