.link_button_pt01 {
  margin-top: 3em;
}

@media screen and (max-width: 599px) {
  .link_button_pt01 {
    margin-top: 2em;
  }
}

h2.program_course {
  background: #4dc2bb;
  color: #fff;
  border-radius: 8px;
  padding: 0.75em 0.75em;
  font-size: 1.5em;
  line-height: 1.5;
  margin-bottom: 1em;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
}

ul.sponcership_patern {
  margin: 2em 0;
  border-top: 1px solid #ccc;
}

ul.sponcership_patern li {
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #ccc;
  padding: 0.5em 0.5em;
}

ul.sponcership_patern li p {
  margin: 0;
  font-size: 1.125em;
}

ul.sponcership_patern li p.name:before {
  display: none;
  content: "\f0a9";
  font-family: "Font Awesome 5 Solid";
}

ul.sponcership_patern li p.name {
  margin-right: 1em;
}

ul.sponcership_patern li p.name .svg-inline--fa {
  color: #4dc2bb;
}

@media screen and (max-width: 599px) {
  ul.sponcership_patern li {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  ul.sponcership_patern li p.name {
    width: 100%;
  }
}

@media screen and (max-width: 349px) {
  ul.sponcership_patern li p.plan, ul.sponcership_patern li p.fee {
    font-size: 1em;
  }
}

.one_pack {
  margin: 0 0.5em 6em;
}

.one_pack.intro {
  margin-bottom: 3em;
}

@media screen and (max-width: 599px) {
  .one_pack {
    margin: 0 5px 3em;
  }
}

.one_pack h3 {
  background: rgba(77, 194, 187, 0.35);
  font-size: 1.325em;
  line-height: 1.25;
  padding: 0.5em 1em;
  border-radius: 1.5em;
}

@media screen and (max-width: 999px) {
  .one_pack h3 {
    border-radius: 6px;
  }
}

.one_pack h3:before {
  display: none;
  content: "\f15c";
  font-family: "Font Awesome 5 Regular";
}

.one_pack .programset_name {
  color: #4dc2bb;
  border-bottom: 2px solid #4dc2bb;
  padding: 0 0 0.25em;
  font-size: 1.325em;
  font-weight: bold;
  line-height: 1;
  margin-top: 1.5em;
  margin-bottom: 0.75em;
}

.one_pack p, .one_pack dl {
  font-size: 1.125em;
  margin: 0 0.5em;
}

@media screen and (max-width: 599px) {
  .one_pack p, .one_pack dl {
    margin: 0 5px;
  }
}

.one_pack p {
  line-height: 1.5;
}

.one_pack dl {
  border-top: 0px dotted #999;
  margin-top: 0.75em;
}

.one_pack dl dt, .one_pack dl dd {
  padding: 0;
  line-height: 1.5;
}

.one_pack dl dt {
  width: 3em;
  float: left;
  font-weight: bold;
}

.one_pack dl dd {
  border-bottom: 0px dotted #999;
  padding-left: 3em;
}

.one_pack .p_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 599px) {
  .one_pack .p_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.one_pack .p_wrap .data {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.one_pack .p_wrap .imageP {
  margin: 0 0.5em;
  margin-left: 2em;
  width: 280px;
  padding: 0px;
}

.one_pack .p_wrap .imageP .est_wrap > div:last-child {
  margin-top: 10px;
}

.one_pack .p_wrap .imageP.double {
  width: 450px;
}

@media screen and (max-width: 599px) {
  .one_pack .p_wrap .imageP {
    margin: 1em auto 0;
    max-width: 90%;
  }
}

.one_pack .p_wrap .imageP img {
  border: 1px solid #ddd;
  width: 100%;
}

.one_pack .p_wrap .imageP p.cap {
  margin: 0;
  margin-top: 5px;
  font-size: 13px;
  text-align: center;
}

.timetable_wrap {
  margin: 1.5em 0;
  padding: 10px;
}

@media screen and (max-width: 599px) {
  .timetable_wrap {
    margin: 2em 0;
    padding: 0;
  }
}

.timetable_title {
  font-weight: bold;
  margin-bottom: 0.5em;
}

.timetable {
  margin-bottom: 2em;
}

.timetable th, .timetable td {
  border: 1px solid #ccc;
  padding: 0.5em;
  text-align: center;
}

@media screen and (max-width: 999px) {
  .timetable th, .timetable td {
    font-size: 0.875em;
  }
}

.timetable th {
  background: #eee;
}

.timetable td {
  width: 20%;
}

.timetable td:nth-child(1) {
  width: 40%;
}

.timetable td.reserved {
  background: rgba(77, 194, 187, 0.2);
  white-space: nowrap;
}

.contact_information {
  margin: 0 0.5em;
}

.contact_information p {
  font-size: 1.125em;
  line-height: 1.5;
  margin: 0 0 0.75em;
}
