@charset "UTF-8";

h3 {
  font-size: 22px;
  line-height: 45px;
  font-weight: bold;
}
p {
  font-size: 16px;
}

/* 無料体験申込ボタン */
#float-navi {
  position: fixed;
  bottom: 40px;
  right: 10px;
  z-index: 2;
}

#float-navi .btn {
  font-size: 16px;
  background-color: #ff408e;
  color: #FFFFFF;
  padding: 18px 16px;
  box-shadow: 2px 2px 2px 2px rgba(0,0,0,0.4);
  border-radius: 6px;
  line-height: 30px;
  font-weight: normal;
  margin-left: 15px;
}

#float-navi .btn:hover {
  background-color: #1dcb9a;
  text-decoration: none;
}

#float-navi .btn .fa-pencil-square-o {
  font-size: 34px;
  margin-top: 4px;
}
