@charset "utf-8";


/* -----------------------------------------------------------
    NEWS共通
-------------------------------------------------------------- */

#news {
	background: url(../img/about_bg_pc_02.png) repeat;
}
#news .news_year {
	padding: 0 0 25px 30px;
	font-weight: bold;
	letter-spacing: 0.05em;
}
#news .main_contents{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	position: relative;
}
#news .main_contents .section_title{
	width: 100%;
	padding: 60px 0 50px 0;
}
#news .contents_left {
	width: 800px;
}
#news .contents_right {
	width: 260px;
}
#news .news_date {
	font-size: 1.4rem;
	color: #333;
	letter-spacing: 0.05em;
	line-height: 1.6;
}


@media screen and (max-width: 667px){
	
	#news {
	}
	#news .news_year{
		padding: 0 0 15px 0;
	}
	#news .main_contents{
		display: block;
		margin: 20px auto 0 auto;
	}
	#news .main_contents .section_title{
		padding: 20px 0 15px 0;
	}
	#news .contents_left, #news .contents_right {
		width: 100%;
		margin: 0;
		padding: 0 15px;
	}
	#news .news_date {
		display: block;
		width: 100%;
		font-size: 1.2rem;
		letter-spacing: 0.05em;
		padding: 0 0 0 0;
	}
	
}





/* -----------------------------------------------------------
    NEWS一覧
-------------------------------------------------------------- */

#news .news_area {
	margin: 0 0 20px;
}

#news .news_list {
	border-top: 1px solid #ddd;
}

#news .news_list li {
	font-size: 1.5rem;
	line-height: 2;
	border-bottom: 1px solid #ddd;
}

#news .news_list li a{
	display: flex;
	width: 100%;
	padding: 30px;
	justify-content: space-between;
	align-items: center;
}

#news .news_list li a:link,
#news .news_list li a:visited{
	color: #333;
}
#news .news_list li a:hover{
	color: #49af34;
}
	
#news .news_title {
	width: 630px;
	font-size: 1.6rem;
    line-height: 1.6;
}


@media screen and (max-width: 667px){
	
	
	#news .news_area {
		margin: 0;
	}
	#news .news_list {
		float: none;
		width: auto;
		padding: 0 0 0;
	}
	#news .news_list li {
		padding: 0 0 0 0;
		line-height: 1.6;
	}
	#news .news_list li a{
		width: 100%;
		flex-wrap: wrap;
		justify-content: flex-start;
	}
	#news .news_list li a:link,
	#news .news_list li a:visited{
		padding: 20px 0;
	}
	#news .news_list li a:hover{
	}
	#news .news_title {
		float: none;
		clear: both;
		width: auto;
		padding: 5px 0 0;
	}

}


/* -----------------------------------------------------------
    NEWS詳細
-------------------------------------------------------------- */

#news .news_detail .news_date {
	width: 100%;
	padding: 30px 0 0 0;
	text-align: right;
}
#news .news_detail .news_de_title {
	padding: 0 0 15px 0;
	margin: 0 0 10px 0;
	font-size: 2.6rem;
	font-weight: bold;
	line-height: 1.4;
	border-bottom: solid 5px #49af34;
}
#news .news_detail .photo {
	text-align: center;
	padding: 30px 0 0 0;
}
#news .news_detail .photo img {
	max-width: 800px;
	height: auto;
}
#news .news_detail .news_de_txt {
	line-height: 1.8;
	padding: 30px 0 0 0;
}
#news .news_detail .news_de_txt a {
	color: #49af34;
}
#news .back_link {
	font-size: 1.4rem;
    padding: 15px 0 0 0;
}
#news .back_link ::before {
    display: inline-block;
    margin: 0 10px 0 0;
    content: "\f104";
    font-family: FontAwesome;
    font-size: 1.6rem;
    color: #49af34;
}


@media screen and (max-width: 667px){
	
	
	#news .news_detail .news_date {
		padding: 25px 0 0;
	}
	
	#news .news_detail .news_de_title {
		padding: 10px 0 20px;
		font-size: 2.4rem;
		line-height: 1.4;
	}
	#news .news_detail .news_de_title {
		padding: 0 0 12px 0;
		margin: 0 0 10px 0;
		font-size: 2.2rem;
		border-bottom: solid 3px #49af34;
	}

	
	#news .news_detail .photo {
		text-align: center;
		padding: 20px 0 0 0;
	}
	#news .news_detail .photo img {
		width: 100%;
		max-width: 480px;
		height: auto;
	}
	
	#news .news_detail .news_de_txt {
		padding: 20px 0 0 0;
	}
	
}

