@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: 15px;
}

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

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

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

.news-link > .news-img {
    aspect-ratio: 4 / 3;
    overflow: hidden;
    transition: .3s;
    background: var(--dark);
}

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

.news-link > .news-img > img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    transition: .3s;
}

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

.news-info {
    margin: 10px 0 0;
}

.news-cate {
	max-width: 100%;
	display: inline-block;
	font-size: 12px;
	line-height: 1.5em;
	letter-spacing: 0.05em;
	text-align: center;
	border: solid 1px var(--dark-grey);
	padding: 2px 19px;
	word-break: keep-all;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin: 10px 0 0;
}

.news-date {
	display: block;
	font-size: 12px;
	font-weight: bold;
	font-family: var(--font-family02);
	line-height: 0.93em;
}

/* .news-title {
	letter-spacing: 0.05em;
	line-height: 1.44em;
	margin: 10px 0 0;
	word-break: keep-all;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	position: relative;
	font-size: inherit;
} */

.news-title {
	letter-spacing: 0.05em;
	line-height: 1.44em;
	margin: 10px 0 0;
	position: relative;
	font-size: inherit;
}

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

.news-detail {
    max-width: 100%;
    width: 100%;
    padding: 25px 3%;
    border-top: solid 5px var(--dark);
    box-shadow: 0 3px 6px rgb(0 0 0 / 16%);
}

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

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

.news-info > .news-date {
    max-width: 135px;
    width: 100%;
}

.news-content {
    margin: 15px 0 0;
    font-weight: normal;
    line-height: 1.8em;
    word-break: break-all;
}

.news-content h3 {
    font-size: 1em;
    font-weight: bold;
}

.news-content ul {
    font-size: 1.06rem;
}

.news-content a {
    color: var(--primary);
    text-decoration: underline;
}

.news-content a:hover {
    text-decoration: none;
	opacity: 0.65;
}

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

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

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

.category-box {
    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 {
    letter-spacing: 0.05em;
    background: var(--dark);
    color: var(
    --white);
    padding: 10px;
}

.category-link {
    display: block;
    color: inherit;
    padding: 10px;
    border-bottom: solid 1px var(--grey);
    font-size: 14px;
}

.category-link:hover {
    color: var(--dark-grey);
}

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

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

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

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

.news-flex-area {
    display: flex;
    justify-content: space-between;
}
  
.news-main {
    width: 75%;
}

.news-side {
    width: 20%;
    margin: 0 0 0 5%;
}
  
.news-list > section {
    grid-template-columns: repeat(3,1fr);
}

.news-cate {
    font-size: 14px;
}
    
.news-date {
    font-size: 14px;
}
	
/*-----------------------------------------------------------
ページャー
-----------------------------------------------------------*/

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

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

.news-list > section {
    gap: 30px;
}

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

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

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

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

.category-link {
    font-size: 16px;
}
	
/*-----------------------------------------------------------
詳細
-----------------------------------------------------------*/

.news-detail {
    padding: 50px 3%;
    font-size: 16px;
}

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

.news-detail-img {
    margin: 40px 0 0;
}
    
.news-content {
    margin: 40px 0 0;
}
	
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
}/* min-width: 1024px ここまで */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

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

.news-info {
    display: flex;
    align-items: center;
}

.news-cate {
	margin: 0 0 0 20px;
}
    
.news-date {
	margin: 4px 0 0;
}
	
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
}/* min-width: 1400px ここまで */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */