@charset "utf-8";
/* 共通 */
#supplyMain, #supplyInfoMain, #supplyListMain {
  width: 100%;
  margin: 0 auto;
  padding-top: 4rem;
}
@media screen and (max-width: 796px) {
  #supplyMain, #supplyInfoMain, #supplyListMain {
    margin: 0 auto;
    padding: 0 0.5rem;
  }
}
#supplyListMain a {
  text-decoration: none;
}
#supplyMain h1, #supplyInfoMain h1, #supplyListMain h1 {
  font-size: 2.6rem;
  color: #716F63;
}

@media screen and (max-width: 796px) {
#supplyMain h1, #supplyInfoMain h1, #supplyListMain h1 {
  font-size: 1.7rem;
  color: #716F63;
}	
}
.txtright {
  text-align: right;
}
/* .news */
#supplyMain .news {
  width: 100%;
  margin-top: 1rem;
}
#supplyMain .news dl {
  width: 100%;
  display: flex;
  padding-top: 2rem;
  justify-content: flex-start;
  align-items: flex-start;
  align-content: flex-start;
}
#supplyMain .news dl dt {
  width: 20%;
  min-width: 100px;
  line-height: 180%;
}
#supplyMain .news dl dd {
  line-height: 180%;
}
#supplyMain .newIcon {
  line-height: 100%;
  font-size: 90%;
  display: inline-block;
  padding: 0.1rem 0.3rem;
  border: 1px solid #CCC;
  font-weight: 400;
  margin-left: 0.8rem;
}

@media screen and (max-width: 796px) {
#supplyMain .news dl {
  width: 100%;
  display: flex;
	flex-wrap: wrap;
  padding-top: 2rem;
  justify-content: flex-start;
  align-items: flex-start;
  align-content: flex-start;
}
#supplyMain .news dl dt {
  width: 100%;
  min-width: 0;
  line-height: 220%;
}
#supplyMain .news dl dd {
  line-height: 180%;
}
	
}

/* .arrow */
#supplyMain .arrow {
  display: inline-block;
  position: relative;
  margin: 4rem 0;
}
#supplyMain .arrow:before {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  border-bottom: 2px solid #666;
  border-right: 2px solid #666;
  left: -18px;
  top: 8px;
  transform: rotate(-45deg);
}
/* .info */
#supplyInfoMain h2 {
  font-size: 2rem;
  font-weight: 500;
  text-align: center;
  line-height: 180%;
  margin-top: 2rem;
}

@media screen and (max-width: 796px) {
	
#supplyInfoMain h2 {
  font-size: 1.7rem;
  font-weight: 500;
  text-align: center;
  line-height: 160%;
  margin-top: 2rem;
}
	
}

#supplyInfoMain h3 {
  font-weight: 500;
  margin-top: 2rem;
}


#supplyInfoMain :nth-child(1 of .txt) {
  margin-top: 2rem;
}
/* .yearList */
#supplyListMain .yearList {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  border: 1px solid #333;
  margin-top: 1rem;
}
#supplyListMain .yearList .child:nth-child(1) {
  width: 15%;
  background: #ebeef0;
  padding: 1.5rem 0.5rem;
}
#supplyListMain .yearList .child:nth-child(2) {
  border-left: 1px solid #333;
  padding: 1.5rem 1rem;
}
#supplyListMain .yearList .current, #supplyListMain .yearList .bold {
  font-weight: bold;
}
#supplyListMain .yearList .child p {
  margin: 0.5rem;
}
#supplyListMain .yearList .child ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
#supplyListMain .yearList .child ul li {
  position: relative;
  display: inline-block;
  padding-left: 0.9rem;
  margin: 0.5rem 0.7rem;
}
#supplyListMain .yearList .child ul li::before {
  content: "";
  position: absolute;
  width: 5px;
  height: 5px;
  border-bottom: 2px solid #666;
  border-right: 2px solid #666;
  left: 0;
  top: 7px;
  transform: rotate(45deg);
}

@media screen and (max-width: 796px) {
	
	#supplyListMain .yearList{
		font-size:85%;
	}
	
	#supplyListMain .productList{
		font-size:80%;
	}
	#supplyListMain .yearList {
  flex-wrap: wrap;
}
	
	#supplyListMain .yearList .child:nth-child(1){
		width: 100%;
		border-bottom:1px solid #333;
		padding: 0 0.5rem;
	}
	
		#supplyListMain .yearList .child:nth-child(2){
		width: 100%;
			border:0;
			padding: 1rem;
	}
	
	#supplyListMain .yearList .child ul li::before {
  content: "";
  position: absolute;
  width: 4px;
  height: 4px;
  border-bottom: 2px solid #666;
  border-right: 2px solid #666;
  left: 2px;
  top: 5px;
  transform: rotate(45deg);
}
	
}

/* .productList */
#supplyInfoMain .productList {
  margin: 0.5rem 0 4rem;
}
#supplyListMain .productList {
  margin: 2rem 0 4rem;
}
#supplyInfoMain .productList table, #supplyListMain .productList table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  border-right: 1px solid #333;
  border-bottom: 1px solid #333;
}
#supplyInfoMain .productList table thead, #supplyListMain .productList table thead {
  background: #ebeef0;
  font-weight: bold;
}
#supplyInfoMain .productList table tr td, #supplyListMain .productList table tr td {
  border-left: 1px solid #333;
  border-top: 1px solid #333;
  padding: 0.5rem;
}