@charset "utf-8";
/*  style　[  page ]
=================================================================== */

.contact-list {
    list-style: none;
    display: table;
    margin: 20px auto;
}

.contact-list li  {
    align-items: center;
    border-bottom: #4b4b4b 1px dashed;
    padding: 5px 15px 25px 15px;
    margin-bottom: 25px;
    flex-wrap: wrap;
}
.contact-list li span.icon-img {
    width: 30px;
    margin-right: 1em;
}
.contact-list li span.numbers {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 600;
    font-size: 2em;
}


/* ～767px(xs) ____________________________________________________ */
@media screen and (max-width: 767px) {
    .contact-list li  {
    align-items: first baseline;
}
    .btn-phone {
        display: table;
        margin: 15px 0 0 10px;
        background-color: antiquewhite;
        border: #4b4b4b 1px solid;
        font-family: "Zen Maru Gothic", sans-serif;
        font-weight: 400;
        font-size: 20px;
        padding: 10px 20px;
        border-radius: 50px;
        line-height: 1;
    }
}

@media screen and (max-width: 480px) {
}