.m-menu .contact_area{
	padding: 16px;
}
.m-menu .contact_area .ttl{
    font-weight: bold;
    color: #ff3759;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 15px;
    line-height: 1.5em;
    font-size: 2rem;
}
.m-menu .contact_area .btns{
    width: 95%;
    margin: 0 auto;
}
.m-menu .contact_area .btns a{
	line-height: 70px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}
.m-menu .contact_area .btns a.btn-material{
	margin-bottom: 16px;
}
.m-menu .contact_area .phone{
    color: #333333;
    text-align: center;
    font-weight: bold;
    margin-top: 5px;
    font-size: 1.3rem;
}