.priceArea01 table {
  font-size: 16px;
  color: #18234c;
  width: 100%;
}
@media screen and (max-width: 900px) {
  .priceArea01 table {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .priceArea01 table {
    width: 100%;
  }
}
.priceArea01 thead th:nth-child(2) {
  line-height: 0;
}
.priceArea01 thead th:nth-child(3) span {
  padding-top: 32px;
}
@media all and (-ms-high-contrast: none) {
  .priceArea01 thead th:nth-child(3) span {
    padding-top: 34px;
  }
}
@media screen and (max-width: 900px) {
  .priceArea01 thead th:nth-child(3) span {
    padding-top: 30px;
  }
}
@media screen and (max-width: 800px) {
  .priceArea01 thead th:nth-child(3) span {
    padding-top: 24px;
  }
}
.priceArea01 thead th:not(:first-child) {
  width: 142px;
}
.priceArea01 thead th:not(:nth-child(2)) {
  font-weight: bold;
  line-height: 1.2;
  vertical-align: bottom;
}
.priceArea01 thead th:not(:last-child) {
  padding-right: 1px;
}
.priceArea01 thead span {
  color: #e5c877;
  height: 80px;
  padding-top: 23px;
  background: -webkit-gradient(linear, left top, left bottom, from(#194584), to(#0a305e));
  background: -o-linear-gradient(top, #194584 0%, #0a305e 100%);
  background: linear-gradient(top, #194584 0%, #0a305e 100%);
  background: linear-gradient(to bottom, #194584 0%, #0a305e 100%);
  border-radius: 5px 5px 0 0;
  display: block;
}
@media all and (-ms-high-contrast: none) {
  .priceArea01 thead span {
    padding-top: 25px;
  }
}
@media screen and (max-width: 900px) {
  .priceArea01 thead span {
    height: 70px;
  }
}
@media screen and (max-width: 800px) {
  .priceArea01 thead span {
    height: 60px;
    padding-top: 16px;
  }
}
@media print, screen and (min-width: 768px) {
  .priceArea01 tbody tr:first-child th {
    border-radius: 5px 0 0 0;
  }
}
.priceArea01 tbody tr:nth-child(2) th,
.priceArea01 tbody tr:nth-child(2) td {
  padding: 15px 0 12px;
}
@media print, screen and (min-width: 768px) {
  .priceArea01 tbody tr:last-child th {
    border-radius: 0 0 0 5px;
  }
}
.priceArea01 tbody tr:nth-child(odd) {
  background: #f9f7ef;
}
.priceArea01 tbody tr:nth-child(even) {
  background: #fff;
}
.priceArea01 tbody tr:not(:last-child) th {
  border-bottom: 1px solid #fff;
}
.priceArea01 tbody th,
.priceArea01 tbody td {
  padding: 25px 0 21px;
  vertical-align: middle;
}
@media screen and (max-width: 1000px) {
  .priceArea01 tbody th,
.priceArea01 tbody td {
    padding: 15px 0 12px;
    line-height: 1.4;
  }
}
.priceArea01 tbody th:not(:last-child),
.priceArea01 tbody td:not(:last-child) {
  border-right: 1px solid #fff;
}
.priceArea01 tbody th {
  font-weight: bold;
  text-align: center;
  width: 289px;
  background: #ccdfeb;
}
.priceArea01 tbody .colTh01 {
  width: 158px;
}
@media screen and (max-width: 767px) {
  .priceArea01 tbody .colTh01 {
    width: 100px;
  }
}
.priceArea01 tbody .colTh02 {
  width: 125px;
}
@media screen and (max-width: 767px) {
  .priceArea01 tbody .colTh02 {
    width: 85px;
  }
}
.priceArea01 td {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .priceArea01 li:not(:last-child) {
    margin-bottom: 6px;
  }
}
@media screen and (max-width: 420px) {
  .priceArea01 li:not(:last-child) {
    margin-bottom: 5px;
  }
}
@media screen and (max-width: 767px) {
  .priceArea01 .priceBtn {
    position: relative;
  }
}
@media screen and (max-width: 767px) {
  .priceArea01 .priceBtn:not(.priceBtn01) {
    font-size: 16px;
    font-weight: bold;
    color: #e5c877;
    padding: 15px 0;
    background: -webkit-gradient(linear, left top, left bottom, from(#194584), to(#0a305e));
    background: -o-linear-gradient(top, #194584 0%, #0a305e 100%);
    background: linear-gradient(top, #194584 0%, #0a305e 100%);
    background: linear-gradient(to bottom, #194584 0%, #0a305e 100%);
  }
}
@media screen and (max-width: 425px) {
  .priceArea01 .priceBtn:not(.priceBtn01) {
    font-size: 14px;
    padding: 10px 0;
  }
}
@media screen and (max-width: 767px) {
  .priceArea01 .priceBtn:after {
    content: "";
    width: 6px;
    height: 6px;
    margin: auto 0;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    border-radius: 2px;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    position: absolute;
    bottom: 0;
    top: 0;
    right: 20px;
  }
}
@media screen and (max-width: 767px) {
  .priceArea01 .priceBtn.active:after {
    margin: auto;
    border: 0;
    border-top: 2px solid #fff;
    border-left: 2px solid #fff;
    top: 0;
    bottom: 0;
  }
}
.priceArea01 .priceBtn01 img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .priceArea01 .priceBtn01 {
    line-height: 0;
  }
}
@media screen and (max-width: 767px) {
  .priceArea01 .priceBtn01:after {
    top: 30%;
  }
}
@media screen and (max-width: 767px) {
  .priceArea01 .priceBtn01.active:after {
    top: 30%;
  }
}

.course01 {
  margin-top: 60px;
  padding: 40px 50px;
  background: url(../../common/images/bg_common06.jpg) left top;
  position: relative;
}
@media screen and (max-width: 767px) {
  .course01 {
    margin-top: 40px;
    padding: 30px;
  }
}
@media screen and (max-width: 500px) {
  .course01 {
    padding: 30px 20px;
  }
}
.course01 h3 {
  color: #122b4f;
  font-size: 24px;
  font-weight: bold;
  max-width: 650px;
  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) {
  .course01 h3 {
    font-size: 20px;
  }
}
@media screen and (max-width: 350px) {
  .course01 h3 {
    font-size: 18px;
  }
}
.course01 h3: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;
}
.course01 h3 span {
  padding: 0 24px;
  background: url(../../common/images/bg_common06.jpg) left top;
  position: relative;
  display: inline-block;
}
@media screen and (max-width: 450px) {
  .course01 h3 span {
    padding: 0 8px;
  }
}
.course01 .ribon01 {
  width: 90px;
  position: absolute;
  top: 0;
  left: 25px;
  z-index: 1;
}
@media screen and (max-width: 500px) {
  .course01 .ribon01 {
    left: 10px;
  }
}
@media screen and (max-width: 450px) {
  .course01 .ribon01 {
    width: 70px;
  }
}
@media screen and (max-width: 400px) {
  .course01 .ribon01 {
    left: 0;
  }
}
@media screen and (max-width: 350px) {
  .course01 .ribon01 {
    width: 60px;
  }
}
@media screen and (max-width: 1000px) {
  .course01 .textBox01 {
    width: calc(100% - 320px);
    margin-right: 10px;
  }
}
@media screen and (max-width: 900px) {
  .course01 .textBox01 {
    width: calc(100% - 250px);
  }
}
@media screen and (max-width: 767px) {
  .course01 .textBox01 {
    width: 100%;
    margin: 8px 0 0;
  }
}
.course01 .textBox01 li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 1000px) {
  .course01 .textBox01 li {
    display: block;
  }
}
.course01 .textBox01 li:not(:last-child) {
  padding-bottom: 15px;
}
.course01 .courseDetail01 {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #ccc;
  position: relative;
  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) {
  .course01 .courseDetail01 {
    margin-top: 14px;
    display: block;
  }
}
.course01 .courseDetail01:before {
  content: "";
  width: 5px;
  height: 5px;
  margin: auto;
  background: #ccc;
  border-radius: 50%;
  position: absolute;
  top: -3px;
  left: 0;
}
.course01 .courseDetail01:after {
  content: "";
  width: 5px;
  height: 5px;
  margin: auto;
  background: #ccc;
  border-radius: 50%;
  position: absolute;
  top: -3px;
  right: 0;
}
.course01 .courseDetail01 .img01 {
  width: 320px;
}
@media screen and (max-width: 900px) {
  .course01 .courseDetail01 .img01 {
    width: 250px;
  }
}
@media screen and (max-width: 767px) {
  .course01 .courseDetail01 .img01 {
    width: 100%;
  }
}
.course01 .sbtitle01 {
  color: #113a78;
  font-weight: bold;
  margin-right: 15px;
  padding: 5px 15px 2px;
  border: 1px solid #113a78;
}
@media screen and (max-width: 1050px) {
  .course01 .sbtitle01 {
    font-size: 14px;
    text-align: center;
  }
}
@media screen and (max-width: 1000px) {
  .course01 .sbtitle01 {
    margin-right: 0;
    padding: 2px 0 0;
  }
}
@media screen and (max-width: 767px) {
  .course01 .sbtitle01 {
    font-size: 13px;
  }
}
.course01 .text02 {
  padding-top: 8px;
}
@media screen and (max-width: 1050px) {
  .course01 .text02 {
    font-size: 14px;
  }
}
@media screen and (max-width: 1050px) {
  .course01 .text02 {
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .course01 .text02 {
    text-align: left;
  }
}
@media screen and (max-width: 1000px) {
  .course01 .priceTxt01 {
    text-align: center;
  }
}
.course01 .price01 {
  font-size: 20px;
  font-weight: bold;
  line-height: 0;
  position: relative;
  top: 10px;
}
@media screen and (max-width: 767px) {
  .course01 .price01 {
    font-size: 18px;
  }
}
.course01 .price01 .text03 {
  font-family: "Open Sans", sans-serif;
  font-size: 30px;
}
@media screen and (max-width: 767px) {
  .course01 .price01 .text03 {
    font-size: 24px;
  }
}
@media print, screen and (min-width: 851px) {
  .course01 .pc85 {
    display: none;
  }
}
@media print, screen and (min-width: 401px) {
  .course01 .sp40 {
    display: none;
  }
}
@media print, screen and (min-width: 351px) {
  .course01 .sp35 {
    display: none;
  }
}

.table-amazon.delfdalf {
  width: 100%;
}