@charset "UTF-8";
.news-inner {
	margin-top: 70px;
}
.news-inner:after {
	content: '';
	display: block;
	clear: both;
}
.nav-sidebar {
	float: left;
	width: 30%;
	box-sizing: border-box;
	padding-right: 13%;
}
.news-content {
	float: left;
	width: 70%;
}
.wrp-contents-thin{
	padding: 0;
}
@media screen and (max-width: 767px){
	.news-inner {
		margin-top: 50px;
	}
	.nav-sidebar{
		float: none;
		width: 100%;
		padding-right: 0;
	}
	.news-content{
		float: none;
		width: 100%;
	}
	.news-content > .hdg-lv2-c{
		margin-bottom: 20px;
	}
}
/* /news/index.html */
.lst-news{
	margin-top: 67px;
}
.lst-news__item + .lst-news__item{
	margin-top: 77px;
}
.lst-news__content{
	display: flex;
	justify-content: space-between;
	transition: opacity 0.3s ease;
}
.lst-news__text{
	letter-spacing: 0.08em;
	width: 100%;
	/* width: calc(100% - 252px); */
	/* padding-right: 40px; */
}
.lst-news__title{
	font-size: 16px;
	line-height: 1.75;
	color: #000;
	margin-top: 12px;
}
.lst-news__description{
	font-size: 12px;
	color: #828282;
	line-height: 1.7;
	margin-top: 30px;
}
.lst-news__image{
	width: 292px;
	padding-left: 40px;
	flex: none;
}
@media (max-width: 991px) {
	.lst-news__content{
		flex-direction: column;
	}
	.lst-news__text,
	.lst-news__image{
		width: 100%;
	}
	.lst-news__text{
		padding: 0;
	}
	.lst-news__image{
		text-align: center;
		margin-top: 30px;
		padding-left: 0;
	}
}
@media (max-width: 767px) {
	.lst-news{
		margin-top: 35px;
	}
	.lst-news__item + .lst-news__item{
		margin-top: 40px;
	}
	.lst-news__title{
		font-size: 14px;
	}
	.lst-news__description{
		margin-top: 15px;
	}
	.lst-news__image{
		margin-top: 15px;
	}
}

.select-options{
	background-color: #eeede9;
	width: 252px;
	height: 36px;
	position: relative;
	display: inline-block;
}
.select-options::before{
	content: '\f078';
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
	font-size: 10px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 15px;
	z-index: 1;
	pointer-events: none;
}
.select-options select{
	border: 0 !important;  /*Removes border*/
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	text-overflow:'';
	text-indent: 0.01px; /* Removes default arrow from firefox*/
	text-overflow: "";  /*Removes default arrow from firefox*/
	font-size: 12px !important;
	letter-spacing: 0.08em;
	color: #333;
	background-color: #eeede9;
	padding: 0 20px;
	width: 252px;
	height: 36px;
	line-height: 36px;
	border-radius: 0;
}
.select-options select::-ms-expand{
	display: none;
}
@media (max-width: 991px) {
	.select-options,
	.select-options select{
		width: 100%;
	}
}

.wrap-label{
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.wrap-label span{
	margin-right: 8px;
	margin-bottom: 8px;
}
.news-content{
	padding-bottom: 100px;
}
.news-content__sorting{
	text-align: right;
	margin-top: 7px;
}
@media (max-width: 767px) {
	.news-content{
		padding: 0 0 20px;
	}
	.news-content__sorting{
		margin-top: 0;
	}
}
/* /news/detail/index.html */
.news-detaile-head{
	display: flex;
	justify-content: space-between;
	width: 100%;
}
.news-detaile-head .media-sns {
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 10px;
	text-align: right;
}
@media only screen and (max-width: 374px) {
	.news-detaile-head .media-sns {
		margin-left: 0;
		width: 100%;
		justify-content: flex-start;
	}
}

.txt-common {
	color: #000;
}
.hdg-lv1-article + .box-media {
	margin-top: 40px;
}
@media only screen and (min-width: 768px) {
	.hdg-lv1-article + .box-media {
		margin-top: 70px;
	}
}
@media only screen and (max-width: 374px) {
	.news-detaile-head {
		flex-direction: column;
		align-items: flex-start;
	}
	.news-detaile-head .lst-share {
		margin-top: 15px;
	}
}