.priceTable {
  border: 1px solid #000;
  border-collapse: collapse;
  margin: 20px 0;
  width: 100%;
}
.priceTable th {
  background-color: green;
  color: #fff;
}
.priceTable th,
.priceTable td {
  border: 1px solid #000;
  border-collapse: collapse;
  font-size: 18px;
  font-weight: bold;
  padding: 20px;
  text-align: center;
}
.priceTable th {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .priceTable th {
    width: 16%;
  }
}
.priceTable .focusTd {
  background-color: #fff4ff;
}
.priceTable .focusTd.focusText {
  color: #e10000;
}
.priceTable .priceDesc td {
  font-weight: normal;
  text-align: left;
}

.pageBottomLinkArea {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 720px;
  margin: 0 auto;
}
.pageBottomLinkArea .pageBottomMenu {
  width: 40%;
}
@media screen and (max-width: 767px) {
  .pageBottomLinkArea .pageBottomMenu {
    margin-top: 30px;
    width: 100%;
  }
}
.pageBottomLinkArea .pageBottomMenu .pageBottomLink {
  color: #000;
  text-align: center;
}

.pointGuideArea {
  border: 1px solid #000;
  margin-top: 20px;
  padding: 20px;
}

.examplePracticeArea {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 30px auto;
}
.examplePracticeArea .examplePracticeItem {
  width: 48%;
}
@media screen and (max-width: 767px) {
  .examplePracticeArea .examplePracticeItem {
    margin-top: 30px;
    width: 100%;
  }
}
.examplePracticeArea .examplePracticeItem .practiceMovie {
  height: 300px;
  margin-top: 10px;
  width: 100%;
}

.flowLink {
  width: 150px;
  text-decoration: none;
  padding: 7px 0px;
  display: block;
  background-color: #3db680;
  color: #fff;
  margin-top: 8px;
  text-align: center;
  letter-spacing: 0.08em;
  border-radius: 5px;
}

.paymentMethodArea {
  margin: 30px 0;
}
.paymentMethodArea .paymentGuideText {
  border-bottom: 2px solid #3db680;
  color: #715731;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px;
}
.paymentMethodArea .paymentGuideImageArea {
  width: 30%;
}
@media screen and (max-width: 767px) {
  .paymentMethodArea .paymentGuideImageArea {
    width: 100%;
  }
}

.checkItemArea {
  align-items: flex-start;
  background-color: #f2f2f2;
  display: flex;
  justify-content: space-between;
  padding: 30px;
}
@media screen and (max-width: 767px) {
  .checkItemArea {
    flex-wrap: wrap;
    padding: 20px;
  }
}
.checkItemArea .checkItemList {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .checkItemArea .checkItemList {
    width: 100%;
  }
}
.checkItemArea .checkItemList .checkItem {
  margin-bottom: 20px;
  padding-left: 40px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .checkItemArea .checkItemList .checkItem {
    font-size: 16px;
    margin-bottom: 15px;
  }
}
.checkItemArea .checkItemList .checkItem:before {
  content: url(/images/redCheckIcon.gif?24137316efe0ad40774d8815088360e6);
  position: absolute;
  left: 0;
  top: 0;
}
.checkItemArea .checkItemImageArea {
  width: 30%;
}
@media screen and (max-width: 767px) {
  .checkItemArea .checkItemImageArea {
    width: 100%;
  }
}

.flowMovieArea {
  width: 100%;
}
.flowMovieArea .flowMovie {
  height: 400px;
  margin-top: 10px;
  width: 50%;
}
@media screen and (max-width: 767px) {
  .flowMovieArea .flowMovie {
    height: auto;
    width: 100%;
  }
}

.rehabilitationScheduleArea {
  margin: 50px auto;
  width: 60%;
}
@media screen and (max-width: 767px) {
  .rehabilitationScheduleArea {
    margin: 20px auto;
    width: 100%;
  }
}
