/* このCSSはUTF-8だとemacsに判らせるためのコメント */
* {
    box-sizing: border-box;
}
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    font-family: 'Hiragino Mincho Pro','TsukuMinPr6-M','游明朝','Yu Mincho',YuMincho,serif;
}

a {
    text-decoration: none;
}

a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

ul {
    list-style-type: disc;
}

:root {
--header-height:96px;
--footer-height:48px;
}

.header-fixed {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: var(--header-height);
    z-index: 1000;
    margin-top: 0 !important;
    padding: 10px 10px 0 10px;
    color: #ffffff;
    background-image: url('./assets/images/visuals-000951744244-1B6WIj-t2480x520.jpg');
    display:flex;
    align-items:center;
}

.header-title {
    font-size: 110%;
    margin: auto;
    width: 50%;
    text-align: center;
}
.header-menu {
    margin: auto;
    width: 50%;
    text-align: center;
}

@media screen and (max-width: 800px) {
.header-title {
    width: 100%;
}
.header-menu {
    width: 100%;
}
}

.navigationMenu li {
    display: inline-block;
    color: rgb(255, 255, 255);
}
.navigationMenu[data-separation] li + li {
    margin-left: 0;
}
.navigationMenu li + li {
    margin-left: 10px;
}
.navigationMenu a {
    display: inline-block;
    color: inherit;
}
.navigationMenu[data-separation="bar"] li + li:before {
    content: "｜";
}
.navigationMenu[data-separation] li + li:before {
    margin-left: 5px;
    margin-right: 5px;
}

.row {
    box-sizing: border-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
    -moz-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width:100%;
}

.low-row {
    width: 100%;
    height: 10px;
    background: linear-gradient(rgba(255,255,255,0.8),rgba(255,255,255,0));
}
.pad {
    height:var(--header-height)
}

.footer {
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 1000;
    margin-top: 0 !important;
    padding: 10;
    background-color: #dddddd;
}

.section {
    padding: 2em 0 0 0;
    display:block;
}

.section > .title {
    text-align:center;
}

.section > .badge {
    text-align:center;
}

.section > .badge img {
    width:165px;
    height:40px;
}

.section > .title:after {
    text-align:center;
    bottom: 0;
    content: "";
    display: block;
    border-top: 2px solid #28c3d4;
    margin: 1em auto;
    left: 50%;
    width: 10%;
}

.section .body {
    text-align: left;
    padding: 2em 24%;
    line-height: 1.6em;
}

.section .body p {
    margin-bottom:1em;
}

.section .body h3 {
    margin-bottom:1em;
}

@media screen and (max-width: 800px) {
    .section .body {
        padding: 2em 8%;
    }
}

.team-members {
    text-align: center;
}

.team-member {
    vertical-align: top;
    display: inline-block;
    margin: 1.5em;
    padding: 0.5em;
    text-align: center;
    font-size: 80%;
}

.team-member .profile {
    text-align: left;
    width: 172px;
}

.team-member .photo {
    border-radius: 50%;
    width: 172px;
    height: 172px;
    object-fit: cover;
}

@media screen and (max-width: 800px) {
    .team-member .profile {
        width: 100%;
    }
}


.episodes {
    text-align: center;
}

.episode {
    display: inline-block;
    margin: 1em;
    padding: 1em;
    text-align: left;
    width: 100%;
}

.episode .title {
    color: #28c3d4;
    font-size: 100%;
    margin: 0 0 0.5em 0;
}

.episode .date {
    font-size: 90%;
    text-align: right;
    color: #555555;
}

.episode .description {
    font-size: 90%;
}

.episode .description ol {
    padding-left: 2em;
}

.episode .audio {
    width: 100%;
}

audio {
    width: 100%;
    height: 42px;
}

.episode .audio_message {
    border: 1px solid gray;
    border-radius:10px;
    width: 100%;
    line-height: 42px;
    text-align:center;
}

.section .key-visual {
    margin:0 23% 0 23%;
    width:54%;
}
.section .photo
{
    text-align:center;
    font-size: 90%;
}