.m_wrapper {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
}
.m_mainContainer {
  order: 2;
  width: 750px;
}
/* mv */
.m_mvArea {
  padding-bottom: 32px;
}
.m_mvArea__hd {
  position: relative;
  padding: 15px 0 15px 75px;
  border-top: 3px solid #A11F24;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.6;
}
.m_mvArea__hd::before {
  content: "";
  position: absolute;
  top: 0;
  left: -1px;
  width: 62px;
  height: 79px;
  background: url(/resource/img/dougahyakkaten/gyokai/icon-01.svg) no-repeat center center / contain;
}
.m_mvArea__mv {
  margin-top: 10px;
  width: 100%;
}
.m_mvArea__mv img {
  width: 100%;
  height: auto;
  display: block;
  line-height: 0;
}
.m_mvArea__navi {
  margin-top: 16px;
  width: fit-content;
  margin: 16px auto 0;
}
.m_navi__list {
  display: flex;
  gap: 16px;
}
.m_navi__itm {
  position: relative;
  background-color: #A11F24;
  border-radius: 3px;
}
.m_navi__itm::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 16px;
  width: 8px;
  height: 4.5px;
  transform: translateY(-50%);
  background: url(/resource/img/dougahyakkaten/gyokai/icon-02.svg) no-repeat center center / contain;
}
.m_navi__anchor {
  display: block;
  width: 100%;
  height: 100%;
  padding: 8px 40px 8px 16px;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.6;
}
/* 共通 */
.m_sec__wrap {
  padding-bottom: 48px;
}
.m_sec__hd {
  position: relative;
  padding-left: 16px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.6;
}
.m_sec__hd::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 6px;
  height: 30px;
  background-color: #A11F24;
  transform: translateY(-50%);
}
/* よく伺う課題 */
.m_issue__list {
  margin-top: 16px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.m_issue__itm {
  padding: 16px 32px;
  border: 1px solid #DADADA;
  border-radius: 5px;
}
.m_issue__heading {
  display: flex;
  gap: 32px;
  align-items: center;
}
.m_issue__ttl {
  color: #A11F24;
  font-size: 19px;
  font-weight: 700;
  line-height: 1.6;
}
.m_issue__anchor {
  position: relative;
  display: block;
  padding-right: 18px;
  color: #333;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.5;
}
.m_issue__anchor::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -16px;
  width: 1px;
  height: 22px;
  background-color: #DADADA;
  transform: translateY(-50%);
}
.m_issue__anchor::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 14px;
  height: 14px;
  background: url(/resource/img/dougahyakkaten/gyokai/icon-03.svg) no-repeat center center / contain;
  transform: translateY(-50%);
}
.m_issue__msg {
  margin-top: 4px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
}
@media (any-hover: hover) {
  .m_issue__anchor:hover {
    opacity: 0.7;
    transition: 0.3s;
  }
}
/* おすすめ動画 */
.m_sec__wrap.m_sec__hasBubble {
  position: relative;
  padding-top: 52px;
}
.m_bubble__wrap {
  position: absolute;
  top: 0;
  left: 0;
}
.m_bubble {
  position: relative;
  display: inline-block;
  width: fit-content;
  padding: 8px 16px;
  color: #000;
  background-color: #FFDE25;
  border-radius: 3px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.6;
}
.m_bubble::after {
  content: "";
  position: absolute;
  bottom: -12px;   
  left: 11px;
  width: 17px;
  height: 17px;
  background: url(/resource/img/dougahyakkaten/gyokai/icon-04.svg) no-repeat center center / contain;
}
.m_movie__list {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-top: 16px;
  counter-reset: movie;
}
.m_movie__itm .m_movie__heading::before {
  counter-increment: movie; 
  content: "課題"counter(movie) "："; 
}
.m_movie__heading {
  padding: 16px 32px;
  border-radius: 5px 5px 0 0;
  background-color:  #A11F24;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.6;
}
.m_movie__inr {
  padding: 16px 32px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  border-right: 1px solid #A11F24;
  border-bottom: 1px solid #A11F24;
  border-left: 1px solid #A11F24;
  border-radius: 0px 0px 5px 5px;
}
.m_movie__infoCont {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.m_movie__release {
  color: #A11F24;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.5;
}
.m_movie__ttl {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.6;
}
.m_movie__ttl a {
  color: #000;
}
.m_movie__card {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-top: 8px;
}
.m_movie__img {
  width: 100%;
  max-width: 215px;
  height: auto;
  max-height: 86px;
}
.m_movie__img img {
  display: block;
  width: 100%;
  height: auto;
  line-height: 0;
}
.m_movie__priceCont {
  padding: 16px 24px;
  width: 100%;
  height: 100%;
  max-height: 86px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.6;
}
.m_movie__linkCont {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.m_movie__link {
  position: relative;
  padding-left: 16px;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.5;
}
.m_movie__link a {
  color: #000;
}
.m_movie__link::before {
  content: "";
  position: absolute;
  top: 4.5px;
  left: 0;
  width: 12px;
  height: 12px;
  background: url(/resource/img/dougahyakkaten/gyokai/icon-05.svg) no-repeat center center / contain;
}
@media (any-hover: hover) {
 .m_movie__ttl:hover a {
   opacity: 0.7;
   transition: 0.3s;
 }
 .m_movie__img:hover {
   opacity: 0.7;
   transition: 0.3s;
 }
 .m_movie__link:hover a {
   opacity: 0.7;
   transition: 0.3s;
 }
}
/* カスタム例 */
.m_custom__lead {
  margin-top: 16px;
  color: #333;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
}
.m_custom__cont {
  position: relative;
  margin-top: 48px;
  padding: 48px 84px 32px;
  border: 1px solid #A11F24;
  border-radius: 5px;
}
.m_custom__ttl {
  position: absolute;
  top: -22px;
  left: 50%;
  height: auto;
  max-height: 48px;
  padding: 8px 32px;
  border-radius: 50px;
  background-color: #A11F24;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.75;
  transform: translateX(-50%);
  z-index: 2;
}
.m_custom__txt {
  color: #A11F24;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.75;
  text-align: center;
}
.m_custom__img {
  margin-top: 16px;
  width: 100%;
  height: auto;
}
.m_custom__img img {
  display: block;
  width: 100%;
  height: auto;
  line-height: 0
}
.m_custom__quotes {
  margin-top: 24px;
}
.m_quotes__ttl {
  position: relative;
  padding-left: 26px;
  color: #A11F24;
  font-size: 18px;
  font-weight: 700;
  line-height: normal;
}
.m_quotes__ttl::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 22px;
  height: 22px;
  background: url(/resource/img/dougahyakkaten/gyokai/icon-06.svg) no-repeat center center / contain;
  transform: translateY(-50%);
}
.m_quotes__list {
  margin-top: 8px;
}
.m_quotes__itm {
  display: flex;
  justify-content: space-between;
  color: #000;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
}
.m_quotes__total {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 8px;
  padding-top: 20px;
  color: #000;
  font-weight: 700;
  line-height: 1.6;
}
.m_quotes__total::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #DADADA;
}
.m_total__txt {
  font-size: 16px;
}
.m_total__price {
  font-size: 32px;
}
.m_total__price small {
  font-size: 14px;
  font-weight: 500;
}
.m_quotes__itm p small {
  font-size: 12px;
}
.m_custom__msg {
  width: fit-content;
  margin: 16px auto 0;
  color: #333;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.6;
  text-align: center;
}
.m_custom__link {
  color: #A11F24;
  text-decoration: underline;
  text-underline-offset: 2px; 
}
@media (any-hover: hover) {
  .m_custom__link:hover {
    opacity: 0.7;
    text-decoration: none;
    transition: 0.3s;
  }
}
/* その他おすすめ動画/リンク */
.m_lineUp__list {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-top: 16px;
}
.m_lineUp__itm {
  position: relative;
  padding-left: 60px;
  padding-bottom: 16px;
  border-bottom: 1px solid #DADADA;
}
.m_lineUp__itm a {
  position: relative;
  padding-right: 27px;
  color: #000;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.6;
}
.m_lineUp__itm a::after {
  content: "";
  position: absolute;
  bottom: 1.5px;
  right: 0;
  width: 19px;
  height: 19px;
  background: url(/resource/img/dougahyakkaten/gyokai/icon-07.svg) no-repeat center center / contain;
}
.m_lineUp__itm::before {
  position: absolute;
  top: 5px;
  left: 0;
  display: inline-block;
  padding: 2px 3px;
  margin-right: 8px;
  border: 1px solid;
  border-radius: 2px;
  line-height: 1;
  font-size: 11px;
  min-width: 40px;
  text-align: center;
}
/* ラベル start */
[service_type=douga]::before {
  content: "\52d5\753b\95a2\9023"!important;
  color: #cc2d5e!important;
  background: none!important;
}
[service_type=middle]::before {
  content: "\307e\3068\3081"!important;
  color: #842e30!important;
  background: none!important;
}
[service_type=haken]::before {
  content: "\6D3E\9063"!important;
  color: #842e30!important;
  background: none!important;
}
[service_type=bup]::before {
  content: "\516C\958B"!important;
  color: #0c3f71!important;
  background: none!important;
}
[service_type=other]::before {
  content: "\4ed6\ff7b\ff70\ff8b\ff9e\ff7d"!important;
  color: #e6002d!important;
  background: none!important;
}
[service_type=it]::before {
  content: "IT\FF7B\FF70\FF8B\FF9E\FF7D"!important;
  color: #008d79!important;
  background: none!important;
}
[service_type=free]::before {
  content: "\7121\6599\FF7E\FF90\FF85\FF70"!important;
  color: #333!important;
  background: none!important;
}
[service_type=cont]::before {
  content: "\8AAD\307F\7269"!important;
  color: #0c3f71!important;
  background: none!important;
}
[service_type=consul]::before {
  content: "\30B3\30F3\30B5\30EB"!important;
  color: #7a614f!important;
  background: none!important;
}
[service_type="certification"]::before{
  content: "\901a\4fe1\6559\80b2" !important;
  color: #E35951 !important;
  background: #fff !important;
}

/* Leaf Lightning STUDIO対応 */
[href="/it-tool/studio-pbl.html"] .m_fCardLg__ttl{
  font-size: 0;
}
[href="/it-tool/studio-pbl.html"] .m_fCardLg__ttl::before{
  content: "Leaf lightning STUDIO～定額制eラーニング視聴サービス";
  font-size: 18px;
}
/* ラベル end */
.m_lineUp__itm:nth-last-of-type(1) {
  border-bottom: none;
}
@media (any-hover: hover) {
  .m_lineUp__itm:hover a {
    opacity: 0.7;
    transition: 0.3s;
  }
}
/* よくいただくご質問 */
.m_faq__heading {
  margin-bottom: 64px;
  padding: 8px 16px;
  border-left: 6px solid #A11F24;
  background-color: #FFEFEF;
}
.m_faq__ttl {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.4;
}
.m_faq__list {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.m_faq__q {
  position: relative;
  margin-bottom: 12px;
  padding: 4px 0 4px 40px;
  font-size: 18px;
  font-weight: 700;
}
.m_faq__q::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 33px;
  height: 33px;
  margin: auto 0;
  background: url(/resource/img/dougahyakkaten/about/icon_q.svg) no-repeat center center / contain;
}
.m_faq__a {
  position: relative;
  padding-left: 40px;
  font-size: 15px;
  line-height: 1.6;
}
.m_faq__a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 15px;
  display: block;
  width: 18px;
  height: 24px;
  background: url(/resource/img/dougahyakkaten/about/icon_a.svg) no-repeat center center / contain;
}
.m_faq__linkWrap {
  margin-top: 10px;
}
.m_faq__link {
  position: relative;
  display: block;
  width: fit-content;
  margin-left: auto;
  padding-right: 20px;
  color: #00087D;
  text-decoration: underline;
}
.m_faq__link::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  display: block;
  width: 8px;
  height: 8px;
  margin: auto 0;
  border-right: 2px solid;
  border-top: 2px solid;
  transform: rotate(45deg);
}
.m_faq__note {
  position: relative;
  margin-top: 10px;
  padding-left: 1em;
  font-size: 13px;
}
.m_faq__note::before {
  content: "※";
  position: absolute;
  left: 0;
}
@media (any-hover: hover) {
  .m_faq__link:hover {
    opacity: 0.7;
    transition: 0.3s;
  }
}
@media (max-width: 768px) {
  #base { 
    width: 100%; 
  }
  .m_mainContainer { 
    width: 100%;
  }
  .m_wrapper { 
    display: block; 
  }
  #sideNavRev { 
    display: none; 
  }
  /* mv */
  .m_mvArea__hd {
    font-size: 20px;
  }
  .m_mvArea__navi {
    width: 100%;
  }
  .m_navi__list {
    flex-direction: column;
  }
  /* 共通 */
  .m_sec__hd {
    font-size: 20px;
  }
  .m_sec__hd::before {
    top: 6px;
    height: 20px;
    transform: unset;
  }
  /* よく伺う課題 */
  .m_issue__itm {
    padding: 16px;
  }
  .m_issue__ttl {
    font-size: 18px;
  }
  .m_issue__anchor {
    font-size: 14px;
  }
  .m_issue__msg {
    font-size: 14px;
  }
  /* おすすめ動画 */
  .m_movie__heading {
    padding: 16px 16px;
    font-size: 18px;
  }
  .m_movie__inr {
    padding: 16px;
  }
  .m_movie__ttl {
    font-size: 16px;
  }
  .m_movie__card {
    flex-direction: column;
    gap: 12px;
    margin-top: 12px;
  }
  .m_movie__priceCont {
    padding: 16px;
    font-size: 14px;
  }
  /* カスタム例 */
  .m_custom__lead {
    font-size: 14px;
  }
  .m_custom__cont {
    margin-top: 36px;
    padding: 32px 16px;
  }
  .m_custom__ttl {
    text-wrap: nowrap;
    font-size: 14px;
  }
  .m_custom__txt {
    font-size: 16px;
  }
  .m_quotes__ttl {
    font-size: 16px;
  }
  .m_quotes__itm {
    font-size: 14px;
  }
  .m_quotes__itm p small {
    font-size: 10px;
  }
  .m_total__txt {
    font-size: 15px;
  }
  .m_total__price {
    font-size: 26px;
  }
  .m_total__price small {
    font-size: 12px;
  }
  .m_custom__msg {
    font-size: 14px;
    text-align: left;
  }
  /* おすすめリンク */
  .m_lineUp__itm a {
    font-size: 14px;
  }
  .m_lineUp__itm a::after {
    bottom: 0.5px;
  }
  /* よくあるご質問 */
  .m_faq__ttl {
    font-size: 20px;
  }
}