@charset "UTF-8";

@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,500,700');

#contentsArea .sec {
	border: none;
	/*-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;*/
}

#contentsArea .newsCnt1 {
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-family: 'Noto Sans JP';
	margin-bottom: 35px;
}
#contentsArea .newsCnt1 p {
	line-height: 1.875;
	margin: 0;
	width: calc(100% - 290px);
}
#contentsArea .comNewsSubtitle1 {
	font-weight: 700;
	margin: 1.8em 0 0.5em;
}

.newsCatMenu1 {
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	border-radius: 22px;
	border: 1px solid rgba(0,0,0,.4);
	background: transparent url("../img/news_menu_arrow1.webp") no-repeat right 19px center;
	background-size: 11px 6px;
	color: #000;
	cursor: pointer;
	font-family: 'Noto Sans JP';
	font-size: 1.6rem;
	/*height: 44px;*/
	line-height: 43px;
	margin: 0;
	min-width: 240px;
	padding: 0 24px;
	text-align: center;
	vertical-align: middle;
	width: auto;
}
.newsCatMenu1::-ms-expand {
	display: none;
}
.newsCatMenu1 option {
	color: #000;
}

.comTabs1 .tabNav {
	display: flex;
	font-family: 'Noto Sans JP';
	width: 100%;
}
.comTabs1 .tabNav li {
	color: #000;
	cursor: pointer;
	display: flex;
	justify-content: center;
	font-size: 1.8rem;
	min-height: 51px;
	position: relative;
	text-decoration: none;
	transition: 0.3s ease;
	width: 100%;
}
.comTabs1 .tabNav li.active {
	cursor: default;
}
.comTabs1 .tabNav li:nth-child(1):hover,
.comTabs1 .tabNav li.active:nth-child(1) {
	color: #000;
}
.comTabs1 .tabNav li:nth-child(2):hover,
.comTabs1 .tabNav li.active:nth-child(2) {
	color: #0094D9;
}
.comTabs1 .tabNav li:nth-child(3):hover,
.comTabs1 .tabNav li.active:nth-child(3) {
	color: #70B109;
}
.comTabs1 .tabNav li:nth-child(4):hover,
.comTabs1 .tabNav li.active:nth-child(4) {
	color: #D96C00;
}
.comTabs1 .tabNav li + li {
	margin-left: 3px;
}
.comTabs1 .tabNav li:before {
	background: #EFEFEF;
	bottom: 0;
	content: "";
	display: block;
	height: 5px;
	left: 0;
	position: absolute;
	transition: 0.3s ease;
	width: 100%;
}
.comTabs1 .tabNav li:nth-child(1):hover:before,
.comTabs1 .tabNav li.active:nth-child(1):before {
	background: #000;
}
.comTabs1 .tabNav li:nth-child(2):hover:before,
.comTabs1 .tabNav li.active:nth-child(2):before {
	background: #0094D9;
}
.comTabs1 .tabNav li:nth-child(3):hover:before,
.comTabs1 .tabNav li.active:nth-child(3):before {
	background: #70B109;
}
.comTabs1 .tabNav li:nth-child(4):hover:before,
.comTabs1 .tabNav li.active:nth-child(4):before {
	background: #D96C00;
}
.comTabs1 .tabCnt .pane {
	display: none;
	transition: 0.5s ease;
}
.comTabs1 .tabCnt .pane.active {
	animation: comTabs1Animation 0.3s ease;
	display: block;
}
@keyframes comTabs1Animation {
	0%{
		opacity: 0;
	}
	100%{
		opacity: 1;
	}
}

.comNewsList1 li {
	border-bottom: 1px solid #E8E8E8;
	border-top: 1px solid #E8E8E8;
	display: flex;
	align-items: flex-start;
	flex-wrap: nowrap;
	font-family: 'Noto Sans JP';
	font-weight: 400;
	padding: 20px 0;
	width: 100%;
}
.comNewsList1 li + li {
	border-top: none;
}
.comNewsList1 a {
	text-decoration: none;
}
.comNewsList1 li > a {
	flex: 1;
}
.comNewsList1 .meta_area {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-right: 25px;
	width: 275px;
}
.comNewsList1 .date {
	color: #666;
	font-size: 15px;
	font-weight: 400;
	margin: 0 !important;
}
.comNewsList1 .cat {
	border: 1px solid;
	display: inline-block;
	font-size: 13px;
	font-weight: 400;
	line-height: 26px;
	min-width: 111px;
	margin: 0 !important;
	padding: 0 2px;
	text-align: center;
}
.comNewsList1 .cat1 {
	color: #0094D9;
	border-color: #0094D9;
}
.comNewsList1 .cat2 {
	color: #D96C00;
	border-color: #D96C00;
}
.comNewsList1 .cat3 {
	color: #70B109;
	border-color: #70B109;
}
/*.comNewsList1 .txt_area {
	width: calc(100% - 275px);
}*/
.comNewsList1 .txt_area p {
	background: linear-gradient(#000, #000) 0 100%/0 1px no-repeat;
	color: #000;
	display: inline;
	line-height: 1.6875;
	margin: 0 !important;
	text-decoration: none !important;
	transition: background .4s;
}
.comNewsList1 a:hover .txt_area p {
	background-size: 100% 1px;
}
.comNewsList1 a.pdf:hover .txt_area p {
	background-size: calc(100% - 3rem) 1px;
}
.comNewsList1 a.pdf .txt::after {
    content: "";
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    background-size: 100% 100%;
    background-image: url("/add_img/icon_pdf2.webp");
	margin-left: 0.6rem;
    vertical-align: sub;
}

.comTabs1 .txt_nodata {
	font-size: 1.8rem;
	margin: 3em 0 5em !important;
	text-align: center;
}


@media screen and (max-width: 750px) {

	#contentsArea .newsCnt1 {
		display: block;
		margin-bottom: 25px;
		padding: 0 15px;
	}
	#contentsArea .newsCnt1 p {
		margin-bottom: 0.7em;
		width: 100%;
	}
	#contentsArea .comNewsSubtitle1 {
		font-size: 16px;
		margin: 1.5em 0 0.5em 15px;
	}

	.newsCatMenu1 {
		background-size: 13.5384px 7.3846px;
		border-radius: 17px;
		border-width: 1.2307px;
		font-size: 16px;
		line-height: 34px;
		min-width: 195px;
		transform: scale(0.8125);
		transform-origin: left center;
	}

	.comTabs1 .tabNav li {
		font-size: 3.2vw;
		min-height: 30px;
		white-space: nowrap;
	}
	.comTabs1 .tabNav li + li {
		margin-left: 2px;
	}
	.comTabs1 .tabNav li:before {
		height: 3px;
	}

	.comNewsList1 li {
		display: block;
		padding: 15px;
	}
	.comNewsList1 .meta_area {
		font-size: 3.2vw;
		justify-content: flex-start;
		margin-bottom: 0.4em;
		width: auto;
	}
	.comNewsList1 .meta_area .date {
		font-size: 3vw;
		width: 20vw;
	}
	.comNewsList1 .cat {
		font-size: 3vw;
		line-height: 2;
		min-width: 24vw;
	}
	.comNewsList1 .txt_area {
		font-size: 3vw;
		width: 100%;
	}
	
}