@charset "utf-8";

/*-----------------------------------------------------------
一覧
-----------------------------------------------------------*/

.news-flex-area {
    max-width: 1260px;
    width: 100%;
 	margin: auto;
}

.news-side {
    margin: 60px 0 0;
}

.news-list > section {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 25px 3.84%;
}

.news-item {
    word-break: keep-all;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.news-link {
    display: block;
    color: inherit;
    font-size: 0;
}

.news-link:hover {
    color: inherit;
}

.news-link > .news-img {
    background: var(--secondary);
    border-radius: 6px;
    padding: 0 0 73.5%;
    overflow: hidden;
    margin: 5px 0 0;
    transition: .3s;
}

img + .no-img {
    display: none;
}

.news-link > .news-img > img {
  	border-radius: 4px;
    transition: .3s;
}

.news-link:hover > .news-img {
    filter: brightness(.5);
}

.news-cate {
    display: block;
    max-width: 100%;
    min-width: 110px;
    width: fit-content;
    letter-spacing: 0.03em;
    line-height: 1.5em;
    color: #fff;
    background: var(--tertiary);
    padding: 1px 2%;
    font-size: 13px;
    text-align: center;
    word-break: keep-all;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.news-date {
    display: block;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 0.05em;
    line-height: 1.5em;
    margin: 10px 0 0;
}

.news-title {
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 0.05em;
    line-height: 1.5rem;
    margin: 5px 0 0;
    word-break: keep-all;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/*-----------------------------------------------------------
一覧（TOP）
-----------------------------------------------------------*/

.top-news-list {
    margin: 35px auto 0;
}

.top-news-list > section {
    gap: 20px 4%;
}

.top-news-list .news-link {
    color: var(--primary);
}

.top-news-list .news-link:hover {
    color: var(--primary);
}

/*-----------------------------------------------------------
詳細
-----------------------------------------------------------*/

.news-detail {
    max-width: 800px;
    width: 100%;
    font-weight: 500;
}

.news-detail-title {
    margin: 10px 0 0;
}

.news-detail .news-img {
    text-align: center;
    margin: 15px 0 0;
}

.news-img:empty {
    display: none;
}

.news-content {
    margin: 15px 0 0;
}

.news-pdf-btn {
    margin: 15px auto 0;
}

.news-back-btn {
    margin: 25px auto 0;
}

/*-----------------------------------------------------------
カテゴリ
-----------------------------------------------------------*/

.category-box {
    font-weight: normal;
    letter-spacing: 0.05em;
    line-height: 1.44em;
}

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

.category-box > section {
    margin: 10px 0 0;
}

.category-header {
    font-size: 16px;
    font-weight: normal;
    font-family: var(--font-family02);
    letter-spacing: 0.1em;
    color: var(--white);
    border-bottom: solid 1px var(--white);
    padding: 0 15px 5px;
}

.category-list {
    margin: 20px 0 0;
}

.category-list-item {
    margin: 15px 0 0;
}

.category-link {
    display: block;
    font-size: 18px;
    line-height: 1.5em;
    letter-spacing: 0.05em;
    color: var(--white);
    padding: 0 15px;
}

.category-link:hover {
    color: var(--white);
    opacity: 0.7;
}

/*-----------------------------------------------------------
ページャー
-----------------------------------------------------------*/

.webgene-pagination {
    grid-column: 1/3;
}

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

/*-----------------------------------------------------------
一覧
-----------------------------------------------------------*/

.news-flex-area {
    display: flex;
    justify-content: space-between;
}
  
.news-main {
    flex: 1;
}

.news-side {
    max-width: 200px;
    width: 100%;
    margin: 0 0 0 6.34%;
}
  
.news-list > section {
    grid-template-columns: repeat(3,1fr);
}

.news-cate {
    font-size: 14px;
}
    
.news-date {
    font-size: 15px;
}

.news-title {
    font-size: 15px;
}

/*-----------------------------------------------------------
カテゴリ
-----------------------------------------------------------*/

.category-header {
    font-size: 18px;
}
    
/*-----------------------------------------------------------
ページャー
-----------------------------------------------------------*/

.webgene-pagination {
    grid-column: 1/4;
}
    
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
}/* min-width: 768px ここまで */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

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

.news-list > section {
    gap: 45px 3.84%;
}

.news-link > .news-img {
    margin: 13px 0 0;
}

.news-cate {
    font-size: 15px;
}
    
.news-date {
    font-size: 16px;
    margin: 15px 0 0;
}

.news-title {
    font-size: 16px;
}

/*-----------------------------------------------------------
一覧（TOP）
-----------------------------------------------------------*/

.top-news-list {
    margin: 70px auto 0;
}

.top-news-list > section {
    gap: 40px 9.45%;
}
    
/*-----------------------------------------------------------
詳細
-----------------------------------------------------------*/

.news-detail-title {
    margin: 20px 0 0;
}
    
.news-pdf-btn {
    margin: 30px auto 0;
}
    
.news-back-btn {
    margin: 50px auto 0;
}

.news-detail .news-img {
    margin: 30px 0 0;
}
    
.news-content {
    margin: 30px 0 0;
}

/*-----------------------------------------------------------
カテゴリ
-----------------------------------------------------------*/

.category-header {
    font-size: 22px;
}

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

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
@media screen and (min-width:1024px) {
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
  
/*-----------------------------------------------------------
一覧（TOP）
-----------------------------------------------------------*/

.top-news-btn {
    font-size: 18px;
}

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