@charset "utf-8";

.news_detail_content p:nth-child(n+2) {
    margin-top: inherit;
}
.news_detail_content > * + * {
    margin-top: 1em;
}

.news_detail_content h1,h2 {
    font-size: 2em;
    margin: 0.67em 0;
    line-height:1.6;
    font-weight:600;
    font-size:23px;
    color:#656565;
    font-family: 游明朝,游明朝体,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,"ＭＳ Ｐ明朝","ＭＳ 明朝",serif;
}
@media (max-width: 480px) {
    .news_detail_content h1,h2 {
        font-size: 20px;
    }
}
.news_detail_content h3 {
    padding-left:15px;
    border-left:2px #595858 solid;
    line-height:1.3;
    font-weight:600;
    font-size:17px;
    color:#595858;
    margin-top: 0.83em;
    margin-bottom: 0.83em;
}
@media (max-width: 480px) {
    .news_detail_content h3 {
        padding-left: 10px; font-size: 16px;
    }
}

.news_detail_content h4 {
    display: block;
    margin-top: 1em;
    margin-bottom: 1em;
    padding:0 0 15px 0;
    position:relative;
    border-bottom:1px #E3E3E3 solid;
    font-weight:600;
    line-height:1.5;
    font-size:15px;
    color:#595858;
}
.news_detail_content h5 {
    margin-top: 1.33em;
    margin-bottom: 1.33em;
    font-size:15px;
    font-weight: bold;
}
@media (max-width: 480px) {
    .news_detail_content h5 {
        font-size: 14px;
    }
}
.news_detail_content h6 {
    margin-top: 1.33em;
    margin-bottom: 1.33em;
    font-size:15px;
    font-weight: bold;
}
@media (max-width: 480px) {
    .news_detail_content h6 {
        font-size: 14px;
    }
}
.news_detail_content strong {
    font-weight: bold;
}
.news_detail_content em {
    font-style: italic;
}

.news_detail_content * + h1,
.news_detail_content * + h2,
.news_detail_content * + h3,
.news_detail_content * + h4,
.news_detail_content * + h5,
.news_detail_content * + h6
{
    margin-top: 3.25em;
}
