@charset "UTF-8";


/*ページが長くなったら削除*/
/* footer {
    position: fixed;
    left: 0;
    bottom: 0;
} */

/*==============================================
================================================
newsArea
================================================
==============================================*/
/*----------------------------
topicBox
----------------------------*/
.topicBox {
    margin: 0 auto;
}
.topicBox_cnt {
    display: flex;
    align-items: flex-start;
    position: relative;
}
.topicBox_cnt a {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
}
.topicBox_cnt:nth-child(n+2) {
    margin-top: 40px;
}
.topicBox_cnt dt.icon {
    display: block;
    width: 90px;
    height: 90px;
    background-color: #909090;
}
.topicBox_cnt dt.icon-info {
    background-image: url(../img/icon-info.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.topicBox_cnt dt.icon-＊＊ {}
.topicBox_cnt dd {
    width: calc(100% - 110px);
    padding-left: 20px;
}
.topicBox_cnt dd .date {
    line-height: 1;
}
.topicBox_cnt dd .date.type-info {}
.topicBox_cnt dd .date.type-info:before {
    content: 'お知らせ';
    display: inline-block;
    background-color: #231815;
    color: #e4d2ae;
    font-size: .8em;
    padding: 4px 4px 3px 6px;
    margin-right: 10px;
}
.topicBox_cnt dd .date.type-product {}
.topicBox_cnt dd .date.type-product:before {
    content: '製品情報';
    display: inline-block;
    background-color: #e4d2ae;
    font-size: .8em;
    padding: 4px 4px 3px 6px;
    margin-right: 10px;
}
.topicBox_cnt dd .txt {
    margin-top: .5em;
}
@media screen and (max-width: 767px) {
    .topicBox_cnt dd .date.type-info:before,
    .topicBox_cnt dd .date.type-product:before {
        font-size: 12px;
    }
    .topicBox_cnt dd .txt {
        font-size: 12px;
    }
}
@media screen and (max-width: 767px) {
}