@charset "utf-8";

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ etc */

.btn a.more{width: 150px;}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ topBlock */

#topBlock{
	position: relative;
	z-index: 1;
	padding: 0 0 65px;
	border-top: 1px solid #ddd;
}

	@media screen and (max-width:1200px){

	#topBlock{
		padding: 0 0 1px;
		border: none;
	}

	}/* --- max-width:1200px */

/* ===================== mvArea */

#topBlock .mvArea{
	position: relative;
	padding: 0;
	background: #fff;
	padding: 0 0 40px;
}

#topBlock .mvArea .mv{
	background: #fff;
}

#topBlock .mvArea .mv img{
	width: 100%;
}

#topBlock .mvArea dl{
	position: absolute;
	right: 20px;
	top: 50%;
	margin-top: -280px;
	width: 20%;
	box-shadow: rgba(0,0,0,0.2) 0 2px 3px 1px;
	z-index: 100;
}

#topBlock .mvArea dt{
	text-align: center;
	color: #fff;
	font-size: 18px;
	padding: 5px 0 4px;
}

#topBlock .mvArea dd{
	background: #fff;
	padding: 30px 30px 40px;
}

#topBlock .mvArea dd li.img{
	text-align: center;
}

#topBlock .mvArea dd li.img img{
	width: 100%;
	max-width: 250px;
}

#topBlock .mvArea dd li.info .sub{
	font-weight: bold;
	margin-top: 15px;
}

#topBlock .mvArea dd li.info .ttl{
	font-size: 26px;
	font-weight: bold;
	margin-top: -5px;
}

#topBlock .mvArea dd li.info .txt{
	height: 5em;
}

#topBlock .mvArea dd li.info .btn{
	text-align: center;
	margin-top: 20px;
}

	@media screen and (max-width:1200px){

	#topBlock .mvArea{
		padding-top: 0;
	}

	#topBlock .mvArea dl{
		display: table;
		position: relative;
		right: 0;
		top: 0;
		margin: 10px;
		width: calc(100% - 20px);
	}

	#topBlock .mvArea dd ul{
		display: table;
	}

	#topBlock .mvArea dd ul li{
		display: table-cell;
		vertical-align: top;
		padding: 0 15px;
	}

	#topBlock .mvArea dd li.info .btn{
		text-align: left;
		margin-top: 20px;
	}

	}/* --- max-width:1200px */

	@media screen and (max-width:768px){

	#topBlock .mvArea dt{
		text-align: center;
		color: #fff;
		font-size: 16px;
		padding: 3px 0 2px;
	}

	#topBlock .mvArea dd{
		background: #fff;
		padding: 15px 15px 20px;
	}

	#topBlock .mvArea dd ul{
		display: block;
	}

	#topBlock .mvArea dd ul li{
		display: block;
	}

	#topBlock .mvArea dd li.img{
		text-align: center;
		padding: calc(100vw * 0.04) 21%;
		width: auto;
	}

	#topBlock .mvArea dd li.info .sub{
		font-weight: bold;
		margin-top: 0;
	}

	#topBlock .mvArea dd li.info .ttl{
		font-size: 16px;
		font-weight: bold;
	}

	#topBlock .mvArea dd li.info .btn{
		text-align: center;
		margin-top: 20px;
	}

	}/* --- max-width:768px */

/* ===================== topcArea */

#topBlock .topicArea{
/*	width: 100%;*/
	max-width: 1000px;
	margin: 45px auto;
}

#topBlock .topicArea a{
	text-decoration: none;
	display: block;
}

#topBlock .topicArea:before,
#topBlock .topicArea:after{
	content: "";
	clear: both;
	display: table;
}

#topBlock .topicArea li{
	float: left;
	width: 100%;
	max-width: 310px;
	margin-right: 35px;
	margin-top: 35px;
	  box-shadow: rgba(0,0,0,0.2) 0 2px 3px 1px;
	background: #fff;
}

#topBlock .topicArea li .txtBox p{
	word-wrap: break-word;
}

#topBlock .topicArea li .txtBox .btnMore{
	position: absolute;
	max-width: 116px;
	right: -10px;
	bottom: -22px;
}

.btnMore span{
	display: table;
	position: relative;
}

.btnMore em{
	display: table-cell;
	background: #000;
	height: 35px;
	vertical-align: middle;
	text-align: center;
	width: 90px;
	color: #fff;
	font-weight: normal;
}

.btnMore em:before{
	content: '';
	position: absolute;
	display: block;
	top: 0;
	left: -30px;
	border-top: 35px solid transparent;
	border-bottom: 0px solid transparent;
	border-right: 30px solid #000;
	z-index: 1;
}

.btnMore em svg{
	margin-left: 10px
}

.listBox li:hover{
	opacity: 0.8;
}

#topBlock .topicArea li .txtBox{
	padding: 20px 30px;
	line-height: 1.8;
	position: relative;
	margin-bottom: 40px;
}

#topBlock .topicArea li .txtBox p.ttl{
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 18px;
}

#topBlock .topicArea li.last-child{
	margin-right:0;
}

	@media screen and (max-width:768px){

	#topBlock .topicArea{
		width: 100%;
		max-width: 100%;
	}

	#topBlock .topicArea ul{
		padding: 0 10px;
	}

	#topBlock .topicArea li{
		margin-top: 20px;
		max-width: 100%;
	}

	.btnMore{
		display: none;
	}

	#topBlock .topicArea li .txtBox{
		padding: 20px 30px 50px;
		margin-bottom: 0;
	}

	}/* --- max-width:768px */

/* ===================== newsArea */

#topBlock .newsArea{
	width: 1000px;
	margin: 45px auto 0;
}

#topBlock .newsArea .box{
	background: #fff;
	padding: 22px 50px 30px;
	margin-top: 15px;
	box-shadow: rgba(0,0,0,0.2) 0 2px 3px 1px;
}

#topBlock .newsArea .box li{
	border-bottom: 1px dotted #d4d4d4;
}

#topBlock .newsArea .box li:last-child{
	border: none;
}

#topBlock .newsArea dl{
	display: table;
	padding: 16px 0;
}

#topBlock .newsArea dl > dt{
	display: table-cell;
	vertical-align: middle;
}

#topBlock .newsArea dl > dd{
	display: table-cell;
	vertical-align: middle;
}

#topBlock .newsArea dl > dd.category p{
	width: 115px;
	text-align: center;
	padding: 3px 0 2px;
	font-size: 13px;
	color: #fff;
	margin: 0 10px;
}

#topBlock .newsArea .category p.tenji{background: #4bacc6;}
#topBlock .newsArea .category p.seminar{background: #4f81bd;}
#topBlock .newsArea .category p.ronbun{background: #ea8e16;}
#topBlock .newsArea .category p.sonota{background: #555;}

#topBlock .newsArea dl > dd.link{
	line-height: 1.5;
}

#topBlock .newsArea dl > dd.link a{
	text-decoration: underline;
}

#topBlock .newsArea dl > dd.link a:hover{
	text-decoration: none;
}

#topBlock .newsArea .btn{
	text-align: center;
	margin-top: 10px;
}

	@media screen and (max-width:768px){

	#topBlock .newsArea{
		width: auto;
		margin: 20px 10px 0;
	}

	#topBlock .newsArea dl,
	#topBlock .newsArea dl > dt,
	#topBlock .newsArea dl > dd{
		display: inline-block;
	}

	#topBlock .newsArea dl > dt{
		padding-right: 0;
	}

	#topBlock .newsArea .box{
		background: #fff;
		padding: 10px 20px 20px;
		margin-top: 15px;
		box-shadow: rgba(0,0,0,0.2) 0 2px 3px 1px;
	}

	#topBlock .newsArea dl > dd.link{
		display: block;
		margin-top: 10px;
	}

	}/* --- max-width:768px */


/* ===================== newsArea2 */

#topBlock .newsArea2{
	width: 1000px;
	margin: 45px auto 0;
}

#topBlock .newsArea2 .box{
	background: #fff;
	padding: 22px 50px 30px;
	margin-top: 15px;
	box-shadow: rgba(0,0,0,0.2) 0 2px 3px 1px;
}

#topBlock .newsArea2 .box li{
	border-bottom: 1px dotted #d4d4d4;
}

#topBlock .newsArea2 .box li:last-child{
	border: none;
}

#topBlock .newsArea2 dl{
	display: table;
	padding: 16px 0;
}

#topBlock .newsArea2 dl > dt{
	display: table-cell;
	vertical-align: middle;
}

#topBlock .newsArea2 dl > dd{
	display: table-cell;
	vertical-align: middle;
}

#topBlock .newsArea2 dl > dd.category p{
	width: 115px;
	text-align: center;
	padding: 3px 0 2px;
	font-size: 13px;
	color: #fff;
	margin: 0 10px;
}

#topBlock .newsArea2 .category p.tenji{background: #4bacc6;}
#topBlock .newsArea2 .category p.seminar{background: #4f81bd;}
#topBlock .newsArea2 .category p.ronbun{background: #ea8e16;}
#topBlock .newsArea2 .category p.sonota{background: #555;}

#topBlock .newsArea2 dl > dd.link{
	line-height: 1.5;
}

#topBlock .newsArea2 dl > dd.link a{
	text-decoration: underline;
}

#topBlock .newsArea2 dl > dd.link a:hover{
	text-decoration: none;
}

#topBlock .newsArea2 .btn{
	text-align: center;
	margin-top: 10px;
}

	@media screen and (max-width:768px){

	#topBlock .newsArea2{
		width: auto;
		margin: 20px 10px 0;
	}

	#topBlock .newsArea2 dl,
	#topBlock .newsArea2 dl > dt,
	#topBlock .newsArea2 dl > dd{
		display: inline-block;
	}

	#topBlock .newsArea2 dl > dt{
		padding-right: 0;
	}

	#topBlock .newsArea2 .box{
		background: #fff;
		padding: 10px 20px 20px;
		margin-top: 15px;
		box-shadow: rgba(0,0,0,0.2) 0 2px 3px 1px;
	}

	#topBlock .newsArea2 dl > dd.link{
		display: block;
		margin-top: 10px;
	}

	}/* --- max-width:768px */


/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ contentsBlock */

#contentsBlock{
	padding: 45px 0 90px;
}

	@media screen and (max-width:768px){

	#contentsBlock{
		padding: 0 10px 30px;
	}

	}/* --- max-width:768px */

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ contentsBlock */

.mv{}
.mv .mvSlide{}
.mv .mvSlide:after{content: ""; clear: both; display: block;}
.mv .mvSlide li{
	float: left;
}
.mv .mvSlide li a{
	display: block;
}
.mv .mvSlide li video,
.mv .mvSlide li img{
	width: 100%;
}

/*bxSlider*/
.bx-wrapper{
	position: relative;
}
.bx-wrapper .bx-controls{}
.bx-wrapper .bx-controls .bx-pager{
	width: 100%;
	text-align: center;
	position: absolute;
	bottom: 28px;
	left: 0;
	z-index: 99;
}
.bx-wrapper .bx-controls .bx-pager .bx-pager-item{
	margin-right: 10px;
	margin-left: 10px;
	display: inline-block;
}
.bx-wrapper .bx-controls .bx-pager .bx-pager-item a{
	width: 10px;
	height: 10px;
	background-color: #5c5c5c;
	border-radius: 50%;
	text-indent: -10000px;
	display: block;
	overflow: hidden;
}
.bx-wrapper .bx-controls .bx-pager .bx-pager-item a.active{
	background-color: #fff;
}

@media screen and (max-width: 767px){
	.bx-wrapper .bx-controls .bx-pager{
		bottom: 20px;
	}
}
