@charset "utf-8";


/* Color Setting
------------------------------------------------------------- */

/* Selector */

ul.news_tab li.bureau span {
	background-color: rgba(248, 137, 39, 0.6);
}

ul.news_tab li.bureau.selected span,
ul.news_tab li.bureau:hover span {
	background-color: rgba(248, 137, 39, 1);
}

ul.news_tab li.convention span {
	background-color: rgba(242, 99, 99, 0.6);
}

ul.news_tab li.convention.selected span,
ul.news_tab li.convention:hover span {
	background-color: rgba(242, 99, 99, 1);
}

ul.news_tab li.kanren span {
	background-color: rgba(107, 168, 218, 0.6);
}

ul.news_tab li.kanren.selected span,
ul.news_tab li.kanren:hover span {
	background-color: rgba(107, 168, 218, 1);
}

ul.news_tab li.koushin span {
	background-color: rgba(98, 210, 191, 0.6);
}

ul.news_tab li.koushin.selected span,
ul.news_tab li.koushin:hover span {
	background-color: rgba(98, 210, 191, 1);
}

ul.news_tab li.other span {
	background-color: rgba(110, 200, 87, 0.6);
}

ul.news_tab li.other.selected span,
ul.news_tab li.other:hover span {
	background-color: rgba(110, 200, 87, 1);
}

ul.news_tab li.all span {
	background-color: rgba(117, 117, 117, 0.6);
}

ul.news_tab li.all.selected span,
ul.news_tab li.all:hover span {
	background-color: rgba(117, 117, 117, 1);
}


ul.sanjo_tab li.sanjo_info span {
	background-color: rgb(125, 125, 193, 0.6);
}

ul.sanjo_tab li.sanjo_info.selected span,
ul.sanjo_tab li.sanjo_info:hover span {
	background-color: rgba(125, 125, 193, 1);
}

ul.sanjo_tab li.sanjo_news span {
	background-color: rgb(209, 161, 85, 0.6);
}

ul.sanjo_tab li.sanjo_news.selected span,
ul.sanjo_tab li.sanjo_news:hover span {
	background-color: rgba(209, 161, 85, 1);
}

ul.sanjo_tab li.sanjo_all span {
	background-color: rgba(117, 117, 117, 0.6);
}

ul.sanjo_tab li.sanjo_all.selected span,
ul.sanjo_tab li.sanjo_all:hover span {
	background-color: rgba(117, 117, 117, 1);
}


/* Icon */

.n_bureau {
	background-color: #f88927;
}

.n_convention {
	background-color: #f26363;
}

.n_kanren {
	background-color: #6ba8da;
}

.n_koushin {
	background-color: #62d2bf;
}

.n_other {
	background-color: #6ec857;
}

.n_sanjo_info {
	width: 165px;
	background-color: #7d7dc1;
}

.n_sanjo_news {
	width: 165px;
	background-color: #d1a155;
}



/* Selcter
------------------------------------------------------------- */

ul.news_tab, ul.sanjo_tab {
	margin: 0;
	padding: 0 0 10px 0;
	list-style-type: none;
	list-style-position: outside;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	background-color: #fff;
}

ul.news_tab li, ul.sanjo_tab li {
	width: auto;
	height: 32px;
	margin: 0 5px 5px 0;
}

ul.news_tab li:last-child, ul.sanjo_tab li:last-child {
	margin-right: 0;
}

ul.news_tab li span, ul.sanjo_tab li span {
	display: block;
	width: fit-content;
	height: 100%;
	line-height: 32px;
	padding: 0 8px;
	text-align: center;
	font-size: 1.3rem;
	font-weight: 400;
	color: #151515;
	cursor: pointer;
	opacity: 0.8;
	transition: 0.3s background-color, 0.3s opacity;
}

ul.news_tab li:hover span, ul.sanjo_tab li:hover span {
	opacity: 1;
	font-weight: 500;
}

ul.news_tab li.selected span, ul.sanjo_tab li.selected span {
	opacity: 1;
	font-weight: 500;
	color: #fff;
}




/* Index List
------------------------------------------------------------- */

.news_index_box {
	padding: 40px 0;
}

ul.news_list {
	margin: 0 0 30px 0;
	padding: 0;
	list-style-type: none;
	list-style-position: outside;
}

ul.news_list li {
	margin: -1px 0 0 0;
	padding: 15px 0;
	border-bottom: 1px solid #d5d5d5;
	display: flex;
	flex-direction: column;
	position: relative;
}

ul.news_list li:first-child {
	border-top: 1px solid #d5d5d5;
}

ul.news_list li::after {
	content:"";
	display:block;
	clear:both;
}

ul.news_list li h4 {
	margin: 0 0 5px 0;
	padding: 0 8px;
	width: 140px;
	height: 24px;
	line-height: 24px;
	text-align: center;
	font-size: 1.3rem;
	font-weight: 500;
	color: #fff;
	letter-spacing: 0;
}

ul.news_list li h4.n_sanjo_news, ul.news_list li h4.n_sanjo_info {
	width: 160px;
}

ul.news_list li .news_date {
	display: inline-block;
	width: fit-content;
	line-height: 24px;
	font-size: 1.5rem;
	font-weight: 350;
	position: absolute;
	right: 0;
	top: 30px;
}

ul.news_list li img {
	width: 100%;
	height: auto;
	aspect-ratio: 8/5;
	object-fit: cover;
	margin: 15px 0 0 0;
	order: 5;
}

ul.news_list li p {
	font-size: 1.6rem;
	line-height: 1.8;
	margin-top: 5px;
}

ul.news_list li p.news_read {
	font-size: 1.4rem;
}



/* Details
------------------------------------------------------------- */

.news_reader_box {
	margin-bottom: 40px;
}

.news_reader_box h2 {
	display: inline-block;
	width: auto;
	width: fit-content;
	margin-bottom: 10px;
	padding: 0 8px;
	width: 180px;
	height: 28px;
	line-height: 28px;
	text-align: center;
	font-size: 1.4rem;
	font-weight: 500;
	color: #fff;
	letter-spacing: 0;
}

.news_reader_box .news_title {
	margin-bottom: 10px;
	font-size: 2.2rem;
	line-height: 1.6;
	font-weight: 500;
	letter-spacing: 0;
}

.news_reader_box .news_read {
	font-size: 1.8rem;
	line-height: 1.8;
	font-weight: 350;
}

.news_reader_box .news_date {
	margin-top: 10px;
	padding: 10px 5px;
	line-height: 1.2;
	font-size: 1.6rem;
	text-align: right;
	color: #808080;
	border-top: 0px dashed #d5d5d5;
	border-bottom:5px solid #d5d5d5;
}

.news_cont_box {
	margin-bottom: 40px;
}

.news_cont_box::after {
	content:"";
	display:block;
	clear:both;
}

/* Images */

.news_img {
	width: 100%;
	margin: 0 auto;
	max-width: 460px;
}

.news_img::after {
	content:"";
	display:block;
	clear:both;
}

.news_img a {
	display: block;
	margin-bottom: 20px;
}

.news_img img {
	width: 100%;
	margin-bottom: 20px;
}

.news_img a img {
	margin-bottom: 0;
}


/* Recommend Link */

.news_recommend_box {
	margin-bottom: 40px;
}


/* for SmallSize
--------------------------------------------------------------------------------- */
@media print, screen and (min-width:360px) {



}





/* for MiddleSize(480-)
-------------------------------------------------------------------------------- */
@media print, screen and (min-width:480px) {

	/* Index List
	------------------------------------------------------------- */

	ul.news_list li {
		display: block;
		flex-direction: row;
	}

	ul.news_list li h4 {
		display: inline-block;
		margin-right: 20px;
	}

	ul.news_list li .news_date {
		position: relative;
		right: auto;
		top: auto;
	}

	ul.news_list li img {
		width: 165px;
		margin: 5px 0 5px 20px;
		order: 0;
		float: right;
		clear: right;
	}

	ul.news_list li p {
		width: calc(100% - 190px);
	}

}





/* for MiddleSize
-------------------------------------------------------------------------------- */
@media print, screen and (min-width:788px) {

	/* Details
	------------------------------------------------------------- */

	/* Images */

	.news_img {
		width: 50%;
		margin: 0;
		padding-left: 40px;
		padding-top: 5px;
		max-width: 360px;
		float: right;
		clear: right;
	}

	.news_cont_box .column_title:first-of-type {
		padding-top: 60px;
	}

}





/* for LargeSize
-------------------------------------------------------------------------------- */
@media print, screen and (min-width:980px) {

	/* Selcter
	------------------------------------------------------------- */

	ul.news_tab, ul.sanjo_tab {
		justify-content: flex-end;
		padding-bottom: 20px;
	}

	ul.news_tab li {
/*		width: 135px;	*/
		height: 40px;
		margin: 0 10px 0 0;
	}

	ul.sanjo_tab li {
/*		width: 165px;	*/
		height: 40px;
		margin: 0 10px 0 0;
	}

	ul.news_tab li span, ul.sanjo_tab li span {
		width: 100%;
		line-height: 40px;
		padding: 0 10px;
	}


	/* Index List
	------------------------------------------------------------- */

	.news_index_box:has(.news_tab, .sanjo_tab) {
		padding: 0 0 80px 0;
	}



}





/* for LargeSize
-------------------------------------------------------------------------------- */
@media print, screen and (min-width:1080px) {


}





/* for ExtraLargeSize
-------------------------------------------------------------------------------- */
@media print, screen and (min-width:1280px) {

	/* Selcter
	------------------------------------------------------------- */

	ul.news_tab li {
		width: 150px;
	}

	ul.news_tab li.bureau, ul.news_tab li.convention {
		width: 165px;
	}

	ul.sanjo_tab li {
		width: 210px;
	}

	ul.news_tab li span, ul.sanjo_tab li span {
		font-size: 1.6rem;
		padding: 0;
	}


}





/*** Print Styles ***/

@media print {

	/* Selcter
	------------------------------------------------------------- */

	ul.news_tab, ul.sanjo_tab {
		display: none;
	}


}


