/* 詳細内容表示 */
.entry{
    font-size: 15px;
    line-height: calc(27 / 15);
}
.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 * { font-size:30px;}
.entry h2,.entry h2 * {
    font-size: 26px;
    line-height: calc(36 / 26);
    font-weight: bold;
    position: relative;
    padding-left: 21px;
}
.entry h2::before{
    content: "";
    width: 4px;
    height: 32px;
    background: #333;
    position: absolute;
    top: 2px;
    left: 0;
}
.entry h3,.entry h3 * {
    font-size: 20px;
    line-height: calc(28 / 20);
    font-weight: bold;
    padding: 22px 21px;
    background: #f9f7f1;
}
.entry h4,.entry h4 * { 
    font-size: 18px;
    line-height: calc(26 / 18);
    position: relative;
    padding-bottom: 13px;
    padding-left: 25px;
}
.entry h4::before{
    content: "";
    width: 6px;
    height: 6px;
    background: #7d7d7d;
    border-radius: 50%;
    position: absolute;
    top: 11px;
    left: 11px;
}
.entry h4::after{
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background: #e3e3e3;
    box-shadow: 0 2px 0 #e3e3e3;
}
.entry h5,.entry h5 * { font-size:16px;}
.entry h6,.entry h6 * { font-size:14px;}
.entry ul,.entry ul li { list-style:disc outside none; margin-left:20px; }
.entry ol,.entry ol li { list-style:decimal outside; margin-left:20px; }
.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:0px 40px 0px 0px;
}
.entry div.photo_fright {
    float:right;
    padding:0px 0px 0px 40px;
}
.entry blockquote{
    margin:10px 0 10px 50px;
    padding:1em 1em 1em 2em;
    border-left:7px solid #ccc;
    font-style:oblique;
}
.entry img{
    max-width: 100%;
    height: auto;
}
.entry iframe[src^="https://www.youtube.com"]{
    display: block;
    width: 800px;
    height: 450px;
    margin: 0 auto;
}
@media only screen and (max-width:767px){
    .entry{
        font-size: 12px;
        line-height: calc(20 / 12);
    }
    .entry h1,.entry h1 *{ font-size:17px;}
    .entry h2,.entry h2 * {
        font-size: 16px;
        line-height: calc(24 / 16);
        padding-left: 10px;
    }
    .entry h2::before{
        width: 3px;
        height: 20px;
        top: 2px;
        left: 0;
    }
    .entry h3,.entry h3 * {
        font-size: 13px;
        line-height: calc(18 / 13);
        padding: 17px 10px;
    }
    .entry h4,.entry h4 * { 
        font-size: 12px;
        line-height: calc(18 / 12);
        padding-bottom: 15px;
        padding-left: 10px;
    }
    .entry h4::before{
        width: 4px;
        height: 4px;
        top: 7px;
        left: 0;
    }
    .entry h4::after{
        height: 1px;
        box-shadow: 0 1px 0 #e3e3e3;
    }
    .entry h5,.entry h5 *{ font-size:11px;}
    .entry h6,.entry h6 *{ font-size:10px;}
    .entry div.photo_fleft{
        float:none;
        padding:0 0 10px;
        text-align: center;
    }
    .entry div.photo_fright{
        float:none;
        padding:0 0 10px;
        text-align: center;
    }
    .entry iframe[src^="https://www.youtube.com"]{
        width: 100%;
        height: 51.736vw;
    }
    .secEntry.entry h2{
        font-size: 14px;
        line-height: 1.71;
        letter-spacing: 1px;
    }
}