@charset "UTF-8";
/* CSS Document */

.news_detail{
	margin-left: auto;
	margin-right: auto;
}
.news_detail_wrap{
	border:solid 1px #ccc;
	box-sizing: border-box;
	margin-top:30px;
}
.news_detail_date_wrap {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
}
.news_detail_cat {
	width: 80px;
	height: 26px;
	margin-left: 10px;
}
.news_detail_ttl {
	font-weight: 600;
	border-bottom: solid 1px #ccc;
	line-height: 1.4;
}
.news_detail_ttl .news_new{
	font-weight: 600;
	color:#F46B6B;
}
.news_detail .common_btn{
	max-width: 240px;
	margin-left: auto;
	margin-right: auto;
}
.news_detail_wrap .detailText i{
	font-style: italic;
}
.news_detail_wrap .detailText a{
	font-weight: 600;
	color:#604c3f;
	text-decoration: underline;
}
.news_detail_wrap .detailText a:hover{
	color:#ffdc07;
	}
.news_detail_wrap .detailUpfile img{
	max-width:500px;
	height:auto;
}

/* ----------------------------------------------------------------------- 
 SP表示
----------------------------------------------------------------------- */
@media only screen and (max-width: 767.98px) {
	.news_detail{
		width: 92%;
		padding:5.0rem 0;
	}
	.news_detail_wrap{
		padding:2.0rem;
	}
	.news_detail_ttl {
		font-size: 1.8rem;
		padding: 1.5rem 0 0.5rem 0;
	}
	.news_detail_ttl .news_new{
		font-size: 1.4rem;
	}
	.news_detail_in .detailText{
		padding-top: 2.0rem;
	}
	.news_detail .common_btn{
		margin-top: 2.0rem;
	}
}

/* ----------------------------------------------------------------------- 
 PC表示
----------------------------------------------------------------------- */
@media print, (min-width: 768px) {
	.news_detail{
		width: 1000px;
		padding:80px 0 100px 0;
	}
	.news_detail_wrap{
		padding:50px;;
	}
	.news_detail_ttl {
		font-size: 2.0rem;
		padding: 15px 0 10px 0;
	}
	.news_detail_ttl .news_new{
		font-size: 1.6rem;
	}
	.news_detail_in .detailText{
		padding-top: 30px;
	}
	.news_detail .common_btn{
		margin-top: 30px;
	}
}




.yoko table {
	margin-top: 30px;
}
.yoko tr {
  padding: 5px 20px;
  border-bottom: #695749 1px solid;
}
.topline {
  border-top: #695749 1px solid;

}
.yoko tr th{
  padding: 5px 20px;
  width: 15%;
}
.yoko tr td{
  padding: 5px 20px;
}
@media only screen and (max-width: 767.98px) {
.yoko tr th{
  padding: 5px 10px;
  width: 20%;
	}
.yoko tr td{
  padding: 5px 10px;
}
	}
#kangoshi tr th{
  background-color: #fff7e8;
  font-weight: bold;
}
#iryojimu tr th{
  background-color: #fcfcf0;
  font-weight: bold;
}

#kangoshi ol {
  counter-reset: my-counter;
  list-style: none;
  padding: 0;
}

#kangoshi li {
  margin-bottom: 10px;
  padding-left: 30px;
  position: relative;
}
#kangoshi li:before {
  content: counter(my-counter);
  counter-increment: my-counter;
  background-color: #ff8f00;
  color: #fff;
  display: block;
  float: left;
  line-height: 22px;
  margin-left: -30px;
  margin-top: 5px;
  text-align: center;
  height: 22px;
  width: 22px;
  border-radius: 50%;
}

#kangoshi li.marker_none:before {
	display: none;
  }

  #kangoshi li.marker_none{
	padding-left: 0;
  }

#iryojimu ol {
  counter-reset: my-counter;
  list-style: none;
  padding: 0;
}

#iryojimu li {
  margin-bottom: 10px;
  padding-left: 30px;
  position: relative;
}
#iryojimu li:before {
  content: counter(my-counter);
  counter-increment: my-counter;
  background-color: #ff8f00;
  color: #fff;
  display: block;
  float: left;
  line-height: 22px;
  margin-left: -30px;
  margin-top: 5px;
  text-align: center;
  height: 22px;
  width: 22px;
  border-radius: 50%;
}
.mt10{
  margin-top: 10px;
}