
main.thepage {
  position: relative;
  padding-bottom: 0;
}
.thepage .p-head {
  background-image: url(../img/memorial-flowers/hero@2x.jpg);
}
.sec-ptop {
  padding-bottom: 50px;
}
.b {
  font-weight: bold;
}

.f-cont .desc {
  font-size: 18px;
  line-height: 34px;
  margin-bottom: 0;
}
.sec-ptop .order-note {
  position: relative;
  margin-top: 50px;
  background: #fff;
  border:3px solid #CECDE3;
  padding:35px 45px;
}
.order-note .ill {
  position: absolute;
  top:18px;
  right: 75px;
}
.order-note .b {
  font-size: 22px;
  line-height: 26px;
  margin-bottom: 10px;
  font-weight: bold;
}
.order-note .note-txt {
  font-size: 18px;
  line-height: 30px;
}
.note-txt .hl {
  font-weight: bold;
  color:#B5292A;
}
.order-note .red-obi {
  color:#fff;
  font-weight: bold;
  font-size: 20px;
  line-height: 25px;
  padding:10px;
  background: #B5292A;
  text-align: center;
  margin:18px -45px 0;
}

.cont-flower-type {
  position: relative;
  margin-top: 120px;
}
.obi-tt {
  position: relative;
  background: #585495;
  margin-bottom: 26px;
}
.obi-tt:before {
  content:"";
  position: absolute;
  height: 100%;
  width: 600px;
  top:0;
  left:-600px;
  background: #585495;
}
.obi-tt h3 {
  color:#fff;
  font-size: 24px;
  line-height: 24px;
  padding:12px;
}
.cont-flower-type .col-photo figure {
  position: absolute;
  top:-25px;
  right: -40px;
}
.f-comm-type {
  margin-top: 30px;
}
.f-comm-type .tt {
  text-align: center;
  margin-bottom: 30px;
  color:#585495;
  font-size: 24px;
}
.f-comm-type .m-flo {
  text-align: center;
}
.f-comm-type .m-flo figure img {
  display: inline-block;
  border-radius:50%;
}
.f-comm-type .m-flo figcaption {
  margin-top: 14px;
  font-weight: bold;
  font-size: 18px;
  line-height: 26px;
}
.f-comm-type .type-note-txt {
  text-align: right;
  font-size: 14px;
  line-height: 15px;
  margin-top: 40px;
}
.sec-btm-cont {
  background: #fff;
  padding:100px 0;
  text-align: center;
}
.sec-btm-cont .c-txt {
  font-size: 25px;
  line-height: 26px;
  margin-bottom: 30px;
  letter-spacing: 5px;
}

@media (max-width:992px) {
  .sec-ptop .order-note {
    padding:25px;
  }
  .order-note .note-txt {
    max-width: 550px;
  }
  .order-note .ill {
    right: 25px;
  }
  .cont-flower-type .col-photo figure {
    max-width: 300px;
    top:0;
    right: -25px;
  }
}
@media (max-width:767px) {
  .thepage .p-head {
    background-image: url(../img/memorial-flowers/sp/hero@2x.jpg);
  }
  .sec-ptop .f-cont {
    max-width: 310px;
    margin:auto;
  }
  .f-cont .desc {
    font-size: 15px;
    line-height: 28px;
  }
  .sec-ptop .order-note {
    margin-top: 15px;
    padding:20px;
  }
  .order-note .b {
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 16px;
    text-align: center;
  }
  .order-note .note-txt {
    max-width: unset;
    font-size: 14px;
    line-height: 22px;
    text-align: justify;
  }
  .order-note .red-obi {
    font-size: 14px;
    line-height: 20px;
    margin:12px -22px 0;
    text-align: left;
    padding: 10px 10px 10px 25px;
  }
  .order-note .ill {
    width: 55px;
    top:auto;
    right: 0;
    bottom: 10px;
  }
  .f-cont .ct-l {
    margin-top: 20px;
  }
  .cont-flower-type {
    margin-top: 50px;
  }

  .obi-tt {
    margin-right: -12px;
  }
  .obi-tt h3 {
    font-size: 18px;
    line-height: 20px;
    padding:10px 0;
  }
  .cont-flower-type .col-photo {
    display: none;
  }
  .f-comm-type .tt {
    font-size: 20px;
  }
  .f-comm-type .m-flo figcaption {
    font-size: 16px;
    line-height: 24px;
    margin-top: 10px;
  }
  .f-comm-type .row-types>div {
    margin-bottom: 50px;
  }
  .f-comm-type .row-types>div:last-child {
    margin-bottom: 0;
  }
  .sec-btm-cont {
    padding:70px 0;
  }
  .sec-btm-cont .c-txt {
    font-size: 18px;
    line-height: 36px;
    letter-spacing: 1.7px;
    margin-bottom: 24px;
  }
  .ct-l .btn-default, .sec-btm-cont .btn-default {
    width: auto;
    font-size: 16px;
    line-height: 16px;
    padding:12px 14px;
  }
}