@charset "utf-8";

/* 必要であればここにカスタムCSSを追加 */
.navbar-brand {
    font-size: 1.8rem;
    font-weight: bold;
}

.nav-link {
    font-size: 1.1rem;
}

.hero-section {
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('https://via.placeholder.com/1500x800/20B2AA/FFFFFF?text=Medical+Research') no-repeat center center;
    /* 仮の背景画像 */
    background-size: cover;
    color: white;
    padding: 100px 0;
    text-align: center;
}

.hero-section h1 {
    font-size: 3.5rem;
    margin-bottom: 20px;
}

.hero-section p {
    font-size: 1.5rem;
}

p.publications_title {
    text-decoration: underline;
    font-weight: bold;
}

ol {
    margin-left: 2em;
}

ol li {
    margin-right: 2em;
    margin-bottom: 1em;
}

.bg-keio {
    background-color: rgb(0, 54, 181);
}