/* トップページ */

.top-titlesub-day {
    font-size: calc(16px + 1.25vw);
    font-family: 'M PLUS 1p', sans-serif;
    font-weight: 800;
}

.bg-top-title {
    background-color: #d1e9ec;
}

.bg-top-title-index {
    background-color: #d1e9ec;
}

.bg-top-subtitle {
    background-color: #f3f3f3;
}

.bg-top-title-index {
    background-color: #d1e9ec;
}

.top-card-title {
    font-weight: bold;
    font-size: 1.5rem;
}

.top-titlesub {
    font-size: calc(14px + 1.25vw);
    font-family: 'M PLUS 1p', sans-serif;
    font-weight: 800;
    color: #00a2ec;
}

.display-4 {
    font-size: calc(40px + 1.25vw);
    font-family: 'M PLUS 1p', sans-serif;
    font-weight: 800;
    color: #00a2ec;
}

/* トップページ　END */

/* 基調講演 */

@media screen and (max-width: 770px) {
    /* 320pxまでの幅の場合に適応される */
    .face {
        display: block;
        width: 120px;
        margin: auto;
    }
}

/* 基調講演　END*/

/* パネルディスカション */

.panel_subtitle {
    font-weight: bold;
    font-size: 1.7rem;
}

.panel_name {
    font-weight: bold;
    margin-right: 10px;
}

.plofile {
    font-size: 0.9rem;
    line-height: 1.5em;
}

.plofile_name {
    font-size: 0.8rem;
    line-height: 1.5em;
}

.face_panel {
    display: block;
    width: 140px;
    margin: auto;
}

/* パネルディスカション　END */

/* 【共通パーツ】 */

p {
    font-size: 1.2rem;
    line-height: 1.5em;
}

h2 {
    font-family: 'M PLUS 1p', sans-serif;
    font-weight: 800;
}

.copyright {
    font-size: 0.8rem;
}

.kouentitle {
    background-color: #d1e9ec;
}

.kouen_title {
    font-size: 1.3rem;
    font-family: 'M PLUS 1p', sans-serif;
    font-weight: 700;
}

.titleshoulder {
    border-left-style: solid;
    border-width: 5px;
    border-color: #d1e9ec;
    padding-left: 15px;
    font-family: 'M PLUS 1p', sans-serif;
    font-weight: 700;
}

/* 主催・制作 */

.companyname {
    font-size: 0.7rem;
}

/* 【共通パーツ】　END */