/*====　common　====*/

#news-article {
    padding-top: 80px;
}

/* table */
#news-article table {
    max-width: 700px;
    border-collapse: collapse;
    margin: 30px 0;
}

#news-article td {
    word-wrap: break-word;
}

/*====　ヘッダー　====*/

.news-header-top {
    position: relative;
    width: 100%;
    height: auto;
    margin-bottom: 15px;
    padding-bottom: 10px;
    border-bottom: 1px solid #d3d3d3;
}

/* tag */

.news-header-tag {
    font-size: 12px;
    line-height: 1;
    display: inline-block;
    padding: 5px 0;
    min-width: 99px;
    text-align: center;
}

.news-header-tag.m-news_tag-press {
    color: #fff;
    background-color: #004cad;
}

.news-header-tag.m-news_tag-other {
    color: #fff;
    background-color: #999999;
}

.news-header-tag.m-news_tag-ir {
    color: #fff;
    background-color: #4b9cdd;
}

.news-header-date {
    font-size: 16px;
    font-weight: bold;
    margin-left: 20px;
}

.news-header-autheor {
    font-size: 13px;
}

.news-header-icon {
    text-align: right;
}

.news-header-icon-print {
    color: #004cad;
    font-size: 13px;
    position: relative;
    padding-left: 10px;
}

.news-header-icon-print:before {
    content: "";
    background: url(/jp/ja/news/common/img/ico-print.png) no-repeat;
    background-size: cover;
    display: inline-block;
    width: 24px;
    height: 20px;
    position: absolute;
    left: -26px;
    top: 0px;
}

.news-header-title {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.8;
    margin: 20px 0 28px 0;
    word-wrap: break-word;
}

.news-header-title_cnt {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.8;
    margin: 20px 0 28px 0;
    text-align: center;
    word-wrap: break-word;
}

.news-header img {
    margin-bottom: 31px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    height: auto;
}

/*　sns　*/

.news-sns-item {
    margin: 30px 0 40px 0;
    text-align: right;
}

.news-sns-item a {
    margin-left: 6px;
}

.news-sns-item a>img {
    margin-bottom: 0;
    width: 30px;
}

/*====　記事内容　====*/

.news-article-body {}

.news-article-body h1 {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.8;
    margin-bottom: 40px;
    word-wrap: break-word;
}

.news-article-body h2 {
    font-size: 16px;
    word-wrap: break-word;
    overflow: hidden;
}

/* .news-article-body h2+div {
    clear: both;
} */

.news-article-body p {
    margin-bottom: 20px;
    word-wrap: break-word;
    overflow: hidden;
}

.news-article-body img {
/*    margin-bottom: 40px;*/
margin-bottom:0 important;
    height: auto;
}

.news-article-body img.mt-image-left {
    margin: 8px 40px 0px 0 !important;
    vertical-align: top;
}

.news-article-body img.mt-image-right {
    margin: 8px 0 0px 40px !important;
    vertical-align: top;
}

.news-article-body hr {
    margin: 40px 0;
}

.news-article-body a {
    color: #004cad;
    font-weight: bold;
    font-size: 14px;
}

/*　動画埋め込み　*/

.news-article-youtube {
    position: relative;
    width: 100%;
    margin-bottom: 40px;
    padding-top: 56.25%;
}

.news-article-youtube iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

.news-article-movie-caption {
    font-weight: bold;
    margin-top: -40px;
    text-align: right;
}

/*　box　*/

.news-article-box {
    background-color: #f2f2f2;
    padding: 30px;
}

.news-article-box p {
    margin-bottom: 0;
}

.news-article-box .news-article-mail:before {
    content: "MAIL: ";
}

/*　2カラム画像リスト　*/

.news-article-body ul.column2 {
    margin: 30px -10px 10px 0;
    overflow: hidden;
}

.news-article-body ul.column2 + ul.column2 {
    margin: 0 -10px 30px 0;
}

.news-article-body ul.column2 li {
    float: left;
    width: calc(100% / 2 - 10px);
    box-sizing: border-box;
    margin-right: 10px;
}

.news-article-body ul.column2 li p {
    margin-bottom: 0;
}

.news-article-body ul.column2 li img {
    margin-bottom: 0;
    width: 100%;
    height: 100%;
}

/*　3カラム画像リスト　*/

.news-article-body ul.column3 {
    margin: 30px -10px 10px 0;
    overflow: hidden;
}

.news-article-body ul.column3 + ul.column3 {
    margin: 0 -10px 30px 0;
}

.news-article-body ul.column3 li {
    float: left;
    width: calc(100% / 3 - 10px);
    box-sizing: border-box;
    margin-right: 10px;
}

.news-article-body ul.column3 li p {
    margin-bottom: 0;
}

.news-article-body ul.column3 li img {
    margin-bottom: 0;
    width: 100%;
    height: 100%;
}


/*==== responsive ====*/

@media screen and (max-width:767px) {
    #news-article {
        padding-top: 30px;
        max-width: 100%;
    }
    #news-article table {
        width: 95%!important;
        margin: 40px auto;
    }
    .news-header-top {
        padding: 0 15px;
        border: none;
        box-sizing: border-box;
    }
    .news-header-autheor {
        border-bottom: 1px solid #d3d3d3;
    }
    .news-header-icon {
        display: none;
    }
    .news-header-title,
    .news-header-title_cnt {
        font-size:  16px;
        padding: 0 15px;
        margin: 24px 0 24px 0;
    }
    .news-header img {
        margin-bottom: 21px;
    }
    .news-sns-item {
        margin: 23px 0 30px 0;
        text-align: center;
    }
    .news-sns-item a>img {
        padding: 0;
    }
    .news-article-body {
        padding: 0 15px;
    }
    .news-article-body h1 {
        font-size: 16px;
        margin-bottom: 22px;
    }
    .news-article-body h2 {
        line-height:  1.8;
    }
    .news-article-body p {
        font-size: 13px;
        margin-bottom: 20px;
    }
    .news-article-body img {
/*        margin-bottom: 23px;*/
    margin-bottom:0 !important;
    }
    .news-article-body img {
        float: none !important;
        width: 100%;
        box-sizing: border-box;
    }
    .news-article-body img.mt-image-left,
    .news-article-body img.mt-image-right {
        margin: 0 0 0px!important;
        padding: 0;
    }
    .news-article-body hr {
        margin: 40px 0;
    }
    .news-article-youtube iframe {
        box-sizing: border-box;
    }
    .news-article-box {
        padding: 20px 30px;
    }
    .news-article-box p {
        margin-bottom: 0;
        padding: 0;
    }
}

@media screen and (min-width:768px) {
    .news-header-autheor {
        font-size: 13px;
        position: absolute;
        right: 0;
        top: 50%;
        -ms-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    a:hover img{
        transition: 0.4s background linear;
        opacity: 0.8;

    }

}

article{
margin-bottom: 80px;
}

.attention{
color:#FF0000;
}
.border{
border-bottom:solid 1px #FF0000;
}


@media screen and (max-width:768px) {
    .news-article-body a{
        font-size: 13px;
    }
}
