@charset "utf-8";


.news-paper{}
	@media (max-width:991px)	{.news-box{}}

.nws-scroll{}
	@media only screen and (max-width:991px)	{.nws-scroll{}}

.news-article{display: flex;padding: 0;width: 100%;box-shadow:0 0 .5em 1px rgba(118,118,118,.33);background-color: rgba(255,255,255,.75);}
	@media only screen and (max-width:575px)	{.news-article{display: block;}}

.detail-article{display: table;padding: .5em 0;width: 100%;border-bottom: 1px dotted #666;align-items:center;}
	@media only screen and (max-width:575px)	{.detail-article{display: block;}}


.news-detail-article{display: table;}
	@media only screen and (max-width:575px)	{.news-detail-article{display: block;}}


.news-article + .news-article{margin-top: 2rem;}
	@media only screen and (max-width:991px)	{.news-article + .news-article{margin-top: 1.5rem;}}
	@media only screen and (max-width:767px)	{.news-article + .news-article{margin-top: 1rem;}}

.news-comment,.news-detail{display: table-cell;vertical-align: top;}
	@media only screen and (max-width:575px)	{.news-date,.news-comment,.news-detail{display: block;}}


.news-date{font-weight: 700;line-height: 1.75;display: flex; align-items: center;margin-bottom: 1rem;}
	@media only screen and (max-width:991px)	{.news-date{}}
	@media only screen and (max-width:767px)	{.news-date{}}
	@media only screen and (max-width:575px)	{.news-date{}}

.date{display: flex;justify-content:space-between;align-items: center;}
	@media only screen and (max-width:991px)	{.date{}}
	@media only screen and (max-width:575px)	{.date{}}
	@media only screen and (max-width:575px)	{.date{}}


.new{background: #DC3445;color:#FFF;font-size: .75em;line-height: 1;padding: 0 .25em;width: auto;height: 1em;display: flex;align-items:center;margin-left: 1rem;}


.news-icon{font-size: .75em;color:#FFF;line-height: 1rem;padding: 0 .25em;text-align: center;width: 100%;min-height: 2em;display: flex;justify-content:center;align-items:center;width: 6rem;margin-left: 1rem;}
	@media only screen and (max-width:575px)	{.news-icon{}}


.news-comment{line-height: 1.75;display: flex;width: 100%;justify-content:space-between;}
	@media only screen and (max-width:991px)	{.news-comment{}}
	@media only screen and (max-width:767px)	{.news-comment{}}
	@media only screen and (max-width:575px)	{.news-comment{display: block;padding: 1em 0 0;line-height: 1.75;}}

.news-img,.news-txt{}
	@media only screen and (max-width:575px)	{.news-img,.news-txt{display: block;}}

.news-img{flex:1 1 12em;max-width: 12rem;display: flex;}
	@media only screen and (max-width:991px)	{.news-img{flex:1 1 10rem;max-width: 10rem;}}
	@media only screen and (max-width:575px)	{.news-img{max-width: 100%;}}

.news-img-inner{position: relative;width: 100%;height:100%;}

.news-img-inner .bg-cover{min-height: 100%;}

.news-txt{padding: 1.25rem;flex:1 1 calc(100% - 14rem);max-width: calc(100% - 14rem);}
	@media only screen and (max-width:991px)	{.news-txt{flex:1 1 calc(100% - 10rem);max-width: calc(100% - 10rem);}}
	@media only screen and (max-width:575px)	{.news-txt{max-width: 100%;}}

.news-detail{width: 5em;padding: 0;}
	@media only screen and (max-width:991px)	{.news-detail{}}
	@media only screen and (max-width:767px)	{.news-detail{}}
	@media only screen and (max-width:575px)	{.news-detail{margin-left: auto;}}

.news-detail a{display: flex;justify-content:space-between;align-items:flex-end;width: 5rem;line-height: 0.75;}

.more-arrow a:after{content: '';width: 19px;height: 2px;background: url(../images/cmn/more-arrow.png) center center /contain no-repeat;display: block;}


.news-box + .tit-level2{margin:1rem 0 3rem;}


.nav-pills .nav-item{margin-right:.25rem;margin-bottom:.25rem;}
	@media only screen and (max-width:767px)	{.nav-pills .nav-item{margin-right:2px;margin-bottom:2px;}}

.nav-pills .nav-link{color:#666;border-radius:0;font-size:1rem;line-height: 1;padding:1rem;width:1.5rem;font-weight: bold;}
	@media only screen and (max-width:991px)	{.nav-pills .nav-link{width: auto;}}
	@media only screen and (max-width:767px)	{.nav-pills .nav-link{font-size: 1rem;padding: .75rem;}}

.nav-	{background: rgba(0,0,0,.2);}
.nav-	{background: rgba(0,0,0,.2);}
.nav-	{background: rgba(0,0,0,.2);}

.nav-:hover,.nav-:active,.nav-:focus	{background: rgba(0,0,0,.5);}
.nav-:hover,.nav-:active,.nav-:focus	{background: rgba(0,0,0,.5);}
.nav-:hover,.nav-:active,.nav-:focus	{background: rgba(0,0,0,.5);}

.nav-pills .nav-link small{
	border-top: 1px solid #999;border-radius:0;
	font-size:.75em;line-height: .75;
	margin-top: .5rem;padding-top: .5rem;
	display: block;
	}
	@media only screen and (max-width:767px)	{.nav-pills .nav-link small{font-size: 10px;margin-top: 5px;padding-top: 5px;}}

.nav-.active	{background: rgba(0,0,0,1) !important;}
.nav-.active	{background: rgba(0,0,0,1) !important;}
.nav-.active	{background: rgba(0,0,0,1) !important;}

.nav-pills .nav-link.active small{border-color: #FFF;}


.tab-content{padding-top:2rem;}