.link_button_pt01 {
  margin-bottom: 3em;
}

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

.link_button_pt01.offtype a {
  pointer-events: none;
  opacity: 0.5;
}

p {
  line-height: 1.6;
}

.indent_1em p {
  line-height: 1.5;
  margin-bottom: 0.325em;
}

.program_lists {
  margin: 2em 1em;
  padding: 1em;
  border-radius: 8px;
  border: 2px solid #00ae45;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.program_lists .course {
  width: calc((100% - 1.5em)/2);
}

.program_lists .t {
  background: #00ae45;
  color: #fff;
  border-radius: 4px;
  font-size: 1.25em;
  padding: 0.5em 0.75em;
}

.program_lists ol {
  margin: 0.5em;
}

.program_lists ol li {
  padding: 0.25em 0;
  line-height: 1.5;
}

@media screen and (max-width: 599px) {
  .program_lists {
    margin: 2em 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .program_lists .course {
    width: 100%;
  }
  .program_lists .course:first-child {
    margin-bottom: 1em;
  }
}

span.new_mark {
  background: #ffd800;
  padding: 0 0.5em;
  margin-left: 0.5em;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
}

h2.program_name {
  background: #00ae45;
  color: #fff;
  border-radius: 8px;
  padding: 0.5em 0.75em;
  font-size: 1.5em;
  line-height: 1.5;
  margin-bottom: 0.5em;
}

#pg05 + h2.program_name {
  margin-top: 6em;
}

@media screen and (max-width: 599px) {
  #pg05 + h2.program_name {
    margin-top: 3em;
  }
}

.pgm_one {
  margin: 0 0.5em 3em;
  padding-top: 1em;
}

.pgm_one h3 {
  color: #00ae45;
  padding: 0.5em 0.75em;
  font-size: 1.125em;
  font-weight: bold;
  line-height: 1.25;
  border: 1px solid #00ae45;
  margin-bottom: 0.75em;
  border-radius: 2em;
}

.pgm_one p {
  margin: 0 0.5em;
}

.pgm_one .plan {
  margin-top: 1em;
  margin-bottom: 1em;
}

.pgm_one p.fee {
  margin-top: 0.5em;
  font-family: 'Roboto', sans-serif;
  font-weight: bold;
}

.pgm_one p.fee:before {
  display: none;
  content: "\f0a9";
  font-family: "Font Awesome 5 Solid";
}

.pgm_one p.fee .svg-inline--fa {
  color: #00ae45;
}

@media screen and (max-width: 599px) {
  .pgm_one {
    margin: 0 0 1.25em;
  }
  .pgm_one h3 {
    border-radius: 6px;
  }
}

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

.image_plus_flex .data_side {
  width: 63%;
}

.image_plus_flex .img_side {
  width: calc(37% - 1em);
  padding: 0 1.5em;
}

.image_plus_flex .img_side img {
  width: 100%;
  border: 1px solid #bbb;
}

.image_plus_flex .img_side p {
  margin: 0.25em 0 0;
  text-align: center;
}

@media screen and (max-width: 599px) {
  .image_plus_flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .image_plus_flex .data_side {
    width: 100%;
  }
  .image_plus_flex .img_side {
    padding: 0;
    margin: 1.5em auto 0;
    width: 70%;
  }
}

.support_img_05 {
  margin: 2em auto 0;
  width: 90%;
  max-width: 760px;
}

.support_img_05 img {
  width: 100%;
  border: 1px solid #bbb;
}

.contact_information {
  margin: 0 0.5em;
}

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