.age_course_title {
  background: #fffde8;
  box-shadow: 0px 0px 0px 10px #fffde8;
  border: dashed 3px #ffb03f;
  border-radius: 9px;
  padding: 10px;
  margin: 10px;
  font-size: 25px;
  font-weight: bold;
  color: #505050;
}

.age_course_title i {
  color: #ffb03f;
  padding-right: 10px;
}


/*age_ END ----------- */

.course_box_prn>h2 {
  background-color: #60A814;
  color: #fff;
  padding: 5px 0;
}

.course_name {
  padding: .5rem;
  background-color: #feffef;
}

.course_wrap dl dt {
  text-align: left;
  background-color: #ebffd7;
  padding: .2rem;
}

.course_wrap dl dd {
  margin: .5rem 0;
}

.course_wrap dl dd:last-of-type {
  display: inline-flex;
  align-items: center;
}

.course_wrap dl dd:nth-of-type(2) span, .price {
  color: #cd0a0a;
  font-size: 16px;
  font-weight: bold;
}

.course_list_response_btn {
  display: flex;
}

.price {
  padding-left: .5rem;
}

.course_list_response_btn a {
  width: 100%;
  padding: 5px 0;
  color: white;
  font-size: 1em;
  text-align: center;
  cursor: pointer;
  background-color: #777;
  border-radius: 0 0 0 3px;
}

.course_list_response_btn a:nth-child(2) {
  background: rgb(92, 196, 236);
  border-radius: 0;
}

.course_list_response_btn a:nth-child(3) {
  background: rgb(249, 165, 39);
  border-radius: 0 0 3px 0;
}

.course_list_response_btn a:nth-child(4) {
  background: linear-gradient(#80c938 40%, #60A814 120%);
}

.course_list_response_btn a:nth-child(2)::before {
  font-family: "Font Awesome 5 Free";
  content: '\f518';
  font-weight: 900;
  display: flow-root;
}

.course_list_response_btn a:nth-child(3)::before {
  font-family: "Font Awesome 5 Free";
  content: '\f0e0';
  font-weight: 900;
  display: flow-root;
}

.course_box_prn:nth-child(4n) {
  margin-right: 0px;
}

.course_area3 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}

.course_box_prn.automatic {
  margin-top: 20px;
  width: 30%;
  height: fit-content;
  border: 1px solid #5fa814;
  background: #FFFFFF;
  position: relative;
  border-radius: 5px;
  text-align: center;
  box-shadow: 3px 4px 0px 0px rgb(0 0 0 / 15%);
}

.course_box_prn .princess_2_bottom p {
  position: absolute;
  background: black;
  padding: 4px 0;
  color: #fff;
  display: block;
  width: 212px;
  border-radius: 0 0 5px 5px;
  letter-spacing: -0.01em;
  text-align: center;
  top: 141px;
  left: 0;
  transform: none;
  margin: 0;
}

.course_wrap img {
  width: 100%;
  height: 150px;
}

a {
  transition: all 0.3s ease 0s;
}

a:hover {
  opacity: 0.7;
}