/* CSS Document */

.news_subt{
	display: flex;
	justify-content: space-between;
	align-items: baseline;
	border-bottom: solid 2px #FF9E24;
	padding-bottom: 0.5em;
	margin-bottom: 35px;
}
.news_subt .c{
	width:5em;
	min-width: 5em;
}
.news_subt .c div{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 22px;
	height: calc(1rem * 22 / 14);
	line-height: 1em;
	border-radius: 0.25em;
	-webkit-border-radius: 0.25em;
	-moz-border-radius: 0.25em;
}
.news_subt .c div:not([class*="bg_"]),
.news_dt_pager .LR .tp .t .c:not([class*="bg_"]){
	background-color: #FF9E24;
}
.news_subt .t{
	font-size: 20px;
	font-size: calc(1em * 20 / 14);
	text-align: left;
	flex-grow: 1;
}
.news_subt .d{text-align: right;}
@media screen and (min-width: 1000px) {
	.news_subt .c{margin-right: 1em;}
	.news_subt .d{
		width:6em;
		min-width: 6em;
	}
}
@media screen and (max-width: 999px) {
	.news_subt{
		flex-direction: column;
		margin-bottom: 1em;
	}
	.news_subt .c{margin-right: auto;}
	.news_subt .t,
	.news_subt .d{width:100%;}
	.news_subt .t{margin: 0.25em 0;}
}

.news_list{}
.news_list li{}
.news_list li:nth-child(n+2){margin-top: 140px;}
.news_list .flex{
	display: flex;
	justify-content: space-between;
}
.news_list .flex .p{
	width:440px;
	max-width: 100%;
	display: flex;
	justify-content: center;
	align-items: flex-start;
}
.news_list .flex .t{
	flex-grow: 1;
	padding-left: 1em;
	text-align: justify;
}
.news_list .flex .t .more{
	display: flex;
	justify-content: flex-end;	
}
.news_list .flex .t .more:nth-child(n+2){margin-top: 2em;}
.news_list .flex .t .more a{margin-left: auto;}
@media screen and (max-width: 999px) {
	.news_list li:nth-child(n+2){margin-top: 90px;}
	.news_list .flex{flex-direction: column;}
	.news_list .flex .p{
		margin: auto;
		margin-bottom: 1em;
	}
	.news_list .flex .t{padding-left: 0;}
	.news_list .flex .t .more:nth-child(n+2){margin-top: 1em;}
}

.news_dt_set{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	text-align: justify;
}
.news_dt_set > *{width:100%;}
.news_dt_set .P{max-width: 440px;}
.news_dt_set + .news_dt_set,
.news_dt_set .P:nth-child(n+3),
.news_dt_set .L + .W{margin-top: 20px;}
@media screen and (max-width: 999px) {
	.news_dt_set .P:nth-child(n+2){margin-top: 20px;}
}

.news_pager{
	margin-top: 200px;
	display: flex;
	justify-content: center;
	align-items: flex-start;
	color:#FF9E24;
	font-size: 17px;
	font-size: calc(1em * 17 / 14);
}
.news_pager *{line-height: 1em;}
.news_pager a{
	display: flex;
	justify-content: center;
	align-items: center;
}
.news_pager > a{
	min-width: 1.25em;
	margin-top: 0.5em;
}
.news_pager > a.L span,
.news_dt_pager .L a span{transform: scaleX(-1);}
.news_pager svg[data-name="arrow-btn"],
.news_dt_pager .LR svg[data-name="arrow-btn"]{
	width:auto;
	height:1em;
}
.news_pager svg[data-name="arrow-btn"] > *,
.news_dt_pager .LR svg[data-name="arrow-btn"] > *{
	fill:none;
	stroke:#FF9E24;
	stroke-linecap:round;
	stroke-linejoin:round;
}
.news_pager .pnum{
	margin: -5px 5px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: flex-start;
}
.news_pager .pnum a{
	border:solid 1px #FF9E24;
	padding: 0.25em;
	min-width: 2em;
	min-height:2em;
	margin: 5px;
}
.news_pager .pnum a:hover,
.news_pager .pnum a.current{
	background-color: #FF9E24;
	color:#FFF;
}
@media screen and (max-width: 999px) {
	.news_pager{margin-top: 75px;}
}

.news_dt_pager{
	margin-top: 65px;
	border-top:solid 1px #7A6051;
}
.news_dt_pager .LR{
	padding-top: 50px;
	display: flex;
	justify-content: space-between;
}
.news_dt_pager .LR > *{
	flex-grow: 1;
	width:50%;
	display: flex;
	flex-direction: column;
}
.news_dt_pager .LR .L{
	padding-right: 35px;
	align-items: flex-start;
}
.news_dt_pager .LR .R{
	border-left: dashed 1px #7A6051;
	padding-left: 35px;
	align-items: flex-end;
}
.news_dt_pager .LR > * > a{
	font-size: 19px;
	font-size: calc(1em * 19 / 14);
	font-weight: bold;
	display: flex;
	align-items: center;
}
.news_dt_pager .LR .L > a{margin-right:auto;}
.news_dt_pager .LR .R > a{margin-left:auto;}
.news_dt_pager .LR > * > a span{margin-bottom: -0.125em;}
.news_dt_pager .LR .L > a span{margin-right: 1em;}
.news_dt_pager .LR .R > a span{margin-left: 1em;}
.news_dt_pager .LR .tp{
	margin-top: 30px;
	width: 100%;
	display: flex;
	justify-content: space-between;
}
.news_dt_pager .LR .tp > *{max-width: 100%;}
.news_dt_pager .LR .tp .t{
	width:205px;
	display: flex;
	flex-direction: column;
}
.news_dt_pager .LR .tp .t .c{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 5em;
	height: 22px;
	height: calc(1rem * 22 / 14);
	line-height: 1em;
	border-radius: 0.25em;
	-webkit-border-radius: 0.25em;
	-moz-border-radius: 0.25em;
}
.news_dt_pager .LR .tp .t h3{
	font-size: 19px;
	font-size: calc(1em * 19 / 14);
	text-align: justify;
	margin: 0.25em 0;
}
.news_dt_pager .LR .tp .t .d{
	margin-top: auto;
	text-align: right;
}
.news_dt_pager .LR .tp .p{
	width:185px;
	display: block;
}
.news_dt_pager .LR .tp .p img{
	width:100%;
	height:150px;
	object-fit: cover;
	margin-top: auto;
}
.news_dt_pager .back{margin-top: 70px;}
.news_dt_pager .back .c_ovalbtn{
	min-width: 250px;
	margin: auto;
}
.news_dt_pager + hr{margin-top: 75px;}
@media screen and (max-width: 999px) {
	.news_dt_pager .LR .L{padding-right: 17px;}
	.news_dt_pager .LR .R{padding-left: 17px;}
	.news_dt_pager .LR .L > a span{margin-right: 0.5em;}
	.news_dt_pager .LR .R > a span{margin-left: 0.5em;}
	.news_dt_pager .LR .tp{
		margin-top: 15px;
		flex-grow: 1;
		flex-direction: column;
	}
	.news_dt_pager .LR .tp .p{
		width: 100%;
		order:1;
	}
	.news_dt_pager .LR .tp .p img{
		height: 24vw;
		min-height: 120px;
	}
	.news_dt_pager .LR .tp .t{
		width: 100%;
		flex-grow: 1;
		margin-top: 25px;
		order:2;
	}
	.news_dt_pager .back{margin-top: 45px;}
}