@charset "utf-8";
/*-----------------------------------------------------

	certification.css
	国産ジビエ認証ページ用 CSS

------------------------------------------------------*/

body.certification .honbun section {
	padding-left: 0;
}

body.certification .honbun .sect_full {
	width: 100%;
}

#certification_lead {
	padding: 30px;
	background: #f5f5f5;
	border-radius: 10px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

#certification_lead p {
	padding-left: 15px;
	font-size: 2em;
	font-family: 'Noto Sans JP', sans-serif;
	font-display: swap;
	font-weight: 700;
}

#certification_index {
	margin-bottom: 50px;
}

.certification_index_contents {
	width: 800px;
	margin: 0 auto;
	padding: 40px 50px 30px;
	background: #f5f5f5;
	border-radius: 10px;
}

.certification_index_contents h4 {
	font-size: 2.8em;
	font-family: 'Noto Sans JP', sans-serif;
	font-display: swap;
	font-weight: 700;
	text-align: center;
	margin-bottom: 25px;
}

.certification_index_contents ul {
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.certification_index_contents li {
	width: 45%;
	font-size: 2em;
	margin-bottom: 15px;
	position: relative;
	padding-left: 25px;
  background: url(./../../images/common/icon_list.png) no-repeat left center;
  background-size: 13px auto;
}

.certification_index_contents a:link {text-decoration:underline; color:#333333;}
.certification_index_contents a:visited {text-decoration:underline; color:#333333;}
.certification_index_contents a:hover {text-decoration:none; color:#de5e51;}


.honbun .certification_index_wrap h4 {
	font-size: 2em;
}

.certification_index_wrap {
	padding: 30px 0;
	border-bottom: solid 1px #67806a;
}

.certification_index_box {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}

.certification_index_box p {
	width: calc(100% - 450px);
	margin-bottom: 0;
	word-break: break-all;
}

.certification_index_box .btn_more {
	width: 400px;
	height: 60px;
}

.certification_index_box .btn_more a {
	line-height: 60px;
	font-size: 1.8em;
}

.padL {
	padding-left: 20px;
}

.certification_lead p {
	font-size: 2em;
	margin-bottom: 30px;
}

#plant_list {
	margin-bottom: 30px;
}

#plant_list table {
  width: 100%;
  font-size: 1.4em;
  border-top: solid 1px #ccc;
  border-left: solid 1px #ccc;
  line-height: 2;
}

#plant_list table a:link {text-decoration:underline; color:#de5e51;}
#plant_list table a:visited {text-decoration:underline; color:#de5e51;}
#plant_list table a:hover {text-decoration:none; color:#de5e51;}

#plant_list th {
  font-weight: normal;
  background: #f0f0f0;
  vertical-align: middle;
  text-align: center;
}

#plant_list th, #plant_list td {
  padding: 15px 10px;
  border-right: solid 1px #ccc;
  border-bottom: solid 1px #ccc;
	line-height: 1.3;
	vertical-align: middle;
}

#plant_list img {
  margin-bottom: 10px;
}

th.plant_no {
	width: 80px;
}

th.plant_address {
	width: 200px;
}

.committee_table {
  width: 700px;
	margin-bottom: 30px;
	margin-left: 30px;
}

.committee_table table {
	width: 100%;
  font-size: 1.6em;
	margin-left: 30px;
}

.committee_table th {
  font-weight: normal;
	text-align: left;
  vertical-align: middle;
	background: url(../../images/common/icon_arrow.png) no-repeat left center;
	background-size: 14px auto;
	padding: 15px 15px 15px 25px;
}

.committee_table td {
  padding: 15px;
}

.committee_table th, .committee_table td {
  border-bottom: solid 1px #ccc;
}

/*-----------------------------------------------------

	SP layout

------------------------------------------------------*/
@media screen and (max-width: 767px) {


#certification_lead {
	display: block;
	border-radius: 0;
	margin-bottom: 15px;
	padding: 0 0 20px 0;
	background: none;
	border-bottom: solid 2px #67806a;
}

#certification_lead p {
	font-size: 1.6rem;
	margin-bottom: 5px;
	padding: 0;
}

#certification_lead div {
	text-align: center;
}

#certification_lead div img {
	width: 150px;
}

.certification_index_wrap {
	padding: 20px 0 15px;
}

.certification_index_box {
	display: block;
}

.certification_index_box p {
	width: 100%;
	margin-bottom: 15px;
}

.certification_index_box .btn_more {
	width: 100%;
	margin-bottom: 15px;
}

.honbun .certification_index_wrap h4 {
	font-size: 2rem;
	margin-bottom: 7px;
}

.certification_index_contents {
	width: 100%;
	padding: 30px 30px 15px;
}

.certification_index_contents ul {
	display: block;
}

.certification_index_contents li {
	width: 100%;
	font-size: 1.6rem;
}

.certification_lead p {
	font-size: 1.6rem;
}


#plant_list table {
	border: none;
}

#plant_list tr {
	display: block;
	border-top: solid 1px #d9d9d9;
	border-bottom: solid 1px #d9d9d9;
	background: #fff;
	margin-bottom: 20px;
}

#plant_list table tr.table_tit {
	display: none;
}

#plant_list th, #plant_list td {
	border-right: none;
}

#plant_list table td {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	height: 100%;
	font-size: 1.4rem;
	padding: 3px 0;
	border-bottom: dotted 1px #ccc;
}

#plant_list table th.th_title {
	width: 100%;
}

#plant_list .table_th {
	display: flex;
	align-items: center;
	justify-content: center;
	background: #e5e5e5;
	width: 80px;
	height: 100%;
	margin-right: 10px;
	padding: 10px 0;
	text-align: center;
}

#plant_list .table_td {
	width: calc(100% - 90px);
}

#plant_list table tr td:last-child {
	border: none;
}

.committee_table {
	width: 100%;
	margin: 0 0 15px 0;
}

.committee_table table {
	margin-left: 0;
	font-size: 1.4rem;
}

.committee_table th {
	padding: 10px 7px 10px 20px;
}

.committee_table td {
	padding: 10px 7px;
}

	#sect_01 .fRight {
		float: none;
		margin: 0 !important;
		text-align: center;
	}

	#sect_01 .fRight img {
		width: auto;
		height: auto;
	}

	.padL {
		padding-left: 0;
	}
}

@media screen and (max-width: 375px) {
	.committee_table table {
		font-size: 1.3rem;
	}
}