@charset "UTF-8";

a{
    text-decoration: none;
}

h2 {
    font-size: 32px;
    margin-bottom:50px;
}

h2 small {
    display: block;
    font-size: 18px;
    color: #1791c8;
    margin-bottom: 4px;
    border-top: #1791c8 solid 10px;
    padding-top: 30px;
    padding-bottom: 5px;
}


h3 {
    font-size: 24px;
    margin-bottom: 20px;
    color: #1791c8;
}

/* 電話セクション */
#phone-section {
    padding: 30px;
    margin-bottom: 40px;
    text-align: center;
    background: #f1f1f1;
    border:#555 solid 1px;
}

#phone-section p {
    margin: 10px 0;
    font-size: 16px;
    line-height: 1.5;
    color: #555;
}

#phone-number{
    background: #f1f1f1;
}

#phone-number strong {
    font-size: 40px;
    color: #333;
}

/* レスポンシブデザイン */
@media (max-width: 770px) {
    h2 {
        font-size: 28px;
    }
    #phone-number strong {
        font-size: 24px;
        color: #333;
    }
}

