.mobileBtn {
  width: 100%;
  height: 64px;
  position: fixed;
  bottom: 0;
  display: flex;
  z-index: 500; }
  @media (min-width: 1024px) {
    .mobileBtn {
      display: none; } }
  .mobileBtn .TextBtn {
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center; }
    .mobileBtn .TextBtn a {
      text-align: center; }
      .mobileBtn .TextBtn a p {
        font-size: 0.9em;
        line-height: 1.0em;
        color: #fff; }
        @media (min-width: 768px) {
          .mobileBtn .TextBtn a p {
            font-size: 1.0em; } }
  .mobileBtn .LineBtn {
    background-color: #58A52C;
    border-right: 1px solid #fff; }
  .mobileBtn .ContactBtn {
    background-color: #58A52C; }
