﻿body {
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic", "メイリオ", sans-serif !important;
}

.newstxt {
    font-size: 1.4rem;
}
.newstxt .imgwrap{
    margin: 0 auto;
    width: 59%;
    height: auto;
    flex-wrap: wrap;
    display: flex;
    justify-content: space-between;
}
.newstxt .img{
    width:49%;
    height:auto;
}
.newstxt .img img{
    margin-bottom: 10px;
}

.newstxt .text--bold {
    font-weight: bold;
}

.newstxt .text--red {
    color: var(--text-red, #e31515);
}

.width-set{
    width: 59%;
    margin: 12px auto;
}
.newstxt img{
    width:100%;
    height:auto;
}
h4 {
    font-size: initial;
}

@media screen and (max-width:767px) {
    .main-area.top.news-detail {
        margin-top: calc(170 * (100vw / 750));
    }
    .main-area.top .detail-block-inner {
        width: 100%;
    }
    .newssubttl, .newsttl,.newsdate {
        text-align: left;
    }
    .panel-footer .prev .arrow {
        top: -12px;
        border-top: 6px solid transparent;
        border-right: 6px solid transparent;
        border-bottom: 6px solid transparent;
        border-left: 10px solid #000;
    }
    .panel-footer .prev .arrow::before, .panel-footer .prev .arrow::after {
        background: transparent;
    }
    .newstxt {
        font-size: 12px;
        line-height: 1.62;
        text-align: justify;
    }
    .newsttl {
        font-size: 20px;
        line-height: 1.4;
        margin-bottom: 11px;
    }
    .newsdate {
        font-size: 11px;
        margin-bottom: 30px;
    }
    h4 {
        font-size: 14px;
        line-height: 1.5;
        text-align: left;
    }
    .detail-block-inner .box-txt .newstxt p {
        font-size: inherit;
    }
}