@charset "utf-8";

#newsMv {
	background: url(../../img/news/news_bg_pc.jpg) no-repeat center;
	background-size: cover;
}

.newsCatselect {
	width: 100%;
}

.newsCont {
	margin: 0 auto;
}

.newsWrap {
	width: 100%;
	max-width: 1200px;
	margin-bottom: 4%;
	gap: 5%;
}

aside.sidebar {
	width: 10%;
	min-width: 200px;
}

.columnLeft {
	position: sticky;
	top: 40px;

	/* スクロール時にビューポートの20px位置に達すると固定 */
	ul {
		padding-inline-start: 0;

		span {
			display: inline-block;
			margin-bottom: 20px;
			padding-left: 10px;
			color: #ccc;
		}

		li {
			list-style-type: none !important;

			a {
				position: relative;
				display: block;
				margin-bottom: 10px;
				padding-bottom: 10px;
				padding-left: 10px;
				border-bottom: 1px dotted #ccc;
			}

			a::after {
				content: "●";
				position: absolute;
				font-size: 6px;
				top: 50%;
				right: 10px;
				margin-top: -9px;
				transition: .6s;
			}

			a:hover::after {
				right: 0px;
			}
		}
	}
}

.columnRight {}

.news-pankuzuArea {
	padding: 16px 0;
	background: #f8f8f8;
	font-size: 12px;
}

.news-single-area {
	width: 100% !important;
	padding-left: 240px !important;
	padding-right: 40px !important;
}

.news-single-cont {
	display: flex;
	width: 100%;
    max-width: 1200px;
    gap: 4%;
	padding-top: 40px;
	padding-right: 40px;
	padding-left: 240px !important;
}

.newsCatselect span.snsTl {
	display: inline-block;
	margin-right: 20px;
	padding-top: 10px;
	font-weight: 900;
	letter-spacing: 0.1em;
}

.newsCatselect span.selectArea {
	/*float: right;
	width: 75.5%;*/
}

select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.newsCatselect select {
	display: inline-block;
	margin-right: 20px;
	width: 200px;
	margin-bottom: 5px;
	padding: 10px;
	background: url(../../img/faq/arr_blk.png) no-repeat 96% center #ffffff;
	background-size: 10px auto;
	border: none;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	font-size: 12px;
}

#searchform {
	display: inline-block;
	position: relative;
}

#keywords {
	width: 200px;
	background: #fff;
	border: none;
	padding: 10px;
	color: #a5a5a5;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#searchBtn {
	position: absolute;
	top: 8px;
	right: 10px;
	width: 20px;
	height: 20px;
}

*:first-child + html #searchBtn {
	top: 1px;
}


#newsListArea {
	padding-top: 35px;
	padding-bottom: 50px;
}

.snsList {
	display: flex;
	flex-wrap: wrap;
	gap: 2%;
	width: 100%;
	margin: 0 auto 30px;
}

.snsList li {
	width: calc(94% / 4);
}

.snsList li a {
	display: block;
	margin-bottom: 40px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}

.snsList li a:hover {
	opacity: .6;
}

.news_img {
	position: relative;
	width: 100%;
	margin-bottom: 10px;
}

.news_img img {
	aspect-ratio: 16 / 9;
	object-fit: cover;
	width: 100%;
	height: 100%;
}

.update {
	display: inline-block;
	width: 145px;
}

.new {
	position: absolute;
	top: 0;
	left: 0;
	display: inline-block;
	padding: 5px 0;
	width: 40px;
	background: #ffee00;
	color: #111;
	font-size: 13px;
	text-align: center;
	line-height: 1.0;
}

.news_cat {
	display: inline-block;
	margin-right: 5px;
	margin-bottom: 10px;
	padding: 5px 5px 2px;
	background: #004ea1;
	color: #ffffff;
	font-size: 12px;
}

.entryListtl {
	display: inline-block;
	width: 650px;
	font-size: 16px;
	font-weight: 900;
}

.entry_cat {
	float: right;
	width: 135px;
	font-size: 13px;
	color: #004ea1;
	text-align: right;
}

.btn-wrap {
	width: 100%;
}

.btn-wrap a {
	display: block;
	width: 100%;
	padding: 10px 0;
	background: #e8e8e8;
	color: #004ea1;
	font-size: 14px;
	text-align: center;
}

.js-load {
	display: none;
}

.js-load.active {
	display: block;
}



/* detail */
.detail_date {
	float: left;
	margin-bottom: 10px;
}

.detail_cat {
	float: right;
	margin-bottom: 10px;
	text-align: right;
}

.detail_cat a {
	color: #004ea1;
}

.entryTtl {
	font-size: 30px;
	font-weight: 900;
}

.subCat {
	margin: -40px 0 35px;
	font-size: 13px;
}

.subCat a {
	display: inline-block;
	margin-right: 10px;
	color: #004ea1;
}

.entryCol {
    width: 100%;
	margin-bottom: 50px;
	padding-bottom: 35px;
}

.entryCol img {
	margin-bottom: 25px;
}

.entryCol img {
	display: block;
	max-width: 100%;
	height: auto;
}

.entryCol p a {
	color: #004ea1;
	text-decoration: underline;
}

#connectionArea {
	margin-bottom: 40px;
}

.connectionList {
	margin: 0;
	padding: 0;
	display: flex;
	align-items: stretch;
	justify-content: flex-start;
	gap: 0 2%;
}

.connectionList li {
	width: 20%;
	list-style: none !important;
}

.connectionList li a {
	transition: .6s;
}

.connectionList li a:hover {
	opacity: .6;
}

.connectionImg {
	margin-bottom: 0.5em;
	width: 100%;
	aspect-ratio: 4/3;
}

.connectionImg img {
	width: 100%;
	height: 100%;
}

.connectionList .topnews_col {
	margin-bottom: 0.5em;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	font-size: 12px;
}

.connectionList .topnews_col .news_cat {
	margin-bottom: 0;
	padding: 2px 4px;
	font-size: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.connectionList .news_cnt p {
	padding: 0;
	font-size: 12px;
}

.entryBtn {
	width: 100%;
	margin-bottom: 10px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.prevBtn {
	width: 200px;
	padding: 0;
}

.nextBtn {
	width: 200px;
	padding: 0;
}

.prevBtn a,
.nextBtn a {
	display: block;
	width: 100%;
	height: 46px;
	border: 1px solid #004ea1;
	color: #004ea1;
	font-weight: 900;
	text-align: center;
	line-height: 46px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}

.prevBtn a {
	background: url(../../img/common/arr_blue_l.png) no-repeat 5% center;
	background-size: 6px auto;
}

.nextBtn a {
	background: url(../../img/common/arr_blue.png) no-repeat 95% center;
	background-size: 6px auto;
}

.prevBtn a:hover {
	background: url(../../img/common/arr_whit_l.png) no-repeat 2% center #004ea1;
	background-size: 6px auto;
	color: #ffffff;
}

.nextBtn a:hover {
	background: url(../../img/common/arr_whit.png) no-repeat 98% center #004ea1;
	background-size: 6px auto;
	color: #ffffff;
}

a.returnBtn {
	display: block;
	width: 100%;
	height: 46px;
	border: 1px solid #004ea1;
	color: #004ea1;
	font-weight: 900;
	text-align: center;
	line-height: 46px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}

a.returnBtn:hover {
	background: #004ea1;
	color: #ffffff;
}