@charset "utf-8";

/* -----------------------------------------------------------
# お知らせ TOP
----------------------------------------------------------- */

.newsLink {
    display: block;
    padding: 15px 0;
    border-bottom: 2px dotted #ccc;
    color: #333;
}

.newsSubItem {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 0 0 10px 0;
}

.date {
    max-width: 80px;
    width: 100%;
    font-weight: 400;
    letter-spacing: 0.06em;
    white-space: nowrap;
}

.cate {
    max-width: 90px;
    width: 100%;
    margin: 0 0 0 3%;
    padding: 2px 5px;
    display: block;
    background-color: #2A4480;
    border-radius: 5px;
    font-size: 10px;
    color: #fff;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-align: center;
    word-break: keep-all;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.newsListTitBox {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.newsListTit {
    max-width: calc(100% - 40px);
    width: 100%;
    font-weight: 500;
    letter-spacing: 0.1em;
    transition: all .3s;
}

.newsLink:hover .newsListTit {
    opacity: .5;
    transition: all .3s;
}

.newsLine {
    width: 100%;
    max-width: 32px;
    height: 1px;
    background-color: #707070;
    transition: all .3s;
}

.newsLink:hover .newsLine {
    transform: translateX(10px);
    transition: all .3s;
}

/* -----------------------------------------------------------
# お知らせ 下層
----------------------------------------------------------- */

.mainBox {
    margin: 0 0 50px 0;
}

.inCate {
    max-width: 90px;
    width: 100%;
    margin: 0 0 0 3%;
    padding: 2px 5px;
    display: block;
    background-color: #102A5A;
    border-radius: 5px;
    font-size: 10px;
    color: #fff;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-align: center;
    word-break: keep-all;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/* -- detail -- */

.newsDetailCate {
    max-width: fit-content;
    width: 100%;
    margin: 0 0 10px 0;
    padding: 2px 3%;
    display: block;
    background-color: #102A5A;
    border-radius: 5px;
    font-size: 12px;
    color: #fff;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-align: center;
    word-break: keep-all;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.newsDetailTime {
    margin: 0 0 5px 0;
    font-weight: 400;
    letter-spacing: 0;
    letter-spacing: 0.1em;
    white-space: nowrap;
}

.newsDetailTit {
    padding: 0 0 5px 0;
    margin: 0 0 15px 0;
    border-bottom: 1px solid #E2E2E2;
    color: #333;
}

.newsDetailImg {
    margin: 0 0 10px 0;
}

.newsDetailTxt {
    margin: 0 0 50px 0;
}

.pdfLink {
    margin: 0 auto 30px;
}

.backBtnBox {
    display: flex;
    justify-content: center;
    align-items: center;
}

/* -- side content -- */

.cateBox:first-child {
    margin-bottom: 30px;
}

.sideTit {
    position: relative;
    margin-bottom: 15px;
    font-size: 1.5em;
    font-weight: 400;
    letter-spacing: 0.06em;
    line-height: 1em;
}

.sideLink {
    position: relative;
    display: block;
    padding: 10px 2% 10px 16px;
    color: #333;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.05em;
    transition: all .3s;
}

.sideLink:hover {
    color: #0553DD;
    transition: all .3s;
}

.sideLink::before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    width: 8px;
    height: 1px;
    background-color: #0553DD;
    opacity: 0;
    transition: all .5s;
}

.sideLink:hover::before {
    opacity: 1;
    transition: all .5s;
}

@media screen and (min-width:768px) {

    .date {
        font-size: 14px;
    }

    .cate {
        font-size: 12px;
    }

    .newsListTit {
        font-size: 15px;
    }

    /* -----------------------------------------------------------
     お知らせ 下層
    ----------------------------------------------------------- */

    .contentFrame {
        display: flex;
        justify-content: space-between;
    }

    .mainBox {
        margin: 0 0 0 0;
        width: 75%;
        padding: 0 15px 0 15px;
    }

    .newsDetailCate {
        font-size: 14px;
    }

    .newsDetailTime {
        font-size: 14px;
    }

    .sideBox {
        width: 23%;
        padding: 0 15px 0 15px;
    }

    .webgene-pagination {
        width: 100%;
    }

}

@media screen and (min-width:1024px) {

    .newsLink {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 30px 0;
    }

    .newsSubItem {
        width: 40%;
        margin: 0 25px 0 0;
    }

    .date {
        max-width: 100px;
        font-size: 18px;
    }

    .cate {
        font-size: 14px;
        margin: 0 0 0 10%;
    }

    /* -----------------------------------------------------------
    # お知らせ 下層
    ----------------------------------------------------------- */

    .newsDetailCate {
        margin: 0 0 10px 0;
        font-size: 16px;
    }

    .newsDetailTime {
        margin: 0 0 10px 0;
        font-size: 16px
    }

    .newsDetailTit {
        margin: 0 0 25px 0;
    }

    .newsDetailImg {
        margin: 0 0 20px 0;
    }

    .newsDetailTxt {
        margin: 0 0 80px 0;
    }

    .pdfLink {
        margin: 0 auto 50px;
    }

}