@charset "utf-8";

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

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

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

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

.news-link::before {
	content: "";
	display: block;
	width: 32px;
	height: 6px;
    background: url(/system_panel/uploads/images/news_arrow.svg) center / contain no-repeat;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	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: 10px;
}

.news-cate {
	flex: 1;
    padding: 0 20px;
    display: block;
    width: 100%;
    max-width: max-content;
	min-width: 114px;
    border: 1px solid var(--white);
    font-size: clamp(12px, calc(0.75rem + ((1vw - 3.75px) * 0.1942)), 15px);
    font-weight: 400;
	letter-spacing: 0.05em;
    color: var(--white);
    text-align: center;
    /* 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.1942)), 15px);
	font-weight: 400;
	letter-spacing: 0.05em;
	color: var(--base-font-color);
}

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

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

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

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

.news-detail .news-date {
    display: block;
    text-align: right;
    margin: 10px 0 0;
	padding: 0 0 10px;
}

.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;
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 244px;
    width: 100%;
    text-align: center;
    font-weight: 700;
    letter-spacing: 0.05em;
    line-height: 1.4em;
    /* border-radius: 28px; */
    background-color: var(--primary);
    border: 1px solid var(--primary);
    color: #fff;
    padding: 14px 2% 14px 2%;
    margin: 40px auto 0 auto;
    cursor: pointer;
    transition: all .3s;
}

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

.news-back-btn {
    transform: scale(-1,1);
    margin: 25px auto 0;
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 244px;
    width: 100%;
    text-align: center;
    font-weight: 700;
    letter-spacing: 0.05em;
    line-height: 1.4em;
    /* border-radius: 28px; */
    background-color: var(--primary);
    border: 1px solid var(--primary);
    color: #fff;
    padding: 14px 2% 14px 2%;
    margin: 40px auto 0 auto;
    cursor: pointer;
    transition: all .3s;
}

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

.news-back-btn > p {
    transform: scale(-1, 1);
}

.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-family: var(--font-family02);
    letter-spacing: 0.05em;
    background: var(--primary);
    color: var(
    --white);
    padding: 10px;
    /* border-radius: 5px; */
}

.category-link {
    display: block;
    color: inherit;
    padding: 10px;
    border-bottom: solid 1px var(--primary);
    font-size: 14px;
    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-cate-flex {
	gap: 10px 40px;
}

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

.news-detail .news-title {
    font-size: 26px;
    margin: 15px 0 0;
}
.news-detail {
    /*padding: 50px 3%;*/
    font-size: 16px;
}

.news-detail .news-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-link {
    font-size: 16px;
}

} /* 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 ここまで */

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