<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/**********
base
**********/
/*蛻晄悄險ｭ螳咾SS*/
.l_main{
  color:#333;
  font:500 14px "yu gothic", YuGothic, "繝偵Λ繧ｮ繝手ｧ偵ざ pron w3", "hiragino kaku gothic pron", Arial, 繝｡繧､繝ｪ繧ｪ, Meiryo, sans-serif;
  line-height:1.6;
  letter-spacing:.1em;
}
body{
  counter-reset: headingNo;
}

/**********
layout
**********/
.l_main{
  padding: 0;
}
/* 遽 */
.l_section{}
.l_section__item{}
.l_section--primary{
  padding:24px 12px;
  background: #fff;
  box-shadow: 2px 2px 6px #aaa;
}
.l_section--primary &gt; .l_section__item{
  padding: 0 24px;
}
.l_section--primary &gt; .l_section__item + .l_section__item{
  margin-top: 40px;
}

@media screen and (max-width: 599px){
  .l_section--primary &gt; .l_section__item{
    padding: 0;
  }
}

/* 繧ｰ繝ｪ繝�ラ */
.l_grid--hasGutterMd{
  margin: -12px;
}
.l_grid--hasGutterMd &gt; .l_grid__item{
  padding: 12px;
}

.l_grid__item {
  flex-direction: column;
}
/**********
module
**********/
/* 繧ｪ繝ｼ繝舌�繝ｩ繧､繝� */
@media screen and (max-width: 768px){
  .m_underLayer{
    padding-top: 40px;
  }
}
/* 繧ｭ繝ｼ繝薙ず繝･繧｢繝ｫ */
.m_keyvisual{
  position: relative;
  margin-bottom: 64px;
}
.m_keyvisual__img{
  line-height: 0;
}
.m_keyvisual__img &gt; img{
  max-width: 100%;
  height: auto;
}
.m_keyvisual__body{
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 24px 32px;
}
.m_keyvisual__heading{
  flex: 1 1 auto;
  padding: 0 20px;
  border-left: 1px solid;
}
.m_keyvisual__tags{
  flex: 0 0 320px;
}
@media screen and (max-width: 768px){
  .m_keyvisual{
    margin-bottom: 16px;
  }
  .m_keyvisual__body{
    position: static;
    display: block;
  }
  .m_keyvisual__img{
    display: none;
  }
  .m_keyvisual__tags{
    padding: 0 20px;
  }
}

@media screen and (max-width: 599px){
  .m_keyvisual__heading{
	padding: 0 12px;	 
  }
  .m_keyvisual__body{
	padding: 12px;	
  }
  .m_keyvisual__tags{
    padding: 0 12px;
  }
}


/* 隕句�縺� */
.m_heading{}
.m_heading__ttl{
  font-weight: bold;
}
.m_heading__sub{}
.m_heading--primary{}
.m_heading--primary .m_heading__ttl{
  line-height: 1.5;
  font-size: 28px;
}
.m_heading--primary .m_heading__sub + .m_heading__ttl{
  margin-top: 8px;
}
.m_heading--primary .m_heading__sub{
  display: inline-block;
  padding: 4px 1em;
  color: #fff;
  line-height: 1;
  font-size: 16px;
  background: #dfa300;
}
.m_heading--secondary{
  margin-bottom: 20px;
  padding-bottom: 12px;
  border-bottom: 1px solid;
}
.m_heading--secondary .m_heading__ttl{
  position: relative;
  padding-left: 64px;
  line-height: 1;
  font-size: 28px;
  counter-increment: headingNo;
}
.m_heading--secondary .m_heading__ttl::before{
  position: absolute;
  content: counter(headingNo, decimal-leading-zero);
  top: 50%;
  left: 12px;
  display: block;
  line-height: 1;
  font-family: "Roboto",  "yu gothic", YuGothic, "繝偵Λ繧ｮ繝手ｧ偵ざ pron w3", "hiragino kaku gothic pron", Arial, 繝｡繧､繝ｪ繧ｪ, Meiryo, sans-serif;
  font-size: 32px;
  color: #dfa300;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px){
  .m_heading--primary{
	margin-bottom: 12px;  
  }
  .m_heading--primary .m_heading__ttl{
    font-size: 20px;
  }
  .m_heading--primary .m_heading__ttl br{
    display: none;
  }
  .m_heading--primary .m_heading__sub + .m_heading__ttl{
    margin-top: 4px;
  }
  .m_heading--primary .m_heading__sub{
    font-size: 12px;
  }
}
@media screen and (max-width: 599px){
  .m_heading--secondary .m_heading__ttl{
    padding-left: 40px;
    font-size: 16px;
  }
  .m_heading--secondary .m_heading__ttl::before{
    left: 8px;
    font-size: 18px;
  }
}
/* 譛ｬ譁� */
.m_body{
  padding: 0 40px;
}
@media screen and (max-width: 599px){
  .m_body{
    padding: 0 16px;
  }
}
/* 繧ｿ繧ｰ繝ｪ繧ｹ繝� */
.m_tagList{}
.m_tagList__item{
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
}
.m_tagList__item + .m_tagList__item{
  margin-top: 8px;
}
.m_tagList__ttl{
  flex: 0 0 120px;
  padding: 4px 0;
  text-align: center;
  line-height: 1;
  color: #fff;
  background: #333;
}
.m_tagList__descr{
  flex: 1 1 auto;
  padding: 4px 1em;
  border: 1px solid;
  line-height: 1;
  background: #fff;
}
@media screen and (max-width: 768px){
  .m_tagList__item + .m_tagList__item{
    margin-top: 2px;
  }
  .m_tagList__ttl{
    flex: 0 0 80px;
    font-size: 12px;
  }
  .m_tagList__descr{
    font-size: 12px;
  }
}
/* 讎りｦ� */
.m_overview{}
.m_overview__item{
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
}
.m_overview__item{
  border-left: 1px solid #333;
  border-right: 1px solid #333;
}
.m_overview__item:first-of-type{
  border-top: 1px solid #333;
}
.m_overview__item:last-of-type{
  border-bottom: 1px solid #333;
}
.m_overview__item + .m_overview__item{
  border-top: 1px dashed #ccc;
}
.m_overview__item--goal{
  border: 1px solid #333;
}
.m_overview__item--goal + .m_overview__item{
  margin-top: 8px;
  border-top: 1px solid #333;
}
.m_overview__heading{
  flex: 0 0 144px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  text-align: center;
  line-height: 1.3;
  background: #333;
}
.m_overview__item--goal .m_overview__heading{
  background: #dfa300;
}
.m_overview__engTtl{
  color: #fff;
}
.m_overview__ttl{
  color: #fff;
  font-size: 28px;
}
.m_overview__list{
  padding: 16px 20px;
}
.m_overview__list li{
  position: relative;
  padding-left: 1em;
}
.m_overview__list li::before{
  content: "繝ｻ";
  position: absolute;
  left: 0;
}
.m_overview__list li + li{
  margin-top: 8px;
}
@media screen and (max-width: 768px){
  .m_overview__item{
	display: block;	
  }
  .m_overview__item + .m_overview__item{
    border-top: none;
  }
  .m_overview__heading{
	padding: 12px;
  }
  .m_overview__headingInner{
	display: flex;
	align-items: center;
  }
  .m_overview__engTtl{
	order: 1;
	padding-left: 16px;
  }
  .m_overview__list{
	padding: 12px;
  }
}
@media screen and (max-width: 599px){
  .m_overview__heading{
	padding: 8px;
  }
  .m_overview__ttl{
    font-size: 18px;
  }
  .m_overview__engTtl{
	font-size: 12px;
  }
  .m_overview__list{
	padding: 8px;
  }
}
/* 隧ｳ邏ｰ */
.m_detail{}
.m_detail__catch{
  font-weight: bold;
  font-size: 24px;
}
.m_detail__catch + .m_detail__item{
  margin-top: 40px;
}
.m_detail__item{
  display: flex;
  align-items: flex-end;
}
.m_detail__item + .m_detail__item{
  margin-top: 32px;
}
.m_detail__img{
  flex : 0 0 208px;
  line-height: 0;
}
.m_detail__body{
  flex : 1 1 auto;
}
.m_detail__item--problem{}
.m_detail__item--problem &gt; .m_detail__img + .m_detail__body{
  padding-left: 24px;
}
.m_detail__item--feature &gt; .m_detail__img + .m_detail__body{
  padding-right: 24px;
}
.m_detail__item--feature &gt; .m_detail__img{
  order: 2;
}
.m_detail__heading{
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.m_detail__heading::after{
  content: "";
  position: absolute;
  left:0;
  top: 50%;
  z-index: 1;
  display: block;
  height: 2px;
  width: 100%;
  background: #dfa300;
}
.m_detail__ttl{
  position: relative;
  z-index: 2;
  line-height: 1;
  font-weight: bold;
  font-size: 20px;
  color: #dfa300;
  background: #fff;
}
.m_detail__engTtl{
  position: relative;
  z-index: 2;
  padding: 0 40px 0 12px;
  font-weight: bold;
  color: #dfa300;
  background: #fff;
}
@media screen and (max-width: 768px){
  .m_detail__catch br{
    display: none;
  }
  .m_detail__img{
    display: none;
  }
  .m_detail__item--problem &gt; .m_detail__img + .m_detail__body{
    padding-left: 0;
  }
  .m_detail__item--feature &gt; .m_detail__img + .m_detail__body{
    padding-right: 0;
  }
}
@media screen and (max-width: 599px){
  .m_detail__catch{
    font-size: 18px;
  }
  .m_detail__engTtl{
    padding: 0 12px;
  }
}
/* 豎ｺ繧∵焔縺ｮ讖溯� */
.m_func{}
.m_func__item + .m_func__item{
  margin-top: 24px;
}
.m_func__link{
  display: inline-block;
  padding-bottom: 2px;
  border-bottom: 1px solid;
}
.m_func__link + .m_func__msg{
  margin-top: 8px;
}
.m_func__target{
  position: relative;
  display: block;
  padding-left: 1em;
  color: inherit;
  font-weight: bold;
}
.m_func__target::before{
  content: "&gt;";
  position: absolute;
  left: 0;
  display: block;
}

/**********
theme
**********/
/* .theme_lms{}
.theme_lms .m_heading--primary .m_heading__sub{
  background: #1A8192;
}
.theme_lms .m_heading--primary .m_heading__sub{
  background: #1A8192;
}
.theme_lms .m_heading--secondary .m_heading__ttl::before{
  color: #1A8192;
}
.theme_lms .m_overview__item--goal .m_overview__heading{
  background: #1A8192;
}
.theme_lms .m_detail__heading::after{
  background: #1A8192;
}
.theme_lms .m_detail__ttl{
  color: #1A8192;
}
.theme_lms .m_detail__engTtl{
  color: #1A8192;
}

.theme_newLms{}
.theme_newLms .m_heading--primary .m_heading__sub{
  background: #45B9BF;
}
.theme_newLms .m_heading--primary .m_heading__sub{
  background: #45B9BF;
}
.theme_newLms .m_heading--secondary .m_heading__ttl::before{
  color: #45B9BF;
}
.theme_newLms .m_overview__item--goal .m_overview__heading{
  background: #45B9BF;
}
.theme_newLms .m_detail__heading::after{
  background: #45B9BF;
}
.theme_newLms .m_detail__ttl{
  color: #45B9BF;
}
.theme_newLms .m_detail__engTtl{
  color: #45B9BF;
}

.theme_eval{}
.theme_eval .m_heading--primary .m_heading__sub{
  background: #4260AD;
}
.theme_eval .m_heading--primary .m_heading__sub{
  background: #4260AD;
}
.theme_eval .m_heading--secondary .m_heading__ttl::before{
  color: #4260AD;
}
.theme_eval .m_overview__item--goal .m_overview__heading{
  background: #4260AD;
}
.theme_eval .m_detail__heading::after{
  background: #4260AD;
}
.theme_eval .m_detail__ttl{
  color: #4260AD;
}
.theme_eval .m_detail__engTtl{
  color: #4260AD;
}

.theme_stresscheck{}
.theme_stresscheck .m_heading--primary .m_heading__sub{
  background: #B52D61;
}
.theme_stresscheck .m_heading--primary .m_heading__sub{
  background: #B52D61;
}
.theme_stresscheck .m_heading--secondary .m_heading__ttl::before{
  color: #B52D61;
}
.theme_stresscheck .m_overview__item--goal .m_overview__heading{
  background: #B52D61;
}
.theme_stresscheck .m_detail__heading::after{
  background: #B52D61;
}
.theme_stresscheck .m_detail__ttl{
  color: #B52D61;
}
.theme_stresscheck .m_detail__engTtl{
  color: #B52D61;
} */




/* 繧ｫ繝ｼ繝� */
.m_card{
  height: 100%;
  color: inherit;
  border: 1px solid #707070;
  /* border-top: 8px solid; */
  letter-spacing: normal;
}
.m_card:hover{
  text-decoration: none;
  color: inherit;
  opacity: .7;
}
.m_card__thumbnail{
  line-height: 0;
  text-align: center;
}
.m_card__thumbnail &gt; img{
  width: 100%;
  height: auto;
}
.m_card__body{
  padding: 16px;
}
.m_card__ttl{
  font-weight: bold;
  font-size: 16px;
}
.m_card__ttl + .m_card__trade{
  margin-top: 12px;
}
.m_card__trade{
  /* display: flex;
  align-items: stretch; */
  padding-top: 15px;
  border-top: 2px dotted #ACACAC;
}
.m_card__tradeTtl{
  /* flex: 0 0 3em;
  padding: 2px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #333;
  color: #fff;
  font-size: 12px; */
}
.m_card__tradeDescr{
  /* flex: 1 1 auto;
  padding: 2px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid;
  font-size: 12px; */
  font-size: 14px;
  font-weight: bold;
}
.m_card__trade + .m_card__tags{
  margin-top: 16px;
}
.m_card__tags{}
.m_card__tagList{
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  /* margin: -2px; */
}
.m_card__tagItem{
  display: flex;
  /* padding: 2px; */
}
.m_card__tag{
  /* padding: 2px 4px;
  border: 1px solid;
  border-radius: 100px;
  line-height: 1;
  font-size: 11px;
  letter-spacing: 0; */
  font-size: 14px;
}
.m_card__tag::after {
  content: ' / ';
  white-space: pre;
}
.m_card__tagItem:last-child .m_card__tag::after {
  content: '';
}

.m_card__logo {
  display: block;
  flex-shrink: 0;
  height: 30px;
  margin-bottom: 8px;
  line-height: 0;
}
.m_card__logo img {
  display: block;
  width: auto;
  max-width: 50px;
  height: 100%;
  margin-left: auto;
}


/* 繝懊ち繝ｳ */
.m_btns {
  display: flex;
  gap: 30px;
}
.m_btn--contMain::before{
  content: "";
  width: 0;
  height: 3.5em;
  display: block;
}
.m_btn--contMain .m_btn__target{
  width: 100%;
  border: 2px solid #534947;
  border-radius: 8px;
  background: #534947;
  font-weight: bold;
  color: #fff;
  transition: .3s background, .3s color;
}
.m_btn--contMain .m_btn__target:hover{
  color: #534947;
  background: #fff;
  text-decoration: none;
}
.m_btn--contMain .m_btn__inner{
  position: relative;
  display: block;
  padding-left: 40px;
  font-size: 18px;
}
.m_btn--contMain .m_btn__inner::before{
  content: url("../img/leaf/case/ico_btn_on.svg");
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  display: block;
  margin: auto 0;
  width: 23px;
  height: 23px;
}
.m_btn--contMain .m_btn__target:hover .m_btn__inner::before{
  content: url("../img/leaf/case/ico_btn_off.svg");
}
.m_btn--contSub::before{
  content: "";
  width: 0;
  height: 3.5em;
  display: block;
}
.m_btn--contSub .m_btn__target{
  width: 100%;
  border: 2px solid #534947;
  border-radius: 8px;
  background: #fff;
  font-weight: bold;
  color: #534947;
  transition: .3s opacity;
}
.m_btn--contSub .m_btn__target:hover{
  opacity: .7;
  text-decoration: none;
}
.m_btn--contSub .m_btn__target{
  width: 100%;
  border: 2px solid #534947;
  border-radius: 8px;
  background: #fff;
  font-weight: bold;
  color: #534947;
}
.m_btn--contSub .m_btn__inner{
  position: relative;
  display: block;
  padding-left: 40px;
  font-size: 18px;
}
.m_btn--contSub .m_btn__inner::before{
  content: url("../img/leaf/case/ico_btn_on.svg");
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  display: block;
  margin: auto 0;
  width: 20px;
  height: 20px;
}
@media screen and (max-width: 768px){
  .m_btn--contMain .m_btn__inner{
    padding-right: 28px;
    font-size: 14px;
  }
  .m_btn--contSub .m_btn__inner{
    padding-right: 28px;
    font-size: 14px;
  }
}</pre></body></html>