@charset "utf-8";

/*
************************************************************************
* お問い合わせ
* @copyright Revolme Inc.
************************************************************************
*/

#contact .telno {
    font-size: 3.0em;
    font-weight: bold;
}
#contact .phone-number:before {
    content: "";
    display: inline-block;
    background-image: url(../../img/common/ic-tel.svg);
    background-position: 0 100%;
    background-repeat: no-repeat;
    width: 1em;
    height: 1em;
    background-size: contain;
}



/* ################################################################################################ */
/* ## PC                         ################################################################## */
/* ################################################################################################ */


/* ################################################################################################ */
/* ## スマホサイト用スタイル ###################################################################### */
/* ################################################################################################ */
@media screen and (max-width:640px) {


}