.subpageArea01 {
  font-size: 16px;
  line-height: 1.8;
  padding-top: 0;
}

@media screen and (max-width: 767px) {
  .subpageArea01 {
    line-height: 1.6;
  }
}

.subpageArea01 .subpageTitle01 {
  background-image: url("../images/bg_common01.jpg");
}

.subpageArea01 .subpageTitle01 span {
  width: 196px;
  height: 24px;
}

.subpageArea01 .container {
  display: block;
}

.subpageArea01 .btn01 {
  font-size: 18px;
  margin: 30px 0 0;
}

@media screen and (max-width: 767px) {
  .subpageArea01 .btn01 {
    font-size: 16px;
  }
}

.subpageArea01 .btn01 a {
  text-align: center;
  max-width: 250px;
  width: 100%;
  padding: 9px 0;
  background: #113a78;
  position: relative;
}

@media screen and (max-width: 1000px) {
  .subpageArea01 .btn01 a {
    margin: auto;
  }
}

.subpageArea01 .btn01 a:before {
  content: "";
  width: 6px;
  height: 6px;
  margin: auto;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  vertical-align: middle;
  position: absolute;
  top: 0;
  right: 24px;
  bottom: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.courseArea01 {
  padding-top: 20px;
  position: relative;
}

.courseArea01 h2 {
  color: #122b4f;
  font-size: 28px;
  font-weight: bold;
  max-width: 650px;
  width: 100%;
  margin: auto;
  padding: 16px 0;
  background: url(../../common/images/img_common01.png) no-repeat center top;
  background-size: 65px auto;
  position: relative;
}

@media screen and (max-width: 767px) {
  .courseArea01 h2 {
    font-size: 24px;
  }
}

@media screen and (max-width: 640px) {
  .courseArea01 h2 {
    font-size: 20px;
  }
}

.courseArea01 h2:before {
  content: '';
  width: 100%;
  height: 2px;
  margin: auto;
  border-top: 1px solid #122b4f;
  border-bottom: 1px solid #122b4f;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
}

.courseArea01 h2 span {
  padding: 0 24px;
  background: #fff;
  position: relative;
}

@media screen and (max-width: 450px) {
  .courseArea01 h2 span {
    padding: 0 16px;
  }
}

.courseArea01 .ribon01 {
  width: 100px;
  position: absolute;
  top: -41px;
  left: 0;
  z-index: 1;
}

@media screen and (max-width: 767px) {
  .courseArea01 .ribon01 {
    top: 0px;
  }
}

@media screen and (max-width: 450px) {
  .courseArea01 .ribon01 {
    width: 80px;
  }
}

.courseArea01 .note01 {
  text-indent: -1em;
  margin-top: 30px;
  padding-left: 1em;
}

@media screen and (max-width: 767px) {
  .courseArea01 .note01 {
    font-size: 14px;
    margin-top: 16px;
  }
}

@media print, screen and (min-width: 451px) {
  .courseArea01 .sp45 {
    display: none;
  }
}

@media print, screen and (min-width: 401px) {
  .courseArea01 .sp40 {
    display: none;
  }
}

@media print, screen and (min-width: 351px) {
  .courseArea01 .sp35 {
    display: none;
  }
}

.courseInfo01 {
  padding-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .courseInfo01 {
    padding-top: 0;
    display: block;
  }
}

.courseInfo01 h3 {
  font-size: 20px;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .courseInfo01 h3 {
    font-size: 18px;
  }
}

.courseInfo01 .pic01 {
  width: 48%;
  position: relative;
}

@media screen and (max-width: 767px) {
  .courseInfo01 .pic01 {
    width: 100%;
  }
}

.courseInfo01 .textBox01 {
  width: 48%;
}

@media screen and (max-width: 767px) {
  .courseInfo01 .textBox01 {
    width: 100%;
    padding-top: 8px;
  }
}

.courseInfo01 .textBox01 p {
  margin-top: 16px;
}

@media screen and (max-width: 767px) {
  .courseInfo01 .textBox01 p {
    margin-top: 8px;
  }
}

.courseDetails01 {
  padding: 50px 0 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .courseDetails01 {
    padding: 30px 0 40px;
    display: block;
  }
}

.courseDetails01 li {
  width: 49%;
  border: 1px solid #113a78;
}

@media screen and (max-width: 767px) {
  .courseDetails01 li {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .courseDetails01 li:first-child {
    margin-bottom: 10px;
  }
}

.courseDetails01 h6 {
  color: #fff;
  font-weight: bold;
  padding: 10px 5px;
  background: #113a78;
}

@media screen and (max-width: 767px) {
  .courseDetails01 h6 {
    padding: 5px;
  }
}

.courseDetails01 p {
  padding: 20px 10px;
}

@media screen and (max-width: 767px) {
  .courseDetails01 p {
    text-align: left;
    padding: 10px;
  }
}

.coursePrice01 table {
  width: 100%;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}

@media screen and (max-width: 640px) {
  .coursePrice01 table {
    font-size: 14px;
  }
}

.coursePrice01 thead {
  background: #f3f3f3;
}

.coursePrice01 thead th {
  width: 20%;
  padding: 22px 0 20px;
}

@media screen and (max-width: 767px) {
  .coursePrice01 thead th {
    line-height: 1.4;
    padding: 15px 0;
  }
}

@media screen and (max-width: 500px) {
  .coursePrice01 thead th {
    width: auto;
  }
}

.coursePrice01 thead th:not(:last-child) {
  border-right: 1px solid #ddd;
}

.coursePrice01 tbody tr:nth-child(even) {
  background: #f3f3f3;
}

.coursePrice01 tbody th {
  border-right: 1px solid #ddd;
}

@media screen and (max-width: 500px) {
  .coursePrice01 tbody th {
    line-height: 1.4;
  }
}

.coursePrice01 th {
  font-weight: bold;
  vertical-align: middle;
}

.coursePrice01 td {
  text-align: center;
  padding: 15px 0;
}

.coursePrice01 td:not(:last-child) {
  border-right: 1px solid #ddd;
}

.coursePrice01 .btn01 {
  font-size: 16px;
  margin: 0 5px;
}

@media screen and (max-width: 640px) {
  .coursePrice01 .btn01 {
    font-size: 14px;
  }
}

.coursePrice01 .btn01 a {
  max-width: 160px;
  width: 100%;
  margin: auto;
  padding: 6px 0;
}

@media screen and (max-width: 767px) {
  .coursePrice01 .btn01 a:before {
    right: 8px;
  }
}

@media screen and (max-width: 500px) {
  .coursePrice01 .btn01 a:before {
    display: none;
  }
}

@media print, screen and (min-width: 501px) {
  .coursePrice01 .sp50 {
    display: none;
  }
}

.courseContents01 {
  padding-top: 60px;
}

@media screen and (max-width: 767px) {
  .courseContents01 {
    padding-top: 50px;
  }
}

.courseContents01 h3 {
  color: #113a78;
  font-size: 24px;
  font-weight: bold;
  max-width: 650px;
  width: 100%;
  margin: auto;
  position: relative;
}

@media screen and (max-width: 767px) {
  .courseContents01 h3 {
    font-size: 20px;
  }
}

@media screen and (max-width: 400px) {
  .courseContents01 h3 {
    font-size: 18px;
  }
}

.courseContents01 h3:before {
  content: '';
  width: 100%;
  height: 1px;
  margin: auto;
  background: #113a78;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
}

.courseContents01 h3 span {
  background: #fff;
  padding: 0 24px;
  position: relative;
}

@media screen and (max-width: 450px) {
  .courseContents01 h3 span {
    padding: 0 16px;
  }
}

.courseContents01 .contentflex {
  padding-top: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .courseContents01 .contentflex {
    padding-top: 24px;
    display: block;
  }
}




