@charset "utf-8";
/* CSS Document */



      .balloon1 {
        position: relative;
        display: inline-block;
        margin: 1.5em 0;
        padding: 7px 10px;
        min-width: 120px;
        max-width: 100%;
        color: #555;
        font-size: 16px;
        background: #e0edff;
      }

      .balloon1:before {
        content: "";
        position: absolute;
        top: 100%;
        left: 50%;
        margin-left: -15px;
        border: 15px solid transparent;
        border-top: 15px solid #e0edff;
      }

      .balloon1 p {
        margin: 0;
        padding: 0;
      }

      .jyuman{
        color: #ff0000;
        font-size: 3em;
        font-weight: bold;
        margin: 30px 0px 30px 0px;
      }

      .sanjyuman{
        font-size: 1.5em;
        font-weight: bold;
        margin: 30px 0px 20px 0px;
      }

      .btn-flat-simple {
        position: relative;
        display: inline-block;
        font-weight: bold;
        padding: 1em 1em;
        text-decoration: none;
        color: #00BCD4;
        background: #ECECEC;
        transition: .4s;
      }

      .btn-flat-simple:hover {
        background: #00bcd4;
        color: white;
      }

