@charset "UTF-8";
.news_wrap {
    padding: 90px 0 20px 0;
    border-top: 7px solid #fff2f1;
}
.news_in {
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
    padding: 0 30px;
    box-sizing: border-box;
}
.data-txt {
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    color: #ff8b84;
    margin-bottom: 15px;
}
.detail-ttl {
    font-size: 20px;
    padding-bottom: 20px;
    margin-bottom: 25px;
    border-bottom: 2px dotted #e3e3e3;
}
.detail_txt {
    font-size: 14px;
    line-height: 2.2;
    text-align: justify;
}
.detail_txt a {
    text-decoration: underline;
    display: inline-block;
}
.detail_txt img {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
}
.detail_txt ol {
    padding-left: 20px;
    list-style: decimal;
}
.detail_txt ol li {
    list-style: decimal;
}
.detail_txt ul {
    padding-left: 20px;
    list-style: disc;
}
.detail_txt ul li {
    list-style: disc;
}
.detail_txt table {
    border: 1px solid #e3e3e3;
}
.detail_txt table tr th,
.detail_txt table tr td {
    padding: 5px 10px;
    border-right: 1px solid #e3e3e3;
    border-bottom: 1px solid #e3e3e3;
}
.detail_txt table tr th:last-child,
.detail_txt table tr td:last-child {
    border-right: none;
}
.detail_txt table tr:last-child th,
.detail_txt table tr:last-child td {
    border-bottom: none;
}
.newspage_lst {
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
    margin-top: 80px;
    padding: 0 30px;
    box-sizing: border-box;
}
.newspage_lst li {
    width: 45%;
    line-height: 1.4;
}
.newspage_lst li.prev {
    float: left;
    text-align: left;
}
.newspage_lst li.next {
    float: right;
    text-align: right;
}
.newspage_lst li a {
    display: inline-block;
    position: relative;
    line-height: 1.4;
}
.newspage_lst li.prev a {
    padding-left: 15px;
}
.newspage_lst li.next a {
    padding-right: 15px;
}
.newspage_lst li a:before {
    content: "";
    position: absolute;
    display: block;
    width: 7px;
    height: 11px;
    top: 4px;
    z-index: 10;
    background: url("../img/inc_arw.png") no-repeat center center;
}
.newspage_lst li.prev a:before {
    left: 0;
    transform: rotate(180deg);
}
.newspage_lst li.next a:before {
    right: 0;
}
.news_img img {
    width: 100%;
    height: auto;
}
.newsLst_wrap {
    padding: 15px 0 70px 0;
}
.newsLst-ttl {
    font-size: 18px;
    font-weight: bold;
    line-height: 1;
    text-align: center;
}
.newsLst-ttl span {
    display: inline-block;
    position: relative;
}
.newsLst-ttl span:before {
    content: "";
    position: absolute;
    display: block;
    bottom: -18px;
    right: -30px;
    width: 106px;
    height: 37px;
    background: url("../img/news-ttl_icn.png") no-repeat center center;
    z-index: 10;
}
.c-news_lst {
    margin-top: 30px;
}
.f-ttl {
    display: none;
}
@media (min-width: 896px) {
    .detail_txt a:hover {
        color: #ff8b84;
        text-decoration: none;
    }
    .detail_txt a:hover img {
        opacity: 0.7;
    }
    .newspage_lst li a:hover {
        color: #ff8b84;
        text-decoration: none;
    }
}
@media only screen and (max-width: 896px) {
    .news_wrap {
        padding: 25px 0 20px 0;
        border-top: 4px solid #fff2f1;
    }
    .news_in {
        padding: 0 15px;
    }
    .data-txt {
        font-size: 16px;
        margin-bottom: 10px;
    }
    .detail-ttl {
        font-size: 16px;
        padding-bottom: 15px;
        margin-bottom: 15px;
    }
    .detail_txt {
        font-size: 13px;
    }
    .newspage_lst {
        margin-top: 40px;
        padding: 0 15px;
    }
    .newspage_lst li a:before {
        top: 3px;
        background: url("../img/sp/inc_arw.png") no-repeat center center;
        background-size: 100% auto;
    }
    .newsLst_wrap {
        padding: 15px 15px 35px 15px;
    }
    .newsLst-ttl span:before {
        content: "";
        position: absolute;
        display: block;
        bottom: -18px;
        right: -30px;
        width: 106px;
        height: 37px;
        background: url("../img/news-ttl_icn.png") no-repeat center center;
        z-index: 10;
    }
    .c-news_lst {
        margin-top: 30px;
    }
    .f-ttl {
        display: none;
    }
}
@media only screen and (max-width: 374px) {

}
