.global-nav-lp {
    background-color: #f2f2f2;
}

.global-nav-lp .menu-item .nav-link {
    position: relative;
    padding-left: 1rem;
    padding-right: 1rem;
    font-weight: bold;
    color: #4d4d4d;
}

.global-nav-lp .menu-item:not(:last-child) .nav-link::after {
    content: "";
    position: absolute;
    right: 0;
    top: 30%;
    height: 40%;
    width: 2px;
    background-color: #ccc;
}

header.lp-clinic h1.site-title img {
    height: auto;
    width: 40%;
}

header.lp-clinic a.btn-primary-lp-clinic{
    background: linear-gradient(to bottom, #e5959f 0%, #d65259 100%) ;
    border: none ;
    border-radius: 9999px;
    color: #fff;
    width: 20vw;
    min-width: 220px;
    height: auto;
    font-size: 23px;

    display: flex;              /* フレックスボックスに */
    justify-content: center;    /* 横方向の中央寄せ */
    align-items: center;        /* 縦方向の中央寄せ */
    padding: 0.3rem 1rem;            /* 左右余白 */
}

header.lp-clinic a.btn-primary-lp-clinic:hover {
    background: #c1505c;
    color: #fff;
}

.lp-tag {
    display: inline-block;
    padding: 4px 12px;
    border: 1px solid #6c757d;
    border-radius: 6px;
    color: #333;
    font-weight: 500;
}
