@charset "UTF-8";

/*news*/
.tit_wrap h1.h_news{
	width: 141px;
	height: 40px;
	background: url('../../img/news/h_news.png') no-repeat;
	background-size: cover;
	}
.tit_wrap h1.h_currentstudent{
	width: 284px;
	height: 46px;
	background: url('../../img/news/h_currentstudent.png') no-repeat;
	background-size: cover;
	}
.grid_wrap.news_item_wrap{
	grid-template-columns: calc(100% - 400px) 320px;
	gap: 80px;
	}

aside{
	width: 320px;
	}
aside #sidemenu{
	background: var(--col_linksub);
	padding: 40px;
	border-radius: 10px;
	}
aside .cat-item{
	margin-bottom: 10px;
	list-style-type: none;
	}
aside .cat-item:last-of-type{
	margin-bottom: 0;
	}
aside .cat-item a{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 60px;
	border-radius: 10px;
	font-weight: bold;
	background: var(--col_white) url('../img/icon_arrow_blue.svg') center right 20px no-repeat;
	background-size: 12px 12px;
	}
aside .cat-item.current-cat a,aside .cat-item a:hover{
	color: var(--col_white);
	background: var(--col_link) url('../img/icon_arrow_white.svg') center right 20px no-repeat;
	background-size: 12px 12px;
	text-decoration: none;
	}



/*news_index*/
#news_index{
	padding: 80px 0;
	}

#news_index .tbl_news{
	width: 100%;
	border-spacing: 0;
	border-top: 1px solid #d0d9df;
	}

#news_index .tbl_news tr{
	display: flex;
	flex-flow: column;
	}

#news_index .tbl_news th,#news_index .tbl_news td{
	width: 100%;
	text-align: left;
	vertical-align: top;
	}
#news_index .tbl_news th{
	padding: 20px 20px 0;
	}
#news_index .tbl_news td{
	padding: 0 20px 20px;
	border-bottom: 1px solid #d0d9df;	
	}

#news_index .tbl_news th .cat{
	display: inline-block;
	margin-left: 20px;
	padding-left: 30px;
	font-size: 0.875em;
	position: relative;
	}
#news_index .tbl_news th .cat:before{
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	content: '';
	width: 8px;
	height: 8px;
	border-radius: 8px;
	background: var(--col_link);
	}


.wp-pagenavi{
	display: flex;
	justify-content: center;
	margin-top: 40px;
	}
.wp-pagenavi a{
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	width: 40px;
	height: 40px;
	border-radius: 40px;
	color: var(--col_link);
	font-weight: bold;
	margin: 0 10px;
	}
.wp-pagenavi a:hover{
	text-decoration: none;
	background: var(--col_linksub);
	}
.wp-pagenavi a.nextpostslink{
	text-indent: -9999px;
	background: url('../img/icon_arrow_blue.svg') center center no-repeat;
	background-size: 12px 12px;
	}
.wp-pagenavi a.nextpostslink:hover{
	background: var(--col_linksub) url('../img/icon_arrow_blue.svg') center center no-repeat;
	background-size: 12px 12px;
	}
.wp-pagenavi a.previouspostslink{
	text-indent: -9999px;
	background: url('../img/icon_arrow_back_blue.svg') center center no-repeat;
	background-size: 12px 12px;
	}
.wp-pagenavi a.previouspostslink:hover{
	background: var(--col_linksub) url('../img/icon_arrow_back_blue.svg') center center no-repeat;
	background-size: 12px 12px;
	}

.wp-pagenavi .current{
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	width: 40px;
	height: 40px;
	border-radius: 40px;
	background: var(--col_linksub);
	color: var(--col_link);
	font-weight: bold;
	margin: 0 10px;
	}

/*news_bottom*/
#news_bottom{
	padding: 80px 0;
	}

#news_bottom .post_tit_wrap{
	padding-bottom: 30px;
	border-bottom: 1px solid #d0d9df;
	}
#news_bottom .post_tit_wrap .cat{
	display: inline-block;
	margin-left: 20px;
	padding-left: 30px;
	position: relative;
	}
#news_bottom .post_tit_wrap .cat:before{
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	content: '';
	width: 8px;
	height: 8px;
	border-radius: 8px;
	background: var(--col_link);
	}
#news_bottom .post_tit_wrap h1{
	margin-top: 30px;
	font-size: 1.5em;
	}

#news_bottom .post{
	padding: 40px 0;
	display: flow-root;
	border-bottom: 1px solid #d0d9df;
	}
#news_bottom .post h2.wp-block-heading{
	font-size: 1.25em;
	}

#news_bottom .post p{
	margin-bottom: 30px;
	}
#news_bottom .post p:last-of-type{
	margin-bottom: 0;
	}
#news_bottom .post .wp-block-table{
	margin-bottom: 20px;
	}
#news_bottom .post .wp-block-media-text{
	margin-bottom: 20px;
	}
#news_bottom .post .wp-block-list{
	margin-left: 1em;
	}

#news_bottom .post .wp-block-file:not(.wp-element-button) {
	font-size: 1em !important;
	}

#news_bottom .post img{
	max-width: 100%;
	}

#news_bottom a.btn_white{
	margin: 40px auto;
	width: 200px;
	}

/*icon*/
#news_bottom .post a.link_web,#news_bottom .post a[href$=".pdf"]{
	display: block;
	margin-top: 20px;
	}
#news_bottom .post a.link_web:before{
	content: 'WEB';
	display: inline-block;
	width: 80px;
	padding: 5px 0;
	text-align: center;
	font-weight: bold;
	color: var(--col_main);
	background: var(--col_linksub);
	border-radius: 5px;
	margin-right: 0.5em;
	vertical-align: middle;
	}

#news_bottom .post a[href$=".pdf"]:before{
	content: 'PDF';
	display: inline-block;
	width: 80px;
	padding: 5px 0;
	text-align: center;
	font-weight: bold;
	color: var(--col_main);
	background: var(--col_linksub);
	border-radius: 5px;
	margin-right: 0.5em;
	vertical-align: middle;
	}

#news_bottom .post a[target="_blank"]:after{
	content: '';
	display: inline-block;
	width: 12px;
	height: 12px;
	background: url('../img/icon_newwin.svg') no-repeat;
	background-size: 12px 12px;
	margin-left: 0.5em;
	}

/* Media Queries
==========================================================================*/
@media screen and (max-width:1200px) {

}
@media screen and (max-width:767px) {
.tit_wrap h1.h_news{
	width: 106px;
	height: 30px;
	background-size: 106px 30px;
	}
.tit_wrap h1.h_currentstudent{
	width: 212px;
	height: 34px;
	background-size: 212px 34px;
	}
.grid_wrap.news_item_wrap{
	grid-template-columns: 100%;
	gap: 40px;
	}
aside{
	width: 100%;
	}
aside #sidemenu{
	padding: 20px;
	border-radius: 10px;
	}
aside .cat-item{
	margin-bottom: 5px;
	}
aside .cat-item a{
	height: 40px;
	border-radius: 10px;
	}
/*news_index*/
#news_index{
	padding: 40px 0;
	}

#news_index .tbl_news th{
	padding: 10px 10px 0;
	}
#news_index .tbl_news td{
	padding: 0 10px 10px;
	}
.wp-pagenavi{
	margin-top: 20px;
	}
.wp-pagenavi a{
	margin: 0 5px;
	}
/*news_bottom*/
#news_bottom{
	padding: 40px 0;
	}

#news_bottom .post_tit_wrap{
	padding-bottom: 15px;
	}

#news_bottom .post_tit_wrap h1{
	margin-top: 15px;
	line-height: 1.5;
	}

#news_bottom .post{
	padding: 20px 0;
	}

#news_bottom .post p{
	margin-bottom: 15px;
	}

#news_bottom .post .wp-block-table{
	margin-bottom: 1em;
	}
#news_bottom .post .wp-block-media-text{
	margin-bottom: 1em;
	}

#news_bottom a.btn_white{
	margin: 20px auto;
	}
#news_bottom .post a.link_web:before{
	width: 60px;
	}

#news_bottom .post a[href$=".pdf"]:before{
	width: 60px;
	}
}