.text {
  width: 100%;
  max-width: 600px;
  margin: 120px auto 0 auto; }
  .text p {
    width: 60%;
    margin: 0 auto; }

.thanks {
  width: 100%;
  max-width: 600px;
  margin: 200px auto 0 auto; }
  .thanks p {
    width: 60%;
    margin: 0 auto 30px auto;
    text-align: center; }
    @media (max-width: 640px) {
      .thanks p span {
        display: block; } }
  .thanks form {
    text-align: center;
    width: 100%;
    margin: 50px auto 0 auto; }
    .thanks form input {
      margin: 0;
      padding: 5;
      background: #ffffff;
      border: solid 1px #BFB8AC;
      border-radius: 0;
      outline: none;
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
      cursor: pointer; }

.flower_outer {
  position: fixed;
  width: 100%;
  text-align: center;
  z-index: -1; }

#flower_top {
  display: inline-block;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box; }
  #flower_top #flower_top_inner {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box; }
    @media (max-width: 640px) {
      #flower_top #flower_top_inner img {
        width: 100%; } }
    @media (min-width: 641px) {
      #flower_top #flower_top_inner {
        max-width: 940px;
        height: auto; }
        #flower_top #flower_top_inner img {
          max-width: 100%; } }

#flower_bottom {
  display: inline-block;
  position: fixed;
  bottom: 5px;
  left: 0px;
  width: 100%;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box; }
  #flower_bottom #flower_bottom_inner {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box; }
    @media (max-width: 640px) {
      #flower_bottom #flower_bottom_inner img {
        width: 100%; } }
    @media (min-width: 641px) {
      #flower_bottom #flower_bottom_inner {
        max-width: 940px;
        height: auto; }
        #flower_bottom #flower_bottom_inner img {
          max-width: 100%; } }

/*# sourceMappingURL=flowerstyle_for_mailform_flower.css.map */
