body {
  margin-top: 20px;
}

.content-margin-top {
  margin-top: 80px;
}

.strong-title {
  font-size: 30px;
  font-weight: 800;
}

/* エラー文 */
.error {
  color: red;
  /*border: 2px solid red;*/
}

/* メッセージ部分のデザイン */
.msg {
  clear: both;
  border-top: 1px solid #ccc;
  padding: 10px 0;
}

.msg img {
  float: left;
  margin-right: 5px;
}

.msg p {
  margin-top: 0;
  margin-bottom: 0;
}

.msg .day,
.msg .day a {
  font-size: 80%;
  color: #999;
}

/* ページング */
ul {
  list-style: none;
}

li {
  display: inline-block;
}

/*ハヤトカラー*/
.cebroad-pink {
  color: #ff2a50;
}
/*ハヤトカラーを用いたボタン*/
.btn-cebroad {
  background: rgb(255, 42, 80);
  color: #FFFFFF;
  border: none;
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.btn-cebroad:hover, .btn-cebroad:focus {
  background: rgb(235, 42, 80);
}
.btn-cebroad:active {
  background: rgb(235, 42, 80);
}

/* フォームの高さ */
.thanks-form .form-group {
  height: 50px;
}

.thanks-div {
  margin-top: 20px;
}