main {
  padding: 50px 40px;
  background: #fff8eb;
}
@media screen and (max-width: 768px) {
  main {
    padding: 50px 20px;
  }
}
main .w1200 {
  max-width: 1200px;
  margin: auto;
}
main img {
  width: 100%;
  height: auto;
}

.course-ttl h1 {
  font-size: 3em;
  font-weight: bold;
  margin: 0;
  padding: 0;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .course-ttl h1 {
    line-height: 1;
    margin-bottom: 0.5em;
  }
}
.course-ttl h1 strong {
  color: #e83828;
}
.course-ttl h1 .txt-l {
  font-size: 1.7em;
}
.course-ttl h1 + p {
  font-size: 2em;
  font-weight: bold;
  margin: 0;
  padding: 0;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .course-ttl h1 + p {
    font-size: 1.7em;
  }
}
.course-ttl h1 + p + p {
  margin-bottom: 2em;
}

.course-item {
  background-color: #fff;
  padding: 60px 5% 50px;
  margin-bottom: 60px;
  border-radius: 1em;
}
@media screen and (max-width: 768px) {
  .course-item {
    padding: 20px;
  }
}
.course-item * {
  margin: 0;
  padding: 0;
}
.course-item .course-item-ttl {
  display: block;
}
@media screen and (max-width: 768px) {
  .course-item .course-item-ttl {
    flex-direction: column;
    align-items: flex-start;
  }
}
.course-item .course-item-ttl h2 {
  font-size: 70px;
  font-weight: normal;
  color: #0095d8;
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 0.2em;
  line-height: 1;
  padding-bottom: 0.5em;
}
@media screen and (max-width: 768px) {
  .course-item .course-item-ttl h2 {
    font-size: 50px;
  }
}
.course-item .course-item-ttl h2 small {
  font-size: 0.5em;
  font-weight: bold;
  color: #000;
}
.course-item .course-item-ttl h2 span {
  display: block;
  font-size: 0.4em;
  font-family: "Barlow Semi Condensed", sans-serif !important;
  font-weight: 500;
  font-style: italic;
  font-style: normal;
  font-weight: bold;
}
.course-item .course-item-ttl ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  gap: 10px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .course-item .course-item-ttl ul {
    flex-direction: column;
  }
}
.course-item .course-item-ttl ul li {
  width: 100%;
  background: #cae1f5;
  margin: 0;
  padding: 1em 2em;
  border-radius: 1em;
  line-height: 1.8;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .course-item .course-item-ttl ul li {
    width: auto;
  }
}
.course-item .course-item-ttl ul li strong {
  color: #0095d8;
}
.course-item .course-item-ttl + p {
  font-weight: bold;
  padding: 3em 0;
}
.course-item .flex {
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .course-item .flex {
    flex-direction: column;
    gap: 30px;
  }
}
.course-item .flex h3 {
  color: #0095d8;
  font-size: 20px;
  margin-bottom: 0.5em;
}
.course-item .timetable {
  flex: 0 0 35%;
}
.course-item .timetable h3 {
  color: #0095d8;
}
.course-item .timetable .tt {
  max-width: 385px;
}
.course-item .voice {
  flex: 0 0 35%;
}
.course-item .voice h4 {
  color: #0095d8;
  font-size: 20px;
  letter-spacing: 0;
  line-height: 1.6;
  margin-bottom: 0.5em;
}
.course-item .voice p {
  margin: 0;
  padding: 0;
  line-height: 1.7;
  letter-spacing: 0;
  text-align: justify;
  font-size: 15px;
}
.course-item .voice .smap {
  width: 50%;
  max-width: 192px;
  float: right;
  margin: 0 0 0 1em;
}
.course-item .voice .smap img {
  width: 100%;
  height: auto;
}
.course-item .prof {
  flex: 0 0 22%;
  display: flex;
  max-width: 242px;
}
@media screen and (max-width: 768px) {
  .course-item .prof {
    width: 70%;
  }
}
.course-item .prof figure img {
  margin: auto;
  display: block;
}
.course-item .prof figure figcaption {
  background: #0095d8;
  color: #fff;
  padding: 0.5em 1em;
  line-height: 1.5;
  font-size: 13px;
}

#course-b .course-item-ttl h2 {
  color: #ed7a9e;
}
#course-b .course-item-ttl ul li {
  background: #fbdfe7;
}
#course-b .course-item-ttl ul li strong {
  color: #ed7a9e;
}
#course-b .flex h3 {
  color: #ed7a9e;
}
#course-b .timetable h3 {
  color: #ed7a9e;
}
#course-b .voice h4 {
  color: #ed7a9e;
}
#course-b .prof figure figcaption {
  background: #ed7a9e;
}

.course-column {
  padding-top: 60px;
}
.course-column * {
  box-sizing: border-box;
}
.course-column .flex {
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (max-width: 768px) {
  .course-column .flex {
    flex-direction: column;
  }
}
.course-column .flex .course-column-item {
  flex: 0 0 47%;
  margin-bottom: 60px;
}
.course-column .flex .course-column-item h2 {
  margin: 0 0 0.5em;
  padding: 0;
}
.course-column .flex .course-column-item figure {
  margin-bottom: 1em;
}
.course-column .flex .course-column-item figure img {
  border-radius: 1em;
}
.course-column .flex .course-column-item dl dt {
  font-weight: bold;
  font-size: 1.2em;
  line-height: 1.7;
  margin-bottom: 0.5em;
  color: #0095d8;
}
@media screen and (max-width: 768px) {
  .course-column .flex .course-column-item dl dt br {
    display: none;
  }
}
.course-column .flex .course-column-item dl dd {
  letter-spacing: 0;
  text-align: justify;
}
.course-column .flex .course-column-item .prof {
  border-top: 1px solid #ddd;
  padding: 1em 0 0 0;
  margin-top: 1em;
}
.course-column .flex .course-column-item .prof figure {
  display: flex;
  gap: 1em;
  align-items: center;
}
.course-column .flex .course-column-item .prof figure span {
  display: block;
  width: 150px;
}
@media screen and (max-width: 768px) {
  .course-column .flex .course-column-item .prof figure span {
    width: 100px;
  }
}
.course-column .flex .course-column-item .prof figure figcaption {
  line-height: 1.6;
  font-size: 0.9em;
}
.course-column .flex .course-column-item.colm-04 {
  border: 1px solid #000;
  padding: 30px;
}