@charset "UTF-8";

.ca_pc{
    width: 80%;
    padding: 0 10%;
    position: fixed;
    bottom: 0;
    left: 0;
    background: rgba(0,0,0,0.7);
    color:#FFFFFF;
    z-index: 9999;
}
.ca_pc p{
    float:left;
    width:80%;
    padding: 15px 0;
}
.ca_pc p a{
    color:#49bfe2;
}
.ca_pc button{
    float:right;
    max-width: 100px;
    width: 15%;
    height: 50px;
    margin-top: 5px;
    border-radius: 20px;
    border:none;
    background: #EF5350;
    border:none;
    color:white;
}
.ca_pc button:hover{
    /*background: #666;*/
}

@media screen and (max-width: 710px) {
  .ca_pc button{
     height: 100px;
     width: 20%;
  }
}

