@charset "utf-8";

.newsBox:hover .newsTit {
    text-decoration: underline;
}

.news-list .newsItemBox:first-child .newsBox {
    padding-top: 0;
}

/*--news--*/

.newsBox:hover .newsTit:before {
    transition: all .5s;
}

.newsBox .newsTit:before {
    transition: all .5s;
}

.newsItemBox {
    border-bottom: 1px solid #B1B1B1;
    min-width: 0;
}

.newsCate {
    max-width: max-content;
    display: inline-block;
    color: #333;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.125em;
    letter-spacing: 0.1em;
    text-align: center;
    padding: 0 4px 5px;
    word-break: keep-all;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    flex: 1;
}

.newsCate:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    border-radius: 10px;
    z-index: -1;
    background: #FF9901;
    height: 3px;
}

.newsCateSet {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    position: relative;
    margin: 0 0 0 0;
    gap: 5px 20px;
}

.newsInBox {
    width: 100%;
    margin: 10px 0 0;
}

.newsDate {
    display: inline-block;
    font-size: 16px;
    color: #383838;
    line-height: 1.2em;
    font-weight: bold;
    letter-spacing: 0.05em;
}

.newsBox {
    display: block;
    width: 100%;
    position: relative;
    padding: 19px 0 15px 0;
}



.newsTit {
    display: block;
    font-size: 14px;
    width: 100%;
    color: #333;
    letter-spacing: 0.05em;
    font-weight: bold;
    line-height: 1.5em;
    position: relative;
    padding-right: 30px;
}

.newsTit:before {
    content: "";
    position: absolute;
    width: 10px;
    height: 18px;
    background: url(/system_panel/uploads/images/news_arrow.svg)no-repeat;
    background-size: auto;
    right: 10px;
    margin: auto;
    background-position: center;
    top: 0;
    bottom: 0;
}

.newsContentsBox {
    position: relative;
}

.news-flex-area {
    width: 100%;
    margin: auto;
    display: flex;
    justify-content: space-between;
    flex-direction: column-reverse;
}

.news-box-w {
    max-width: 900px;
    width: 100%;
    margin: 0 0 0 auto;
    min-width: 0;
}

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

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

.category-header {
    font-size: 18px;
    letter-spacing: 0.05em;
    line-height: 1.5em;
    font-weight: bold;
    color: #FF9901;
    border-left: solid 10px #FF9901;
    padding: 0 0 0 10px;
    margin-bottom: 10px;
}

.category-link {
    display: inline-block;
    color: #333;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0.05em;
    line-height: 1.875em;
}

.category-link:hover {
    color: #FF9901;
}

.news-side {
    width: 100%;
    margin: 40px 0 0;
}

/*-----------------------------------------------------------
アーカイブ
-----------------------------------------------------------*/

.archiveBlock {
    font-size: 16px;
}

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

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

.archiveList {
    display: none;
}

.archiveYear {
    display: inline-flex;
    margin: 0;
    transition: .5s;
    cursor: pointer;
    align-items: center;
    color: #333;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0.05em;
    line-height: 1.875em;
}

.archiveYear:hover {
    color: #FF9901;
    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 {
    font-size: 16px;
    padding: 0;
    margin-bottom: 0;
}

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

.archiveList > li > a {
    font-size: 16px;
    font-weight: 400;
    display: inline-block;
    color: #333;
    transition: .5s;
    padding: 0 0 0 20px;
    line-height: 1.875em;
}

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

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

.category-list-item {
    padding-left: 20px;
}

/*-----------------------------------------------------------
ページャー
-----------------------------------------------------------*/

.webgene-pagination {
	width: 100%;
	margin-top: 30px;
}

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

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

.webgene-pagination > ul > li{
	margin: 0;
	height: 25px;
	width:100%;
	max-width: 61px;
	line-height: 1em;
	list-style: none;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
}

.webgene-pagination > ul > li.selected > a{
	color: #EE552E;
	cursor: inherit;
}

.webgene-pagination > ul > li > a{
	width: 100%;
	height: 100%;
	width: 100%;
	color: #333;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 16px;
	font-weight: bold;
}

.webgene-pagination > ul > li > a:hover{
	text-decoration: none;
	color: #EE552E;
}

.webgene-pagination > ul > li.selected > a:hover{
	color: #EE552E;
}

.webgene-pagination>ul>.prev>a,
.webgene-pagination>ul>.next>a {
	position: relative;
	height: 100%;
	width: 100%;
	font-size: 0;
}

.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: 8px;
	height: 8px;
	display: block;
	border-bottom: solid 1px #655E5E;
	border-left: solid 1px #655E5E;
	transform: translateY(-50%) rotate(45deg);
	position: absolute;
	right: 8px;
	top: 50%;
}

.webgene-pagination>ul>.prev>a:hover:before {
	border-bottom: solid 1px #333;
	border-left: solid 1px #333;
}

.webgene-pagination>ul>.next>a::before {
	content: "";
	width: 8px;
	height: 8px;
	display: block;
	border-top: solid 1px #B1B1B1;
	border-right: solid 1px #B1B1B1;
	transform: translateY(-50%) rotate(45deg);
	position: absolute;
	right: 12px;
	top: 50%;
}

.webgene-pagination>ul>.next>a:hover:before {
	border-top: solid 1px #333;
	border-right: solid 1px #333;
}

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

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

li.next,li.prev {
    max-width: 30px !important;
}


/*------*/

.news-pdf-btn {
    max-width: 245px;
    width: 100%;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 25px;
    background-color: #FFBA53;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0.07em;
    padding: 5px;
    color: #333;
    margin: 40px auto 0;
    position: relative;
    transition: all .5s;
}

.news-pdf-btn:before {
    content: "";
    position: absolute;
    width: 18.55px;
    height: 15.67px;
    display: block;
    background: url(/system_panel/uploads/images/pdf_icon.svg)no-repeat;
    background-size: contain;
    background-position: center;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 30px;
    transition: all .5s;
}

.news-pdf-btn:hover {
    background-color: #FFCA7B;
    color: #333;
}

.news-content {
    margin-top: 25px;
    line-height: 1.875em;
    font-weight: 400;
}

.news-title {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.344em;
    border-bottom: 1px solid #B1B1B1;
    margin-bottom: 20px;
    padding-bottom: 15px;
}

.news-meta {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    position: relative;
    margin: 0 0 15px;
    gap: 5px 16px;
}

.news-date {
    display: inline-block;
    font-size: 16px;
    color: #383838;
    line-height: 1.2em;
    font-weight: bold;
    letter-spacing: 0.05em;
}

.news-cate {
    max-width: max-content;
    display: inline-block;
    color: #333;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.125em;
    letter-spacing: 0.1em;
    text-align: center;
    padding: 0 4px 5px;
    word-break: keep-all;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    flex: 1;
}

.news-cate:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    border-radius: 10px;
    z-index: -1;
    background: #FF9901;
    height: 3px;
}

.news-detail {
    min-width: 0;
}

.newsBtnMg {
    margin: 40px auto 0;
}

/****************************************/
@media screen and (min-width: 768px) {
/****************************************/
    
.newsCate {
    font-size: 16px;
}
   
.newsDate {
    font-size: 16px;
}
    
.infoDetailTit01 {
    font-size: 20px;
}

.newsCateSet {
    flex-wrap: nowrap;
}

.newsTit {
    font-size: 16px;
}

.news-side {
    width: 22%;
    margin: 0 5% 0 0;
}

.news-main {
    width: 75%;
}

.news-flex-area {
    flex-direction: row;
}

.webgene-pagination {
	margin-top: 70px;
}

.category-header {
    font-size: 20px;
    margin-bottom: 20px;
}

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

.news-title {
    font-size: 25px;
}
    
/****************************************/
}
/****************************************/


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

.newsBox {
    padding: 29px 0 20px;
}

.newsInBox {
    margin: 15px 0 0;
}

.newsTit {
    font-size: 16px;
}

.newsCateSet {
    gap: 5px 31px;
}

.news-title {
    font-size: 30px;
    margin-bottom: 40px;
    padding-bottom: 30px;
}

.news-meta {
    margin: 0 0 30px;
    gap: 5px 31px;
}

.news-content {
    margin-top: 50px;
}

.news-pdf-btn {
    font-size: 20px;
    margin: 70px auto 0;
}
    
/****************************************/
}
/****************************************/