:root {
    --bs-header-height: 80px;
    --bs-primary-color: #004250;
}

.sp-sticky-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    max-height: var(--bs-header-height);
    height: 100%;
    background: linear-gradient(
    to right,
    rgba(255, 255, 255, 0.7) 20%,
    rgba(255, 255, 255) 45%
  );
    text-align: center;
    z-index: 2;
}
.title-header {
    float: left;
    margin: 0;
    list-style-type: none;
    overflow: hidden;
    padding: 16px 10px 16px 30px;
    font-weight: 600;
    letter-spacing: -1px;
    color: var(--bs-primary-color);
}
.logo-header {
    position: absolute;
    top: 60%;
    left: 50%;
    transform: translate(-50%,-60%);
}
@media screen and (max-width: 768px){
    .logo-header {
        position: absolute;
        top: 60%;
        left: 20%;
        transform: translate(-50%,-60%);
    }
}
.share_button_social {
    float: right;
    margin: 0;
    list-style-type: none;
    overflow: hidden;
    padding: 16px 10px 16px 30px;
    font-weight: 600;
    letter-spacing: -1px;
    color: #034d7f;
}
@media screen and (max-width: 414px) {
    .address-f span {
        padding-left: 5px;
        font-size: 14px;
    }
    .address-f-2 span {
        padding-left: 5px;
        font-size: 14px;
    }
    .hotline-f a {
        padding-left: 10px;
        font-size: 18px;
    }
    .mail-f a {
        padding-left: 10px;
        font-size: 16px;
    }
}