@charset "UTF-8";
.move_wrap {
  position: relative;
  height: 546px;
}
.tel_box {
  margin-bottom: 40px;
  border-top: 1px solid #d6d6d6;
}
.tel_box .tel_no {
  display: flex;
  justify-content: space-around;
  padding: 25px 40px 0;
}
.tel_box .tel_no .no {
  font-weight: bold;
  font-size: 40px;
}
.tel_box .tel_no .no > span {
  display: inline-block;
  margin-top: -9px;
  margin-right: 15px;
  padding: 4px 7px 7px 7px;
  background: #2553a1;
  color: #fff;
  vertical-align: middle;
  font-size: 22px;
}
#main .lp_contents .tel_box .office_hour {
  margin-top: 20px;
  text-align: center;
  font-size: 18px;
}