@charset "utf-8";
/* 詳細内容表示 */
.entry{
    font-size: 18px;
    line-height: 2;
}
.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;line-height: 1.3;}
.entry h2,.entry h2 * { font-size:20px;line-height: 1.3;}
.entry h3,.entry h3 * { font-size:24px;line-height: 1.5;}
.entry h4,.entry h4 * { font-size:20px;line-height: 1.5;}
.entry h5,.entry h5 * { font-size:18px;line-height: 1.6;}
.entry h6,.entry h6 * { font-size:16px;line-height: 1.6;}
.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{
    background:#f7f7f7 ;
    padding: 35px;
    position: relative;
}
.entry blockquote::before,
.entry blockquote::after{
    position: absolute;
    content: "";
    width: 33px;
    height: 26px;
    z-index: 1;
}
.entry blockquote::before{
    top: -13px;
    left: 40px;
}
.entry blockquote::after{
    bottom: -13px;
    right: 40px;
    transform: rotate(180deg);
}
.entry blockquote::before,
.entry blockquote::after{
    background: url(../img/news/iconEditor.png) center top / cover;
}
blockquote + p{
    margin-top: 30px;
}

.entry img{
    max-width: 100%;
    height: auto;
}
.entry iframe[src^="https://www.youtube.com"]{
    display: block;
    max-width: 100%;
    width: 1200px;
    height: 675px;
    margin: 0 auto;
}
.entry p + .photo_left,
.entry p + .photo_center,
.entry p + .photo_right,
.entry p + .photo_fleft,
.entry p + .photo_fright{
    margin-top: 70px;
}
.entry div + p,
.entry div + h1,
.entry div + h2,
.entry div + h3,
.entry div + h4,
.entry div + h5,
.entry div + h6{
    margin-top: 45px;
}
.entry h1 + p,
.entry h2 + p,
.entry h3 + p,
.entry h4 + p,
.entry h5 + p,
.entry h6 + p{
    margin-top: 20px;
}


.entry h2,.entry h2 {
    font-weight: bold;
}


.entry .spanA{
    position: relative;
    font-size: 16px;
    line-height: 2;
    color: #ca4141;
    font-weight: 600;
    padding-right: 10px;
}
.entry .inner{
    color: #222;
    text-decoration: none;
    border: 1px solid #222;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.5;
    padding: 14.5px;
    min-width: 200px;
    border-radius: 26px;
    position: relative;
    margin: 18px 24px 0;
}
.entry .inner::before{
    position: absolute;
    content: "";
    width: 6px;
    height: 8px;
    right: 19px;
    top: calc(50% - 4px);
}
.entry .inner.lazyloaded::before{
    background: url(../img/faq/iconInner01.gif) center top / cover;
}



@media only screen and (max-width:767px){
    .entry{
        font-size: 12px;
        line-height:1.83;
    }
    .entry h1,.entry h1 *{ font-size:17px;}
    .entry h2,.entry h2 *{ font-size:17px;}
    .entry h3,.entry h3 *{ font-size:16px;}
    .entry h4,.entry h4 *{ font-size:15px;}
    .entry h5,.entry h5 *{ font-size:14px;}
    .entry h6,.entry h6 *{ font-size:13px;}
    .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: 50.135vw;
    }
    .entry p + .photo_left,
    .entry p + .photo_center,
    .entry p + .photo_right,
    .entry p + .photo_fleft,
    .entry p + .photo_fright{
        margin-top: 25px;
    }
    .entry div + p,
    .entry div + h1,
    .entry div + h2,
    .entry div + h3,
    .entry div + h4,
    .entry div + h5,
    .entry div + h6{
        margin-top: 20px;
    }
    .entry h1 + p,
    .entry h2 + p,
    .entry h3 + p,
    .entry h4 + p,
    .entry h5 + p,
    .entry h6 + p{
        margin-top: 10px;
    }

    .entry blockquote{
        padding: 20px;
    }
    .entry blockquote::before,
    .entry blockquote::after{
        width: 19px;
        height: 14px;
    }
    .entry blockquote::before{
        top: -7px;
        left: 20px;
    }
    .entry blockquote::after{
        bottom: -7px;
        right: 20px;
        transform: rotate(180deg);
    }
    blockquote + p{
        margin-top: 20px;
    }

    .entry .spanA{
        font-size: 13px;
        padding-right: 5px;
    }
    .entry .inner{
        font-size: 12px;
        padding: 11px;
        min-width: 175px;
        border-radius: 21px;
        margin: auto;
    }
    .entry .inner::before{
        width: 4px;
        height: 6px;
        right: 19px;
        top: calc(50% - 3px);
    }
    .entry .btnBox{
        margin: 18px auto 0;
        text-align: center;
    }
}