@charset "utf-8";

/*-----------------------------------------------------------
お知らせ（一覧）
-----------------------------------------------------------*/

.newsFrame {
    max-width: 1200px;
    width: 100%;
    margin: auto;
    padding: 30px 5%;
    background: #fff;
    border-radius: 8px;
}

.newsSide {
    margin: 40px 0 0;
}

.newsMain > .newsBlock {
    margin: -10px 0 0;
}

.newsItem > a {
    display: block;
    padding: 15px 0;
    border-bottom: 2px dotted #ccc;
    color: #333;
    position: relative;
}

.newsItem > a:hover .tit {
    opacity: .5;
}

.newsItem > a:after {
    content: "";
    display: block;
    max-width: 32px;
    width: 100%;
    height: 1px;
    background: #707070;
    position: absolute;
    top: 50%;
    right: 0;
    transition: .3s;
}

.newsItem .flexBox {
    display: flex;
    align-items: center;
}

.newsItem .date {
    max-width: 80px;
    width: 100%;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.33em;
    letter-spacing: 0.06em;
    color: #333;
    word-break: break-all;
}

.newsItem .cate {
    max-width: 90px;
    width: 100%;
    margin: 0 0 0 4%;
    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;
}

.newsItem .detail {
    margin: 10px 0 0;
}

.newsItem .tit {
    width: 100%;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.05em;
    line-height: 1.5em;
    color: #333;
    transition: .3s;
}

.newsItem .img {
    margin: 10px 0 0;
    text-align: center;
}

.newsItem .content {
    margin: 10px 0 0;
}

.newsItem .pdf {
    margin: 10px auto 0;
}

/* カテゴリ */

.cateBox:not(:first-child) {
    margin: 30px 0 0;
}

.cateH {
    font-size: 16px;
    letter-spacing: 0.05em;
    font-weight: bold;
    color: #2A4480;
    padding: 0 0 5px;
    border-bottom: solid 2px #2A4480;
}

.cateBox .sideLink {
    display: block;
    padding: 10px 15px;
    color: #333;
    font-weight: 500;
}

.cateBox .sideLink:hover {
    color: rgb(51 51 51 / 50%);
}

/*-----------------------------------------------------------
お知らせ（詳細）
-----------------------------------------------------------*/

.flexBox {
    display: flex;
    align-items: center;
}

.newsDtl .cate {
    display: inline-block;
    margin: 0 0 0 2%;
    padding: 2px 15px;
    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;
}

.newsDtl .date {
    max-width: 80px;
    width: 100%;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.33em;
    letter-spacing: 0.06em;
    color: #333;
    word-break: break-all;
}

.newsDtl .tit {
    font-size: 16px;
    font-weight: 600;
    margin: 15px 0 0;
    border-bottom: dotted 2px #ccc;
    padding: 0 0 10px;
}

.newsDtl .img {
    margin: 15px auto 0;
    text-align: center;
}

.newsDtl .content {
    margin: 15px auto 0;
}

.newsMain > .backBtn {
    margin: 20px auto 0;
}

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

/*-----------------------------------------------------------
お知らせ（一覧）
-----------------------------------------------------------*/

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

.newsMain {
    width: 75%;
}

.newsSide {
    width: 20%;
    margin: 0;
}

.newsItem > a {
    display: flex;
    align-items: baseline;
}

.newsItem .flexBox {
    max-width: 210px;
    width: 100%;
}

.newsItem .date {
    max-width: 90px;
    font-size: 16px;
}

.newsItem .cate {
    font-size: 13px;
    margin: 0 0 0 9%;
}

.newsItem .detail {
    margin: 0 0 0 2.88%;
}
    
.newsItem .tit {
    font-size: 15px;
}
  
/*-----------------------------------------------------------
お知らせ（詳細）
-----------------------------------------------------------*/

.newsDtl .tit {
    font-size: 20px;
}

.newsDtl .cate {
    font-size: 13px;
}

.newsDtl .date {
    max-width: 90px;
    font-size: 14px;
}
    
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
}/* min-width: 768px ここまで */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

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

/*-----------------------------------------------------------
お知らせ（一覧）
-----------------------------------------------------------*/

.newsFrame {
    padding: 60px 5%;
}

.newsMain > .newsBlock {
    margin: -22px 0 0;
}

.newsItem > a {
    padding: 32px 0;
}

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

.newsItem .cate {
    font-size: 14px;
}

.newsItem .tit {
    font-size: 16px;
}

.newsItem .img {
    margin: 20px 0 0;
}

.newsItem .content {
    margin: 20px 0 0;
}

.newsItem .pdf {
    margin: 20px auto 0;
}

/* カテゴリ */

.cateH {
    font-size: 17px;
}
  
/*-----------------------------------------------------------
お知らせ（詳細）
-----------------------------------------------------------*/

.newsDtl .tit {
    font-size: 24px;
    margin: 30px 0 0;
    padding: 0 0 20px;
}

.newsDtl .img {
    margin: 30px auto 0;
}

.newsDtl .content {
    margin: 30px auto 0;
}

.newsMain > .backBtn {
    margin: 40px auto 0;
}

.newsDtl .cate {
    font-size: 14px;
}

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

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
}/* min-width: 1024px ここまで */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
@media screen and (min-width:1200px) {
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */


  
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
}/* min-width: 1200px ここまで */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */