/* 編集画面のリセットCSS */
.entry{
    font-size: var(--pcFontSize15);
    line-height:var(--pcLineHeight15_32);
    letter-spacing: var(--pcLetterSpacing15_150);
    font-weight: bold;
}
.entry a{
    color: var(--keyColor);
    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:var(--pcLineHeight30_45);
    color: var(--linkColor);
}
.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(--pcFontSize15);}
.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 4rem 0 0;
}
.entry blockquote{
    margin:1rem 0 1rem 5rem;
    padding:1em 1em 1em 2em;
    border-left:0.7rem solid var(--ColorGray);
    font-style:oblique;
}
.entry img{
    max-width: 100%;
    height: auto;
    border-radius: 0.4rem;
    overflow: hidden;
}
@media only screen and (max-width:1215px){
    .entry{
        font-size:var(--spFontSize12);
        line-height: var(--spLineHeight12_25);
        letter-spacing: var(--spLetterSpacing0);
    }
    .entry h1,.entry h1 *,
    .entry h2,.entry h2 *,
    .entry h3,.entry h3 *,
    .entry h4,.entry h4 *,
    .entry h5,.entry h5 *,
    .entry h6,.entry h6 *{
        line-height:var(--spLineHeight18_32);
    }
    .entry h1,.entry h1 *{ font-size:var(--spFontSize20);}
    .entry h2,.entry h2 *{ font-size:var(--spFontSize18);}
    .entry h3,.entry h3 *{ font-size:var(--spFontSize13);}
    .entry h4,.entry h4 *{ font-size:var(--spFontSize13);}
    .entry h5,.entry h5 *{ font-size:var(--spFontSize12);}
    .entry h6,.entry h6 *{ font-size:var(--spFontSize11);}
    .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;
    }
}
@media only screen and (max-width:1215px){
    .entry img{
        width: auto;
        height: auto;
        max-height: 32.7rem;
    }
}
/* ▼登録タグごとの余白 */
.entry h1 + p,
.entry h2 + p,
.entry h3 + p,
.entry h4 + p,
.entry h5 + p,
.entry h6 + p{
    margin-top: 2.3rem;
}
.entry h1 + div:not(div.photo_fleft,div.photo_fright),
.entry h2 + div:not(div.photo_fleft,div.photo_fright),
.entry h3 + div:not(div.photo_fleft,div.photo_fright),
.entry h4 + div:not(div.photo_fleft,div.photo_fright),
.entry h5 + div:not(div.photo_fleft,div.photo_fright),
.entry h6 + div:not(div.photo_fleft,div.photo_fright),
.entry p + div:not(div.photo_fleft,div.photo_fright),
.entry div:not(div.photo_fleft,div.photo_fright) + div:not(div.photo_fleft,div.photo_fright){
    margin-top: 3rem;
}
.entry div:not(div.photo_fleft,div.photo_fright) + h1,
.entry div:not(div.photo_fleft,div.photo_fright) + h2,
.entry div:not(div.photo_fleft,div.photo_fright) + h3,
.entry div:not(div.photo_fleft,div.photo_fright) + h4,
.entry div:not(div.photo_fleft,div.photo_fright) + h5,
.entry div:not(div.photo_fleft,div.photo_fright) + h6,
.entry div:not(div.photo_fleft,div.photo_fright) + p{
    margin-top: 4.2rem;
}
@media only screen and (max-width:1215px){
    .entry h1 + p,
    .entry h2 + p,
    .entry h3 + p,
    .entry h4 + p,
    .entry h5 + p,
    .entry h6 + p{
        margin-top: 0.8rem;
    }
    .entry h1 + div:not(div.photo_fleft,div.photo_fright),
    .entry h2 + div:not(div.photo_fleft,div.photo_fright),
    .entry h3 + div:not(div.photo_fleft,div.photo_fright),
    .entry h4 + div:not(div.photo_fleft,div.photo_fright),
    .entry h5 + div:not(div.photo_fleft,div.photo_fright),
    .entry h6 + div:not(div.photo_fleft,div.photo_fright),
    .entry p + div:not(div.photo_fleft,div.photo_fright),
    .entry div:not(div.photo_fleft,div.photo_fright) + div:not(div.photo_fleft,div.photo_fright){
        margin-top: 2.5rem;
    }
    .entry div:not(div.photo_fleft,div.photo_fright) + h1,
    .entry div:not(div.photo_fleft,div.photo_fright) + h2,
    .entry div:not(div.photo_fleft,div.photo_fright) + h3,
    .entry div:not(div.photo_fleft,div.photo_fright) + h4,
    .entry div:not(div.photo_fleft,div.photo_fright) + h5,
    .entry div:not(div.photo_fleft,div.photo_fright) + h6,
    .entry div:not(div.photo_fleft,div.photo_fright) + p{
        margin-top: 1.5rem;
    }
}