@charset "utf-8";
.entry{
    font-size: var(--pcFontSize14);
    line-height: var(--pcLineHeight14_28);
}
.entry a{
    color: var(--linkColor);
    text-decoration: underline;
}
.entry sub,.entry sub *{ vertical-align:sub; }
.entry sup,.entry sup *{ vertical-align:super; }
.entry sub,.entry sub *,
.entry sup,.entry sup *{
    font-size: 70%;
}
.entry h1,.entry h1 *,
.entry h2,.entry h2 *,
.entry h3,.entry h3 *,
.entry h4,.entry h4 *,
.entry h5,.entry h5 *,
.entry h6,.entry h6 *{
    font-weight: bold;
    line-height: 1.5;
}
.entry h1,.entry h1 * { font-size:var(--pcFontSize30);}
.entry h2,.entry h2 * { font-size:var(--pcFontSize30);}
.entry h3,.entry h3 * { font-size:var(--pcFontSize24);}
.entry h4,.entry h4 * { font-size:var(--pcFontSize20);}
.entry h5,.entry h5 * { font-size:var(--pcFontSize18);}
.entry h6,.entry h6 * { font-size:var(--pcFontSize16);}
.entry ul,.entry ul li { list-style:disc outside none; margin-left:2rem; }
.entry ol,.entry ol li { list-style:decimal outside; margin-left:2rem; }
.entry div.photo_left {
    width:100%;
    text-align:left;
}
.entry div.photo_center {
    width:100%;
    text-align:center;
}
.entry div.photo_right {
    width:100%;
    text-align:right;
}
.entry div.photo_fleft {
    float:left;
    padding:0 4rem 0 0;
}
.entry div.photo_fright {
    float:right;
    padding:0 0 0 4rem;
}
.entry blockquote{
    margin:1rem 0 1rem 5rem;
    padding:1em 1em 1em 2em;
    font-style:oblique;
}
.entry img{
    max-width: 100%;
    height: auto;
}
/* .entry video,
.entry iframe[src^="https://www.youtube.com"]{
    display: block;
    max-width: 100%;
    width: 32rem;
    height: 18rem;
    margin: 0 auto;
} */
@media only screen and (max-width:1215px){
    .entry{
        font-size: var(--spFontSize12);
        line-height: var(--spLineHeight12_20);
    }
    .entry h1,.entry h1 *{ font-size:var(--spFontSize17);}
    .entry h2,.entry h2 *{ font-size:var(--spFontSize17);}
    .entry h3,.entry h3 *{ font-size:var(--spFontSize16);}
    .entry h4,.entry h4 *{ font-size:var(--spFontSize15);}
    .entry h5,.entry h5 *{ font-size:var(--spFontSize14);}
    .entry h6,.entry h6 *{ font-size:var(--spFontSize13);}
    .entry div.photo_fleft{
        float:none;
        padding:0 0 1rem;
        text-align: center;
    }
    .entry div.photo_fright{
        float:none;
        padding:0 0 1rem;
        text-align: center;
    }
    /* .entry video,
    .entry iframe[src^="https://www.youtube.com"]{
        width: 100%;
        height: 47.2vw;
    } */
}