@charset "utf-8";
/* 詳細内容表示 */
.entry{
    font-size: var(--pcFontSize16);
    line-height:var(--pcLineHeight16_30);
}
.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(--pcFontSize28);}
.entry h2,.entry h2 * { font-size:var(--pcFontSize24);}
.entry h3,.entry h3 * { font-size:var(--pcFontSize22);}
.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;
    border-left:0.7rem solid #ccc;
    font-style:oblique;
}
.entry img{
    max-width: 100%;
    height: auto;
    border-radius:1rem;
}
.entry iframe[src^="https://www.youtube.com"]{
    display: block;
    width: 80rem;
    height: 45rem;
    margin: 0 auto 3rem;
    border-radius:1rem;
    overflow: hidden;
}
.entry h1 + p:not(p:empty),
.entry h2 + p:not(p:empty),
.entry h3 + p:not(p:empty),
.entry h4 + p:not(p:empty),
.entry h5 + p:not(p:empty),
.entry h6 + p:not(p:empty){
    margin-top: 2rem;
}
.entry p + h1,
.entry p + h2,
.entry p + h3,
.entry p + h4,
.entry p + h5,
.entry p + h6{
    margin-top: 5rem;
}
.entry h1 + p:has(iframe[src^="https://www.youtube.com"]),
.entry h2 + p:has(iframe[src^="https://www.youtube.com"]),
.entry h3 + p:has(iframe[src^="https://www.youtube.com"]),
.entry h4 + p:has(iframe[src^="https://www.youtube.com"]),
.entry h5 + p:has(iframe[src^="https://www.youtube.com"]),
.entry h6 + p:has(iframe[src^="https://www.youtube.com"]),
.entry p:not(p:empty) + p:has(iframe[src^="https://www.youtube.com"]),
.entry h1 + div:not(.photo_fright,.photo_fleft),
.entry h2 + div:not(.photo_fright,.photo_fleft),
.entry h3 + div:not(.photo_fright,.photo_fleft),
.entry h4 + div:not(.photo_fright,.photo_fleft),
.entry h5 + div:not(.photo_fright,.photo_fleft),
.entry h6 + div:not(.photo_fright,.photo_fleft),
.entry p:not(p:empty) + div:not(.photo_fright,.photo_fleft){
    margin-top: 7.5rem;
}
.entry p:has(iframe[src^="https://www.youtube.com"]) + h1,
.entry p:has(iframe[src^="https://www.youtube.com"]) + h2,
.entry p:has(iframe[src^="https://www.youtube.com"]) + h3,
.entry p:has(iframe[src^="https://www.youtube.com"]) + h4,
.entry p:has(iframe[src^="https://www.youtube.com"]) + h5,
.entry p:has(iframe[src^="https://www.youtube.com"]) + h6,
.entry p:has(iframe[src^="https://www.youtube.com"]) + p:not(p:empty),
.entry div:not(.photo_fright,.photo_fleft) + h1,
.entry div:not(.photo_fright,.photo_fleft) + h2,
.entry div:not(.photo_fright,.photo_fleft) + h3,
.entry div:not(.photo_fright,.photo_fleft) + h4,
.entry div:not(.photo_fright,.photo_fleft) + h5,
.entry div:not(.photo_fright,.photo_fleft) + h6,
.entry div:not(.photo_fright,.photo_fleft) + p:not(p:empty){
    margin-top: 4.5rem;
}
@media only screen and (max-width:1215px){
    .entry{
        font-size: var(--spFontSize13);
        line-height:var(--spLineHeight13_24);
    }
    .entry h1,.entry h1 *{ font-size:var(--spFontSize18);}
    .entry h2,.entry h2 *{ font-size:var(--spFontSize16);}
    .entry h3,.entry h3 *{ font-size:var(--spFontSize15);}
    .entry h4,.entry h4 *{ font-size:var(--spFontSize14);}
    .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 iframe[src^="https://www.youtube.com"]{
        width: 100%;
        height: calc((168 / 335) * 100vw);
        margin: 0 0 1rem;
        border-radius: 0.5rem;
    }
    .entry img{
        border-radius: 0.5rem;
    }
    .entry h1 + p:not(p:empty),
    .entry h2 + p:not(p:empty),
    .entry h3 + p:not(p:empty),
    .entry h4 + p:not(p:empty),
    .entry h5 + p:not(p:empty),
    .entry h6 + p:not(p:empty){
        margin-top: 1.5rem;
    }
    .entry p + h1,
    .entry p + h2,
    .entry p + h3,
    .entry p + h4,
    .entry p + h5,
    .entry p + h6{
        margin-top: 2.5rem;
    }
    .entry h1 + p:has(iframe[src^="https://www.youtube.com"]),
    .entry h2 + p:has(iframe[src^="https://www.youtube.com"]),
    .entry h3 + p:has(iframe[src^="https://www.youtube.com"]),
    .entry h4 + p:has(iframe[src^="https://www.youtube.com"]),
    .entry h5 + p:has(iframe[src^="https://www.youtube.com"]),
    .entry h6 + p:has(iframe[src^="https://www.youtube.com"]),
    .entry p:not(p:empty) + p:has(iframe[src^="https://www.youtube.com"]),
    .entry h1 + div:not(.photo_fright,.photo_fleft),
    .entry h2 + div:not(.photo_fright,.photo_fleft),
    .entry h3 + div:not(.photo_fright,.photo_fleft),
    .entry h4 + div:not(.photo_fright,.photo_fleft),
    .entry h5 + div:not(.photo_fright,.photo_fleft),
    .entry h6 + div:not(.photo_fright,.photo_fleft),
    .entry p:not(p:empty) + div:not(.photo_fright,.photo_fleft){
        margin-top: 2.5rem;
    }
    .entry p:has(iframe[src^="https://www.youtube.com"]) + h1,
    .entry p:has(iframe[src^="https://www.youtube.com"]) + h2,
    .entry p:has(iframe[src^="https://www.youtube.com"]) + h3,
    .entry p:has(iframe[src^="https://www.youtube.com"]) + h4,
    .entry p:has(iframe[src^="https://www.youtube.com"]) + h5,
    .entry p:has(iframe[src^="https://www.youtube.com"]) + h6,
    .entry p:has(iframe[src^="https://www.youtube.com"]) + p:not(p:empty),
    .entry div:not(.photo_fright,.photo_fleft) + h1,
    .entry div:not(.photo_fright,.photo_fleft) + h2,
    .entry div:not(.photo_fright,.photo_fleft) + h3,
    .entry div:not(.photo_fright,.photo_fleft) + h4,
    .entry div:not(.photo_fright,.photo_fleft) + h5,
    .entry div:not(.photo_fright,.photo_fleft) + h6,
    .entry div:not(.photo_fright,.photo_fleft) + p:not(p:empty){
        margin-top: 1.75rem;
    }
}