@charset "utf-8";

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

.news-flex-area {
    margin: auto;
}

.news-side {
    margin: 50px 0 0;
}

.news-item {
    border-bottom: 1px solid var(--gray02);
}

.news-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 30px 15px 20px 0;
    transition: all .3s;
    width: 100%;
    overflow: hidden;
}

.news-item:first-child .news-flex {
    padding-top: 0;
}

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

.news-text-box {
    /* flex: 1; */
    /* margin: 0 15px 0 0; */
    width: 90%;
    min-width: 0;
}

.news-date {
    width: 110px;
    margin: 0 20px 0 0;
    color: var(--gray02);
    font-size: clamp(14px, 13.029px + 0.259vw, 18px);
    font-weight: 500;
    max-width: max-content;
    flex-shrink: 0;
}

.news-cate-box {
    max-width: calc(100% - 125px);
    min-width: 106px;
    display: inline-block;
    /* width: 100%; */
    padding: 0 11px 0 10px;
    background: #fff;
    border-radius: 100vmax;
    /* flex: 1; */
    flex: 0 1 auto;
}

.news-cate {
	font-size: clamp(13px, 12.272px + 0.194vw, 16px);
	color: var(--base-body-color);
	line-height: 1.5;
	text-align: center;
	word-break: keep-all;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	min-width: 0;
}

.news-title {
    color: var(--base-body-color);
    margin: 20px 0 0;
 	transition: all .3s;
}

.news-arrow-box {
	/* max-width: 31px; */
	width: 35px;
	height: 25px;
	position: relative;
	background: var(--primary);
	border: 1px solid var(--primary);
	border-radius: 13px;
	margin: 0 0 0 15px;
	flex-shrink: 0;
	transition: all .3s;
}

.news-arrow-box:before {
	content: "";
    position: absolute;
    top: 50%;
    left: 0;
	right: 0;
	margin: auto;
    width: 7px;
    height: 11px;
    transform: translateY(-50%);
    background: url(/system_panel/uploads/images/arrow-gray.svg) no-repeat center center / contain;
    z-index: 1;
 	transition: all .3s;
}

.news-item:hover .news-title {
    opacity: .5;
 	transition: all .3s;
}

.news-item:hover .news-arrow-box{
	background: var(--white);
 	transition: all .3s;
}

.news-item:hover .news-arrow-box:before{
    background: url(/system_panel/uploads/images/arrow-green.svg) no-repeat center center / contain;
 	transition: all .3s;
}

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

.news-detail {
    max-width: 100%;
    width: 100%;
    /* padding: 30px 3%; */
    background: var(--cream);
}

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

.news-detail .news-img {
    text-align: center;
    margin: 30px 0 0;
}

.news-detail .news-img:empty {
    display: none;
}

.news-content {
    margin: 30px 0 0;
    transform: rotate(0.05deg);
}

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

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

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

.news-back-btn {
    max-width: 280px;
    border-radius: 100vmax;
    margin: 25px auto 0;
}

.news-pdf-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 280px;
    width: 100%;
    height: 50px;
    color: var(--base-body-color);
    border: 1px solid var(--base-body-color);
    border-radius: 100vmax;
    transition: .3s;
    cursor: pointer;
    margin: 40px auto 0;
}

.news-pdf-btn:hover {
    color: var(--base-body-color);
    background: var(--secondary);
    transition: .3s;
}

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

.category-box {
    letter-spacing: 0.05em;
    line-height: 1.44em;
}

.category-box:not(:first-child) {
    margin: 50px 0 0;
}

.category-box > section {
    margin: 10px 0 0;
}

.category-header {
    font-size: clamp(16px, calc(0.939rem + 0.259vw), 20px);
    font-weight: 500;
    letter-spacing: 0;
    line-height: 1.45em;
    padding: 0 0 10px;
    border-bottom: solid 2px;
}

.category-link {
    display: block;
    color: inherit;
    padding: 15px 0;
    border-bottom: 1px solid var(--gray02);
    font-size: clamp(13px, calc(0.8125rem + ((1vw - 3.75px) * 0.1942)), 16px);
    position: relative;
}

.category-link:hover {
	color: #9A9A9A;
	transition: .5s;
}

/*.category-link:before {
    content: "";
    display: block;
    width: 0;
    height: 1px;
    background: var(--base-body-color);
    position: absolute;
    bottom: -1px;
    left: 0;
    transition: 0.3s;
}

.category-link:hover:before {
    width: 100%;
}*/

/* アーカイブリスト */

.archiveBlock {
    font-size: clamp(13px, calc(0.8125rem + ((1vw - 3.75px) * 0.1942)), 16px);
    padding: 15px 0;
    border-bottom: 1px solid var(--gray02);
}

.archiveBlock:nth-of-type(n + 2) {
    margin: 0.4em 0 0;
}

.archiveBox .webgene-item {
	display: none;
}

.archiveList {
	display: none;
}

.archiveYear {
	display: flex;
	color: var(--base-body-color);
	margin: 0.1em 0 0;
	padding: 0;
	font-weight: 500;
	letter-spacing: 0.05em;
	transition: .5s;
	cursor: pointer;
	align-items: center;

}

.archiveYear:hover {
	color: #9A9A9A;
	transition: .5s;
}

.archiveYear .fa {
	margin: 0.1em 0 0;
	font-size: 1.2em;
	transition: .3s;
	transform-origin: center;
}

.archiveYear.active .fa {
	transform: rotate(90deg);
	transform-origin: center;
	transition: .3s;
}

.archiveYear > span {
	margin: 0 0 0 0.5em;
}

.archiveList {
	margin: 0.3em 0 0;
	padding: 0 0 0 1.2em;
	font-size: 1em;
}

.archiveList > li {
	padding: 0;
	list-style: none;
}

.archiveList > li > a {
	font-size: 0.9em;
	font-weight: 500;
	letter-spacing: 0.05em;
	display: block;
	color: var(--base-body-color);
	transition: .5s;
	padding: 8px 0 0;
}

.archiveList > li:nth-of-type(n + 2) {
	margin: 0.2em 0 0;
}

.archiveList > li > a:before {
	content: "-";
	padding: 0 0.5em 0 0;
}

.archiveList > li > a:hover {
	color: #9A9A9A;
	transition: .5s;
}

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

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

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

.news-side {
    width: 20%;
    margin: 0;
}
  
.news-text-box {
    width: 90%;
}
    
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
}/* min-width: 768px ここまで */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

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

.news-text-box {
    width: 93%;
}

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


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

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

.news-detail .news-title {
    padding: 0 0 15px;
    margin: 15px 0 0;
}

.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;
}
  

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