@charset "utf-8";

/* ---------------------------------------- 
 - discovery（一覧）
---------------------------------------- */
#news{
	width: 90%;
	max-width: 860px;
	position: relative;
	margin: 50px auto 80px;
}
#news ul.list {	
	text-align: left;
	margin: 0 auto 80px;
	border-bottom: dotted 1px #6e6e6e;
}
#news ul.list li {
	margin-bottom: 2.5em;
	padding-top: 1em;
	border-top: dotted 1px #6e6e6e;
	padding-left:0.5em;
}
#news ul.list li a {
	width: 100%;
	text-decoration: none;
	display: flex;
}
#news ul.list li .date{
	font-size: 1.4rem;
	color:#5a5a5a;
	width:8em;
}
#news ul.list li .ttl{
	line-height: 1.8;
	width:calc(100% - 15em);
	flex:1;
}
#news ul.list li a:hover .ttl{
	text-decoration: underline;
}
#news .link_btn_wrap {
    position: relative;
	margin: 60px auto 0;
	text-align: center;
	width: 94%;
	max-width: 1254px;
}
#news .link_btn_wrap::after {
    content: '';
    display: inline-block;	
    background-color: #92a395;
    position: absolute;
    top: 50%;
    left: 50%;
	width: 100%;
    height: 1px;
    transform: translate(-50%, -50%);
}
#news .link_btn_wrap .link_btn {
    background-color: #dddeda;	
	display: inline-block;
    position: relative;
    z-index: 1;
	padding: 0 30px;
}
/* list_pager */
#news .list_pager {
	max-width:450px;
	margin:0 auto 80px;
}
#news .list_pager ul {
    display: flex;
	justify-content:center;	
	align-items: center;
}
#news .list_pager ul li {
	display:inline-block;
	padding:0 2px;
	font-size:1.4rem;
}
#news .list_pager ul li a {
	display:block;
	padding:5px;
	border:solid 1px #a2a2a2;
	transition: all 0.3s;
	letter-spacing:0.1em;
	min-width: 50px;
	min-height: 50px;
	line-height: 38px;
    text-align: center;
    box-sizing: border-box;
	text-decoration: none;
	position: relative;
	height: 100%;
}
#news .list_pager ul li span {
	display:block;
	padding:5px;
	transition: .3s;
	letter-spacing:0.1em;
}
#news .list_pager ul li a:hover{
	opacity: 0.6;
}
#news .list_pager ul li a.active {
	background:#d0d1cc;
}
#news .list_pager ul li.prev a::after,
#news .list_pager ul li.next a::after{
    content: '';
    display: inline-block;
    background-size: contain;
    vertical-align: text-bottom;
    background-position: left top;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
	left: 50%;
	width: 13px;
    height: 10px;
    background-image: url(/assets/images/common/ico_arw_next.svg);
    transform: translate(-50%, -50%);
    transition: .3s;
}
#news .list_pager ul li.prev a::after{
	background-image: url(/assets/images/common/ico_arw_prev.svg);
}
@media screen and (max-width: 768px) {
	#topics{
		margin-top: 35px;
		margin-bottom: 50px;
	}
	#news ul.list {
		margin-bottom: 50px;
	}
	#news ul.list li {
		margin-bottom: 2em;
	}
	#news ul.list li a {
		display: block;
		position: relative;
	}
	#news ul.list li .date{
		font-size: 1.2rem;
	}
	#news ul.list li .ttl{
		width:100%;
	}
	#news .link_btn_wrap {
		margin-top: 40px;
		width: 100%;
	}
	#news .link_btn_wrap .link_btn {
		padding: 0 15px;
	}
	/* list_pager */
	#news .list_pager ul li {
		display:inline-block;
		padding:0 2px;
		font-size:1.3rem;
	}
	#news .list_pager ul li a {
		min-width: 36px;
		min-height: 36px;
		line-height: 24px;
	}
	#news .list_pager ul li span {
		padding:5px 0;
	}
}
@media screen and (max-width: 480px) {	
	/* list_pager */
	#news .list_pager {
		margin-bottom: 50px;
	}
	#news .list_pager ul li {
		font-size:1.3rem;
	}
}

/* ---------------------------------------- 
 - news_detail（詳細）
---------------------------------------- */
#news_detail {
	width: 90%;
	max-width: 750px;
	margin: 50px auto 100px;
	text-align: left;
}
.news_detail_ttl {
	margin: 0 auto 40px;
	padding-bottom: 30px;
	text-align: left;
	border-bottom:solid 1px #92a395;
}
.news_detail_ttl .date {
    font-size: 1.4rem;
    color: #5a5a5a;
    margin-bottom: 1.0em;
}
.news_detail_ttl .ttl {
    font-size: 2.2rem;
	font-weight: 200;
	text-align: left;
	line-height: 1.6;
	margin-bottom: 0.8em;
}
.news_detail_ttl .category{
	color:#657568;
}
.news_detail_box h1 {
    font-size: 2.2rem;
	font-weight: 400;
    line-height: 1.6;
	margin:1.5em 0;
}
.news_detail_box h2 {
    font-size: 1.8rem;
	font-weight: 400;
    line-height: 1.6;
	margin:1.5em 0;
}
.news_detail_box h3 {
	font-size: 1.6rem;
    font-weight: 400;
	margin:1.2em 0;
	line-height: 1.6;
}
.news_detail_box h4 {
	font-size: 1.4rem;
    font-weight: 400;
	margin:1.2em 0;
}
.news_detail_box h5 {
	font-size: 1.3rem;
    font-weight: 400;
	margin:1.2em 0;
}
.news_detail_box h6 {
	font-size: 1.2rem;
    font-weight: 400;
	margin:1.2em 0;
}
.news_detail_box a:hover {
	text-decoration: none;
}
.news_detail_box p {
	margin:1.0em 0;
}
.news_detail_box img {
	margin:1.0em 0;
	width: auto;
	max-width: 100%;
}
.news_detail_box table {
	width: 100%;
	margin:1.0em 0;
	box-sizing: border-box;
	border-top: solid 1px #92a395;
	border-left: solid 1px #92a395;
	border-spacing: 0;
}
.news_detail_box table th {
	padding: 10px;
	box-sizing: border-box;
	border-right: solid 1px #92a395;
	border-bottom: solid 1px #92a395;
	background: #d0d1cc;
	vertical-align: middle;
}
.news_detail_box table td {
	padding: 10px;
	box-sizing: border-box;
	border-right: solid 1px #92a395;
	border-bottom: solid 1px #92a395;
	vertical-align: middle;
}
/* back_btn */
#news_detail .back_btn {
	text-align: center;
	margin-top: 75px;
}
@media screen and (max-width: 768px) {
	#news_detail {
		margin-top: 30px;
		margin-bottom: 50px;
	}
	.news_detail_ttl {
		margin-bottom: 25px;
		padding-bottom: 25px;
	}
	.news_detail_ttl .date {
		margin-bottom: 0.5em;
	}
	.news_detail_ttl .ttl {
		font-size: 1.6rem;
	}
	.news_detail_box h2 {
		font-size: 1.6rem;
	}
	.news_detail_box h3 {
		font-size: 1.5rem;
	}
	.news_detail_box table th {
		padding: 7px;
	}
	.news_detail_box table td {
		padding: 7px;
	}
	/* back_btn */
	#news_detail .back_btn {
		margin-top: 45px;
	}
}