

.program__inner {
  padding-block: 2.1875rem 3.125rem;
}
.program__hdg {
  display: grid;
  place-items: center;
  min-height: 10.875rem;
  font-size: 2.1875rem;
  font-weight: 700;
  color: #fff;
  text-align: center;
  background-color: #50B6B6;
  border-radius: 30px;
}
.program__content {
  padding: 2.1875rem 2.5rem;
  margin-top: 2.1875rem;
  background-color: rgba(255, 255, 255, 0.8);
  font-size: 1.2875rem;

}

.program__content p.title {
  font-size: 150%;
  font-weight: bold;
  margin-bottom: 1em;
  color:#fff;
  background-color: #50b6b6;
  border-radius: 20px;
  text-align: center;
}

.program__content h2 {
  border-left:10px solid #50b6b6;
  padding-left:0.5em;
  margin-bottom: 1em;
}


.program__table-area {
  line-height: 1.45;
  margin-bottom: 2em;
}
.program__table-area table { border-collapse: collapse;width: 100%;}
.program__table-area table th,
.program__table-area table td {
  line-height: 1.45;
  padding: 1rem;
  border-bottom: 1px solid #aaa;
}
.program__table-area table tr:last-child th,
.program__table-area table tr:last-child td {
    border-bottom: none;
}



.program__table-area table th {
  width: 26%;
  text-align: left;
  text-align-last: left;
}
.program__table-area table dl dt {
  font-size:120%;
  line-height: 110%;
  margin-bottom: 0.5em;
}
.program__table-area table dl dd {
  font-size:90%;
  margin-bottom: 1em;
}
@media screen and (min-width: 1025px) {
  .program__table-area table th {
    width: 20%;
    text-align: left;
    text-align-last: left;
  }
}

.program__table-area table.special td.flex {
  display: flex;
}
.program__table-area table.special .img_box {
  width: 8em;
  margin-right: 2em;
}
.program__table-area table.special .img_box img {
  width: 100%;
  border-radius: 1em;
}
.program__table-area table span {
  font-size: 140%;
}
.program__table-area table small {
  font-size: 70%;
}



.program__inner p a {
  text-decoration: underline;
  color:#277ec2;
}


@media screen and (min-width: 1025px) {
  .program__content {
    padding: 2.1875rem 3.5625rem;
  }
}
.program__profile {
  display: grid;
  gap: 1.875rem;
  align-items: center;
}
@media screen and (min-width: 1025px) {
  .program__profile {
    grid-template-columns: 15.5625rem 1fr;
  }
}
.program__profile-img {
  text-align: center;
}
.program__table-area {
  line-height: 1.45;
}
.program__profile-position {
  font-size: 1.625rem;
  font-weight: 700;
}
.program__profile-name {
  font-size: 2.8125rem;
  font-weight: 700;
}
.program__profile-name small {
  font-size: 2.1875rem;
}
.program__txt {
  margin-top: 1.25rem;
  font-size: 1.625rem;
  line-height: 1.75;
}
.program__txt h2 { margin: 1em 0;}
.program__txt .mt {
  margin-top: 1em;
}


  .sp {display: none;}

@media screen and (max-width: 800px) {
  .pc {display: none;}
  .sp {display:initial;}
}



.section-list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2em;
  padding: 1em;
  font-family: sans-serif;
}

@media screen and (min-width: 768px) {
  .section-list {
    grid-template-columns: 1fr 1fr;
  }
}

.program__group {
  border: 1px solid #ccc;
  padding: 0.5em;
  border-radius: 8px;
  background: #f9f9f9;
}

.program__group h3 {
  font-size: 1.2em;
  margin: 0;
  margin-bottom: 0.8em;
  border-bottom: 1px solid #ccc;
  padding-bottom: 0.3em;
  color:#50b6b6;
}

.program__group table {
  width: 100%;
  border-collapse: collapse;
}

.program__group th {
  font-weight: normal;
  text-align: left;
  vertical-align: top;
  padding: 0.4em 0.6em ;
  white-space: nowrap;
  width: 6em;
}

.program__group td {
  padding: 0.4em 0.6em;
  line-height: 120%;
  vertical-align: top;
}
.program__group td small {
  display: block;
  line-height: 110%;
  margin-bottom: 0.3em;
} 

.boxed {
  display: inline-block;
  padding: 0.2em 0.4em;
  margin: 0 0.2em;
  border: 1px solid #333;
  line-height: 1;
}

.program__content .presen {
  font-size: 110%;
  padding-left: 2em;
  margin-bottom: 2em;
  line-height: 200%;
}