@charset "UTF-8";
.content .featureNum {
  display: inline-block;
  padding: 6px 8px;
  background-color: #fff;
  margin-right: 10px;
  color: #3db680;
  font-size: 16px;
  font-weight: normal;
}
.content .contentFlexArea {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .content .contentFlexArea {
    flex-wrap: wrap;
  }
}
.content .contentFlexArea .contentTextArea {
  width: 65%;
}
@media screen and (max-width: 767px) {
  .content .contentFlexArea .contentTextArea {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .content .contentFlexArea .contentImageArea {
    margin: 0 auto;
    width: 100%;
  }
}
.content .contentFlexArea .contentImageArea .contentImage {
  height: 250px;
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .content .contentFlexArea .contentImageArea .contentImage {
    height: auto;
  }
}
.content .contentFlexArea.feature .contentTextArea {
  width: 80%;
}
@media screen and (max-width: 767px) {
  .content .contentFlexArea.feature .contentTextArea {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .content .contentFlexArea.feature .contentImageArea {
    margin: 30px auto;
    width: 80%;
  }
}
.content .contentFlexArea.feature .contentImageArea .contentImage {
  height: 150px;
}
@media screen and (max-width: 767px) {
  .content .contentFlexArea.feature .contentImageArea .contentImage {
    height: auto;
  }
}
.content .contentFlexArea.featurePoint {
  padding: 22px 28px;
  border: 1px solid #e1cbb2;
  margin-bottom: 30px;
  background-color: #fffff2;
  overflow: hidden;
}
.content .contentFlexArea.featurePoint .contentTextArea {
  width: 75%;
}
@media screen and (max-width: 767px) {
  .content .contentFlexArea.featurePoint .contentTextArea {
    width: 100%;
  }
}
.content .contentFlexArea.featurePoint .contentTextArea .featurePointTitle {
  border-bottom: none;
  margin-bottom: 5px;
  color: #3db680;
}
.content .contentFlexArea.featurePoint .contentImageArea {
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .content .contentFlexArea.featurePoint .contentImageArea {
    margin: 0 auto;
    width: 100%;
  }
}
.content .contentFlexArea.featurePoint .contentImageArea .contentImage {
  height: 150px;
}
@media screen and (max-width: 767px) {
  .content .contentFlexArea.featurePoint .contentImageArea .contentImage {
    height: auto;
  }
}
.content .contentText {
  margin-bottom: 15px;
  color: #715731;
  letter-spacing: 0.08em;
  line-height: 1.8;
}
.content .contentText .trafficGuide {
  display: block;
  width: 60%;
  margin: 30px auto;
  padding: 10px 10px;
  text-align: center;
  background-color: #3db680;
  color: #fff;
  font-size: 17px;
  letter-spacing: 0.08em;
  text-decoration: none;
}
.content .featureFlexList {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .content .featureFlexList {
    flex-wrap: wrap;
  }
}
.content .featureFlexList .featureFlexItem {
  background-color: #f1faf6;
  width: 30%;
}
@media screen and (max-width: 767px) {
  .content .featureFlexList .featureFlexItem {
    margin-bottom: 20px;
    width: 100%;
  }
}
.content .featureFlexList .featureFlexItem .featureItemNum {
  text-align: center;
  display: block;
  color: #fff;
  background-color: #3db680;
  font-size: 16px;
  letter-spacing: 0.15em;
  padding: 4px 0;
  width: 100%;
}
.content .featureFlexList .featureFlexItem .featureItemLink {
  display: inherit;
  width: 100%;
  margin: 0;
  padding: 0;
  text-align: left;
  background-color: inherit;
  color: inherit;
  letter-spacing: 0.08em;
  text-decoration: underline;
}
.content .featureFlexList .featureFlexItem .contentText {
  padding: 20px;
}
.content .featureTable {
  border: 1px solid #ccc;
  border-collapse: collapse;
  margin-bottom: 30px;
  width: 100%;
}
.content .featureTable th,
.content .featureTable td {
  border: 1px solid #ccc;
  border-collapse: collapse;
  padding: 20px;
}
.content .featureTable th {
  background-color: #fffff2;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .content .featureTable th {
    width: 25%;
  }
}
.content .featureTable .focusTd {
  background-color: #fc8021;
  color: #fff;
  font-weight: bold;
}
.content .featureTable .focusTd.focusText {
  color: #fff;
}
.content .refundList {
  padding: 20px;
  background-color: #fff;
  border: 1px solid #000;
  font-weight: bold;
}
.content .refundList .refundItem {
  list-style-type: square;
  margin-left: 17px;
}
.content .refundText {
  margin-top: 30px;
}
.content .refundText .refundMailLink {
  display: inline-block;
  background-color: inherit;
  color: #000;
  padding: 0;
  font-weight: bold;
  margin: 10px auto 0px auto;
  text-decoration: underline;
  width: inherit;
}
.content .instituteImageArea,
.content .twoStageImageArea {
  margin: 50px auto;
  width: 50%;
}
@media screen and (max-width: 767px) {
  .content .instituteImageArea,
  .content .twoStageImageArea {
    margin: 30px 0;
    width: 100%;
  }
}
.content .twoStageTitle {
  border-bottom: 2px solid #3db680;
  color: #715731;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 18px;
}
.content .h2AboveText {
  text-align: center;
  color: #715731;
  letter-spacing: 0.05em;
  margin-bottom: 35px;
}
.content .beforeCounselingList {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  width: 1200px;
}
@media screen and (max-width: 767px) {
  .content .beforeCounselingList {
    flex-wrap: wrap;
    width: 95%;
  }
}
.content .beforeCounselingList .beforeCounselingItem {
  width: 48%;
}
@media screen and (max-width: 767px) {
  .content .beforeCounselingList .beforeCounselingItem {
    margin-top: 20px;
    width: 100%;
  }
}
.content .beforeCounselingList .beforeCounselingItem .beforeCounselingText {
  text-align: center;
  font-size: 18px;
  letter-spacing: 0.05em;
  margin-bottom: 20px;
  padding: 7px 0 6px 0;
}
@media screen and (max-width: 767px) {
  .content .beforeCounselingList .beforeCounselingItem .beforeCounselingText {
    font-size: 16px;
    padding: 7px 10px 6px 10px;
  }
}
.content .beforeCounselingList .beforeCounselingItem .beforeCounselingText.blueBg {
  background-color: #e5f1f7;
}
.content .beforeCounselingList .beforeCounselingItem .beforeCounselingText.blueBg .focusBgText {
  color: #007ab4;
  font-weight: bold;
}
.content .beforeCounselingList .beforeCounselingItem .beforeCounselingText.redBg {
  background-color: #fdeee8;
}
.content .beforeCounselingList .beforeCounselingItem .beforeCounselingText.redBg .focusBgText {
  color: #ea5520;
  font-weight: bold;
}
.content .beforeCounselingList .beforeCounselingItem .beforeCounselingText .focusBgText {
  font-size: 28px;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .content .beforeCounselingList .beforeCounselingItem .beforeCounselingText .focusBgText {
    font-size: 20px;
  }
}
.content .beforeCounselingList .beforeCounselingItem .beforeCounselingImage {
  height: 550px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 767px) {
  .content .beforeCounselingList .beforeCounselingItem .beforeCounselingImage {
    height: auto;
  }
}

.beginnerContentText {
  text-align: center;
  color: #715731;
  letter-spacing: 0.05em;
  margin-bottom: 35px;
}
@media screen and (max-width: 767px) {
  .beginnerContentText {
    font-size: 16px;
    padding: 0 10px;
    margin-bottom: 20px;
  }
}
.beginnerContentText .beginnerFocusText {
  color: #ea5420;
  font-size: 30px;
  font-weight: 800;
}

.beginnerImageArea {
  margin: 30px auto;
  width: 40%;
}
@media screen and (max-width: 767px) {
  .beginnerImageArea {
    margin: 20px auto;
    width: 90%;
  }
}

.beginnerFlex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 auto;
  padding: 0 30px;
  width: 1200px;
}
@media screen and (max-width: 767px) {
  .beginnerFlex {
    width: 95%;
  }
}
.beginnerFlex .notWorkHardItem {
  width: 32%;
}
@media screen and (max-width: 767px) {
  .beginnerFlex .notWorkHardItem {
    margin-top: 20px;
    width: 100%;
  }
}
.beginnerFlex .notWorkHardItem .notWorkHardTitle {
  color: #e84188;
  text-align: center;
  letter-spacing: 0.05em;
  background-color: #fdecf3;
  padding: 13px 0;
  margin-bottom: 10px;
}
.beginnerFlex .notWorkHardItem .notWorkHardSubText {
  display: block;
  font-size: 15px;
  color: #715731;
  background-color: #f5f3f0;
  padding: 20px 17px;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .beginnerFlex .notWorkHardItem .notWorkHardSubText {
    font-size: 16px;
  }
}
.beginnerFlex .aloneItem {
  width: 23%;
}
@media screen and (max-width: 767px) {
  .beginnerFlex .aloneItem {
    margin-top: 30px;
    width: 100%;
  }
}
.beginnerFlex .aloneItem .aloneItemOutline {
  text-align: center;
  color: #ea5420;
  letter-spacing: 0.05em;
  margin: 10px 0;
}
@media screen and (max-width: 767px) {
  .beginnerFlex .aloneItem .aloneItemOutline {
    font-size: 18px;
  }
}
.beginnerFlex .aloneItem .aloneItemText {
  font-size: 18px;
  color: #715731;
}
@media screen and (max-width: 767px) {
  .beginnerFlex .aloneItem .aloneItemText {
    font-size: 16px;
  }
}
.beginnerFlex .aloneItem .aloneItemText span {
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .beginnerFlex .aloneItem .aloneItemText {
    font-size: 14px;
  }
}
.beginnerFlex .friendItem {
  width: 32%;
}
@media screen and (max-width: 767px) {
  .beginnerFlex .friendItem {
    margin-top: 30px;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .beginnerFlex .friendItem:first-child {
    margin-top: 0;
  }
}
.beginnerFlex .friendItem .friendItemOutline {
  text-align: center;
  color: #4bb582;
  letter-spacing: 0.05em;
  margin-bottom: 6px;
  margin-top: 8px;
}
@media screen and (max-width: 767px) {
  .beginnerFlex .friendItem .friendItemOutline {
    font-size: 18px;
  }
}
.beginnerFlex .friendItem .friendItemText {
  font-size: 18px;
  color: #715731;
  line-height: 1.6;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .beginnerFlex .friendItem .friendItemText {
    font-size: 16px;
  }
}
.beginnerFlex .flowRehabilitationItem {
  margin-top: 15px;
  width: 49%;
}
@media screen and (max-width: 767px) {
  .beginnerFlex .flowRehabilitationItem {
    width: 100%;
  }
}

.friendArea {
  background-color: #f2faf6;
  padding-bottom: 50px;
}
.friendArea .friendAreaTitle {
  text-align: center;
  color: #4bb582;
  font-size: 30px;
  font-weight: 800;
  padding: 16px 0;
  border-top: 2px dotted #4bb582;
  border-bottom: 2px dotted #4bb582;
  margin-bottom: 30px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .friendArea .friendAreaTitle {
    font-size: 20px;
    margin-bottom: 15px;
    padding: 12px 10px;
  }
}

.flowRehabilitationTitle {
  text-align: center;
  color: #e84188;
  font-size: 30px;
  font-weight: 800;
  padding: 16px 0;
  border-top: 2px dotted #e84188;
  border-bottom: 2px dotted #e84188;
  margin-bottom: 30px;
  letter-spacing: 0.1em;
}

.courseGuideArea {
  background-color: #e3e2e2;
  padding: 30px;
}
@media screen and (max-width: 767px) {
  .courseGuideArea {
    padding: 20px;
  }
}
.courseGuideArea .courseGuideInner {
  background-color: #fff;
  padding: 30px;
}
@media screen and (max-width: 767px) {
  .courseGuideArea .courseGuideInner {
    padding: 20px;
  }
}
.courseGuideArea .courseGuideInner .courseArea {
  margin-top: 30px;
}
.courseGuideArea .courseGuideInner .courseArea:first-child {
  margin-top: 0;
}
.courseGuideArea .courseGuideInner .courseArea .courseTitle {
  padding: 0;
  background-color: inherit;
  line-height: 1;
  font-weight: bold;
  color: #3db680;
  margin-bottom: 20px;
  letter-spacing: 0.08em;
}
.courseGuideArea .courseGuideInner .courseArea .courseFlex {
  display: flex;
  justify-content: space-between;
}
.courseGuideArea .courseGuideInner .courseArea .courseFlex .courseList {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .courseGuideArea .courseGuideInner .courseArea .courseFlex .courseList {
    width: 100%;
  }
}
.courseGuideArea .courseGuideInner .courseArea .courseFlex .courseList .courseItem {
  margin-bottom: 10px;
  width: 48%;
}
@media screen and (max-width: 767px) {
  .courseGuideArea .courseGuideInner .courseArea .courseFlex .courseList .courseItem {
    width: 100%;
  }
}
.courseGuideArea .courseGuideInner .courseArea .courseFlex .courseList .courseItem .movieLink {
  color: #715731;
  text-decoration: none;
  display: inline-block;
  padding: 20px;
  border: 2px solid #ccc;
  margin-bottom: 10px;
  border-radius: 5px;
  font-weight: bold;
  position: relative;
  padding-left: 37px;
  width: 100%;
}
.courseGuideArea .courseGuideInner .courseArea .courseFlex .courseList .courseItem .movieLink:before {
  position: absolute;
  content: url(/images/brownPlayIcon.gif?2ef041a82f51cea8a259609058369883);
  left: 13px;
  top: 20px;
}
.courseGuideArea .courseGuideInner .courseArea .courseFlex .courseList .courseItem .movieLink:hover {
  border-color: #3db680;
  transition: 0.3s linear;
}
.courseGuideArea .courseGuideInner .courseArea .courseFlex .courseImageArea {
  width: 40%;
}
@media screen and (max-width: 767px) {
  .courseGuideArea .courseGuideInner .courseArea .courseFlex .courseImageArea {
    display: none;
  }
}

.movieArea {
  margin: 30px auto;
  width: 70%;
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.movieArea iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.movieDescArea,
.moviePointArea {
  border: 2px solid #715731;
  color: #715731;
  padding: 20px;
  letter-spacing: 0.08em;
  line-height: 1.8;
  margin: 20px auto 40px;
  width: 100%;
}
.movieDescArea .movieDesc,
.movieDescArea .moviePoint,
.moviePointArea .movieDesc,
.moviePointArea .moviePoint {
  line-height: 2;
}

.moviePointArea .moviePointList .moviePointItem {
  margin-top: 25px;
  color: #333;
  list-style: decimal;
  line-height: 2;
  margin-left: 30px;
}
@media screen and (max-width: 767px) {
  .moviePointArea .moviePointList .moviePointItem {
    margin-left: 20px;
  }
}
.moviePointArea .moviePointList .moviePointItem:first-child {
  margin-top: 0;
}

.popupButtonArea {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin: 30px auto;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .popupButtonArea {
    flex-wrap: wrap;
    margin: 20px auto;
    width: 100%;
  }
}
.popupButtonArea .feelingButton,
.popupButtonArea .notFeelingButton {
  border-radius: 5px;
  color: #fff;
  cursor: pointer;
  padding: 20px 0;
  text-align: center;
  width: 40%;
}
@media screen and (max-width: 767px) {
  .popupButtonArea .feelingButton,
  .popupButtonArea .notFeelingButton {
    font-size: 16px;
    padding: 10px;
    width: 45%;
  }
}
.popupButtonArea .feelingButton:hover,
.popupButtonArea .notFeelingButton:hover {
  opacity: 0.8;
}
.popupButtonArea .feelingButton {
  background-color: orange;
}
.popupButtonArea .notFeelingButton {
  background-color: gray;
}

/* Modal Base */
.modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100%;
  z-index: 100;
}
.modal .modal-bg {
  position: absolute;
  height: 100vh;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 101;
}
.modal .modal-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 600px;
  z-index: 102;
}
@media screen and (max-width: 767px) {
  .modal .modal-content {
    width: 80vw;
  }
}
.modal .modal-content .modal-inner {
  position: relative;
  background: white;
  width: 100%;
  min-height: 100px;
  max-height: 500px;
  padding: 30px;
  overflow-x: hidden;
  overflow-y: auto;
}
@media screen and (max-width: 767px) {
  .modal .modal-content .modal-inner {
    padding: 20px;
  }
}
@media screen and (max-width: 767px) {
  .modal .modal-content .modal-inner .transitionButtonLink {
    font-size: 16px;
  }
}
.modal .modal-content .btn_close {
  display: block;
  position: absolute;
  top: -50px;
  right: 0;
  background-color: white;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  color: black;
  text-align: center;
  font-size: 30px;
  text-decoration: none;
  line-height: 35px;
  z-index: 105;
}

.introductionArea {
  margin: 50px 0;
}
.introductionArea .introductionH2 {
  position: relative;
  color: #fff;
  font-weight: normal;
  padding: 8px 17px;
  background: #63b900;
  border-left: 6px solid #95de93;
  margin-bottom: 20px;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .introductionArea .introductionH2 {
    font-size: 16px;
  }
}
.introductionArea .introductionH2:before {
  position: absolute;
  left: -6px;
  bottom: 0;
  content: "";
  width: 6px;
  height: 50%;
  background-color: #c1eac0;
}
.introductionArea .reasonArea {
  margin-top: 30px;
}
.introductionArea .reasonArea .reasonH3 {
  color: #63b901;
  font-weight: normal;
  background: transparent;
  padding: 15px 0 20px 80px;
  border-bottom: solid 1px #63b900;
  margin-bottom: 20px;
  position: relative;
  width: auto;
  height: auto;
}
@media screen and (max-width: 767px) {
  .introductionArea .reasonArea .reasonH3 {
    padding: 0 0 10px 60px;
  }
}
.introductionArea .reasonArea .reasonH3:before {
  background-color: #63b900;
  color: #fff;
  left: 0;
  top: 8px;
  padding: 8px;
  position: absolute;
}
@media screen and (max-width: 767px) {
  .introductionArea .reasonArea .reasonH3:before {
    font-size: 16px;
    padding: 5px;
    top: 0;
  }
}
.introductionArea .reasonArea .reasonH3.firstReason:before {
  content: "理由1";
}
.introductionArea .reasonArea .reasonH3.secondReason:before {
  content: "理由2";
}
.introductionArea .reasonArea .reasonH3.thirdReason:before {
  content: "理由3";
}
.introductionArea .reasonArea .reasonH3.firstFeature:before {
  content: "特徴1";
}
.introductionArea .reasonArea .reasonH3.secondFeature:before {
  content: "特徴2";
}
.introductionArea .reasonArea .reasonH3.thirdFeature:before {
  content: "特徴3";
}
.introductionArea .reasonArea .threePointButton {
  background-color: #63b900;
  color: #fff;
  cursor: pointer;
  margin-top: 20px;
  padding: 10px;
  text-align: center;
  width: 20%;
}
@media screen and (max-width: 767px) {
  .introductionArea .reasonArea .threePointButton {
    width: 50%;
  }
}
.introductionArea .reasonArea .threePointButton:hover {
  opacity: 0.8;
}
.introductionArea .reasonArea .threePointArea {
  display: none;
  margin-top: 30px;
}
.introductionArea .reasonArea .threePointArea .threePointItem {
  background: #fffff2;
  border: solid 1px #e1cbb2;
  padding: 17px;
  margin-top: 30px;
}
.introductionArea .reasonArea .threePointArea .threePointItem .threePointTitle {
  border-bottom: 2px solid #3db680;
  color: #4d4d4d;
  padding: 10px 0;
  margin-bottom: 12px;
}
.introductionArea .reasonArea .threePointArea .threePointItem .threePointTitle .pointNumber {
  background: #c6e700;
  padding: 6px 12px;
  margin-right: 15px;
}
@media screen and (max-width: 767px) {
  .introductionArea .reasonArea .threePointArea .threePointItem .threePointTitle .pointNumber {
    display: block;
    margin-bottom: 5px;
    padding: 5px;
    text-align: center;
    width: 30%;
  }
}
.introductionArea .reasonArea .threePointArea .threePointItem .threePointGuideArea {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .introductionArea .reasonArea .threePointArea .threePointItem .threePointGuideArea {
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }
}
.introductionArea .reasonArea .threePointArea .threePointItem .threePointGuideArea .threePointTextArea {
  width: 70%;
}
@media screen and (max-width: 767px) {
  .introductionArea .reasonArea .threePointArea .threePointItem .threePointGuideArea .threePointTextArea {
    width: 100%;
  }
}
.introductionArea .reasonArea .threePointArea .threePointItem .threePointGuideArea .threePointImageArea {
  width: 25%;
}
@media screen and (max-width: 767px) {
  .introductionArea .reasonArea .threePointArea .threePointItem .threePointGuideArea .threePointImageArea {
    width: 100%;
  }
}
.introductionArea .guideArea {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .introductionArea .guideArea {
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }
}
.introductionArea .guideArea .guideTextArea {
  width: 70%;
}
@media screen and (max-width: 767px) {
  .introductionArea .guideArea .guideTextArea {
    width: 100%;
  }
}
.introductionArea .guideArea .guideImageArea {
  width: 25%;
}
@media screen and (max-width: 767px) {
  .introductionArea .guideArea .guideImageArea {
    width: 100%;
  }
}

.featureItemArea {
  align-items: center;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .featureItemArea {
    flex-wrap: wrap;
  }
}
.featureItemArea .featureItem {
  width: 30%;
}
@media screen and (max-width: 767px) {
  .featureItemArea .featureItem {
    margin-top: 20px;
    width: 100%;
  }
}
.featureItemArea .featureItem .featureItemLink {
  text-align: center;
}
.featureItemArea .featureItem .featureItemLink .featureNumber {
  background-color: #63b901;
  color: #fff;
  font-size: 22px;
  font-weight: bold;
  padding: 20px 0;
}
.featureItemArea .featureItem .featureItemLink .featureText {
  background-color: #d9eec1;
  font-size: 18px;
  height: 140px;
  padding: 20px 10px;
}
@media screen and (max-width: 767px) {
  .featureItemArea .featureItem .featureItemLink .featureText {
    height: auto;
    padding: 20px 0;
  }
}

.rehabilitationTable {
  border: 1px solid #000;
  border-collapse: collapse;
  margin-top: 30px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .rehabilitationTable {
    font-size: 16px;
  }
}
.rehabilitationTable th,
.rehabilitationTable td {
  border: 1px solid #000;
  text-align: center;
  width: 25%;
}
.rehabilitationTable th {
  padding: 10px;
}
@media screen and (max-width: 767px) {
  .rehabilitationTable th {
    padding: 5px;
  }
}
.rehabilitationTable td {
  padding: 20px;
}
@media screen and (max-width: 767px) {
  .rehabilitationTable td {
    padding: 8px;
  }
}
.rehabilitationTable td:first-child {
  background-color: #d9eec1;
}
.rehabilitationTable thead {
  background-color: #fffff2;
  border: 1px solid #000;
}
.rehabilitationTable .tableNote {
  font-size: 16px;
}

.linkFlexArea {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .linkFlexArea {
    flex-wrap: wrap;
  }
}
.linkFlexArea .linkFlex {
  background-color: #3db680;
  color: #fff;
  display: block;
  padding: 30px;
  text-align: center;
  width: 40%;
}
@media screen and (max-width: 767px) {
  .linkFlexArea .linkFlex {
    margin-top: 20px;
    padding: 20px;
    width: 100%;
  }
}
.linkFlexArea .linkFlex:hover {
  opacity: 0.8;
}

.referenceArea {
  background-color: #e6e6e6;
  margin: 50px 0;
  padding: 20px;
}
.referenceArea .referenceTitle {
  background-color: #808080;
  color: #fff;
  padding: 10px 20px;
}
.referenceArea .referenceList {
  margin-top: 20px;
}
.referenceArea .referenceList .referenceItem {
  margin-top: 20px;
  padding-left: 1.5em;
  text-indent: -1.5em;
}

.contentFocusRedText {
  font-weight: bold;
  color: #e10000;
}

.readCheckList {
  background-color: #4bb582;
  border: 1px solid #000;
  margin: 20px 0 50px;
  padding: 20px;
}
.readCheckList .readCheckItem {
  color: #fff;
  margin-top: 10px;
  padding-left: 20px;
  position: relative;
}
.readCheckList .readCheckItem:before {
  position: absolute;
  content: "";
  width: 5px;
  height: 10px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  display: inline-block;
  left: 0;
  top: 3px;
  transform: rotateZ(45deg);
}
.readCheckList .readCheckItem:first-child {
  margin-top: 0;
}

.search-query-display {
  margin-bottom: 10px;
}

.search-form {
  margin: 0 0 30px;
}
@media screen and (max-width: 767px) {
  .search-form {
    display: flex;
  }
}
.search-form input[type=text] {
  padding: 10px;
  font-size: 18px;
  width: 80%;
  border: 1px solid #ccc;
  border-radius: 4px;
}
@media screen and (max-width: 767px) {
  .search-form input[type=text]::-moz-placeholder {
    font-size: 16px;
  }
  .search-form input[type=text]::placeholder {
    font-size: 16px;
  }
}
.search-form button {
  padding: 10px 20px;
  font-size: 18px;
  background-color: #4caf50;
  color: white;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  margin-left: 10px;
}
@media screen and (max-width: 767px) {
  .search-form button {
    font-size: 16px;
    padding: 5px;
    width: 40%;
  }
}
.search-form button:disabled {
  background-color: #d3d3d3;
  cursor: not-allowed;
}
.search-form button:hover {
  background-color: #45a049;
}

.related-videos {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
}
.related-videos .video-card {
  width: calc(33.333% - 20px);
  margin-bottom: 20px;
  border: 1px solid #ccc;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .related-videos .video-card {
    width: 100%;
  }
}
.related-videos .video-card a {
  text-decoration: none;
  color: #333;
}
.related-videos .video-card img {
  width: 100%;
  height: auto;
  border-bottom: 1px solid #ccc;
}
.related-videos .video-card h4 {
  padding: 10px 20px 20px;
  margin: 0;
}
