@charset "utf-8";

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

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

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

.news-list {
    max-width: 882px;
    width: 100%;
    margin: 0 0 0 auto;
}

.news-link {
    display: block;
    color: inherit;
    padding: 31px 0 33px;
    border-bottom: dashed 1px #797979;
}

.news-item:first-child > .news-link {
    padding-top: 0;
}

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

.news-link:hover .news-title {
    text-decoration: underline;
}

.news-info {
    display: flex;
}

.news-cate {
    line-height: 1.41em;
    color: var(--tertiary);
    background: var(--white);
    border: solid 1px var(--tertiary);
    padding: 3px 19px 3px;
    font-size: 10px;
    text-align: center;
    word-break: keep-all;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin: 0 0 0 15px;
}

.news-date {
    font-size: 14px;
    line-height: 1.43em;
}

.news-title {
    font-size: 14px;
    letter-spacing: 0.05em;
    line-height: 1.5rem;
    margin: 10px 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 {
    font-weight: 500;
    background: #fff;
    border-top: solid 3px var(--primary);
    box-shadow: 0 3px 6px rgb(0 0 0 / 16%);
    padding: 20px 4%;
    margin: 30px 0 0;
    font-size: 0;
}

.news-detail:first-child {
    margin: 0;
}

.news-detail-title {
    margin: 10px 0 0;
    padding: 0 0 10px;
    border-bottom: dashed 1px var(--grey);
}

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

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

.news-content {
    font-size: 14px;
    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-weight: normal;
    font-family: var(--font-family02);
    letter-spacing: 0.1em;
    color: var(--white);
    background: var(--tertiary);
    padding: 8px 15px 3px;
}

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

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

.category-list-item:first-child {
    margin: 0;
}

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

.category-link:hover {
    color: var(--dark);
    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: 250px;
    width: 100%;
    margin: 0 0 0 4%;
}

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

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

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

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

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

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

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

.news-cate {
    font-size: 12px;
}
    
.news-date {
    font-size: 16px;
}

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

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

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

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

.news-detail {
    padding: 40px 4%;
    margin: 60px 0 0;
}

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

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

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

.category-link {
    font-size: 16px;
}

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

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

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

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