.tel_fixed{
    position: fixed;
    width: 50px;
    height: 50px;
    left: 20px;
    width: 50px;
    border-radius: 50%;
    background: #7698BE;
    bottom: 20px;
    z-index: 20;
}

.tel_fixed a{
    width:100%;
    height:100%;
    display:block;
}

.tel_fixed a svg{
    width: 30px;
    height: 30px;
    margin-top: 10px;
    margin-left: 10px;
}

.blogText h1{
    font-size:4rem;
    line-height: 124%;
}

.blogText h2{
    font-size:3.2rem;
    line-height: 124%;
}
.blogText h3{
    font-size:2.6rem;
    line-height: 124%;
}
.blogText h4{
    font-size:2.1rem;
    line-height: 124%;
}

.blogText a{
    color:rgb(198 177 182);
    text-decoration: underline;
}

.btnphone,
.content-text a{
    color:rgb(198 177 182);
}
.content-text a:hover{
    color:rgb(198 177 182);
    text-decoration: underline;
}

.blogText a.btn{
    color:#fff !important;
    text-decoration: none !important;
}


.blogText ol,
.blogText ul{
    margin-left:30px; 
}
.blogText li{
    list-style-type: disc;
    margin-bottom:10px;
}

a.more{
    font-style: italic;
    --tw-text-opacity: 1;
    color: rgb(198 177 182 / var(--tw-text-opacity));
    font-size: large;
    font-family: 'Playfair Display', serif;
}