<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* =============
base
============= */
/* 繝ｪ繧ｻ繝�ヨ */
select{
  margin: 0;
  width: auto;
}

/* =============
layout
============= */
/* 繝｡繧､繝ｳ */
.l_main{}
.l_main--under{}
@media screen and (max-width: 599px){
  .l_main--under{
    width: 100%;
    padding: 0;
  }
}


/* 繧ｰ繝ｪ繝�ラ */
.l_grid--hasGutterSm{
  margin: -8px;
}
.l_grid--hasGutterSm &gt; .l_grid__item{
  padding: 8px;
}
.l_grid--between{
  justify-content: space-between;
}
.l_grid--plus{
  margin: -32px;
}
.l_grid--plus &gt; .l_grid__item{
  position: relative;
  padding: 32px;
}

/* 繧｢繝ｳ繧ｫ繝ｼ繝ｪ繝ｳ繧ｯ隱ｿ謨ｴ */


/* Point繝懊ャ繧ｯ繧ｹ隱ｿ謨ｴ */
.m_checklst_4 .l_grid__item:nth-child(odd) {
  margin-right: 0 !important;
}


/*繧ｹ繝医Ξ繧ｹ繝√ぉ繝�け繝壹�繧ｸ逕ｨ*/
/* #stress .l_grid {
  justify-content: center;
  margin-top: 25px;
}
#stress .l_grid .l_grid__item {
  width: 32%;
  margin-right: 14px;
}
#stress .l_grid .l_grid__item:nth-child(3) {
  margin-right: 0;
}

@media (max-width: 768px) {
  #stress .l_grid .l_grid__item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 15px;
  }
} */

#stress .m_heading--plan .m_heading__img {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
#stress .m_heading--plan .m_heading__plus {
  color: #B52D61;
  font-size: 30px;
}
#stress .l_grid .m_plan .l_grid__item {
  height: 100%;
}
#stress .l_grid .m_plan .l_grid__inner {
  display: flex;
  flex-direction: column;
  height: 100%;
}
#stress .l_grid .m_plan .m_plan__lead + .m_plan__ttl {
  margin-top: 0;
  padding-top: 0;
}
#stress .l_grid .m_plan .m_plan__item {
  flex-wrap: wrap;
}
#stress .l_grid .m_plan .m_plan__work {
  margin-top: 25px;
}
#stress .l_grid .m_plan .m_plan__work_ttl {
  position: relative;
  text-align: center;
}
#stress .l_grid .m_plan .m_plan__work_ttl_inr {
  position: relative;
  display: inline-block;
  padding: 2px 20px;
  color: #707070;
  font-weight: bold;
  border: 2px solid #707070;
  border-radius: 50px;
  background-color: #fff;
  text-align: center;
  z-index: 2;
}
#stress .l_grid .m_plan .m_plan__work_ttl::before {
  content: '';
  position: absolute;
  display: block;
  width: 100%;
  height: 3px;
  top: 0;
  bottom: 0;
  margin: auto;
  background-color: #707070;
  z-index: 1;
}
#stress .l_grid .m_plan .m_plan__work_cont {
  margin-top: 20px;
  margin-bottom: 20px;
}
#stress .l_grid .m_plan .m_plan__work_lst li {
  padding-left: calc(0.8em + 8px);
  text-indent: calc((0.8em + 8px) * -1);
}
#stress .l_grid .m_plan .m_plan__work_lst li::before {
  content: '笳�';
  padding-right: 8px;
  color: #B52D61;
  font-size: 0.8em;
}
#stress .l_grid .m_plan .m_plan__btn {
  width: 100%;
  max-width: 183px;
  margin: auto auto 0;
}
#stress .l_grid .m_plan .m_plan__btn &gt; a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 34px;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  border-radius: 8px;
  background-color: #FF54AC;
}
#stress .l_grid .m_plan .m_plan__btn &gt; a:hover {
  opacity: 0.8;
}


.l_grid--plus &gt; .l_grid__item + .l_grid__item::before{
  content: "��";
  position: absolute;
  top: 50%;
  left: 0;
  font-size: 56px;
  transform: translate(-50%, -50%);
}

#stress .l_grid--plus &gt; .l_grid__item + .l_grid__item::before {
  content: none;
}

@media screen and (max-width: 768px){
  .l_grid--plus &gt; .l_grid__item + .l_grid__item::before{
    top: 0;
    left: 50%;
    font-size: 56px;
    transform: translate(-50%, -50%);
  }
}

/* 菴咏區隱ｿ謨ｴ */
.l_section__itm_mt90 {
  margin-top: 90px !important;
}

/* 繝翫ン */
.l_nav--local{
  margin: 0 -1px;
  padding: 0 40px;
  border-bottom: 4px solid;
}
.l_nav--local &gt; .l_nav__item{
  padding: 0 1px;
}
.l_nav--local .l_nav__target{
  height: 3.9em;
  border-top: 1px solid #707070;
  border-left: 1px solid #707070;
  border-right: 1px solid #707070;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  padding: 10px 15px;
  letter-spacing: 0;
}
.l_nav--local .l_nav__target:hover{
  opacity: 1;
}
.l_nav--local .l_nav__target--lms:hover{
  background: #1a8192;
  border-color: #1a8192;
  color: #fff;
}
.l_nav--local .l_nav__target--cont:hover{
  background: #C13509;
  border-color: #C13509;
  color: #fff;
}
.l_nav--local .l_nav__target--eval:hover{
  background: #4260ad;
  border-color: #4260ad;
  color: #fff;
}
.l_nav--local .l_nav__target--stress:hover{
  background: #b52d61;
  border-color: #b52d61;
  color: #fff;
}

.l_nav--local .l_nav__target--talent:hover{
  background: #102443;
  border-color: #102443;
  color: #fff;
}
.l_nav--selectedLms{
  border-color: #1a8192;
}
.l_nav--selectedLms .l_nav__target--lms{
  background: #1a8192;
  border-color: #1a8192;
  color: #fff;
}
.l_nav--selectedcont{
  border-color: #C13509;
}
.l_nav--selectedcont .l_nav__target--cont{
  background: #C13509;
  border-color: #C13509;
  color: #fff;
}
.l_nav--selectedEval{
  border-color: #4260ad;
}
.l_nav--selectedEval .l_nav__target--eval{
  background: #4260ad;
  border-color: #4260ad;
  color: #fff;
}
.l_nav--selectedStress{
  border-color: #b52d61;
}
.l_nav--selectedStress .l_nav__item a:hover {
  text-decoration: underline;
}
.l_nav--selectedStress .l_nav__target--stress{
  background: #b52d61;
  border-color: #b52d61;
  color: #fff;
}
.l_nav--selectedtalent{
  border-color: #102443;
}
.l_nav--selectedtalent .l_nav__target--talent{
  background: #102443;
  border-color: #102443;
  color: #fff;
}

#eval #vueSimulation .m_btn--accent &gt; .m_btn__target {
  background-color: #fff;
  border: 3px solid #707070;
  color: #707070;
  transition: .2s;
}
#eval #vueSimulation .m_btn--accent &gt; .m_btn__target:hover {
  background-color: #1F3C87;
  border: 3px solid #1F3C87;
  color: #fff;
  opacity: 1;
}

@media screen and (max-width: 768px){
  .l_nav--local{
    padding: 0;
  }
  .l_nav--local .l_nav__target {
    border: none;
    padding: 0 19px 0 48px;
  }
  .l_nav--content{
    display: block;
    padding: 12px 0;
    border-top-style: none;
    border: 1px solid #A1001F;
    border-top-width: 6px;
    background: #fff;
  }
  .l_nav--content .l_nav__item + .l_nav__item{
    border-left: none;
  }
  .l_nav--content .l_nav__target{
    justify-content: flex-start;
  }
  .m_contentNav {
    padding: 0 19px;
    font-weight: bold;
    font-size: 13px;
    word-break: keep-all;
    white-space: nowrap;
    position: relative;
    padding-left: 48px;
    height: 2.4em;
  }
  .m_contentNav::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 12px;
    display: block;
    width: 24px;
    height: 1px;
    margin: auto 0;
    background: #A1001F;
  }
  .l_nav--local .l_nav__target--lms {
    transition: .2;
  }
  .l_nav--local .l_nav__target--lms:hover{
    background: #fff;
    color: #333;
    opacity: 0.6;
  }
  .l_nav--local .l_nav__target--cont {
    transition: .2;
  }
  .l_nav--local .l_nav__target--cont:hover{
    background: #fff;
    color: #333;
    opacity: 0.6;
  }
  .l_nav--local .l_nav__target--stress {
    transition: .2;
  }
  .l_nav--local .l_nav__target--stress:hover{
    background: #fff;
    color: #333;
    opacity: 0.6;
  }
  .l_nav--local .l_nav__target--eval {
    transition: .2;
  }
  .l_nav--local .l_nav__target--eval:hover{
    background: #fff;
    color: #333;
    opacity: 0.6;
  }
  .l_nav--local .l_nav__target--talent {
    transition: .2;
  }
  .l_nav--local .l_nav__target--talent:hover{
    background: #fff;
    color: #333;
    opacity: 0.6;
  }
  .l_nav--selectedLms .l_nav__target--lms {
    background: #fff;
    color: #333;
  }
  .l_nav--selectedStress .l_nav__target--stress {
    background: #fff;
    color: #333;
  }
  .l_nav--selectedEval .l_nav__target--eval {
    background: #fff;
    color: #333;
  }
  .l_nav--selectedcont .l_nav__target--cont {
    background: #fff;
    color: #333;
  }
  .l_nav--selectedtalent .l_nav__target--talent {
    background: #fff;
    color: #333;
  }
  .l_nav--selectedLms .l_nav--content {
    border-color: #1a8192 !important;
  }
  .l_nav--selectedLms .m_contentNav::after {
    background: #1A8192 !important;
  }
  .l_nav--selectedcont .l_nav--content {
    border-color: #C13509 !important;
  }
  .l_nav--selectedStress .m_contentNav::after {
    background: #b52d61 !important;
  }
  .l_nav--selectedStress .l_nav--content {
    border-color: #b52d61 !important;
  }
  .l_nav--selectedEval .m_contentNav::after {
    background: #4260ad !important;
  }
  .l_nav--selectedEval .l_nav--content {
    border-color: #4260ad !important;
  }
  .l_nav--selectedtalent .l_nav--content {
    border-color: #102443 !important;
  }
  .l_nav--selectedtalent .m_contentNav::after {
    background: #102443 !important;
  }
  .l_nav--selectedLms {
    border-color: #1a8192;
  }
  .l_nav--selectedcont {
    border-color: #C13509;
  }
  .l_nav--selectedStress {
    border-color: #b52d61;
  }
  .l_nav--selectedEval {
    border-color: #4260ad;
  }
  .l_nav--selectedtalent {
    border-color: #102443;
  }
}
@media screen and (max-width: 599px){
  .l_nav--local .l_nav__target{
    border-width: 1px;
    font-size: 11px;
    letter-spacing: 0;
  }
}
/* 遽 */
.l_section--primary{
  padding: 40px 0;
  background: #fff;
  box-shadow: 2px 2px 6px #aaa;
}
.l_section--primary &gt; .l_section__item + .l_section__item{
  margin-top: 64px;
}
.l_section--secondary{
  padding: 0 64px;
}
.l_section--secondary &gt; .l_section__item + .l_section__item{
  margin-top: 35px;
  letter-spacing: 0;
  position: relative;
}

.l_section--tertiary{}
.l_section--tertiary &gt; .l_section__item + .l_section__item{
  margin-top: 24px;
}
@media screen and (max-width: 768px){
  .l_section--secondary{
    padding: 0 16px;
  }
}
/* 繝ｪ繧ｹ繝� */
.l_list--sm{}
.l_list--sm &gt; .l_list__item + .l_list__item{
  margin-top: 8px;
}
.l_list--md{}
.l_list--md &gt; .l_list__item + .l_list__item{
  margin-top: 12px;
}

/* =============
module
============= */
/* 隕句�縺� */
.m_heading--primary{
  margin-bottom: 40px;
}
.m_heading--primary &gt; .m_heading__ttl{
  text-align: center;
  font-size: 28px;
}
.m_heading--primary &gt; .m_heading__sub{
  text-align: center;
  font: 20px / 1 'Roboto';
}
.m_heading--primary &gt; .m_heading__ttl + .m_heading__sub{
  margin-top: 16px;
}
.m_heading--secondary{
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid;
}
.m_heading--secondary &gt; .m_heading__ttl{
  padding-left: 0;
  font-size: 28px;
  letter-spacing: 0;
}
#eval #asp .m_heading--secondary &gt; .m_heading__ttl {
  line-height: 40px;
}
#eval #intra .m_heading--secondary &gt; .m_heading__ttl {
  line-height: 40px;
}

.m_heading--secondary{
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid;
}

.m_heading--plan{
  margin-bottom: 14px;
}
.m_heading--plan &gt; .m_heading__ttl{
  font-size: 20px;
  text-align: center;
  letter-spacing: 0;
}
.m_heading--plan &gt; .m_heading__img{
  text-align: center;
}
.m_heading--plan &gt; .m_heading__img.m_heading__img__basic{
  width: 120px;
  margin: 0 auto;
}
.m_heading--plan &gt; .m_heading__img &gt; img + img{
  margin-left: 16px;
}
.m_heading--plan &gt; .m_heading__img.m_heading__img__basic &gt; img{
  width: 100%;
}
.m_heading--plan &gt; .m_heading__img + .m_heading__ttl{
  margin-top: 15px;
}
.m_heading--stressService{
  margin-bottom: 20px;
}
.m_heading--stressService &gt; .m_heading__ttl{
  position: relative;
  left: 50%;
  display: inline-block;
  padding-bottom: 8px;
  border-bottom: 2px solid #b52d61;
  font-weight: bold;
  font-size: 16px;
  transform: translateX(-50%);
}

@media screen and (max-width: 768px){
  .m_heading--secondary &gt; .m_heading__ttl{
    padding-left: 0;
    font-size: 24px;
    letter-spacing: 0;
  }

  #talent #management .m_heading--secondary &gt; .m_heading__ttl {
    line-height: 1.4;
  }  
}

@media screen and (max-width: 599px){
  .m_heading--secondary &gt; .m_heading__ttl{
    font-size: 16px;
  }
  .m_heading--plan &gt; .m_heading__ttl{
    font-size: 16px;
    text-align: center;
  }
}

/* 繝懊ち繝ｳ */
.m_btn--innerLinkLms &gt; .m_btn__target{
  padding: 0 1em;
  border: 1px solid;
  border-radius: 8px;
  color: #15b9a2;
}
.m_btn--innerLinkLms &gt; .m_btn__target::before{
  height: 1.5em;
}
.m_btn--innerLinkLms &gt; .m_btn__target:hover{
  color: #fff;
  background: #15b9a2;
}
.m_btn--innerLinkEval &gt; .m_btn__target{
  padding: 0 1em;
  border: 1px solid;
  border-radius: 8px;
  color: #4260ad;
}
.m_btn--innerLinkEval &gt; .m_btn__target::before{
  height: 1.5em;
}
.m_btn--innerLinkEval &gt; .m_btn__target:hover{
  color: #fff;
  background: #4260ad;
}
.m_btn--accent &gt; .m_btn__target{
  padding: 0 2em;
  border-radius: 8px;
  background: #1FC5AE;
  color: #fff;
  font-weight: bold;
  font-size: 20px;
  letter-spacing: 0;
}
#leaf_lms .m_feature .m_btn--accent &gt; .m_btn__target {
  background-color: #00c77f;
}
#lightning .m_btn--accent &gt; .m_btn__target {
  background-color: #DFA300;
}

/* e繝ｩ繝ｼ繝九Φ繧ｰ繝壹�繧ｸ逕ｨ */
#studio .m_btn--accent &gt; .m_btn__target {
  background: #C13509;
}

#inorder .m_btn--accent &gt; .m_btn__target {
  background: #AE0E0E;
}

/* 莠ｺ莠玖ｩ穂ｾ｡繝壹�繧ｸ逕ｨ */
#eval .m_btn--accent &gt; .m_btn__target {
  background-color: #1F3C87;
}
#eval #eva .m_btn--accent &gt; .m_btn__target {
  background-color: #00afc7;
}

/* 繧ｿ繝ｬ繝ｳ繝医�繝阪ず繝｡繝ｳ繝医�繝ｼ繧ｸ逕ｨ */
#talent .m_btn--accent &gt; .m_btn__target {
  background-color: #102443;
}
#talent #human_capital .m_btn--accent &gt; .m_btn__target {
  background-color: #251491;
}

/*繧ｹ繝医Ξ繧ｹ繝√ぉ繝�け繝壹�繧ｸ */
#stress .m_btn--accent &gt; .m_btn__target {
  background-color: #FF54AC;
}
#stress .m_webins_btn {
  margin-top: 24px !important;
}
#wellness .m_btn--accent &gt; .m_btn__target {
  background-color: #DF5B5B;
}
#stress .m_btn--accent_wh &gt; .m_btn__target {
  border: 3px solid #FF54AC;
  background-color: #fff;
  text-decoration: none;
  color: #333;
  align-items: center;
}

@media (max-width: 768px) {
  #stress .m_btn--accent_wh &gt; .m_btn__target img {
    max-width: 50%;
  }
}


.m_btn--accent &gt; .m_btn__target::before{
  height: 2.5em;
}
.m_btn--accent &gt; .m_btn__target:hover{
  opacity: .7;
}
.m_btn--colorEval &gt; .m_btn__target{
  background: #4260ad;
}
@media screen and (max-width: 768px){
  .m_btn--accent &gt; .m_btn__target{
    font-size: 14px;
  }
}
/* 繧｢繧､繧ｳ繝ｳ */
.m_hasIco--innerLink{
  padding-right: 1.5em;
}
.m_hasIco--innerLink::before{
  content: "\f107";
  left: auto;
  right: 0;
  font-family: "FontAwesome";
}
.m_hasIco--innerLinkRev{
  padding-right: 1.5em;
}
.m_hasIco--innerLinkRev::before{
  content: "\f106";
  left: auto;
  right: 0;
  font-family: "FontAwesome";
}
.m_hasIco--check{
  padding-left: 1.5em;
}
.m_hasIco--check::before{
  content: url(/resource/img/leaf/price/icon_check.svg);
  width: 24px;
}
.m_font__mixed .m_hasIco--check::before {
  top: 7px;
}
.m_hasIco--check.m_hasIco--check__link a{
  display: inline-block;
  padding-top: 8px;
  color: #4260AD;
  text-decoration: underline;
}
@media (any-hover: hover) {
  .m_hasIco--check.m_hasIco--check__link a:hover {
    text-decoration: none;
  }
}
@media screen and (max-width:768px){
  .m_hasIco--check.m_hasIco--check__link a{
    padding-top: 3px;
  }
}

/* 繝ｪ繝ｳ繧ｯ */
.m_link {
  font-weight: bold;
}
.m_link--normal{
  color: #0071bc;
  text-decoration: underline;
}
.m_link--normal:hover{
  color: #bd4b00;
}
/* 繝励Λ繝ｳ繝懊ャ繧ｯ繧ｹ */
.m_plan{
  border: 1px solid;
  padding: 25px 16px 16px;
}

.m_plan_l {
  width: 100%;
  max-width: 60%;
  margin-right: 10px;
}
.m_plan_r {
  width: 100%;
  max-width: 37%;
}

.m_plan_inr_l {
  padding-right: 20px;
  border-right: 1px solid #707070;
}
.m_plan_inr_r {
  padding-left: 20px;
}

.m_plan__ttl{
  position: relative;
  padding-top: 16px;
  text-align: center;
}
.m_plan__ttl::before{
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 50%;
  height: 1px;
  transform: translateX(-50%);
}
.m_plan__subhead {
  margin-top: 17px;
  margin-bottom: 15px;
}
.m_plan__subhead img {
  width: 100%;
}
.m_plan__ttl--colorLms{}
.m_plan__ttl--colorLms::before{
  background: #1a8192;
}
.m_plan__ttl--colorEval{}
.m_plan__ttl--colorEval::before{
  background: #4260ad;
}
.m_plan__lead {
  font-size: 14px;
  letter-spacing: 0;
  text-align: center;
  margin-bottom: 16px;
}
#leaf_lms #asp .m_plan__lead {
  text-align: left;
}
#lightning .m_plan__lead {
  margin-bottom: 25px;
}
.m_plan__lead + .m_plan__ttl{
  margin-top: 16px;
}
.m_plan__ttl + .m_plan__body{
  margin-top: 5px;
}
#inorder .l_grid .m_plan__body {
  width: 350px;
}
#inorder .m_plan__item p {
  width: 100%;
}
#inorder .m_plan__body {
  position: relative;
}
#wellness .m_plan__body {
  position: relative;
}
#eval #asp .m_plan__lead {
  text-align: left;
}
#eva .m_plan__body {
  position: relative;
}
#talent .m_plan__body {
  position: relative;
}

#inorder .m_plan__body:nth-of-type(1)::after {
  content: "��";
  position: absolute;
  width: 40px;
  height: 52px;
  color: #333;
  font-size: 40px;
  top: 45px;
  left: 360px;
}
#eva .m_plan__sec:first-child .m_plan__body:nth-of-type(1)::after {
  content: "��";
  position: absolute;
  width: 40px;
  height: 52px;
  color: #333;
  font-size: 40px;
  top: 0px;
  left: 360px;
}

#eva .m_plan__sec {
  width: 350px;
}

#management .m_plan__sec {
  width: 100%;
}
#human_capital .m_plan__sec {
  width: 350px;
}

#wellness .m_plan__sec {
  width: 350px;
}

#management .m_plan__sec .m_plan__body:nth-of-type(1) {
  margin-bottom: 40px;
}
#management .m_plan__sec .m_plan__body:nth-of-type(1)::after {
  content: "��";
  position: absolute;
  width: 40px;
  height: 52px;
  color: #333;
  font-size: 40px;
  top: auto;
  bottom: auto;
  left: 0;
  right: 0;
  margin: auto;
}

#human_capital .m_plan__sec:nth-of-type(1) .m_plan__body:nth-of-type(1)::after {
  content: "��";
  position: absolute;
  width: 40px;
  height: 52px;
  color: #333;
  font-size: 40px;
  right: -50px;
  top: 8px;
}

#wellness .m_plan__sec:nth-of-type(1) .m_plan__body:nth-of-type(1)::after {
  content: "��";
  position: absolute;
  width: 40px;
  height: 52px;
  color: #333;
  font-size: 40px;
  right: -50px;
  top: 8px;
}

.m_plan__item{
  display: flex;
  align-items: center;
  justify-content: space-around;
  padding: 8px 0;
}

#leaf_lms #intra .m_plan__item,#lightning .m_plan__item {
  justify-content: center;
}
#leaf_lms #intra .m_plan__value_ttl,#lightning .m_plan__value_ttl {
  margin-right: 50px;
}

.m_plan__item_stresscheck{
display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 8px 16px;
}
.m_plan__item_stresscheck:nth-child(odd) {
    background: #f2f2f2;
}

.m_plan_detail_txt {
  font-size: 16px;
}

.m_plan__item:nth-child(odd){
  background: #f2f2f2;
}

.m_plan__value{
  text-align: right;
  font-size: 20px;
  font-weight: bold;
  line-height: 20px;
  letter-spacing: 0;
}
.m_plan__value_ttl {
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 0;
}

.m_plan__value--single{
  padding: 8px 0;
  text-align: center;
  background: #f2f2f2;
}
.m_plan__key{
  font-weight: bold;
}
.m_plan__unit{
  font-size: 14px;
}
.m_plan__body + .m_plan__note{
  margin-top: 10px;
}
.m_plan__note{
  text-align: center;
  letter-spacing: 0;
}
#eval #intra .m_plan__note {
  text-align: left;
}
@media screen and (max-width: 768px){
  .m_plan_l {
    max-width: 100%;
    margin-right: 0px;
    margin-bottom: 20px;
  }
  .m_plan_r {
    max-width: 100%;
  }
  
  .m_plan_inr_l {
    padding-right: 0px;
    padding-bottom: 25px;
    border-right: none;
    border-bottom: 1px solid #707070;
  }
  .m_plan_inr_r {
    padding-left: 0px;
    padding-top: 25px;
  }
  
  .m_plan__item{
    flex-wrap: wrap;
    padding: 8px;
  }
  .m_plan_detail_txt {
    font-size: 14px;
    letter-spacing: 0;
  }

  #studio .m_plan .l_grid__item {
    display: block !important;
  }

  #inorder .m_plan__body:nth-of-type(1)::after {
    left: 0;
    top: 104px;
    right: 0;
    margin: auto;
  }
  #inorder .l_grid .m_plan__body {
    width: 100%;
  }
  #inorder .l_grid .m_plan__body:first-of-type {
    margin-bottom: 35px;
  }
  #eva .m_plan__sec {
    width: 100%;
  }
  #eva .m_plan__sec:first-child .m_plan__body:nth-of-type(1) {
    margin-bottom: 40px;
  }

  #eva .m_plan__sec:first-child .m_plan__body:nth-of-type(1)::after {
    content: "��";
    position: absolute;
    width: 40px;
    height: 52px;
    color: #333;
    font-size: 40px;
    top: 93%;
    left: 0;
    right: 0;
    margin: 0 auto;    
  }

  #human_capital .l_section__item .l_grid {
    display: block !important;
  }

  #human_capital .m_plan__sec {
    width: 100%;
  }
  #human_capital .m_plan__sec:nth-of-type(1) {
    margin-bottom: 40px;
  }
  #human_capital .m_plan__sec:nth-of-type(1) .m_plan__body:nth-of-type(1)::after {
    top: 72px;
    left: 0;
    right: 0;
    margin: auto;
  }

  #wellness .m_plan__sec {
    width: 100%;
  }
  #wellness .m_plan__sec:first-child .m_plan__body:nth-of-type(1) {
    margin-bottom: 40px;
  }

  #wellness .m_plan__sec:first-child .m_plan__body:nth-of-type(1)::after {
    content: "��";
    position: absolute;
    width: 40px;
    height: 52px;
    color: #333;
    font-size: 40px;
    top: 90%;
    left: 0;
    right: 0;
    margin: 0 auto;    
  }

  .m_plan__subhead_sp {
    position: relative;
    font-weight: bold;
    font-size: 14px;
    padding-left: 25px;
    margin-top: 20px;
  }
  .m_plan__subhead_sp + .m_plan__detail_lst {
    margin-top: 10px !important;
  }
  .m_plan__subhead_sp::before {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    left: 0;
    background-image: url(../img/leaf/price/ico_str_op.svg);
    background-repeat: no-repeat;
    background-size: contain;
  }
}

@media (max-width: 599px) {
  .m_plan__value {
    font-size: 18px;
  }
  .m_plan__value_ttl {
    font-size: 14px;
  }
  #leaf_lms #intra .m_plan__value_ttl, #lightning .m_plan__value_ttl {
    margin-right: 10px;
  }
}


/* 迚ｹ蠕ｴ */
.m_header_txt_feature {
  position: relative;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  margin-top: 50px;
  margin-bottom: 30px;
  letter-spacing: 0;
}
.m_header_txt_feature::before {
  content:"�ｼ";
  position: absolute;
  width: 20px;
  height: 20px;
  font-weight: bold;
  left: 160px;
  bottom: 8px;
}
.m_header_txt_feature::after {
  content:"��";
  position: absolute;
  width: 20px;
  height: 20px;
  font-weight: bold;
  right: 160px;
}

@media (max-width: 768px) {
  .m_header_txt_feature {
    font-size: 16px;
    margin-bottom: 20px;
  }
  .m_header_txt_feature::before {
    content: none;
  }
  .m_header_txt_feature::after {
    content: none;
  }
}

.m_feature{
  border: 1px solid;
}
.m_feature__heading{
  padding: 16px;
}
.m_feature__ttl{
  line-height: 1;
  text-align: center;
  font-size: 28px;
}
.m_feature__sub{
  text-align: center;
  font-size: 14px;
}
.m_feature__ttl + .m_feature__sub{
  margin-top: 12px;
}
.m_feature__body{
  padding: 16px;
}
.m_feature__item + .m_feature__item{
  margin-top: 24px;
}
.m_feature--colorLms{}
.m_feature--colorLms .m_feature__heading{
  background: #1a8192;
}
.m_feature--colorLms .m_feature__ttl,
.m_feature--colorLms .m_feature__sub{
  color: #fff;
}
.m_feature--colorEval{}
.m_feature--colorEval .m_feature__heading{
  background: #4260ad;
}
.m_feature--colorEval .m_feature__ttl,
.m_feature--colorEval .m_feature__sub{
  color: #fff;
}
.m_feature--colorStress{}
.m_feature--colorStress .m_feature__heading{
  background: #b52d61;
}
.m_feature--colorStress .m_feature__ttl,
.m_feature--colorStress .m_feature__sub{
  color: #fff;
}

.m_feature--simulation{
  padding: 24px;
  /* margin-top: 40px !important; */
}
.m_feature--simulation .m_feature__heading{
  border-bottom: 1px solid;
}
.m_feature--simulation .m_feature__ttl{
  color: #4260ad;
}
@media screen and (max-width: 768px){
  .m_feature__ttl{
    font-size: 24px;
  }
}
@media screen and (max-width: 599px){
  .m_feature__ttl{
    font-size: 16px;
    line-height: 1.4;
  }
  .m_feature--simulation{
    padding: 12px;
  }
  .m_feature--simulation .m_feature__body{
    padding-left: 0;
    padding-right: 0;
  }
}
/* 繝ｩ繝ｳ繧ｭ繝ｳ繧ｰ */
.l_section__ranking {
  margin-top: 0 !important;
}
.m_ranking{}
.m_ranking__item{
  display: flex;
  align-items: center;
}
.m_ranking__item + .m_ranking__item{
  margin-top: 8px;
  padding-top: 8px;
  border-top: 1px solid;
}
.m_ranking__icon{
  flex: 0 0 104px;
  padding: 0 16px;
  line-height: 0;
  text-align: center;
}
.m_ranking__icon &gt; img{
  max-width: 100%;
  height: auto;
}
.m_ranking__icon::before{
  display: block;
  padding: 2px 0;
  line-height: 1;
  text-align: center;
  color: #fff;
}
.m_ranking__icon--first::before{
  content: "1菴�";
  background: #c18b1e;
}
.m_ranking__icon--second::before{
  content: "2菴�";
  background: #96a1aa;
}
.m_ranking__icon--third::before{
  content: "3菴�";
  background: #8c543b;
}

.m_ranking__body{
  flex: 1 1 auto;
  padding: 0 16px;
  letter-spacing: 0;
}
.m_ranking__ttl{
  font-weight: bold;
  font-size: 16px;
}
.m_ranking__ttl + .m_ranking__msg{
  margin-top: 8px;
}
@media screen and (max-width: 599px){
  .m_ranking__item{
    flex-direction: column;
  }
  .m_ranking__icon{
    flex: 0 0 auto;
  }
  .m_ranking__body{
    padding: 0;
  }
  .m_ranking__icon + .m_ranking__body{
    margin-top: 8px;
  }
}
/* 譁咎≡繧ｷ繝溘Η繝ｬ繝ｼ繧ｷ繝ｧ繝ｳ繧ｹ繝�ャ繝� */
.m_simulationStep{}
.m_simulationStep__item{
  display: flex;
  align-items: center;
}
.m_simulationStep__item + .m_simulationStep__item{
  margin-top: 24px;
}
.m_simulationStep__icon{
  position: relative;
  padding-right: 24px;
  margin-right: 24px;
}
.m_simulationStep__icon::after{
  content: "笆ｲ";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%) rotate(90deg);
}
.m_simulationStep__num{
  font-size: 24px;
}
.m_simulationStep__body{
  flex: 1 1 auto;
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.m_simulationStep__body::before{
  content: "";
  order: 2;
  flex: 1 1 auto;
  display: block;
  border-bottom: 2px dotted;
  transform: translateY(-50%);
}
.m_simulationStep__ttl{
  order: 1;
  flex: 0 0 auto;
  background: #fff;
  padding-right: 16px;
}
.m_simulationStep__data{
  order: 3;
  flex: 0 0 160px;
  display: flex;
  align-items: center;
  padding-left: 16px;
  background: #fff;
}
.m_simulationStep__select{
  flex: 0 0 80px;
}
.m_simulationStep__unit{
  margin-left: 8px;
}
@media screen and (max-width: 768px){
  .m_simulationStep__item{
    display: block;
  }
  .m_simulationStep__icon{
    display: inline-block;
  }
}
@media screen and (max-width: 599px){
  .m_simulationStep__body{
    display: block;
  }
  .m_simulationStep__body::before{
    content: none;
  }
  .m_simulationStep__data{
    justify-content: flex-end;
  }
  .m_simulationStep__ttl + .m_simulationStep__data{
    margin-top: 12px;
  }
}

/* 繧ｷ繝溘Η繝ｬ繝ｼ繧ｷ繝ｧ繝ｳ邨先棡 */
.m_simulationResult{}
.m_simulationResult__summary{
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 8px;
  border-bottom: 1px solid;
  font-weight: bold;
  font-size: 20px;
  line-height: 1;
}
.m_simulationResult__summary::before{
  content: "";
  order: 2;
  flex: 1 1 auto;
  display: block;
  border-bottom: 2px dotted;
  transform: translateY(-50%);
}
.m_simulationResult__summaryTtl{
  order: 1;
  flex: 0 0 auto;
  padding-right: 16px;
  background: #fff;
}
.m_simulationResult__summaryNum{
  order: 3;
  flex: 0 0 auto;
  padding-left: 16px;
  background: #fff;
}
.m_simulationResult__summaryUnit{
  font-size: 16px;
}
.m_simulationResult__detail{
  border: 1px solid #ccc;
  border-radius: 8px;
  overflow: hidden;
}
.m_simulationResult__detailTtl{
  margin-bottom: 16px;
  padding: 8px 0;
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
  text-align: center;
}
.m_simulationResult__detailNum{
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}
.m_simulationResult__breakDown{
  margin: 0 16px;
  padding: 16px 0;
  border-top: 1px solid #ccc;
}
.m_simulationResult__breakDownBody{
  margin-top: 12px;
}
.m_simulationResult__breakDownItem + .m_simulationResult__breakDownItem{
  margin-top: 12px;
}
.m_simulationResult__breakDownItem{
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.m_simulationResult__breakDownItem--top{
  align-items: flex-start;
}
.m_simulationResult__breakDownTtl{
  position: relative;
  padding-left: 1.2em;
}
.m_simulationResult__breakDownTtl::before{
  content: "笆�";
  position: absolute;
  left: 0;
}
.m_simulationResult__breakDownNum{
  font-size: 16px;
  font-weight: bold;
}
.m_simulationResult--colorEval{}
.m_simulationResult--colorEval .m_simulationResult__summaryNum{
  color: #4260ad;
}
.m_simulationResult--colorEval .m_simulationResult__detailTtl{
  background: #d7f7ff;
}
.m_simulationResult--colorEval .m_simulationResult__detailNum{
  color: #4260ad;
}
@media screen and (max-width: 768px){
  .m_simulationResult{
    width: 100%;
  }
  .m_simulationResult__summary{
    display: block;
  }
  .m_simulationResult__summary::before{
    content: none;
  }
  .m_simulationResult__summaryTtl{
    display: inline-block;
  }
  .m_simulationResult__summaryTtl + .m_simulationResult__summaryNum{
    margin-top: 16px;
  }
  .m_simulationResult__summaryNum{
    text-align: right;
  }
}

@media screen and (max-width: 599px){
  .m_simulationResult__summaryTtl{
    font-size: 16px;
    line-height: 1.4;
  }
  .m_simulationResult__breakDown{
    padding-left: 0;
    padding-right: 0;
  }
  .m_simulationResult__breakDownItem{
    display: block;
  }
  .m_simulationResult__breakDownNum{
    text-align: right;
  }
}
/* 遞手ｾｼ */
.m_taxIn{
  font-size: 11px;
}

/* 繝懊ち繝ｳ繝ｪ繧ｹ繝� */
.m_btnList{
  display: flex;
  justify-content: center;
  align-items: stretch;
}
.m_btnList__item + .m_btnList__item{
  margin-left: 16px;
}
#eval #asp .m_btnList {
  margin-top: 40px;
}

@media screen and (max-width: 599px){
  .m_btnList{
    display: block;
  }
  .m_btnList__item + .m_btnList__item{
    margin: 12px 0 0 0;
  }
} 
/* 繝�く繧ｹ繝医�繝�け繧ｹ */
.m_txtBox{
  padding: 1em;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0;
  position: relative;
}
#eva .m_txtBox {
  padding: 1em 0.6em;
}
.m_txtBox_ttl {
  position: absolute;
  top: 0;
  left: 16px;
  padding: 0 0.5em;
  font-weight: bold;
  font-size: 16px;
  color: #C13509;
  background: #fff;
  transform: translateY(-50%);
}

#leaf_lms .m_txtBox_ttl {
  color: #1A8192
}
#lightning .m_txtBox_ttl {
  color: #DFA300;
}

/* e繝ｩ繝ｼ繝九Φ繧ｰ繝壹�繧ｸ逕ｨ */
#inorder .m_txtBox_ttl {
  color: #AA0000;
}

/* 莠ｺ莠玖ｩ穂ｾ｡繝壹�繧ｸ逕ｨ */
#eval .m_txtBox_ttl {
  color: #4260AD;
}
#eval #eva .m_txtBox_ttl {
  color: #00BDD6;
}

/* 繧ｿ繝ｬ繝ｳ繝医�繝阪ず繝｡繝ｳ繝医�繝ｼ繧ｸ逕ｨ */
#management .m_txtBox_ttl {
  color: #102443;
}
#human_capital .m_txtBox_ttl {
  color: #251491;
}


.m_txtBox span {
  font-size: 24px;
}
.m_txtBox--attentionLms{
  background-color: #fff;
  border: 3px solid #1A8192;
}
#lightning .m_txtBox--attentionLms {
  border-color: #DFA300;
}

/* e繝ｩ繝ｼ繝九Φ繧ｰ繝壹�繧ｸ逕ｨ */
.m_txtBox--attentionStd{
  background-color: #fff;
  border: 3px solid #C14809;
}
.m_txtBox--attentionIdr{
  background-color: #fff;
  border: 3px solid #AA0000;
}

/* 莠ｺ莠玖ｩ穂ｾ｡繝壹�繧ｸ逕ｨ */
.m_txtBox--attentionEval{
  background-color: #fff;
  border: 3px solid #4260AD;
  margin-top: 35px;
}
#eva .m_txtBox--attentionEval {
  border-color: #00BDD6;
}

/* 繧ｿ繝ｬ繝ｳ繝医�繝阪ず繝｡繝ｳ繝医�繝ｼ繧ｸ逕ｨ */
.m_txtBox--attentionManage{
  background-color: #fff;
  border: 3px solid #102443;
}
.m_txtBox--attentionCapital{
  background-color: #fff;
  border: 3px solid #251491;
}

.m_txtBox--attentionIdr .l_grid {
  align-items: center;
}
.m_txtBox--attentionIdr .l_grid__item:nth-child(odd) {
  margin-right: 40px;
}


.m_txtBox--attentionLms .l_grid {
  align-items: center;
}
#intra .m_txtBox--attentionLms .l_grid__item:nth-child(odd) {
  margin-right: 40px;
}

.m_txtBox--attentionEval .l_grid {
  align-items: center;
}
.m_txtBox--attentionEval .l_grid__item:nth-child(odd) {
  margin-right: 40px;
}
#eval #asp .m_txtBox--attentionEval .l_grid__item:nth-child(odd) {
  margin-right: 0px;
}
#eva .m_txtBox--attentionEval .l_grid__item:nth-child(odd) {
  margin-right: 20px;
}

.m_txtBox--attentionCapital .l_grid {
  align-items: center;
}
.m_txtBox--attentionManage .l_grid__item:nth-child(odd) {
  margin-right: 40px;
}
.m_txtBox--attentionManage .l_grid__item:last-child {
  margin-right: 0px;
}


/* 繧ｹ繝医Ξ繧ｹ繝√ぉ繝�け繝壹�繧ｸ逕ｨ */
/* #stress .m_txtBox--attentionStress{
  background: #fff;
  border: 3px solid #B52D61;
} */
#stress .m_txtBox--attentionStress {
  /* background-color: #ffe1f6; */
  background-color: #fff;
  font-size: 14px !important;
  border: 3px solid #B52D61;
}
#stress .m_txtBox--attentionStress .m_txtBox_ttl {
  color: #B52D61;
}
#wellness .m_txtBox--attentionStress {
  background-color: #fff;
  border: 3px solid #FF7373;
  margin-top: 35px;
  margin-bottom: 30px;
}
#wellness .m_txtBox--attentionStress .m_txtBox_ttl {
  color: #FF7373;
}
#wellness .m_txtBox--attentionStress .l_grid {
  align-items: center !important;
}
#wellness .m_txtBox--attentionStress .l_grid .l_grid__item:nth-child(1) {
  margin-right: 30px;
}




.m_txtBox--sub{
  background: #fff;
  border: 5px solid #f2f2f2;
  text-align: center;
  font-weight: 400;
  font-size: 14px;
  margin-top: 30px;
}
#leaf_lms .m_txtBox--sub {
  position: relative;
}
#leaf_lms .m_txtBox--sub::before {
  content: "";
  position: absolute;
  width: 25px;
  height: 25px;
  top: -15px;
  left: 264px;
  background-image: url(../img/leaf/price/ico_leaf_op.svg);
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 1;
}
#leaf_lms #lightning .m_txtBox--sub::before {
  background-image: url(../img/leaf/price/ico_light_op.svg);
}

#wellness .m_txtBox--sub {
  position: relative;
}
#wellness .m_txtBox--sub::before {
  content: "";
  position: absolute;
  width: 25px;
  height: 25px;
  top: -15px;
  left: 264px;
  background-image: url(../img/leaf/price/ico_wel_op.svg);
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 1;
}

.m_txtBox_sub_ttl {
  position: absolute;
  top: 0;
  left: 250px;
  padding: 0 0.5em 0 3em;
  font-weight: bold;
  font-size: 16px;
  color: #333;
  background: #fff;
  transform: translateY(-50%);
}

#stress .m_txtBox_sub_ttl {
  left: 310px;
}

#wellness .m_txtBox--sub {
  text-align: left;
}
#wellness .m_txtBox--sub .l_section_item_head{
  font-weight: bold;
  text-align: center;
  font-size: 16px;
  margin-bottom: 12px;
}

@media (max-width: 768px) {
  .m_txtBox_sub_ttl {
    left: 24.4vw;
    font-size: 14px;
  }
  .m_option_lst:first-of-type {
    margin-right: 0;
  }
  #leaf_lms .m_txtBox--sub {
    text-align: left;
  }
  #leaf_lms .m_txtBox--sub::before {
    width: 20px;
    height: 20px;
    top: -12px;
    left: 26.1vw;
  }
  #lightning .m_txtBox--sub {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  #wellness .m_txtBox--sub::before {
    left: 26.1vw;
  }
  .m_option_itm {
    padding-left: 20px !important;
  }
  .m_option_itm:nth-child(2) {
    padding-left: 20px !important;
  }
  #stress .m_txtBox_sub_ttl {
    left: 34vw;
  }
  #stress .m_plan__box::before {
    left: 35.3vw !important;
  }
}
@media (max-width: 576px) {
  #lightning .m_txtBox_sub_ttl {
    left: 20.4vw;
  }
  #lightning .m_txtBox--sub::before {
    left: 22.6vw;
  }
  #stress .m_txtBox_sub_ttl {
    left: 35vw;
  }
  #stress .m_plan__box::before {
    left: 37vw !important;
  }
}
@media (max-width: 496px) {
  .m_txtBox_sub_ttl {
    left: 18.4vw;
  }
  #leaf_lms .m_txtBox--sub::before {
    left: 21.1vw;
  }
  #lightning .m_txtBox_sub_ttl {
    left: 16.2vw;
  }
  #lightning .m_txtBox--sub::before {
    left: 18.8vw;
  }
  #stress .m_txtBox_sub_ttl {
    left: 30.4vw;
  }
  #stress .m_plan__box::before {
    left: 32.4vw !important;
  }
  #wellness .m_txtBox_sub_ttl {
    left: 15.4vw;
  }
  #wellness .m_txtBox--sub::before {
    left: 17.3vw;
  }
}
@media (max-width: 424px) {
  .m_txtBox_sub_ttl {
    left: 9.4vw;
  }
  #leaf_lms .m_txtBox--sub::before {
    left: 13.1vw;
  }
  #lightning .m_txtBox_sub_ttl {
    left: 3.2vw;
  }
  #lightning .m_txtBox--sub::before {
    left: 6.8vw;
  }
  #stress .m_txtBox_sub_ttl {
    left: 25.4vw;
  }
  #stress .m_plan__box::before {
    left: 28vw !important;
  }
  #wellness .m_txtBox_sub_ttl {
    left: 9.4vw;
  }
  #wellness .m_txtBox--sub::before {
    left: 12.1vw;
  }
}

/* LMS繝壹�繧ｸ Leaflightning */
.m_option_itm {
  position: relative;
  font-size: 14px;
  padding-left: 15px;
}
.m_option_lst:first-of-type {
  margin-right: 40px;
}
.m_option_lst:nth-of-type(2) .m_option_itm:nth-child(2) {
  padding-left: 7px;
}
.m_option_lst .m_option_itm:nth-child(1) {
  margin-bottom: 5px;
}
.m_option_lst:first-of-type .m_option_itm:nth-child(1) {
  padding-left: 15px;
}
.m_option_lst:first-of-type .m_option_itm:nth-child(2) {
  text-align: left;
}
.m_option_itm::before {
  content: "";
  position: absolute;
  width: 12px;
  height: 11px;
  left: 2px;
  top: 4px;
  background-image: url(../img/leaf/price/ico_light_op_dt.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
#lightning .m_txtBox--sub {
  padding: 25px;
}


@media (max-width: 768px) {
  .m_txtBox .l_grid {
    display: block;
  }
  .m_txtBox .l_grid .l_grid__item {
    font-size: 13px;
  }
  .m_txtBox span {
    font-size: 18px;
  }
  .m_hasIco--check::before {
    width: 17px;
  }
  .m_font__mixed .m_hasIco--check::before {
    top: 3px;
  }
}
/* 繝�く繧ｹ繝� */
.m_txt{}
.m_txt--accent{
  color: #ed6f39;
  font-weight: bold;
  font-size: 16px;
}

/* 繧｢繝ｳ繧ｫ繝ｼ繝ｪ繝ｳ繧ｯ繝懊ち繝ｳ */
.m_unkerlink {
  margin-top: 25px;
  margin-bottom: 50px;
  display: flex;
  justify-content: center;
}
.m_unkerlink a {
  color: #333;
  text-decoration: none;
  margin-right: 25px;
}
.m_unkerlink a:last-of-type {
  margin-right: 0;
}
.m_unkerlink_itm {
  position: relative;
  font-size: 16px;
  font-weight: bold;
  padding: 15px 0;
  text-align: center;
  border: 1px solid #707070;
  border-radius: 10px;
  width: 380px;
  letter-spacing: 0;
  transition: .2s;
  vertical-align: middle;
}

.m_unkerlink_itm__mth {
  height: 67px;
}

#leaf_lms .m_unkerlink_itm {
  font-size: 12px;
  letter-spacing: -1px;
  width: 204px;
}
#leaf_lms .m_unkerlink .m_unkerlink_itm {
  padding-left: 8px;
  margin-right: 8px !important;
}
#leaf_lms .m_unkerlink a {
  margin-right: 0;
}
#leaf_lms .m_unkerlink a:last-child .m_unkerlink_itm {
  margin-right: 0 !important;
}
#leaf_lms .m_unkerlink_itm::before {
  left: 3px;
  top: 16px;
}

#eval .m_unkerlink_itm {
  width: 270px;
  text-align: left;
  font-size: 14px;
  padding-left: 50px;
  padding-top: 10px;
  padding-bottom: 10px;
}

#talent .m_unkerlink .m_unkerlink_itm {
  padding-left: 25px;
}
#talent .m_unkerlink_itm::before {
  left: 17px;
}

#eval .m_unkerlink_itm::before {
  top: 23px;
  left: 18px;
}

.m_unkerlink_itm:hover {
  opacity: 0.6;
}
.m_unkerlink_itm::before {
  content: "";
  position: absolute;
  width: 18px;
  height: 18px;
  top: 18px;
  bottom: 0;
  left: 24px;
  background-image: url(../img/leaf/price/ico_unkerlink.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
#eval .m_unkerlink a:last-of-type .m_unkerlink_itm {
  padding-top: 21px;
}

@media (max-width: 768px) {
  .m_unkerlink {
    display: block !important;
    margin-top: 40px;
  }
  .m_unkerlink_itm {
    margin: 0 auto;
    width: 100% !important;
    max-width: 95%;
    font-size: 14px;
  }
  #leaf_lms .m_unkerlink_itm {
    max-width: 94%;
  }
  #leaf_lms .m_unkerlink_itm {
    margin-bottom: 10px;
  }
  #leaf_lms .m_unkerlink .m_unkerlink_itm {
    margin-right: auto !important;
  }
  #leaf_lms .m_unkerlink a:last-of-type{
    margin-bottom: 0px;
  }
  #leaf_lms .m_unkerlink a:last-child .m_unkerlink_itm {
    margin-right: auto !important;
  }
  #eval .m_unkerlink a:last-of-type .m_unkerlink_itm {
    padding-top: 15px;
  }
  #eval .m_unkerlink a:last-of-type .m_unkerlink_itm::before {
    top: 23px;
  }
  #eval .m_unkerlink_itm__mth {
    padding-top: 21px !important;
  }
}

/* 繝励Λ繝ｳ繧ｻ繧ｯ繧ｷ繝ｧ繝ｳ */
.u_col3_2 {
  width: 66.6%;
}
.m_plan_sec_3 .u_col6 {
  width: 33.3%;
}
#studio .m_plan_sec_3 {
  justify-content: center !important;
}
#stress .m_plan {
  position: relative;
}

@media (max-width: 768px) {
  .m_plan_sec_3 {
    display: block;
  }
  .m_plan_sec_3 .u_col6 {
    width: 100%;
  }
}

/* 繧ｵ繝ｼ繝薙せ隧ｳ邏ｰ蟆守ｷ壹Μ繝ｳ繧ｯ */
.m_service_link {
  position: relative;
  font-size: 16px;
  font-weight: bold;
  color: #333;
  letter-spacing: 0;
  transition: .2s;
}
.m_service_link:hover {
  opacity: 0.6;
  text-decoration: none;
  color: #333;
}

#leaf_lms .m_service_link::before {
  content: "";
  position: absolute;
  width: 23px;
  height: 23px;
  top: -2px;
  bottom: 0;
  left: -30px;
  background-image: url(../img/leaf/price/ico_link_leaf.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
#lightning .m_service_link::before,
#lightningintra .m_service_link::before{
  content: "";
  position: absolute;
  width: 23px;
  height: 23px;
  top: -2px;
  bottom: 0;
  left: -30px;
  background-image: url(../img/leaf/price/ico_link_light.svg);
  background-repeat: no-repeat;
  background-size: contain;
}

/* e繝ｩ繝ｼ繝九Φ繧ｰ繝壹�繧ｸ逕ｨ */
#studio .m_service_link::before {
  content: "";
  position: absolute;
  width: 23px;
  height: 23px;
  top: -2px;
  bottom: 0;
  left: -30px;
  background-image: url(../img/leaf/price/ico_link_std.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
#inorder .m_service_link::before {
  content: "";
  position: absolute;
  width: 23px;
  height: 23px;
  top: -2px;
  bottom: 0;
  left: -30px;
  background-image: url(../img/leaf/price/ico_link_inorder.svg);
  background-repeat: no-repeat;
  background-size: contain;
}

/* 莠ｺ莠玖ｩ穂ｾ｡繝壹�繧ｸ逕ｨ */
#eval .m_service_link::before {
  content: "";
  position: absolute;
  width: 23px;
  height: 23px;
  top: 0px;
  bottom: 0;
  left: -30px;
  background-image: url(../img/leaf/price/ico_link_hyoka.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
#eval #eva .m_service_link::before {
  content: "";
  position: absolute;
  width: 23px;
  height: 23px;
  top: 0px;
  bottom: 0;
  left: -30px;
  background-image: url(../img/leaf/price/ico_link_eva.svg);
  background-repeat: no-repeat;
  background-size: contain;
}

/* 繧ｿ繝ｬ繝ｳ繝医�繝阪ず繝｡繝ｳ繝医�繝ｼ繧ｸ逕ｨ */
#management .m_service_link::before {
  content: "";
  position: absolute;
  width: 23px;
  height: 23px;
  top: 0px;
  bottom: 0;
  left: -30px;
  background-image: url(../img/leaf/price/ico_link_mgnt.svg);
  background-repeat: no-repeat;
  background-size: contain;
}

#human_capital .m_service_link::before {
  content: "";
  position: absolute;
  width: 23px;
  height: 23px;
  top: 0px;
  bottom: 0;
  left: -30px;
  background-image: url(../img/leaf/price/ico_link_hmcp.svg);
  background-repeat: no-repeat;
  background-size: contain;
}

/* 繧ｹ繝医Ξ繧ｹ繝√ぉ繝�け繝壹�繧ｸ逕ｨ */
#stress .m_service_link::before {
  content: "";
  position: absolute;
  width: 23px;
  height: 23px;
  top: 0px;
  bottom: 0;
  left: -30px;
  background-image: url(../img/leaf/price/ico_link_stc.svg);
  background-repeat: no-repeat;
  background-size: contain;
}

#wellness .m_service_link::before {
  content: "";
  position: absolute;
  width: 23px;
  height: 23px;
  top: 0px;
  bottom: 0;
  left: -30px;
  background-image: url(../img/leaf/price/ico_link_wel.svg);
  background-repeat: no-repeat;
  background-size: contain;
}


@media (max-width: 768px) {
  .m_service_link {
    font-size: 12px;
  }
  #studio .m_service_link::before {
    width: 18px;
    height: 18px;
    left: -20px;
  }
  #inorder .m_service_link::before {
    width: 18px;
    height: 18px;
    left: -20px;
  }
  #eval .m_service_link::before {
    width: 18px;
    height: 18px;
    left: -20px;
  }
  #eval #eva .m_service_link::before {
    width: 18px;
    height: 18px;
    left: -20px;
  }
  #management .m_service_link::before {
    width: 18px;
    height: 18px;
    left: -23px;
  }
  #human_capital .m_service_link::before {
    width: 18px;
    height: 18px;
    left: -23px;
  }
  #leaf_lms .m_service_link::before {
    width: 18px;
    height: 18px;
    top: -1px;
    left: -22px;
  }
  #wellness .m_service_link::before {
    width: 18px;
    height: 18px;
    left: -22px;
  }
  #stress .m_service_link::before {
    width: 18px;
    height: 18px;
    left: -22px;
  }
}

.m_videolst_btn_sec {
  width: 505px;
  margin: 30px auto 35px auto;
}
.m_videolst_btn_sec a:hover {
  text-decoration: none;
}
#studio .m_videolst_btn_sec{
  width: 100%;
  margin: 20px auto 0;
}
.m_videolst_btn {
  position: relative;
  border: 3px solid #C13509;
  color: #C13509;
  text-align: center;
  font-size: 18px;
  letter-spacing: 0;
  font-weight: bold;
  padding: 10px 0;
  border-radius: 10px;
  transition: .2s;
}
#studio .m_videolst_btn {
  font-size: 17px;
}
#studio .m_videolst_btn::before {
  width: 20px;
  height: 20px;
  top: 13px;
  right: 11px;
  background-image: url(../img/leaf/price/ico_btn_red_2.svg);
}


#inorder .m_videolst_btn {
  border-color: #AE0E0E;
  color: #AE0E0E;
}
.m_videolst_btn:hover {
  opacity: 0.6;
}
.m_videolst_btn::before {
  content: "";
  position: absolute;
  width: 27px;
  height: 27px;
  right: 33px;
  background-image: url(../img/leaf/price/ico_btn_red.svg);
  background-repeat: no-repeat;
  background-size: contain;
}

@media (max-width: 768px) {
  .m_videolst_btn_sec {
    width: 100%;
    max-width: 95%;
  }
  .m_videolst_btn {
    font-size: 13px;
  }

  #studio .m_videolst_btn {
    font-size: 14px;
  }
  #studio .m_videolst_btn::before {
    width: 17px;
    height: 17px;
  }

  .m_videolst_btn::before {
    width: 22px;
    height: 22px;
    top: 8px;
    right: 30px;
  }
  #inorder .m_videolst_btn::before {
    right: 15px;
  }
}

/* 繧ｹ繝医Ξ繧ｹ繝√ぉ繝�け繝壹�繧ｸ */
.m_stroption_box_sec {
  margin-bottom: 40px;
}
.m_stroption_box {
  background-image: url(../img/leaf/price/bg_str0.png);
  background-repeat: no-repeat;
  background-size: contain;
  padding-left: 210px;
  padding-top: 5px;
  padding-bottom: 5px;
}
.m_stroption_box .l_grid {
  justify-content: start !important;
  margin-top: 0 !important;
}
.m_stroption_box .l_grid_item {
  margin-right: 10px;
  padding-left: 18px;
  position: relative;
  letter-spacing: 0;
}
.m_stroption_box .l_grid_item::before {
  content: "笳�";
  position: absolute;
  color: #C8638A;
  width: 6px;
  height: 6px;
  top: 0;
  left: 0;
}

#stress .ico--themeColor {
  color: #B52D61
}

#stress .m_plan__detail_itm {
  position: relative;
  letter-spacing: 0;
  padding-left: 16px;
}
#stress .m_plan__detail_itm::before {
  content: "笳�";
  position: absolute;
  width: 10px;
  height: 10px;
  top: 0;
  left: 0;
  color: #B52D61;
  font-weight: bold;
}

.stress_plan_sec .m_plan__ttl {
  font-weight: 400;
  margin-bottom: 11px;
}
.stress_plan_sec .l_grid__item:nth-of-type(1) .m_btnList {
  margin-top: 16px;
}
.stress_plan_sec .l_grid__item:nth-of-type(2) .m_btnList {
  margin-top: 60px;
}
.stress_plan_sec .l_grid__item:nth-of-type(3) .m_btnList {
  margin-top: 127px;
}
.stress_plan_sec .l_grid__item:nth-of-type(3) .m_plan__ttl {
  margin-top: 38px;
}
#wellness .m_btnList {
  margin-top: 35px;
}
.str_option_ttl {
  font-size: 20px;
  margin-top: 45px;
  margin-bottom: 15px;
}

#stress .m_plan__box {
  position: relative;
}
#stress .m_plan__box::before {
  content: "";
  position: absolute;
  width: 25px;
  height: 25px;
  top: -14px;
  left: 324px;
  background-image: url(../img/leaf/price/ico_str_op.svg);
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 1;
}

#stress .m_addPrice {
  display: flex;
  border: 1px solid #D95B95;
  overflow: hidden;
}
#stress .m_addPrice__ttl {
  position: relative;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 0 10px;
  font-size: 16px;
  color: #fff;
  font-weight: bold;
  background-color: #D95B95;
}
#stress .m_addPrice__ttl::after {
  content: '';
  position: absolute;
  width: 10px;
  height: 100%;
  right: -10px;
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
  background-color: #D95B95;
}
#stress .m_addPrice__ttl_icon {
  line-height: 0;
}
#stress .m_addPrice__cont {
  padding: 10px 10px 10px 25px;
}
#stress .m_addPrice__lst {
  display: flex;
  flex-wrap: wrap;
}
#stress .m_addPrice__itm {
  position: relative;
  min-width: 50%;
  padding-left: 12px;
}
#stress .m_addPrice__itm::before {
  content: '';
  position: absolute;
  display: inline-block;
  width: 6px;
  height: 6px;
  top: 8px;
  left: 0;
  background-color: #D95B95;
  border-radius: 50%;
}

@media (max-width: 768px) {
  .m_stroption_box_sec {
    margin-top: 20px;
  }
  .m_stroption_box {
    width: 100%;
    background-image: none;
    background-color: #FCF4F7;
    padding-left: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .m_stroption_box .l_grid {
    display: block;
  }
  .stress_plan_sec .m_plan__detail_lst {
    margin-top: 20px;
  }
  .stress_plan_sec .l_grid__item:nth-of-type(2) .m_btnList {
    margin-top: 16px;
  }
  .stress_plan_sec .l_grid__item:nth-of-type(3) .m_btnList {
    margin-top: 16px;
  }
  .stress_plan_sec .l_grid__item:nth-of-type(3) .m_plan__ttl {
    margin-top: 16px;
  }
  .stress_plan_sec .m_plan__txt {
    margin-top: 16px;
  }
  .str_option_ttl {
    font-size: 18px;
  }



  #stress .m_addPrice {
    display: block;
  }
  #stress .m_addPrice__ttl {
    justify-content: center;
    padding: 10px;
  }
  #stress .m_addPrice__ttl::after {
    display: block;
    width: 100%;
    height: 10px;
    right: 0;
    bottom: -9.5px;
    clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
  }
  #stress .m_addPrice__ttl_icon {
    line-height: 0;
  }
  #stress .m_addPrice__cont {
    padding: 25px 10px 10px 10px;
  }
  #stress .m_addPrice__lst {
    display: flex;
    flex-wrap: wrap;
  }
  #stress .m_addPrice__itm {
    position: relative;
    min-width: 50%;
    padding-left: 12px;
  }
  #stress .m_addPrice__itm::before {
    content: '';
    position: absolute;
    display: inline-block;
    width: 6px;
    height: 6px;
    top: 8px;
    left: 0;
    background-color: #D95B95;
    border-radius: 50%;
  }
}

/* 莠ｺ豌励が繝励す繝ｧ繝ｳ讖溯�繝ｩ繝ｳ繧ｭ繝ｳ繧ｰ */
.m_ranking__icon img {
  min-width: 64px;
  margin-top: 5px;
}

/* 遞手ｾｼ萓｡譬ｼ */
.m_plan__value .m_plan__tax {
  font-weight: 400;
  font-size: 14px;
}

@media (max-width: 599px) {
  .m_plan__tax {
    font-size: 12px !important;
  }
}


/* 繝ｬ繧､繧｢繧ｦ繝郁ｪｿ謨ｴ */
@media (max-width: 599px) {
  #leaf_lms #intra .u_resSmCol4 {
    width: auto;
  }
}


/* 謾ｹ陦瑚ｨｭ螳� */
.br_sp {
  display: none;
}

@media (max-width: 768px) {
  .br_sp {
    display: block !important;
  }
  .br_pc {
    display: none !important;
  }
}

/* PC繝ｻSP縺ｧ陦ｨ遉ｺ蜀�ｮｹ繧貞�繧頑崛縺医ｋ */
.cont_sp {
  display: none;
}

@media (max-width: 768px) {
  .cont_sp {
    display: block;
  }
  .cont_pc {
    display: none;
  }
}


/* ------
莉･荳九〕ightning繝壹�繧ｸ縺九ｉ遘ｻ險ｭ
------ */

/* description
---------------------------------------------------------- */
.m_descriptionList {
  display: flex;
  align-items: center;
  background-color: #f5f7f8;
}
.m_descriptionList_wrap {
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin-top: 35px;
}
.m_descriptionList_ttl {
  flex-shrink: 0;
  padding: 30px;
  width: 270px;
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.67;
  background-color: #70bbdd;
  text-align: center;
}
.m_descriptionList_txt {
  padding: 0 20px;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.05em;
}
.m_descriptionList_txt &gt; span {
  font-size: 20px;
  letter-spacing: 0;
}
.m_descriptionList + .m_descriptionList .m_descriptionList_ttl {
  padding: 10px;
  font-size: 18px;
  letter-spacing: 0;
}
.m_descriptionList + .m_descriptionList .m_descriptionList_txt {
  font-size: 14px;
  letter-spacing: 0;
}

.m_price__contOption {
  margin-top: 35px;
  padding: 25px;
  background-color: #f5f7f8;
}
.m_price__contOption_ttl {
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.1em;
}
.m_price__contOption_txt {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 20px auto 0;
  font-size: 16px;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 768px) {
  .m_descriptionList {
    align-items: stretch;
  }
  .m_descriptionList_wrap {
    gap: 10px;
    margin-top: 20px;
  }
  .m_descriptionList_ttl {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 200px;
    padding: 20px;
    font-size: 20px;
    letter-spacing: 0.03em;
  }
  .m_descriptionList_txt {
    width: 100%;
    padding: 10px;
    font-size: 26px;
  }
  .m_descriptionList_txt &gt; span {
    display: block;
    font-size: 20px;
    letter-spacing: 0;
  }
 .m_descriptionList + .m_descriptionList .m_descriptionList_ttl {
    padding: 10px;
    font-size: 16px;
  }
  .m_descriptionList + .m_descriptionList .m_descriptionList_txt {
    font-size: 14px;
    letter-spacing: 0.02em;
  }
}
@media screen and (max-width: 599px) {
  .m_descriptionList {
    flex-direction: column;
  }
  .m_descriptionList_ttl {
    padding: 10px;
    width: 100%;
    font-size: 20px;
  }
  .m_descriptionList_txt {
    width: 100%;
    padding: 20px;
    font-size: 26px;
    text-align: center;
  }
}
/* Price
---------------------------------------------------------- */
.m_price {}
.m_price__body{
  display: flex;
  align-items: stretch;
}
.m_price__base{
  width: 66.666%;
}
.m_price__special{
  position: relative;
  width: 33.333%;
  padding-left: 50px;
}
.m_price__special::before,
.m_price__special::after{
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 10px;
  background: #333;
  display: block;
  width: 28px;
  height: 3px;
  margin: auto;
}
.m_price__special::after{
  transform: rotate(90deg);
}
.m_price--narrow .m_price__body{
  display: block;
}
.m_price--narrow .m_price__base{
  width: 100%;
}
.m_price--narrow .m_price__special{
  width: 100%;
  padding: 50px 0 0;
}
.m_price--narrow .m_price__special::before,
.m_price--narrow .m_price__special::after{
  top: 22px;
  bottom: auto;
  left: 0;
  right: 0;
}
@media screen and (max-width: 768px){
  .m_price__body{
    display: block;
  }
  .m_price__base{
    width: 100%;
  }
  .m_price__special{
    width: 100%;
    padding: 50px 0 0;
  }
  .m_price__special::before,
  .m_price__special::after{
    top: 22px;
    bottom: auto;
    left: 0;
    right: 0;
  }
}


.m_price__table {
  display: flex;
  gap: 4px
}
.m_price__tableItem {
  display: flex;
  flex-direction: column;
  gap: 4px
}

.m_price__tableItem:not(:nth-child(2)) {
  flex-shrink: 0;
}

.m_price__tableItem_ttl {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 5px;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  text-align: center;
  letter-spacing: .1em;
  line-height: 1.5;
  background-color: #0e4ba5
}
.m_price__tableItem_ttl.m_price__tableItem_ttl__green{
  background-color: #00C77F;
}

.m_price__tableItem_cont {
  flex-grow: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 10px 5px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 2;
  background-color: #f5f7f8
}

.m_price__tableItem_cont--limitless {
  padding: 40px 20px;
  color: #0e4ba5;
  font-size: 20px;
  letter-spacing: .1em
}
.m_price__tableItem_cont--basic {
  color: #00c77f;
}
.m_price__tableItem_inrClm {
  display: flex;
  width: 100%
}

.m_price__tableItem_inrClm+.m_price__tableItem_inrClm {
  margin-top: 4px
}

.m_price__tableItem_inrClm&gt;* {
  flex-shrink: 0
}

.m_price__tableItem_inrClm .m_price__tableItem_ttl {
  width: 100px;
  font-size: 15px;
}

.m_price__tableItem_inrClm .m_price__tableItem_cont {
  flex-grow: 2;
  padding: 10px 5px;
  font-size: 18px;
  text-align: center;
  line-height: 1.5;
  letter-spacing: .1em
}

.m_price__tableItem_inrClm .m_price__tableItem_cont--tax {
  display: block;
  font-size: 12px;
  letter-spacing: .1em
}

.m_price__compareTtl {
  margin-top: 50px;
  font-size: 28px;
  font-weight: 700px;
  text-align: center;
  letter-spacing: .06em
}

.m_price__compare {
  display: flex;
  gap: 30px;
}

.m_price__compareItem {
  width: 100%;
  padding: 30px 20px;
  background-color: #f5f7f8
}

.m_price__compareItem_ttl {
  font-size: 20px;
  font-weight: 700;
  text-align: center
}

.m_price__compareItem_txt {
  margin: 20px 0;
  font-size: 16px;
  line-height: 1.6;
}

.m_price__compareItem_img {
  line-height: 0
}

.m_price__compareItem_img img {
  width: 100%
}

.m_price__cont {
  max-width: 870px;
  margin: 80px auto 0
}

.m_price__contTtl {
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  letter-spacing: .1em;
  line-height: 1.67
}

.m_price__contTxt {
  margin-top: 55px;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: .01em;
  line-height: 1.8
}

.m_price__cont .m_descriptionList_wrap {
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin-top: 35px
}

.m_price__cont .m_descriptionList_ttl {
  padding: 30px;
  width: 270px;
  font-size: 24px;
  letter-spacing: .05em;
  text-align: center
}

.m_price__cont .m_descriptionList_txt {
  padding: 0 20px;
  font-size: 36px;
  font-weight: 700;
  letter-spacing: .05em
}

.m_price__cont .m_descriptionList_txt&gt;span {
  font-size: 20px;
  letter-spacing: 0
}

.m_price__cont .m_descriptionList+.m_descriptionList .m_descriptionList_ttl {
  padding: 10px;
  font-size: 18px;
  letter-spacing: 0
}

.m_price__cont .m_descriptionList+.m_descriptionList .m_descriptionList_txt {
  font-size: 16px;
  letter-spacing: .02em
}

.m_price__contOption {
  margin-top: 35px;
  padding: 25px;
  background-color: #f5f7f8
}

.m_price__contOption_ttl {
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  letter-spacing: .1em
}

@media screen and (max-width: 768px) {
  .m_price {}
  .m_price__table {
    flex-direction: column
  }

  .m_price__tableItem_cont {
    padding: 30px 25px
  }

  .m_price__tableItem_cont--limitless {
    padding: 15px 20px
  }

  .m_price__tableItem_inrClm .m_price__tableItem_ttl {
    width: 40vw;
    max-width: 145px
  }

  .m_price__compareTtl {
    font-size: 24px
  }

  .m_price__compare {
    flex-direction: column;
    gap: 30px;
  }

  .m_price__compareItem {
    padding: 40px 10px
  }

  .m_price__compareItem_txt {
    margin: 20px;
    font-size: 16px
  }

  .m_price__cont {
    margin: 60px auto 0
  }

  .m_price__contTtl {
    font-size: 20px
  }

  .m_price__contTxt {
    margin-top: 50px;
    font-size: 16px
  }

  .m_price__cont .m_descriptionList_wrap {
    gap: 10px;
    margin-top: 20px
  }

  .m_price__cont .m_descriptionList_ttl {
    padding: 20px;
    width: 200px;
    font-size: 20px
  }

  .m_price__cont .m_descriptionList_txt {
    width: 100%;
    padding: 10px;
    font-size: 26px
  }

  .m_price__cont .m_descriptionList_txt&gt;span {
    display: block;
    font-size: 20px;
    letter-spacing: 0
  }

  .m_price__cont .m_descriptionList+.m_descriptionList .m_descriptionList_ttl {
    padding: 10px;
    font-size: 16px
  }

  .m_price__cont .m_descriptionList+.m_descriptionList .m_descriptionList_txt {
    font-size: 14px;
    letter-spacing: .02em
  }

  .m_price__contOption {
    margin-top: 20px
  }

  .m_price__contOption_ttl {
    font-size: 18px
  }

  .m_price__contOption_txt {
    margin: 10px auto 0;
    font-size: 16px;
    text-align: left
  }
}

@media screen and (max-width: 599px) {
  .m_price__cont .m_descriptionList {
    flex-direction:column
  }

  .m_price__cont .m_descriptionList_ttl {
    padding: 10px;
    width: 100%;
    font-size: 20px
  }

  .m_price__cont .m_descriptionList_txt {
    width: 100%;
    padding: 20px;
    font-size: 26px;
    text-align: center
  }
}
.m_price__table+.m_price__table {
  margin-top: 40px
}

.m_price__table img {
  width: 100%
}

.m_price__cont {
  max-width: 870px;
  margin: 80px auto 0
}

.m_price__contTtl {
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  letter-spacing: .1em;
  line-height: 1.67
}

.m_price__contTxt {
  margin-top: 55px;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: .01em;
  line-height: 1.8
}

/* 譁咎≡陦ｨ蜀��繧ｳ繝ｳ繝�Φ繝� */
.m_priceCont{
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding: 30px;
}
.m_priceCont--hasBorder{
  border: 6px solid #D54A00;
}
.m_priceCont__ttl{
  margin-bottom: 20px;
  color: #143BAD;
  text-align: center;
  font-weight: bold;
  line-height: 1;
  font-size: 44px;
}
.m_priceCont__ttl a{
  color: inherit;
}
.m_priceCont__body{
  font-weight: bold;
}
.m_priceCont__msg{
  font-size: 18px;
}
.m_priceCont__listItem{
  position: relative;
  padding-left: 28px;
  font-size: 20px;
}
.m_priceCont__listItem::before{
  content: "";
  position: absolute;
  top: calc((1lh - 1em) / 2 - 3px);
  left: 0;
  display: block;
  width: 8px;
  height: 16px;
  border-bottom: 3px solid #143BAD;
  border-right: 3px solid #143BAD;
  transform: rotate(45deg);
}
.m_priceCont__listItem + .m_priceCont__listItem{
  margin-top: 10px;
}
@media screen and (max-width: 768px){
  .m_priceCont__ttl{
    line-height: 1.4;
    font-size: 22px;
  }
  .m_priceCont__msg{
    font-size: 16px;
  }
  .m_priceCont__listItem{
    font-size: 16px;
  }
}
/*    STUDIO驥鷹｡控able縺ｮCSS
---------------------------- */
.g_table {
  font-weight: bold;
  min-width: 792px;
  height: 720px;
  letter-spacing: 0;
}
.g_table tr:first-of-type {
  border-right: 4px solid #F0F5FC;
}
.g_table tr:last-of-type {
  border-bottom: none;
}
.g_table tr:first-of-type th,.g_table tr:first-of-type td {
  background-color: #F0F5FC;
  border: none;
  color: #394E88;
}
.g_table tr th,
.g_table tr td {
  height: 84px;
  text-align: center;
  vertical-align: middle;
  padding: 5px;
}
.g_table .g_table_data__hasgutter{
  padding: 20px;
}
.g_table tr th {
  position: sticky;
  left: 0;
  z-index: 2;
  width: 137px;
  height: 100%;
  color: #fff;
  background-color: #384ca3;
  font-size: 16px;
  margin-bottom: 4px;
}
.g_table tr th::before,.g_table tr th::after,.g_table tr td::before,.g_table tr td::after {
  content: '';
  position: absolute;
  display: inline-block;
}
.g_table tr th::before {
  border-right: 4px solid #e0e0e0;;
  height: fit-content;
  width: 4px;
  right: 0;
  top: 0;
  height: 100%;
}
.g_table tr:first-of-type th::before {
  border-right: none;
}
.g_table tr:last-of-type th::before {
  height: calc(100% + 2px);
  z-index: 3;
}
.g_table tr th::after {
  border-top: 4px solid #e0e0e0;
  height: 4px;
  width: 100%;
  top: -1.5px;
  left: 0;
}
.g_table tr:first-of-type th::after {
  border-top: none;
}
.g_table tr:last-of-type th::after {
  border-top: 4px solid #e0e0e0;
  height: calc(100% + 3px);
}
.g_table tr td {
  border: 4px solid #e0e0e0;
  border-left: none;
  background-color: #fff;
  position: relative;
}


.g_tableW_160 {
  width: 160px;
}
.g_tableW_154 {
  width: 154px;
}
.g_tableW_315 {
  width: 315px;
}
.g_tableW_177 {
  width: 177px;
}
.g_tableW_238 {
  width: 238px;
}
.g_tableBB_4 {
  border-bottom: 4px solid #e0e0e0;;
}
.g_c_bk{
  color: #333;
}
.u_fz14{
  font-size: 14px;
}
.u_fz17{
  font-size: 17px;
}
.mt_30{
  margin-top: 30px;
}
.price_cnt_table_recommendation {
  position: absolute;
  z-index: 1;
  top: -11px;
  background-image: url(/resource/img/leaf/lightning_studio/recommendation.png);
  background-size: contain;
  background-repeat: no-repeat;
  display: block;
  width: 98px;
  height: 35px;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 768px) {
  .price_cnt_table {
    overflow: auto;
    width: 100%;
  }
  .price_cnt_table::-webkit-scrollbar{
    display: none;
  }
}
</pre></body></html>