@charset "UTF-8";
.content .section h1 {
  margin-top: 0;
  margin-bottom: 56px;
  font-weight: normal;
  line-height: 1.75;
  letter-spacing: 0.2em;
}

@media (max-width: 768px) {
  .content .section h1 {
    margin-right: 8px;
    margin-left: 8px;
    font-size: 18px;
    text-align: justify;
    text-justify: inter-ideograph;
  }
}

@media (min-width: 769px) {
  .content .section h1 {
    font-size: 21px;
    text-align: center;
  }
}

.content .section h1 span {
  display: block;
}

@media (max-width: 768px) {
  .content .section h1 span:first-child {
    margin-bottom: 18px;
  }
}

.content .section .description {
  box-sizing: border-box;
  max-width: 823px;
  padding: 24px 12px;
  margin-right: auto;
  margin-left: auto;
  font-size: 14px;
  line-height: 43px;
  letter-spacing: 0.2em;
  border-top: 1px solid #9e9e9f;
  border-bottom: 1px solid #9e9e9f;
}

.content .section .description p {
  margin-top: 0;
  margin-bottom: 0;
  text-align: justify;
  text-justify: inter-ideograph;
}

.content .section .course {
  box-sizing: border-box;
  max-width: 823px;
  padding-right: 8px;
  padding-left: 8px;
  margin-right: auto;
  margin-left: auto;
}

@media (max-width: 768px) {
  .content .section .course {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

@media (min-width: 769px) {
  .content .section .course {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

.content .section .course + .course {
  border-top: 1px solid #9e9e9f;
}

.content .section .course h2 {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  margin-top: 0;
  margin-bottom: 24px;
  font-size: 16px;
  font-weight: normal;
  line-height: 21px;
  letter-spacing: 0.2em;
}

.content .section .course h2 span {
  box-sizing: border-box;
  min-width: 244px;
  padding: 4px 1em;
  text-align: center;
  border: 1px solid #9e9e9f;
}

.content .section .course h3 {
  margin-top: 0;
  margin-bottom: 32px;
  font-size: 18px;
  font-weight: normal;
  line-height: 21px;
  text-align: center;
  letter-spacing: 0.2em;
}

@media (min-width: 769px) {
  .content .section .course-column {
    display: -webkit-box;
    display: flex;
    margin-bottom: 40px;
  }
}

@media (max-width: 768px) {
  .content .section .course-image {
    margin-bottom: 24px;
    text-align: center;
  }
}

@media (min-width: 769px) {
  .content .section .course-image {
    margin-right: 32px;
  }
}

.content .section .course-tag {
  margin-bottom: 12px;
  font-size: 16px;
  line-height: 21px;
  letter-spacing: 0.2em;
}

@media (max-width: 768px) {
  .content .section .course-tag {
    text-align: center;
  }
}

.content .section .course-description {
  font-size: 14px;
  line-height: 31px;
  text-align: justify;
  text-justify: inter-ideograph;
  letter-spacing: 0.2em;
}

@media (max-width: 768px) {
  .content .section .course-description {
    margin-bottom: 24px;
  }
}

@media (min-width: 769px) {
  .content .section .course-description {
    margin-bottom: 16px;
  }
}

.content .section .course-description p {
  margin-top: 0;
  margin-bottom: 0;
}

.content .section .course-reservation {
  display: -webkit-box;
  display: flex;
  font-size: 14px;
  line-height: 31px;
  letter-spacing: 0.2em;
}

@media (max-width: 768px) {
  .content .section .course-reservation {
    margin-bottom: 24px;
  }
}

.content .section .course-reservation a {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  padding-right: 1em;
  padding-left: 1em;
  color: inherit;
  text-decoration: none;
  border: 1px solid #9e9e9f;
}

.content .section .course-reservation a::before {
  display: inline-block;
  margin-right: 1em;
  font-size: 8px;
  line-height: 16px;
  content: "▶";
}

.content .section .course table {
  font-size: 15px;
  line-height: 27px;
  letter-spacing: 0.2em;
  border-spacing: 0;
  border-collapse: collapse;
}

.content .section .course table tr:not(:first-child) th,
.content .section .course table tr:not(:first-child) td {
  padding-top: 16px;
}

.content .section .course table th {
  padding-right: 2em;
  font-weight: normal;
  -moz-text-align-last: justify;
       text-align-last: justify;
  white-space: nowrap;
  vertical-align: top;
}

.content .section .course table td {
  text-align: justify;
  text-justify: inter-ideograph;
}
