@charset "utf-8";
/* CSS Document */

@media screen and (min-width: 767px){
    
#footer .footWrap .calBox .kensaku .button {
    margin: 0;
    width: 80%;
}
.button a{
    display: block;
    text-align: center;
    margin: 10px 0px;
    border: none;
    background: #fea521;
    font-family: "M PLUS Rounded 1c";
    color: #FFF;
    letter-spacing: 0.1em;
    font-weight: bold;
    border-radius: 15px;
    outline: none;
    cursor: pointer;
    text-decoration: none;
    font-size: 90%;
	padding: 10px 0;
}
}




@media screen and (max-width: 767px){
#footer .footWrap .calBox .kensaku .button {
        margin: -10px 2% 0.5em;
        width: 73%;
}
    .button a{
   display: block;
    text-align: center;
    padding: 10px 10px;
    border: none;
    background: #fea521;
    font-family: "M PLUS Rounded 1c";
    color: #FFF;
    letter-spacing: 0.1em;
    font-weight: bold;
    border-radius: 15px;
        margin-top: 2%;
    outline: none;
    cursor: pointer;
    text-decoration: none;
    font-size: 90%;
}
    #footer .footWrap .calBox p {
    min-height: unset;
}
}