.pageCatch {
	background-image: url(../../images/second/news/catch.jpg);
}
.pageCatch.login {
	background-image: url(../../images/second/news/catch_1.jpg);
}
@media only screen and (max-width: 640px) {
	.pageCatch {
		margin-bottom: 54px;
	}
}

.pageCatchTitle {
	width: 1210px;
	margin: 0 auto;
	color: #fff;
	line-height: 1.5em;
}
.pageCatch.login .pageCatchTitle {
	color: #175684;
}



.newsIndexTabs {
	display: flex;
	position: relative;
	clear: both;
	margin: 0 auto 60px;
	overflow: hidden;
	width: 1174px;
	max-width: 100%;
}
.newsIndexTabs>li {
	cursor: pointer;
	font-size: 1.1em;
	font-weight: 500;
	text-align: center;
	letter-spacing: .1em;
	margin-right: 1px;
	width: calc(100% / 8);
	transition: all 0.2s 0s ease;
	display: block;
	border: 1px solid transparent;
	background-color: #175684;
	color: #fff;
	padding: 13px 0;

}
.newsIndexTabs>li.current {
	background-color: #008AD3;
}
.newsIndexTabs>li:hover {
	background-color: #fff;
	border: 1px solid #175684;
	color: #175684;
}
@media only screen and (max-width: 640px) {
	.newsIndexTabs {
		width: 95%;
		max-width: 95%;
		flex-wrap: wrap;
		margin: 0 auto;
	}
	.newsIndexTabs li {
		font-size: 1em;
		margin: 0;
		padding: 0.7em 0;
		width: calc(100% / 3);
		border: solid #fff;
		border-width: 0 0 1px 1px;
		box-sizing: border-box;
	}
}


.newsIndexList {
	display: none;
	clear: both;
	margin: 0 auto 125px;
	overflow: hidden;
	width: 1174px;
	max-width: 100%;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 334px;
}
.newsIndexList.all {
	display: flex;
}
.newsIndexList:after {
	content: "";
	display: block;
	width: 250px;
	max-width: 100%;
}
.newsIndexList>li {
	box-sizing: border-box;
	margin-bottom: 93px;
	width: 250px;
	max-width: 100%;
}
.newsIndexList>li {
	transition: all 0.2s 0s ease;
	text-decoration: none;
}
.newsIndexList>li:hover {
	opacity: .7;
}
.newsIndexListItemImage {
	margin-bottom: 24px;
}
.newsIndexListItemDate {
	float: left;
	font-size: .9em;
	font-weight: 500;
	line-height: 20px;
	width: 50%;
}
.newsIndexListItemCategory {
	float: right;
	color: #fff;
	background-color: #5AAEDD;
	border-radius: 19px;
	font-size: .75em;
	text-align: center;
	line-height: 20px;
	width: 80px;
}
.newsIndexListItemTitle {
	clear: both;
	font-weight: 500;
	line-height: 1.5em;
	padding-top: 16px;
}
.newsIndexListItemTitle img {
	width: 14px;
	margin: 0 0 -3px;
	padding: 0;
}
@media only screen and (max-width: 640px) {
	.newsIndexList {
		box-sizing: border-box;
		margin-bottom: 5em;
		padding: 0 1em;
	}
	.newsIndexList>li {
		margin-bottom: 84px;
		width: 48%;
	}
	.newsIndexListItemDate,
	.newsIndexListItemCategory {
		clear: both;
	}
}


/* page nation */
.pageNation {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	margin: 130px 0 0;
}
.pageNationItem {
	width: calc(100% / 3);
	padding: 0;
	text-align: center;
}
.pageNationItem a {
	color: #0085ce;
}
.pageNationItem a:hover {
	color: #adbabd;
}

.singleContent {
	line-height: 1.8em;
}
.singleContentDetail {
	text-align: justify;
	line-height: 2em;
}
.singleContentDetail a {
	color: #0083cc;
	text-decoration: underline;
}

.singleInfoBox {
	display: flex;
}
.newsCategory {
	display: inline-block;
	width: 6em;
	padding: 0;
	margin-left: 3em;
	color: #fff;
	font-size: .9em;
	font-weight: 500;
	text-align: center;
	border-radius: 90px;
	background-color: #5AABDA;
}
.newsTitle {
	color: #175684;
	font-size: 1.6em;
	font-weight: 500;
	letter-spacing: .05em;
	line-height: 2em;
	margin: 10px 0 3em;
}
.newsTitle span {
	background: linear-gradient(transparent 95%, #175684 95%);
	padding-bottom: .5em;
}
@media only screen and (max-width: 640px) {
	main {
		width: 100%;
		margin: 0;
		overflow: hidden;
	}
	.pageNationItem {
		font-size: .8em;
		line-height: 1.6em;
	}
	.singleInfoBox {
		margin-top: 3em;
	}
	.newsRegDate {
		font-size: .8em;
	}
	.newsCategory {
		font-size: .8em;
		font-weight: 400;
	}
	.newsTitle {
		font-size: 1.3em;
		line-height: 1.6em;
		margin: 10px 0 2em;
	}
	.newsTitle span {
		background: linear-gradient(transparent 95%, #175684 95%);
		padding-bottom: .5em;
	}
	.singleContentDetail {
		text-align: left;
		line-height: 1.8em;
	}
}


/* -----------------------------
 News 20211114 組み換え
-------------------------------- */
.productsIntroductionBox {
	box-sizing: border-box;
	background-color: #F7F7F7;
	padding: 2em 4em;
	margin: 0 auto 10em;
	width: 1174px;
	max-width: 100%;
}
.productsIntroductionBoxTitle {
	margin-bottom: 2em;
	color: #175684;
	font-size: 2em;
	font-size: min(2em, 5vmin);
	font-weight: 500;
	text-align: center;
	transform: translateY(-.5em);
}
.productsIntroductionBoxList {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 3em;
}
.productsIntroductionBoxList dt,
.productsIntroductionBoxList dd {
	margin: 0;
	padding: 1.5em;
	display: inline-block;
	line-height: 1.5em;
	box-sizing: border-box;
	border-bottom: 1px solid #C4C4C4;
}
.newBoxList dt {
	width: 28%;
}
.productsIntroductionBoxList dd {
	padding-top: 1.7em;
	width: calc(100% - 28%);
}
.productsIntroductionBoxList dd a {
	transition: all 0.2s 0s ease;
	text-decoration: none;
}
.productsIntroductionBoxTable {
	width: 100%;
	margin-bottom: 3em;
}
.productsIntroductionBoxTable tr {
	box-sizing: border-box;
	border-bottom: 1px solid #C4C4C4;
}
.productsIntroductionBoxTable th,
.productsIntroductionBoxTable td {
	margin: 0;
	padding: 1.5em 0;
	line-height: 1.5em;
}
.productsIntroductionBoxTable th {
	width: 160px;
	font-weight: 500;
	text-align: left;
}
.productsIntroductionBoxTable td a {
	text-decoration: none;
	transition: all 0.2s 0s ease;
}
.productsIntroductionBoxTable td:nth-child(2) {
	width: 96px;
}
.productsIntroductionBoxTable td:nth-child(3) {
	padding-left: 1.5em;	
}
.productsIntroductionBoxTable img {
	width: 14px;
	margin: 0 0 -3px;
	padding: 0;
}
@media only screen and (max-width: 640px) {
	.productsIntroductionBox {
		padding-right: 1em;
		padding-left: 1em;
	}
	.productsIntroductionBoxList dt,
	.productsIntroductionBoxList dd {
		width: 100%;
		padding: 1em;
	}
	.productsIntroductionBoxList dt {
		border-bottom: none;
		padding-bottom: 0;
	}
	.productsIntroductionBoxList dd {
		margin-bottom: 1em;
	}
	a.productsIntroductionBoxBtnAll {
		width: 95%;
	}

	.productsIntroductionBoxTable {
		display: block;
		width: 100%;
		margin-bottom: 3em;
	}
	.productsIntroductionBoxTable tr {
		box-sizing: border-box;
		border-bottom: 1px solid #C4C4C4;
	}
	.productsIntroductionBoxTable th,
	.productsIntroductionBoxTable td {
		display: block;
		width: 100%;
		margin: 0;
		padding: 0;
		line-height: 1.5em;
	}
	.productsIntroductionBoxTable th {
		padding: 1em 0 0;
	}
	.productsIntroductionBoxTable td:nth-child(2) {
		padding: .5em 0;
	}
	.productsIntroductionBoxTable td:last-child {
		padding: 0 0 1em;
	}
}

.newsLabel {
	display: block;
	width: 96px;
	margin: 0;
	padding: .1em 0;
	color: #fff;
	font-size: .9em;
	text-align: center;
	text-decoration: none;
	border: solid 1px #fff;
	border-radius: 90px;
	transition: all 0.2s 0s ease;
}

.catColor01 { background-color: #5AABDA; }
.catColor32 { background-color: #5AABDA; }
.catColor33 { background-color: #165684; }
.catColor34 { background-color: #008f75; }
.catColor35 { background-color: #53a534; }
.catColor36 { background-color: #30a2c1; }
.catColor37 { background-color: #00604e; }
.catColor38 { background-color: #636363; }

/*a.productsIntroductionBoxListCategory:hover {
	background-color: #63AFE6;
}*/