@charset "utf-8";

.news-header {
    cursor: pointer;
    transition: .3s;
}

.news-header:hover {
	opacity: .6;
}

.news-header-icon {
    max-width: 1.9rem;
    width: 100%;
    height: 1.1rem;
    background: url(../../../../uploads/down_arrow_icon01_dark.svg) no-repeat center / contain;
    position: absolute;
    margin: auto;
    right: 0.5rem;
    top: 3rem;
    bottom: 0;
    transition: .3s;
    transform: rotate(-90deg);
}

/* ==========================================
レイアウト
========================================== */

.news-flex-area {
    max-width: 130rem;
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin: 0 0 0 auto;
}

.news-main {
    max-width: 87.7rem;
    flex: 1;
}

.news-side {
    max-width: 28rem;
    width: 100%;
    margin: 0 0 0 4%;
}

/* ==========================================
一覧
========================================== */

.news-article {
    border-bottom: solid 2px var(--light-blue);
    position: relative;
}

.news-article:not(:first-child) {
    margin: 4rem 0 0;
}

.news-header {
    padding: 0 3.85rem 1rem;
    display: block;
}

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

.news-date {
    font-size: 1.6rem;
    font-weight: normal;
    letter-spacing: 0.1em;
    line-height: 1.5em;
}

.news-category {
    font-size: 1.6rem;
    font-weight: normal;
    letter-spacing: 0.1em;
    line-height: 1.5em;
    padding: 1px 1.6rem;
    background: var(--light-blue);
    word-break: keep-all;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin: 0 0 0 2rem;
}

.news-title {
    font-size: 1.8rem;
    font-weight: normal;
    letter-spacing: 0.1em;
    line-height: 1.5em;
    margin: 1.5rem 0 0;
}

.news-body {
    padding: 1rem 3.85rem 3rem;
}

.news-thumbnail {
    max-width: 80rem;
    width: 100%;
    text-align: center;
}

.news-content {
    margin: 3rem 0 0;
    font-size: 1.6rem;
    font-weight: normal;
    line-height: 1.875em;
}

.news-thumbnail + .news-content {
    margin: 4rem 0 0;
}

/* ==========================================
カテゴリ
========================================== */

.category-box:not(:first-child) {
    margin: 3rem 0 0;
}

.category-title {
    font-size: 2rem;
    font-weight: 500;
    line-height: 1.45em;
    text-align: center;
    border-bottom: solid 2px var(--brown);
    padding: 0 0 1rem;
}

.category-list {
    margin: 2rem 0 0;
}

.category-list > li:not(:first-child) {
    margin: 1px 0 0;
}

.category-list > li > a {
    display: block;
    font-size: 18px;
    font-weight: normal;
    line-height: 1.5em;
    text-align: center;
    padding: 10px;
    background: var(--light-brown);
    transition: .3s;
}

.category-list > li > a:hover {
    background: var(--light-blue);
}

/* ==========================================
詳細
========================================== */

.news-detail .news-header {
    cursor: inherit;
    padding: 0 0 1.5rem;
    border-bottom: solid 2px var(--light-blue);
}

.news-detail .news-header:hover {
    opacity: 1;
}

.news-back-btn-box {
	margin: 3rem auto 0;
	text-align: center;
}

.news-back-btn {
	margin: 0 auto;
	max-width: 25rem;
	width: 100%;
	height: 5.5rem;
	display: flex;
	background: #000;
	color: #fff;
	font-weight: 400;
	line-height: 1.25em;
	font-size: 1.8rem;
	align-items: center;
	justify-content: center;
	padding: 0.5rem;
}

.news-back-btn:hover {
	background: var(--brown);
	color: #fff;
}

/*2025/6/19 アイキャッチ追加*/
.news-item {
    display: flex;
    gap: 20px;
    align-items: flex-start;
}

.news-thumbnail-img {
    width: 120px;
    height: auto;
    object-fit: cover;
}

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (width <= 1920px) {

}

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (width <= 1550px) {

}

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (width <= 1024px) {



}

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (width <= 768px) {


	/* ==========================================
	一覧
	========================================== */

	.news-flex-area {
		flex-direction: column;
		justify-content: center;
		margin: 0 0 0 auto;
	}

	.news-side {
		max-width: 100%;
		width: 100%;
		margin: 4rem 0 0 0;
	}

}

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (width <= 576px) {


	
}

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (width <= 414px) {
    /*2025/6/19 アイキャッチ追加*/
    .news-item {
        display: block;
    }

    .news-thumbnail-img {
        width: 100%;
    }
    .news-content {
    position: relative;
    width: 100%;
    }
    .news-header-icon {
        right: -20px;
    }
}

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */