#contents {
    width: auto;
    margin: 0 auto;
    position: relative;
}

.accordion-menu {
  display: inline-block;
  background-color: #00B050;
  width: 25px;
  height: 25px;
  color: white;
  text-align: center;
  font-weight: 30px;
  line-height: 25px;
  cursor:pointer;
  margin-left: 5px;
  margin-bottom: 5px;
  transform: translate(5px, -3px);
}

.accordion-active-menu {
  display: inline-block;
  background-color: #FB97AA;
  width: 25px;
  height: 25px;
  color: white;
  text-align: center;
  font-weight: 30px;
  line-height: 25px;
  cursor:pointer;
  margin-left: 5px;
  margin-bottom: 5px;
  transform: translate(5px, -3px);
}

.accordion-more-menu {
  display: inline-block;
  height: 25px;
  color: #00B050;
  text-align: center;
  cursor:pointer;
  margin-bottom: 5px;
}

.accordion-more-active-menu {
  display: inline-block;
  height: 25px;
  color: #FB97AA;
  text-align: center;
  cursor:pointer;
  margin-bottom: 5px;
}

.pjc-title {
  text-align: center;
}

h4 {
	padding-top: 10px;
}

.section-link {
	font-size: 15px;
	text-decoration: none;
}

.section-link:hover {
  color: #008000;
  cursor: pointer;
}

.transition-arrow {
	display: inline-block;
	transition: transform 0.3s ease;
}

.section-link:hover .transition-arrow {
	transform: translateX(30px);
}

.reasonSubLink::before {
    content: "\25b8";
}

.section-active-link {
	font-size: 15px;
	text-decoration: none;
}

.section-active-link:hover {
  color: #FB97AA;
  cursor: pointer;
}

.section-active-link:hover .transition-arrow {
	transform: translateX(30px);
}

.manual-pdf:hover {
	color: #008000;
}

.active-pdf:hover {
	color: #FB97AA;
}