@charset "UTF-8"; /* CSS Document */ /* 基本-モバイルファースト ======================================================================================================== */ #main{ background-color: #f7e8eb; } #ceontents .tel{ background-color: #eee; padding: 20px; text-align: center; } #ceontents .tel p{ font-size: 16px; font-weight: bold; margin-bottom: 10px; } #ceontents .tel address{ display: flex; align-items: center; justify-content: center; } #ceontents .tel address .icon img{ height: 7vw; vertical-align: middle; } #ceontents .tel address a{ text-decoration: underline; font-size: 7vw; line-height: 1; font-weight: bold; } /* PCのみ======================================================================================================== */ @media print and (min-width: 751px), screen and (min-width: 751px){ #ceontents > p{ text-align: center; } #ceontents .tel{ padding: 40px; } #ceontents .tel p{ font-size: 30px; margin-bottom: 20px; } #ceontents .tel address .icon img{ height: 60px; } #ceontents .tel address a{ text-decoration: none; font-size: 60px; } #ceontents th{ width: 220px; } }