.inner10 .ao-text {
  text-align: center;
  margin-bottom: 50px !important;
  line-height: 1.8 !important;
  font-size: 2.5rem !important;
  font-weight: bold !important;
  color: #000;
}

@media only screen and (max-width: 768px) {
  .inner10 .ao-text {
    text-align: center;
    margin-bottom: 30px !important;
    line-height: 1.6 !important;
    font-size: 1.6rem !important;
    font-weight: bold !important;
    color: #000;
  }
}
.ao-entry .contents .merit .thumbnail .continer .flex-box .flex-content h3 {
  background-color: #fc5057 !important;
  color: #fff !important;
  padding: 20px !important;
  border-radius: 10px !important;
  font-size: 20px !important;
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
  -webkit-flex-direction: column !important;
      -ms-flex-direction: column !important;
          flex-direction: column !important;
  line-height: 1.5rem;
  height: 100%;
}

.ao-entry .contents .merit .thumbnail .continer .flex-box .flex-content {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  background-color: transparent !important;
}

@media screen and (max-width: 769px) {
  .ao-entry .contents .merit .thumbnail .continer .flex-box .flex-content {
    width: 90%;
    border-radius: 10px;
    margin: 10px auto 0 !important;
  }
}
.ao-entry .contents .merit .thumbnail .continer .flex-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 100px auto 0;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.headline {
  margin-bottom: 20px;
  padding-bottom: 0;
}

.headline .title {
  font-size: 24px;
  display: block;
  background-color: #f2f2f2;
  border: none;
  padding: 20px 0;
  border-radius: 10px;
  margin: 0;
  text-align: left;
}

.headline .title .line {
  border: none;
  display: inline-block;
  padding: 0 20px;
  border-left: 1px solid #47aa8c !important;
}

.schedule02 table td {
  text-align: center;
  border-right: 1px dotted #333333;
}

@media screen and (max-width: 769px) {
  .headline h3.title {
    font-size: 18px;
    line-height: 2rem;
  }
}
.schedule02 {
  margin: 50px 0 0;
}

@media screen and (max-width: 769px) {
  .schedule02 table td {
    font-size: clamp(10px, 2.6cqi, 14px);
    font-weight: bold;
    line-height: 1.6;
    white-space: nowrap;
  }
  .schedule02 table th {
    width: auto !important;
    white-space: nowrap;
    padding-inline: 5px;
  }
  .schedule02 .table_area {
    overflow-y: hidden !important;
  }
}
.schedule02 table th {
  background-color: #f2f2f2;
  color: #47aa8c;
  width: 20% !important;
  border-right: 1px dashed #333333;
  padding: 1rem;
  line-height: 2;
  vertical-align: middle;
}

.schedule02 table tr {
  border-top: 1px solid #47aa8c;
  border-bottom: 1px solid #47aa8c;
}

.schedule02 table td {
  font-size: inherit;
  padding: 1rem;
  line-height: 1.5;
  vertical-align: middle;
}

.visual27 .course-list dl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 750px;
  margin: 0 auto;
  border-top: 1px solid #707070;
  border-bottom: 1px solid #707070;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background: #f7f7f7;
}
@media screen and (max-width: 769px) {
  .visual27 .course-list dl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.visual27 .course-list dl dt {
  padding: 20px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
@media screen and (max-width: 769px) {
  .visual27 .course-list dl dt {
    width: 100%;
  }
}
.visual27 .course-list dl dd {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 20px;
  line-height: 1.8;
  text-align: left;
  background: #fff;
}
@media screen and (max-width: 769px) {
  .visual27 .course-list dl dd {
    padding: 20px 0;
  }
}