.jlnpc-faq__listItem {
  width: 740px;
}

.jlnpc-faq__term{
  display: block;
  color: #3b1800;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 20px;
  padding: 0 0 0 26px;
  cursor: pointer;
  background: url(/assets/img/common/icons/icon_more_gra.svg) no-repeat;
}

.jlnpc-faq__term.open{
  background: url(/assets/img/common/icons/icon_less_gra.svg) no-repeat;
}

.jlnpc-faq__description{
  display: none;
}

.eachPlan {
  display: flex;
  height: 92px;
  width: 740px;
  overflow: hidden;
}

.planDiscriptionArea {
  max-height: 54px;
  overflow: hidden;
  line-height: 18px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.asb-plan1 {
  margin-bottom: 12px;
}

.planPhotoArea a {
  display: block;
  position: relative;
  width: 99px;
  height: 74px;
}

.planPhoto {
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: 100%;
  max-height: 100%;
  transform: translate(-50%, -50%);
}

.planInfo {
  margin-left: 12px;
  height: 54px;
  width: 629px;
  color: #1558ce;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 18px;
}

.faq-plan-link {
  text-decoration: none !important;
  color: #1558ce;
}

.qualifyingAge {
  height: 15px;
  color: #3b1800;
  font-size: 10px;
  font-weight: normal;
  letter-spacing: 0;
  line-height: 15px;
  margin-top: 5px;
}

.priceRange {
  display: inline;
  height: 15px;
  color: #fc0d1c;
  font-size: 12px;
  letter-spacing: 0;
  font-weight: bold;
  line-height: 15px;
}

.oldPrice {
  display: inline;
  color:#3b1800;
  font-weight: normal;
}

.businessHours {
  margin-bottom: 12px;
  color: #3b1800;
}

.transportationAccess {
  margin-bottom: 12px;
  color: #3b1800;
}

.otherRecommendations {
  margin-bottom: 12px;
}

.nearbyFacilities {
  margin-bottom: 12px;
}

.linked-contents {
  margin-left: 7px;
  padding: 3px 0 3px 13px;
  color: #1558ce;
  font-weight: bold;
  background: url('/ou/d/cs/pc/image/icon_arrow_right_triangle_gra.svg') no-repeat left center / 6px 8px;
}

.sub-info {
  height: 18px;
  width: 132px;
  color: #3b1800;
  font-size: 12px;
  letter-spacing: 0;
  line-height: 18px;
  font-weight: normal;
}

.faqArea {
  margin-bottom: 40px;
}

.jlnpc-faq__list {
  margin-top: 20px;
}

.jlnpc-faq__listItem {
  width: 740px;
  padding: 12px 0;
  border-bottom: 1px solid #e0dbd7;
}

.jlnpc-faq__listItem:first-child {
  border-top: 1px solid #e0dbd7;
}

.jlnpc-faq__description{
  display: none;
  margin-top: 12px;
}

.jlnpc-faq__answer{
  color: #3b1800;
}