@charset "utf-8";
.mainContents .contactArea {
  width: 100%;
  margin: 20px 0 0;
  padding: 55px 20px;
  border: 1px solid #e8e8e8;
  box-sizing: border-box;
  text-align: center;
}

.mainContents .contactArea .number a {
  position: relative;
  padding: 0 0 0 70px;
  font-size: 34px;
  font-weight: bold;
}

.mainContents .number a {
  color: #000;
}

.mainContents .contactArea .time {
  margin: 5px 0 0;
  margin: 0;
  font-size: 16px;
}

.mainContents .contactArea li {
  line-height: 1.4;
}

.mainContents .contactArea ul.caution li span {
  position: relative;
}

.mainContents .contactArea .number a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 58px;
  height: 34px;
  background: url(/hosoho/megaegg/img/icon_tel.png);
  transform: translate(0, -50%);
}

.mainContents .contactArea .tit {
  margin: 0 0 35px;
  font-size: 20px;
  font-weight: bold;
}

.mainContents .contactArea ul.caution li span::before {
  content: "※";
  position: absolute;
  top: 0;
  left: -14px;
  font-size: 14px;
}

.mainContents .contactArea ul.caution li a {
  text-decoration: underline;
}
.title-top{
  margin-top:30px;
}