@charset "UTF-8";
@media only screen and (max-width:768px){
  .l-header .logo {
    width: 130px;
  }

  .l-header .c-ham .c-ham__bar {
    width: 20px;
  }
}

.p-call {
  position: fixed;
  z-index: 9999;
  top: 19px;
  right: 14vw;
  cursor: pointer;
  min-width: 130px;
  width: 20vw;
  max-width: 200px;
  height: auto;
}

@media only screen and (min-width:800px){
  .p-call {
    top: 10px;
  }
}

@media only screen and (min-width:1170px){
  .p-call {
    display: none;
  }
}

.cta-call {
  display: block;
  max-width: 300px;
  margin: auto;
}
