
.excerptContents {
    margin: 0;
    padding: 30px 0;
    /*
    background-color: #f9f4e4;
     */
    font-family:'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
    line-height: 1.3;
    color: #333;
}
.excerptContents * {
    margin: 0;
    padding: 0;
}
.excerptContents a {
    text-decoration: none;
    color: #333;
}
.excerptContents a:hover {
    color: #0083d1;
}
.excerptContents .left_contents {
    margin: 0 auto;
    /*
    width: 710px;
     */
    background-color: #ffffff;
}
.excerptContents .article_box {
    padding: 20px 35px 10px;
}
.excerptContents .article_box h2 {
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 23px;
}
.excerptContents .main_img {
    margin: 0 0 30px;
}
.excerptContents #wiziwig h1, .excerptContents #wiziwig h2, .excerptContents #wiziwig h3, .excerptContents #wiziwig h4, .excerptContents #wiziwig h5, .excerptContents #wiziwig h6 {
    clear: both;
    font-weight: 700;
    margin: 36px 0 12px;
}
.excerptContents #wiziwig h3 {
    line-height: 1.0909090909;
}
.excerptContents #wiziwig p {
    margin: 0 0 24px;
    /*
    font-size: 114%;
     */
    line-height: 200%;
}
.excerptContents #wiziwig ul, .excerptContents #wiziwig ol {
    list-style: none;
    margin: 0 0 24px 20px;
    padding-left: 0;
}
.excerptContents #wiziwig ul {
    list-style: disc;
    line-height: 200%;
}
.excerptContents .article_box #wiziwig.article_text h3 {
    padding-bottom: 16px;
    border-bottom: 2px solid #28c6ed;
    margin: 20px 0 30px;
    padding-top:40px;
}
.excerptContents #wiziwig a.txt-link {
    color: #069;
    font-weight: bold;
}
.excerptContents #pager {
    text-align: center;
}
.excerptContents #pager.type2 ul, #pager.type2 ol {
    margin: 0;
}
.excerptContents #pager .cursor_list li {
    text-align: center;
    display: inline;
}
.excerptContents #pager.type2 .cursor_list li a {
    color: #069;
    width: 180px;
    border: 1px solid #F2E9CB;
    background-color: #fff;
}
.excerptContents #pager .cursor_list li a {
    display: inline-block;
    font-weight: 600;
    font-size: 18px;
    border-radius: 2px;
    width: 315px;
    height: 42px;
    margin: 0 auto;
    line-height: 42px;
    color: #fff;
    background: #ffae00;
}
.excerptContents #pager .cursor_list li.next span {
    padding-right: 22px;
    background: url(../img/icon_pager_next.png) no-repeat right 50%;
}
.excerptContents #pager.type2 .cursor_list li.next span {
    padding-right: 0;
    background-image: none;
}
</style>

<!-- 記事個別style -->
<style>
.list-group.list-disc > li:after {
    top: .8em;
}
.point{
    counter-reset:item;
    list-style-type: none;
}
.point li:before{
    content:"（"counters(item, ".")"）";
    counter-increment:item;
    list-style-type: none;
    font-weight: bold;
}
.point li{
    font-size: 18px;
    text-indent: -1.5em;
}
.point li p{
    font-size: 18px !important;
    text-indent: 0em;
    margin: 0 0 24px -20px !important;
}
.point li p.paL{
    padding-left: 2.3em;
}
.point li p.pic{
    margin: 0 0 0 -20px !important;
}
.point li p.caption{
    font-size: 75% !important;
}
.point_list {
    margin: 0;
    padding: 0;
    list-style: disc;
    font-size: 114%;
}
@media screen and (max-width: 767px){
    .point li{
        font-size: 16px;
    }
    .point li p{
        font-size: 16px !important;
        margin: 7px 0 24px -20px !important;
    }
    .point li p.pic{
        margin: 10px 10px 10px -10px !important;
    }
    .point_list li{
        padding-left:0em;
        text-indent:0em;
        font-size: 16px !important;
        margin-bottom:7px;
        line-height:32px;
        list-style-type: disc;
    }}
.excerptContents .mokujiArea {
margin: 0 auto 20px;
}
.excerptContents .mokujiArea ul li a i{
top: 2px;
}
.excerptContents .article_box #wiziwig.article_text h3 {
border-bottom: solid 5px #034098;
}

.excerptContents .article_box #wiziwig.article_text h3 {
    color: #034098;
}


@media screen and (min-width: 641px){
    .excerptContents #wiziwig h3 {
        font-size: 30px;
    }
    .excerptContents .mokujiArea ul li a i {
        top: 6px;
    }
}