@charset "utf-8";
/* ------------------------------------------------
 ワンポイントレッスン
------------------------------------------------ */
/*=== 共通 ===*/
.main_content {
  width: 100%;
  font-family: noto sans jp, sans-serif;
}
.maincontents {
  font-size: 16px;
}
.maincontents a, .maincontents a:visited {
  color: #0017c1;
  text-decoration: underline;
}
.maincontents a:hover {
  text-decoration: none;
}


/*=== 共通アイコン ===*/
[class*="commonIcon-"] {
  display: inline-block;
  flex-shrink: 0;
  position: relative;
  overflow: hidden;
  white-space: nowrap;
  text-indent: 100%;
  line-height: 1;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 100% auto;
}
/* PC */
.commonIcon-pc {
  width: 48px;
  height: 37px;
  background-image: url(//fmv-img.static.pub/b/service/contents/learning/manabi-navi/1plesson/images/renewal2026/pc_ic_001.png);
}
/* SP */
.commonIcon-sp {
  width: 26px;
  height: 48px;
  background-image: url(//fmv-img.static.pub/b/service/contents/learning/manabi-navi/1plesson/images/renewal2026/sp_ic_001.png);
}
/* タイピング */
.commonIcon-typing {
  width: 49px;
  height: 36px;
  background-image: url(//fmv-img.static.pub/b/service/contents/learning/manabi-navi/1plesson/images/renewal2026/typing_ic_001.png);
}
/* ワンポイントレッスンとは */
.commonIcon-about {
  width: 37px;
  height: 41px;
  background-image: url(//fmv-img.static.pub/b/service/contents/learning/manabi-navi/1plesson/images/renewal2026/about_ic_001.png);
}
/* サポート事例 */
.commonIcon-case {
  width: 32px;
  height: 42px;
  background-image: url(//fmv-img.static.pub/b/service/contents/learning/manabi-navi/1plesson/images/renewal2026/case_ic_001.png);
}
/* ご利用方法 */
.commonIcon-howto {
  width: 46px;
  height: 42px;
  background-image: url(//fmv-img.static.pub/b/service/contents/learning/manabi-navi/1plesson/images/renewal2026/howto_ic_001.png);
}
/* よくあるご質問 */
.commonIcon-faq {
  width: 40px;
  height: 33px;
  background-image: url(//fmv-img.static.pub/b/service/contents/learning/manabi-navi/1plesson/images/renewal2026/faq_ic_001.png);
}
/* アピール */
.commonIcon-appeal {
  width: 62px;
  height: 62px;
  background-image: url(//fmv-img.static.pub/b/service/contents/learning/manabi-navi/1plesson/images/renewal2026/appeal_ic_001.png);
}
/* サポート回数 */
.commonIcon-support {
  width: 31px;
  height: 38px;
  background-image: url(//fmv-img.static.pub/b/service/contents/learning/manabi-navi/1plesson/images/renewal2026/support_ic_001.png);
}


/*=== メインエリア ===*/
.main-section {
  max-width: 1200px;
  margin: 0 auto;
  padding: 70px 20px;
}
.main-subsec {
  margin-top: 50px;
}
.main-ttl + .main-subsec {
  margin-top: 40px;
}
.main-ttl {
  display: flex;
  align-items: center;
  gap: 15px;
  position: relative;
  margin: 0;
  padding: 0;
  color: #252c4d;
  font-size: 28px;
  line-height: 1.4;
}
.main-ttl span {
  padding: 0;
  background-color: transparent;
}
.main-subttl {
  position: relative;
  margin: 0;
  padding: 0 0 0 25px;
  color: #444;
  font-size: 22px;
  background-color: transparent;
}
.main-subttl::before {
  content: "";
  display: block;
  position: absolute;
  top: 2px;
  left: 0;
  width: 6px;
  height: 100%;
  background-color: #283a8c;
}
.main-txt {
  margin-top: 40px;
  letter-spacing: 0.08em;
}
.main-note {
  margin-top: 10px;
  padding-left: 1em;
  font-size: 14px;
  text-indent: -1em;
}
.type-sup {
  display: inline-block;
  position: relative;
  top: 2px;
  font-weight: normal;
  font-size: 65%;
  vertical-align: super;
}
.main-transition.pattern-link {
  margin-top: 20px;
  text-align: right;
}
.pattern-link a.main-link {
  display: inline-block;
  position: relative;
  padding-right: 20px;
}
.pattern-link a.main-link::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  width: 12px;
  height: 8px;
  background-color: #0017c1;
  clip-path: polygon(0 0, 100% 0%, 50% 100%);
  transform: translateY(-50%);
}


/*=== メインビジュアル ===*/
.ls01 .course_mv_wrapper::before {
  background: url(//fmv-img.static.pub/b/service/contents/learning/manabi-navi/1plesson/images/renewal2026/mv_im_001.png) no-repeat center;
}
.course_mv_txtbox {
  margin-left: 0;
}


/*=== グローバルナビ ===*/
.g-nav_box {
  width: 1200px;
}


/*=== アンカーナビゲーション ===*/
.nav {
  max-width: 1200px;
  margin: 20px auto 40px;
  padding: 0 20px;
  line-height: 1.2;
  white-space: nowrap;
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch;
}
@media print, screen and (min-width: 1200px) {
  .nav {
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .nav::-webkit-scrollbar {
    display: none;
  }
}
.nav-list {
  display: flex;
  width: 1160px;
  background-color: #ededed;
  border-radius: 50px;
  overflow: hidden;
}
@media print, screen and (max-width: 1200px) {
  .nav-list {
    margin-bottom: 10px;
  }
}
.bodyarea .nav-item {
  flex: auto;
  position: relative;
}
.bodyarea .nav-item:not(:last-child)::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  width: 2px;
  height: 40%;
  background-color: #ccc;
  transform: translateY(-50%);
}
a.nav-link {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  position: relative;
  height: 100%;
  min-height: 65px;
  padding: 5px 30px;
  color: #333;
  font-size: 18px;
  text-decoration: none;
}
a.nav-link:visited {
  color: #333;
}
a.nav-link:hover {
  color: #0017c1;
}
@media print, screen and (min-width: 768px) {
  .nav-icon.commonIcon-about {
    width: 26px;
    height: 28px;
  }
  .nav-icon.commonIcon-case {
    width: 22px;
    height: 29px;
  }
  .nav-icon.commonIcon-howto {
    width: 31px;
    height: 28px;
  }
  .nav-icon.commonIcon-faq {
    width: 26px;
    height: 22px;
  }
}
.nav-txt {
  position: relative;
  min-width: 75px;
  padding-right: 20px;
  z-index: 1;
}
.nav-txt::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  width: 12px;
  height: 8px;
  background-color: #666;
  clip-path: polygon(0 0, 100% 0%, 50% 100%);
  transform: translateY(-50%);
}
a.nav-link:hover .nav-txt::after {
  background-color: currentColor;
}


/*=== お申込み ===*/
.apply-campaign:has(.cp-ribbon_area:not(:empty)) {
  margin-bottom: -35px;
}
.apply-head {
  padding: 25px 20px;
  color: #fff;
  font-weight: bold;
  font-size: 26px;
  text-align: center;
  line-height: 1.4;
  background-color: #283a8c;
}
.apply-campaign {
  background-color: #fff;
}
.apply-body {
  background: url(//fmv-img.static.pub/b/service/contents/learning/manabi-navi/1plesson/images/renewal2026/apply_bg_001.png);
  background-size: 138px auto;
}
.apply-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 20px;
}
.apply-column {
  display: flex;
  gap: 20px;
}
.apply-group {
  flex: auto;
}
.apply-group.pattern-premium {
  max-width: 420px;
}
.apply-ttl {
  color: #fff;
  font-weight: bold;
  font-size: 20px;
  text-align: center;
}
.pattern-premium .apply-ttl {
  color: #fff6e2;
}
.apply-box {
  display: flex;
  gap: 20px;
  margin-top: 20px;
}
.apply-cont {
  flex: 1;
  text-align: center;
}
.pattern-indep .apply-cont {
  position: relative;
  padding-top: 20px;
  background-color: #fff;
  border-radius: 10px;
}
a.apply-btn {
  display: block;
  position: relative;
  padding-top: 20px;
  color: #333;
  text-decoration: none;
  background-color: #fff;
  border-radius: 10px;
  outline: 5px transparent solid;
}
.pattern-premium a.apply-btn {
  background-color: #fff9f2;
  outline: 3px #bfaa97 solid;
}
a.apply-btn:visited {
  color: #333;
}
a.apply-btn:hover {
  text-decoration: none;
  outline-color: #cb2222;
}
.pattern-month a.apply-btn:hover {
  outline-color: #415edf;
}
.pattern-premium a.apply-btn:hover {
  outline: 5px #cb2222 solid;
}
.apply-balloon {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: -15px;
  left: -15px;
  width: 76px;
  height: 76px;
  color: #fff;
  font-weight: bold;
  white-space: nowrap;
  line-height: 1.4;
  background-color: #dbaa80;
  border-radius: 100%;
}
.apply-balloon::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 16px;
  right: -4px;
  width: 10px;
  height: 10px;
  background-color: #dbaa80;
  clip-path: polygon(0 0, 100% 0%, 50% 100%);
  transform: rotate(-70deg);
}
.apply-balloon.type-cp {
  width: 98px;
  height: 98px;
  font-size: 14px;
}
.apply-balloon.type-cp::after {
  bottom: 24px;
  right: -7px;
  width: 12px;
  height: 12px;
}
.apply-subttl {
  font-size: 26px;
}
.apply-subttl .type-em {
  margin-right: 5px;
  font-weight: bold;
  font-size: 28px;
}
.apply-price {
  display: inline-block;
  padding: 6px 5px 6px 10px;
  font-weight: bold;
  font-size: 14px;
  line-height: 1;
  background-color: #f2f2f2;
  border-radius: 5px;
}
.pattern-premium .apply-price {
  background-color: #f6eee4;
}
.apply-price .type-em {
  font-size: 20px;
}
.apply-price .type-small {
  font-size: 10px;
}
.apply-detail {
  margin-top: 20px;
  padding: 15px 20px 20px;
  background-color: #eef0f5;
  border-radius: 0 0 10px 10px;
}
.pattern-premium .apply-detail {
  background-color: #f6eee4;
}
ul.apply-list {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  gap: 20px;
  width: auto;
}
.apply-icon {
  height: 48px;
  background-position: center;
}
.apply-txt {
  margin-top: 5px;
  font-weight: bold;
  font-size: 12px;
}
.apply-lead {
  min-height: 32px;
  margin-top: 5px;
  font-weight: bold;
}
.apply-lead .type-accent {
  color: #cb2222;
  font-size: 18px;
}
.apply-transition {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 100%;
  max-width: 290px;
  min-height: 50px;
  margin: 5px auto 0;
  padding: 5px 40px;
  color: #fff;
  font-weight: bold;
  font-size: 18px;
  line-height: 1.2;
  text-decoration: none;
  background-color: #cb2222;
  border-radius: 50px;
}
.apply-transition::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 20px;
  width: 8px;
  height: 12px;
  background-color: #fff;
  clip-path: polygon(0 0, 0 100%, 100% 50%);
  transform: translateY(-50%);
}
.pattern-month .apply-transition {
  background-color: #283a8c;
}
a.apply-btn:hover .apply-transition {
  opacity: 0.7;
}
.apply-note {
  margin-top: 10px;
  padding-left: 1em;
  color: #fff;
  font-size: 12px;
  text-align: center;
  text-indent: -1em;
}


/*=== 訴求エリア ===*/
.appeal {
  display: flex;
  align-items: center;
  gap: 60px;
  position: relative;
  margin-top: 40px;
  padding: 15px 40px;
  line-height: 1.4;
  background-color: #fcebd2;
}
.appeal::before {
  content: "";
  position: absolute;
  top: 10px;
  bottom: 10px;
  left: -5px;
  width: 18px;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="18" height="16"><rect x="0" y="0" width="18" height="8" rx="4" fill="%23dadada"/></svg>');
  background-size: 18px 16px;
  background-repeat: repeat-y;
}
.appeal-head {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-shrink: 0;
}
.appeal-ttl {
  font-weight: bold;
  font-size: 18px;
}
.appeal-ttl .type-highlight {
  color: #cb2222;
}
.appeal-cont {
  flex-grow: 1;
}
.appeal-list {
  display: flex;
  gap: 40px;
}
.appeal-item {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: bold;
}
.appeal-icon.commonIcon-sp {
  width: 20px;
  height: 37px;
}
.appeal-icon.commonIcon-typing {
  width: 34px;
  height: 25px;
}


/*=== 訴求エリア ===*/
.about .main-section {
  padding-bottom: 0;
}


/*=== おすすめポイント ===*/
.recommend {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  background: #f2f2f2;
  background: linear-gradient(0deg, rgba(242, 242, 242, 1) 85%, rgba(255, 255, 255, 1) 100%);
}
.recommend-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 20px;
}
.recommend-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 40px;
}
.recommend-item {
  text-align: center;
  background-color: #fff;
}
.recommend-thumb {
  position: relative;
}
.recommend-thumb::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50px;
  background: #fff;
  background: linear-gradient(0deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%);
}
.recommend-cont {
  padding: 15px 20px 30px;
}
.recommend-lead {
  color: #283a8c;
  font-weight: bold;
  font-size: 18px;
}
.recommend-txt {
  margin-top: 15px;
  font-size: 14px;
}
.recommend-txt .type-em {
  font-weight: bold;
}
.recommend-note {
  margin-top: 20px;
  color: #666;
  font-size: 12px;
  padding-left: 1em;
  text-indent: -1em;
}
.recommend-note + .recommend-note {
  margin-top: 0;
}
.recommend-transition {
  margin-top: 20px;
  font-size: 14px;
}


/*=== サポート事例 ===*/
.case {
  background-color: #f2f2f2;
}
.case-wrap {
  margin-top: 40px;
}
.case-box {
  margin: 0 -12px;
  background-color: #fff;
  transition: transform 0.3s ease, opacity 0.3s ease;
  transform: scale(0.8);
  transform-origin: bottom center;
}
.case-box.slick-center {
  transform: scale(1);
}
.case-haed {
  position: relative;
  padding: 20px 70px 20px 20px;
  color: #fff;
  font-weight: bold;
  font-size: 24px;
  line-height: 1.4;
}
.case-haed::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 20px;
  width: 52px;
  height: 52px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transform: translateY(-50%);
}
.pattern-excel .case-haed {
  background-color: #587b61;
}
.pattern-excel .case-haed::after {
  background-image: url(//fmv-img.static.pub/b/service/contents/learning/manabi-navi/1plesson/images/renewal2026/case_ic_002.png);
}
.pattern-word .case-haed {
  background-color: #103e93;
}
.pattern-word .case-haed::after {
  background-image: url(//fmv-img.static.pub/b/service/contents/learning/manabi-navi/1plesson/images/renewal2026/case_ic_003.png);
}
.pattern-mail .case-haed {
  background-color: #3593da;
}
.pattern-mail .case-haed::after {
  background-image: url(//fmv-img.static.pub/b/service/contents/learning/manabi-navi/1plesson/images/renewal2026/case_ic_004.png);
}
.pattern-set .case-haed {
  background-color: #5a5c62;
}
.pattern-set .case-haed::after {
  background-image: url(//fmv-img.static.pub/b/service/contents/learning/manabi-navi/1plesson/images/renewal2026/case_ic_005.png);
}
.pattern-sns .case-haed {
  background-color: #3ba3ae;
}
.pattern-sns .case-haed::after {
  background-image: url(//fmv-img.static.pub/b/service/contents/learning/manabi-navi/1plesson/images/renewal2026/case_ic_006.png);
}
.case-cont {
  padding: 25px 30px;
}
.case-item {
  position: relative;
  margin-top: 10px;
  padding-left: 1em;
  font-size: 18px;
}
.case-item:first-child {
  margin-top: 0;
}
.case-item::before {
  content: "・";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.case-transition {
  margin-top: 20px;
  text-align: center;
}
.case-btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: relative;
  min-height: 42px;
  padding: 5px 40px;
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  line-height: 1.2;
  text-decoration: none;
  background-color: #666;
  border-radius: 50px;
}
button.case-btn:hover {
  text-decoration: none;
  opacity: 0.7;
  box-shadow: none;
}
.case-btn::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 20px;
  width: 8px;
  height: 12px;
  background-color: #fff;
  clip-path: polygon(0 0, 0 100%, 100% 50%);
  transform: translateY(-50%);
}


/*=== スライダー ===*/
.js-slider {
  position: relative;
}
.js-sliderList:not(.slick-initialized) {
  height: 280px;
  overflow: hidden;
  opacity: 0;
}
.js-sliderList.slick-initialized {
  height: auto;
  margin: 0;
  overflow: visible;
  opacity: 1
}
.js-sliderList .slick-track {
  display: flex !important;
  align-items: flex-end;
}
.js-sliderBtn {
  position: absolute;
  top: 50%;
  width: 100%;
  height: 44px;
  z-index: 1;
  transform: translateY(-50%) translateZ(0);
  pointer-events: none;
}
.slick-arrow {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 44px;
  height: 44px;
  color: transparent;
  text-indent: 100%;
  white-space: nowrap;
  background: #666;
  border-radius: 100%;
  overflow: hidden;
  transform: none;
  pointer-events: auto;
}
.slick-arrow.slick-prev {
  left: 0;
  transform: rotate(180deg);
}
.slick-arrow::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 12px;
  width: 15px;
  height: 20px;
  background: #fff;
  clip-path: polygon(0 0, 0 100%, 100% 50%);
  transform: translateY(-50%);
  opacity: 1;
}
button.slick-arrow:hover,
button.slick-arrow:focus {
  opacity: 0.7;
  box-shadow: none;
  background: #666;
}
.slick-arrow.slick-disabled {
  display: none !important;
}
.slick-dots {
  display: flex;
  justify-content: center;
  position: static;
  margin-top: 15px;
  font-size: 0;
}
ul.slick-dots > li {
  width: 12px;
  height: 12px;
  margin: 5px;
}
.slick-dots > li > button {
  width: 12px;
  height: 12px;
  padding: 0;
  border-radius: 50%;
  background-color: #fff;
  text-indent: -9999em;
}
.slick-dots > li > button::before {
  content: none;
}
.slick-dots > li > button:hover,
.slick-dots > li > button:focus {
  opacity: 0.7;
  box-shadow: none;
}
.slick-dots > li.slick-active > button {
  background-color: #666;
  cursor: default;
  pointer-events: none;
}


/*=== ご利用方法 ===*/
.howto {
  background-color: #f2f2f2;
}
.howto-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
  margin-top: 30px;
}
.howto-item {
  position: relative;
  padding: 10px;
  background-color: #fff;
  counter-increment: number;
}
.howto-item::before {
  content: counter(number, decimal);
  display: block;
  position: absolute;
  top: 8px;
  left: 8px;
  width: 48px;
  height: 48px;
  padding: 4px;
  border: 3px solid #fff;
  color: #fff;
  font-size: 30px;
  text-align: center;
  line-height: 1;
  background-color: #283a8c;
  border-radius: 100%;
}
.howto-item:not(:last-child)::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: -24px;
  width: 15px;
  height: 20px;
  background-color: #333;
  clip-path: polygon(0 0, 0 100%, 100% 50%);
  transform: translateY(-50%);
}
.howto-cont {
  padding: 20px 15px;
}
.howto-txt {
  font-size: 14px;
}
.howto-txt .type-em {
  font-weight: bold;
}
.howto-note {
  margin-top: 20px;
  padding-left: 1em;
  font-size: 12px;
  text-indent: -1em;
}


/*=== よくあるご質問 ===*/
.faq {
  margin-top: 0;
}
.faq .main-section {
  padding-bottom: 0;
}


/*=== 注意事項 ===*/
.attention {
  padding: 30px 20px 40px;
  border: 2px solid #15a4fd;
  background-color: #fff;
  border-radius: 10px;
}
.attention-ttl {
  display: inline-block;
  padding: 5px 15px;
  color: #3e1a09;
  font-weight: bold;
  font-size: 18px;
  line-height: 1.2;
  background-color: #fff5ab;
}
.attention-detail {
  margin-top: 30px;
}
.attention-wrapItem {
  position: relative;
  margin-top: 15px;
  padding-left: 1.5em;
  counter-increment: number;
}
.attention-wrapItem::before {
  content: "["counter(number, decimal)"]";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.attention-head {
  font-weight: bold;
}
.attention-txt {
  margin-top: 5px;
  font-size: 15px;
}
.attention-note {
  margin-top: 5px;
  padding-left: 1em;
  font-size: 13px;
  text-indent: -1em;
}
.attention-list {
  margin-top: 5px;
  counter-reset: number;
}
.attention-item {
  position: relative;
  margin-top: 5px;
  padding-left: 1em;
  text-indent: -1em;
}
.attention-item::before {
  content: "・";
}
.pattern-number > .attention-item {
  counter-increment: number;
}
.pattern-number > .attention-item::before {
  content: counter(number, decimal)". ";
}


/*=== 主なサポート範囲 ===*/
.faq-thumb {
  margin-top: 20px;
  text-align: center;
}
.noteList-item {
  padding-left: 2em;
  font-size: 13px;
  text-indent: -2em;
}
.reference {
  margin-top: 20px;
  padding: 15px 20px;
  border: 1px solid #ccc;
  font-size: 15px;
}
.reference-ttl {
  font-weight: bold;
  font-size: 17px;
}
.reference-txt {
  margin-top: 10px;
}
.reference-indent {
  font-weight: bold;
  text-indent: -1em;
  padding-left: 1em;
}


/*=== その他、FMVまなびナビ全般に関して ===*/
.footLink {
  max-width: 1200px;
  margin: 50px auto 0;
  padding: 0 20px;
}


@media print, screen and (max-width: 767px) {
  /*=== 共通 ===*/
  .maincontents {
    font-size: 14px;
  }
  /*=== 共通アイコン ===*/
  /* PC */
  .commonIcon-pc {
    width: 42px;
    height: 32px;
  }
  /* SP */
  .commonIcon-sp {
    width: 20px;
    height: 37px;
  }
  /* タイピング */
  .commonIcon-typing {
    width: 43px;
    height: 31px;
  }
  /* ワンポイントレッスンとは */
  .commonIcon-about {
    width: 25px;
    height: 27px;
  }
  /* サポート事例 */
  .commonIcon-case {
    width: 25px;
    height: 33px;
  }
  /* ご利用方法 */
  .commonIcon-howto {
    width: 25px;
    height: 23px;
  }
  /* よくあるご質問 */
  .commonIcon-faq {
    width: 25px;
    height: 21px;
  }
  /* アピール */
  .commonIcon-appeal {
    width: 50px;
    height: 50px;
  }
  /* サポート回数 */
  .commonIcon-support {
    width: 25px;
    height: 30px;
  }
  /*=== メインエリア ===*/
  .maincontents {
    margin: 0 -10px;
  }
  .main-section {
    padding: 40px 15px;
  }
  .main-subsec {
    margin-top: 40px;
  }
  .main-ttl + .main-subsec {
    margin-top: 30px;
  }
  .main-ttl {
    gap: 10px;
    font-size: 24px;
  }
  .main-subttl {
    font-size: 18px;
  }
  .main-txt {
    margin-top: 30px;
  }
  .main-note {
    font-size: 12px;
  }
  .main-transition.pattern-link {
    margin-top: 20px;
  }
  /*=== メインビジュアル ===*/
  .ls01 .course_mv_wrapper::before {
    background-image: url(//fmv-img.static.pub/b/service/contents/learning/manabi-navi/1plesson/images/renewal2026/mv_im_002.png);
  }
  .course_mv_txtbox {
    padding: 20px 10px;
  }
  /*=== アンカーナビゲーション ===*/
  .nav {
    margin: 25px auto 30px;
    padding: 0 15px;
    white-space: normal;
    overflow: auto;
  }
  .nav-list {
    flex-direction: column;
    gap: 15px;
    width: 100%;
    margin-bottom: 0;
    background-color: transparent;
    border-radius: 0;
  }
  .bodyarea .nav-item:not(:last-child)::after {
    content: none;
  }
  a.nav-link {
    justify-content: flex-start;
    min-height: 42px;
    padding: 10px 15px;
    border: 1px solid #ccc;
    font-size: 14px;
    background-color: #fff;
    border-radius: 10px;
  }
  .nav-icon {
    width: 15px;
    height: 20px;
    background-position: center;
  }
  .nav-txt {
    flex-grow: 1;
    text-align: left;
  }
  /*=== お申込み ===*/
  .apply-campaign {
    padding: 0 15px;
  }
  .apply-campaign:has(.cp-ribbon_area:not(:empty)) {
    margin-bottom: -30px;
  }
  .apply-head {
    padding: 10px 15px;
    font-size: 16px;
  }
  .apply-inner {
    padding: 30px 15px;
  }
  .apply-column {
    flex-direction: column;
    gap: 30px;
  }
  .apply-group {
    flex: auto;
  }
  .apply-group.pattern-premium {
    max-width: 100%;
  }
  .apply-ttl {
    font-size: 18px;
  }
  .apply-box {
    flex-direction: column;
    gap: 20px;
    margin-top: 20px;
  }
  .pattern-indep .apply-cont {
    padding-top: 10px;
  }
  a.apply-btn {
    padding-top: 10px;
  }
  .apply-balloon {
    width: 70px;
    height: 70px;
  }
  .apply-balloon.type-cp {
    width: 80px;
    height: 80px;
    font-size: 12px;
  }
  .apply-balloon.type-cp::after {
    bottom: 20px;
    right: -5px;
  }
  .apply-subttl {
    font-size: 22px;
  }
  .apply-subttl .type-em {
    font-size: 26px;
  }
  .apply-price {
    margin-top: 5px;
  }
  .apply-detail {
    margin-top: 15px;
    padding: 10px 15px 15px;
  }
  .apply-icon {
    height: 37px;
  }
  .apply-lead {
    min-height: auto;
    font-size: 16px;
  }
  .apply-transition {
    max-width: 500px;
    min-height: 42px;
    padding: 5px 35px;
    font-size: 16px;
  }
  .apply-transition::after {
    right: 15px;
  }
  /*=== 訴求エリア ===*/
  .appeal {
    flex-direction: column;
    gap: 15px;
    margin-top: 30px;
    padding: 20px 30px;
  }
  .appeal-ttl {
    font-size: 16px;
  }
  .appeal-list {
    flex-direction: column;
    align-items: center;
    gap: 15px;
  }
  .appeal-item {
    font-size: 16px;
  }
  .appeal-icon.commonIcon-sp {
    width: 16px;
    height: 30px;
  }
  .appeal-icon.commonIcon-typing {
    width: 30px;
    height: 22px;
  }
  /*=== おすすめポイント ===*/
  .recommend-inner {
    padding: 20px 15px 40px;
  }
  .recommend-list {
    grid-template-columns: none;
    gap: 15px;
    margin-top: 30px;
  }
  .recommend-cont {
    padding: 15px 15px 20px;
  }
  .recommend-lead {
    font-size: 16px;
  }
  .recommend-txt {
    margin-top: 10px;
  }
  .recommend-note {
    margin-top: 10px;
  }
  .recommend-transition {
    margin-top: 10px;
  }
  /*=== サポート事例 ===*/
  .case-wrap {
    margin-top: 30px;
  }
  .case-box {
    margin: 0;
    transform: scale(1);
  }
  .case-haed {
    padding: 15px 60px 15px 15px;
    font-size: 18px;
  }
  .case-haed::after {
    right: 15px;
    width: 40px;
    height: 40px;
  }
  .case-cont {
    padding: 15px 35px;
  }
  .case-item {
    margin-top: 5px;
    font-size: 14px;
  }
  .case-transition {
    margin-top: 15px;
  }
  .case-btn {
    min-height: 36px;
    padding: 5px 35px;
    font-size: 14px;
  }
  .case-btn::after {
    right: 15px;
  }
  /*=== スライダー ===*/
  .js-slider {
    margin-right: -5px;
    margin-left: -5px;
  }
  .js-sliderList:not(.slick-initialized) {
    height: 100px;
  }
  .slick-initialized .slick-slide {
    margin: 0 5px;
  }
  .js-sliderBtn {
    height: 34px;
  }
  .slick-arrow {
    right: -10px;
    width: 34px;
    height: 34px;
  }
  .slick-arrow.slick-prev {
    left: -10px;
  }
  .slick-arrow::before {
    right: 12px;
    width: 8px;
    height: 12px;
  }
  /*=== ご利用方法 ===*/
  .howto .nav {
    padding: 0;
  }
  .howto-list {
    grid-template-columns: none;
    gap: 25px;
  }
  .howto-item {
    padding: 0;
  }
  .howto-item::before {
    top: 4px;
    left: 4px;
    width: 42px;
    height: 42px;
    font-size: 24px;
  }
  .howto-item:not(:last-child)::after {
    content: "";
    display: block;
    position: absolute;
    top: auto;
    right: 50%;
    bottom: -20px;
    width: 20px;
    height: 15px;
    clip-path: polygon(0 0, 100% 0%, 50% 100%);
    transform: translateX(50%);
  }
  .howto-cont {
    padding: 0 15px 25px;
  }
  .howto-note {
    margin-top: 10px;
  }
  /*=== よくあるご質問 ===*/
  .faq {
    padding: 0;
  }
  /*=== 注意事項 ===*/
  .attention {
    padding: 20px 10px;
  }
  .attention-ttl {
    font-size: 16px;
  }
  .attention-detail {
    margin-top: 20px;
  }
  .attention-wrapItem {
    margin-top: 10px;
  }
  /*=== 主なサポート範囲 ===*/
  .faq-thumb {
    padding-bottom: 20px;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
  }
  .faq-thumb img {
    min-width: 891px;
  }
  /*=== その他、FMVまなびナビ全般に関して ===*/
  .footLink {
    padding: 0 15px;
  }
}
