.featurePage .featureMain {
  color: #444;
}

.featurePage .articleHeader {
  margin-bottom: 18px;
}

.featurePage .featureResponsive {
  max-width: 760px;
  margin: 0 auto 34px;
}

.featurePage .featureResponsive img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

.featurePage .featureHero,
.featurePage .featureGuide,
.featurePage .featureListSection {
  margin: 0 0 26px;
  padding: 24px;
  border: 3px solid #f5d88b;
  border-radius: 8px;
  background: #fffdf6;
  box-shadow: 0 4px 0 rgba(0, 0, 0, .06);
}

.featurePage .featureHeroImage {
  margin: 0 0 18px;
  text-align: center;
}

.featurePage .featureLead p,
.featurePage .featureGuide p {
  margin: 0;
  font-size: 17px;
  line-height: 1.95;
}

.featurePage .featureGuide {
  border-color: #d9edf7;
  background: #fff;
}

.featurePage .featureListSection {
  border-color: #cdebb5;
  background: #fff;
}

.featurePage .featureSectionTitle {
  position: relative;
  margin: 0 0 18px;
  padding: 12px 16px;
  border-radius: 8px;
  background: #53bce2;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.45;
}

.featurePage .featureListSection .featureSectionTitle {
  background: #7ac516;
}

.featurePage .feature_gakunen {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 12px;
  margin: 20px 0 0;
  padding: 0;
  list-style: none;
}

.featurePage .feature_gakunen li {
  display: block !important;
  float: none !important;
  border: 0 !important;
  width: auto !important;
  height: auto !important;
  margin: 0 !important;
  padding: 0 !important;
  background: none !important;
}

.featurePage .feature_gakunen a {
  display: flex !important;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  width: 100% !important;
  min-height: 54px;
  height: auto !important;
  margin: 0 !important;
  padding: 10px 14px;
  border: 0 !important;
  border-radius: 8px;
  background: #f2a91f !important;
  color: #fff !important;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
  text-decoration: none;
  box-shadow: 0 3px 0 rgba(0, 0, 0, .12);
}

.featurePage .feature_gakunen li:nth-child(n),
.featurePage .feature_gakunen li:nth-child(n) a {
  border-color: transparent !important;
}

.featurePage .feature_gakunen a::after {
  margin-left: 8px;
  content: ">";
}

.featurePage .feature_gakunen a:hover {
  opacity: .86;
  text-decoration: none;
}

.featurePage .red {
  color: #e60012;
}

.featurePage .font_bold {
  font-weight: bold;
}

.featurePage .font18 {
  font-size: 19px;
}

.featurePage .color_pink {
  color: #e780b6;
}

.featurePage .color_green {
  color: #38a848;
}

.featurePage #newsListSection ul,
.featurePage .featureListSection ul {
  margin-left: 0;
  padding-left: 0;
}

.featurePage #newsListSection li,
.featurePage .featureListSection li {
  list-style: none;
}

.featurePage .featureListSection a {
  color: #008fc0;
  font-weight: bold;
}

.featurePage #newsListSection > ul,
.featurePage #newsListSection .content10,
.featurePage #newsListSection .entryList {
  display: grid;
  gap: 22px;
}

.featurePage #newsListSection .feature_list {
  display: block;
  width: 100%;
  overflow: hidden;
}

.featurePage #newsListSection .feature_list li {
  width: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  border-bottom: 1px solid #ccc;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.featurePage #newsListSection .feature_dlist {
  display: grid;
  grid-template-columns: minmax(128px, 36.5%) minmax(0, 1fr);
  gap: 14px;
  width: 100%;
  margin: 0;
  padding: 16px 0;
}

.featurePage #newsListSection .feature_dlist dt,
.featurePage #newsListSection .feature_dlist dd {
  margin: 0;
}

.featurePage #newsListSection .feature_dlist dt {
  min-width: 0;
}

.featurePage #newsListSection .feature_dlist dt img {
  display: block;
  width: 100%;
  max-width: 195px !important;
  margin: 0 auto;
  border-radius: 0;
}

.featurePage #newsListSection .feature_dlist dd {
  font-size: 16px;
  line-height: 1.55;
}

.featurePage #newsListSection .feature_dlist dd em {
  display: block;
  margin: 0 0 6px;
  font-style: normal;
  font-weight: normal;
}

.featurePage #newsListSection .feattime {
  display: inline-block;
  margin-right: 6px;
  color: #666;
  font-size: 13px;
  font-weight: normal;
  vertical-align: initial;
}

.featurePage #newsListSection .featcat {
  display: inline-block;
  margin-right: 10px;
  padding: 1px 6px;
  border-radius: 3px;
  background: #00a2cb;
  color: #fff;
  font-size: 13px;
  font-weight: normal;
  vertical-align: initial;
}

.featurePage #newsListSection .feature_list {
  display: grid;
  gap: 22px;
}

.featurePage #newsListSection .feature_list li:has(img) {
  padding: 18px;
  border: 1px solid #e8e8e8;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 3px 0 rgba(0, 0, 0, .06);
}

.featurePage #newsListSection .feature_dlist {
  display: block;
  padding: 0;
}

.featurePage #newsListSection .feature_dlist dt {
  margin: 0 0 12px;
}

.featurePage #newsListSection .feature_dlist dt img {
  width: 100%;
  max-width: 560px !important;
  border-radius: 6px;
}

.featurePage #newsListSection .feature_dlist dd {
  font-size: 18px;
  line-height: 1.55;
}

.featurePage #newsListSection li {
  margin: 0;
  padding: 18px;
  border: 1px solid #e8e8e8;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 3px 0 rgba(0, 0, 0, .06);
}

.featurePage #newsListSection li:empty {
  display: none !important;
}

.featurePage #newsListSection .feature_list li:empty {
  display: none !important;
}

.featurePage #newsListSection li:not(:has(img)) {
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

.featurePage #newsListSection li > a:first-child {
  display: block;
  margin: 0 0 12px;
}

.featurePage #newsListSection li img {
  display: block;
  width: 100%;
  max-width: 560px !important;
  margin: 0 auto;
  border-radius: 6px;
}

.featurePage #newsListSection li > a:not(:first-child) {
  display: inline;
  font-size: 18px;
  line-height: 1.55;
}

.featurePage #newsListSection li > a:not(:first-child)::before {
  content: "";
  display: block;
  margin-top: 6px;
}

.featurePage #newsListSection li br {
  display: block;
  content: "";
  margin: 5px 0;
}

.featurePage #newsListSection .pagination,
.featurePage #newsListSection .pager,
.featurePage #newsListSection .VoicepageNate {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  margin-top: 22px;
  padding: 16px 0 0;
  border-top: 1px solid #e8e8e8;
  list-style: none;
}

.featurePage #newsListSection .VoicepageNate li {
  display: block;
  width: auto;
  margin: 0;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0;
  background: transparent !important;
  box-shadow: none !important;
}

.featurePage #newsListSection .VoicepageNate li:empty {
  display: none !important;
}

.featurePage #newsListSection .VoicepageNate li:has(span):not(:has(a)) {
  display: none !important;
}

.featurePage #newsListSection > a,
.featurePage #newsListSection > p > a,
.featurePage #newsListSection li:not(:has(img)) > a,
.featurePage #newsListSection .pagination a,
.featurePage #newsListSection .pager a,
.featurePage #newsListSection .VoicepageNate a,
.featurePage #newsListSection .VoicepageNate span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 96px;
  min-height: 40px;
  padding: 8px 16px;
  border: 0;
  border-radius: 999px;
  background: #eef9fc;
  color: #008fc0;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.4;
  text-decoration: none;
}

.featurePage #newsListSection > a:hover,
.featurePage #newsListSection > p > a:hover,
.featurePage #newsListSection li:not(:has(img)) > a:hover,
.featurePage #newsListSection .pagination a:hover,
.featurePage #newsListSection .pager a:hover,
.featurePage #newsListSection .VoicepageNate a:hover {
  background: #d9f0f8;
  color: #007da8;
  text-decoration: none;
}

.featurePage #newsListSection .VoicepageNate span {
  border: 0;
  background: #f4f8fa;
  color: #667;
}

.featurePage .featureListSection {
  overflow: hidden;
}

.featurePage .featureListSection *,
.featurePage .featureListSection *::before,
.featurePage .featureListSection *::after {
  box-sizing: border-box;
}

.featurePage .featureListSection img {
  max-width: 100% !important;
  height: auto !important;
}

.featurePage .featureListSection table {
  width: 100% !important;
}

.featurePage .featureListSection .res,
.featurePage .featureListSection .lazyload,
.featurePage .featureListSection .lazyloaded {
  max-width: 100% !important;
}

.featurePage .featureArticle {
  padding: 24px;
  border: 3px solid #f5d88b;
  border-radius: 8px;
  background: #fffdf6;
  box-shadow: 0 4px 0 rgba(0, 0, 0, .06);
}

.featurePage #feature_body {
  margin: 0;
  color: #444;
  font-size: 16px;
  line-height: 1.9;
}

.featurePage #feature_body *,
.featurePage #feature_body *::before,
.featurePage #feature_body *::after {
  box-sizing: border-box;
}

.featurePage #feature_body p {
  margin-top: 0;
}

.featurePage #feature_body img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

.featurePage #feature_body .res,
.featurePage #feature_body .lazyload,
.featurePage #feature_body .lazyloaded {
  max-width: 100% !important;
  height: auto !important;
}

.featurePage #feature_body .fmain_img {
  margin: 0 0 24px;
  text-align: center;
}

.featurePage #feature_body h2 {
  position: relative;
  margin: 0 0 26px;
  padding: .72em .9em;
  border-radius: 8px;
  background: repeating-linear-gradient(-45deg, #fff5df, #fff5df 4px, #ffe4b1 4px, #ffe4b1 8px);
  color: #444;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.45;
}

.featurePage #feature_body h3 {
  margin: 0 0 22px;
  padding: .62em .8em;
  border-left: 6px solid #ffaf58;
  border-radius: 0 7px 7px 0;
  background: #fffaf4;
  color: #494949;
  font-size: 21px;
  font-weight: bold;
  line-height: 1.45;
}

.featurePage #feature_body h4 {
  min-height: 32px;
  margin: 0 0 15px;
  padding: 3px 0 5px 38px;
  background-image: url(/img/feature/fet_icon.png);
  background-position: left 2px;
  background-repeat: no-repeat;
  background-size: 27px;
  color: #444;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.6;
}

.featurePage #feature_body h4.h4line {
  min-height: 0;
  padding: 0 0 8px;
  border-bottom: double 5px #ffc778;
  background-image: none;
  color: #7b6459;
  font-size: 19px;
}

.featurePage #feature_body h5 {
  margin: 0 0 18px;
  padding: .55rem .7rem;
  border-bottom: 2px solid #05ac70;
  background: #d8f9ed;
  font-size: 17px;
  font-weight: bold;
  line-height: 1.45;
}

.featurePage #feature_body .test_taisaku,
.featurePage #feature_body .feature_text,
.featurePage #feature_body .feature_teacher,
.featurePage #feature_body .feature_teacher2,
.featurePage #feature_body .feature_faq,
.featurePage #feature_body .borderBlock {
  margin-bottom: 28px;
  padding: 18px;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 3px 0 rgba(0, 0, 0, .06);
}

.featurePage #feature_body .test_taisaku {
  border: 2px solid #f5d88b;
  background: #fffdf6;
}

.featurePage #feature_body .feature_text {
  background: #fff8eb;
}

.featurePage #feature_body .feature_lists,
.featurePage #feature_body .check_list {
  margin: 0 0 28px;
  padding: 14px 16px;
  border-radius: 8px;
  background: #fff;
  list-style: none;
}

.featurePage #feature_body .feature_lists {
  border: 2px solid #f5d88b;
}

.featurePage #feature_body .check_list {
  border: 2px solid #d9edf7;
}

.featurePage #feature_body .feature_lists li,
.featurePage #feature_body .check_list li {
  position: relative;
  margin: 0;
  padding: 8px 0 8px 34px;
  background: none;
  font-size: 17px;
  font-weight: bold;
  line-height: 1.55;
}

.featurePage #feature_body .feature_lists li::before,
.featurePage #feature_body .check_list li::before {
  position: absolute;
  left: 0;
  top: 12px;
  width: 22px;
  height: 22px;
  border-radius: 6px;
  background: #f2a91f;
  color: #fff;
  content: "✓";
  font-size: 16px;
  font-weight: bold;
  line-height: 22px;
  text-align: center;
}

.featurePage #feature_body .check_list li::before {
  background: #7ac516;
}

.featurePage #feature_body .hikaku_point_01,
.featurePage #feature_body .hikaku_point_02,
.featurePage #feature_body .hikaku_point_03,
.featurePage #feature_body .hikaku_point_04,
.featurePage #feature_body .hikaku_point_05 {
  margin: 0 0 14px !important;
  padding: 12px 14px;
  border-radius: 8px;
  background: #f2a91f;
  color: #fff;
  font-size: 18px;
  line-height: 1.55;
}

.featurePage #feature_body .hikaku_point_02 {
  background: #7ac516;
}

.featurePage #feature_body .hikaku_point_03 {
  background: #54c3f1;
}

.featurePage #feature_body .hikaku_point_04 {
  background: #ea8fbd;
}

.featurePage #feature_body .hikaku_point_05 {
  background: #22ac38;
}

.featurePage #feature_body .feature_link,
.featurePage #feature_body .hikaku_link,
.featurePage #feature_body .rinen_links,
.featurePage #feature_body .right_links {
  margin: 0 0 28px;
  text-align: center;
}

.featurePage #feature_body .feature_link a,
.featurePage #feature_body .hikaku_link a,
.featurePage #feature_body .rinen_links a,
.featurePage #feature_body .right_links a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  max-width: 100%;
  min-height: 46px;
  padding: 10px 22px;
  border: 2px solid #008fc0;
  border-radius: 999px;
  background: #fff;
  color: #008fc0;
  font-weight: bold;
  line-height: 1.45;
  text-decoration: none;
}

.featurePage #feature_body .feature_link a:hover,
.featurePage #feature_body .hikaku_link a:hover,
.featurePage #feature_body .rinen_links a:hover,
.featurePage #feature_body .right_links a:hover {
  background: #008fc0;
  color: #fff;
  text-decoration: none;
}

.featurePage #feature_body .feature_teacher,
.featurePage #feature_body .feature_teacher2 {
  border: 2px solid #f6d0df;
}

.featurePage #feature_body .feature_teacher2 {
  border-color: #b8ebe7;
}

.featurePage #feature_body .feature_teacher_img,
.featurePage #feature_body .feature_teacher_right,
.featurePage #feature_body .feature_teacher_right2,
.featurePage #feature_body .feature_teacher_comment {
  width: auto;
  margin: 0 0 12px;
  padding: 10px;
  border-radius: 7px;
  background: #fff;
}

.featurePage #feature_body .feature_teacher_img {
  text-align: center;
}

.featurePage #feature_body .feature_teacher_img img {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.featurePage #feature_body .feature_teacher_name,
.featurePage #feature_body .feature_teacher_name2 {
  margin: 0 0 10px;
  padding: 8px 10px;
  border-left: 5px solid #fa82af;
  background: #fff7fb;
  font-size: 17px;
  font-weight: bold;
}

.featurePage #feature_body .feature_teacher_name2 {
  border-left-color: #77fff4;
  background: #f2fffe;
}

.featurePage #feature_body .feature_faq {
  border: 2px solid #b5dee4;
  background: #fffef0;
}

.featurePage #feature_body .feature_faq ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.featurePage #feature_body .feature_faq li {
  margin: 0 0 16px;
  padding: 0 0 16px;
  border-bottom: 1px dashed #cdb9a6;
}

.featurePage #feature_body .feature_faq li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}

.featurePage #feature_body .feature_faq dt,
.featurePage #feature_body .feature_faq dd {
  position: relative;
  margin: 0;
  padding-left: 30px;
}

.featurePage #feature_body .feature_faq dt {
  margin-bottom: 8px;
  color: #741918;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.7;
}

.featurePage #feature_body .feature_faq dd {
  padding-top: 8px;
  border-top: 1px dashed #cdb9a6;
}

.featurePage #feature_body .feature_faq dt::before,
.featurePage #feature_body .feature_faq dd::before {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 22px;
  font-weight: bold;
}

.featurePage #feature_body .feature_faq dt::before {
  content: "Q";
  color: #59bbe5;
}

.featurePage #feature_body .feature_faq dd::before {
  top: 8px;
  content: "A";
  color: #ea6da4;
}

.featurePage #feature_body .feature_kamoku {
  width: 100%;
  border-collapse: collapse;
}

.featurePage #feature_body .feature_kamoku th,
.featurePage #feature_body .feature_kamoku td {
  padding: .8em;
  border: 2px solid #f9edf2;
  background: rgba(255, 255, 255, .72);
}

.featurePage #feature_body .feature_plan {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin: 0 0 28px;
  padding: 0;
  list-style: none;
}

.featurePage #feature_body .feature_plan li {
  width: auto;
  margin: 0;
}

.featurePage #feature_body .videoBlock {
  position: relative;
  width: 100%;
  height: 0;
  margin: 0 auto 28px;
  padding-bottom: 56.25%;
}

.featurePage #feature_body .videoBlock iframe,
.featurePage #feature_body .videoBlock .BrightcoveExperience {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.featurePage #feature_body #feature_mokuji {
  margin: 0 0 28px;
  padding: 16px !important;
  border: 1px solid #e8e8e8;
  border-radius: 8px;
  background: rgba(255, 255, 255, .72) !important;
}

.featurePage #feature_body #feature_mokuji ul {
  margin: 0 !important;
  padding: 0;
  list-style: none;
}

.featurePage #feature_body #feature_mokuji li a {
  display: block;
  padding: 8px 0;
  border-top: 1px dotted #ddd;
}

.featurePage #feature_body .feature_eria_list_01,
.featurePage #feature_body .feature_eria_list_02,
.featurePage #feature_body .feature_eria_list_03,
.featurePage #feature_body .feature_eria_list_04,
.featurePage #feature_body .feature_eria_list_05,
.featurePage #feature_body .feature_eria_list_06 {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  margin: 0 0 28px;
  padding: 0;
  list-style: none;
}

.featurePage #feature_body .feature_eria_list_01 li,
.featurePage #feature_body .feature_eria_list_02 li,
.featurePage #feature_body .feature_eria_list_03 li,
.featurePage #feature_body .feature_eria_list_04 li,
.featurePage #feature_body .feature_eria_list_05 li,
.featurePage #feature_body .feature_eria_list_06 li {
  width: auto;
  margin: 0;
  padding: 0;
  border-radius: 999px;
  text-align: center;
}

.featurePage #feature_body .feature_eria_list_01 li {
  background: #f8b62d;
}

.featurePage #feature_body .feature_eria_list_02 li {
  background: #8fc31f;
}

.featurePage #feature_body .feature_eria_list_03 li {
  background: #54c3f1;
}

.featurePage #feature_body .feature_eria_list_04 li {
  background: #f19ec2;
}

.featurePage #feature_body .feature_eria_list_05 li {
  background: #22ac38;
}

.featurePage #feature_body .feature_eria_list_06 li {
  background: #c85fa0;
}

.featurePage #feature_body .feature_eria_list_01 a,
.featurePage #feature_body .feature_eria_list_02 a,
.featurePage #feature_body .feature_eria_list_03 a,
.featurePage #feature_body .feature_eria_list_04 a,
.featurePage #feature_body .feature_eria_list_05 a,
.featurePage #feature_body .feature_eria_list_06 a {
  display: block;
  padding: 10px 8px;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
}

@media screen and (max-width: 767px) {
  .featurePage .featureResponsive {
    width: auto;
    margin: 0 12px 28px;
  }

  .featurePage .articleHeader {
    margin-bottom: 14px;
  }

  .featurePage .featureHero,
  .featurePage .featureGuide,
  .featurePage .featureListSection {
    margin-bottom: 20px;
    padding: 18px 14px;
    border-width: 2px;
    border-radius: 7px;
  }

  .featurePage .featureHeroImage {
    margin-bottom: 14px;
  }

  .featurePage .featureLead p,
  .featurePage .featureGuide p {
    font-size: 16px;
    line-height: 1.85;
  }

  .featurePage .featureSectionTitle {
    margin-bottom: 14px;
    padding: 10px 12px;
    font-size: 20px;
  }

  .featurePage .feature_gakunen {
    grid-template-columns: 1fr !important;
    gap: 9px;
  }

  .featurePage .feature_gakunen a {
    min-height: 48px;
    font-size: 15px;
  }

  .featurePage #newsListSection li {
    padding: 12px;
  }

  .featurePage #newsListSection li img {
    max-width: 100% !important;
  }

  .featurePage #newsListSection li > a:not(:first-child) {
    font-size: 16px;
  }

  .featurePage #newsListSection .feature_dlist {
    grid-template-columns: 128px minmax(0, 1fr);
    gap: 12px;
  }

  .featurePage #newsListSection .feature_dlist dd {
    font-size: 15px;
  }

  .featurePage .font18 {
    font-size: 17px;
  }

  .featurePage .featureArticle {
    width: auto;
    margin: 0 12px 28px;
    padding: 18px 14px;
    border-width: 2px;
  }

  .featurePage #feature_body {
    font-size: 16px;
    line-height: 1.85;
  }

  .featurePage #feature_body h2 {
    margin-bottom: 22px;
    font-size: 20px;
  }

  .featurePage #feature_body h3 {
    margin-bottom: 20px;
    font-size: 18px;
  }

  .featurePage #feature_body h4,
  .featurePage #feature_body h4.h4line {
    font-size: 17px;
  }

  .featurePage #feature_body .test_taisaku,
  .featurePage #feature_body .feature_text,
  .featurePage #feature_body .feature_teacher,
  .featurePage #feature_body .feature_teacher2,
  .featurePage #feature_body .feature_faq,
  .featurePage #feature_body .borderBlock {
    padding: 14px;
  }

  .featurePage #feature_body .feature_plan,
  .featurePage #feature_body .feature_eria_list_01,
  .featurePage #feature_body .feature_eria_list_02,
  .featurePage #feature_body .feature_eria_list_03,
  .featurePage #feature_body .feature_eria_list_04,
  .featurePage #feature_body .feature_eria_list_05,
  .featurePage #feature_body .feature_eria_list_06 {
    grid-template-columns: 1fr 1fr;
  }

  .featurePage #feature_body table {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
