@charset "utf-8";

.news_list li a{
	opacity:1;
	transition-property: opacity;
	transition:opacity 0.3s;
}

.news_list li a:hover{
	opacity:0.8;
	transition-property: opacity;
	transition: opacity 0.3s;
	color:#eb000b;
}

#notice.content_inner{
    padding-top:4rem;
}

.layout {
	padding:0 20px;
}
.news_list {
	margin-bottom:55px;
}

.news_list > * img {
    max-width: 100%;
}

.news_list li {
	border-bottom:1px solid #e4e4e4;
	padding:30px;
}
.news_list li:first-child,
.news_list.flx li:nth-child(-n + 2) {
	padding-top:1em;
}
/*
.news_list li a {
	display:block;
}
*/
.news_list li .img {
	width:265px;
	padding-right:25px;
}

.news_list li .ttl {
	font-weight:bold;
	line-height:1.3;
	margin:0 0 16px;
}


.news_list li .sub_info + a .ttl {
    margin:12px 0 16px;
}


.news_list li .txt {
	line-height:1.3;
}

.news_list li .txt.more,
.news_list li .txt.more a{
    color: #eb000b !important;
    text-decoration: underline;
    font-weight: 400;
}


.news_list li .txt.read{
    height: auto;
    overflow: hidden;
    margin-bottom: 2em;
    max-height: 11.2em;
}

.news_list .tag,
.sub_info .tag {width:calc(100%);}
.news_list .tag span,
.sub_info .tag span {width:40%;margin:0 1% 0 0;}

.news_list .day,
.sub_info .day {
	color:#eb000b;
	text-align:right;
	font-weight:bold;
	width:100%;
}

#pageNav {
	margin-bottom:0;
}

/*pcのみ*/
@media screen and (min-width: 768px){

    #notice .news_list li{
        padding:0 30px 25px;
    }
    #notice .news_list li:first-child{
        padding-top:15px;
    }

    .news_list li .sub_info + a .ttl.title {
        padding: .8em 1em;
        background: #f5f5f5;
    }

    .news_list li .txt.read{
        max-height: 9.1em;
    }
    .news_list li .txt.more{
    }
}

.txt{
    font-weight: normal !important;
}
/*spのみ*/
@media screen and (max-width: 767px){
	.news_list li .txt.read{
			margin-bottom: 1em;
	}
}

/*詳細ページ*/
.detail_ttl {
	font-size:1.8rem;
	font-weight:bold;
	padding:12px 20px 9px;
	background:#f5f5f5;
	margin-bottom:30px;
}
.news_detail .img {
	float:left;
	width:360px;
}
.news_detail .txt_box {
	float:right;
	width:calc(100% - 380px);
}
.news_detail .ttl {
	font-size:1.5rem;
	color:#222222;
	font-weight:normal;
	margin:20px 0;
	line-height:1.6;
}
.news_detail .txt {
	line-height:1.6;
}

.news_detail a{
    color: #eb000b;
    text-decoration: underline;
}

.pc_right:after{
    clear: both;
    content: '';
    display: block;
}

.freespace_detail{
    line-height: 1.6;
}

.freespace_detail *{max-width:100%;}

.freespace_detail .youtube{position: relative !important; width: 100%; padding-top: 56.25%;}
.freespace_detail .youtube iframe {position: absolute !important; top: 0; right: 0; width: 100% !important; height: 100% !important;}

/*pcのみ*/
@media screen and (min-width: 768px){
.pc_flex {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    /*align-items: center;*/
}

/*#news .pc_right {
	width:calc(100% - 145px);
}*/

#news .news_list li .img,
#event .news_list li .img,
#eventlive .news_list li .img,
#feature .news_list li .img{
    width: 320px;
}

#news .pc_right,
#event .pc_right,
#eventlive .pc_right,
#feature .pc_right{
	width: calc(100% - 320px);
}

#event .flx.flxcol2 > *,
#feature .flx.flxcol2 > *{
	flex-basis: 50%;
	max-width: 50%;
  width: 50%;
}


}
/*sp*/
@media screen and (max-width: 767px){
	#news {
		max-width:inherit;
		min-width:inherit;
		margin:0 auto;
	}
	.heading_border img {
		width:4.93vw;
	}
	.layout {
        width: 95%;
        margin:auto;
		padding:0;
	}
	.news_list {
		margin-bottom:4rem;
	}
	.news_list li {
		padding:15px 0;
		min-height:inherit;
	}

  #notice .news_list li {
		padding:0 0 1em;
	}

	.news_list li:first-child {
		border-top:none;
		padding-top:0;
	}
	.news_list li .img {
		position:inherit;
		width:33%;
		float:left;
		padding:0;
	}
	.news_list li .img img {
		width:100%;
		height:auto;
	}
	.news_list li .sub_info,
	.news_list li .ttl {
		float:right;
		width:64%;
	}

	.news_list li .sub_info + a .ttl {
		line-height:1.3;
		margin:1em 0 0;
	}
	.news_list li .txt {
		clear:both;
		padding-top:.5em;
		line-height:1.6;
	}

	.news_list .tag,
	.sub_info .tag {width:calc(100% - 70px);}
	.news_list .tag span,
	.sub_info .tag span {width:49%;margin:0 1% 0 0;}
	.news_list .day,
	.sub_info .day {
		padding-top:5px;
		font-size:1.2rem;
	}
	#pageNav {
		margin-bottom:0;
	}


/*詳細ページ*/
	.detail_ttl {
		font-size:1.5rem;
		line-height:1.3;
		padding:12px 20px 9px;
		margin-bottom:15px;
	}
	.news_detail .img {
		float:none;
		width:100%;
	}
	.news_detail .img img {
		width:100%;
		height:auto;
	}
	.news_detail .txt_box {
		float:none;
		width:100%;
	}
	.news_detail .sub_info {
		float:none;
		width:100%;
	}
	.news_detail .ttl {
		font-size:1.4rem;
		line-height:1.8;
		margin:20px 0 0;
		float:none;
		width:100%;
	}
	.news_detail .txt {
		line-height:1.8;
		clear:both;
		padding-top:15px;
	}

}

.ellip {
  display: block;
  height: 100%;
}

.ellip-line {
  display: inline-block;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
  max-width: 100%;
}

.ellip,
.ellip-line {
  position: relative;
  overflow: hidden;
}


/* clearfix
------------------------------------- */
.clearfix:after,
.news_detail:after {
	content : '';
	display : block;
	clear : both;
	height: 0;
}
