/* #sec02
------------------------------------------------*/
#sec02 {
	background-color: #fafafa;
}
#sec02 .inner {
	padding-top: 6.5rem;
	padding-bottom: 19.0rem;
}
#sec02 .item {
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	counter-reset: sec03;
	margin: 0 auto;
}
#sec02 .box {
	flex: 0 0 21.0rem;
	-webkit-flex: 0 0 21.0rem;
	margin-right: 4.0rem;
}
#sec02 .box:nth-of-type(4n) {
	margin-right: 0;
}
#sec02 .box:nth-of-type(8n-3),
#sec02 .box:nth-of-type(8n-2),
#sec02 .box:nth-of-type(8n-1),
#sec02 .box:nth-of-type(8n) {
	margin-top: 5.5rem;
}
#sec02 .box a {
	display: block;
	position: relative;
	z-index: 1;
	counter-increment: sec03;
}
#sec02 .box a::before {
	content: counter(sec03);
	position: absolute;
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	font-size: 2.2rem;
	color: #fff;
	top: 0;
	left: 0;
	width: 4.0rem;
	height: 4.0rem;
	display: flex;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	justify-content: center;
	-webkit-justify-content: center;
	background-color: #004ea2;
	z-index: 2;
}
#sec02 .box dl {
	flex-direction: column;
	-webkit-flex-direction: column;
	padding-top: 2.5rem;
}
#sec02 .box dl dt {
	font-size: 1.5rem;
	font-weight: 400;
	color: #1c1c1c;
	line-height: 1.46;
	min-height: 3.5em;
	letter-spacing: 0.025em;
	text-align: justify;
	text-justify: inter-ideograph;
}
#sec02 .box ul {
	align-items: center;
	-webkit-align-items: center;
	justify-content: space-between;
	-webkit-justify-content: space-between;
}
#sec02 .box ul li span {
	font-family: 'Montserrat', sans-serif;
	letter-spacing: 0.1em;
}
#sec02 .box ul li:first-child {
	font-size: 1.3rem;
	font-weight: 500;
	color: #2a2a2a;
}
#sec02 .box ul li:last-child {
	padding-right: 2.4rem;
	background: url(../image/ic_more.png) no-repeat 99.0% center;
}
#sec02 .box ul li:last-child span {
	font-size: 1.5rem;
	font-weight: 800;
	color: #004ea2;
}
#sec02 .item-nav,
#sec02 .item-nav > * {
	align-items: center;
	-webkit-align-items: center;
	justify-content: center;
	-webkit-justify-content: center;
}
#sec02 .item-nav {
	padding-top: 12.0rem;
}
#sec02 .item-nav > * {
	display: flex;
	display: -webkit-flex;
	flex: 0 0 5.2rem;
	-webkit-flex: 0 0 5.2rem;
	width: 5.2rem;
	height: 5.2rem;
	margin: 0 3px;
}
#sec02 .item-nav > a {
	cursor: pointer;
	background-color: #fff;
	font-size: 1.6rem;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
}
#sec02 .item-nav > a:hover {
	opacity: 1.0;
	background-color: #004ea2;
	color: #fff;
}
#sec02 .item-nav > a.jp-current {
	background-color: #004ea2;
	color: #fff;
}
#sec02 .item-nav .jp-previous,
#sec02 .item-nav .jp-next {
	position: relative;
	color: #004ea2;
}
#sec02 .item-nav .jp-previous::before,
#sec02 .item-nav .jp-next::before {
	content: '';
	position: absolute;
	width: 8px;
	height: 8px;
	top: calc(50% - 4px);
	border-bottom: 1px solid #004ea2;
}
#sec02 .item-nav .jp-previous::before {
	left: calc(50% - 0px);
	border-left: 1px solid #004ea2;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
#sec02 .item-nav .jp-next::before {
	left: calc(50% - 8px);
	border-right: 1px solid #004ea2;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
#sec02 .item-nav .jp-previous:hover::before,
#sec02 .item-nav .jp-next:hover::before {
	border-color: #fff;
}
#sec02 .jp-hidden {
	display: block!important;
	position: absolute;
	left: -9999px;
	max-height: 0px;
	overflow: hidden;
}


.newList {
	width: 100%;
	display: flex;
	padding: 12px 0;
	
	border-top: 1px solid #DDD;
}
.newTitleLink {
display: block;
width: 100%;
font-size: 2rem;
color: #333;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.newMs{
	background-color: #fafafa;
}
.newMs {
line-height: 24px;
height: 48px;
font-size: 1.375rem;
overflow: hidden;
color: #999;
transition: 600ms;
}
.newList .content{
	display: flex;
	width: calc( 100% - 165px );
}
.newList .leftTime{
	width: 130px;
	position: relative;
}
.newTime {
display: block;
color: #999;
font-size: 2.5rem;
font-weight: normal;
margin: 0px 0 14px;
transition: all .5s ease;
}
.newList:hover .newIcon {
border-color: #303030;
background: #303030;
}
.rightC{

position: relative;
width: calc( 100% - 100px);
transition: all .5s ease;
}
.rightC::before {
content: '';
position: absolute;
left: 0;
top: 1.6rem;
display: block;
width: 40px;
height: 1px;
background: #aaa;
transition: all .5s ease;
}
.newTitleLink {
transition: all .5s ease;
}
.newList:hover .rightC::before {
width: 60px;
}

.newList:hover .rightC {
padding-left: 80px;
}

.newPicBox:hover .newPic {
transform: scale(1.1);
}
.newIcon {
padding: 6px 11px;
border: 1px solid transparent;
transition: all .5s ease;
color: #ccc;
}

.rightC{
	padding: 0 30px 0 60px;
}
.newPicBox {
width: 165px;
height: 110px;
}
.newPicLink {
display: block;
width: 100%;
height: 100%;
overflow: hidden;
}
.newPic {
width: 100%;
height: 100%;
transform: scale(1);
transition: all .5s ease;
}
/*
	less than 767px;
---------------------------------------------------------------------------------------------------------------------------------------------*/
@media (max-width: 767px) {
/* sec02
--------------------------------------------------------------------------------------------------------*/
	#sec02 .inner {
		padding-top: calc(80 / 750 * 100vw);
		padding-right: calc(40 / 750 * 100vw);
		padding-bottom: calc(120 / 750 * 100vw);
		padding-left: calc(40 / 750 * 100vw);
	}
	#sec02 .item {
		-webkit-justify-content: space-between;
		justify-content: space-between;
	}
	#sec02 .box {
		-webkit-flex: 0 0 48.0%;
		flex: 0 0 48.0%;
		margin-right: 0;
		margin-bottom: calc(50 / 750 * 100vw);
	}
	#sec02 .box:nth-of-type(8n-3),
	#sec02 .box:nth-of-type(8n-2),
	#sec02 .box:nth-of-type(8n-1),
	#sec02 .box:nth-of-type(8n) {
		margin-top: 0;
	}
	#sec02 .box a::before {
		font-size: calc(34 / 750 * 100vw);
		width: calc(68 / 750 * 100vw);
		height: calc(68 / 750 * 100vw);
	}
	#sec02 .box dl {
		padding-top: calc(20 / 750 * 100vw);
	}
	#sec02 .box dl dt {
		font-size: calc(26 / 750 * 100vw);
		min-height: auto;
	}
	#sec02 .box dl dd {
		padding-top: calc(10 / 750 * 100vw);
	}
	#sec02 .box ul li:first-child {
		font-size: calc(22 / 750 * 100vw);
	}
	#sec02 .box ul li:last-child {
		padding-right: calc(42 / 750 * 100vw);
		background-size: calc(38 / 750 * 100vw) auto;
	}
	#sec02 .box ul li:last-child span {
		font-size: calc(26 / 750 * 100vw);
	}
	#sec02 .item-nav {
		padding-top: calc(20 / 750 * 100vw);
	}
	#sec02 .item-nav > * {
		flex: 0 0 calc(70 / 750 * 100vw);
		-webkit-flex: 0 0 calc(70 / 750 * 100vw);
		width: calc(70 / 750 * 100vw);
		height: calc(70 / 750 * 100vw);
	}
	#sec02 .item-nav > a {
		font-size: calc(26 / 750 * 100vw);
	}

	 
	
}