@charset "UTF-8";
#article_news {
    font-family: "游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro",メイリオ,Meiryo,sans-serif;
}

#article_news p {
    line-height: 1.7em;
    font-size: 14px;
}

#article_news img {
    width: auto;
    height: auto;
    display: block;
}

#article_news .aligncenter {
    margin: 0 auto;
}

#article_news .aligncenter > a > img{
    margin: 0 auto;
}

#article_news .aligncenter .wp-caption-text{
    text-align: center;
}

#article_news .alignright{
    margin: 0 0 0 auto;
}

#article_news .alignleft{
    margin: 0 auto 0 0;
}

#article_news a {
    color: #1353A0;
    cursor: pointer;
}

#article_news a:hover {
    text-decoration: underline;
}

#article_news .img_flexbox_yoko {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

#article_news .img_flexbox_tate {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

#article_news .wp-caption-text {
    width: 100%;
    margin: 0 !important;
    font-size: 12px;
    text-align: left;
}

#article_news h1,
#article_news h2,
#article_news h3,
#article_news h4,
#article_news h5,
#article_news h6 {
    font-weight: bold;
}

#article_news h1 {
    font-size: 24px;
}

#article_news h2 {
    font-size: 22px;
}

#article_news h3 {
    font-size: 20px;
}

#article_news h4 {
    font-size: 18px;
}

#article_news h5 {
    font-size: 16px;
}

#article_news h6 {
    font-size: 14px;
}

#article_news em {
    font-style: italic;
}

#article_news ul {
    list-style-type: disc;
    margin-left: 1rem;
}

#article_news ol {
    list-style-type: decimal;
    margin-left: 1rem;
}

#article_news blockquote {
    position: relative;
    padding: 30px 15px 8px 15px;
    background: #efefef;
    color: #555;
    width: 500px;
    margin: 60px auto;
}

#article_news blockquote:before {
    display: inline-block;
    position: absolute;
    top: 13px;
    left: 15px;
    vertical-align: middle;
    content: "\f10d";
    font-family: FontAwesome;
    color: #1353A0;
    font-size: 25px;
    line-height: 1;
}

#article_news blockquote p {
    padding: 0;
    margin: 20px 0 10px;
    font-size: 15px;
    line-height: 1.5;
}

#article_news .text_line_service {
    text-decoration: underline;
}

#article_news table {
    border: 1px solid #888;
    /*display: block;*/
    overflow-x: scroll;
    white-space: nowrap;
    height: 100% !important;
    width: 100% !important;
    font-size: 13px;
    margin-bottom: 2px;
}

#article_news th,
#article_news td {
    padding: 5px;
    border: 1px solid #ddd;
}

#article_news th {
    background: #f4f4f4;
    white-space: nowrap;
}

#article_news th {
    width: 13%;
    white-space: nowrap;
}

#article_news td {
    white-space: nowrap;
}

@media all and (max-width: 768px) {
    #article_news table {
        border: 1px solid #888;
        display: block;
        overflow-x: scroll;
        white-space: nowrap;
    }
    #article_news table::-webkit-scrollbar,
    #article_news #cNews .tableBlock table::-webkit-scrollbar {
        height: 10px;
    }
    #article_news table::-webkit-scrollbar-track,
    #article_news #cNews .tableBlock table::-webkit-scrollbar-track {
        margin: 0 2px;
        background: #ccc;
        border-radius: 5px;
    }
    #article_news table::-webkit-scrollbar-thumb,
    #article_news #cNews .tableBlock table::-webkit-scrollbar-track {
        border-radius: 5px;
        background: #666;
    }

    /*tableスクロールアイコン*/
    .tb_scl_icon{
        width: 250px;
        height: 44px;
        background: url(../images/news/flick_hands.png) no-repeat center center;
        background-size: 250px 44px;
        margin: 1em 0;
    }
    #cNews .tableBlock02{
        margin-bottom: 2px;
    }

}
