@charset "euc-jp";
/* CSS Document */

/* over white */
div.container div.article h4.plan-title {
  border-bottom: solid 1px #d94955;
  color: #d94955;
}

.float-l {
  float: left;
  margin: 0 15px 15px 0;
}

.float-r {
  float: right;
  margin: 0 0 15px 15px;
}

.ov {
  overflow: hidden;
}

.main_box {
  line-height: 1.8;
}

.main-wrap {
  width: 790px;
  min-height: 681px;
  margin-bottom: 40px;
  background-image: url('/img/morning-surprise/main.jpg');
  background-repeat: no-repeat;
  background-position: 0 0;
}

.main-title {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

.main-txt {
  margin: 500px 0 0 316px;
}

.in {
  margin: 0 10px;
}

.plan {
  margin-bottom: 30px;
  padding: 15px;
  background-color: #f9f7f3;
}

.plan .flow {
  padding: 15px;
  background-color: #fbecee;
}
.plan .flow .flow-title {
  font-size: 14px;
  padding: 0 0 5px;
  color: #d94955;
}
.plan .flow ul {
  overflow: hidden;
  margin-left: -35px;
}
.plan .flow li {
  float: left;
  width: 200px;
  margin-left: 35px;
}
.plan .flow li img {
  margin-bottom: 10px;
}
.plan .flow li dt {
  padding: 0 0 5px;
  font-size: 14px;
  font-weight: bold;
  color: #d94955;
}

.bnr {
  width: 300px;
  margin: 0 auto 30px;
  text-align: center;
}

.contact {
  position: relative;
  margin: 20px 0 50px;
  background-image: url('/img/morning-surprise/smp-r.png');
  background-repeat: repeat-y;
  background-position: 0 0;
}
.contact::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 10px;
  background-image: url('/img/morning-surprise/smp-b.png');
  background-repeat: no-repeat;
  background-position: 0 0;
}
.contact .lead {
  padding: 10px 30px 20px;
}
.contact .lead dt {
  margin-bottom: 15px;
  padding-bottom: 5px;
  border-bottom: solid 1px #25297e;
  font-size: 15px;
  font-weight: bold;
  color: #25297e;
  text-align: center;
}
.contact .contact-tel {
  padding: 0 30px 30px;
}
.contact .contact-tel dt {
  margin-bottom: 20px;
  font-size: 21px;
  color: #0aa0d2;
}
.contact .contact-tel dd {
  position: relative;
  padding-bottom: 15px;
}
.contact .contact-tel dd .tel {
  font-family: Times,"Times New Roman",serif;
  font-size: 60px;
  font-style: italic;
  color: #0aa0d2;
}
.contact .contact-tel dd .bt {
  position: absolute;
  bottom: 0;
  right: 0;
}