@charset "utf-8";

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

.news-main > section {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px 3.22%;
}

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

.category-list-item:last-child {
    border: 0;
}

.category-link {
	font-size: 16px;
    display: block;
    line-height: 1.5em;
    letter-spacing: 0.05em;
    color: var(--base-font-color);
  	font-weight: 500;
    padding: 5px;
}

.category-link:hover {
    color: var(--base-font-color);
    text-decoration: underline;
}

/*===========================================================
ページャー
===========================================================*/

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

.webgene-pagination > ul{
	padding: 0;
	display: flex;
	justify-content: center;
}

.webgene-pagination > ul > li{
	display: flex;
}

.webgene-pagination > ul > li{
	margin: 40px 8px 0;
	height: 35px;
	width:100%;
	max-width: 35px;
	font-size: 1.25rem;
	font-weight: bold;
	line-height: 1em;
	list-style: none;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
}

.webgene-pagination > ul > li.selected > a{
	color: #fff;
	background: var(--secondary);
	cursor: inherit;
}

.webgene-pagination > ul > li.selected > a:hover {
	color: #fff;
	background-color: var(--secondary);
}

.webgene-pagination > ul > li > a{
	width: 100%;
	height: 35px;
	width: 35px;
  	font-size: 14px;
	color: var(--secondary);
	display: flex;
	justify-content: center;
	align-items: center;
	border: solid 1px var(--secondary);
	border-radius: 50%;
  	transition: all .3s;
}

.webgene-pagination > ul > li > a:hover{
	color: #fff;
	background-color: var(--secondary);
	text-decoration: none;
  	transition: all .3s;
}

.webgene-pagination>ul>.prev>a,
.webgene-pagination>ul>.next>a {
	position: relative;
	height: 40px;
	width: 40px;
	border: 0;
}

.webgene-pagination>ul>.prev>a:hover,
.webgene-pagination>ul>.next>a:hover {
	color: #decfb3;
	background-color: initial;
}


.webgene-pagination>ul>.prev>a::before,
.webgene-pagination>ul>.next>a::before {
	content: "";
	display: block;
	transition: all .3s;
}

/*.webgene-pagination>ul>.prev>a::before {
	content: "";
	width: 14px;
	height: 14px;
	display: block;
	border-bottom: solid 2px #CBB487;
	border-left: solid 2px #CBB487;
	transform: translateY(-50%) rotate(45deg);
	position: absolute;
	right: 15px;
	top: 50%;
}*/

/*.webgene-pagination>ul>.next>a::before {
	content: "";
	width: 14px;
	height: 14px;
	display: block;
	border-top: solid 2px #CBB487;
	border-right: solid 2px #CBB487;
	transform: translateY(-50%) rotate(45deg);
	position: absolute;
	right: 15px;
	top: 50%;
}*/

.dtlPager {
	display: flex;
	justify-content: space-between;
	margin: 80px 0 0;
}

.webgene-item-aroundPageLink {
	color: #333;
	font-size: 14px;
}

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

.news-detail-img {
    max-width: 400px;
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
    aspect-ratio: 13 / 9;
}

.news-detail-img img {
    position: absolute;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    z-index: 1;
}


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


.news-detail-box .news-cate {
	position: static;
    display: inline-block;
    max-width: unset;
    margin: 16px 0 0;
	white-space: unset;
    overflow: hidden;
    text-overflow: unset;
}

.news-detail-frame .news-title {
    font-size: 30px;
    font-weight: 600;
    margin: 10px 0 40px;
    padding: 0 0 25px 0;
    border-bottom: 1px solid var(--secondary);
}

.news-detail-frame .news-text {
	margin: 40px auto 0;
}

.pdf-btn {
    padding: 20px 15px 23px;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 310px;
    width: 100%;
  	margin: 40px auto 0;
    font-size: clamp(14px, calc(0.875rem + ((1vw - 3.75px) * 0.2589)), 18px);
    font-weight: 600;
    letter-spacing: 0.1em;
    color: var(--secondary);
    background: var(--white);
    border-radius: 35px;
    transition: all .3s;
}

.pdf-btn:hover {
    color: var(--white);
    background: var(--secondary);
}

.back-btn {
    padding: 19px 15px 21px;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 310px;
    width: 100%;
  	margin: 40px auto 0;
    font-size: clamp(14px, calc(0.875rem + ((1vw - 3.75px) * 0.3883)), 20px);
    font-weight: 600;
    letter-spacing: 0.1em;
    color: var(--white);
    background: var(--primary);
    border-radius: 35px;
    transition: all .3s;
}

.back-btn:hover {
    color: var(--secondary);
    background: var(--white);
}

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


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

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



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


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

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

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

/* .news-main > section {
	grid-template-columns: repeat(3, 1fr);
} */
  
/*===========================================================
ページャー
===========================================================*/
  
/* .webgene-pagination {
    grid-column: 1 / 4;
} */

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


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


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

.news-main > section {
	grid-template-columns: repeat(3, 1fr);
}

.news-main > section {
	gap: 60px 3.22%;
}

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

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

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