@charset "utf-8";

/*-----------------------------------------------
	index
-----------------------------------------------*/
/*secIndex*/
.secIndex .wrapper{
	position: relative;
}
.secIndex .list{
	padding-top: 30px;
}
.secIndex .item{
	border-bottom: solid 1px #CCC;
}
.secIndex .aBox{
	display: -webkit-flex;
	display: flex;
	align-items: center;
	-webkit-align-items: center;
	padding: 30px 0;
}
.secIndex .item:first-child .aBox{padding-top: 0;}
.secIndex .img{
	width: 150px;
	height: 100px;
}
.secIndex .boxTxt{
	width: calc(100% - 150px);
	padding-left: 30px;
}
.secIndex .date{
	font-size: 14px;
	letter-spacing: 1px;
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}
.secIndex .tit{
	margin-top: 8px;
	font-size: 16px;
	line-height: 1.8;
	letter-spacing: 1px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}
.secIndex .boxRight{
	position: absolute;
	right: 0;
	top: -30px;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	-webkit-align-items: center;
}
.secIndex .boxRight .titArchive{
	padding: 0 10px 0 0;
	font-size: 14px;
	letter-spacing: 1px;
	color: #70808C;
}
.secIndex .boxRight .select {
	width: 200px;
	height: 43px;
	padding: 0 10px;
	font-size: 16px;
	background: #FFF;
	border: #CCC solid 1px;
	font-family: inherit;
}
@media only screen and (max-width: 767px){
	.secIndex{
		margin-bottom: 30px;
	}
	.secIndex .wrapper{
		display: block;
	}
	.secIndex .boxLeft{
		width: 92%;
		margin: 0 auto;
	}
	.secIndex .boxRight{
		position: static;
		width: 100%;
	}
	.secIndex .list{
		border-top: solid 1px #CCC;
		padding-top: 10px;
	}
	.secIndex .aBox{
		padding: 10px 0;
	}
	.secIndex .img{
		width: 110px;
		height: 74px;
	}
	.secIndex .boxTxt{
		width: calc(100% - 110px);
		padding-left: 15px;
	}
	.secIndex .date{
		font-size: 12px;
	}
	.secIndex .tit{
		margin-top: 5px;
		max-height: 50px;
		font-size: 14px;
		line-height: 1.8;
		-webkit-line-clamp: 2;
	}
	.secIndex .boxRight{
		display: block;
	}
	.secIndex .boxRight .titArchive {
		background: #8D9BA5;
		font-size: 14px;
		font-weight: 200;
		line-height: 40px;
		letter-spacing: 2px;
		text-align: center;
		color: #FFF;
	}
	.secIndex .boxRight .inner{
		padding-top: 10px;
	}
	.secIndex .boxRight .select {
		width: 100%;
		height: 40px;
		padding: 0 10px;
		font-size: 16px;
		background: #FFF;
		border: #CCC solid 1px;
		font-family: inherit;
	}
}

/*-----------------------------------------------
	details
-----------------------------------------------*/

/*secMovie*/
.secMovie{
	margin: 85px auto;
}
.secMovie .youtube{
	position: relative;
	width: 800px;
	height: 450px;
	margin: 0 auto;
}
.secMovie .youtube iframe{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
}
@media only screen and (max-width:767px){
	.secMovie{
		margin: 20px auto 25px;
	}
	.secMovie .youtube{
		width: 100%;
		height: 0;
		padding-top: 56%;
	}
}
