@charset "utf-8";
/* 詳細内容表示 */
.entry{
    font-size: 1.5rem;
    line-height: 1.867;
}
.entry a{
    color: #295ea2;
    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:3rem;}
.entry h2,.entry h2 * { font-size:3rem;}
.entry h3,.entry h3 * { font-size:1.8rem;}
.entry h4,.entry h4 * { font-size:2rem;}
.entry h5,.entry h5 * { font-size:1.8rem;}
.entry h6,.entry h6 * { font-size:1.6rem;}
.entry ul,.entry ul li { list-style:none; margin-left:0; }
.entry ol,.entry ol li { list-style:none; margin-left:0; }
.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;
}
.entry iframe[src^="https://www.youtube.com"]{
    max-width: 100%;
    width: 96rem;
    height: 54rem;
    margin: 0 auto;
    display: block;
}
.entry p + .photo_left,
.entry p + .photo_center,
.entry p + .photo_right,
.entry p + .photo_fleft,
.entry p + .photo_fright{
    margin-top: 6rem;
}
.entry p + h3,
.entry div + p,
.entry div + h1,
.entry div + h2,
.entry div + h3,
.entry div + h4,
.entry div + h5,
.entry div + h6{
    margin-top: 3.5rem;
}
.entry h1 + p,
.entry h2 + p,
.entry h3 + p,
.entry h4 + p,
.entry h5 + p,
.entry h6 + p{
    margin-top: 1.5rem;
}
@media only screen and (max-width:767px){
    .entry{
        font-size: 1.2rem;
        line-height: 1.67;
    }
    .entry h1,.entry h1 *{ font-size:1.7rem;}
    .entry h2,.entry h2 *{ font-size:1.7rem;}
    .entry h3,.entry h3 *{ font-size:1.6rem;}
    .entry h4,.entry h4 *{ font-size:1.5rem;}
    .entry h5,.entry h5 *{ font-size:1.4rem;}
    .entry h6,.entry h6 *{ font-size:1.3rem;}
    .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: 51.736vw;
    }
    .entry p + .photo_left,
    .entry p + .photo_center,
    .entry p + .photo_right,
    .entry p + .photo_fleft,
    .entry p + .photo_fright{
        margin-top: 3.5rem;
    }
    .entry div + p,
    .entry div + h1,
    .entry div + h2,
    .entry div + h3,
    .entry div + h4,
    .entry div + h5,
    .entry div + h6{
        margin-top: 1.7rem;
    }
    .entry p + h3,
    .entry h1 + p,
    .entry h2 + p,
    .entry h3 + p,
    .entry h4 + p,
    .entry h5 + p,
    .entry h6 + p{
        margin-top: 0.8rem;
    }
}