@charset "utf-8";

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

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

.news-link {
	padding: 18px 60px 17px 4%;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	border-bottom: 1px solid var(--tertiary);
	position: relative;
	transition: all .3s;
}

.news-item:first-child .news-link {
	padding: 0 60px 17px 4%;
}

.news-link:hover {
	opacity: 0.7;
}

.news-link::before {
	content: "";
	display: block;
    width: 15px;
    height: 11px;
    background: url(/system_panel/uploads/images/btn_arrow01.svg) center / contain no-repeat; 
	position: absolute;
	top: 0;
	bottom: 0;
	right: 2%;
	margin: auto;
	transform: translateX(0);
    transform-origin: center center; 
	transition: all .3s;
}

.news-link:hover::before {
	transform: translateX(10px);
}

.news-cate-flex {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap: 15px;
}

.news-cate {
	flex: 1;
    padding: 2px 15px 4px;
    display: block;
    width: 100%;
    max-width: max-content;
	min-width: 96px;
    font-size: clamp(12px, calc(0.75rem + ((1vw - 3.75px) * 0.2589)), 16px);
    font-weight: 400;
	letter-spacing: 0.05em;
    color: var(--base-font-color);
    text-align: center;
	border: 1px solid var(--base-font-color);
	border-radius: 15px;
	/* background: #F5EEE4; */
    /* word-break: keep-all;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; */
}

.news-date {
	display: block;
	font-size: clamp(12px, calc(0.75rem + ((1vw - 3.75px) * 0.2589)), 16px);
	font-weight: 400;
	letter-spacing: 0.05em;
	color: var(--base-font-color);
}

.news-title {
	margin: 15px 0 0;
	font-size: clamp(16px, calc(1rem + ((1vw - 3.75px) * 0.1294)), 18px);
	font-weight: 400;
	letter-spacing: 0.05em;
	color: var(--base-font-color);
	flex: 1;
}

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

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

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

.news-detail .news-title {
    font-size: 20px;
    border-bottom: solid 1px #B5B1AD;
    padding: 20px 0;
    margin: 0 0 40px;
}

.news-detail .news-date {
    display: block;
    margin: 0 15px 0 0;
}

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

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

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

.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;
    padding: 14px 15px;
    max-width: 250px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: clamp(14px, calc(0.875rem + ((1vw - 3.75px) * 0.2589)), 18px);
    font-weight: 500;
	font-family: var(--font-family01);
    letter-spacing: 0.05em;
    color: var(--black);
    border: 1px solid var(--black);
    border-radius: 30px;
    /* background: var(--bg-fifth); */
    position: relative;
    transition: all .3s;
}

.news-pdf-btn:hover {
	color: var(--black);
}

.news-pdf-btn::before {
    content: "";
	display: block;
	max-width: 16px;
	width: 100%;
	height: 10px;
	background: url(/system_panel/uploads/images/btn_arrow01.svg) center / contain no-repeat;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 10%;
	margin: auto;
	transition: all .3s;
}

.news-pdf-btn:hover::before {
	transform: translateX(6px);
}

.news-back-btn {
    margin: 25px auto 0;
    padding: 14px 15px;
    max-width: 250px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: clamp(14px, calc(0.875rem + ((1vw - 3.75px) * 0.2589)), 18px);
    font-weight: 500;
	font-family: var(--font-family01);
    letter-spacing: 0.05em;
    color: var(--black);
    border: 1px solid var(--black);
    border-radius: 30px;
    /* background: var(--bg-fifth); */
    position: relative;
    transition: all .3s;
}

.news-back-btn:hover {
	color: var(--black);
}

.news-back-btn::before {
    content: "";
	display: block;
	max-width: 16px;
	width: 100%;
	height: 10px;
	background: url(/system_panel/uploads/images/btn_arrow01.svg) center / contain no-repeat;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 10%;
	margin: auto;
	transition: all .3s;
    transform: scale(-1, 1) translateX(0);
}

.news-back-btn:hover::before {
	transform: scale(-1, 1) translateX(6px);
}

.news-detail .btn01::before {
	display: none;
}

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

.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 {
	font-size: 16px;
	font-weight: 500;
	/* font-family: var(--font-family02); */
    letter-spacing: 0.05em;
    /* background: var(--primary); */
    /* color: var(--white); */
    padding: 10px;
	border-bottom: 1px solid #4B4947;
    /* border-radius: 5px; */
}

.category-link {
    display: block;
    color: inherit;
    padding: 10px 0;
    /* border-bottom: solid 1px var(--primary); */
    font-size: 16px;
	font-weight: 400;
    transition: .3s;
}

.category-link:hover {color: var(--primary);opacity: 0.65;}

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


/*===========================================================

===========================================================*/



} /* min-width: 414px ここまで */


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


/*===========================================================

===========================================================*/



} /* min-width: 544px ここまで */


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

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

.news-detail .news-title {
    font-size: 22px;
}

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

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

} /* min-width: 768px ここまで */


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

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

.news-link {
	padding: 40px 60px 40px 4%;
}

.news-item:first-child .news-link {
	padding: 0 60px 40px 4%;
}

.news-cate-flex {
	gap: 35px;
}

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

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

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

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

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

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

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

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


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


/*===========================================================

===========================================================*/



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


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


/*===========================================================

===========================================================*/



} /* min-width: 1440px ここまで */


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




} /* min-width: 1520px ここまで */

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