.slider{
	position: relative;
	text-align: center;
	overflow: hidden;
}
.slider .leftBt{
	position: absolute;
	top: 50%;
	left: -40px;
	width: 40px;
	height: 104px;
	margin-top: -52px;
	z-index: 11;
	background: url(/img/top/slider_left.svg) no-repeat center #00a0e9;
	background-size: 25px;
	cursor: pointer;
	transition: left .15s linear ,opacity .2s linear;
	-webkit-transition : left .15s linear ,opacity .2s linear;
	-moz-transition : left .15s linear ,opacity .2s linear;
	-o-transition : left .15s linear ,opacity .2s linear;
}
.slider .rightBt{
	position: absolute;
	top: 50%;
	right: -40px;
	width: 40px;
	height: 104px;
	margin-top: -52px;
	z-index: 11;
	background: url(/img/top/slider_right.svg) no-repeat center #00a0e9;
	background-size: 25px;
	cursor: pointer;
	transition: right .15s linear ,opacity .2s linear;
	-webkit-transition : right .15s linear ,opacity .2s linear;
	-moz-transition : right .15s linear ,opacity .2s linear;
	-o-transition : right .15s linear ,opacity .2s linear;
}
.sliderUl{
	width: 100%;
	padding-top: 39.5%
}
.sliderUl li{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.sliderUl li.slideImgOn{
	z-index: 10;
	transition: clip 0.25s cubic-bezier(0.46, 0.1, 0.29, 1), transform 0.25s cubic-bezier(0.36, 0.04, 0.23, 1);
}
.sliderUl li img{
	width: 100%;
}
.sliderUl li .hide{
	opacity: 0;
}
.sliderUl li .sliderTxt01{
	position: absolute;
	top: 40%;
	left: 14%;
	font-size: 2.2vw;
	font-weight: 500;
	color: #00a0e9;
	letter-spacing: 8px;
	text-align: left;
}
.sliderUl li .sliderTxt01 span{
	color: #00a0e9;
	visibility: hidden;
}
.sliderUl li .sliderTxt02{
	position: absolute;
	top: 49%;
	left: 14%;
	font-size: 1vw;
	font-weight: 500;
	color: #00a0e9;
	text-align: left;
	letter-spacing: 2px;
	line-height: 1.8;
}
.sliderUl li .sliderTxt02 span{
	color: #00a0e9;
}
.sliderUl li .sliderTxt03{
	position: absolute;
	top: 53.5%;
	left: 14%;
	font-size: 1vw;
	font-weight: 500;
	color: #00a0e9;
	text-align: left;
	letter-spacing: 2px;
	line-height: 1.8;
}
.sliderUl li .sliderTxt03 span{
	color: #00a0e9;
}
.sliderUl li:nth-child(3) .sliderTxt01,
.sliderUl li:nth-child(3) .sliderTxt02,
.sliderUl li:nth-child(3) .sliderTxt03,
.sliderUl li:nth-child(3)  span{
	color: #1c60ac;
}
.sliderUl li:nth-child(4) .sliderTxt01,
.sliderUl li:nth-child(4) .sliderTxt02,
.sliderUl li:nth-child(4) .sliderTxt03,
.sliderUl li:nth-child(4) span{
	color: #1c60ac;
}
.slider .txt01{
	position: absolute;
	top: 40%;
	text-align: center;
	width: 100%;
	color: #fff;
	font-size: 32px;
	letter-spacing: 6px;
	z-index: 22;
}
.slider .txt02{
	position: absolute;
	top: 50%;
	text-align: center;
	width: 100%;
	color: #fff;
	font-size: 13px;
	line-height: 1.7;
	letter-spacing: 3px;
	z-index: 22;
}
.sliderBar{
	display: flex;
	justify-content: space-between;
}
.sliderBar li{
	background: #dddddd;
	height: 4px;
	width: calc(100% / 4);
	margin-left: 2px;
	position: relative;
}
.sliderBar li span{
	content: "";
	background: #00a0e9;
	position: absolute;
	width: 0;
	height: 4px;
	transform: translate3d(0, 0%, 0);
	transition: transform 5s linear;
}
.sliderBar li:first-child{
	margin-left: 0;
}
.topComment{
	width: 1000px;
	margin: 30px auto -30px;
	border: solid 1px #ddd;
	font-size: 13px;
	line-height: 1.6;
	text-align: center;
	padding: 15px;
	box-sizing: border-box;
}
.spTopImg{
	display: none;
}
.newsArea{
	padding: 70px 0;
	background: #f2fafe;
}
.newsArea .newsAreaWrap{
	width: 1000px;
	margin: 0 auto;
	display: flex;
}
.newsArea .newsAreaWrap:nth-child(2){
	margin-top: 40px;
}
.newsArea .newsAreaWrap .left{
	width: 245px;
	border-right: solid 1px #cccccc;
}
.newsArea .newsAreaWrap .right{
	padding-left: 32px;
	flex: 1;
}
.topicsArea{
	padding-bottom: 50px;
}
.commonBt01{
	height: 60px;
	padding: 0;
}
.commonList{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 30px 0 0;
}
.commonList li a{
  text-decoration: none;
  display: block;
}
.commonList li .txtArea .title{
  font-size: 16px;
  color: #00a0e9;
  line-height: 1.7;
  display: inline-block;
}
.commonList li .txtArea .txt01{
  font-size: 13px;
  line-height: 1.7;
  margin-top: 2px;
}
.commonList.list4 li{
  width: 318px;
  margin-right: 23px;
}
.commonList.list4 li:nth-child(3n){
  margin-right: 0;
}
.commonList.list4 li .txtArea{
  padding: 10px 0 35px;
}
.commonList.list5 li{
  width: 182px;
  margin-right: 22px;
}
.commonList.list5 li:nth-child(1) .imgWrap{
	border: solid 1px #dfdfdf;
}
.commonList.list5 li:nth-child(5n){
  margin-right: 2px;
}
.commonList.list5 li .txtArea{
  padding: 10px 0 25px;
}
.commonList.list5 li .txtArea .title{
  font-size: 15px;
}
.commonList.list5 li .txtArea .txt01{
  font-size: 12px;
  font-weight: 300;
}
.commonList.list5 li:nth-child(2) .imgWrap{
	border: solid 1px #dfdfdf;
	box-sizing: border-box;
}
@media screen and (min-width: 769px) {
	.slider .leftBt:hover,
	.slider .rightBt:hover{
		opacity: .8;
	}
}
@media screen and (max-width: 768px)  {
	.slider{
		margin-top: 50px;
	}
	.sliderUl{
		padding-top: 118%;
	}
	.sliderTxt01,
	.sliderTxt02,
	.sliderTxt03{
		display: none;
	}
	.slider .leftBt,
	.slider .rightBt{
		display: none;
	}
	.sliderBar li{
		margin-left: 3px;
	}
	.topComment{
		width: calc(100% - 30px);
		margin: 15px 15px -15px;
		padding: 10px 15px;
		font-size: 9px;
		line-height: 1.5;
		text-align: left;
	}
	.spTopImg{
		display: block;
		margin-top: 50px;
	}
	.spTopImg img{
		width: 100%;
	}
	.newsArea{
		padding: 35px 15px;
	}
	.newsArea .newsAreaWrap{
		width: 100%;
		display: block;
	}
	.newsArea .newsAreaWrap .left{
		width: 100%;
		border-right: none;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	.newsArea .newsAreaWrap .right{
		margin-top: 30px;
		padding-left: 0;
	}
	.newsArea .newsAreaWrap:nth-child(2){
		border-top: solid 1px #cccccc;
		margin-top: 30px;
		padding-top: 30px;
	}
	.topicsArea{
		padding-bottom: 8px;
	}
	.commonBt01{
		height: 45px;
	}
	.commonList li .txtArea{
		padding: 15px 5px 25px;
	}
	.commonList li .txtArea .title{
		font-size: 12px;
	}
	.commonList li .txtArea .txt01{
		font-size: 9px;
	}
	.commonList.list4 li{
		width: 47%;
		margin-right: 0;
	}
	.commonList.list4 li:nth-child(2n){
		margin-left: 6%;
	}
	.commonList.list4 li img{
		width: 100%;
	}
	.commonList.list5 li{
		width: 47.5%;
		margin-right: 5%;
	}
	.commonList.list5 li:nth-child(2n){
		margin-right: 0;
	}
	.commonList.list5 li:nth-child(5n){
		margin-right: 0;
	}
	.commonList.list5 li img{
		width: 100%;
	}
	.commonList.list5 li .txtArea .title{
		font-size: 10px;
	}
	.commonList.list5 li .txtArea .txt01{
		font-size: 9px;
	}
}
