
/* キャンペーン */
#campaign {
  margin: 15px 0px 20px 0px;
}
.sp_campaign {
  width: 33%;
}

/* お困り */
#worry {
  font-size: 16px;
  padding: 10px 7px 15px 7px;
}
#worry_contact {
  margin: 0px 0px 25px 0px;
}
#worry_tel {
  float: left;
  width: 33%
}
#worry_mail {
  float: left;
  width: 33%
}
#worry_line {
  float: left;
  width: 33%
}

/* 対応エリア */
#area {
  text-align: center;
  color: #000000;
  font-size: 16px;
  line-height: 26px;
  padding: 10px 0px 30px 0px;
}
#area a:link {
  text-decoration: none;
  color: #000000;
}
#area a:visited {
  text-decoration: none;
  color: #000000;
}
#area a:active {
  text-decoration: none;
  color: #000000;
}
#area a:hover {
  text-decoration: underline;
  color: #0000FF;
}

/* ご挨拶 */
#greet {
  padding: 10px 7px 0px 7px;
}
