@charset "utf-8";

/* ******************************************
	General
****************************************** */



/* *******************
	information
******************* */
#information dl {
	padding: 0;
	margin: 0;
}
#information dl dt {
	padding: 12px 0;
	margin: 0;
	position: absolute;
	width: 200px;
}
#information dl dd {
	padding: 12px 0;
	padding-left: 200px;
	margin: 0;
	position: relative;
	border-bottom: 1px solid #999;
}
#information .category {
	display: inline-block;
	background-color: #000;
	border-radius: 5px;
	text-align: center;
	width: 80px;
	line-height: 1em;
	padding: 3px 0;
	font-size: 14px;
	color: #fff;
	margin-left: 10px;
}

@media screen and (max-width:768px) {
}
@media screen and (max-width:600px) {
	#information dl dt {
		padding: 12px 0 0;
		position: relative;
		width: unset;
	}
	#information dl dd {
		padding-left: 0;
	}
}
@media screen and (max-width:450px) {
}





/* *******************
	news_post
******************* */
#news_post {
  padding-top: 0;
  padding-bottom: 60px;
  min-height: 450px;
}
#news_post h2 {
  text-align: left;
  border-bottom: 1px solid #000000;
  margin-bottom: 10px;
}
#news_post .update {
  width: 100%;
  text-align: right;
  margin-bottom: 12px;
}
#news_post .update .category {
	display: inline-block;
	background-color: #000;
	border-radius: 5px;
	text-align: center;
	width: 80px;
	line-height: 1em;
	padding: 3px 0;
	font-size: 14px;
	color: #fff;
	margin-right: 15px;
}


#news_post .news_contents {
  text-align: left;
  /* padding-top: 65px; */
}
#news_post .news_contents a {
  border-bottom: 1px dashed #888;
}
#news_post .news_contents img {
	width: auto;
  max-width: 100%;
  margin: 35px 0;
}
#news_post .news_contents p {
  margin-bottom: 2rem;
}
#news_post .btn_more a.circle {
	display: inline-block;
	padding: 20px 40px;
}

@media screen and (max-width:600px) {
  #news_post .wrap {
    padding: 35px 50px;
    width: calc(100% - 100px);
  }
}

