/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Apr 10 2026 | 12:34:44 */
#ProductDetail .section1 {
	padding-top:60px;
	padding-bottom:120px;
}
#ProductDetail .section1 ul.navi {
  display: flex;
  flex-wrap: wrap;
	justify-content:center;
	margin-bottom:50px;
}
#ProductDetail .section1 ul.navi li {
  color: #333;
	margin-left:10px;
	margin-right:10px;
	display: flex;
}
#ProductDetail .section1 ul.navi li a {
  position: relative;
    padding-top: 12px;
    padding-bottom: 12px;
  text-decoration: none;
  color: #333;
  background-color: #FFF;
   font-size: 16px;
  font-weight: 500;
	font-family: "Noto Sans JP", sans-serif;
	border:2px solid #14722B;
	width:230px;
	text-align:center;
}
#ProductDetail .section1 ul.navi li.active a {
  color: #FFF;
  background-color: #14722B;
	border:2px solid #14722B;
}
#ProductDetail .section1 ul.navi li a:hover {
  color: #FFF;
  background-color: #14722B;
	border:2px solid #14722B;
}

#ProductDetail .section1 h2 {
	font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
	font-size:32px;
	text-align:center;
	margin-bottom:10px;
	color:#14722B;
}
#ProductDetail .section1 p.catch {
	text-align:center;
	margin-bottom:50px;
}
#ProductDetail .section1 h3 {
	font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
	font-size:26px;
	padding-bottom:5px;
	border-bottom:3px solid #14722B;
	margin-bottom:15px;
}
#ProductDetail .section1 .column1 {
	margin-top:50px;
}
#ProductDetail .section1 h4 {
	font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
	font-size:24px;
	margin-bottom:10px;
	color:#14722B;
}
#ProductDetail .section1 h5 {
	font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
	font-size:20px;
	margin-top:15px;
	color:#14722B;
	margin-bottom:5px;
}


@media (max-width: 833px) {
	
	#ProductDetail .section1 {
	padding-top:30px;
	padding-bottom:60px;
		padding-left:15px;
		padding-right:15px;
}
#ProductDetail .section1 ul.navi {
	margin-bottom:25px;
}
#ProductDetail .section1 ul.navi li {
	margin-left:0px;
	margin-right:0px;
}

#ProductDetail .section1 h2 {
	font-size:26px;
	margin-bottom:10px;
}
#ProductDetail .section1 p.catch {
	text-align:left;
	margin-bottom:25px;
}
#ProductDetail .section1 h3 {
	font-size:22px;
	padding-bottom:3px;
	border-bottom:2px solid #14722B;
	margin-bottom:10px;
}
#ProductDetail .section1 .column1 {
	margin-top:25px;
}
#ProductDetail .section1 h4 {
	font-size:20px;
	margin-bottom:5px;
}
#ProductDetail .section1 h5 {
	font-size:18px;
	margin-top:10px;
	margin-bottom:0px;
}

}







